
/*
cookie
*/

.bbx_modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3333336e;
    z-index: 99999;
    display: none;
    height: 100vh;
    overflow-y: scroll;
}

.bbx_modal.active {
    display: flex;
}

.bbx_inner_modal {
    max-width: 600px;
    width: 90vw;
    margin: auto;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 3px 20px 4px #0000008f;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    display: block;
}

#bbx_modal_cookie .tab > p {
    text-align: left;
}

#cookie_title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
}