/* Cookies */
.cky-consent-container {
    bottom: 0 !important;
    left: 0 !important;
    background: #000000d6;
    height: 100vh;
    width: 100vw !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    backdrop-filter: blur(5px);
}

.cky-consent-bar {
    margin: 30px;
    max-width: 500px; 
}
