
.cookie-consent, .cookie-settings {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    box-sizing: border-box;
	z-index:9999;
}

.cookie-content, .settings-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.cookie-buttons, .settings-buttons {
    margin-top: 20px;
}

button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    background-color: #007bff;
    color: white;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

.hidden {
    display: none;
}