/* ----------------- Cookies ----------------- */

#cookie-message {
    position: fixed;
    width: 100%;
    bottom: 3%;
    padding: 30px;
    left: 1.5%;
    text-align: justify;
    background-color: #9b9ea5;
    border-radius: 10px;
    z-index: 99999;
}

#cookie-message p {
    line-height: 1.5;
    font-size: 13px;
    font-weight: 400;
    color: white;
}

#cookie-message p a {
    font-weight: 800;
    color: var(--light) !important;
}

#cookie-message #accept-cookies {
    background-color: var(--light-green) !important;
    font-weight: 600;
    text-transform: capitalize;
}

#cookie-message .cookies {
    background-color: var(--light-green) !important;
    font-weight: 600;
    text-transform: capitalize;
}