﻿.modal-open .modal {
    z-index: 9999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.cookie-content {
    max-width: 100%;
    text-align: center;
}

    .cookie-content p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .cookie-content a {
        color: #ffd700;
        text-decoration: none;
    }

    .cookie-content button {
        margin: 5px;
    }

.accepted {
    background-color: #0f8cac !important;
    border: none;
    color: #fff;
}

.modal-body p {
    font-weight: normal;
}
