
:root {
    --wph-plms-primary-color: #47afd6;
    --wph-plms-secondary-color: #d0ebf4;
    --wph-plms-yellow-color: #ebd244;
    --wph-plms-main-black-color: #232323;
    --wph-plms-secondary-black-color: #313131;
    --wph-plms-gray-color: rgba(170, 170, 170, 0.65);
    --wph-plms-green-color: #8fea58;
    --wph-plms-dark-green-color: #4ac64c;
    --wph-plms-red-color: #ea1f2d;
    --wph-plms-alert-bg: #f8d7da;
    --wph-plms-alert-border: #f5c6cb;

}

@font-face {
    font-family: 'wph-plms-vazir';
    src: url('../../fonts/vazir-reg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'wph-plms-font';
    src: url('../../fonts/wph-plms-font.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.gg-sync {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    border-radius: 40px;
    border: 2px solid;
    margin: 1px;
    border-left-color: transparent;
    border-right-color: transparent;
    width: 18px;
    height: 18px;
}

.gg-sync::after,
.gg-sync::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transform: rotate(-45deg);
}

.gg-sync::before {
    border-left: 6px solid;
    bottom: -1px;
    right: -3px;
}

.gg-sync::after {
    border-right: 6px solid;
    top: -1px;
    left: -3px;
}

[class^="wph-plms-font-"]:before,
[class*="wph-plms-font-"]:before {
    font-family: "wph-plms-font", serif;
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.4em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.wph-plms-font-right:before {
    content: '\e800';
}

.wph-plms-font-settings:before {
    content: '\e801';
}

.wph-plms-font-key:before {
    content: '\e802';
}

.wph-plms-font-tools:before {
    content: '\e803';
}

.wph-plms-font-update:before {
    content: '\e804';
}

.wph-plms-font-language:before {
    content: '\f1ab';
}

.wph-plms-font-shortcode:before {
    content: '\f1c9';
}

.wph-plms-font-eye:before {
    content: '\e805';
}

.wph-plms-font-eye-off:before {
    content: '\e806';
}

.wph-plms-font-check:before {
    content: '\e807';
}

.pishrologin-menu-item {
    list-style: none;
}

.pishrologin-modal-menu,
.pishrologin-page-menu {
    cursor: pointer;
}

.pishrologin-modal {
    display: none;
    position: fixed;
    justify-content: center;
    inset: 0;
    z-index: 99999999;
}

.pishrologin-modal._showing {
    display: flex;
}

.pishrologin-modal ._overlay {
    position: absolute;
    inset: 0;
    background: #000000cf;
    z-index: 1;
}

.pishrologin-modal .wph-pishro-login-shortcode {
    z-index: 2;
}

.pishrologin-modal .wph-pishro-login-shortcode .wph-pishro-login-body-full-form {
    background: #ffffff;
}

.wph-pishro-login-shortcode .wph-pishro-login-body-full-form {
    max-width: 400px;
    width: 400px;
}

.wph-pishro-login-shortcode {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wph-pishro-login-shortcode .ltr {
    direction: ltr;
    text-align: left;
}

.wph-pishro-login-shortcode *:not(i) {
    /*font-family: wph-plms-vazir, serif;*/
}

.wph-pishro-login-shortcode ._logged-in {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 10px);
}

.wph-pishro-login-shortcode .wph-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wph-pishro-login-shortcode .wph-brand img {
    object-fit: contain;
    margin: auto;
}

.wph-pishro-login-shortcode .wph-brand a {
    text-align: center;
}

.wph-pishro-login-shortcode .wph-pishro-login-body-full-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border: 1px solid #e0e0e2;
    padding: calc(1% + 10px);
    border-radius: 8px;
    position: relative;
}

.wph-pishro-login-shortcode .wph-pishro-login-body-full-form._loading {
    position: relative;
}

/*back to btn*/
.wph-pishro-login-shortcode .pishrologin-back-to-button {
    position: absolute;
    top: 0;
    right: 3px;
    cursor: pointer;
}

.wph-pishro-login-shortcode .pishrologin-back-to-button i {
    font-size: 24px;
    color: gray;
}

/*back to btn end*/

.wph-pishro-login-shortcode .wph-pishro-login-body-full-form._loading::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #ffffffab;
    z-index: 2;
    background-image: url("../../images/loading-circle.svg");
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
}

.wph-pishro-login-shortcode .wph-pishro-login-body-full-form._loading > * {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.wph-pishro-login-shortcode .wph-pishro-login-body-full-form ._loading {
    position: relative;
}

.wph-pishro-login-shortcode .wph-pishro-login-body-full-form ._loading::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #ffffffab;
    z-index: 2;
    background-image: url("../../images/loading-circle.svg");
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
}

