.page-container {
    padding: 120px 0;
    overflow: hidden;
    min-height: 650px;
    height: auto;
}

.page-container-bg {
    -moz-box-shadow: inset 0px 750px 400px -500px #fff;
    -webkit-box-shadow: inset 0px 750px 400px -500px #fff;
    -o-box-shadow: inset 0px 750px 400px -500px #fff;
    box-shadow: inset 0px 750px 400px -500px #fff;
}

.company-page-header {
    height: 65%;
}

.company-logo-wrapper {
    font-family: 'capitana';
    /*background-color: #ffffff;*/
    /* margin: 0;
    padding: 3rem;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*min-height: 100vh;*/
}

.company-prompt {
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #0f285b;
    font-size: 5rem; /* Increased from 4rem */
    padding: 2.5rem 2.5rem;
}

.corner-top-left,
.corner-bottom-right {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 24px solid #00e3e3; /* Increased from 22px */
    box-sizing: border-box;
}

.corner-top-left {
    top: 18px;
    left: 18px;
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 50px;
}

.corner-bottom-right {
    bottom: 20px;
    right: 28px;
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 50px;
}

.company-prompt h1 {
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .company-prompt {
        font-size: 3.5rem;
        padding: 2.5rem 3rem;
    }
    .company-prompt h1 {
        margin: 0;
        line-height: 1.4;
    }

    .corner-top-left,
    .corner-bottom-right {
        width: 60px;
        height: 60px;
        border-width: 18px;
    }
}

@media (max-width: 480px) {
    .page-container-bg {
        padding:0px !important;
    }
    .company-prompt {
        font-size: 1.5rem;
        padding: 1rem 1rem;
    }

    .corner-top-left,
    .corner-bottom-right {
        width: 40px;
        height: 40px;
        border-width: 12px;
    }
    .corner-top-left {
        top: 1px;
        left: 1px;
        border-right: none;
        border-bottom: none;
        border-top-left-radius: 40px;
    }

    .corner-bottom-right {
        bottom: 1px;
        right: 1px;
        border-left: none;
        border-top: none;
        border-bottom-right-radius: 40px;
    }
}
.group-number-contact {
    margin-top: 2%;
    font-size: 1.25rem !important;
}

.search-form-container #search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}

.search-form-container #txt-drug-name {
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 290px;
    height: 50px;
    color: #8a8a8a;
    border: 1px solid #8a8a8a;
    padding: 10px;
    outline: none;
}

.search-form-container #btn-search-drug {
    cursor: pointer;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 160px;
    height: 50px;
    border: none;
    background-color: #0f285b;
    color: #ffffff;
    cursor: pointer;
    margin-left: 10px;
}

.search-form-container .input-container {
    position: relative;
}

.search-form-container .lbl-drug-name {
    position: absolute;
    left: 12px;
    top: 56px;
    font-size: 14px;
}

.footer #para-footer {
    color: #fff;
    padding-right: 85px;
}

.footer #para-footer2 {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    padding-right: 65px;
}

.footer h4 {
    color: #fff;
}

.footer #last-nav-link {
    margin-top: 25px;
}

.text-align-center {
    text-align: center;
}

.description-text {
    color: #414141;
}

/* Common Styles */
.title-text {
    font-size: 40px;
    font-family: Capitana;
    color: #0f285b;
    font-weight: 700;
}

.text-left {
    text-align: left !important;
}

.p-t-30 {
    padding-top: 30px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-10 {
    margin-top: 50px;
}

#supportText {
    font-size: 25px;
    color: #0f285b;
    margin-top: 100px;
    margin-bottom: 15px;
    text-align: center;
}

#supportSub {
    font-size: 16px;
    margin-bottom: 150px;
    text-align: center;
}

.ss-phone-number {
    white-space: nowrap;
}

