@font-face {
    font-family: "Vazir";
    src: url("/lib/VazorFont/d783603a0dd07db6896ecd8a3460e2256a48dca62373a0478706a05490c1a2d8.woff2") ;
    font-weight: 400;
    font-style: normal;
}

.main-continar {
  height: 95.4%;
}
.section-top {
    padding-top:5%;
    height: 30%;
    color: rgb(227, 231, 235);
 
}
/*.section-bottom {
    height: 70%;
    background-size: cover;*/ /* پوشش کل عنصر */
    /*background-position: center;*/ /* مرکز قرار گرفتن */
    /*padding: 20px;*/ /* فضای داخلی */
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/ /* سایه */
    /*transition: all 0.3s ease;*/ /* انیمیشن برای تغییرات */
    /*padding: 0;
    margin: 0;
}*/

#form-submit{
    height :100%
}
.register-section {
    direction: rtl;
    position: absolute;
    width: 30%;
    height: 50%;
    background-color: white;
    z-index: 1;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15%15%15%15%;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.5); /* سایه */
    transition: all 0.3s ease; /* انیمیشن برای تغییرات */
    display: flex;
    flex-direction: column
}
.login-password {
    direction: rtl;
    position: absolute;
    width: 30%;
    height: 60%;
    background-color: white;
    z-index: 1;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15%15%15%15%;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.5); /* سایه */
    transition: all 0.3s ease; /* انیمیشن برای تغییرات */
    display: flex;
    flex-direction: column
}
   


.p-Title {
    font-size: 25px;
    margin-bottom: 8%;
    padding-top: 30px
}
input {
    height: 5vh;
    border-radius: 15px;
    border: 1px rgb(123, 104, 238) solid;
    margin-bottom: 2%;
    text-align:center
     
}
input::placeholder{
    font-size:13px;
}


