﻿@import url(fontiran.css);

body {
    font-family: "ModamFaNum";
    flex-grow: 1;
    direction: rtl;
    background-color: transparent;
    width: 100%;
    height: 100%;
}

#root {
    width: 100%;
    height: 100%;
    position: relative;
}
.bg-v2-object-white {
    background-color: #fff;
}

.flex-col {
    flex-direction: column;
}

.max-w-xs {
    max-width: 512px;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.flex {
    display: flex;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.scroll-smooth {
    scroll-behavior: smooth;
}

.overscroll-none {
    overscroll-behavior: none;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.justify-start {
    justify-content: flex-start;
}

.flex-col {
    flex-direction: column;
}

.flex-1 {
    flex: 1 1 0%;
}

.w-full {
    width: 100%;
}

.flex {
    display: flex;
}

.main-container, .register-container {
    /*max-width: 420px;*/
    margin: 0 auto;
    /*padding-bottom: 56px;*/ /* برای جلوگیری از پوشش محتوای اصلی توسط navbar پایین */

    /*border: 1px solid #ccc;*/
}
.container {
    padding-left: 40px !important;
    padding-right: 40px !important;
    /*border: 1px solid #ccc;*/
}

.bglogin {
    width: 100%;
}

.login-container {
    min-height: 100vh;
/*    background-image: url('../images/login.jpg'); 
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;*/
    background-color: #fbfbfd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20px;
}
.verify-container {
    min-height: 100vh;
/*    background-image: url('../images/bgVerify.jpg');
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;*/
    background-color: #EAEAEA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20px;
}

.h100 {
    height: 100% !important;
}

.bglogin {
    height: 100vh;
    background-image: url('../images/login-bg.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.login-logo {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.login-logo img {
    width: 200px;
}

.login-box {    
    width: 274px;
    height: 55px;
    opacity: 1;    
    margin-right:auto;
    margin-left:auto;
}
.login-number {
    background-color: #EDF2F4;
    border-radius: 10px;
    height: 55px;
    width: 66%;
}

.login-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 2rem;
    letter-spacing: 0px;
    text-align: center;
    text-shadow: 0px 0px 3px #fff;
}

.login-input {
    width: 100%;
    height: 55px;
    line-height: 1.5rem;
    background-color: transparent;
    border: 0px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: center;
    font-weight: 700;
    font-size: 21px;
}

input:focus, textarea:focus {
    outline: none; /* Remove default outline */
}
::placeholder {
    font-weight: 700;
    line-height: 43px;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.35);
}

.login-label {
    font-weight: 700;    
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    white-space: nowrap;
}
.submit-button {
    width: 140px;
    height: 45px;    
    opacity: 1;
    border-radius: 20px;
    background-color: #598392;
    font-weight: 700;
    font-size: 17px;    
    line-height: 100%;
    letter-spacing: 0px;
    border: none;
    padding: 10px;
    color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
}
    .submit-button:active,
    .submit-button:hover {
        background-color: #527987;
        transform: scale(0.98);
    }
/** Verify **/
.law-text {
    font-weight: 700;
    color: #124559;

}
.verify-box {
    width: 274px;
    height: 55px;
    opacity: 1;
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
}
.login-law {
    font-weight: 400;
    font-size: 12px;
    color: #000;
    border:0px;
    background-color:transparent;
}
.login-law a {
    font-weight: 700;
    /*font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;*/
    color: #124559;
    text-decoration: none;
}

.code-box {
    background-color: #EDF2F4 !important;
    height: 55px;
    opacity: 1;
    border-radius: 10px;
}
.bgVerify {
    height: 100vh;
    width:100%;
    background-image: url('../images/bgVerify.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.verify-button {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    width: 142px;
    height: 52px;
    opacity: 1;
    border-radius: 10px;
    color: #fff;
    border: none;
    background-color:#FB5607;
}
.change-number a{
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: #000;
    text-decoration:none;
}
.resent-button {
    border: none;
    background-color: transparent;
    font-size: 12px;
}
button:hover{cursor:pointer}

/** register **/

.box {
    border-radius: 20px;
    background: #EDF2F4;
    padding: 0 12px;
    width: 100%;
}
.bx-label {
    font-weight: 700;
    line-height: 43px;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.35);
}
.input-box {
    flex: 1;
    min-width: 0;
}
.bx-input {
    width: 100%;
    background-color: transparent;
    border: 0px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: right;
    font-weight: 700;
    line-height: 43px;
    font-size: 17px;
    letter-spacing: 0px;
}
.bx-name {
    width: 189px;
}
.bx-lname{
    width: 236px; 
}
.bx-sex {
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0px;
}
.bx-mobile {
   /* width: 155px;*/
    border-radius: 20px;
    border: 3px solid #598392;
    text-align: center;
    line-height: 37px;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0px;
}
.bx-adddr {
    width: 100%;
    height: 113px;
    border-radius: 17px;
    line-height: 43px;
    border: 0px solid #ced4da;
    background-color: #EDF2F4;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: right;
    font-weight: 700;
    font-size: 17px;
    padding: 10px;
}
.bx-loc {
    width: 100%;
    height: 113px;
    border-radius: 17px;
    line-height: 43px;
    border: 0px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: right;
    font-weight: 700;
    font-size: 21px;
    padding: 10px;
}
.map {
    height: 193px;
    width: 100%;
    background-color: #EDF2F4;
    border-radius: 20px;
    border: 1px solid #ced4da;
}
.reg-button {
    width: 115px;
    height: 43px;
    border-radius: 20px;
    background: rgba(174, 195, 176, 1);
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    border:0px;
}
.text-left{
    text-align:left;
}
.text-danger {
    display: block;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 15px;
}
.bx-profile {
    cursor: pointer;
}
.bx-profile img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #598392;
}

input[type="file"] {
    display: none;
}

input[type="radio"] {
    accent-color: #65558f; /* Sets the fill color for supported browsers */
}

/* For better cross-browser styling */
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    background-color: transparent;
    position: relative;
    cursor: pointer;
}

    input[type="radio"]:checked {
        border-color: #65558f;
        background-color: transparent;
    }

        input[type= "radio"]:checked::before {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            background-color: #65558f;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
/* modal */
.modal-content {
    max-width: 420px;
    margin: auto;
}
.modal-open {
    padding-right: 0px !important;
}

@media (min-width: 420px) {
    .modal-dialog {
        max-width: 400px;
        margin: 1.75rem auto;
    }
}