.unnepi-popup .card {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: auto;
}
.unnepi-popup .card .card-header, .unnepi-popup .card .card-footer {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #CCCCCC;
  font-weight: bold;
}
.unnepi-popup .card .card-body {
  flex-grow: 1;
}
.unnepi-popup .card .card-footer {
  border-bottom: none;
  justify-content: flex-end;
  border-top: 1px solid #CCCCCC;
}

form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
form fieldset {
  border: 1px solid #CCCCCC;
  padding: 0 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
form fieldset legend {
  padding: 5px;
}
form .hide-other-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
form .hide-other-box.show > div:last-child {
  display: initial;
}
form .hide-other-box > div:last-child {
  display: none;
}

.mb-3 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mb-3 input:not([type=checkbox]),
.mb-3 textarea {
  border: 1px solid #CCCCCC;
  padding: 5px 10px;
  width: 100%;
}
.mb-3 textarea {
  height: 180px;
}
.mb-3 .form-check {
  display: flex;
  gap: 5px;
}
.mb-3 .invalid-feedback {
  display: none;
}

/*# sourceMappingURL=unnepi-popup.css.map */
