@charset "UTF-8";
/* @font-face {
    font-family: 'IRANYekanXVF';
    src: url('../../fonts/iranyekan/IRANYekanXVF.woff') format('woff-variations'),
    url('../../fonts/iranyekan/IRANYekanXVF.woff') format('woff');
    font-weight: 100 1000;
    font-display: fallback;
}
@font-face {
    font-family: IRANYekanX;
    src: url('../../fonts/iranyekan/IRANYekanX-regular.woff') format('woff');
}
@font-face {
    font-family: IRANYekanX;
    src: url('../../fonts/iranyekan/IRANYekanX-bold.woff') format('woff');
    font-weight: 700;
}

@supports (font-variation-settings: normal) {
    .iranyekan {
        font-family: 'IRANYekanXVF', tahoma !important;
    }
}
.iranyekan {
    font-family: IRANYekanX, tahoma !important;
} */

@font-face {
    font-family: "YekanBakhPro";
    src: url("../../../fonts/YekanBakh_fanum/YekanBakhFaNum04Regular.eot");
    src: url("../../../fonts/YekanBakh_fanum/YekanBakhFaNum04Regular.eot") format("embedded-opentype"),
        url("../../../fonts/YekanBakh_fanum/YekanBakhFaNum04Regular.woff") format("woff"),
        url("../../../fonts/YekanBakh_fanum/YekanBakhFaNum04Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "YekanBakhPro";
    src: url("../../../fonts/YekanBakh_fanum_pro/YekanBakhFaNum-Regular.eot");
    src: url("../../../fonts/YekanBakh_fanum_pro/YekanBakhFaNum-Regular.eot") format("embedded-opentype"),
        url("../../../fonts/YekanBakh_fanum_pro/YekanBakhFaNum-Regular.woff") format("woff"),
        url("../../../fonts/YekanBakh_fanum_pro/YekanBakhFaNum-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "YekanBakhProEn";
    src: url("../../../fonts/YekanBakh_fanum_pro/En/YekanBakhNoEn-Regular.woff2") format("woff2"),
        url("../../../fonts/YekanBakh_fanum_pro/En/YekanBakhNoEn-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "YekanBakhPro";
    src: url("../../../fonts/YekanBakh_fanum_pro/var/YekanBakhFaNum-VF.woff2") format("woff2"),
        url("../../../fonts/YekanBakh_fanum_pro/var/YekanBakhFaNum-VF.woff") format("woff");
    /* font-variation-settings: "wght" 400, "dots" 1; */
}

:root {
    --my_font: YekanBakhPro;
}

.iransans-font {
    font-family: var(--my_font) !important;
}

.vf-wght {
    font-variation-settings: "wght" 700
}

.vf-shar {
    font-variation-settings: "wght" 800, "dots" 4
}

.ss02 {
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.ss03 {
    -moz-font-feature-settings: "ss03";
    -webkit-font-feature-settings: "ss03";
    font-feature-settings: "ss03";
}

.limiter {
    width: 100%;
    margin: 0 auto
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    position: relative;
    flex-wrap: wrap;
    background: #f5f7fa;
}

.login-bg {
    position: absolute;
    left: 10px;
    width: 80%;
    height: calc(100vh - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(311.82% 158.26% at -14.96% -37.8%, rgb(255 255 255) 4.39%, rgb(164 135 212) 24.39%, rgb(140, 110, 190) 38.89%, rgb(110, 80, 160) 61.89%, rgb(86 54 139) 94.39%);
    top: 10px;
    border-radius: 40px;
}

.wrap-login100 {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9%;
}
.dropdown.main-profile-menu.order-2.show{
    z-index:100000 ;
}
.login100-form {
    max-width: 400px !important;
    width: 400px;
    display: block;
    background-color: #ffffff;
    padding: 30px 30px !important;
    margin: 5px;
    border-radius: 20px;
    box-shadow: 0 4px 20px #00000008;
}

@media (max-width:1460px) {
    .wrap-login100 {
        right: 7%;
    }
}

@media (max-width:1200px) {
    .wrap-login100 {
        right: 3%;
    }
}



@media (max-width:1100px) {
    .login100-form {
        width: 370px;
    }

    .login-img {
        width: 450px;
        height: 450px;
    }
}

@media (max-width:910px) {
    .login-bg {
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        rotate: 180deg;
        border-radius: 0px;
    }

    .wrap-login100 {
        right: 50%;
        transform: translate(50%, -50%);
        width: 400px;
    }
}

@media (max-width:576px) {
    .wrap-login100 {
        width: 90%;
    }
}

.login100-form-title {
    font-size: 20px;
    font-family: inherit;
    color: var(--primary-color);
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block
}

.wrap-input100 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 60px;
    position: relative;
    border: 0.0625rem solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 10px
}

.label-input100 {
    font-family: inherit;
    font-size: 14px;
    color: #999;
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-right: 24px;
    right: 0;
    top: 21px;
    transition: all .4s
}

.input100 {
    display: block;
    width: 100%;
    /* background: transparent; */
    font-family: inherit;
    font-size: 18px;
    color: #555;
    line-height: 1.2;
    padding: 0 16px !important
}

.input100:focus {
    height: 48px;
    box-shadow: none !important
}

.input100:focus+.focus-input100 {
    visibility: visible;
    /* opacity: 1;
    transform: scale(1) */
}

/* .input100:focus + .focus-input100 + .label-input100 {
    top: 7px;
    font-size: 13px
} */
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    /* top: -1px;
    right: -1px; */
    pointer-events: none;
    border: 1px solid var(--primary-color) !important;
    border-radius: 10px;
    visibility: hidden;
    /* opacity: 0; */
    /* transition: all .4s; */
    /* transform: scaleX(1.1) scaleY(1.3) */
}

.container-login100-form-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.login100-form-btn {
    display: flex;
    justify-content: center;
    border-color: unset;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: var(--primary-color);
    font-family: inherit;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .4s;
    border: none;
}

.login100-form-btn:hover {
    background: #6348b9;
}

@media (max-width: 992px) {
    .login100-form {
        width: 100%;
        padding-right: 1px;
        padding-left: 1px
    }
}

@media (max-width: 768px) {
    .login100-form {
        width: 100%
    }
}

@media (max-width: 576px) {
    .login100-form {
        padding-right: 1px;
        padding-left: 1px;
        padding-top: 1px
    }
}

.validate-input {
    position: relative
}

.validate-input .erroe_dis {
    display: none
}

.flex-sb-m {
    display: flex;
    justify-content: space-between;
    align-items: center
}

input.input100 {
    height: 100%;
    transition: all .4s;
    border-bottom: none !important
}

input:-webkit-autofill {
    box-shadow: inset 0 0 0 50px #fff
}

.flex-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.login100-social-item {
    font-size: 25px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    margin: 5px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1)
}

.login100-form-logo {
    font-size: 60px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: transparent;
    margin: 0 auto
}

.login100-form-logo img {
    width: 100px;
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2)
}

.remember {
    margin-right: 5px !important;
}

body,
html {
    height: 100%;
    margin: 0;
}


.p-b-45 {
    padding-bottom: 45px;
}

.login100-form .validate-input input:-webkit-autofill,
.login100-form .validate-input input:-internal-autofill-selected {
    background-color: #fff !important;
    box-shadow: inset 0 0 0 50px #fff !important;
}