/*
 * Easy Login presentation owned by coinflipper-child on clean templates.
 * Plugin markup, JavaScript and authentication handlers remain unchanged.
 */

/* Fields */
.xoo-aff-input-group {
    position: relative;
    display: flex;
    border-collapse: separate;
    width: 100%;
}

.xoo-aff-input-group:first-child {
    border-right: 0;
}

.xoo-aff-group input{
    box-sizing: border-box;
}


.xoo-aff-input-group .xoo-aff-input-icon {
    padding: 6px 0;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    align-items: center;
    height: auto;
    align-self: stretch;
    display: flex;
    width: 100%;
    justify-content: center;
    border-style: solid;
}

body:not(.rtl) .xoo-aff-input-group .xoo-aff-input-icon{
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2, .xoo-aff-group input[type="tel"], .xoo-aff-group input[type="file"]{
    flex-grow: 1;
    min-width: 1px;
    margin: 0;
    position: relative;
    z-index: 2;
    width: 100%!important;
    margin-bottom: 0!important;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 3.428571;
    background-image: none;
    border: 1px solid #ccc;
    border-style: solid;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: 0;
}

.xoo-aff-group input::file-selector-button {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-right: 10px;
}


.xoo-aff-group label{
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.xoo-aff-group {
    float: left;
    width: calc(100% - 20px);
    position: relative;
}

.xoo-aff-group.onehalf{
    width: calc(50% - 20px);
    margin-right: 20px;
}

.xoo-aff-group.onethird {
    width: calc(30% - 20px);
    margin-right: 20px;
}


.xoo-aff-group.twothird {
    width: calc(70% - 20px);
    margin-right: 20px;
}

.xoo-aff-group.onefourth {
    width: calc(25% - 20px);
    margin-right: 20px;
}

.xoo-aff-group.threefourth {
    width: calc(75% - 20px);
    margin-right: 20px;
}


div#ui-datepicker-div {
    z-index: 99999999999!important;
}
.xoo-aff-single_checkbox .xoo-aff-label{
    display: none;
}

.xoo-aff-options-list label {
    font-weight: 400;
}

.xoo-aff-fields {
    display: table;
    width: 100%;
}
.xoo-aff-group.xoo-aff-checkbox_single {
    min-height: auto;
}

.xoo-aff-group.one.xoo-aff-checkbox_single {
    margin-bottom: 10px;
}

.xoo-aff-group.xoo-aff-cont-checkbox_single {
    margin-bottom: 5px;
}


/* Password Strength */
.xoo-aff-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px 0.5em;
    font-size: 1em;
}

.xoo-aff-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373;
}

.xoo-aff-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b;
}

.xoo-aff-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53;
}

.xoo-aff-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733;
}

.xoo-aff-password-hint {
    margin: 0.5em 0 0;
    display: block;
}

.xoo-aff-radio input, .xoo-aff-checkbox_single input, .xoo-aff-checkbox_list input {
    margin-right: 5px;
}


/* Select 2 */
body .select2-dropdown {
    z-index: 99999999999;
}

.xoo-aff-group .select2-container .select2-selection.select2-selection--single {
    border: 0;
    height: 100%;
    background-color: transparent;
    margin: 0 0 0 0;
    border-radius: 0;
    line-height: inherit;
    padding: 0;
}

.xoo-aff-group .select2.select2-container .select2-selection .select2-selection__rendered {
    padding: 0;
    line-height: inherit;
    height: inherit;
}

.xoo-aff-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}


.xoo-aff-group .select2-container *:focus {
    outline: none;
}

.xoo-aff-group select, .xoo-aff-group select + .select2 {
    padding: 0 15px;
}


select.xoo-aff-states{
    display: none;
}

@media only screen and (max-width: 450px) {
    .xoo-aff-group.onehalf , .xoo-aff-group.onefourth, .xoo-aff-group.onethird , .xoo-aff-group, .xoo-aff-group.twothird {
        width: calc(100% - 20px);
    }
    .xoo-aff-group {
        margin-right: 0;
    }
}