.inputphonenumber {
    background-image: url('../../Images/Logo/phone.svg'); /* لینک آیکون */
    background-repeat: no-repeat;
    background-position: 10px center; /* موقعیت آیکون */
    padding-left: 40px; /* فضای لازم برای آیکون */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.inputpassword {
    background-image: url('../../Images/Logo/eye-slash.svg'); /* لینک آیکون */

    background-repeat: no-repeat;
    background-position: 10px center; /* موقعیت آیکون */
    padding-left: 40px; /* فضای لازم برای آیکون */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;

  
}

    input:focus {
        outline: 1px #b626af solid; /* حذف حاشیه تمرکز */
        border: 1px #b626af solid; /* در صورت نیاز: حذف حاشیه */
    }
.register-btn {
    background-color: rgb(42 9 241);
    color: white;
    height: 50px;
    border: 0 solid;
    border-radius: 10px;
    transition: all 0.3s ease; /* انیمیشن برای تغییرات */
    width: 25%
}

.register-btn:hover {
    background-color: rgb(86, 72, 166);
}

.nav-color {
    background: radial-gradient(circle, #ff7e5f, #feb47b);
}


.loading-button {
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
   
    border: none;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}

.loading {
    background-color: #007BFF;
}

    .loading .loader {
        position: absolute;
        width: 20px;
        height: 20px;
        border: 3px solid rgba(255, 255, 255, 0.3);
        border-top: 3px solid #fff;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        left: calc(50% - 10px);
        top: calc(50% - 10px);
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


html, body {
    overflow: hidden; /* Hide scrollbar */
    height: 100%; /* Ensure full height is utilized */
}





.main-section {
    direction: rtl;
    position: absolute;
    width: 25%;
    height: 65%;
    background-color: white;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 17%17%17%17%;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.5); /* سایه */
    transition: all 0.3s ease; /* انیمیشن برای تغییرات */
    display: flex;
    flex-direction: column
}

 .blink {
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: green;
            animation: blink 1s infinite;
            display: inline-block;
            margin-left: 10px;
        }

        @keyframes blink {
            0%, 100% {
                opacity: 1;
            }
            50% {
                opacity: 0;
            }
        }



.Dangerblink {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: red;
    animation: blink 1s infinite;
    display: inline-block;
    margin-left: 10px;
}
.scroll-container {
    height: 18vh;
    scrollbar-color: #6610f2 white;
    scrollbar-width: thin;
    direction:ltr;
    overflow-y: scroll;
}
    .scroll-container::-webkit-scrollbar {
        /*display: none;*/
        /* پنهان کردن نوار اسکرول */
        scrollbar-color: red none;
        scrollbar-width: thin;
    }

/* برای سایر مرورگرها */

.grid-sm-screen{
    
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    z-index: 9999; /* بالاترین سطح */
}

.loading-spinner {
    border: 6px solid #9636bf; /* Light grey */
    border-top: 6px solid #f3f3f3; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px
}

.captchaDiv{
    display:flex;
    justify-content:center;
    width:80%;
    height:auto !important 
}

.animationColor {
    animation: blink 1.8s infinite;
}




.mobile.icon {
    color: #000;
    position: absolute;
    margin-left: 4px;
    margin-top: 0px;
    width: 12px;
    height: 19px;
    border-radius: 2px;
    border: solid 1px currentColor;
}

    .mobile.icon:before {
        content: '';
        position: absolute;
        left: 5px;
        top: 1px;
        width: 2px;
        height: 1px;
        background-color: currentColor;
    }

    .mobile.icon:after {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 5px;
        height: 2px;
        width: 2px;
        border-radius: 50%;
        background-color: currentColor;
    }





@keyframes animationColor {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}








@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1670px) {
    input::placeholder {
        font-size: 14px;
    }

    .register-section {
        width: 50vh;
        height:70%
    }



    
    .main-section {
        width: 40vw;
        height:80vh
        
    }
    .scroll-container {
        height: 18vh !important;
    }
        
}

@media (max-height: 789px) {
    .p-Title{
        font-size:18px
    }
    .scroll-container{
        height:10vh
    }

}
@media (max-height: 800px)and (max-width:1618px) {
    .register-section{
        width:40vw;
        height:70%
    }


}
@media (max-height: 800px)and (max-width:1900px) {
    .register-section {
        width: 45vw;
        height: 65%;
        margin-top:40px
    }
 /*   .login-password {
        width: 50vh;
        height: 70%


    }*/
   
}
@media(max-width:575px) and (max-height:860px){
    .register-section {
     margin-top:20px !important
    }
 

}

@media(max-height:850px) {
    .scroll-container {
        height: 10vh;
    }
    
}

@media (max-width: 780px) {

    .register-section {
       
    }


    .scroll-container {
        height: 20vw
    }
        

    .main-section {
        width:70vw !important;
        height: 80%;
        margin-top: 15%;
    }
}


@media (max-width : 580px) {
    .grid-sm-screen {
        display: grid;
        grid-template-rows: 50%
    }

    .timer {
        margin-bottom: 15px
    }

    .grid-nav-sm-screen {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
    .main-section{
        width:70vw !important
    }
    .captchaDiv {
        display: flex;
        justify-content: center;
        width: auto;
        height: 150px
    }
  
    .register-section {
        width: 84%;
        height: 70% !important;
        margin-top:30px !important
    }
    
    .scroll-container {
        width: 60% !important;
        height: 60%;
    }
    .main-section{
        margin-top:50px !important
    }
}

@media(max-width:475px){
    .main-section{
        width:80% !important
    }
    .scroll-container {
        width: 60% !important;
    }

}


@media (max-width :895px){
    .main-section {
        width: 55%;
      
    }
}
@media(max-width : 405px){
    .register-section{
          width:90vw !important;

    }
  

    .text-sm-size {
        font-size: 13px !important;
        font-weight: bold;
        padding: 2px;
      
        padding-top: 5px;
    }
    .main-section {
        width: 45%;
        height:80%;
        margin-top:30px !important;
    }
 
    .scroll-container {
        width: 80% !important;
    }
}


@media (max-width:416px) and (max-height :575px){
    .main-section {
      
        margin-top: 35px !important;

    }
    .scroll-container {
       height:15vh !important
    }
}

@media(max-width:1629px)and (max-height:618px){
    .scroll-container {
        height: 10vh !important
    }
}
@media(max-width:581px) and (max-height:667px){
    .register-section {
        height: 60vh ;
        margin-top:50px !important
    }
   

}
@media (max-height:560px) {
    .register-section {
        height: 80vh;
        margin-top: 50px !important
    }
 

}
@media(max-width:793px) and (max-height:800px){
    .register-section {
        width: 60vh;
        margin-top: 70px !important
    }
  

}

@media (max-width:1629px) and (max-height:860px){
    .login-password{
        width:35vw;
        height:65vh
    }
}
@media(max-width:1500px) and (max-height:770px){
    .login-password {
        width: 35%;
        height: 70%
    }
}
@media (max-width:1180px) and (max-height:700px){
    .login-password {
        width: 45% !important;
        height: 65%;
        margin-top:25px !important
    }
}

@media(max-width:760px) {
    .login-password {
        width: 65%;
        height: 65%;
        margin-top: 15px !important
    }
  
}


@media(max-width:760px) and (max-height:750px) {
    .login-password {
        width: 65%;
        height: 70%;
        margin-top: 15px !important
    }
}

@media(max-width:940px) and (max-height:720px){
    .login-password {
        width: 50%;
        height: 72%;
        margin-top: 15px !important
    }
}
@media(max-width:1130px){
    .login-password {
        width: 50%;
        height: 65vh;
        margin-top: 15px !important
    }
}
@media(max-width:710px) and (max-height :860px){
    .login-password {
        width: 70%;
        height: 72%;
        margin-top: 40px !important
    }
}
@media (max-height :700px) and (max-width:760px){
    .login-password {
        width: 80vw !important;
        height: 84vh !important;
        margin-top: 60px !important;
        
    }
    .p-Title{
        padding:10px
    }
    .p-text {
        padding: 0;
        margin: 0
    }
}
@media(max-width:384px) {
    .login-password {
        width: 90vw !important;
        height: 65vh !important;
        margin-top: 50px !important
    }
    .inputphonenumber::placeholder{
        font-size:12px
    }
    .register-section{
        width:92% !important
    }
    .inputpassword::placeholder {
        font-size: 12px
    }
  
}
@media(max-width:385px) and (max-height:860px) {
    .login-password {
        width: 90vw !important;
        height: 65vh !important;
        margin-top: 50px !important
    }
}
@media (max-height:769px){
    .login-password {
        width: 35vw ;
        height: 78vh ;
        margin-top: 55px 
    }
}
@media(max-width :610px) and (max-height:858px) {
    .login-password {
        width: 92vw ;
        height: 80vh ;
        margin-top: 55px
    }
}
@media(max-width :865px ) and (max-height :770px){
    .login-password {
        width: 52vw;
        height: 74vh;
        margin-top: 55px
    }
}
@media(max-width :550px) and (max-height :705px) {
    .login-password {
        width: 92vw !important;
        height: 80vh !important;
        margin-top: 50px !important

    }
    .p-Title {
        padding-top: 10px;
    }
    .p-text{
        padding:0;
        margin:0;
    }
}
@media(max-width:440px ) and (max-height:950px){
    .login-password {
        height: 65vh;
        width: 85vw;
        margin-top: 35px !important
    }
}
@media(max-width:600px ) and (max-height:770px) {
    .login-password {
        height: 65vh;
        width: 85vw;
        margin-top: 55px !important
    }
}
@media (max-width :880px) and (max-height:860px) {
    .login-password {
        height: 84vh;
        margin-top: 55px !important
    }
}
@media(max-width :570px ) and (max-height:1150px){
    .login-password {
        height: 70vh;
        margin-top: 65px !important;
        width:80vw
    }
}

@media(max-width :1629px ) and (max-height:614px) {
    .login-password {
        height: 85%;
        margin-top: 65px !important;
        width: 30vw
    }
}
@media(max-height:700px )and (max-width:570px){
    .login-password {
        height: 70vh;
        margin-top: 100px !important;
        width: 30vw
    }
}