
.cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #f0f0f0;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: none;
}

.cookie-text p {
    margin: 8px;
    font-size: 0.7em;
}

.cookie-buttons {
    margin-top: 10px;
    text-align: right;
}
.cookie-text a{
    color: #5c5959;
    font-weight: bold;
}
.btn-cookie{
    font-size: 0.8rem;
}