.xoo-aff-flag-cont {
    display: flex;
    align-items: center;
    height: inherit;
} 
.xoo-aff-flag-cont span:nth-child(1) {
    margin-right: 6px;
}
 
.select2-results .xoo-aff-flag-cont span:nth-child(2) {
    font-size: 12px;
}

span.xoo-aff-pwtog-hide {
    display: none;
}

.xoo-aff-pw-toggle {
    display: flex;
    align-items: center;
    right: 5px;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    user-select: none;
}

.xoo-aff-pw-toggle > * {
    cursor: pointer;
    padding: 5px;
}

.xoo-aff-select2-dropdown {
    min-width: 140px;
}

/* Profile */
label.xoo-aff-file-profile input[type="file"] {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 30px !important;
    z-index: -1;
}

label.xoo-aff-file-profile .xoo-aff-input-icon {
    border: 0;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
}

label.xoo-aff-file-profile {
    display: table;
    margin: 0 auto;
}

label.xoo-aff-file-profile .xoo-aff-input-group {
    margin: 0 auto;
    display: table;
    width: auto;
    cursor: pointer;
}


.xoo-ff-file-pladd, .xoo-ff-file-plcheck {
    position: absolute;
    background-color: #fff;
    padding: 2px;
    border-radius: 50%;
    bottom: 0px;
    right: 0;
}

.xoo-aff-file-profile .xoo-ff-file-plcheck {
    color: #058105;
    display: none;
}

.xoo-aff-file-profile-cont:not(.one) + .xoo-aff-group:not(.one) {
    align-self: center;
}

.xoo-ff-file-preview{
    border-radius: 50%;
}

.xoo-aff-file-profile-cont .xoo-ff-files{
    text-align: center;
}

.xoo-aff-file-profile-cont .xoo-aff-label {
    margin-top: 5px;
    margin-bottom: 0;
}


.xoo-aff-auto-fetch-loc {
    font-size: 90%;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: -10px;
    display: block;
    text-align: right;
}

.xoo-aff-auto-fetch-loc span{
    margin: 0 5px;
}

.pac-container{
    z-index: 9999999999;
}

.xoo-aff-one-line .xoo-aff-radio {
    display: inline-flex;
    flex-wrap: wrap;
}

.xoo-aff-one-line .xoo-aff-radio label {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* RTL */
body.rtl .xoo-aff-auto-fetch-loc{
    text-align: left;
}

body.rtl .xoo-aff-input-group .xoo-aff-input-icon {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

body.rtl .xoo-aff-flag-cont span:nth-child(1) {
    margin-left: 10px;
    margin-right: 0;
    padding-right: 0;
}

body.rtl .xoo-aff-group {
    float: right;
}

body.rtl .xoo-aff-radio input, body.rtl .xoo-aff-checkbox_single input, body.rtl .xoo-aff-checkbox_list input{
    margin-left: 5px;
    margin-right: 0;
}

body.rtl .xoo-aff-group:not(.one){
    margin-left: 20px;
    margin-right: 0;
}


body.rtl .xoo-aff-input-icon + input, body.rtl .xoo-aff-input-icon + select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px!important;
    border-top-left-radius: 4px!important;
}

body.rtl .xoo-aff-input-group .xoo-aff-input-icon {
    border-left: 0;
}


.xoo-aff-input-group .xoo-aff-input-icon{
	background-color:  #eee;
	color: #555;
	max-width: 40px;
	min-width: 40px;
	border-color: #cccccc;
	border-width: 0px;
	font-size: 14px;
}
.xoo-aff-group{
	margin-bottom: 15px;
}

.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2, .xoo-aff-group input[type="tel"], .xoo-aff-group input[type="file"]{
	background-color: #1e1b32;
	color: #ffffff;
	border-width: 0px;
	border-color: #cccccc;
	height: 50px;
}


.xoo-aff-group input[type="file"]{
	line-height: calc(50px - 13px);
}



.xoo-aff-group input[type="text"]::placeholder, .xoo-aff-group input[type="password"]::placeholder, .xoo-aff-group input[type="email"]::placeholder, .xoo-aff-group input[type="number"]::placeholder, .xoo-aff-group select::placeholder, .xoo-aff-group input[type="tel"]::placeholder, .xoo-aff-group .select2-selection__rendered, .xoo-aff-group .select2-container--default .select2-selection--single .select2-selection__rendered, .xoo-aff-group input[type="file"]::placeholder, .xoo-aff-group input::file-selector-button{
	color: #ffffff;
}

.xoo-aff-group input[type="text"]:focus, .xoo-aff-group input[type="password"]:focus, .xoo-aff-group input[type="email"]:focus, .xoo-aff-group input[type="number"]:focus, .xoo-aff-group select:focus, .xoo-aff-group select + .select2:focus, .xoo-aff-group input[type="tel"]:focus, .xoo-aff-group input[type="file"]:focus{
	background-color: #221f3d;
	color: #ffffff;
}

[placeholder]:focus::-webkit-input-placeholder{
	color: #ffffff!important;
}


	.xoo-aff-input-group .xoo-aff-input-icon{
		display: none!important;
	}


.xoo-aff-input-icon + input[type="text"], .xoo-aff-input-icon + input[type="password"], .xoo-aff-input-icon + input[type="email"], .xoo-aff-input-icon + input[type="number"], .xoo-aff-input-icon + select, .xoo-aff-input-icon + select + .select2,  .xoo-aff-input-icon + input[type="tel"], .xoo-aff-input-icon + input[type="file"]{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}


	.xoo-aff-cont-required:after {
	    content: "*";
	    position: absolute;
	    right: 5px;
	    top: 2px;
	    z-index: 10;
	    font-weight: 600;
	    opacity: 0.5;
	}

	body.rtl .xoo-aff-cont-required:after{
		left: 5px;
		right: auto;
	}


/*# sourceURL=xoo-aff-style-inline-css */

.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 0.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 0.2s ease-in-out;
    transform: scale(0.8);
}

