/* VARIABLES */
/* TYPOGRAPHY */
.webform-submission-form {
  border-radius: 2.1875rem;
  border: 1px solid rgba(187, 153, 199, 0.2);
  padding: 2.0625rem;
}
.webform-submission-form > label {
  font-size: 2.25rem;
  color: #bb99c7;
  font-weight: 700;
  line-height: 2.25rem;
  letter-spacing: 0.396px;
}
.webform-submission-form div label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.15px;
}
.webform-submission-form div label::after {
  background-image: url("../../images/star.svg");
}
.webform-submission-form div input,
.webform-submission-form div textarea {
  transition: none;
  resize: none;
}
.webform-submission-form div input::-moz-placeholder, .webform-submission-form div textarea::-moz-placeholder {
  color: #6a7282;
}
.webform-submission-form div input::placeholder,
.webform-submission-form div textarea::placeholder {
  color: #6a7282;
}
.webform-submission-form div input:focus, .webform-submission-form div input.has-value,
.webform-submission-form div textarea:focus,
.webform-submission-form div textarea.has-value {
  border-color: #bb99c7;
}
.webform-submission-form div input.is-invalid, .webform-submission-form div input.error, .webform-submission-form div input[aria-invalid=true],
.webform-submission-form div textarea.is-invalid,
.webform-submission-form div textarea.error,
.webform-submission-form div textarea[aria-invalid=true] {
  border-color: #dc3545;
}
.webform-submission-form div.form-floating > label {
  transition: none;
}
.webform-submission-form .webform-file-button {
  font-size: 1rem;
  letter-spacing: -0.623px;
  font-weight: 400;
}
.webform-submission-form .webform-file-button::before {
  content: url("../../images/uplod.svg");
  background: linear-gradient(135deg, rgba(187, 153, 199, 0.3) 0%, rgba(187, 153, 199, 0.2) 100%);
  border-radius: 100%;
  padding: 2rem;
  line-height: 0;
  margin-bottom: 0.75rem;
}
.webform-submission-form select,
.webform-submission-form .webform-file-button {
  cursor: pointer;
}
.webform-submission-form .form-managed-file:not(#ajax-wrapper .form-managed-file) {
  padding: 3rem 1.5rem;
  border: 1px solid rgba(187, 153, 199, 0.3);
  border-radius: 2.1875rem;
  display: flex;
  justify-content: space-between;
}
.webform-submission-form .form-managed-file:not(#ajax-wrapper .form-managed-file) button {
  background: rgba(187, 153, 199, 0.3);
  box-shadow: unset;
  color: #bb99c7;
  padding: 0px 0.3125rem;
  gap: 0.3125rem;
  font-size: 0.875rem;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.webform-submission-form .form-managed-file:not(#ajax-wrapper .form-managed-file) button::before {
  content: "X";
  color: #bb99c7;
  background: unset;
  -webkit-mask-composite: unset;
  position: relative;
  padding: 0px;
  height: auto;
}
.webform-submission-form .form-managed-file:not(#ajax-wrapper .form-managed-file) button::after {
  display: none;
}
.webform-submission-form .form-managed-file.has-value:not(#ajax-wrapper .form-managed-file),
.webform-submission-form .form-managed-file:not(#ajax-wrapper .form-managed-file):has(input.has-value) {
  border-color: #bb99c7;
}
.webform-submission-form .form-managed-file.is-invalid,
.webform-submission-form .form-managed-file:has(input.is-invalid),
.webform-submission-form .form-managed-file:has(input.error),
.webform-submission-form .form-managed-file:has(input[aria-invalid=true]) {
  border-color: #dc3545 !important;
}
.webform-submission-form .file--image {
  background-image: url("../../images/img-icon.svg");
}
.webform-submission-form .file--application-pdf {
  background-image: url("../../images/file.svg");
}
.webform-submission-form .btn:not(:has(a)) {
  width: 100%;
  justify-content: space-between;
}
.webform-submission-form .file {
  padding-inline-start: 3.4375rem;
  height: 40px;
}

.form-select {
  border: 0.657px solid rgba(187, 153, 199, 0.3);
  border-radius: 2.1875rem;
  background-color: transparent;
  box-shadow: 0 25px 50px -12px rgba(5, 9, 26, 0.25);
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  min-height: 3.5rem;
  transition: none;
}
.form-select:not([multiple]):not([size]), .form-select:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3e%3cpath d='M11.33 0.755371L6.04244 6.04292L0.754883 0.755371' stroke='%23bb99c7' stroke-width='1.51073' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='15' viewBox='0 0 11 15' fill='none'%3e%3cpath d='M1.25 1.25H1.25635M1.25 7.25H1.25635M1.25 13.25H1.25635M9.2437 1.25H9.25M9.2437 7.25H9.25M9.2437 13.25H9.25' stroke='%23bb99c7' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-position: right 1.5rem center, left 1.5rem center;
  background-repeat: no-repeat, no-repeat;
  background-size: 13px 7px, 11px 15px;
  padding: 1rem 4rem 1rem 3rem !important;
}
.form-select:required:invalid {
  color: #6a7282;
}
.form-select:has(option:checked[value=""]) {
  color: #6a7282;
}
.form-select:required:valid, .form-select:has(option:checked:not([value=""])) {
  border-color: #bb99c7;
  color: #fff;
}
.form-select:focus {
  border-color: #bb99c7;
  box-shadow: 0 0 0 0.25rem rgba(187, 153, 199, 0.18), 0 25px 50px -12px rgba(5, 9, 26, 0.25);
}
.form-select option {
  align-items: center;
  background-color: #1a1a2e;
  border-radius: 2.1875rem;
  color: #fff;
  display: flex;
  padding: 0.5rem min(14.25rem, 40vw) 0.5rem 0.75rem;
}
.form-select option[value=""] {
  color: #6a7282;
}
.form-select option:hover,
.form-select option:focus,
.form-select option:checked {
  background-color: #bb99c7;
  box-shadow: 0 0 0 100vmax #bb99c7 inset;
  color: #05091a;
}
.form-select.is-invalid, .form-select.error, .form-select[aria-invalid=true], .was-validated .form-select:invalid {
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .form-select.error:not([multiple]):not([size]), .form-select.error:not([multiple])[size="1"], .form-select[aria-invalid=true]:not([multiple]):not([size]), .form-select[aria-invalid=true]:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3e%3cpath d='M11.33 0.755371L6.04244 6.04292L0.754883 0.755371' stroke='%23dc3545' stroke-width='1.51073' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='15' viewBox='0 0 11 15' fill='none'%3e%3cpath d='M1.25 1.25H1.25635M1.25 7.25H1.25635M1.25 13.25H1.25635M9.2437 1.25H9.25M9.2437 7.25H9.25M9.2437 13.25H9.25' stroke='%23bb99c7' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.sela-custom-select {
  position: relative;
  width: 100%;
}
.sela-custom-select .form-select.sela-custom-select__native {
  border: 0;
  height: 1px;
  inset-block-start: 0;
  inset-inline-start: 0;
  margin: 0;
  min-height: 0;
  opacity: 0;
  padding: 0 !important;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.sela-custom-select__button {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3e%3cpath d='M11.33 0.755371L6.04244 6.04292L0.754883 0.755371' stroke='%23bb99c7' stroke-width='1.51073' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='15' viewBox='0 0 11 15' fill='none'%3e%3cpath d='M1.25 1.25H1.25635M1.25 7.25H1.25635M1.25 13.25H1.25635M9.2437 1.25H9.25M9.2437 7.25H9.25M9.2437 13.25H9.25' stroke='%23bb99c7' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-position: right 1.5rem center, left 1.5rem center;
  background-repeat: no-repeat, no-repeat;
  background-size: 13px 7px, 11px 15px;
  border: 0.657px solid rgba(187, 153, 199, 0.3);
  border-radius: 2.1875rem;
  box-shadow: 0 25px 50px -12px rgba(5, 9, 26, 0.25);
  color: #6a7282;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  min-height: 3.5rem;
  padding: 1rem 4rem 1rem 3rem;
  text-align: start;
  transition: none;
  width: 100%;
}
.sela-custom-select__button:focus {
  border-color: #bb99c7;
  box-shadow: 0 0 0 0.25rem rgba(187, 153, 199, 0.18), 0 25px 50px -12px rgba(5, 9, 26, 0.25);
  outline: 0;
}

.sela-custom-select.is-selected .sela-custom-select__button {
  border-color: #bb99c7;
  color: #fff;
}

.sela-custom-select.is-open .sela-custom-select__button {
  border-color: #bb99c7;
}

.sela-custom-select.is-invalid .sela-custom-select__button {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3e%3cpath d='M11.33 0.755371L6.04244 6.04292L0.754883 0.755371' stroke='%23dc3545' stroke-width='1.51073' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='15' viewBox='0 0 11 15' fill='none'%3e%3cpath d='M1.25 1.25H1.25635M1.25 7.25H1.25635M1.25 13.25H1.25635M9.2437 1.25H9.25M9.2437 7.25H9.25M9.2437 13.25H9.25' stroke='%23bb99c7' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  border-color: #dc3545;
}

.sela-custom-select.is-disabled {
  opacity: 0.6;
}
.sela-custom-select.is-disabled .sela-custom-select__button {
  cursor: not-allowed;
}

.sela-custom-select__menu {
  background: linear-gradient(#1a1a2e, #1a1a2e) padding-box, linear-gradient(90deg, rgba(187, 153, 199, 0.85), rgba(66, 28, 81, 0.55)) border-box;
  border: 0.657px solid transparent;
  border-radius: 2.1875rem;
  box-shadow: 0 25px 50px -12px rgba(5, 9, 26, 0.25);
  display: grid;
  gap: 0.5rem;
  inset-block-start: 100%;
  inset-inline: 0;
  margin-block-start: 0.5rem;
  max-height: 16rem;
  overflow-y: auto;
  padding: 1rem;
  position: absolute;
  z-index: 20;
}
.sela-custom-select__menu[hidden] {
  display: none;
}

.sela-custom-select__option {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 2.1875rem;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  min-height: 2.25rem;
  padding: 0.5rem 1rem;
  text-align: start;
  transition: none;
  width: 100%;
}
.sela-custom-select__option.is-placeholder {
  color: #6a7282;
}
.sela-custom-select__option:hover, .sela-custom-select__option:focus, .sela-custom-select__option.is-selected {
  background: #bb99c7;
  color: #05091a;
  outline: 0;
}
.sela-custom-select__option:disabled {
  color: #6a7282;
  cursor: not-allowed;
  opacity: 0.7;
}

.form-control {
  border: 1px solid rgba(187, 153, 199, 0.3);
  transition: none;
}
.form-control:focus, .form-control.has-value {
  border-color: #bb99c7;
}
.form-control.is-invalid, .form-control.error, .form-control[aria-invalid=true], .was-validated .form-control:invalid {
  border-color: #dc3545;
}

.ui-widget-overlay {
  background: rgba(5, 9, 26, 0.2);
  backdrop-filter: blur(77px);
  opacity: 1;
}

.ui-widget.ui-widget-content {
  border-radius: 2.1875rem;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 1px 23px -23px #bb99c7, 0 -34px 39px -25px #bb99c7 inset;
}

.ui-dialog .ui-dialog-titlebar {
  border: unset;
  background: rgba(255, 255, 255, 0);
  padding: 1.25rem 0px;
}

.ui-dialog .ui-dialog-title {
  display: none;
}

.ui-dialog .ui-dialog-content .submitted-box {
  color: #fff;
}
.ui-dialog .ui-dialog-content .submitted-box::before {
  content: url("../../images/submitted.svg");
}
.ui-dialog .ui-dialog-content .submitted-box .box-secondary {
  background: rgba(5, 9, 26, 0.5);
  border: 1px solid rgba(187, 153, 199, 0.35);
}
.ui-dialog .ui-dialog-content .submitted-box .box-secondary h5 {
  color: #bb99c7;
}

@media (max-width: 61.99875rem) {
  .ui-dialog.webform-confirmation-modal {
    width: 80% !important;
    transform: translateX(-50%);
    left: 50%;
  }
}
.ui-dialog.webform-confirmation-modal .ui-dialog-titlebar-close {
  background: url("../../images/close-button.svg") !important;
  width: 50px !important;
  height: 50px !important;
  background-repeat: no-repeat !important;
  padding: 0px;
  margin: 0px;
  border: unset;
  padding: 0.625rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #05091a !important;
  z-index: 99;
  background-position-x: center !important;
}
.ui-dialog.webform-confirmation-modal .ui-dialog-titlebar-close::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 0.09375rem;
  pointer-events: none;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background: conic-gradient(from 114deg, transparent 0deg, #fff 26deg, transparent 70deg, transparent 150deg, rgba(255, 255, 255, 0.95) 210deg, transparent 260deg);
  filter: blur(0.8px);
  opacity: 1;
}

.tab-focused {
  box-shadow: 0 0 0 0.5rem rgba(165, 211, 242, 0.25) !important;
}

.webform-submission-business-opportunities-form .btn:not(:has(a)) {
  width: auto;
}
