#cookiesOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000009;
    display: none;
}

#cookie_policy_description {
	display:none;

}
#cookie_policy_description-content {
	overflow: scroll;
	max-height: 70vh;
}
.cookie-consent, .manage-preferences {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f8f9fa;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000010;
    display: none;
    max-width: 450px;
	min-width: 320px;
}
.cookie-consent p, .manage-preferences p , .preferences p{
	font-size:12px;
/*	line-height:15px;*/
/*	text-align:justify;*/
}
.cookie-consent a, .manage-preferences a , .preferences a{
	font-weight:bold;
}
.cookie-consent h3, .manage-preferences h3 {
	text-align: center;
	font-size: 18px;
	color: #444;
	margin-bottom: 20px;
}
.cookie-consent.block ,#cookiesOverlay.block {
	display:block;
}


.manage-preferences {
    display: none;
}

.preferences {
    margin-top: 20px;
}

.preferences div {
    margin-bottom: 20px;
}

.preferences label {
    font-weight: bold;
	text-transform:uppercase;
	margin-bottom:7px;
}


.buttons button {
    margin: 5px 0;
    padding: 7px 0px;
/*	border:2px solid #1d9d74!important;*/
	color:#1d9d74;
    border: none;
    cursor: pointer;
	width:100%;
	text-transform:uppercase;
/*	font-weight:bold;
*/}
.buttons #acceptBtn ,.buttons  #confirmPreferencesBtn {
	color:#fff;
	background:#1d9d74;
	padding: 10px 0px;
}

