﻿.bx-age-modal-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, .7);
    display: none;
}

.bx-age-modal-mask.show {
    display: block;
}

.bx-age-modal {
    width: 327px;
    height: 336px;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    padding-top: 30px;
    text-align: center;
}

.bx-age-modal.VN {
    height: 360px;
}

.bx-age-modal-title {
    font-size: 18px;
    font-family: Roboto-Medium, Roboto;
    font-weight: 500;
    color: #EB1C00;
    line-height: 21px;
    margin-bottom: 30px;
}

.bx-age-modal-btn-cancel,
.bx-age-modal-btn {
    width: 273px;
    height: 45px;
    background: rgba(235, 28, 0, 0.5199999809265137);
    border-radius: 4px;
    font-size: 16px;
    font-family: Roboto-Medium, Roboto;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 45px;
    margin: 0 auto 15px;
}

.bx-age-modal-close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 24px;
    top: -40px;
}

.bx-age-modal-tips {
    font-size: 14px;
    line-height: 1.3;
    width: 273px;
    margin: auto;
    color: #EB1C00
}