/*------------------------------------*\
  GENERAL
\*------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.swal-clear {
    clear: both;
}
/* workaround for some themes that uses same class */
#popup-wrapper-ajax-auth .swal-clear {
    overflow: auto !important;
    /*visibility: visible !important;*/
    width: auto !important;
    height: auto !important;
}
.hide {
    display: none;
}
.margin-top {
    margin-top: 15px;
}
.text-link.float-none {
    float: none !important;
    padding-top: 20px;
}
.sw-right-label {
  display: inline-block !important;
  font-weight: 400;
  padding-left: 10px;
}
.recaptcha-container {
    margin-bottom: 15px;
}
.sw-open-login {
    cursor: pointer;
}
.ajax-auth label {
    font-size: 14px;
}

/*------------------------------------*\
  $GRID 
\*------------------------------------*/

/* .gc = grid container (racchiude gli elementi che compongono la griglia) */
.gc,
.gc--rev {margin-left: -15px;}

.gc--rev .grid {
float: right;
padding-left: 15px;
}


.gc > .gc {margin-left: 0;}

.grid {
 float: left;
 padding-left: 15px;
 /*position: relative; */
}

/*------------------------------------*\
  $WIDTHS
\*------------------------------------*/
.span-1 {
 width: 100%;}

.span-1-2, .span-2-4, .span-3-6, .span-4-8, .span-5-10, .span-6-12 {
 width: 50%;}

.span-1-3, .span-2-6, .span-4-12 {
 width: 33.333%;}

.span-2-3, .span-4-6, .span-8-12 {
 width: 66.666%;}

.span-1-4, .span-2-8, .span-3-12 {
 width: 25%;}

.span-3-4, .span-6-8, .span-9-12 {
 width: 75%;}

.span-1-5, .span-2-10 {
 width: 20%;}

.span-2-5, .span-4-10 {
 width: 40%;}

.span-3-5, .span-6-10 {
 width: 60%;}

.span-4-5, .span-8-10 {
 width: 80%;}

.span-1-6, .span-2-12 {
 width: 16.666%;}

.span-5-6, .span-10-12 {
 width: 83.333%;}

.span-1-8 {
 width: 12.5%;}

.span-3-8 {
 width: 37.5%;}

.span-5-8 {
 width: 62.5%;}

.span-7-8 {
 width: 87.5%;}

.span-1-10 {
 width: 10%;}

.span-3-10 {
 width: 30%;}

.span-7-10 {
 width: 70%;}

.span-9-10 {
 width: 90%;}

.span-1-12 {
 width: 8.333%;}

.span-5-12 {
 width: 41.666%;}

.span-7-12 {
 width: 58.333%;}

.span-11-12 {
 width: 91.666%;}

/*------------------------------------*\
  $BREAKPOINTS & MEDIA QUERY
\*------------------------------------*/

@media only screen and (max-width: 480px) {
.mobile-1 {
 width: 100%;}

.mobile-1-2, .mobile-2-4, .mobile-3-6, .mobile-4-8, .mobile-5-10, .mobile-6-12 {
 width: 50%;}

.mobile-1-3, .mobile-2-6, .mobile-4-12 {
 width: 33.333%;}

.mobile-2-3, .mobile-4-6, .mobile-8-12 {
 width: 66.666%;}

.mobile-1-4, .mobile-2-8, .mobile-3-12 {
 width: 25%;}

.mobile-3-4, .mobile-6-8, .mobile-9-12 {
 width: 75%;}

.mobile-1-5, .mobile-2-12 {
 width: 20%;}

.mobile-2-5, .mobile-4-10 {
 width: 40%;}

.mobile-3-5, .mobile-6-10 {
 width: 60%;}

.mobile-4-5, .mobile-8-10 {
 width: 80%;}

.mobile-1-6, .mobile-2-12 {
 width: 16.666%;}

.mobile-5-6, .mobile-10-12 {
 width: 83.333%;}

.mobile-1-8 {
 width: 12.5%;}

.mobile-3-8 {
 width: 37.5%;}

.mobile-5-8 {
 width: 62.5%;}

.mobile-7-8 {
 width: 87.5%;}

.mobile-1-10 {
 width: 10%;}

.mobile-3-10 {
 width: 30%;}

.mobile-7-10 {
 width: 70%;}

.mobile-9-10 {
 width: 90%;}

.mobile-1-12 {
 width: 8.333%;}

.mobile-5-12 {
 width: 41.666%;}

.mobile-7-12 {
 width: 58.333%;}

.mobile-11-12 {
 width: 91.666%;}
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
.tablet-1 {
 width: 100%;}

.tablet-1-2, .tablet-2-4, .tablet-3-6, .tablet-4-8, .tablet-5-10, .tablet-6-12 {
 width: 50%;}

.tablet-1-3, .tablet-2-6, .tablet-4-12 {
 width: 33.333%;}

.tablet-2-3, .tablet-4-6, .tablet-8-12 {
 width: 66.666%;}

.tablet-1-4, .tablet-2-8, .tablet-3-12 {
 width: 25%;}

.tablet-3-4, .tablet-6-8, .tablet-9-12 {
 width: 75%;}

.tablet-1-5, .tablet-2-12 {
 width: 20%;}

.tablet-2-5, .tablet-4-10 {
 width: 40%;}

.tablet-3-5, .tablet-6-10 {
 width: 60%;}

.tablet-4-5, .tablet-8-10 {
 width: 80%;}

.tablet-1-6, .tablet-2-12 {
 width: 16.666%;}

.tablet-5-6, .tablet-10-12 {
 width: 83.333%;}

.tablet-1-8 {
 width: 12.5%;}

.tablet-3-8 {
 width: 37.5%;}

.tablet-5-8 {
 width: 62.5%;}

.tablet-7-8 {
 width: 87.5%;}

.tablet-1-10 {
 width: 10%;}

.tablet-3-10 {
 width: 30%;}

.tablet-7-10 {
 width: 70%;}

.tablet-9-10 {
 width: 90%;}

.tablet-1-12 {
 width: 8.333%;}

.tablet-5-12 {
 width: 41.666%;}

.tablet-7-12 {
 width: 58.333%;}

.tablet-11-12 {
 width: 91.666%;}
}

