.restyled_popup_window {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.restyled_popup_window .modal-content {
  border: none;
  border-radius: 15px;
}
.restyled_popup_window .modal-header {
  background-color: #3E3D40;
  border: none;
  height: 50px;
  border-radius: 15px 15px 0px 0px;
  z-index: 2;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0px 30px !important;
}
.restyled_popup_window .modal-header::before,
.restyled_popup_window .modal-header::after {
  content: none;
}
.restyled_popup_window .modal-body {
  background-color: #302F32 !important;
  border-radius: 0px 0px 15px 15px;
}
.restyled_popup_window .modal-pretitle {
  font-size: 16px;
  margin: 0px;
  color: #00AAAE;
}
.restyled_popup_window .modal-title {
  font-size: 16px;
  margin: 0px;
  color: white;
}/*# sourceMappingURL=scss-style-custom.css.map */