.xoo-el-inmodal .scroll-content {
    height: 100%;
}

.xoo-el-modal:before, .xoo-el-notice-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.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: 5px;
    height: 90%;
}

.xoo-el-srcont {
    flex-grow: 1;
    height: 100%;
    overflow: auto;
}

.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-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-head span {
    display: block;
}

.xoo-el-head {
    display: table;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.xoo-el-form-container button.button.btn.xoo-el-action-btn {
    clear: both;
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 10px 0;
}

body.xoo-el-popup-active, body.xoo-el-popup-notice-active {
    overflow-y: hidden;
}

.xoo-el-notice-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.xoo-el-notice-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.xoo-el-notice-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.xoo-el-notice {
    display: none;
    width: calc(100% - 20px);
    margin-bottom: 15px;
}

.xoo-el-notice-error , .xoo-el-notice-success, .xoo-el-notice-warning {
    padding: 7px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
}

.xoo-aff-group.xoo-el-login-btm-fields {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 14px;
    justify-content: space-between;
}

.xoo-el-section {
    display: none;
}

.xoo-el-section.xoo-el-active {
    display: block;
}

.xoo-el-switch {
    cursor: pointer;
}

.xoo-el-lostpw-tgr , .xoo-el-login-tgr , .xoo-el-reg-tgr {
    cursor: pointer;
}

.xoo-el-head-nav {
    text-decoration: underline;
}

.xoo-el-form-txt {
    margin-bottom: 10px;
    display: block;
}

.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;
}

.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;
    }
}

label.xoo-el-form-label {
    font-weight: normal;
    cursor: pointer;
    margin: 0;
}

a.xoo-el-lostpw-tgr {
    margin: 0;
}

.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%;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px 0.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: 0.5em 0 0;
    display: block;
}

.xoo-el-fields {
    position: relative;
    z-index: 1;
}

.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;
}

.xoo-el-section-login .xoo-el-notice br+br {
    display: none;
}

span.xoo-el-loginvia {
    display: block;
    margin-top: 30px;
    text-align: center;
    color: #777;
}

.xoo-el-section.xoo-el-section-lostpw {
    padding-right: 20px;
}

/* Header */
.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;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    font-weight: 600;
    pointer-events: none;
}

.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-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 {
    padding-bottom: 0;
}