.link-text {
    color: #005bb5;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

.link-text:hover {
     color: #005bb5;
    font-weight: bold;
    text-decoration: underline;
}

.fs-35 {
    font-size: 35px;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.member-service-container {
    margin-top: 50px;
}

.p-lr-60 {
    padding: 0px 60px;
}

.p-t-10 {
    padding-top: 10px !important;
}

/* Common Styles */

/* Start : Search Result */

.search-result-container #btn-return-search {
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 240px;
    height: 50px;
    border: none;
    background-color: #0f285b;
    color: #ffffff;
    cursor: pointer;
    margin-left: 10px;
}

.result-container {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
}

.vcopay-card-container {
    background-color: #f8f8f8;
    display: flex;
    border-radius: 5px;
    padding: 30px 40px;
    flex: 1 1 auto;
    margin: 10px;
}

    .vcopay-card-container .copay-img {
        width: 172px;
        height: 46px;
        margin-left: -32px;
    }

    .vcopay-card-container .copay-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .vcopay-card-container .copay-column:first-child {
            align-items: flex-start;
            flex: 2;
        }

        .vcopay-card-container .copay-column:last-child {
            align-items: flex-end;
            flex: 1;
        }

    .vcopay-card-container .copy-final-amount {
        font-family: Segoe UI;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        padding-left: 15%;
    }

    .vcopay-card-container .copay-title {
        font-family: Segoe UI;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
    }

    .vcopay-card-container .copay-sub-title {
        font-family: Segoe UI;
        font-style: italic;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
    }

    .vcopay-card-container .copay-total-label {
        font-family: Segoe UI;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
    }

    .vcopay-card-container .copay-amount {
        color: #0f285b;
    }

/* End : Search Result */

/* Start : Document Page */

.document-page-container {
    padding: 150px 0;
    width: 100%;
}

    .document-page-container .card {
        display: flex;
        width: 100%;
        height: 100%;
        /* margin: 0 15px; */
        justify-content: center;
    }

#mobileapplink {
    padding: 1px 6px;
}

.btn_download_link {
    background-color: transparent;
    color: #0f285b;
    border-radius: 100px;
    border: none;
    text-transform: uppercase;
}

    .btn_download_link:hover {
        text-decoration: underline;
    }

.float-right {
    display: flex;
    justify-content: flex-end;
    margin-right: 35px;
}

.document-page-container .txt-contact #supportSub {
    font-size: 16px;
    margin-bottom: -80px;
    text-align: center;
}

/* End : Document Page  */

/* Start : Medication Search */

.medication-search-container {
    padding: 150px 0;
    width: 100%;
}

.small-text {
    font-size: xx-small;
    display: flex;
    align-items: center;
}

.ss_info_icon {
    color: #0f285b;
}

.small-text .material-icons {
    line-height: 1;
    letter-spacing: 4px;
}

.small-text i {
    font-size: 12px !important;
}

.formulary-info-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -12px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    color: #414141;
}

#diclaimer-text {
    font-size: 12px;
    font-weight: 800;
}

.modal-dialog .modal-content {
    width: 400px !important;
}

.modal-body .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none !important;
    border-radius: 0.25rem;
}

.modal-body .card-body {
    padding: 10px !important;
    box-shadow: none !important;
}

.justify-end {
    display: flex;
    justify-content: end;
}

.margin-bottom-medication-search {
    margin-bottom: -80px !important;
}

/* End : Medication Search */

/* Start : Mail Order */

#company-name-text,
#account-name-text,
#account-name-title {
    text-transform: capitalize;
}

.page-container-mail-result {
    padding: 100px 0;
    overflow: hidden;
    min-height: 600px;
    height: auto;
    background-color: #ffffff;
    background-image: url("./../img/image 9.svg");
    background-repeat: no-repeat;
    /*background-position: center top;*/
    background-position: center 50px;
    -moz-box-shadow: inset 0px 750px 200px -200px #fff;
    -webkit-box-shadow: inset 0px 750px 200px -200px #fff;
    -o-box-shadow: inset 0px 750px 200px -200px #fff;
    box-shadow: inset 0px 750px 200px -200px #fff;
}

#mo-provider-container {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.mo-img {
    width: 200px;
    height: 150px;
    padding: 20px;
    cursor: pointer;
}

    .mo-img:hover {
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
        border-radius: 5px;
        background-color: #fff;
        transition: all 0.3s;
    }

    .mo-img.selected {
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
        border-radius: 5px;
    }

.mo-sub-title {
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #0f285b;
}