.wph-pishro-login-shortcode .wph-pishro-login-body-full-form ._loading > * {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.wph-pishro-login-shortcode .wph-pishro-login-body-full-form .wph-full-form-header {
    display: flex;
    justify-content: center;
    position: relative;
}

.wph-pishro-login-shortcode .wph-pishro-login-body-full-form .wph-full-form-header .wph-back-to {
    position: absolute;
    right: 0;
}

.wph-pishro-login-shortcode .wph-pishro-login-body-full-form .wph-full-form-header .wph-back-to i {
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 30px;
    color: #9e9e9e;
    cursor: pointer;
}

.wph-pishro-login-shortcode .wph-pishro-login-body-full-form .wph-full-form-header .wph-brand span {
    font-size: 32px;
    font-weight: bold;
    color: #00799f;
}

.wph-pishro-login-shortcode ._space-1 {
    margin-bottom: 10px;
}

.wph-pishro-login-shortcode ._input-ltr {
    text-align: left;
    direction:ltr;
}

.wph-pishro-login-shortcode ._space-2 {
    margin-bottom: 8px;
}

.wph-pishro-login-shortcode a {
    text-decoration: none !important;
}

.wph-pishro-login-shortcode ._title {
    font-size: 19px;
}

.wph-pishro-login-shortcode ._success-login ._alert {
    border: 1px solid;
    padding-inline: 20px;
    border-radius: 8px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    height: 60px;
    display: flex;
    align-items: center;
}

.wph-pishro-login-shortcode ._success-login ._alert i {
    font-size: 20px;
    margin-left: 5px;
}

.wph-pishro-login-shortcode ._success-login ._alert ._message {
    font-size: 15px;
    font-weight: bold;
}

.wph-pishro-login-shortcode ._description {
    color: #424750;
    font-size: 12px;
}

.wph-pishro-login-shortcode ._footer {
    color: #424750;
    font-size: 12px;
}

.wph-pishro-login-shortcode ._field {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
}

.wph-pishro-login-shortcode ._field ._togglecheckbox {
    display: flex;
}

.wph-pishro-login-shortcode ._field ._togglecheckbox input[type="checkbox"] {
    display: none;
}

.wph-pishro-login-shortcode ._field ._togglecheckbox input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    width: 3em;
    height: 1.6em;
    border-radius: 1em;
    background: #ddd;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
    margin-left: 5px;
}

.wph-pishro-login-shortcode ._field ._togglecheckbox input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    border-radius: 1em;
    background: #fff;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0.2em;
    top: 0.2em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.wph-pishro-login-shortcode ._field ._togglecheckbox input[type="checkbox"]:checked + label {
    background: #22b14e;
}

.wph-pishro-login-shortcode ._field ._togglecheckbox input[type="checkbox"]:checked + label:before {
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.2);
    left: 1.6em;
}

.wph-pishro-login-shortcode ._field._pishro-captcha {
    flex-direction: row-reverse;
}

.wph-pishro-login-shortcode ._field._pishro-captcha ._pishro-captcha-reset {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00799f;
    color: #ffffff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    cursor: pointer;
}

