/*
	Styles for EU Custom Fees Frontend
 */

/* Modal
----------------------------------------------------- */
.eu-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
}

.eu-modal .modal-content {
	color: #24282b;
	background-color: #fff;
	width: 600px;
	max-width: 90%;
	max-height: calc(100% - 120px);
	margin: auto;
	padding: 40px;
	border-radius: 8px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
	box-sizing: border-box;
}

.eu-modal .modal-inner-content {
	max-height: calc(100vh - 100px);
	overflow: auto;
}

.eu-modal .modal-content h2 {
	font-size: 1.5em;
}

.eu-modal .close {
	color: #24282b;
	font-size: 28px;
	font-weight: 700;
	position: absolute;
	right: 10px;
	top: 5px;
	line-height: 1;
	margin: 0;
}

.eu-modal .close:hover, .eu-modal .close:focus {
	text-decoration: none;
	cursor: pointer;
}