.services-container {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

    .services-container .services-container-card {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 150px;
        height: 150px;
        padding: 10px;
        /* flex: 1 1 auto; */
        margin: 10px;
        background: #fbfbfb;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        cursor: pointer;
        position: relative;
    }

        .services-container .services-container-card:hover {
            background: #fff;
            transform: scale(1.1);
            transition: all 0.3s;
        }

        .services-container .services-container-card .service-icon {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .services-container .services-container-card .service-icon img {
                height: 60px;
                width: 60px;
                background-color: #0f285b;
                border-radius: 50%;
                padding: 5px;
            }

            .services-container .services-container-card .service-icon .material-icons {
                font-size: 4.5rem;
                color: #5ab3e8;
            }

        .services-container .services-container-card .service-desc {
            font-size: 14px;
            width: 100%;
            color: #0f285b;
            text-align: center;
        }

/* End : Mail Order  */

/* Start : Medication Search Landing */

.ss_notification_container {
    margin-top: 32px;
}

    .ss_notification_container .ss_notification {
        padding: 10px 15px;
        background: #ffffff;
        border: 1px solid rgba(239, 239, 239, 0.56);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.03);
        border-radius: 4px;
    }

        .ss_notification_container .ss_notification .ss_info_icon {
            color: #0f285b;
            margin-right: 15px;
        }

        .ss_notification_container .ss_notification .body_text {
            font-weight: 350;
            font-size: 12px;
            line-height: 16px;
            color: #434343;
            padding-left: 20px;
        }

        .ss_notification_container .ss_notification .notification_title {
            font-weight: normal;
            font-size: 18px;
            line-height: 24px;
            text-align: left;
        }

.mem-serv-des {
    color: #c92020;
}

.p-5 {
    padding: 5px !important;
}

.btn-outline {
    font-size: 14px;
    float: right;
    width: 140px;
    height: 30px;
    background-color: transparent;
    color: #0f285b;
    border: 1px solid #0f285b;
    border-radius: 100px;
}

.btn-solid {
    font-size: 14px;
    font-weight: 400;
    width: 200px;
    border: 1px solid #0f285b;
    border-radius: 50px;
    background-color: #0f285b;
    color: #fff;
    height: 40px;
    outline: none;
}

/* End : Medication Search Landing */

/* Start :  Search text and Button */

.ss-text-control {
    width: 400px;
}

    .ss-text-control .form-control {
        border-radius: 50px;
        outline: none;
        border: 2px solid #ddd;
        height: 40px;
    }

        .ss-text-control .form-control:focus {
            border-color: unset !important;
            box-shadow: unset !important;
            border: 2px solid #ddd;
        }

    .ss-text-control .input-group-append .btn-rounded {
        border-radius: 50px;
        width: 140px;
        position: absolute;
        right: -60px;
        background-color: #1a8dcd;
        color: #fff;
        z-index: 999;
        height: 40px;
        outline: none;
    }

/* End :  Search text and Button */

/* Start : Responsive css */

/* Start : Mobile View */
@media only screen and (max-width: 600px) {
    .title-text {
        font-size: 28px;
    }

    #supportText {
        margin-top: 60px;
    }

    .vcopay-card-container {
        padding: 20px 20px;
    }

    .ss-text-control {
        width: 80%;
    }

    .ss_notification_container .body_wrapper img,
    svg {
        width: 20px;
    }

    .ss_notification_container .ss_notification .notification_title {
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
    }

    .ss_notification_container .ss_notification .body_text {
        font-weight: 350;
        font-size: 10px;
        line-height: 12px;
        color: #434343;
        padding-left: 20px;
    }

    #formulary-disclaimer {
        display: inline-block;
        width: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .declaimer-font {
        font-size: 8px;
    }

    .link-text {
        font-size: 9px;
    }

    .formulary-info-text {
        font-size: 9px;
        font-weight: 500;
    }

    #def-of-medication-container .ss_card {
        min-width: 180px;
    }

    .page-container-bg {
        padding: 0px 0;
        overflow: hidden;
        min-height: 470px;
        height: auto;
        background-color: #ffffff;
        background-image: url("./../img/image 9.svg");
        background-repeat: no-repeat;
        background-position: center 60px;
        background-size: 600px 550px;
        -moz-box-shadow: inset 0px 750px 400px -500px #fff;
        -webkit-box-shadow: inset 0px 750px 400px -500px #fff;
        box-shadow: inset 0px 750px 400px -500px #fff;
    }

    .btn-outline {
        font-size: 10px;
        float: right;
        width: 60px;
        height: 28px;
        background-color: transparent;
        color: #0f285b;
        border: 1px solid #0f285b;
        border-radius: 100px;
    }

    #tbl-formulary-drug-list .col-2 {
        width: 150px;
    }

    #tbl-formulary-drug-list tbody {
        position: relative !important;
    }

    #custom-usecase-container img {
        width: 100% !important;
        padding: 10px;
    }
}
/* End : Mobile View */