.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 input {
    margin-right: 4px;
}

.xoo-el-login-btm-fields label {
}

.xoo-aff-input-group svg.xoo-aff-input-icon {
    padding: 10px;
    max-width: 35px;
    min-width: 35px;
}

.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-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: 0.8;
    font-style: italic;
}

.xoo-el-form-container[data-active="resetpw"] .xoo-el-resetpw-hnotice {
    display: none;
}

.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: 10px;
        padding-right: 10px;
    }
}

.xoo-el-form-container[data-active="single"] .xoo-el-header {
    display: none;
}

span.xoo-el-nav-ft {
    text-align: center;
    display: block;
    margin: 10px 20px 0 0;
}

span.xoo-el-sing-head {
    display: block;
    font-size: 32px;
    margin-bottom: 5px;
}

span.xoo-el-sing-subtxt {
    font-size: 16px;
    display: block;
}

.xoo-el-sing-fields {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}

img.xoo-el-head-img {
    display: table;
    margin: 0 auto 30px;
}

span.xoo-el-edit-em {
    position: absolute;
    right: 10px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    cursor: pointer;
}

.xoo-el-section[data-section="single"] .xoo-el-notice {
    margin-bottom: -10px;
}

/** Slider **/
.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 0.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;
}

@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;
}

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-pw-toggle {
    left: 5px;
    right: auto;
}

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;
}

.xoo-aff-group {
    align-self: flex-end;
}

.xoo-el-fields-cont {
    display: flex;
    flex-wrap: wrap;
}

.xoo-el-popup-active .select2-container {
    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;
}

/* Notice Popup */
.xoo-el-popup-notice-active.xoo-el-popup-notice{
    content-visibility: visible!important;
    visibility: visible!important;
}

.xoo-el-notice-opac {
    opacity: 0.7;
    background-color: #000;
    z-index: 1000000;
}

.xoo-el-popup-notice-active .xoo-el-notice-modal {
    opacity: 1;
    transform: scale(1);
}

.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%;
}

.xoo-el-pop-sc {
    display: inline;
}


	.xoo-el-form-container button.btn.button.xoo-el-action-btn{
		background-color: #2454e5;
		color: #ffffff;
		font-weight: 600;
		font-size: 15px;
		height: 60px;
	}

.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal{
	max-width: 800px;
	max-height: 650px;
}

.xoo-el-style-slider .xoo-el-modal{
	transform: translateX(800px);
	max-width: 800px;
}


.xoo-el-main, .xoo-el-main a , .xoo-el-main label{
	color: #ffffff;
}
.xoo-el-srcont{
	background-color: #040026;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
	background-color: ;
	color: #2877ff;
}
.xoo-el-form-container ul.xoo-el-tabs li{
	background-color: ;
	color: #ffffff;
	font-size: 16px;
	padding: 12px 20px;
}
.xoo-el-main{
	padding: 40px 30px;
}

.xoo-el-form-container button.xoo-el-action-btn:not(.button){
    font-weight: 600;
    font-size: 15px;
}



	.xoo-el-modal:before {
		vertical-align: middle;
	}

	.xoo-el-style-slider .xoo-el-srcont {
		justify-content: center;
	}

	.xoo-el-style-slider .xoo-el-main{
		padding-top: 10px;
		padding-bottom: 10px; 
	}





.xoo-el-popup-active .xoo-el-opac{
    opacity: 0.2;
    background-color: #000000;
}





	span.xoo-aff-pwtog-show i:before, span.xoo-aff-pwtog-hide i:before {    
	    font-family: 'Easy-Login';
	    font-style: normal;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    line-height: 1;
	}

	span.xoo-aff-pwtog-show i:before{
	    content: "\e901";
	}

	span.xoo-aff-pwtog-hide i:before{
	    content: "\e9d1";
	}


/*# sourceURL=xoo-el-style-inline-css */

