
.cookies-container {
    position: sticky;
    bottom: 0;
    background-color: #BAD6CF;
    text-align: left;
    box-shadow: 0 -2px 5px rgba(217, 217, 217, 0.5);
    z-index: 100;
}

.cookies-container h6 {
    font-size: 15px;
    font-weight: 600;
}
.cookies-container p {
    margin: 0;
    font-size: 12px;
}

.cookies-container a {
    color: #007bff;
    text-decoration: none;
}

.cookies-container a:hover {
    text-decoration: underline;
}

.cookies-container .btn {
    align-self: center;
    border: 1px solid #22262b;
    font-size: 14px;
    border-radius: 12px;
    height: 40px;
    width: 116px;
}

.cookie-visible { display: flex}
.cookie-hidden {display: none;}