@media only screen and (max-width: 1000px) {
    .small-text {
        width: 620px;
    }
}

@media only screen and (min-width: 800px) {
    .small-text {
        width: 78%;
    }
}

/* End : Responsive css */

/* Start : SS Rounded Textbox with search button */

.ss-rounded-textbox .form-control {
    border-radius: 40px;
}

    .ss-rounded-textbox .form-control:focus {
        border-color: unset !important;
        box-shadow: unset !important;
        border: 1px solid #ced4da;
        outline: none;
        outline-color: unset;
    }

.ss-rounded-textbox .input-group-append {
    z-index: 9;
}

#btn-search-account-group {
    width: 200px !important;
    margin-top: 50px;
}

#btn-search-account-group:focus {
    border: 2px solid #00fff9;
    outline: none; 
}

.ss-rounded-textbox .input-group-text {
    cursor: pointer;
    border-radius: 40px;
    width: 120px;
    background-color: #0f285b;
    color: #fff;
    z-index: 99999;
    height: 40px;
    outline: none;
    text-align: center;
    margin-left: -40px;
    padding-left: 32px;
}

/* End : SS Rounded Textbox with search button */

.legends-container {
    padding: 10px 40px;
}

#def-of-medication-container {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

    #def-of-medication-container .ss_card {
        flex: 1 1 auto;
        padding: 0px 10px;
    }

#account-group-not-found .modal-dialog {
    font-size: 14px;
    max-width: 250px;
    margin: 1.75rem auto;
}

#member-service-custom-text {
    font-size: 14px;
    color: #b3261e;
}

#custom-usecase-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    #custom-usecase-container img {
        width: auto;
        padding: 10px;
    }

.title-text-v2 {
    font-size: 22px;
    color: #0f285b;
    font-weight: 500;
}

.subtitle-text-v2 {
    font-size: 14px;
    color: #0f285b;
    font-weight: 500;
}

#new-benefit-banner {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 40%;
    height: 40%;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


#toast-container > div {
    background-color: --blue-royal !important; 
    color: #FFF !important;
    opacity: 1 !important;
}

#toast-container .toast-close-button {
    color: #FFFFFF !important;       /* always white */
    opacity: 1 !important;
    transition: transform 0.2s ease, text-shadow 0.2s ease;
}

#toast-container .toast-close-button:hover,
#toast-container .toast-close-button:focus {
    color: #FFFFFF !important;       /* keep white */
    transform: scale(1.2);           /* slight grow effect */
    text-shadow: 0 0 6px rgba(255,255,255,0.8); /* glowing hover */
}

/* Medication Search Page Drug search with plan selection styles */

.search-container {
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    flex-grow: 1;
    margin-right: 1rem;
}

.form-control-custom {
    border: none;
    background-color: transparent;
    box-shadow: none !important;
}

/* Vertical divider between the dropdown and text input */
.input-divider {
    width: 1px;
    background-color: #ced4da;
    /* A subtle grey line */
    align-self: stretch;
    margin: 0.5rem 1rem;
}

/* Make the dropdown take up a specific portion of the container */
.select-wrapper {
    min-width: 150px;
    position: relative;
    /* Needed for absolute positioning of the underline */
    padding-bottom: 5px;
    /* Space for the underline */
}

/* Underline for the select dropdown */
.select-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 1px;
    /* Thickness of the underline */
    background-color: #000000;
    /* Color of the underline */
    width: calc(100% - 1.5rem);
    /* Adjust width to not go under the dropdown arrow */
    margin-left: 0.75rem;
    /* Align with dropdown text */
    margin-right: 0.75rem;
}

#btn-solo2-search-drug {
    width: 100px !important;
}