
body.azs-modal-vyvanse {
    height: calc(100vh - var(--header-height-mobile));
    overflow: hidden !important;
}

body.azs-modal-vyvanse .fixed_isi {
    /*display: none !important;*/
    z-index:1;
}

body.azs-modal-vyvanse .azs-modal--vyvanse {
    max-height: none;
}

.azs-modal {
    background-color: rgba(0, 0, 0, 0.58);
    display: block;
    height: 100%;
    max-height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.azs-modal--vyvanse {
    .azs-modal-body {
        max-height: calc(100vh - 140px);
    }
}

.modal-eyebrow {
    color: #707070;
    text-align: left;
    font-weight:500;
    font-size:20px;
}
.azs-modal-action {
    background-color: var(--color-rose);
    border: 2px solid var(--color-rose);
    border-radius: 25px;
    color: var(--color-white) !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 30px 15px;
    margin-top: 0;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    width: 226px;
}

.azs-modal-action:hover {
    background-color: var(--color-red-violet);
    border-color: var(--color-red-violet);
    color: var(--color-white) !important;
    text-decoration: none !important;
}

.azs-modal-action--cancel {
    background-color: var(--color-white);
    border: 2px solid var(--color-rose);
    color: var(--color-rose) !important;
}

.azs-modal-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.azs-modal-body {
    background-color: var(--color-white);
    border-radius: 19px;
    box-shadow: 0 0 20px rgba(14, 124, 125, 0.71);
    max-height: calc(100vh - 100px);
    overflow: hidden;
    overflow-y: auto;
    padding: 35px 20px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 680px;
}

    .azs-modal-body .divider {
        width: 100%;
        height: 1px;
        background: #979797;
        margin: 25px 0px;
    }

    .azs-modal-body .innerPad {
        padding: 0px 30px;
    }

.azs-modal-body a {
    color: var(--color-rose);
    text-decoration: none;
}

.azs-modal-body a:hover {
    color: var(--color-red-violet);
    text-decoration: none;
}

.azs-modal-body p {
    color: var(--color-pale-sky);
    font-size: 18px;
    text-align: left;
}

.azs-modal-body .text-large {
    color: #00B7BA;
    font-size: 24px;
    font-weight:700;
    text-align:left;
}

.azs-modal-branding {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 150px;
}

.azs-modal-close {
    background-color: var(--color-rose);
    background-image: url('../../images/icons/icon-close-x-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
    border-radius: 50%;
    height: 32px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    right: 15px;
    text-indent: -999px;
    transition: background-color 0.2s ease-in-out;
    width: 32px;
}

.azs-modal-close:hover {
    background-color: var(--color-red-violet);
}

@media only screen and (min-width: 992px) {
    .azs-modal-action {
        height: 40px;
        line-height: 40px;
    }

    .azs-modal-actions {
        flex-wrap: nowrap;
    }

/*    .azs-modal-body {
        max-height: calc(100vh - 180px);
        padding-top: 170px;
        padding-right: 67px;
        padding-bottom: 50px;
        padding-left: 67px;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 768px;
    }*/

    .azs-modal-body .text-large {
        font-size: 26px;
    }

    .azs-modal-branding {
        top: 36px;
        left: 67px;
    }
}

/* Ryan */
.fixed_isi {
    /*display: none !important;*/
}

@media (max-width:991px) {

    .azs-modal-body {
        padding: 15px;
        padding-bottom: 35px;
        /*max-height: unset !important;*/
    }
        .azs-modal-body .innerPad {
            padding: 0;
        }

}