.wph-pishro-login-shortcode ._field._pishro-captcha ._pishro-captcha-image {
    width: 40%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wph-pishro-login-shortcode ._field._pishro-captcha ._pishro-captcha-image img {
    width: 80%;
    height: 100%;
}

.wph-pishro-login-shortcode ._field._pishro-captcha ._pishro-captcha-input {
    width: 40%;
}

.wph-pishro-login-shortcode ._field._pishro-captcha ._pishro-captcha-input input {
    text-align: center;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    font-weight: bold;
    height: 50px;
}

.wph-pishro-login-shortcode ._field input {
    background: #ffffff;
    border: 1px solid #e0e0e2;
    box-shadow: none;
    outline: none;
}

.wph-pishro-login-shortcode ._field input:focus {
    outline: none;
    background: #ffffff;
}

.wph-pishro-login-shortcode ._field input:is([type="text"],[type="number"],[type="password"]) {
    /*line-height: 2;*/
    padding: 8px;
    border-radius: 8px;
    width: 100%;
}

.wph-pishro-login-shortcode ._field input._error {
    border-color: #b2001a;
}

.wph-pishro-login-shortcode ._field input[type=number]::-webkit-outer-spin-button,
.wph-pishro-login-shortcode ._field input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wph-pishro-login-shortcode ._field input[type=number] {
    -moz-appearance: textfield;
}

.wph-pishro-login-shortcode ._field ._show-password {
    position: absolute;
    left: 5px;
    font-size: 25px;
    top: 5px;
    color: #424750;
    cursor: pointer;
}

.wph-pishro-login-shortcode ._field input[name*='password'] {
    padding-left: 50px;
}

.wph-pishro-login-shortcode ._field ._clickable {
    color: #00799f;
    cursor: pointer;
}

.wph-pishro-login-shortcode ._field ._clickable:hover {
    color: grey;
}

.wph-pishro-login-shortcode ._plogin_choices_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wph-pishro-login-shortcode ._plogin_choices_wrapper span {
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.wph-pishro-login-shortcode ._field ._otp {
    display: flex;
    flex-direction: row-reverse;
}

.wph-pishro-login-shortcode ._field ._otp [pishrologin-otp] {
    flex-grow: 1;
    text-align: center;
    font-size: 30px;
    direction: ltr;
}

.wph-pishro-login-shortcode ._field ._otp [pishrologin-otp]:not(:nth-last-child(4)) {
    margin-left: 10px;
}

.wph-pishro-login-shortcode ._message {
    font-size: 12px;
}

.wph-pishro-login-shortcode ._message._error {
    color: #b2001a;
}

.wph-pishro-login-shortcode ._counter {
    display: flex;
    justify-content: center;
    font-size: 13px;
}

.wph-pishro-login-shortcode ._counter ._resend {
    cursor: pointer;
    color: #00799f;
    font-weight: bold;
}

.wph-pishro-login-shortcode ._counter ._timer-counter {
    margin-left: 5px;
    font-weight: bold;
    color: #00799f;
    direction: ltr;
}

.wph-pishro-login-shortcode ._button {
    display: flex;
    justify-content: center;
    width: 100%;
}

.wph-pishro-login-shortcode ._button button {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: #00799f;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}


[class^="font-pishro-login-"]:before,
[class*=" font-pishro-login-"]:before {
    font-family: "wph-plms-font", serif;
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.4em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.font-pishro-login-right:before {
    content: '\e800';
}

/* '' */
.font-pishro-login-settings:before {
    content: '\e801';
}

/* '' */
.font-pishro-login-key:before {
    content: '\e802';
}

/* '' */
.font-pishro-login-tools:before {
    content: '\e803';
}

/* '' */
.font-pishro-login-update:before {
    content: '\e804';
}

/* '' */
.font-pishro-login-eye:before {
    content: '\e805';
}

/* '' */
.font-pishro-login-eye-off:before {
    content: '\e806';
}

/* '' */
.font-pishro-login-check:before {
    content: '\e807';
}

/* '' */
.font-pishro-login-help-circled:before {
    content: '\e808';
}

/* '' */
.font-pishro-login-youtube-play:before {
    content: '\f16a';
}

/* '' */
.font-pishro-login-language:before {
    content: '\f1ab';
}

/* '' */
.font-pishro-login-shortcode:before {
    content: '\f1c9';
}

/* '' */
.font-pishro-login-eyedropper:before {
    content: '\f1fb';
}

/* '' */
._progressbar {
    height: 15px;
    margin-right: 20%;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    position: relative;
    width: 70%;
    display: inline-block;
}

._progressbar ._fill {
    width: 0;
    height: inherit;
    background: darkgreen;
    border-radius: 8px;
}

._progresscount {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    top: -5px;
    font-weight: bold;
}

._progressfinished {
    margin-right: 20%;
    color: green;
    font-weight: bold;
}

.wphelper-plugin-body ._row .wphelper-form ._form-group._sms_test {
    background: #32373c;
    margin-inline: -15px;
    padding-inline: 15px;
    padding-block: 15px;
    margin-bottom: -15px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.wphelper-plugin-body ._row .wphelper-form ._form-group._sms_test ._label {
    color: #f0f0f1;
}

.wphelper-plugin-body ._row .wphelper-form ._form-group ._send_test_sms [name='test-sms'] {
    width: 350px !important;
    text-align: center;
}

.wphelper-plugin-body ._row .wphelper-form ._form-group ._send_test_sms button {
    width: 150px !important;
}

.wphelper-plugin-body ._row .wphelper-form ._form-group ._send_test_sms button:not(:hover) {
    background: #22b14e !important;
    border-color: #22b14e !important;
}

.wphelper-plugin-body ._row .wphelper-form ._form-group ._send_test_sms em {
    margin-right: 5px;
    display: block;
    margin-block: 15px;
    color: #d6ca36;
    font-weight: bold;
}

.wphelper-plugin-body ._row .wphelper-form ._form-group._sms_test_result {
    background: #32373c;
    margin-inline: -15px;
    padding-inline: 15px;
    padding-block: 15px !important;
    margin-bottom: -15px !important;
    margin-top: 5px !important;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.wphelper-plugin-body ._row .wphelper-form ._form-group._sms_test_result ._result_item {
    color: #62ff00;
    font-size: 15px;
    margin-bottom: 12px;
}

.wphelper-plugin-body ._row .wphelper-form ._form-group._sms_test_result ._label {
    color: #f0f0f1;
}

.pishrologin-hidden-menu-item {
    display: none !important;
}

.wph-plms-auth-settings-tab-warning {
    background-color: var(--wph-plms-alert-bg);
    border-color: var(--wph-plms-alert-border);
    padding: .75rem 1.25rem;
    border-radius: 0.5rem;
    text-align: justify;
}

/*shortcodes items*/
li.pishrologin-modal-sh-menu, span.pishrologin-modal-sh-menu {
    cursor: pointer;
}

/*widgets*/
.pishrologin-user-auth-widget {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pishrologin-user-account-widget-item{
    display:flex;
    align-items:center;
}