/*------------------------------------*\
  POPUP
\*------------------------------------*/

#sw-wrapper-ajax-login .fa,
.ajax-auth .fa {
    font-family: FontAwesome;
}
#popup-wrapper-ajax-auth {
    width: 100%;
    display: block;
    position: relative;
    max-width: 960px;
    height: auto;
    min-height: 80px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 40px;
    bottom: auto;
    left: 50%;
    margin-left: -480px;
    border-radius: 4px;
    background: #fff;
    /*overflow: hidden;*/
    z-index: 10001;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 5px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 5px 20px 0px rgba(0, 0, 0, 0.5);
    }
#wrapper-login,
#wrapper-register,
#wrapper-forgot_password {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
#wrapper-login .sw-ajax-login-overlay-wrapper,
#wrapper-register .sw-ajax-login-overlay-wrapper,
#wrapper-forgot_password .sw-ajax-login-overlay-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
#popup-wrapper-ajax-auth .sw-ajax-login-overlay-wrapper,
.sw-ajax-login-overlay {
    background: rgba(0,0,0,0.2);
}
.inner-text-ajax-forms {
    width: 50%;
    height: 100%;
    position: absolute;
    padding: 26px 40px;
    color: #fff;
    z-index: 2;
}
#swal-no-ajax-content {
    position: relative;
    width: 100%;
}
.inner-form-ajax-forms {
    width: 50%;
    float: right;
    z-index: 2;
    min-height: 400px;
}
#popup-wrapper-ajax-auth .inner-form-wrapper,
#swal-no-ajax-content .inner-form-wrapper {
    min-height: 400px;
}
.ajax-forms-rev .inner-text-ajax-forms,
.inner-text-ajax-forms.ajax-forms-rev {
    right: 0;
}
.ajax-forms-rev .inner-form-ajax-forms,
.inner-form-ajax-forms.ajax-forms-rev {
    float: left;
}
/*
.inner-text-ajax-forms.ajax-forms-rev {
    border-radius: 0 4px 4px 0;
}
*/
.ajax-auth  {
    padding: 30px 15px 45px;
    max-width: 320px;
    margin: 0 auto;
    }
.ajax-auth section {
    padding: 20px 0 0 !important;
    margin: 0 !important;
    }
#sw-wrapper-ajax-login #wrapper-register,
#sw-wrapper-ajax-login #wrapper-forgot_password {
    display: none;
    }
.wrapper-logout {
    text-align: center;
}
.wrapper-logout .ajax-auth {
    padding: 45px;
    max-width: 100%;
}
.swal-forms-logo {
    text-align: center;
    margin: 0 0 20px;
}
.swal-forms-logo img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.ajax-auth h2, .ajax-auth h3{
    /*font-family: 'Georgia', 'Times New Roman', Times, serif;*/
    font-weight: 300;
    color: #333333;    
	line-height: 1;    
}
.sw-ajax-login-text-contrast h2,
.sw-ajax-login-text-contrast h3,
.sw-ajax-login-text-contrast label {
    color: #fff;
    }

.ajax-auth h2{
    font-size: 27px;
    text-align: center;
    margin: 0 0 20px 0;
}

.ajax-auth h3{
    font-size: 16px;
    text-align: left;
    margin: 0;
}

.ajax-auth h3 a{
	color: #e25c4c;
}

