/* ILLUMINA CUSTOM STYLING STARTS */
body {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666 !important;
  background-color: #fff;
  background: transparent !important;
}

@media (min-width: 768px) {
  .select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 130px !important;
  }
}
form.form div label {
  color: #666666;
  float: none;
  text-align: left;
  line-height: 1em;
  width: auto;
  top: 2px;
  position: relative;
}

form.form .pd-checkbox .value span {
  display: block !important;
}

select {
  padding: 0.25rem 0.5rem !important;
}

.required label::before {
  content: "* ";
  color: #bf0000;
}

.hidden {
  display: none;
}

/* Hide the text element by default for custom-buttons and unsub types */
.custom-button {
  display: none;
}

/* For chosen css starts */
.chosen-container {
  width: 100% !important;
  /* fallback if needed */
}

.chosen-container-multi .chosen-choices {
  height: 2.5em;
  padding: 2px 5px;
}

.chosen-choices {
  /*border: 1px solid #ccc !important;*/
  border-radius: 5px !important;
  width: 100% !important;
  /* fallback if needed */
  /*box-shadow:inset 1px 1px 4px 1px #ddd;*/
  min-height: 1.9em;
}

/* For chosen css ends */
.validation-error {
  padding: 0;
  color: #DD203C;
  font-size: 14px;
  align-items: center;
  transition: height ease-in-out 0.25s, opacity ease-in-out 0.25s;
  display: flex;
  overflow: hidden;
  margin: 3px 0 0 0;
  opacity: 0;
  height: 0px;
}
.validation-error__icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.form-alert {
  border: 1px solid #DD203C;
  border-radius: 6px;
  margin-bottom: 48px;
  position: relative;
  display: block;
  height: 0px;
  opacity: 0;
  transition: opacity ease-in-out 0.25s 0.25s, height ease-in-out 0.25s;
}
.form-alert:before {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url("/content/dam/illumina-common/pardot/form-alert-icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.form-alert__container {
  padding: 32px 16px 32px 80px;
}
.form-alert__message {
  font-size: 18px;
  margin: 0;
}

.recaptcha--invisible {
  opacity: 0;
}
.recaptcha--checkbox {
  padding-left: 5px;
}

/* ILLUMINA CUSTOM STYLING ENDS */
/* Override the BOOTSTRAP button styles to align with Illumina's STARTS */
.section {
  margin-left: 0px;
}

.section .btn {
  border-radius: 5px;
  font-size: 1rem;
  padding: 8px 16px;
  position: relative;
  transition: all 0.3s ease;
  z-index: 20;
}

.section .btn:focus {
  box-shadow: unset;
}

.section .btn-primary:hover {
  background: #FFF;
  color: #0045e6;
}

.section .btn-primary::before,
.section .btn-primary::after {
  background: #FFF;
}

.section .btn-primary-outline {
  background-color: transparent;
}

.section .btn-primary-outline:hover {
  background: none;
}

.section .btn-primary-outline::before,
.section .btn-primary-outline::after {
  background: linear-gradient(61.68deg, #0045E6 -4.27%, #8A33FD 116.09%);
  border-radius: 28px;
}

.section .btn-primary-outline:focus,
.section .btn-primary:focus {
  color: #0045e6;
}

.section .btn::before,
.section .btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: color 0.3s ease;
}

.section .btn::after {
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
}

.section .btn:hover::after {
  width: 100%;
}

.section a:not(.btn):not([role=tab]):not(.hp-aoi-link):not(.pr-link) {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}

.section a:not(.btn):not([role=tab]):not(.hp-aoi-link):not(.pr-link)::after {
  background-color: #0045e6;
  bottom: -2px;
  content: "";
  display: inline-block;
  left: 0;
  opacity: 0;
  position: absolute;
  height: 2px;
  width: 1px;
  transition: width 0.3s ease, opacity 0.1s 0.3s ease;
}

.section a:not(.btn):not([role=tab]):not(.hp-aoi-link):not(.pr-link):hover::after,
.section a:not(.btn):not([role=tab]):not(.hp-aoi-link):not(.pr-link):active::after {
  opacity: 1;
  width: 100%;
  transition: width 0.3s ease, opacity 0.3s ease;
}

.section a:not(.btn):not([role=tab]):not(.hp-aoi-link):not(.pr-link).white-txt:hover,
.section a:not(.btn):not([role=tab]):not(.hp-aoi-link):not(.pr-link).white-txt:focus,
.section a:not(.btn):not([role=tab]):not(.hp-aoi-link):not(.pr-link).white-txt:active {
  color: #FFF;
}

.section a:not(.btn):not([role=tab]):not(.hp-aoi-link):not(.pr-link).white-txt::after {
  background-color: #FFF;
}

.btn-primary {
  background-color: #4e60ee;
  border-color: transparent;
  text-align: left;
  letter-spacing: 0.3px;
  padding: 6px 12px;
}

.btn-primary-outline {
  color: #4e60ee;
  background-color: rgba(255, 255, 255, 0.6);
  /* background-color: transparent; */
  background-image: none;
  border-color: #4e60ee;
}

.btn-primary-outline:hover {
  background-color: #4e60ee;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #0045e6;
  border-color: transparent;
}

.form-control {
  font-size: 14px;
  color: #666;
}

label {
  font-size: 16px;
}

small {
  /* padding-top: 8px; */
  line-height: 1.5em;
  display: inline-block;
}

/* Not required */
/*.form-row>[class*=col-]>input {
    height: 2.5em;
}

.form-row>[class*=col-]>select {
    height: 2.5em;
}*/
.form-row > [class*=col-] > textarea {
  height: 7em;
}

.Opt_In_Long {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

[class*=Opt_In_Long] label {
  display: inline-block !important;
  position: absolute !important;
}

/* Override the BOOTSTRAP button styles to align with Illumina's ENDS */

/*# sourceMappingURL=illumina_styles.css.map */
