.cookie-bar{
    display: none;
}

.cookie-bar.blur {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: #4c4c4c8f;
    z-index: 999;
}

.cookie-popup-box{
    position: fixed;
    left:0;
    bottom:0;
    right:0;
    display: flex;
    animation-duration: 0.8s;
    animation-delay: 0.8s;
    animation-fill-mode: backwards;
    box-shadow: 2px 8px 23px 3px #00000033;
    width: 100vw;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
    justify-content: center;
}

/* Glow In */
.cookie-popup-box.animate {
    animation-name: animate-popup;
    animation-timing-function: ease-in-out;
	z-index:3;
}

@keyframes animate-popup {
    0% {
        opacity: 0;
        transform: scale(1, 1);
        bottom:60px;
    }     
    100% {
        opacity: 1;
    }
}

.cookie-popup-box .cookie-popup-box-body{
    display:flex;
    align-items: center;
    align-self: center;
    padding: 1rem;
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    max-width: 1200px;
}

.cookie-popup-box .cookie-popup-txt {
    text-align: left;
    align-items: center;
    color: #333333;
    font-family: "Roboto", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    width: 70%;
    padding:0 15px 0 15px;
}

.cookie-popup-box .cookie-link{
    color:#007CFF;
    text-decoration: none;
}

.cookie-popup-box .btn-accept {
    font-size: 14px;
    font-weight: 600;
    background-color: #007CFF;
    border-radius: 100px;
    padding:8px;
    color:#fff;
    font-family: "Roboto", Sans-serif;
    border: 0;
}

.cookie-popup-box .btn-accept:hover{
    color:#fff;
}

.btn-learn-more {
    font-size: 14px;
    font-weight: 600;
    border-radius: 100px;
    padding: 8px;
    color: #007CFF;
    font-family: "Roboto", Sans-serif;
    border: 0;
    background-color: transparent;
    text-decoration: none;
    margin-left: 5px;
}

.cookie-popup-box .btn-learn-more:hover{
    color:#007CFF;
}

.cookie-popup-box .cokkie-popup-all-button {
    display: flex;
}

.cookie-popup-box .cookie-text {
    font-size: 16px;
    font-weight: 500;
}   


@media (max-width:1024px) {
    .cookie-popup-box .cookie-popup-box-body{    
        flex-direction: column;
        display: inline-block;
    } 
    .cookie-popup-box .cookie-popup-txt{
        width: 100%;
        padding:5px 0 5px 0;
    }
    .learn-more-popup .learn-more-popup-content {
        overflow: auto;
        width: 90vw !important;
    }
    .learn-more-popup .learn-more-popup-content-top {
        flex-direction: column;
        display: inline-block !important;
    }
    .learn-more-popup .btn-full-cookie {
        padding:0;
    }
    
}

@media only screen and (max-width: 376px)  {
    .learn-more-popup .learn-more-popup-content{
        height: 500px;
    }

}



.learn-more-popup {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #00000033;
    position: fixed;
    top:0;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 999;
}

.learn-more-popup.is-on {
    display: flex;
}

.learn-more-popup .toggle-btn.active .round-btn {
    left: 28px;
}

.learn-more-popup .toggle-btn.disabled {
    opacity: 0.5;
}

.learn-more-popup .learn-more-popup-content {
    width: 100vh;
    background-color: #fff;
    padding: 2em;
    box-shadow: 2px 8px 23px 3px #00000033;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} 

.learn-more-popup .learn-more-popup-content-top {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding-bottom: 2em;
}

.learn-more-popup .learn-more-popup-checked {
    display: flex;
    justify-content: space-between;
    padding: 1em 0 1em 0;
    border-bottom: 1px solid #00000033;
    align-items: center;
}

.learn-more-popup .popup-desc-p {
    font-family: "Roboto", Sans-serif;
    font-size:16px;
    color:#333333;
}


.learn-more-popup .toggle-btn {
    width: 58px;
    height: 34px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAyklEQVQ4T42TaxHCQAyENw5wAhLACVUAUkABOCkSwEkdhNmbpHNckzv689L98toIAKjqGcAFwElEFr5ln6ruAMwA7iLyFBM/TPDuQSrxwf6fCKBoX2UMIYGYkg8BLOnVg2RiAEexGaQQq4w9e9klcxGLLAUwgDAcihlYAR1IvZA1sz/+AAaQjXhTQQVoe2Yo3E7UQiT2ijeQdojRtClOfVKvMVyVpU594kZK9zzySWTlcNqZY9tjCsUds00+A57z1e35xzlzJjee8xf0HYp+cOZQUQAAAABJRU5ErkJggg==") no-repeat 35px center #e74c3c;
    cursor: pointer;
    transition: background-color .40s ease-in-out;
    cursor: pointer;
}
.learn-more-popup .toggle-btn.active {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAmUlEQVQ4T6WT0RWDMAhFeZs4ipu0mawZpaO4yevBc6hUIWLNd+4NeQDk5sE/PMkZwFvZywKSTxF5iUgH0C4JHGyF97IggFVSqyCFga0CvQSg70Mdwd8QSSr4sGBMcgavAgdvwQCtApvA2uKr1x7Pu++06ItrF5LXPB/CP4M0kKTwYRIDyRAOR9lJTuF0F0hOAJbKopVHOZN9ACS0UgowIx8ZAAAAAElFTkSuQmCC") no-repeat 10px center #2ecc71;
}

.learn-more-popup .toggle-btn .round-btn {
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 4.5px;
    top: 56%;
    margin-top: -15px;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.learn-more-popup .toggle-btn .cb-value {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}

.learn-more-popup p.popup-desc-p.txt {
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.learn-more-popup .learn-more-popup-checked-txt {
    width: 75%;
}

.learn-more-popup .learn-more-popup-checked-txt i {
    font-size: 14px;
    font-style: initial;
}

.learn-more-popup-bottom{
    display: flex;
    justify-content: space-between;
    padding: 1em 0 1em 0;
    align-items:center;
}

.learn-more-popup .btn-go-back {
    font-size: 14px;
    font-weight: 600;
    border-radius: 100px;
    color: #007CFF;
    font-family: "Roboto", Sans-serif;
    border: 0;
    background-color: transparent;
    text-decoration: none;
}

.learn-more-popup .btn-save {
    font-size: 14px;
    font-weight: 600;
    background-color: #007CFF;
    border-radius: 100px;
    padding: 8px;
    color: #fff;
    font-family: "Roboto", Sans-serif;
    border: 0;
}

.learn-more-popup .desc-and-check-button {
    display: flex;
}

.learn-more-popup .see-description{
    padding-right: 5px;
    cursor: pointer;
}

#cookie-popup.big-warning {
    width: fit-content;
    margin: 0 auto;
    top: 20vh;
    bottom: auto;
    padding: 4% 0;
    z-index: 999;
}

#cookie-popup.big-warning  .cookie-popup-box-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#cookie-popup.big-warning .cookie-popup-txt {
    margin: 3%;
}