@font-face {
  font-family: 'Easy-Login';
  src:  url("../fonts/Easy-Login.eot");
  src:  url("../fonts/Easy-Login.eot") format('embedded-opentype'),
    url("../fonts/Easy-Login.ttf") format('truetype'),
    url("../fonts/Easy-Login.woff") format('woff'),
    url("../fonts/Easy-Login.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="xoo-el-icon-"], [class*=" xoo-el-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Easy-Login' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xoo-el-icon-eye:before {
  content: "\e901";
}
.xoo-el-icon-checkmark:before {
  content: "\e900";
}
.xoo-el-icon-cross:before {
  content: "\e907";
}
.xoo-el-icon-cancel-circle:before {
  content: "\ea0d";
}
.xoo-el-icon-spinner8:before {
  content: "\e981";
}
.xoo-el-icon-eye-blocked:before {
  content: "\e9d1";
}
.xoo-el-icon-arrow-left2:before {
  content: "\ea40";
}

body {
		font-family: "Montserrat";
}
body.light-mode .xoo-el-srcont {
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(21px);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.02);
}
body.light-mode .xoo-el-register-btn + div {
  	color:rgba(15, 21, 66, 1)!important;
}
body.light-mode .xoo-el-form-container ul.xoo-el-tabs li {
	color:rgb(109 112 127);
}
body.light-mode .xoo-aff-group label {
	color:rgba(15, 21, 66, 1);
}
body.light-mode .xoo-el-main, body.light-mode .xoo-el-main a, body.light-mode .xoo-el-main label {
	color:rgba(15, 21, 66, 1);
}
body.light-mode .xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    color: #2877ff;
}
body.light-mode span.xoo-el-close, body.light-mode .xoo-el-notice-close {
    color: rgba(15, 21, 66, 1);
	opacity:0.1;
}
body.light-mode span.xoo-el-close:hover, body.light-mode .xoo-el-notice-close:hover {
    color: rgba(15, 21, 66, 1);
	opacity: 0.6;
}
body.light-mode .xoo-aff-group :is(
  	input[type="text"],
  	input[type="password"],
  	input[type="email"],
  	input[type="number"],
  	input[type="tel"],
  	input[type="file"],
  	select,
  	select + .select2
) {
	background-color: rgba(255, 255, 255, 0.8) !important;
    color: #0F1542 !important;
    border-width: 0 !important;
    border-color: #cccccc;
    height: 50px;
    -webkit-text-fill-color: #0f1542 !important;
}
.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal, .xoo-el-notice-inmodal {
    background: none;
}
.xoo-el-register-btn + div a {
  text-decoration: underline dotted; 
  text-decoration-thickness: 1px;    
  text-underline-offset: 3px;        
}
.xoo-el-register-btn + div a:hover {
  color:#ffffff;       
}
.xoo-el-sidebar {
		display:none;
}
.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2, .xoo-aff-group input[type="tel"], .xoo-aff-group input[type="file"] {
    background-color: #ffffff1a!important;
    color: #fff!important;
    border-width: 0px!important;
    border-color: #cccccc;
    height: 50px;
	
}
.xoo-aff-group label {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}
label.xoo-el-form-label {
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    font-size: 15px !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
	display: flex;
    align-items: center;
    gap: 2px;
	
}
.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal {
    max-width: 460px;
    max-height: 640px;
}
.xoo-aff-input-icon + input[type="text"], .xoo-aff-input-icon + input[type="password"], .xoo-aff-input-icon + input[type="email"], .xoo-aff-input-icon + input[type="number"], .xoo-aff-input-icon + select, .xoo-aff-input-icon + select + .select2, .xoo-aff-input-icon + input[type="tel"], .xoo-aff-input-icon + input[type="file"] {
    border-radius: 6px;
}
.xoo-el-srcont {
    background-color: rgb(0 0 0 / 85%);
    border-radius: 20px;
    backdrop-filter: blur(24px);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
}
.xoo-el-login-tgr,
.xoo-el-reg-tgr {
  	position: relative;
  	display: inline-block;
  	padding-bottom: 4px;
		font-weight:500;	
}
.xoo-el-form-container ul.xoo-el-tabs li {
    background-color: transparent;
    color: #ffffff;
    font-size: 20px;
    padding: 12px 0px;
}
.xoo-el-form-container ul.xoo-el-tabs {
    justify-content: space-evenly;
}
.xoo-el-form-container ul.xoo-el-tabs li {
    flex-grow: 0;
}
.xoo-el-login-tgr::after,
.xoo-el-reg-tgr::after {
  	content: "";
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 2px;
  	background-color: #2877ff;
  	transform: scaleX(0);
  	transform-origin: up;
  	transition: transform 0.3s ease;
}
.xoo-el-login-tgr.xoo-el-active::after,
.xoo-el-reg-tgr.xoo-el-active::after {
  	transform: scaleX(1);
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    background-color: #2454e5;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    height: 60px;
    border: 0;
    text-transform: uppercase;
		border-radius: 6px;
}
span.xoo-el-close, .xoo-el-notice-close {
    font-size: 32px;
    position: absolute;
    right: 13px;
    top: 10px;
    border-radius: 0;
    cursor: pointer;
    z-index: 100;
    display: flex;
    color: #fff;
    background-color: transparent;
    box-shadow: none;
    font-weight: 900;
    opacity: 0.1;
	transition: all 0.3s;
}
span.xoo-el-close:hover, .xoo-el-notice-close:hover {
	opacity:0.8;
	color:#fff;
}
.xoo-el-icon-cross:before {
  	content: "×";
  	font-family: inherit; 
  	font-size: 32px;
  	line-height: 1;
}
.xoo-el-form-container ul.xoo-el-tabs {
    padding: 0 20px 0px;
}
.xoo-el-main input:-webkit-autofill {
	font-family: "Montserrat", sans-serif !important;
  box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.1) inset !important;
  -webkit-text-fill-color: #ffffff !important;
  border-color: #3b82f6 !important;
  background-color: transparent !important;
  caret-color: #ffffff !important;
  transition: background-color 9999s ease-in-out 0s !important;
	font-size:16px !important;
}
.xoo-el-main input,
.xoo-el-main input:-webkit-autofill {
  background-color: rgba(255, 255, 255, 0) !important;
  box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.1) inset !important;
  -webkit-text-fill-color: #ffffff !important;
  color: #ffffff !important;
  border: 1px solid #3b82f6;
  border-radius: 6px;
  caret-color: #ffffff;
  transition: background-color 9999s ease-in-out 0s !important;
  font-size:16px !important;
}
@media  (max-width: 768px) {.xoo-el-form-container ul.xoo-el-tabs li {
    		font-size: 18px;
		}
.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    		font-size: 14px;
    		height: 58px;
		}
