/*| Copyright by https://wpdone.ir |*/

.amzshyar-login-container {
    
    min-height: 100vh;
user-select: none;}


.amzshyar-login-wrapper {
    width: 100%;
    max-width: 450px;
padding: 15px 5px;}
.amzshyar-login-form-container {background: #ffffff;border-radius: 7px;padding: 25px 25px 25px;box-shadow: 0 4px 20px rgba(0 ,0, 0, 0.05);position: relative;margin-top: 20px;opacity: 0;
animation: loginFormContainer 0.3s ease-in-out 0s forwards;
}
.dark .amzshyar-login-form-container {background: #1c1c1c;border-top-color:#d1d1d1;}
@keyframes loginFormContainer {
    to {margin-top:0px;opacity: 1;}
}
.amzshyar-login-logo {margin-bottom: 20px;}
.amzshyar-login-logo img {display: block;max-width: 110px;max-height: 50px;}
.amzshyar-login-logo a:hover {opacity: 0.9;}
.amzshyar-login-title {text-align: center;font-size: 17px;word-spacing: -3px;font-weight: bold;}
.amzshyar-login-desc {text-align: center;font-size: 14px;font-weight: 400;opacity: 0.9;padding-top: 5px;word-spacing: -1px;}
.amzshyar-login-form {padding-top: 22px;}

.amzshyar-login-form-container.loading {}
#amzshyar-login-form-container {position: relative;}
.amzshyar-login-form-container.loading::before, #amzshyar-popbox-login-wrapper.loading::before {display: block!important;
    content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgb(255 255 255 / 78%);
z-index: 2;animation: loginLoadingFade .2s linear 0s forwards;}
.dark .amzshyar-login-form-container.loading::before, .dark #amzshyar-popbox-login-wrapper.loading::before {background: rgb(0 0 0 / 78%);}
.amzshyar-login-form-container.loading::after, #amzshyar-popbox-login-wrapper.loading::after {content: '';position: absolute;top: 50%;left: 50%;width: 20px;height: 20px;border: solid 1px rgb(135 135 135 / 18%);transform: translate(-50%, -50%);border-radius: 50%;border-top-color: var(--color);z-index: 2;
animation: loginLoading .8s linear 0s infinite backwards;}
@keyframes loginLoading {
    0% {transform: translate(-50%, -50%) rotate(0deg);}
    100% {transform: translate(-50%, -50%) rotate(-360deg);}
}
@keyframes loginLoadingFade {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.amzshyar-input-field {position: relative;}
.amzshyar-input-field label {position: absolute;top: 11px;right: 14px;font-size: 14px;word-spacing: -2px;font-weight: 400;pointer-events: none;opacity: 0.7;background: #ffffff;padding: 0 4px;color: #8b8b8b;transition: all 0.2s ease;z-index: 1;height: 10px;}
.woocommerce-MyAccount-content .amzshyar-input-field label {top:8px;height: 15px;}
.amzshyar-input-field .input-field {display: block;width: 100%;min-width: 100%;max-width: 100%;border: solid 1px #e1e1e1;background: #ffffff;border-radius: 3px;height: 46px;box-shadow: none !important;outline: none !important;font-size: 14px;color: #4c5c84;font-weight: 400;padding: 0 15px;transition: all 0.2s ease;color:#4c5c84;}

.dark .amzshyar-input-field .input-field, .dark .amzshyar-input-field label {background: #1c1c1c !important;color:#ffffff !important;border-color:#5e5e5e !important;}
.dark .woocommerce-MyAccount-content .amzshyar-input-field .input-field, .dark  .woocommerce-MyAccount-content .amzshyar-input-field label {
    background: #161616 !important;
}
.amzshyar-input-field.focus label {
    
top: -9px;right: 11px;font-size: 13px;opacity: 1;}
.amzshyar-input-field.focus-on label {color: var(--color);}
.woocommerce-MyAccount-content .amzshyar-input-field.focus label {    top: -13px;}
.dark .amzshyar-input-field.focus-on label {color: #d7d7d7;}
.amzshyar-input-field.focus-on .input-field {border-color: var(--color) !important;}
.dark .amzshyar-input-field.focus-on .input-field {border-color: #6e6d6d !important;}
.amzshyar-input-field .input-field.input-ltr {direction: ltr; text-align: left;}

.login-input-phone-number {padding-left: 54px !important;}
.login-code-phone-number {font-size: 14px;position: absolute;top: 11px;left: 6px;height: 24px;display: flex;justify-content: center;align-items: center;padding: 0 8px 0 6px;direction: ltr;border-right: solid 1px #e9e9e9;color: #999797;pointer-events: none;transition: all 0.2s ease;}
.amzshyar-input-field.focus-on .login-code-phone-number {color: var(--color);}
.dark .amzshyar-input-field.focus-on .login-code-phone-number {color: #d7d7d7;}

.amzshyar-login-form .button, .amzshyar-login-form .button-submit,
.amzshyar-my-account-form .button, .amzshyar-my-account-form .button-submit {display: block;width: 100% !important;border: none;background: var(--color);color: #ffffff;margin: 15px 0 15px !important;height: 42px !important;border-radius: 3px !important;cursor: pointer;transition: all 0.2s ease;font-size: 15px !important;box-shadow: 0 8px 17px rgb(0 0 0 / 7%);outline: none !important;text-align: center; text-decoration: none; display: flex; justify-content: center; align-items: center;}
.amzshyar-login-form .button, .amzshyar-my-account-form .button {    background: #f3f3f3;
    color: #747474;
    box-shadow: none !important;}
.dark .amzshyar-login-form .button, .dark .amzshyar-my-account-form .button {background: #343434; color: #b7b7b7;}
.amzshyar-login-form .button-submit:hover, .amzshyar-my-account-form .button-submit:hover {box-shadow: 0 8px 17px rgb(0 0 0 / 10%) !important;}
.amzshyar-login-form .button:hover, .amzshyar-my-account-form .button:hover {background: #ededed;}
.dark .amzshyar-login-form .button:hover, .dark .amzshyar-my-account-form .button {background: #3c3c3c;}
.amzshyar-login-form .button-submit:active, .amzshyar-my-account-form .button-submit:active {opacity: 0.8;box-shadow: 0 8px 17px rgb(0 0 0 / 16%) !important;}
.amzshyar-login-form .button:active, .amzshyar-my-account-form .button:active {background: #e7e7e7;}
.dark .amzshyar-login-form .button:active, .dark .amzshyar-my-account-form .button:active {background: #343434;}
.login-after-submit-note {font-size: 13px;text-align: center;word-spacing: -0.5px;color: #898989;}
.login-after-submit-note a {color: var(--color);text-decoration: none;}
.login-after-submit-note a:hover {text-decoration: underline;opacity: 0.9;}
.amzshyar-login-form hr, .amzshyar-my-account-form hr {display: block;width: 100%;height: 1px;border: none;background: #f1f1f1;margin: 20px 0;}
.dark .amzshyar-login-form hr, .dark .amzshyar-my-account-form hr {background: #2a2a2a;}
.amzshyar-login-form .text-center {text-align: center !important;}
.amzshyar-login-form.disabled .amzshyar-input-field .input-field {
    pointer-events: none;
    border-color: #d7d7d7;
    color: #b3b3b3;
}
.amzshyar-login-form.disabled .amzshyar-input-field label {color: #b1b1b1;}
.amzshyar-login-form.disabled .button-submit {    background: #d7d7d7;}

.amzshyar-login-link {border: none;background: none;color: var(--color);cursor: pointer;font-size: 13px;word-spacing: -2px;position: relative;display: inline-block;margin: 10px 0;font-weight: 400;outline: none;box-shadow: none;text-decoration: none;padding:0 3px;}
.amzshyar-login-link::before{ content: '';position: absolute;top: 2px;left: -2px;right: -2px;bottom: 1px;background: var(--color);opacity: 0;border-radius: 6px;transition: all 0.2s ease;}
.amzshyar-login-link:hover {}
.amzshyar-login-link:hover::before {opacity: 0.13;}
.amzshyar-login-link:active::before {opacity: 0.2;}


.amzshyar-login-link.disabled, .amzshyar-login-form.disabled .amzshyar-login-link {pointer-events: none;color: #b7b7b7;}
.amzshyar-login-link.disabled::before, .amzshyar-login-form.disabled .amzshyar-login-link::before {opacity: .1;
    background: #a1a1a1;
}

.amzshyar-login-timer {color: #999999; padding-left: 4px; min-width: 20px; display: inline-block;font-weight: 500;}
.login-input-phone-number-code {cursor: pointer;}
.amzshyar-label-on-hr {
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 11px;
    background: #fff;
    width: fit-content;
    margin: auto;
    padding: 0 10px;
    color: #a5a5a5;
}
.dark .amzshyar-label-on-hr {background: #1c1c1c;}

.input-field:-webkit-autofill,
.input-field:-webkit-autofill:hover, 
.input-field:-webkit-autofill:focus, 
.input-field:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px white inset !important;
 box-shadow: 0 0 0 30px white inset !important;
 font-size: 14px;
 -webkit-text-fill-color: #333;
 color: #333;
}

.dark .input-field:-webkit-autofill,
.dark .input-field:-webkit-autofill:hover, 
.dark .input-field:-webkit-autofill:focus, 
.dark .input-field:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px #1c1c1c inset !important;
 box-shadow: 0 0 0 30px #1c1c1c inset !important;
 color: #ffffff;
 -webkit-text-fill-color: #ffffff;
}

.input-password-icon {display: none;
    background-image: url(../images/eye.svg);position: absolute;top: 16px;right: 12px;width: 15px;height: 15px;background-size: contain;cursor: pointer;background-repeat: no-repeat;-webkit-mask-image: url(../images/eye.svg);-webkit-mask-size: contain;background: var(--color);opacity: 0.2;transition: all 0.2s ease;}
    .input-password-icon:hover {opacity: 1;}
.input-field-password.focus .input-password-icon {display: block;}
.input-password-icon.off {background-image: url(../images/eye-off.svg);-webkit-mask-image: url(../images/eye-off.svg);background: var(--color);}
.dark .input-password-icon.off, .dark .input-password-icon {background: #dbdbdb;}
.input-field-password .input-field {padding-right: 40px;}

.amzshyar-login-form input[type=password]::-ms-reveal, .amzshyar-login-form input[type=password]::-ms-clear{ display: none; }

.amzshyar-account-register-avatar-container {position: relative;padding-bottom: 20px;}
.amzshyar-account-register-avatar {position: relative;}
.amzshyar-account-register-avatar-wrapper {width: 100px;height: 100px;position: relative;margin: auto;overflow: hidden;border-radius: 50%;box-shadow: 0 13px 20px rgb(0 0 0 / 6%);cursor: pointer;}
.amzshyar-account-register-avatar img {position: absolute;top: -3px;left: -3px;right: -3px;bottom: -3px;width: 106px;height: 106px;max-width: unset;max-height: unset;display: block;transition: all 0.2s ease;}
.amzshyar-account-register-avatar img:hover {opacity: 0.8;}
.amzshyar-account-register-avatar-remove-btn {display:none;padding-bottom: 21px;padding-top: 11px;position: absolute;top: 0;left: 0;z-index: 1;}
.amzshyar-account-register-avatar-remove-btn span {border: solid 1px #e9e9e9;color: #878787;font-size: 10px;line-height: 14px;text-align: center;border-radius: 3px;cursor: pointer;white-space: nowrap;word-spacing: -1px;padding: 5px 10px;transition: all 0.2s ease;font-weight: 500;opacity: .5;}
.amzshyar-account-register-avatar-remove-btn span:hover {background: #e9e9e9;opacity: 1;}

.amzshyar-acc-form-log-wrapper.first {min-height: 340px;}
.amzshyar-acc-form-log-wrapper.first.email-off{min-height: 238px;}

.amzshyar-acc-form-log-holder {position: absolute;top:0;right:0;left:0;bottom:0; height: 340px;animation: holderFades 0.8s ease 0s infinite alternate-reverse;pointer-events: none;}
.amzshyar-acc-form-log-holder span {position: absolute;left: 23px;right: 23px;height: 1px;background: #f3f3f3;border-radius: 6px;z-index: 2;}
.dark .amzshyar-acc-form-log-holder span{background: #383838;}
.amzshyar-acc-form-log-holder span:nth-child(1) {height: 12px;right: 148px;left: 148px;top: 33px;}
.amzshyar-acc-form-log-holder span:nth-child(2) {height: 10px;right: 70px;left: 70px;top: 64px;}
.amzshyar-acc-form-log-holder span:nth-child(3) {height: 48px;top: 101px;}
.amzshyar-acc-form-log-holder span:nth-child(4) {height: 43px;top: 188px;}
.amzshyar-acc-form-log-holder span:nth-child(5) {height: 3px;top: 286px;}
.amzshyar-acc-form-log-holder span:nth-child(6) {height: 42px;top: 308px;}

@keyframes holderFades {from {opacity: 1;}to {opacity: 0.5;}}

.amzshyar-account-message-error {
    color: #5c5c5c;
    border-right: solid 4px #e15656;
    padding: 0px 13px;margin: 20px 0;/* border-radius: 2px; */box-shadow: none;}
    .amzshyar-account-message-error.note {border-right-color: #ff9800;}
.amzshyar-account-message-error span {font-size: 14px;word-spacing: -1px;display: block;line-height: normal;}
.dark .amzshyar-account-message-error {
    color: #d5d5d5;
}
.amzshyar-account-message-error button, .amzshyar-account-message-error a {

text-decoration: none;float: left;border: solid 1px currentColor;background: rgb(255 255 255);font-size: 13px;word-spacing: -2px;box-shadow: none;outline: none;cursor: pointer;margin: 0;padding: 1px 14px;border-radius: 3px;height: 25px;color: #e15656;font-weight: 500;transition: all 0.2s ease;line-height: normal;user-select: none;}
.amzshyar-account-message-error.note button, .amzshyar-account-message-error.note a {color: #ff9800;}
.dark .amzshyar-account-message-error button, .dark .amzshyar-account-message-error a {
    background-color:#161616;
}
.amzshyar-account-message-error button:hover, .amzshyar-account-message-error a:hover {
    border-color: #e15656;
    background: #e15656;
    color: #ffffff;
}

.amzshyar-account-message-error.note button:hover, .amzshyar-account-message-error.note a:hover {
    border-color: #ff9800;
    background: #ff9800;
    color: #ffffff;
}

.amzshyar-my-account-form.loading .button-submit[type=submit] {
    pointer-events: none;
    color: transparent !important;
    font-size: 0px !important;
    transition: none !important;
    opacity: 0.8 !important;
}
.amzshyar-my-account-form.loading .button-submit[type=submit]::before {
    content: '';
display: inline-block;width: 20px;height: 20px;border: solid 2px #f5f5f5;border-top-color: var(--color);border-radius: 50%;
animation: loading 1s linear 0s infinite;}
.amzshyar-my-account-form{transition: all 0.2s ease;}
.amzshyar-my-account-form.loading {pointer-events: none;opacity: 0.5;}

a.amzshyar_account_edit_back {color: #787878;background: #ebebeb;width: 20px;height: 20px;float: right;margin-top: 5px;margin-left: 10px;user-select: none;cursor: pointer;border-radius: 4px;transition: all 0.2s ease;}
.dark a.amzshyar_account_edit_back {
    color: #999999;
    background: #303030;
}
a.amzshyar_account_edit_back svg {display: block;margin: auto;margin-top: 2px;width: 16px;height: 16px;}
a.amzshyar_account_edit_back svg path {transition: all 0.2s ease;}
a.amzshyar_account_edit_back:hover {color: #787878;background: #dbdbdb;}
.dark a.amzshyar_account_edit_back:hover {color: #b7b7b7; background: #464646;}
a.amzshyar_account_edit_back:active {opacity: 0.8;}

.amzshyar-account-edit-after-input-note {font-size: 12px;word-spacing: -1px;margin: 2px 0 18px;opacity: 0.8;pointer-events: none;user-select: none;}
.amzshyar-account-edit-after-input-note svg {width: 16px;height: 16px;float: right;margin-top: 6px;margin-left: 5px;opacity: 0.3;}