.xoo-el-opac, .xoo-el-notice-opac {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	right: 0;
	background-color: black;
	opacity: 0;
	transition: all .2s ease-out;
}

.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-modal, .xoo-el-notice-modal {
	top: 0;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 1000000000;
	overflow: auto;
	opacity: 0;
	transition: all .2s ease-in-out;
	transform: scale(.8);
}

.xoo-el-modal:before, .xoo-el-notice-modal:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-right: -.25em;
}

.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal, .xoo-el-notice-inmodal {
	display: inline-block;
	background: #fff;
	position: relative;
	vertical-align: middle;
	width: 90%;
	text-align: left;
	border-radius: 10px;
	height: 90%;
}

.xoo-el-srcont {
	flex-grow: 1;
	height: 100%;
	overflow: auto;
}

.xoo-el-container {
	visibility: hidden;
}

span.xoo-el-close, .xoo-el-notice-close {
	font-size: 17px;
	position: absolute;
	right: -9px;
	top: -12px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 100;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	background-color: #fff;
	box-shadow: -1px 2px 10px rgba(0, 0, 0, .17);
}

span.xoo-el-close:hover, .xoo-el-notice-close:hover {
	color: #e63030;
}

.xoo-el-form-container button.button.btn.xoo-el-action-btn {
	clear: both;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 8px 0;
	padding: 5px 20px;
	justify-self: center;
	margin-right: 20px;
}

.xoo-el-notice {
	display: none;
	width: calc(100% - 20px);
	margin-bottom: 15px;
}

.xoo-aff-group.xoo-el-login-btm-fields {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 14px;
	justify-content: space-between;
}

.xoo-aff-group.xoo-el-login-btm-fields .xoo-el-form-label {
	display: flex;
	align-items: center;
	gap: 6px;
}

.xoo-el-section {
	display: none;
}

.xoo-el-lostpw-tgr, .xoo-el-login-tgr, .xoo-el-reg-tgr {
	cursor: pointer;
}

.xoo-el-form-txt {
	margin-bottom: 10px;
	display: block;
}

.xoo-el-sidebar {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
}

.xoo-el-wrap {
	min-height: 100%;
	display: flex;
	width: 100%;
	height: 100%;
}

.xoo-el-main {
	position: relative;
	vertical-align: top;
	height: auto;
}

@media only screen and (max-width: 769px) {
	.xoo-el-sidebar {
		display: none;
	}
	
	.xoo-el-wrap, .xoo-el-main {
		display: block;
		width: auto;
	}
	
	.xoo-el-srcont {
		border-radius: 10px;
	}
}

label.xoo-el-form-label {
	font-weight: normal;
	cursor: pointer;
	margin: 0;
}

a.xoo-el-lostpw-tgr {
	margin: 0;
}

.xoo-el-fields {
	position: relative;
	z-index: 1;
}

.xoo-el-section-login .xoo-el-notice br+br {
	display: none;
}

.xoo-el-form-container ul.xoo-el-tabs {
	display: flex;
	margin: 0;
	list-style: none;
	padding: 0;
	padding: 0 20px 16px;
}

.xoo-el-form-container ul.xoo-el-tabs li {
	padding: 12px 20px;
	flex-grow: 1;
	flex-basis: auto;
	text-align: center;
	cursor: pointer;
	list-style: none;
	margin: 0;
	transition: all .2s;
}

body:not(.rtl) ul.xoo-el-tabs li:nth-child(1) {
	border-radius: 5px 0 0 5px;
}

body:not(.rtl) ul.xoo-el-tabs li:nth-child(2) {
	border-radius: 0 5px 5px 0;
}

.xoo-el-section {
	padding-left: 20px;
}

.xoo-el-username-menu img.avatar, .xoo-el-firstname-menu img.avatar {
	width: 15px;
	margin-right: 6px;
	height: auto;
	display: inline;
	vertical-align: middle;
}

.xoo-el-form-container {
	padding-bottom: 0;
}

.xoo-el-srcont::-webkit-scrollbar, .xoo-el-popup-notice::-webkit-scrollbar {
	width: 7px;
}

.xoo-el-srcont::-webkit-scrollbar-track. .xoo-el-popup-notice::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #f0f0f0;
}

.xoo-el-srcont::-webkit-scrollbar-thumb, .xoo-el-popup-notice::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background: #dfdbdb;
}

.xoo-el-form-resetpw .xoo-el-form-txt {
	margin-bottom: 20px;
	font-style: italic;
	text-align: center;
}

form.xoo-el-action-form {
	margin-top: 20px;
	margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
	body .xoo-el-main {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.xoo-el-form-container[data-active="single"] .xoo-el-header {
	display: none;
}

img.xoo-el-head-img {
	display: table;
	margin: 0 auto 30px;
}

.xoo-el-section[data-section="single"] .xoo-el-notice {
	margin-bottom: -10px;
}

@keyframes xoo-el-spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.xoo-el-form-container[data-active="single"] img.xoo-el-head-img {
	margin-bottom: 20px;
}

.xoo-aff-group {
	align-self: flex-end;
}

.xoo-el-fields-cont {
	display: flex;
	flex-wrap: wrap;
}

.xoo-el-notice-opac {
	opacity: .7;
	background-color: #000;
	z-index: 1000000;
}

.xoo-el-notice-modal:before {
	vertical-align: middle;
}

.xoo-el-notice-inmodal {
	max-width: 1200px;
	height: 92%;
	width: 92%;
}

.xoo-el-notice-wrap iframe {
	width: 100%;
	height: 100%;
}

.xoo-el-notice-wrap {
	height: 100%;
}

button.button.btn.xoo-el-code-submit-btn {
	margin: 40px auto 0;
}

.xoo-el-code-form .xoo-el-code-submit-btn {
	text-transform: uppercase;
}

form.xoo-el-code-form {
	text-align: center;
	display: none;
	margin: 20px 0;
	align-items: center;
}

.xoo-el-code-sent-txt {
	margin-bottom: 22px;
	font-size: 20px;
}

span.xoo-el-code-no-change {
	color: #0d81fe;
	cursor: pointer;
	margin-left: 4px;
	font-size: 80%;
	font-style: italic;
	text-decoration: underline;
}

form.xoo-el-code-form input.xoo-el-code-input:focus {
	outline: 0;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #0d81fe;
}

form.xoo-el-code-form input.xoo-el-code-input {
	max-width: 40px;
	text-align: center;
	background-color: transparent;
	color: #000;
	font-weight: 600;
	font-size: 23px;
	border-bottom: 1px solid #000;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	box-shadow: 0 0 0;
	display: inline-block;
	padding: 0;
	width: 100%;
}

.xoo-el-code-notice-cont {
	margin: 0 auto 22px;
	width: 100%;
}

.xoo-el-code-input-cont {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 10px;
	justify-content: center;
	margin-bottom: 35px;
}

form.xoo-el-code-form[style="display: block;"] {
	display: flex !important;
	flex-direction: column;
}

@media only screen and (max-width: 450px) {
	.xoo-el-section {
		padding-left: 0;
	}
	
	.xoo-el-notice {
		width: 100%;
	}
	
	.xoo-el-form-container ul.xoo-el-tabs {
		padding-left: 0;
		padding-right: 0;
	}
	
	.xoo-el-form-container button.button.btn.xoo-el-action-btn {
		width: 100% !important;
	}
}