@font-face {
    font-family: "yekan-bold";
    src: url("../assets/fonts/YekanBakhFaNum-Bold.woff2") format("woff2");
}
@font-face {
    font-family: "yekan-regular";
    src: url("../assets/fonts/YekanBakhFaNum-Regular.woff2") format("woff2");
}

body{
    font-family: 'yekan-regular';
}
.login-container{
    font-family: yekan-regular;
}
.login-row{
    height: 100vh;
    overflow: hidden;
}
.login-col{}
.login-img{
    background: url("../assets/images/login-bg-2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}
.login-img.hidden{
    display: none!important;
}
.verify-img{
    background: url("../assets/images/login-bg-2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}
.login-logo-1{
    width: 80px;
    height: 100px;
    margin-top: 25%;
}
.login-logo-1 img{
    width: 100%;
    height: auto;
}
.login-desc-1{}
.login-desc-1 .login-desc{
    color: #ffffff;
}
.login-desc-1 .btn{
    background: #ffffff;
    border-radius: 10px;
    width: 100%;
}
.login-form{padding-left: 50px;padding-right: 50px;}
.verify-form{padding-left: 50px;padding-right: 50px;}
.login-form-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.login-logo-2{
    width: 150px;
    height: 190px;
}
.login-logo-2 img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.login-title{
    font-family: 'yekan-regular';
    font-weight: 900;
    width: 100%;
    margin-top: 30px;
    font-size: 12px;
}
.login-subtitle-1{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 10px;
}
.login-subtitle-2{
    width: 100%;
    font-size: 10px;
}
.form-login{
    width: 100%;
}
.login-input-group{
    height: 50px;
}
.login-input-group-text{
    background: #ffffff;
    border-right: none;
    border-color: rgb(169 169 169 / 1) !important;
    border-radius: 14px;
}
.login-input-group-text-icon{}
.login-input{
    border-left: none;
    direction: ltr;
    text-align: right;
    border-color: rgb(169 169 169 / 1)!important;
    background: #ffffff;
    border-width: 1px;
    border-radius: 14px;
}
.login-input:hover,
.login-input:active,
.login-input:visited,
.login-input:focus,
.login-input:focus-visible,
.login-input:focus-within
{
    border-color:#000000;
    outline: none;
    box-shadow: none;
}
.invite-code-container{
    margin-top: 30px;
    margin-bottom: 5px;
}
.invite-code-link{
    text-decoration: none;
    font-size: 14px;
    color: #e4a025;
    font-family: "yekan-regular", serif;
}
.invite-code-link.collapsed .invite-code-link-title-close{display: block;}
.invite-code-link.collapsed .invite-code-link-title-open{display: none;}
.invite-code-link .invite-code-link-title-close{display: none;}
.invite-code-link .invite-code-link-title-open{display: block;}
.invite-code-box{}
.login-btn-container{
    margin-top: 10px;
}
.login-btn-submit{
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    border: none;
    background: #26247b;
    color: #ffffff;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-btn-submit:hover{
    background: #e4a025;
    color: #ffffff;
}
.login-input-pc{
    height: 50px;
    margin-top: 5px;
    outline: none;
    border-radius: 14px;
    border-color: rgb(169 169 169 / 1) !important;
}
.login-input-pc:hover,
.login-input-pc:active,
.login-input-pc:visited,
.login-input-pc:focus,
.login-input-pc:focus-visible,
.login-input-pc:focus-within
{
    outline: none;
    box-shadow: none;
}
.login-terms-p{
    margin-bottom: 5px;
    font-size: 12px;
    margin-top: 5px;
    color: rgb(220 151 49 / 1);
}
.login-terms-link,
.login-terms-link:focus,
.login-terms-link:focus-visible,
.login-terms-link:visited,
.login-terms-link:active
{}
.login-terms-link:hover{}
.app-hidden{
    display: none!important;
}

.code-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 50px;
    position: relative;
}
.fake-box {
    width: 20%;
    height: auto;
    border: 0;
    border-bottom-color: rgb(97 97 97 / 1);
    border-bottom-width: 3px;
    border-radius: 18px;
    text-align: center;
    font-size: 32px;
    line-height: 60px;
    background-color: rgba(217, 217, 217, 0.35);
    aspect-ratio: 1 / 1;
}
.real-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 387px;
    height: 100%;
    opacity: 1;
    letter-spacing: 53px;
    caret-color: transparent;
    color: #000;
    background: transparent;
    border: none;
    font-size: 35px;
}
.code-container {
    position: relative;
    width: 100%; /* 5 باکس + فاصله بینشون */
}

.error-input-group {}
.error-input-group input{border-color: red !important;}
.error-input-group .input-group-text{border-color: red !important;}
.error-input {
    border: 1px solid red !important;
}
.error-text {
    color: red;
    font-size: 10px;
    margin-top: 2px;
    margin-bottom: 5px;
}

.digit-inputs {
    display: flex;
    gap: 10px;
    justify-content: center;
    direction: ltr;
    width: 100%;
}
.digit-inputs input {
    font-size: 32px;
    text-align: center;
    width: 20%;
    height: auto;
    border: 0;
    border-bottom-color: rgb(97 97 97 / 1);
    border-bottom-width: 3px;
    border-radius: 18px;
    text-align: center;
    font-size: 32px;
    line-height: 60px;
    background-color: rgba(217, 217, 217, 0.35);
    aspect-ratio: 1 / 1;
}

.verify-btn-container{
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.verify-btn-submit{
    width: 50%;
    padding: 5px;
    border-radius: 10px;
    border: none;
    background: #26247b;
    color: #ffffff;
    font-size: 12px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.verify-btn-submit:disabled{
    background: rgb(187 187 187 / 1) !important;
}
.btn-send-otp{
    width: 50%;
    padding: 5px;
    border-radius: 10px;
    border: none;
    background: #26247b;
    color: #ffffff;
}
.btn-send-otp:disabled{background: #e4a025;}

.login-form-messages{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}
.alert{
    border: none;
    font-size: 10px;
}
.alert-danger{}
.alert-success{}
.alert-info{}

@media only screen and (max-width:760px){
    .login-form{
        display: none;
        padding-left: 20px;
        padding-right: 20px;
    }
    .login-form.app-old{display: unset!important;}
    .verify-img{display: none;}
}
@media only screen and (min-width:768px){
    .login-logo-1{display: none;}
    .login-desc-1{display: none;}
}

