@font-face {
    font-family: 'IPIRANYekanXVF';
    src: url('../../fonts/IRANYekanXVF.woff') format('woff-variations'),
    url('../../fonts/IRANYekanXVF.woff') format('woff');
    font-weight: 100 1000;
    font-display: fallback;
}
@font-face {
    font-family: IPIRANYekanX;
    src: url('../../fonts/IRANYekanX-regular.woff') format('woff');
}
@font-face {
    font-family: IPIRANYekanX;
    src: url('../../fonts/IRANYekanX-bold.woff') format('woff');
    font-weight: bold;
}
*, *:focus {
    outline: none;
}
body {
    background: #dddddd;
    font-family: IPIRANYekanX, tahoma;
    overflow: hidden !important;
    padding: 0 !important;
}
@supports (font-variation-settings: normal) {
    body {
        font-family: 'IPIRANYekanXVF', tahoma;
    }
}
::selection {
    background: transparent;
    color: inherit;
}
::-moz-selection {
    background: transparent;
    color: inherit;
}
main{
    overflow-y: auto;
    padding-bottom: 135px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
main::-webkit-scrollbar {
    display: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #83838399;
    margin: 1em 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
a {
    text-decoration: none;
}
.fa{
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}
.fs-7{
    font-size: .9rem !important;
}
.fs-8{
    font-size: .8rem !important;
}
.bg-ip{
    background-color: #303f9f !important;
}
.color-green{
    color: #1eb35b;
}
.cursor-pointer{
    cursor: pointer;
}
.faq-login{
    top: 20px;
    left: 20px;
}
.content-area-login{
    background-image: linear-gradient(to top, #031530 10%, #000e50 100%);
    max-width: 600px;
    margin: 0 auto !important;
    overflow: clip !important;
    position: relative;
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
    height: 100dvh;
}
.content-area-login:after{
    content: "";
    top: -100px;
    background: #ffffff0d;
    position: absolute;
    height: 280px;
    z-index: 0;
    width: 200px;
    bottom: 0;
    left: -40px;
    border-radius: 0 0 50px 0;
    transform: rotate(-40deg);
    transform-origin: left bottom;
}
.content-area-login:before {
    content: "";
    background: #ffffff0d;
    position: absolute;
    height: 280px;
    z-index: 0;
    width: 270px;
    top: -60px;
    right: -275px;
    border-radius: 50px 0 0 0;
    transform: rotate(-40deg);
    transform-origin: right bottom;
}
.content-area .offcanvas {
    width: 600px;
    margin: 0 auto;
}
.offcanvas-menu {
    position: absolute !important;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1050;
}
.offcanvas-body{
    background: #f4f4f4;
}
.offcanvas-auto{
    height: auto !important;
}
.offcanvas, .offcanvas-header{
    border-radius: 10px;
    background: #fff;
}
.login-form {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    max-height: 70dvh;
    border-radius: 30px 30px 0 0;
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
    overflow-y: auto;
}
.login-form .login label{
    font-size: .8rem;
}
.login-form .login input{
    padding: 10px;
}
.otp{
    width: 45px;
    font-size: 1.1rem;
}
.tell-icon .icon{
    background: #1eb35b;
    width: 55px;
    height: 55px;
}
.swal2-container .swal2-html-container {
    font-size: 0.9rem !important;
    font-weight: 500;
    min-height: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex !important;
}
.swal2-popup.swal2-toast{
    padding: .7em !important;
}
