/* Minification failed. Returning unminified contents.
(462,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-body-color'
(530,15): run-time error CSS1030: Expected identifier, found '.'
(530,26): run-time error CSS1031: Expected selector, found ')'
(530,26): run-time error CSS1025: Expected comma or open brace, found ')'
(534,15): run-time error CSS1030: Expected identifier, found '.'
(534,32): run-time error CSS1031: Expected selector, found ')'
(534,32): run-time error CSS1025: Expected comma or open brace, found ')'
(548,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(549,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(783,19): run-time error CSS1030: Expected identifier, found '.'
(783,30): run-time error CSS1031: Expected selector, found ')'
(783,30): run-time error CSS1025: Expected comma or open brace, found ')'
(787,19): run-time error CSS1030: Expected identifier, found '.'
(787,36): run-time error CSS1031: Expected selector, found ')'
(787,36): run-time error CSS1025: Expected comma or open brace, found ')'
 */
body {
    /*font-family: Arial, sans-serif;*/
    font-family: "Inter", sans-serif
}

.main-section {
    max-width: 1312px;
    margin: 0 auto;
    width: 100%;
}

.top-bar {
    background: #F0F0F0;
    font-size: 12px;
    padding-left: 5%;
    padding-right: 5%;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: "Roboto Condensed", sans-serif !important;
}

a {
    color: #472D8B;
}

    a[href^="tel:"] {
        color: #0066cc !important;
        text-decoration: underline;
    }

.header-padding {
    /*padding: 2% 5%;*/
    padding: 1.22% 5%;
}

.navbar > .container-fluid {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px
}

.ft-18 {
    font-size: 18px;
}

