.cookie-policy-modal{
    border-radius: 32px 32px 0 0;
    background-color: #fff;
    padding: 30px;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    animation:centerme 3s;
    -webkit-animation:centerme 3s;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    display: none;
}

.cookie-policy-modal .modal-head{
    border-bottom: 2px solid #EDEDF0;
}

.cookie-policy-modal .customize{
    display: none;
}

.cookie-policy-modal .cookie-buttons button{
    border-radius: 6px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
}

.cookie-policy-modal .cookie-buttons .allow-all{
    background-color: #A6192EFF;
    color: #fff;
    border: transparent;
}

.cookie-policy-modal .cookie-buttons .save-customize{
    background-color: #A6192EFF;
    color: #fff;
    border: transparent;
}

.cookie-policy-modal .cookie-content a{
    color: #A6192EFF;
    text-decoration: underline;
    font-weight: 600;
}

.cookie-policy-modal .cookie-buttons .decline-all{
    background-color: #EDEDF0;
    color: #201F2B;
    border: transparent;
}

.cookie-policy-modal .cookie-buttons .cookie-settings{
    background-color: #fff;
    border: 1px solid #B5B5C3;
    color: #201F2B;
}

.cookie-policy-modal .customize .form-check-input{
    height: 20px;
}

.cookie-sticky-button{
    position: fixed;
    left: 100px;
    bottom: 10px;
    z-index: 9999;
}

.cookie-sticky-button .sticky-btn{
    padding: 0;
    border: 0;
}
@media screen and (max-width: 600px){
    .cookie-front-content, .cookie_customize, .cookie-policy-modal{
        font-size:12px;
    }
    .cookie-policy-modal .modal-head *, .cookie_customize h4{
        font-size:20px;
    }
}
