.cookie-consent {
    font-size: 16px;
    font-family: Muli, sans-serif;
    text-align: center;
    background-color: rgba(0, 0, 0, .9);
    box-shadow: 0 0 18px rgb(0 0 0 / 20%);
    padding: 20px 30px;
    display: block;
    position: fixed;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center
}

.cookie-consent {
    animation-duration: 1s;
    animation-fill-mode: both
}

.cookie-text {
    max-height: calc(100vh - 300px);
    overflow: auto;
    text-align: center;
}

.cookie-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 10px;
}

.cookie-text::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
}

.cookie-text::-webkit-scrollbar-thumb {
    background-color: #0F4F93;
}

.cookie-consent h1 {
    color: #ffff;
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 700
}

.cookie-text p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 100
}

.cookie-text p:empty {
    display: none
}

.cookie-text p a {
    position: relative;
    color: #ffff;
    text-decoration: underline
}

.cookies-img {
    width: 100px
}

.cookie-text p a:hover:before {
    background-image: linear-gradient(to right, #fff 45%, #fff 55%)
}

.cookies-box {
    padding: 50px 30px;
    /* box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%)!important; */
    /* max-height: calc(100vh - 60px); */
    /* overflow: auto; */
}

.cookies-box * {
    color: #fff;
}

.fadeInBottom {
    animation-name: fadeInBottom
}

@keyframes fadeInBottom {
    from {
        transform: translateY(100%)
    }
}

.consent-btn {
    background: linear-gradient(-79deg, #0F4F93 0, #0F4F93 100%);
    transition: all .3s ease-in-out;
    color: #ffff;
    border: 2px solid transparent;
    border-radius: 0;
    padding: 11px 30px;
    margin: 30px auto;
    font-size: 18px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%)!important
}

.consent-btn:hover {
    box-shadow: 0 5px 8px rgb(0 0 0 / 20%), 0 5px 8px rgb(0 0 0 / 30%)!important
}

@media (max-width:1260px) {
    .cookie-consent {
        bottom: 7%
    }
    .consent-btn {
        display: block;
        margin: 20px auto
    }
}

@media (max-width:380px) {
    .cookie-consent {
        font-size: 14px;
        padding: 20px 8px;
        bottom: 5%
    }
}

@media (min-width:1600px) {
    .cookie-consent {
        bottom: 3%
    }
}

.cookies-overflow {
    overflow: hidden
}

.cookie_info_main_ {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .90);
    box-shadow: 0 0 18px rgb(0 0 0 / 20%);
    z-index: 99991;
    padding: 15px 20px;
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie_info_main_ h2 {
    font-size: 2vw;
    margin-bottom: 1.5%;
}

.cookie_info_main_ h2,
.cookie_info_main_ p {
    color: #fff;
}

.cookie_info_main_ p {
    font-size: 1.2vw;
    margin-bottom: 1.5%;
}

.cookie_info_main_ p a {
    text-decoration: underline;
    color: #fff;
}

.cookie_info_main_ p a:hover {
    text-decoration: none;
}

.cookie_info_main_ .new_list_btn_info_ {
    font-size: 1.2vw;
    padding: 0.8vw 2vw;
}

@media screen and (max-width:991px) {
    .cookie_info_main_ h2 {
        font-size: 28px;
    }
    .cookie_info_main_ p {
        font-size: 16px;
    }
    .cookie_info_main_ .new_list_btn_info_ {
        font-size: 16px;
        padding: 12px 30px;
    }
}
.cookie-text p {
    color: #fff !important;
}