.roboto-condensed {
    font-family: "Roboto Condensed", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.inter {
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.roboto {
    font-family: "Roboto", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.hero-section {
    background-color: #472D8B;
    color: white;
    text-align: center;
    padding: 60px 5%;
    display: flex;
    justify-content: left;
    align-items: center;
    z-index: 1060;
    position: relative;
}

    .hero-section h1 {
        font-family: "Roboto Condensed", sans-serif !important;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        text-align: left;
    }

#logo {
    height: auto;
    width: auto;
    max-width: 100%;
}

.main-content {
    padding: 80px 15px 0 15px;
    /*padding-bottom: 0px;*/
    /*max-width: 1200px;
    margin: 0 auto;*/
    max-width: 1088px;
    margin: 0 auto;
}

.pt-18 {
    font-size: 18px;
}

.sub-title-container {
    display: flex;
    width: 493px;
    flex-direction: column;
    align-items: flex-start;
}

.sub-title {
    color: var(-2-d-1-a-6-b-header-purple, #2D1A6B);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Roboto Condensed", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
}

.sub-title-description {
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.disclaimer-grid {
    display: flex !important;
    flex-direction: row;
    gap: 1px;
    align-items: start;
    width: 100%;
}

.required-asterisk {
    top: -.3em !important;
}

.asterisk-span {
    display: block;
}

.text-span {
    display: block;
    font-size: 12px;
}

#printCardBtn {
    font-size: 16px;
}

.approval-message-text {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.copay-card {
    width: 406.112px;
    height: auto;
    flex-shrink: 0;
    aspect-ratio: 406.11/262.00;
    max-width: 100%;
}

.copay-card-large {
    width: 527px;
    height: auto;
    flex-shrink: 0;
    max-width: none;
}

.copay-card-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-top: 5px;
    margin-left: 30px;
}

    .copay-card-wrapper .copay-card {
        width: 406.112px;
        height: auto;
        max-width: 100%;
        display: block;
    }

    .copay-card-wrapper .copay-card-large {
        width: 527px;
        height: auto;
        max-width: none;
        display: block;
    }

    .copay-card-wrapper p {
        margin: 0;
        text-align: right;
        width: 100%;
    }

.form-section {
    border-radius: 6px;
    background: #F6F6F6;
    padding: 30px;
    border-radius: 6px;
    /*margin-top: 20px;*/

    max-width: 1088px;
}

    .form-section .container {
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .form-section form {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

        .form-section form .row {
            width: 60%;
            margin-left: auto;
            margin-right: auto;
        }

.required {
    font-size: 12px;
    color: #666;
    text-align: right;
}

.instruction-container {
    padding: 20px 0px 0px 0px;
}

.btn {
    background-color: #472D8B;
    color: white;
    border-radius: 0px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


.tel-no-underline {
    text-decoration: none !important;
    color: #0066cc;
}


.btn-container {
    display: flex;
    justify-content: start;
    align-items: center;
}

.phone-number p {
    font-size: 18px;
    margin-bottom: 0px !important;
}

.font-18 {
    font-size: 18px;
}

/*.Terms-and-Conditions{
    padding: 90px 0px 0px 0px;
    width:976px;
}
.Terms-and-Conditions h1{
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #472D8B;
    font-family: "Roboto Condensed", sans-serif !important;
}
.Terms-and-Conditions h2{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #472D8B;
    font-family: "Roboto", sans-serif !important;
}
.Terms-and-Conditions p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 10px 0px;
    font-family: "Roboto", sans-serif !important;
}
.Terms-and-Conditions ul{
    font-family: "Roboto", sans-serif !important;
}
.Terms-and-Conditions li{
    font-family: "Roboto", sans-serif !important;
    font-size: 18px;
    font-weight: 400;
}*/

.terms-and-conditions-section {
    padding: 90px 0px 0px 0px;
    width: 976px;
    margin-bottom: 40px;
}

    .terms-and-conditions-section h1 {
        font-size: 22px;
        font-weight: 600;
        line-height: 28px;
        color: #472D8B;
        font-family: "Roboto Condensed", sans-serif !important;
    }

    .terms-and-conditions-section h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        color: #472D8B;
        font-family: "Roboto", sans-serif !important;
    }

    .terms-and-conditions-section p {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        padding: 10px 0px;
        font-family: "Roboto", sans-serif !important;
    }

    .terms-and-conditions-section ul {
        font-family: "Roboto", sans-serif !important;
    }

    .terms-and-conditions-section li {
        font-family: "Roboto", sans-serif !important;
        font-size: 18px;
        font-weight: 400;
    }

.no-break {
    white-space: nowrap;
}

.footer {
    color: white;
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0px;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid #99969f;
    font-family: "Roboto", sans-serif !important;
}

    .footer .row {
        width: 100%;
    }

.footer-links {
    display: flex;
    gap: 20px;
    align-items: center;
    font-family: "Roboto", sans-serif !important;
}

    .footer-links a {
        color: #6b46c1;
        text-decoration: underline;
        font-size: 14px;
        transition: color 0.3s ease;
        font-family: "Roboto", sans-serif !important;
    }

        .footer-links a:hover {
            color: #553c9a;
            text-decoration: underline;
        }

    .footer-links .separator {
        color: #6b46c1;
        font-size: 14px;
        font-family: "Roboto", sans-serif !important;
    }

.footer-info {
    flex: 1;
    padding-top: 10px;
    font-family: "Roboto", sans-serif !important;
}

    .footer-info p {
        color: #666;
        font-size: 12px;
        line-height: 1;
        margin-bottom: 3px;
    }

#visitHomepageBtn {
    margin-bottom: 20px;
}

.logo-container {
    display: flex;
    align-items: center;
}

#logo {
    height: 64px;
    width: auto;
}

.logo-svg {
    height: 40px;
    width: 120px;
}

.trademark-container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 0;
    width: 100%;
}

    .trademark-container img {
        height: 197px;
        width: 66px;
    }

.text-center {
    text-align: center !important;
}

.form-check-input.is-invalid + .form-check-label {
    color: var(--bs-body-color, #212529);
}

.form-check-input[type="radio"].is-invalid {
    background-image: none;
}

.form-check-label {
    font-size: 16px;
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
}

.form-label {
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter", sans-serif !important;
}

.small.mb-1 {
    font-size: 16px !important;
    font-weight: 600;
    font-family: "Inter", sans-serif !important;
    line-height: 20px;
}

.ft-16 {
    font-size: 16px;
}

.form-section a,
.form-check a,
.small.mb-1 a {
    color: #0d6efd !important;
}

    .form-section a:hover,
    .form-check a:hover,
    .small.mb-1 a:hover {
        color: #0a58ca !important;
    }

.unqualified-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 10px 0px;
    font-family: "Roboto", sans-serif !important;
}

.approved-text {
    width: 45%;
}

.copay-card-container {
    width: 55%;
}

    .copay-card-container img {
        flex-shrink: 0;
        aspect-ratio: 527.02/340.00;
    }

.col-md-5 p.text-muted.small {
    text-align: right !important;
    padding-right: 0 !important;
}

.col-md-5:has(.copay-card) p.text-muted.small {
    margin-right: 20px !important;
}

.col-md-5:has(.copay-card-large) p.text-muted.small {
    margin-right: 0px !important;
}

.btn:hover {
    background-color: #472D8B;
    color: white;
}

.btn-error {
    border: 2px solid #dc3545 !important;
}

.navbar {
    --bs-nav-link-color: #472D8B;
    --bs-nav-link-hover-color: #2D1A6B;
    background-color: #ffffff !important;
}

    .navbar .container-fluid {
        max-width: 1312px;
        margin: 0 auto;
    }

.navbar-toggler {
    border: none;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23472D8B' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler.is-active .navbar-toggler-icon {
    background-image: none;
}

    .navbar-toggler.is-active .navbar-toggler-icon::before {
        content: '\00D7';
        display: block;
        text-align: center;
        font-size: 2.75rem;
        line-height: 1.0;
        color: #472D8B;
        font-weight: 400;
    }

.tersera-purple {
    color: #472D8B !important;
}

.nav-item a {
    color: #472D8B !important;
}

.navbar-nav .nav-item {
    margin-left: 20px;
}

@media (max-width: 990px) {
    .navbar {
        position: relative;
        z-index: 1035;
        background-color: #f8f9fa;
        padding: 0px;
    }

    .navbar-collapse {
        background-color: #fff;
        border-radius: 0 0 8px 8px;
        margin-top: 10px;
        min-height: 100vh;
        padding-bottom: 40px;
    }

    .navbar-brand {
        margin-left: 24px;
    }

    .navbar-toggler {
        margin-right: 24px;
    }

    .box-shadow {
        box-shadow: -1px 5px 5px rgb(227, 227, 227);
    }

    .navbar-nav .nav-item {
        margin: 20px 5px;
        text-align: left;
    }

    .navbar-nav .nav-link {
        color: #472D8B !important;
        font-size: 18px;
        font-weight: 600;
        padding: 0px 30px;
        text-align: left;
    }

    .space-between {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    /* Mobile top bar styling */
    .top-bar .main-section span {
        display: none;
    }

    .top-bar .main-section {
        justify-content: center !important;
    }

    .navbar-toggler.is-active {
        z-index: 1040;
    }

    .hero-section {
        text-align: left;
        justify-content: flex-start;
        padding: 40px 5%;
    }

        .hero-section h1 {
            text-align: left;
            line-height: 1.1;
            margin: 0;
        }

    .sub-title-container {
        width: 100%;
        margin-bottom: 30px;
    }

    .sub-title {
        font-size: 32px;
        line-height: 36px;
    }

    .copay-card {
        width: 406.112px;
        height: auto;
        flex-shrink: 0;
        aspect-ratio: 406.11/262.00;
        max-width: 100%;
    }

    .copay-card-large {
        width: 100%;
        max-width: 350px;
        height: auto;
        aspect-ratio: 527/340;
    }

    .copay-card-wrapper .copay-card-large {
        width: 100%;
        max-width: 350px;
        height: auto;
        aspect-ratio: 527/340;
    }

    .copay-card-wrapper {
        margin-left: 0px;
    }

    .main-content .row {
        margin: 0;
    }

    .main-content .col-md-6 {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .form-section form .row {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .approved-text {
        width: 100%;
        margin-bottom: 30px;
    }

    .copay-card-container {
        width: 100%;
        text-align: center;
    }

    /*.Terms-and-Conditions h1{
        line-height: 20px;
    }*/

    .terms-and-conditions-section h1 {
        line-height: 28px;
    }

    .footer {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 15px !important;
    }

    .footer-info p {
        font-size: 10px !important;
        line-height: 1.2;
        margin-bottom: 2px;
    }

    .trademark-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
    }

    /*.Terms-and-Conditions{
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }*/

    .terms-and-conditions-section {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .footer-info {
        flex: 1;
        min-width: 0;
    }

    .form-section {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        border-radius: 0;
    }

    .col-md-5:has(.copay-card) p.text-muted.small {
        margin-right: 25px !important;
    }

    .col-md-5:has(.copay-card-large) p.text-muted.small {
        margin-right: 0px !important;
    }

    .mobile-gap {
        gap: 72px;
    }
}

#checkEligibilityBtn.disabled,
#checkEligibilityBtn:disabled {
    opacity: 0.75;
    cursor: not-allowed;
    pointer-events: none;
}


