@import url(iransans.css); 
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin:0px;
    padding: 0px;
	font-family: "IRANSansX";
    font-style: normal;
    font-weight: 700;
    font-size:12px;
}

body{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color: #f8f9fa;
}

.loading_spiner {
    width: 26px;
    height: 26px;
    margin: auto;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top: 4px solid #000000;
    animation: spinpwa 2s linear infinite;
}
.haed{
    text-align: center;
    margin-top: 50px;
}
.haed .logo {
    margin: auto;
    height: 106px;
    width: 146px;
    border-radius: 0px;
}
.haed .logo img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.haed .title{
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    padding: 12px;
}
.form .title {
    color: var(--type-and-more-secondary-title, #313131);
    text-align: right;
    
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 160% */
    letter-spacing: -0.2px;
}
.form .row{
    /* padding:5px; */
    font-size: 0px;
    position: relative;
    flex: 1;
}
.form .row input:focus ~ label,.form .row  input:not(:placeholder-shown) ~ label{
    color: #ADADAD;
    text-align: right;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 11px; 
    top: 7px;
    right: 10px;
}
.form .row label{
    display: block;
    position: absolute;
    right: 15px;
    top: 16px;
    color: #ADADAD;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.2s ease all;
}
.form .row input {
    display: block;
    width: calc(100% - 10px);
    margin: 3px auto;
    padding: 5px;
    outline: none;
    height: 45px;
    font-weight: 600;
    font-size: 14px;
    border-radius: var(--Radius-5, 5px);
    border: 1.5px solid #E0E0E0;
    
    padding-top: 10px;
}
.form .row  input.fill{
    border: 1.5px solid #ff2515;
}
.form .row input[type="number"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn{
    border-radius: 50px;
    background: #0040FF;
    display: flex;
    height: 48px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    color: #fff;
    text-align: center;
    font-family: IRANSansX;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.1px;
    border:none;
}


.btn:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}
input#confrimCode {
    text-align: center;
    font-size: 24px;
    letter-spacing: 10px;
    display: none;
}

button#reSendCode:disabled{
    opacity: 0.5;
    color: #707070;
    border: none;
    font-size: 12px;
} 
#verifyCode{
    display: none;
}
#Toast{
    padding: 12px 14px;
    position: fixed;
    min-height: 46px;
    background: #424242;
    border-radius: 3px;
    left: 10px;
    right: 10px;
    bottom: 90px;
    display: none;
    z-index: 99999;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: right;
    color: #FFFFFF;
    border-radius: 5px;
    background: #FC9A08;
    color: #212121;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px; /* 161.538% */
}
.warper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    max-height: calc(100vh - 20px);
    align-items: stretch;
    justify-content: space-between;
    max-width: 380px !important;
    margin: 10px auto;
    border: 1px solid #eee;
    background: #fff;
}

@media (min-width:0px) and (max-width:768px) {
    .warper{
        width: auto;
        margin: 0px;
        border-radius: 0px;
        border: none;
        box-shadow: none;
        max-width: 100vh !important;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 72px;
        top: 0px;
    }
}

.form .row.footer {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 16px;
    /* background: #FAFAFA; */
    /* box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.02); */
    background: #fff;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.form .row.footer button.btn.btn-block {
    border-radius: 5px;
    background: #0040FF;
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    align-self: stretch;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.1px;
    border-radius: 50px;
}

.form .row span {
    color: #707070;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 158.333% */
    letter-spacing: -0.1px;
    direction: rtl;
}


.activation-code-input {
    display: none;
}

.activation-code {
    direction: ltr;
    position: relative;
    max-width: 380px;
}



.activation-code .activation-code-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.activation-code .activation-code-inputs input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 0;
    border: 0;
    outline: 0;
    min-width: 0;
    line-height: 36px;
    text-align: center;
    align-items: center;
    transition: all 0.3s ease;
    background: white !important;
    opacity: 0;
    display: flex;
    height: 54px;
    padding: 12px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1px;
    border: 1.5px solid #E0E0E0;
    color: #212121;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    letter-spacing: 1px;
}

.activation-code .activation-code-inputs input:last-child {
    margin-right: 0;
}

.activation-code.active::before {
    opacity: 0;
}

.activation-code.active .activation-code-inputs input {
    opacity: 1 !important;
}

.activation-code .activation-code-inputs input:focus {
    border-color: #ff0000 !important;
}

.activation-code.active > span {
    transform: translate(0, -100%);
    line-height: 30px;
    opacity: 0.6;
}

form#verifyCode.show {
    display: flex;
    width: 320px;
    gap: 32px;
    align-items: center;
    align-content: stretch;
    margin: 12px auto;
    flex-direction: column;
    text-align: center;
}

#signin {
    display: none;
}
#signin.show{
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    justify-content: flex-end;
    
}
.form .row.footer button.btn:disabled {
    opacity: 0.5;
}
.form .row.footer button {
    flex: 1;
}
button#editmobile {
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: var(--Amont, 4px);
    border-radius: var(--Radius-50, 50px);
    border: 1px solid var(--type-and-more-borders-and-separator-line, #EEE);
    background: #fff;
}

.checkphone {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

div#phonesubmit {
    color: var(--brand-brand-color, #990650);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
}

button#reSendCode {
    background: #F0F0F0;
    color: #212121;
    text-align: center;
    font-family: IRANSansX;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.1px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}


.chosesiginoption {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 32px 24px 24px 24px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

button.btn.btn-new {
    background: #0040FF;
}

button.btn.btn-black {
    background: #212121;
}
#signin .itemtype {
    display: none;
}

#signin .itemtype.show {
    display: flex;
    flex-direction: column;
}

#verifyCode .itemlevel {
    display: none;
}

#verifyCode .itemlevel.show {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-self: stretch;
}