.xoo-el-inmodal .scroll-content {
	height: 100%;
}

.xoo-el-container:not(.xoo-el-style-slider).xoo-el-popup-active .xoo-el-modal {
	opacity: 1;
	transform: scale(1);
}

.xoo-el-popup-active.xoo-el-container {
	visibility: visible !important;
	font-size: 15px;
}

.xoo-el-head span {
	display: block;
}

.xoo-el-head {
	display: table;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}

body.xoo-el-popup-active, body.xoo-el-popup-notice-active {
	overflow-y: hidden;
}

.xoo-el-notice-error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #7f1d1d;
}

.xoo-el-notice-success {
	color: #3c763d;
	background-color: #dff0d8;
	border: 1px solid #bfe8cb;
}

.xoo-el-notice-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.xoo-el-notice-error, .xoo-el-notice-success, .xoo-el-notice-warning {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 15px;
	border-radius: 14px;
}

.xoo-el-main .xoo-el-notice a {
	color: inherit;
}

.xoo-el-noticetxt p {
	margin: 0;
}

.xoo-el-section.xoo-el-active {
	display: block;
}

.xoo-el-switch {
	cursor: pointer;
}

.xoo-el-head-nav {
	text-decoration: underline;
}

.xoo-el-head-action a {
	margin: 0 5px;
}

.xoo-el-action-form > a.xoo-el-lostpw-tgr {
	display: table;
	float: right;
	margin-top: -5px;
	clear: both;
	text-transform: uppercase;
	font-size: 13px;
	cursor: pointer;
	margin-bottom: 5px;
}

.xoo-el-head-action a:hover {
	text-decoration: underline;
}

.xoo-el-notice a.xoo-el-lostpw-tgr {
	margin-left: 5px;
	text-decoration: underline;
}

.xoo-el-lostpw-success .woocommerce-message {
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 769px) {}

