.bgBlue{
    background: linear-gradient( 90deg, rgba(8,78,165,1) 0%, rgba(44,130,244,1) 100%);
}
.border-left-radius{
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
}
.border-top-radius{
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}
.border-radius{
    border-radius: 26px;
}
.border-radius-15{
    border-radius: 15px;
}
.border-bottom-radius-15{
    border-bottom-left-radius: 15px;
}
.border-top-radius-15{
    border-top-left-radius: 15px;
    border-top-left-radius: 15px;
}
.bg-light-blue{
    background-color: #eaf3fe;;
}
.answer-border{
    background: #2c82f4;
    height: 1px;
}
.pii-field{
    border:1px solid #2c82f4;
}
.pii-field:active, .pii-field:focus-visible{
    outline-color: #2c82f4;
}
button:disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.7;
}
.text-error{
    font-family: 'montserrat-regular';
    font-style: italic;
    color: #D33939;
}

.radio-button {
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.button {
    text-transform: uppercase;
    display: inline-block;
    background-color: #2c82f4;
    color: white;
    font-size: 16px;
    padding: 10px 35px;
    border: none;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
}
.button-right-radius{
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}
.button-left-radius{
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    margin: -3px;
}
.radio-button:hover .button {
    background-color: #ccc;
}

.radio-button input:checked + .button {
    background-color: white;
    color: #2c82f4;
    border: 1px solid #2c82f4;
}
input.cardAction {
    visibility: hidden;
}
input.cardAction:checked:after {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    top: 0px;
    left: 0px;
    position: relative;
    background-size: 70%;
    background-image: url(../images/checkmark.svg);
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
    visibility: visible;
    border: 3px solid #068A99;
}
input.cardAction:after {
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 25px;
    top: 0px;
    left: 0px;
    position: relative;
    display: inline-block;
    visibility: visible;
    border: 3px solid #068A99;
}
.custom-gray {
    color: #464646;
}

.underline-text {
    text-decoration: underline;
}

.font-size-30{
    font-size: 30px !important;
}
.font-size-28{
    font-size: 28px !important;
}
.font-size-20{
    font-size: 20px !important;
}
.font-size-18{
    font-size: 18px !important;
}
.font-size-16{
    font-size: 16px !important;
}
.content-wrapper-copay a{
    color: #1167E8;
}
.scrollToIsi{
    font-size: 12px;
    font-weight: bold;
}

.scrollToIsi, .scrollToTerms{
    text-decoration: underline!important;
    cursor: pointer;
}

.scrollToTerms{
    color: #2C82F4;
}

/*custom-chevron for select*/
.custom-chevron {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg width='10' height='6' fill='none' xmlns='http:%2F%2Fwww.w3.org/2000/svg'><path d='M1 1l4 4 4-4' stroke='#068A99' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
input[type="checkbox"]{
    box-shadow: -1.5px -1.5px 0 #a8a6a6
}
input[type="checkbox"].large{
    height: 30px;
    width: 30px;
}
input[type="checkbox"].small{
    height: 20px;
    width: 20px;
}
.border-card{
    border: 2px solid #2c82f4;
}


/* Hide the radio button */
.checkbox input[type="radio"] {
    display: none;
}

/* Style the checkbox */
.checkbox .checkmark {
    display: inline-block;
    position: relative;
    width: 25px;
    background: white;
    height: 25px;
    color: white;
    border: 1px solid #aaa;
    border-radius: 2px;
    margin-right: 10px;
}

.mulatq_blue_font_color{
    color:#2C82F4
}

.mulatq_bold_font{
    font-weight: bolder;
}

/* Style the checkmark */
.checkbox .checkmark::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 6px;
    width: 12px;
    height: 24px;
    border: solid #2196f3;
    border-width: 0 4px 4px 0;
    display: none;
    transform: rotate(45deg);
}
.field-checkbox-wrapper {
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    /* Styles for mobile devices */
    .mobile-only {
        display: block;
    }
    .large-flex {
        height: 16px !important;
    }
    .button--default-mobile {
        border-radius: unset;
        width: 80%;
    }
}

@media (min-width: 768px) {
    /* Styles for desktop devices */
    .desktop-only {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .not-eligible-mobile{
        display: none;
    }
    .not-eligible{
        font-style: normal;
        background: white;
        margin-left: 30px;
        color: black;
        border: 1px #333333 solid;
        padding: 10px 25px 10px 10px;
    }
    .not-eligible:before{
        content: "";
        border-style: solid;
        border-width: 15px 27px 15px 0px;
        border-color: transparent white transparent transparent;
        position: absolute;
        left: -27px;
        top: 35%;
        z-index: 3;
    }
    .not-eligible:after{
        content: "";
        border-style: solid;
        border-width: 15px 28px 15px 0px;
        border-color: transparent #333333 transparent transparent;
        position: absolute;
        left: -29px;
        top: 35%;
        z-index: 2;
    }
}
@media (max-width: 767px) and (min-width: 389px) {
    .not-eligible{
        display: none;
    }
    .not-eligible-mobile {
        /*min-width: 310px;*/
        padding: 10px;
        border: 1px solid black;
        position: relative;
        background: white;
        top: -167px;
        margin-left: -240px;
        color: black;
        font-family: inherit;
        font-style: normal;
    }
    .not-eligible-mobile-pointer{
        display: block;
        width: 20px;
        height: 20px;
        border: 1px solid transparent;
        border-top-color: black;
        border-left-color: black;
        position: absolute;
        top: 226px;
        left: 180px;
        transform: rotate(-135deg);
        background: white;
    }
    .not-eligible-mobile-parent {
        margin-top: 155px;
        margin-bottom: -75px;
    }
}

@media (max-width: 388px) {
    .not-eligible{
        display: none;
    }
    .not-eligible-mobile {
        /*min-width: 310px;*/
        padding: 10px;
        border: 1px solid black;
        position: relative;
        background: white;
        top: -165px;
        margin-left: -240px;
    }
    .not-eligible-mobile-pointer{
        display: block;
        width: 20px;
        height: 20px;
        border: 1px solid transparent;
        border-top-color: black;
        border-left-color: black;
        position: absolute;
        top: 226px;
        left: 180px;
        transform: rotate(-135deg);
        background: white;
    }
    .not-eligible-mobile-parent {
        margin-top: 155px;
        margin-bottom: -75px;
    }
}

@media (max-width: 767px) {
    .action-card-label {
        margin-left: 10px;
    }
}

.continue-button {
    border-radius: 0;
    min-width: 278px;
    min-height: 48px;
}
.content-wrapper-copay .rich-text ul>li{
    list-style: none;
}
.card-action-row {
    display: flex;
    direction: ltr;
    align-items: center;
}


#loader{
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: white;
    bottom: 0;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-image: url(../images/loader.svg);
    background-position: bottom;
    background-size: 10%;
}