#over18confirm-window {
    background-color: #ffffff;
    width: fit-content;
    padding: 6px 10px 1px;
    border: 4px solid #fed1da;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 200px;
}
#over18confirm {
    padding: 6px;
    text-align: center;
}
.over18confirm-content-block {
    padding: 1px 1px 12px;
}
.over18confirm-description {
    font-size: 15px;
    font-weight: bolder;
    color: gray;
    line-height: 18px;
}
.over18confirm-table {
    padding-top: 1px;
    border: none;
    margin: 0 auto;
    text-align: center;
}
.over18confirm-table td {
    padding-left: 1px;
}
.over18confirm-logoheb-container {
    margin-top: -10px;
    padding-bottom: 6px;
    text-align: center;
}
.over18confirm-display {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(225, 225, 225, 0.7) 200px, rgba(255, 250, 250, 0.8) 20%, rgba(105, 105, 105, 0.9) 50%);
    z-index: 10001;
}
#over18confirm-window .top_btn{
    background: #fa6c9f;
    background: linear-gradient(to right, #ff6767 0%, #ff6ad7 80%, #fc18f5 100%);
    padding: 6px 16px 6px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
#over18confirm-window .no_btn{
    position: initial;
    border: solid 2px #f73885;
    border-radius: 21px;
    text-align: center;
    padding: 6px 13px 6px;
    color: #f73885;
    font-weight: bold;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    cursor: pointer;
}
#over18confirm-window .top_btn .sub,
#over18confirm-window .no_btn .sub
{
    font-size: 14px;
}
#over18confirm-window .over18confirm-yes
{
    margin-right: 7px;
}
body.over18confirm-no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #over18confirm {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    #over18confirm-window {
        width: 90%;
        max-width: 320px;
        top: 0;
        position: relative;
        border: 2px solid #eeeeee;
        padding: 10px;
    }
    .over18confirm-description {
        font-size: 13px;
        padding: 0 10px;
    }
    #over18confirm-window .top_btn,
    #over18confirm-window .no_btn  {
        margin: 10px 8px 5px;
        padding: 6px 16px;
        font-size: 13px;
        line-height: 1.5;
    }
    #over18confirm-window .top_btn .sub,
    #over18confirm-window .no_btn .sub {
        font-size: 10px;
    }
    .over18confirm-table {
        margin: 5px 0;
    }
}