 /* 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: .25rem .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 */

/* 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 .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 .1s .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):focus::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 .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(256, 256, 256, .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;
}

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