.xoo-el-register-btn + div {
  			font-size: 11px !important;
				max-width: 300px !important;	
		}
label.xoo-el-form-label {
    		margin-bottom: 1px !important;
			font-size: 12px !important;
		}
a.xoo-el-lostpw-tgr {
    		font-size: 12px;
		}
.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2, .xoo-aff-group input[type="tel"], .xoo-aff-group input[type="file"] {
		font-size: 16px !important;
	}}

/* Child-theme responsive and interaction hardening. */
.cf-site .xoo-el-container:not(.xoo-el-style-slider) .xoo-el-modal,
.cf-site .xoo-el-notice-modal {
    padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
    overscroll-behavior: contain;
}

.cf-site .xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal,
.cf-site .xoo-el-notice-inmodal {
    max-block-size: min(640px, calc(100dvh - 32px));
}

.cf-site .xoo-el-srcont,
.cf-site .xoo-el-notice-wrap {
    max-block-size: min(640px, calc(100dvh - 32px));
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
}

.cf-site span.xoo-el-close,
.cf-site .xoo-el-notice-close {
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    right: 4px;
    top: 2px;
}

.cf-site .xoo-aff-pw-toggle {
    align-items: center;
    display: flex;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
}

.cf-site .xoo-el-form-container ul.xoo-el-tabs li,
.cf-site span.xoo-el-close,
.cf-site .xoo-el-notice-close,
.cf-site .xoo-aff-pw-toggle,
.cf-site .xoo-el-main a,
.cf-site .xoo-el-login-btm-fields label,
.cf-site .xoo-el-form-container button.xoo-el-action-btn {
    -webkit-tap-highlight-color: transparent;
}