.ajax-auth hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0 none;
    height: 1px;
    margin: 20px 0;
}
.sw-ajax-login-text-contrast hr {
    background-color: rgba(255, 255, 255, 0.2);
}
.ajax-forms-main-text {
    position: relative;
    z-index: 2;
}
.ajax-auth input[type=text],
.ajax-auth input[type=email],
.ajax-auth input[type=password],
.ajax-auth input[type=date],
.ajax-auth input[type=tel],
.ajax-auth input[type=number],
.ajax-auth select {
    border: 1px solid #9a9a9a !important;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    color: #333333 !important;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 13px !important;
    width: 100%;
    margin: 0px 0 20px 0;
    background-color: #F9F9F9 !important;
}
.ajax-auth input[type=text]#swal_2fa_code {
    margin: 0px 0 10px 0;
}
.swal-input-icons {
    position: relative;
}
.ajax-auth .fa.fa-facebook::before {
    content: "\f09a" !important; /* this fixes elementor facebook icon issue */
}
.swal-input-icons i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 12px;
    color: #aaa;
    width: 34px;
    border-radius: 3px 0 0 3px;
    height: 40px;
    line-height: 38px;
}
.swal-input-icons .fa-lg {
    font-size: 20px;
    font-weight: normal;
}
.swal-input-icons .gc  i {
    left: 15px;
}
.privacy-policy-consent-container {
    margin-bottom: 20px;
}
.privacy-policy-consent-container label.gdpr-consent-label {
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding-left: 32px;
}
.field-icon {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 4px;
    padding: 0 8px;
    color: #aaa;
    width: 34px;
    z-index: 2;
    height: 40px;
    line-height: 38px;
}
input.add_showhide {
    padding-right: 32px !important;
}
.swal-instruction-text {
    font-size: 14px;
    margin-bottom: 20px;
}
.swal-custom-field-wrapper {
    height: auto;
}

/* style checkbox */

.checkboxStyle input[type=checkbox] {
    visibility: hidden;
}

.checkboxStyle,
.radioStyle {
    width: 20px;    
    margin: 0 8px 10px 0;
    position: relative;
    float: left;
}

