.debriefSurveyDialog {
  padding: 0;
  border: none;
  border-radius: 8px;
  width: 650px;
  height: 325px;
  display: flex;
  flex-direction: column;
}

.debriefSurveyDialog::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}

.close-dialog {
  background-color: transparent;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid black;
  aspect-ratio: 1;
  z-index: 2;
}

.close-dialog:hover {
  background-color: rgb(11 177 177 / 16%);
}

.dialog-header {
  background-color: #c5dcfa40;
  padding: 16px;
}
