.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: #ffffff;
	color: #000000;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1.2em;
	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;
	width: 300px;
}

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

.eupopup-closebutton {
	font-size: 8px;
	font-weight: 100;
	line-height: 1;
	color: #a2a2a2;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: "Samsung Regular", arial, verdana, sans-serif;
	top: 0; right: 0;
	padding: 5px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
	padding: 7px 0;
	color: #000000;
	text-align: left;
	font-size: 8px;
	font-style: normal;
	line-height: normal;
}

.eupopup-body {
    color: black;
    text-align: left;
    font-size: 6px;
    font-style: normal;
    line-height: 21px;
}

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

.eupopup-button_1 {
	float: right;
	border-radius: 5px;
	background: linear-gradient(180deg, #ee2982 0%, #ee2982 100%);
	display: inline-flex;
	padding: 14px 38px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #ffffff;
	font-family: "Samsung Regular";
	font-size: 6px;
	font-style: normal;
	line-height: normal;
    letter-spacing: 2.5px;
	text-transform: uppercase;
}

.eupopup-button_2 {
	float: right;
	display: inline-flex;
	padding: 14px 38px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	border: 1px solid #ee2982;
	color: #ee2982;
	font-family: "Samsung Regular";
	font-size: 6px;
	font-style: normal;
	line-height: normal;
    letter-spacing: 2.5px;
	text-transform: uppercase;
}

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

.eupopup-button_2:hover,
.eupopup-button_2:focus {
	text-decoration: underline;
	color: rgba(238, 41, 130, 0.75);
}

.eupopup-button_1:hover,
.eupopup-button_1:focus {
    text-decoration: underline;
    color: #FFFFFF;
}

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;
}
