.page-container {
    padding-top: 200px;
    overflow: hidden;
}

.search-form-container #search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    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: 45px;
    color: #8a8a8a;
    border: 1px solid #8a8a8a;
    padding: 10px;
    outline: none;
}

.search-form-container #txt-group-number {
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 290px;
    height: 45px;
    color: #8a8a8a;
    border: 1px solid #8a8a8a;
    padding: 10px;
    outline: none;
}

.search-form-container #btn-search-drug {
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 160px;
    height: 45px;
    border: none;
    background-color: var(--blue-indigo);
    color: #ffffff;
    cursor: pointer;
    margin-left: -35px;
    z-index: 1;
}

.search-form-container .input-container {
    position: relative;
}

.right-margin {
    margin-right: 25px;
}

.search-form-container .lbl-drug-name {
    position: absolute;
    left: 12px;
    top: 50px;
    font-size: 14px;
}

.footer #para-footer {
    color: #fff;
    padding-right: 85px;
}

.footer #para-footer2 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-right: 65px;
}

.footer h4 {
    color: #fff;
}

.text-align-center {
    text-align: center;
}

/* Common Styles */
.title-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    color: var(--blue-indigo);
    /* text-shadow: 0px 4px 4px rgb(0 0 0 / 25%); */
}

#supportText {
    font-size: 25px;
    color: var(--blue-indigo);
    margin-top: 100px;
    margin-bottom: 15px;
    text-align: center;
}

#supportSub {
    font-size: 16px;
    margin-bottom: 150px;
    /* text-shadow: 0px 4px 4px rgb(0, 0, 0, 0.25); */
    text-align: center;
}

.align-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mt-25 {
    margin-top: 25px;
}

/* Common Styles */

/*Start : Modal Styles*/

/* Modal Content/Box */

#drug-not-found-modal .modal-header {
    display: flex;
    padding: 0;
    width: 100%;
    border: none;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

#drug-not-found-modal .modal-content {
    font-family: Segoe UI;
    font-size: 18px;
    margin: 50% auto;
    padding: 20px;
    width: 320px; /* Could be more or less, depending on screen size */
    height: 250px;
    text-align: center;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    outline: 0;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}

#drug-not-found-modal #btn-back-to-search {
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 36px;
    border: none;
    background-color: #0082cb;
    color: #ffffff;
    cursor: pointer;
    margin-left: 10px;
    border: none;
    background: linear-gradient(117.51deg, #0082cb 38.58%, #4dbbf9 116.56%);
}

#group-not-found-modal .modal-header {
    display: flex;
    padding: 0;
    width: 100%;
    border: none;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

#group-not-found-modal .modal-content {
    font-family: Segoe UI;
    font-size: 18px;
    margin: 50% auto;
    padding: 20px;
    width: 320px; /* Could be more or less, depending on screen size */
    height: 350px;
    text-align: center;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    outline: 0;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}

#group-not-found-modal #btn-back-to-search {
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 36px;
    border: none;
    background-color: #0082cb;
    color: #ffffff;
    cursor: pointer;
    margin-left: 10px;
    border: none;
    background: linear-gradient(117.51deg, #0082cb 38.58%, #4dbbf9 116.56%);
}

#drug-excluded-modal .modal-header {
    display: flex;
    padding: 0;
    width: 100%;
    border: none;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

#drug-excluded-modal .modal-content {
    font-family: Segoe UI;
    font-size: 18px;
    margin: 50% auto;
    padding: 20px;
    width: 320px; /* Could be more or less, depending on screen size */
    height: 250px;
    text-align: center;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    outline: 0;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}

#drug-excluded-modal #btn-back-to-search {
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 36px;
    border: none;
    background-color: #0082cb;
    color: #ffffff;
    cursor: pointer;
    margin-left: 10px;
    border: none;
    background: linear-gradient(117.51deg, #0082cb 38.58%, #4dbbf9 116.56%);
}

.btn-close-modal {
    color: #0082cb;
    cursor: pointer;
    font-weight: 500;
    z-index: 999;
    position: absolute;
    top: 10px;
    right: 10px;
}
/*End : Modal 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: var(--blue-indigo);
    color: #ffffff;
    cursor: pointer;
    margin-left: 10px;
}

.result-container {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.vcopay-card-container {
    background-color: #f8f8f8;
    display: flex;
    border-radius: 5px;
    padding: 30px 35px;
    flex: 1 1 auto;
    margin: 10px;
    position: relative;
    width: 350px;
    max-width: 350px;
    min-width: 350px;
    flex-direction: column;
}

    .vcopay-card-container .copay-img {
        width: 100px;
        height: 36px;
        margin: 8px 0;
    }

    .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: 4;
        }

        .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: 18px;
        font-weight: 400;
        line-height: 32px;
        position: absolute;
        right: 20px;
        top: calc(50% - 16px);
    }

    .vcopay-card-container .copay-title {
        width: 100%;
        font-family: Segoe UI;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .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-total-label-ineligible {
        font-family: Segoe UI;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
    }

    .vcopay-card-container .copay-amount {
        font-weight: 700;
    }

/* End : Search Result */

/* Start : Responsive css */

@media only screen and (max-width: 600px) {
    .title-text {
        font-size: 24px;
    }

    #supportText {
        margin-top: 60px;
    }

    .vcopay-card-container {
        padding: 20px 20px;
        width: 220px;
    }

    .page-container {
        padding-top: 160px;
    }


    .search-form-container #txt-drug-name {
        width: 200px;
        height: 40px;
    }

    .search-form-container .lbl-drug-name {
        top: 40px;
    }

    .search-form-container #btn-search-drug {
        width: 140px;
        height: 40px;
    }

    .zero-padding-mobile {
        padding: 0px;
    }
}
/* End : Responsive css */
