.smart-page-loader {
display: block;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: #fefefe;
z-index: 100000;
}
.wp-smart-loader {
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
font-size: 10px;
z-index: 100001;
}
.wp-smart-body{
visibility: hidden;
}.wp-smart-loader {
text-indent: -12345px;
} .smart-loader-one {
width: 50px;
height: 50px;
border-top: 1px solid rgba(0, 0, 0, 0.08);
border-right: 1px solid rgba(0, 0, 0, 0.08);
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
border-left: 1px solid rgba(0, 0, 0, 0.5);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-animation: spinner 700ms infinite linear;
-moz-animation: spinner 700ms infinite linear;
-ms-animation: spinner 700ms infinite linear;
-o-animation: spinner 700ms infinite linear;
animation: spinner 700ms infinite linear;
}
@-webkit-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
} .smart-loader-two {
position: relative;
width: 80px;
height: 80px;
-webkit-animation: spinner 5s infinite linear;
animation: spinner 5s infinite linear;
}
.smart-loader-two span {
width: 40px;
height: 40px;
position: absolute;
background: red;
display: block;
-webkit-animation: spinner-two 1s infinite linear;
animation: spinner-two 1s infinite linear;
}
.smart-loader-two span:nth-child(1) {
background: #2ecc71;
}
.smart-loader-two span:nth-child(2) {
left: 44px;
background: #9b59b6;
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.smart-loader-two span:nth-child(3) {
top: 44px;
background: #3498db;
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.smart-loader-two span:nth-child(4) {
top: 44px;
left: 44px;
background: #f1c40f;
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
@-webkit-keyframes spinner-two {
0% {
transform: scale(1);
}
50% {
transform: scale(0.5);
}
100% {
transform: scale(1);
}
}
@keyframes spinner-two {
0% {
transform: scale(1);
}
50% {
transform: scale(0.5);
}
100% {
transform: scale(1);
}
} .smart-loader-three {
position: relative;
}
.smart-loader-three span {
display: block;
bottom: 0px;
width: 9px;
height: 5px;
background: #9b59b6;
position: absolute;
-webkit-animation: spinner-three 1.5s infinite ease-in-out;
animation: spinner-three 1.5s infinite ease-in-out;
}
.smart-loader-three span:nth-child(2) {
left: 11px;
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.smart-loader-three span:nth-child(3) {
left: 22px;
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.smart-loader-three span:nth-child(4) {
left: 33px;
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
.smart-loader-three span:nth-child(5) {
left: 44px;
-webkit-animation-delay: .8s;
animation-delay: .8s;
}
@-webkit-keyframes spinner-three {
0% {
height: 5px;
transform: translateY(0px);
background: #9b59b6;
}
25% {
height: 30px;
transform: translateY(15px);
background: #3498db;
}
50% {
height: 5px;
transform: translateY(0px);
background: #9b59b6;
}
100% {
height: 5px;
transform: translateY(0px);
background: #9b59b6;
}
}
@keyframes spinner-three {
0% {
height: 5px;
transform: translateY(0px);
background: #9b59b6;
}
25% {
height: 30px;
transform: translateY(15px);
background: #3498db;
}
50% {
height: 5px;
transform: translateY(0px);
background: #9b59b6;
}
100% {
height: 5px;
transform: translateY(0px);
background: #9b59b6;
}
} .smart-loader-four {
width: 80px;
height: 80px;
}
.smart-loader-four .spinner-cube {
width: 33%;
height: 33%;
background-color: #9b59b6;
float: left;
-webkit-animation: spinner-four 1.3s infinite ease-in-out;
animation: spinner-four 1.3s infinite ease-in-out;
}
.smart-loader-four .spinner-cube1 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.smart-loader-four .spinner-cube2 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.smart-loader-four .spinner-cube3 {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.smart-loader-four .spinner-cube4 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.smart-loader-four .spinner-cube5 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.smart-loader-four .spinner-cube6 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.smart-loader-four .spinner-cube7 {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.smart-loader-four .spinner-cube8 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.smart-loader-four .spinner-cube9 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
@-webkit-keyframes spinner-four {
0%, 70%, 100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
}
35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
}
@keyframes spinner-four {
0%, 70%, 100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
}
35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
} .smart-loader-five {
width: 80px;
height: 80px;
position: relative;
}
.smart-loader-five .spinner-cube {
border: 2px solid transparent;
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.smart-loader-five .spinner-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #9b59b6;
-webkit-animation: spinner-five 2.4s infinite linear both;
animation: spinner-five 2.4s infinite linear both;
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.smart-loader-five .spinner-cube-2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
transform: scale(1.1) rotateZ(90deg);
}
.smart-loader-five .spinner-cube-3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
transform: scale(1.1) rotateZ(180deg);
}
.smart-loader-five .spinner-cube-4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
transform: scale(1.1) rotateZ(270deg);
}
.smart-loader-five .spinner-cube-2:before {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.smart-loader-five .spinner-cube-3:before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.smart-loader-five .spinner-cube-4:before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
@-webkit-keyframes spinner-five {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
}
@keyframes spinner-five {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
} .smart-loader-six {
width: 70px;
height: 70px;
position: relative;
}
.smart-loader-six .spinner-cube-1,
.smart-loader-six .spinner-cube-2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #3498db;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: spinner-six 2.0s infinite ease-in-out;
animation: spinner-six 2.0s infinite ease-in-out;
}
.smart-loader-six .spinner-cube-2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes spinner-six {
0%, 100% {
-webkit-transform: scale(0.0)
}
50% {
-webkit-transform: scale(1.0)
}
}
@keyframes spinner-six {
0%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
}
50% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}.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;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
align-items: center;
height: auto;
align-self: stretch;
display: flex;
width: 100%;
justify-content: center;
}
.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{
flex-grow: 1;
min-width: 1px;
margin: 0;
position: relative;
z-index: 2;
width: 100%!important;
margin-bottom: 0;
height: 50px;
padding: 6px 12px;
font-size: 14px;
line-height: 3.428571;
background-image: none;
border: 1px solid #ccc;
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;
}
.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;
} .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;
} body .select2-dropdown {
z-index: 99999999999;
}
.xoo-aff-group .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;
} 
.xoo-aff-flag-cont span:nth-child(1) {
margin-right: 6px;
}
.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;
} 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.onehalf{
margin-left: 20px;
margin-right: 0;
}