html.cookie-active  {
    overflow: hidden;
}

#cookie-banner-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.7);
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    transition: opacity 0.3s ease;
}
/*max-height: fit-content;*/
.cookie-banner-content {
    top: 50%;
    margin: 0 auto;
    max-width: 900px;
    bottom: unset;
    left: 50%;
    background-color: #fff;
    border: 2px solid;
    border-color: rgba(49, 181, 223, 0.9);
    border-radius: 8px;
    transform: translate(-50%, -40%);
    z-index: 10001;
    padding: 40px;
    position: fixed;
}
.cookie-banner-content button {
    margin-bottom: 10px;
}
