#cookieNotice.light {
    background-color: var(--color-surface-white);
    background-color: var(--color-just-black);
    color: var(--color-surface-white);
    right: 20px;
}

#cookieNotice.display-right {
    background: linear-gradient(var(--color-just-black), var(--color-just-black)) padding-box, linear-gradient(to right, var(--color-surface-white), var(--color-surface-white), var(--color-surface-white)) border-box;
    border: 2px solid transparent;
    right: 20px;
    bottom: 30px;
    transition: right 0.5s ease;
}
.learn-more-text{
    color: var(--color-surface-white) !important;
    font-weight: 600;
}
#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 25px;
    padding-right: 3.5px;
    border-radius: 50em;
    box-shadow: 0 6px 6px rgba(166, 158, 255, 0.25), 6px 0 6px rgba(166, 158, 255, 0.25);
    font-family: inherit;
    z-index: 98;
}

.panel-btn-cookie {
    background: var(--color-just-black);
    border-radius: 50em;
    border: 2px solid var(--color-surface-white);
    font-size: max(1rem, min(.38835vw + .908981rem, 1.375rem));
    font-weight: 600;
    width: 100%;
    color: var(--color-surface-white);
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 23px !important;
    padding-left: 23px !important;
    transition: background 0.5s ease, color 0.5s ease;
}

@keyframes slideInFromRight {
    0% {
        right: -100%;
    }

    100% {
        right: 20px;
    }
}

#cookieNotice.display-right {
    animation: slideInFromRight 0.7s ease forwards;
}

@media screen and (max-width: 424px) {
   .cookie-box{
    font-size: 13px!important;
   }
   .panel-btn-cookie{
    font-size: 14px !important;
}

#cookieNotice.light {
    right: 10px !important;
    left: 10px !important;
}

#cookieNotice.display-right {
    right: 10px !important;
    left: 10px !important;
}
}

@media screen and (max-width: 370px) {
    .cookie-box{
        margin-right: 9px !important;
       }
    .panel-btn-cookie{
        padding-right: 15px !important;
        padding-left: 15px !important;
    
    }

}
@media screen and (max-width: 459px) {
    .cookie-box{
        margin-right: 12px !important;
        margin-top: 9px !important;
        font-size: 12px !important;
    }
}
@media screen and (max-width: 411px) {
    .cookie-box{
        margin-top: 3px !important;
    }
}

@media (min-width: 460px) and (max-width: 479px) {
    .panel-btn-cookie{
        font-size: 12px !important;
    }
    .cookie-box{
        margin-top: 5px !important;
        font-size: 14px !important;
    }
}
@media screen and (max-width: 486px) {
    #cookieNotice.light {
        right: 10px !important;
        left: 10px !important;
    }

    #cookieNotice.display-right {
        right: 10px !important;
        left: 10px !important;
    }
    .panel-btn-cookie{
        font-size: 14px !important;
    }
}