.modal.custom-modal .custom-modal-body .dialog-banner {
  overflow: hidden;
  height: 108px;
  position: relative;
}
.modal.custom-modal .custom-modal-body .dialog-banner .banner-photo {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal.custom-modal .custom-modal-body .dialog-banner .banner-photo img {
  object-fit: contain;
  width: 100%;
  margin-top: -20%;
}
.modal.custom-modal .custom-modal-body .dialog-banner .banner-photo .banner-overlay {
  background: rgba(161, 210, 217, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modal.custom-modal .custom-modal-body .dialog-banner .banner-title {
  border-radius: 8px;
  background: #DDD;
  padding: 3.5px 8px;
  color: #000;
  font-family: "Mont-Book", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  bottom: 12px;
  right: 24px;
  z-index: 2;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal.custom-modal .custom-modal-body .dialog-banner .banner-title:hover {
  text-decoration: underline;
}
.modal.custom-modal .modal-body {
  background: #EAEAEA;
}
.modal.custom-modal .modal-body .modal-title {
  color: #000;
  font-family: "Mont-SemiBold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 16px 0;
}
.modal.custom-modal .modal-body .modal-body-row {
  display: flex;
  align-items: center;
}
.modal.custom-modal .modal-body .modal-body-row label {
  color: #000;
  font-family: "Mont-Book", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.modal.custom-modal .modal-footer {
  display: flex;
  justify-content: space-between;
}

/*# sourceMappingURL=custom-modal.css.map */