.cf-site .xoo-el-form-container ul.xoo-el-tabs li:focus-visible,
.cf-site span.xoo-el-close:focus-visible,
.cf-site .xoo-el-notice-close:focus-visible,
.cf-site .xoo-aff-pw-toggle:focus-within,
.cf-site .xoo-el-main a:focus-visible,
.cf-site .xoo-el-login-btm-fields label:focus-within,
.cf-site .xoo-el-form-container button.xoo-el-action-btn:focus-visible {
    outline: 2px solid #58a6ff;
    outline-offset: 3px;
}

.cf-site .xoo-aff-group input:focus-visible,
.cf-site .xoo-aff-group select:focus-visible,
.cf-site .xoo-aff-group textarea:focus-visible {
    border-color: #58a6ff !important;
    box-shadow: 0 0 0 3px rgba(88, 166, 255, 0.24) !important;
    outline: 0;
}

@media (max-width: 480px) {
    .cf-site .xoo-el-container:not(.xoo-el-style-slider) .xoo-el-modal,
    .cf-site .xoo-el-notice-modal {
        padding-left: max(10px, env(safe-area-inset-left));
        padding-right: max(10px, env(safe-area-inset-right));
    }

    .cf-site .xoo-el-srcont {
        width: min(100%, 460px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .cf-site .xoo-el-container *,
    .cf-site .xoo-el-notice-modal * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Keep browser/password-manager autofill legible on both theme variants. */
.cf-site .xoo-el-main input {
    color-scheme: dark;
}

body.light-mode.cf-site .xoo-el-main input {
    color-scheme: light;
}

.cf-site .xoo-el-main input:autofill,
.cf-site .xoo-el-main input:autofill:hover,
.cf-site .xoo-el-main input:autofill:focus,
.cf-site .xoo-el-main input:-webkit-autofill,
.cf-site .xoo-el-main input:-webkit-autofill:hover,
.cf-site .xoo-el-main input:-webkit-autofill:focus {
    background-color: #34343f !important;
    border: 1px solid #3b82f6 !important;
    -webkit-box-shadow: 0 0 0 1000px #34343f inset !important;
    box-shadow: 0 0 0 1000px #34343f inset !important;
    caret-color: #ffffff !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    transition: none !important;
}

.cf-site .xoo-el-main input:autofill:focus-visible,
.cf-site .xoo-el-main input:-webkit-autofill:focus-visible {
    -webkit-box-shadow: 0 0 0 1000px #34343f inset, 0 0 0 3px rgba(88, 166, 255, 0.24) !important;
    box-shadow: 0 0 0 1000px #34343f inset, 0 0 0 3px rgba(88, 166, 255, 0.24) !important;
    outline: 2px solid #58a6ff;
    outline-offset: 2px;
}

body.light-mode.cf-site .xoo-el-main input:autofill,
body.light-mode.cf-site .xoo-el-main input:autofill:hover,
body.light-mode.cf-site .xoo-el-main input:autofill:focus,
body.light-mode.cf-site .xoo-el-main input:-webkit-autofill,
body.light-mode.cf-site .xoo-el-main input:-webkit-autofill:hover,
body.light-mode.cf-site .xoo-el-main input:-webkit-autofill:focus {
    background-color: #f5f7ff !important;
    -webkit-box-shadow: 0 0 0 1000px #f5f7ff inset !important;
    box-shadow: 0 0 0 1000px #f5f7ff inset !important;
    caret-color: #0f1542 !important;
    color: #0f1542 !important;
    -webkit-text-fill-color: #0f1542 !important;
}

body.light-mode.cf-site .xoo-el-main input:autofill:focus-visible,
body.light-mode.cf-site .xoo-el-main input:-webkit-autofill:focus-visible {
    -webkit-box-shadow: 0 0 0 1000px #f5f7ff inset, 0 0 0 3px rgba(36, 84, 229, 0.22) !important;
    box-shadow: 0 0 0 1000px #f5f7ff inset, 0 0 0 3px rgba(36, 84, 229, 0.22) !important;
}