.checkboxStyle label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 0px solid #ccc;
    border-radius: 4px;

    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,.4);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,.4);
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,.4);

    background: -webkit-linear-gradient(top, #fff 80%, #f5f5f5 100%);
    background: -moz-linear-gradient(top, #fff 80%, #f5f5f5 100%);
    background: -o-linear-gradient(top, #fff 80%, #f5f5f5 100%);
    background: -ms-linear-gradient(top, #fff 80%, #f5f5f5 100%);
    background: linear-gradient(top, #fff 80%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f5f5f5',GradientType=0 );
    z-index: 1;
}
.ajax-auth .checkboxStyle label.error {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    margin: 0;
    border: 0px solid #ccc;
    border-radius: 4px;
    text-indent: -9999px;

    -webkit-box-shadow: inset 0px 1px 2px rgba(232,70,70,0.8), 0px 1px 0px rgba(232,70,70,1);
    -moz-box-shadow: inset 0px 1px 2px rgba(232,70,70,0.8), 0px 1px 0px rgba(232,70,70,1);
    box-shadow: inset 0px 1px 2px rgba(232,70,70,0.8), 0px 1px 0px rgba(232,70,70,1);

    background: -webkit-linear-gradient(top, #FFCECF 80%, #FFA1A4 100%);
    background: -moz-linear-gradient(top, #FFCECF 80%, #FFA1A4 100%);
    background: -o-linear-gradient(top, #FFCECF 80%, #FFA1A4 100%);
    background: -ms-linear-gradient(top, #FFCECF 80%, #FFA1A4 100%);
    background: linear-gradient(top, #FFCECF 80%, #FFA1A4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCECF', endColorstr='#FFA1A4',GradientType=0 );
    z-index: 2;
}

.checkboxStyle label:after,
.checkboxStyle label.error:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    background: transparent;
    top: 5px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 3;
    }

.checkboxStyle label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
    }

.checkboxStyle input[type=checkbox]:checked + label:after,
.checkboxStyle input[type=checkbox]:checked + label.error + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 4;
    }


.radioStyle input[type=radio] {
    visibility: hidden;
    }
.radioStyle {   
    margin: 0 8px 0px 0;
}
.radioStyle label {
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 2px;
    border: 0px solid #ccc;
    border-radius: 50%;

    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,.4);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,.4);
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,.4);

    background: -webkit-linear-gradient(top, #fff 80%, #f5f5f5 100%);
    background: -moz-linear-gradient(top, #fff 80%, #f5f5f5 100%);
    background: -o-linear-gradient(top, #fff 80%, #f5f5f5 100%);
    background: -ms-linear-gradient(top, #fff 80%, #f5f5f5 100%);
    background: linear-gradient(top, #fff 80%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f5f5f5',GradientType=0 );
    z-index: 1;
}
.radioStyle label.error {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border: 0px solid #ccc;
    border-radius: 50%;
    text-indent: -9999px;

    -webkit-box-shadow: inset 0px 1px 2px rgba(232,70,70,0.8), 0px 1px 0px rgba(232,70,70,1);
    -moz-box-shadow: inset 0px 1px 2px rgba(232,70,70,0.8), 0px 1px 0px rgba(232,70,70,1);
    box-shadow: inset 0px 1px 2px rgba(232,70,70,0.8), 0px 1px 0px rgba(232,70,70,1);

    background: -webkit-linear-gradient(top, #FFCECF 80%, #FFA1A4 100%);
    background: -moz-linear-gradient(top, #FFCECF 80%, #FFA1A4 100%);
    background: -o-linear-gradient(top, #FFCECF 80%, #FFA1A4 100%);
    background: -ms-linear-gradient(top, #FFCECF 80%, #FFA1A4 100%);
    background: linear-gradient(top, #FFCECF 80%, #FFA1A4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCECF', endColorstr='#FFA1A4',GradientType=0 );
    z-index: 2;
}

.radioStyle label:after,
.radioStyle label.error:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: transparent;
    top: 4px;
    left: 4px;
    background: #333;
    border-radius: 50%;
    z-index: 3;
    }

.radioStyle label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
    }

.radioStyle input[type=radio]:checked + label:after,
.radioStyle input[type=radio]:checked + label.error + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 4;
    }

.swal-radio-buttons {
    margin-bottom: 10px;
}
.swal-radio-buttons h3 {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
}
.swal-radio-buttons label {
    font-weight: normal;
}
/* end checkbox */

.ajax-auth input[type="text"],
.ajax-auth input[type="password"],
.ajax-auth input[type="email"],
.ajax-auth input[type="tel"],
.ajax-auth input[type="date"],
.ajax-auth input[type="number"],
.ajax-auth select {
    line-height: 40px !important;
    height: 40px !important;
}

.ajax-auth .swal-input-icons input#username,
.ajax-auth .swal-input-icons input#password,
.ajax-auth .swal-input-icons input#signonname,
.ajax-auth .swal-input-icons input#email,
.ajax-auth .swal-input-icons input#signonpassword,
.ajax-auth .swal-input-icons input#password2,
.ajax-auth .swal-input-icons input#user_login,
.ajax-auth .swal-input-icons input#pass1,
.ajax-auth .swal-input-icons input#pass2,
.ajax-auth .swal-input-icons input[type="text"],
.ajax-auth .swal-input-icons input[type="password"],
.ajax-auth .swal-input-icons input[type="email"],
.ajax-auth .swal-input-icons input[type="tel"],
.ajax-auth .swal-input-icons input[type="date"],
.ajax-auth .swal-input-icons input[type="number"],
.ajax-auth .swal-input-icons select {
    padding-left: 40px !important;
}

.ajax-auth input#username:focus,
.ajax-auth input#password:focus,
.ajax-auth input#signonname:focus,
.ajax-auth input#email:focus,
.ajax-auth input#signonpassword:focus,
.ajax-auth input#password2:focus,
.ajax-auth input#user_login:focus,
.ajax-auth input#pass1:focus,
.ajax-auth input#pass2:focus {
    background-color: #FFF;
}
.ajax-auth label.swal-label {
    display: none;
}
.ajax-auth label.swal-label.swal-show-label {
    display: block;
}
.ajax-auth .form-row label span.optional {
    display: none !important;
}
.ajax-auth .swal-input-fields-wrapper label.error,
.ajax-auth .swal_2fa_wrapper label.error {
	display: none;
    text-indent: -9999px;
}
.ajax-auth .swal-input-fields-wrapper .swal-field-wrapper label.error {
    display: none !important;
}
.ajax-auth .swal-input-fields-wrapper .swal-radio-buttons label.error,
.ajax-auth .swal-input-fields-wrapper .checkboxStyle label.error {
    display: inline-block;
    text-indent: -9999px;
}
.swal-input-fields-wrapper div {
    position: relative;
}
.swal-field-wrapper,
.swal-radio-wrapper  {
    clear: both;
}
.swal-radio-wrapper label {
    float: left;
}
.swal-field-wrapper h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
.rememberme-content {
    margin: -5px 0 10px;
}
.ajax-auth input.error,
.ajax-auth select.error,
.ajax-auth textarea.error  {
	border: 1px solid #FF0000 !important;
}
.ajax-auth input::-webkit-input-placeholder,
.ajax-auth input::-moz-placeholder,
.ajax-auth input::-ms-input-placeholder,
.ajax-auth input::placeholder {
    opacity: 1;
    font-family: inherit;
    color: #aaa !important;
    line-height: 40px !important;
}
.ajax-auth input::placeholder {
    color: #aaa !important;
    opacity: 1;
}
.ajax-auth h4 {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #B4B2B2;
    font-size: 14px;
}
.ajax-auth h4:after {
    display: inline-block;
    margin: 0 0 5px 20px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #B4B2B2;
    width: 100px;
}
.ajax-auth h4:before {
    display: inline-block;
    margin: 0 20px 5px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #B4B2B2;
    width: 100px;
}
.swal-field-description  {
    margin-bottom: 15px;
}
.swal-field-description .form-row,
.ajax-auth p.form-row {
    margin-bottom: 0;
}
.swal-field-description input,
.swal-field-description select {
    margin-bottom: 5px !important;
}
.swal-description {
    font-size: 13px;
}
.sw-ajax-login-text-contrast .swal-description {
    color: #fff;
}
.swal-description.swal-checkbox-padding {
    padding-left: 28px;
}
.swal_2fa_wrapper div {
    margin-bottom: 17px;
}
.submit_button {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    }
.ajax-auth input.submit_button,
.ajax-auth .submit_button,
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #FFF;
    background-color: #e25c4c;
    border-radius: 3px;
    padding: 0px 30px 0px 30px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
}
.ajax-auth input.submit_button,
.ajax-auth .submit_button {
    border: 1px solid #b34336;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    background: -moz-linear-gradient(top, #ea6656, #df5949);
    background: linear-gradient(to bottom, #ea6656, #df5949);
    border-top: 1px solid #bb483a;
    border-bottom: 1px solid #a63b2e;
    box-shadow: 0 1px 0 #E87A6E inset;
}
.ajax-auth input.submit_button.disabled,
.ajax-auth .submit_button.disabled {
    cursor:not-allowed;
    background: -moz-linear-gradient(top, #aaa, #a2a2a2);
    background: linear-gradient(to top, #aaa, #a2a2a2);
    border: 1px solid #959595;
    box-shadow: 0 1px 0 #b0b0b0 inset;
}
#logout-button {
    max-width: 320px;
    margin: 0 auto;
}
.ajax-auth a {
    text-decoration: none;
}

.ajax-auth a.close{
    color: #DCDCDC;
    position: absolute;
    right: 15px;
    top: 15px;
}
.wrapper-close-popup,
.close-popup {
    display: none;
    }
#popup-wrapper-ajax-auth .wrapper-close-popup,
#popup-wrapper-ajax-auth .close-popup {
    display: block;
    }
.wrapper-close-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
    }
.swal_form_tabs_wrapper .wrapper-close-popup,
.swal-close-button-outside .wrapper-close-popup {
    right: 0;
    top: -40px;
    }

.ajax-auth a.text-link {
    display: block;
    color: #B2B0B0;
    float: none;
    margin: 10px 0 0 0;
    font-size: 14px;
}

.ajax-auth div.status ul li,
.login-info {
    text-align: center;
    margin: -10px 0 20px 0;
    font-weight: 600;
    display: none;
    background: #ffcecf;
    padding: 10px;
    color: #665253;
    border-radius: 4px;
    border: 1px solid #eda8ab;
}
.ajax-auth div.status ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.status.error ul li,
div.swal-status.error {
    text-align: center;
    margin: -10px 0 20px 0;
    font-weight: 600;
    background: #ffcecf;
    padding: 10px;
    color: #665253;
    border-radius: 4px;
    border: 1px solid #eda8ab;
}
div.swal-status.info {
    display: block;
    text-align: center;
    margin: -10px 0 20px 0;
    font-weight: 600;
    background: #DCE3FF;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #A3B3EE;
}
.login-info.success {
    display: block;
}
.ajax-auth div.status.success,
.ajax-auth div.swal-status.success,
.login-info.success {
    background: #d5ffcf;
    border: 1px solid #a6f099;
    color: #475c44;
}
div.swal-status.info,
div.swal-status.error,
div.swal-status.success {
    text-align: center;
    margin: -10px 0 20px 0;
    font-weight: 600;
    padding: 10px;
    border-radius: 4px;
}
.ajax-auth div.status.show-status,
.ajax-auth div.status.show-status ul li {
    display: block;
}
.swal_confirm_msg {
    position: relative;
    text-align: left;
    margin: 0 0 20px 0;
    display: none;
    background: #d5ffcf;
    border: 1px solid #a6f099;
    color: #475c44;
    padding: 10px 10px 10px 40px;
    border-radius: 4px;
}
.swal_confirm_msg::after {
    position: absolute;
    font-size: 24px;
    left: 10px;
    font-family: FontAwesome;
    content: "\f00c";
    display: inline-block;
    padding-right: 5px;
    color: #4eb612;
    top: 0;
}

a.login_button{
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 7px 5px 7px;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    color: #333;
    text-decoration: none;
    font-size: 11px;
}
.swal-icon-block {
    width: 100%;
}

.login_overlay {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    position: fixed;
    visibility: hidden;
    overflow-y: scroll;
    z-index: 1000000;
    perspective: 2000px;
    transition: all 0.3s;
}
.login_overlay.swal-overlay-open {
    opacity: 1;
    visibility: visible;
}

i.icon-close,
.ajax-forms-rev .wrapper-logout i.icon-close {
    cursor: pointer;
    text-indent: -9999px;
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 50 50" height="24" width="24" xmlns="http://www.w3.org/2000/svg" fill="%23B0B0B0"><path d="M 9.15625 6.3125 L 6.3125 9.15625 L 22.15625 25 L 6.21875 40.96875 L 9.03125 43.78125 L 25 27.84375 L 40.9375 43.78125 L 43.78125 40.9375 L 27.84375 25 L 43.6875 9.15625 L 40.84375 6.3125 L 25 22.15625 L 9.15625 6.3125 z"/></svg>');
    }
.ajax-forms-rev i.icon-close,
.icon-close-contrast i.icon-close,
.swal_form_tabs_wrapper i.icon-close,
.swal-close-button-outside i.icon-close,
.ajax-forms-rev .wrapper-logout.sw-ajax-logout-overlay i.icon-close  {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 50 50" height="24" width="24" xmlns="http://www.w3.org/2000/svg" fill="%23ffffff"><path d="M 9.15625 6.3125 L 6.3125 9.15625 L 22.15625 25 L 6.21875 40.96875 L 9.03125 43.78125 L 25 27.84375 L 40.9375 43.78125 L 43.78125 40.9375 L 27.84375 25 L 43.6875 9.15625 L 40.84375 6.3125 L 25 22.15625 L 9.15625 6.3125 z"/></svg>');
    }
.swal-thumbnail {
    display: inline-block;
    vertical-align: middle;
    }
.swal-thumbnail img {
    display: inline-block;
    }
.swal-label-required {
    display: inline-block;
      position: relative;
      right: 9999px;
      margin-left: 10px;
}
.swal-label-required::after {
    position: absolute;
    font-size: 14px;
    right: -9999px;
    font-family: FontAwesome;
    content: "\f05d";
    display: inline-block;
    color: #f85c49;
    top: 0;
    font-weight: 100;
}
.swal-input-fields-back {
    clear: both;
    margin-top: 20px;
}
.swal-input-fields-back {
    clear: both;
    margin-top: 20px;
}

/* 

====== Animations effect ======

*/
.swal-popup-animation {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.swal-popup-animation.swal-ready {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transform: translate3d( 0, 0, 0 );
}
.login_overlay.swal-closing {
    transition: all 0.4s;
}
.swal-popup-animation.swal-closing {
    transition: all 0.3s ease-in-out;
}

/* 

====== Zoom In effect ======

*/
.swal-zoom-in {
    transform: scale(0.8);
}

/* 

====== Zoom Out effect ======

*/
.swal-zoom-out {
    transform: scale(1.6);
}

/* 

====== Slide down ======

*/
.swal-slide-down {
    vertical-align: top;
    transform: translate3d( 0, -20%, 0 );
}

/* 

====== Slide left ======

*/
.swal-slide-left {
    vertical-align: top;
    transform: translate3d( 10%, 0, 0 );
}

/* 

====== Slide right ======

*/
.swal-slide-right {
    vertical-align: top;
    transform: translate3d( -10%, 0, 0 );
}

/* 

====== Slide up ======

*/
.swal-slide-up {
    vertical-align: top;
    transform: translate3d( 0, 20%, 0 );
}

/* 

====== 3d horizontal unfold ======

*/
.swal-3d-horizontal-unfold {
    transition: all 0.4s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-80deg);
}

.swal-3d-horizontal-unfold.swal-ready {
  transform: rotateY(0deg);
}
.swal-3d-horizontal-unfold.swal-closing {
    transform: rotateY(80deg);
}

/* 

====== 3d vertical unfold ======

*/
.swal-3d-vertical-unfold {
    transition: all 0.4s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateX(-80deg);
}

.swal-3d-vertical-unfold.swal-ready {
  transform: rotateX(0deg);
}
.swal-3d-vertical-unfold.swal-closing {
  transform: rotateX(80deg);
}


/*------------------------------------*\
  NEW LAYOUT TABS
\*------------------------------------*/
.wrapper-ajax-forms.swal_form_tabs_wrapper .inner-form-wrapper {
    padding-top: 80px;
}
.swal_form_tabs {
    position: absolute;
    width: 100%;
    top: 5px;
    z-index: 3;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.swal_form_tabs.swal_form_tabs_blocks {
    top: 0;
}
.swal_form_tabs ul {
    list-style-type: none;
    margin: 0 30px;
    padding: 0;
}
.swal_form_tabs.swal_form_tabs_blocks ul {
    margin: 0;
}
.swal_form_tabs ul li {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    margin: 0 !important;
}
.swal_form_tabs ul li a {
    margin: 0 10px;
    display: block;
    padding: 20px;
    border-bottom: 5px solid transparent;
}
.swal_form_tabs.swal_form_tabs_blocks ul li a {
    margin: 0;
    padding: 20px;
    border-bottom: 0;
    background-color: #222;
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
}
.swal_form_tabs ul li a.active {
    color: #444 !important;
    border-color: #444;
}
.swal_form_tabs.swal_form_tabs_blocks ul li a.active {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
.swal_form_tabs.swal_tabs_contrast ul li a.active {
    color: #fff !important;
    border-color: #fff;
}
.swal_form_tabs .fa.fa-sign-in:before {
    content: "\f090";
}
.swal_form_tabs .fa {
    font-size: 20px;
    margin-right: 5px;
    font-weight: 300;
}

/*------------------------------------*\
  PASSWORD STRENGTH METER
\*------------------------------------*/

#password-strength.short,
#password-strength.bad,
#password-strength.good,
#password-strength.strong   {
    display: block;
    margin: -10px 0 20px 0;
    padding: 10px;
    border-radius: 4px;
}
#password-strength.short,
#password-strength.bad  {
    color: #665253;
    background: #ffcecf;
    border: 1px solid #eda8ab;
}
#password-strength.good  {
    color: #665253;
    background: #fff4c7;
    border: 1px solid #ffe066;
}
#password-strength.strong  {
    color: #475c44;
    background: #d5ffcf;
    border: 1px solid #a6f099;
}

/*------------------------------------*\
  SOCIALS LOGIN BUTTONS
\*------------------------------------*/

.theme1 .swal-long-login-text,
.theme2 .swal-long-login-text,
.theme3 .swal-long-login-text {
  display: none;
}
.theme4 .swal-icon-block,
.theme5 .swal-icon-block {
    margin-bottom: 10px;
}
.social-networks {
  margin-right: 10px;
  float: left;
  width: 100%;
}
.theme1 .social-networks,
.theme2 .social-networks,
.theme3 .social-networks {
  width: 40px;
}
.swal-login-networks {
  margin-bottom: 0;
}
.swal-icon-block.icon-facebook,
.swal-icon-block.icon-twitter,
.swal-icon-block.icon-google,
.swal-icon-block.icon-linkedin,
.swal-icon-block.icon-apple,
.swal-icon-block.icon-amazon,
.swal-icon-block.icon-instagram {
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    height: 40px !important;
    padding: 8px 0;
    vertical-align: middle;
    display: inline-block;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.theme1 .swal-icon-block.icon-facebook,
.theme1 .swal-icon-block.icon-twitter,
.theme1 .swal-icon-block.icon-google,
.theme1 .swal-icon-block.icon-linkedin,
.theme1 .swal-icon-block.icon-apple,
.theme1 .swal-icon-block.icon-amazon,
.theme1 .swal-icon-block.icon-instagram,
.theme5 .swal-icon-block.icon-facebook,
.theme5 .swal-icon-block.icon-twitter,
.theme5 .swal-icon-block.icon-google,
.theme5 .swal-icon-block.icon-linkedin,
.theme5 .swal-icon-block.icon-apple,
.theme5 .swal-icon-block.icon-amazon,
.theme5 .swal-icon-block.icon-instagram  {
    border-radius: 30px;
}
.theme2 .swal-icon-block.icon-facebook,
.theme2 .swal-icon-block.icon-twitter,
.theme2 .swal-icon-block.icon-google,
.theme2 .swal-icon-block.icon-linkedin,
.theme2 .swal-icon-block.icon-apple,
.theme2 .swal-icon-block.icon-amazon,
.theme2 .swal-icon-block.icon-instagram  {
    border-radius: 0;
}
.theme4 .swal-icon-block.icon-facebook,
.theme4 .swal-icon-block.icon-twitter,
.theme4 .swal-icon-block.icon-google,
.theme4 .swal-icon-block.icon-linkedin,
.theme4 .swal-icon-block.icon-apple,
.theme4 .swal-icon-block.icon-amazon,
.theme4 .swal-icon-block.icon-instagram,
.theme5 .swal-icon-block.icon-facebook,
.theme5 .swal-icon-block.icon-twitter,
.theme5 .swal-icon-block.icon-google,
.theme5 .swal-icon-block.icon-linkedin,
.theme5 .swal-icon-block.icon-apple,
.theme5 .swal-icon-block.icon-amazon,
.theme5 .swal-icon-block.icon-instagram {
    padding: 7px 15px;
    height: auto;
}
.theme4 .swal-icon-block.icon-facebook,
.theme4 .swal-icon-block.icon-twitter,
.theme4 .swal-icon-block.icon-google,
.theme4 .swal-icon-block.icon-linkedin,
.theme4 .swal-icon-block.icon-apple,
.theme4 .swal-icon-block.icon-amazon,
.theme4 .swal-icon-block.icon-instagram {
    border-radius: 3px;
}
.theme4 .social-networks,
.theme5 .social-networks {
  margin-right: 0;
  float: none;
}
.swal-icon-block.icon-facebook {
    background: #48629b;
}
.swal-icon-block.icon-twitter {
    background-color: #000000;
}
.fa-twitter-x {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg width="1200" height="1227" viewBox="0 0 1200 1227" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="white"/></svg>');
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: 0 3px;
    width: 18px;
    height: 24px;
    line-height: 24px;
    margin-top: -2px;
    margin-right: 15px;
    vertical-align: middle !important;
}
.theme1 .fa-twitter-x,
.theme2 .fa-twitter-x,
.theme3 .fa-twitter-x {
    margin-right: 0;
}
.swal-icon-block.icon-google {
    background: #fff;
    color: rgba(0,0,0,0.54);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.signin-google {
    background-color: #fff;
    background-image: url('../img/google_light_normal@2x.png');
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: 0 3px;
    width: 18px;
    height: 24px;
    line-height: 24px;
    margin-top: -2px;
    vertical-align: middle !important;
}
.swal-icon-block.icon-linkedin {
    background: #0077b5;
}
.swal-icon-block.icon-apple {
    background: #000000;
}
.swal-icon-block.icon-amazon {
    color: #000;
    background: #f8cf5f;
}
.swal-icon-block.icon-instagram {
    background: #3f729b;
}
.ajax-auth .fa.fa-facebook,
.ajax-auth .fa.fa-twitter,
.ajax-auth .signin-google,
.ajax-auth .fa.fa-linkedin,
.ajax-auth .fa.fa-apple,
.ajax-auth .fa.fa-amazon,
.ajax-auth .fa.fa-instagram {
    font-size: 19px;
    padding-top: 2px;
    vertical-align: top;
    display: inline-block;
}
.theme4 .fa.fa-facebook,
.theme4 .fa.fa-twitter,
.theme4 .signin-google,
.theme4 .fa.fa-linkedin,
.theme4 .fa.fa-apple,
.theme4 .fa.fa-amazon,
.theme4 .fa.fa-instagram,
.theme5 .fa.fa-facebook,
.theme5 .fa.fa-twitter,
.theme5 .signin-google,
.theme5 .fa.fa-linkedin,
.theme5 .fa.fa-apple,
.theme5 .fa.fa-amazon,
.theme5 .fa.fa-instagram {
    margin-right: 15px !important;
}
.swal-icon-block {
    width: 100%;
}
.fb-login-button,
.twitter-login-button,
.google-login-button,
.linkedin-login-button,
.apple-login-button,
.amazon-login-button,
.instagram-login-button {
    text-align: center;
}
.apple-login-button {  
  border-radius: 30px; 
}
.apple-login-button > div > div > svg {  
  height: 50px;  
  width: 100%;
}

/* 480px width */
@media only screen and (max-width:480px) {
    #popup-wrapper-ajax-auth {
        left: 0;
        margin-left: 0;
    }
    .inner-text-ajax-forms {
        width: 100%;
        float: right;
        height: auto;
        min-height: 120px;
        position: relative;
        padding: 20px 15px;
        color: #fff;
        }
    .inner-form-ajax-forms {
        width: 100%;
        float: left;
        }
    .ajax-auth h4:after {
        width: 80px;
        }
    .ajax-auth h4:before {
        width: 80px;
        }
}

/** Toast **/

.swal-toast {
  position: fixed;
  left: 50%;
  top: 200px;
  width: 200px;
  margin-left: -100px;
  text-align: center;
  font-size: 1em;
  line-height: 1.5em;
  color: #fff;
  background: rgba(0,0,0,0.7);
  border-radius: 10px;
  padding: 20px;
  z-index: 1000001;
  }
.swal-toast i {
  float: none;
  display: block;
  font-size: 5em;
  margin-bottom: 15px;
  }


/*------------------------------------*\
  LOADERS
\*------------------------------------*/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swal-loading-css-big {
    clear: both;
    margin: 20px auto;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: 4px solid rgba(0, 135, 247, 0.2);
    border-top-color: #0087F7;
    border-right-color: #0087F7;
    border-left-color: #0087F7;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
      -webkit-animation: spin 1s infinite linear;
              animation: spin 1s infinite linear;
    }
.swal-loading-css-big-relative {
    clear: both;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    border-right-color: #fff;
    border-left-color: #fff;
    position: relative;
    margin: 15px auto 30px;
      -webkit-animation: spin 1s infinite linear;
              animation: spin 1s infinite linear;
    }

/*------------------------------------*\
  USER
\*------------------------------------*/

.swal-thumbnail {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.swal-user-thumbail-square img {
    border-radius: 1px !important;
}
.swal-user-thumbail-rounded img {
    border-radius: 30px;
}

/*------------------------------------*\
  MC4WP
\*------------------------------------*/

.mc4wp-checkbox-wp-registration-form input {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

