.d-none {
  display: none;
}

.ds-modal {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.ds-modal .wpforms-container .wpforms-field-label {
  font-weight: 400;
  margin-bottom: 4px !important;
}

.ds-modal .wpforms-container .wpforms-field {
  padding: 0 0 18px 0 !important;
}

.ds-modal-wrapper {
  background-color: #f4f4f4;
  height: 600px;
  overflow: scroll;
  position: absolute;
  top: 150px;
  right: 0;
  left: 0;
  max-width: 480px !important;
}

.show.show-ds-modal {
  position: relative;
  overflow: hidden;
}

.show.show-ds-modal .wp-container-4 {
  top: 0 !important;
}

.show.show-ds-modal::after {
  background-color: #0b1117d9;
  content: "";
  z-index: 9;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.show.show-ds-modal .ds-modal {
  display: block !important;
}

.wpforms-container input.wpforms-field-medium {
  max-width: 100% !important;
}
