#over18confirm {
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(225, 225, 225, 0.7) 83px, rgba(255, 250, 250, 0.8) 20%, rgba(105, 105, 105, 0.9) 50%);
    z-index: 10000;
}
#over18confirm-window {
    border: 2px solid #eeeeee;
    background: #fff;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 10001;
}
#over18confirm-window .top_btn{
    margin: 10px 8px 5px;
    background: #fa6c9f;
    background: linear-gradient(to right, #ff6767 0%, #ff6ad7 80%, #fc18f5 100%);
    padding: 11px 16px 11px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
}
#over18confirm-window .no_btn{
    margin: 10px 8px 5px;
    position: initial;
    border: solid 2px #f73885;
    border-radius: 21px;
    text-align: center;
    padding: 10px 13px 10px;
    color: #f73885;
    font-weight: bold;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
#over18confirm-window .top_btn .sub,
#over18confirm-window .no_btn .sub
{
    font-size: 10px;
}
#over18confirm-window .over18confirm-yes{
    margin-right: 7px;
}
#over18confirm-window .over18confirm-table{
    border: 0;
    margin: 5px 0;
}
#over18confirm-window .over18confirm-table td{
    border: 0;
}
body.over18confirm-no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}