.xoo-el-header-icon {
	position: absolute;
	font-size: 56px;
	top: -30px;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.xoo-el-recaptcha {
	margin-bottom: 20px;
	display: flex;
	width: 100%;
}

.woocommerce-password-strength {
	text-align: center;
	font-weight: 600;
	padding: 3px .5em;
	font-size: 1em;

	&.strong {
		background-color: #c1e1b9;
		border-color: #83c373;
	}
	
	&.short {
		background-color: #f1adad;
		border-color: #e35b5b;
	}
	
	&.bad {
		background-color: #fbc5a9;
		border-color: #f78b53;
	}
	
	&.good {
		background-color: #ffe399;
		border-color: #ffc733;
	}
}

.woocommerce-password-hint {
	margin: .5em 0 0;
	display: block;
}

.xoo-el-popover>.xoo-el-arrow, .xoo-el-popover>.xoo-el-arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.xoo-el-popover>.xoo-el-arrow {
	border-width: 11px;
	bottom: -10px;
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #fff;
}

.xoo-el-popover {
	position: absolute;
	right: 20px;
	top: -96px;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	font-size: 14px;
	display: none;
	z-index: 99;
}

span.xoo-el-pm-head {
	display: block;
	padding: 10px;
}

span.xoo-el-pm-strength {
	display: block;
	padding: 10px;
}

.xoo-el-password-meter.bad .xoo-el-pm-head, .xoo-el-password-meter.short .xoo-el-pm-head {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.xoo-el-password-meter.good .xoo-el-pm-head {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.xoo-el-password-meter.strong .xoo-el-pm-head {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

span.xoo-el-loginvia {
	display: block;
	margin-top: 30px;
	text-align: center;
	color: #777;
}

.xoo-el-section.xoo-el-section-lostpw {
	padding-right: 20px;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
	font-weight: 600;
	pointer-events: none;
}

.xoo-el-uv-cont span:first-of-type {
	font-size: 30px;
	display: block;
	text-align: center;
}

.xoo-el-uv-cont span:last-of-type {
	font-size: 16px;
	line-height: 37px;
	margin-top: 9px;
}

.xoo-el-form-container.xoo-el-form-inline {
	max-width: 700px;
	margin: 10px auto;
}

.xoo-el-processing {
	pointer-events: none;
}

.xoo-el-login-btm-fields label {}

.xoo-aff-input-group svg.xoo-aff-input-icon {
	padding: 10px;
	max-width: 35px;
	min-width: 35px;
}

.xoo-aff-myacc-field {
	margin: 0 0 1.41575em;
}

.xoo-aff-myacc-field .select2-container {
	max-width: 100%;
}

span.xoo-el-resetpw-hnotice {
	text-align: center;
	display: block;
	margin-bottom: 20px;
	cursor: pointer;
	text-decoration: underline;
	opacity: .8;
	font-style: italic;
}

.xoo-el-form-container[data-active="resetpw"] .xoo-el-resetpw-hnotice {
	display: none;
}

@media only screen and (max-width: 600px) {}

span.xoo-el-nav-ft {
	text-align: center;
	display: block;
	margin: 10px 20px 0 0;
}

.xoo-el-sing-fields {
	display: inline-block;
	margin-top: 30px;
	width: 100%;
}

span.xoo-el-edit-em {
	position: absolute;
	right: 10px;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	cursor: pointer;
}

.xoo-el-style-slider .xoo-el-sidebar {
	display: none;
}

.xoo-el-style-slider .xoo-el-modal:before {
	display: none;
}

.xoo-el-style-slider .xoo-el-modal {
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 1000000000;
	transition: all .5s;
	right: 0;
	width: 100%;
}

.xoo-el-style-slider.xoo-el-popup-active .xoo-el-modal {
	transform: none;
}

.xoo-el-style-slider .xoo-el-inmodal {
	height: 100%;
	max-height: 100%;
	margin-top: 0;
}

.xoo-el-style-slider .xoo-el-srcont {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.xoo-el-style-slider .xoo-el-main {
	height: auto;
	overflow: auto;
	width: 100%;
}

.xoo-el-style-slider span.xoo-el-close {
	top: 10px;
	right: 10px;
}

.xoo-el-spinner {
	animation: xoo-el-spin 2s linear infinite;
	display: inline-block;
}

body.rtl .xoo-el-section {
	padding-right: 20px;
	padding-left: 0;
}

body.rtl .xoo-aff-group:not(.xoo-aff-cont-tel) span.xoo-el-edit-em {
	left: 10px;
	right: auto;
}

body.rtl .xoo-el-form-container {
	text-align: right;
}

body.rtl .xoo-aff-cont-tel .xoo-aff-input-group .xoo-el-edit-em {
	right: 55px;
}

body.rtl .xoo-aff-cont-tel .xoo-aff-input-group {
	direction: rtl;
}

body.rtl .xoo-el-form-container button.button.btn.xoo-el-action-btn, body.rtl .xoo-el-form-container button.button.btn.xoo-ml-login-otp-btn {
	margin-left: 20px;
	margin-right: 0;
}

body.rtl ul.xoo-el-tabs li:nth-child(1) {
	border-radius: 0 5px 5px 0;
}

body.rtl ul.xoo-el-tabs li:nth-child(2) {
	border-radius: 5px 0 0 5px;
}

.xoo-el-popup-active .select2-dropdown {
	z-index: 99999999999 !important;
}

.xoo-el-popup-active.xoo-el-container {
	content-visibility: visible !important;
}

.xoo-ff-files {
	display: flex;
	flex-direction: column;
	line-break: anywhere;
	margin-top: 10px;
}

.xoo-ff-files a {
	padding: 2px 0;
}

.xoo-ff-files > div > span {
	color: red;
	margin-left: 5px;
	font-weight: 600;
	cursor: pointer;
}

.xoo-el-popup-notice-active.xoo-el-popup-notice {
	content-visibility: visible !important;
	visibility: visible !important;
}

.xoo-el-popup-notice-active .xoo-el-notice-modal {
	opacity: 1;
	transform: scale(1);
}

.xoo-el-pop-sc {
	display: inline;
}

span.xoo-el-reg-phone-change {
	display: none;
}

a.xoo-el-code-resend-link {
	color: #0d81fe;
	text-decoration: none !important;
	cursor: pointer;
	font-size: 12px;
}

.xoo-el-code-resend {
	margin-top: 10px;
}

a.xoo-el-code-resend-link.xoo-el-disabled {
	pointer-events: none !important;
}

.xoo-el-processing {
	pointer-events: none;
	opacity: .5;
}

.xoo-el-code-notice-cont .xoo-el-notice {
	margin-bottom: 0;
}

.xoo-el-form-desc {
	margin: 10px 0 20px;
}

.xoo-el-form-container ul.xoo-el-tabs li > span {
	margin: 0 6px;
}

.xoo-el-notice-icon {
	flex-shrink: 0;
	font-size: 18px;
}

body .xoo-el-form-container button.button.btn.xoo-ml-login-otp-btn {
	margin: 8px 0;
	margin-right: 20px;
}

@media only screen and (max-width: 450px) {}

.xoo-elpof-form-fields {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.xoo-elpof-disable {
	opacity: .6;
	pointer-events: none !important;
}

.xoo-elpof-notices {
	margin-bottom: 20px;
	margin-right: 20px;
}

.xoo-elpof-disable span.xoo-ff-file-remove {
	display: none;
}

.xoo-elpof-container {
	width: 100%;
	margin: 10px auto;
}