.clearfix {
	clear: both;
}

.eupopup-container  {
	background-color: rgba(0, 0, 0, 0.7);
	color: #efefef;
	padding: 5px 20px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
	font-family: "Source Sans Pro";
}

.eupopup-container .more-info-cookie-content {
	text-align: left;
}

.eupopup-container > div:first-child, .cookies-eupopup-configuration {
	display: block;
	background-color: #f8f9fa;
	color: #333333d9;
	padding: 20px 20px 20px 20px;
	line-height: 2em;
	z-index: 9999999;
	box-shadow: 2px 0px 30px -5px rgb(0 0 0/ 75%);
	max-height: 500px;
	overflow: auto;
	top: 50%;
	left: 50%;
	position: fixed;
	transform: translateX(-50%) translateY(-50%);
	max-height: 500px;
	font-family: "Source Sans Pro";
}

.eupopup-container > div:first-child {
	width: 50%;
}

.cookies-eupopup-configuration {
	width: 40%;
}

.eupopup-container-top, .eupopup-container-fixedtop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.eupopup-container-fixedtop {
	position: fixed;
}

.eupopup-container-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.eupopup-container-bottomleft {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 300px;
}

.eupopup-container-bottomright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 300px;
}

.eupopup-closebutton {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	color: #a2a2a2;
	filter: alpha(opacity = 20);
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 0;
	right: 0;
	padding: 5px 10px;
}

.eupopup-closebutton:hover, .eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head, .cookies-eupopup-configuration-title {
	color: black;
	font-weight: 800 !important;
	text-transform: uppercase;
	font-size: 1.6em !important;
	margin-top: 1rem;
	text-align: center;
}

.eupopup-buttons {
	padding: 7px 0 5px 0;
}

.eupopup-button_1 {
	color: #fff !important;
	font-weight: bold !important;
}

.eupopup-button_1#btnAccept, .btnSaveConf {
	background: #0078bf !important;
}

.eupopup-button_2 {
	color: #0078bf !important;
	font-weight: bold !important;
}

.eupopup-button {
	margin: 5px 10px;
}

.eupopup-button_2:hover, .eupopup-button_2:focus {
	text-decoration: underline;
	color: #0078bf !important;
}
.eupopup-button_1#btnAccept:hover, .eupopup-button_1#btnAccept:focus, .btnSaveConf:hover, .btnSaveConf:focus {
	color: #fff;
	background: #006cac !important;
}
.eupopup-button_1.btn-dark {
	background-color: #343a40 !important;
	border-color: #343a40 !important;
}
.eupopup-button_1.btn-dark:hover {
  background-color: #23272b !important;
  border-color: #1d2124 !important;
}

body .eupopup-color-inverse {
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
	color: #000;
}

body .eupopup-style-compact {
	text-align: left;
	padding: 8px 30px 7px 20px;
	line-height: 15px;
}

body .eupopup-style-compact .eupopup-head, body .eupopup-style-compact .eupopup-body,
	body .eupopup-style-compact .eupopup-buttons {
	display: inline;
	padding: 0;
	margin: 0;
}

body .eupopup-style-compact .eupopup-button {
	margin: 0 5px;
}

.cookies-eupopup-configuration-switch {
	float: right;
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	margin-right: 25px;
}

.cookies-eupopup-configuration-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.cookies-eupopup-configuration-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.cookies-eupopup-configuration-slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.cookies-eupopup-configuration-slider.disabled {
	background-color: #94c2e5;
}

input:checked+.cookies-eupopup-configuration-slider {
	background-color: #2196F3;
}

input:focus+.cookies-eupopup-configuration-slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.cookies-eupopup-configuration-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.cookies-eupopup-configuration-slider.round {
	border-radius: 34px;
}

.cookies-eupopup-configuration-slider.round:before {
	border-radius: 50%;
}

.cookies-eupopup-configuration-label {
	position: relative;
	display: inline-block;
	text-align: left;
}

.cookies-eupopup-configuration-closebutton {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	color: #131313;
	filter: alpha(opacity = 20);
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 0;
	right: 0;
	padding: 5px 10px;
}

.cookies-eupopup-configuration-closebutton:hover,
	.cookies-eupopup-configuration-closebutton:active {
	color: #504f4f;
	text-decoration: none;
}

.cookies-eupopup-configuration-block {
	display: flex;
	justify-content: center;
    align-items: center;
	position: fixed;
	top: 0%;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999999;
}

.iconDownCookies{
	font-size: 25px;
	padding-right: 15px;
}

.cookies-description-hidden{
		display: none !important;
}

.cookies-description-show{
	display: block !important;
    padding: 10px 30px 15px 30px;
}

.headerDescription{
	border-top: 1px solid rgb(207, 203, 202);
    padding: 9px 0px 0px 0px;
}

@media ( max-width :1500px) and (min-width:800px) {
	.cookies-eupopup-configuration {
		width: 40%;
	}
	.eupopup-container > div:first-child {
		width: 50%;
	}
}

@media only screen and (max-width: 800px) {
	.cookies-eupopup-configuration {
		width: 70%;
	}
	.eupopup-container > div:first-child {
		width: 80%;
	}
}

@media only screen and (max-width: 575px) {
	.cookies-eupopup-configuration {
		width: 80%;
	}
	.eupopup-container > div:first-child {
		width: 90%;
	}
	
	.cookies-eupopup-configuration-title, .eupopup-head {
		font-size: 6vw;
	}
	
	.eupopup-container-bottom > .eupopup-buttons > a {
		display: block;
	}
	.iconDownCookies{
		font-size: 20px;
		padding-right: 5px;
	}
	.cookies-eupopup-configuration-label {
		display: inline;
	}
	.cookies-eupopup-configuration-slider{
		transform: scale(0.6);
	}
	.cookies-eupopup-configuration-switch{
		display: block;
		margin-right: 0px;
	}
}