.no-scroll {
    overflow: hidden;
}

.age-check-modal-dialog .modal-content {
    border-radius: 10px;
    overflow: hidden;
    border: none;
    background-color: transparent;
}

.modal-dialog.age-check-modal-dialog {
    width: 950px !important;
    max-width: unset;
    margin: 0 auto;
    border-radius: 8px;
    height: 90vh;
}

.age-check-modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100px;
    background: #1C1F3B;
    padding: 30px 0;
}

.age-check-modal-header img {
    display: inline-block;
    width: 174px;
    height: 40px;
}

.ed-modal .modal-body {
    padding: 36px 36px 0!important;
    overflow-y: scroll;
    background-color: #fff;
}

.modal-content {
    margin-top: 40px !important;
    max-height: 100%;
}

.modal-body ul {
    padding-left: 30px;
}

.modal-body p {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #000 !important;
}

.age-check-buttons {
    min-width: 200px !important;
    border-radius: 6px !important;
    margin-top: 36px;
    margin-bottom: 0;
    text-align: center;
    max-width: fit-content;
    height: 50px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.modal-dialog.age-check-modal-dialog h4 {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 32px;
}

.ed-modal .description {
    margin-bottom: 20px !important;
}
.ed-modal .description.mb-0 {
    margin-bottom: 0 !important;
}

.ed-modal ul.description li {
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}

.ed-modal ul.description li a {
    color: #4476EF !important;
}

.age-check-button-continue {
    background-color: #47e !important;;
}

.age-check-button-cancel {
    background-color: rgba(116, 118, 122, 0.32) !important;
    text-transform: uppercase;
}

.age-check-buttons:hover {
    background: #3163DE !important;
}


.footer-box {
    padding-bottom: 36px;
    background-color: #fff;
}

@media (max-width: 992px) {
    .modal-dialog.age-check-modal-dialog {
        width: calc(100% - 20px) !important;
    }
}

@media (max-width: 768px) {


    .ed-modal .modal-content {
        min-height: unset;
        border-radius: 12px !important;
        overflow: hidden;
        padding: 0;
        margin-top: 40px !important;
        background-color: unset;
    }

    .age-check-buttons-wrapper {
        flex-direction: column-reverse;
        gap: unset !important;
    }

    .age-check-buttons-wrapper button {
        width: 100% !important;
        margin-top: 20px;
        max-width: 100%;
    }

    .ed-modal .modal-body {
        padding: 20px 20px 0 !important;
        max-height: 300px;
    }

    .modal-dialog.age-check-modal-dialog h4 {
        margin-bottom: 20px;
    }

    .footer-box {
        padding: 0 10px 20px;
    }
}
