.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: #fff;
	color: #000;
    border-radius: 10px;
    padding: 15px !important;
    font-size: 12px;
    line-height: 150%;
	text-align: center;
	display: none;
	z-index: 9999999;
}

.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;
	max-width: 768px;
	box-shadow: 0px 4px 24px rgb(0 0 0 / 24%);
}

.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: 8px;
}
.eupopup-closebutton i{
	font-size:14px;
	color:#000;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
	font-size: 14px;
	font-weight: bold;
	padding: 7px;
	color: #000;
}

.eupopup-body {
	color: #4a4a4a;
	line-height:150%;
}

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

.eupopup-button_1 {
	color: #f6a21d;
}

.eupopup-button_2 {
	color: #f6a21d;
	font-weight: normal;
	font-size: 12px;
}

.eupopup-button {
	margin: 0 10px;
	background-color:#f6a21d;
	transition:0.5s;
}
.eupopup-button:hover{
	background-color:#333;
}
.eupopup-button:hover,
.eupopup-button:focus {
	
	color: #f6a21d;
	bakcground-color:#e5e7eb;
}

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.eupopup-container{
	text-align: left;
	line-height: 15px;
	display:flex;
	align-items:center;
	justify-content:space-around;
	padding:15px !important;
	gap:5px;
}

/*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-buttons {
	display:flex;
	align-items:center;
}
body .eupopup-style-compact .eupopup-body{
	display:flex;
	align-items:center;
	gap:10px;
}

body .eupopup-style-compact .eupopup-body p{
	margin:0;
	font-size:12px;
}
.eupopup-buttons{
	margin-left:10px !important;
	
}
body .eupopup-style-compact .eupopup-button {
	margin: 0 10px 0 0;
	padding:10px;
	border-radius:5px;
	color:#fff;
	
}
body .eupopup-style-compact .eupopup-button:nth-child(3){
	margin-right:0;
}
.cookie_image{
	width:50px;
}
.cookie_image img{
	max-width:40px;
	margin-right:10px
}
@media(max-width:769px){
	body .eupopup-style-compact .eupopup-body, body .eupopup-style-compact{
		flex-direction:column;
		gap:10px;
	}	
	body .eupopup-style-compact .eupopup-body p{
		text-align:center;
	}
	.eupopup-container-bottomleft{
		max-width:280px;
	}
}







