<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*$custom-control-indicator-checked-color: $primary;
$custom-control-indicator-checked-border-color: $gray-300;
$custom-control-indicator-checked-bg: #ffffff;
$custom-control-indicator-bg:$primary;*/
.survey-applicant-popup {
  padding: 0 !important;
}
.survey-applicant-popup .swal2-content {
  padding: 0 !important;
}

.survey-application-form {
  border-radius: 12px;
}
.survey-application-form button {
  border: none !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 16px;
  background-position: 100% center;
  background-repeat: no-repeat;
}
.survey-application-form .icon-caret {
  display: none !important;
}
.survey-application-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/assets/default/img/icons/open-arrow-blue.svg") !important;
  background-size: 16px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  padding-inline-end: 20px;
}
.survey-application-form select:dir(rtl) {
  background-position: calc(0% + 10px) center;
}
.survey-application-form textarea {
  resize: none;
}
.survey-application-form .header {
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  position: relative;
  background-color: #004EFF !important;
  text-align: center;
}
.survey-application-form .header h2,
.survey-application-form .header label {
  color: white;
}
.survey-application-form .header h2 {
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  margin-bottom: 25px;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .survey-application-form .header h2 {
    font-size: 1.75rem;
  }
}
.survey-application-form .header label {
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  padding-bottom: 35px;
  width: 87%;
}
@media (max-width: 768px) {
  .survey-application-form .header label {
    width: 86%;
    font-size: 0.875rem;
  }
}
.survey-application-form .header .left-circle,
.survey-application-form .header .right-circle {
  position: absolute;
}
@media (max-width: 450px) {
  .survey-application-form .header .right-circle,
  .survey-application-form .header .left-circle {
    display: none;
  }
}
.survey-application-form .header .right-circle {
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
}
.survey-application-form .header .left-circle {
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
}
.survey-application-form .body {
  padding: 10px;
}
.survey-application-form .body label {
  color: #505887 !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
}
.survey-application-form .body .checkbox-question div {
  margin-right: 20px;
}
.survey-application-form .body .file-upload {
  border: 1.5px solid #EEF3F7;
  border-radius: 0.75rem;
  height: 6.075rem;
  width: 70%;
  cursor: pointer;
}
.survey-application-form .body .file-upload &gt; p {
  color: #C0C2C9;
}
.survey-application-form .body .file-upload &gt; p &gt; span {
  color: #004EFF;
}
.survey-application-form .body .file-upload &gt; input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.survey-application-form .body .star {
  color: red;
}
.survey-application-form .body .btn {
  height: 34px !important;
  font-size: 16px !important;
  padding: 17px 43px;
}

.survey-application-form .consent-question-value span {
  color: inherit !important;
}
</pre></body></html>