﻿* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

@font-face {
    font-family: "yekan";
    src: url(../fonts/yekan.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    background-color: #fff;
    font-family: "yekan";
    font-size: 12px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    width: 100%;
    color: #373737;
    text-align: right;
    direction: rtl;
    overflow-x:hidden;
}

.app{
    position:relative;
    overflow-x:hidden;
}

.app .logo{
    position:relative;
    width:100%;
    text-align:center;
    margin-top:20%;
}

.app .logo img {
    position:relative;
    width:60%;
}

.app .content-header{
    position:relative;
    width:100%;
    font-size:16px;
    font-weight:bold;
    padding-right: 15px;
    margin-top: 10%;
}

.app .content-info{
    position:relative;
    width:90%;
    font-size:14px;
    padding-right: 15px;

}

.app .app-version{
    position:relative;
    text-align: center;
    width:100%;

}

.app .content-input{
    position:relative;
    width:100%;
    margin-top:30px;
    text-align:center;
}

.app .content-input .custom-input{
    position:relative;
    width: 90%;
    background-color:#fafafa;
    border-radius:10px;
    padding:10px;
    margin: 0px auto;
    font-size: 14px;
    margin-bottom:5px;
}

.custom-input .custom-input-right{
    position:relative;
    display:inline-block;
    float:right;
    width:80%;
    
}

.custom-input .custom-input-right input{
    position:relative;
    width:100%;
    outline:none;
    height:30px;
    font-size: 16px;
    border:none;
    background-color:#fafafa;
    color:#6b6b6b;
    font-family: "yekan";
    letter-spacing:10px;
    direction:ltr;
    text-align:left;
    padding-top:8px;
    font-weight:bold;
}

.custom-input .custom-input-left {
    position: relative;
    display: inline-block;
    float: left;
    width: 10%;
    border-right: 2px solid #e6e6e6;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

.app .content-normal-button{
    position:relative;
    width:90%;
    text-align:center;
    margin: 0 auto;
    margin-top:15px;
    
}

.top-page-body-box {
    background-color: #f3f3f3;
    border-radius:10px;
    padding:5px;
    margin-bottom:10px;
    color:#484848;
    overflow: hidden;

}

.top-page-body-box div{
    overflow: hidden;
    line-height: 26px;
    font-weight: normal;
}

.app .content-normal-button button{
    position: relative;
    outline: none;
    border: 1px solid #dadada;
    border-radius: 5px;
    font-family: "yekan";
    color:#1d8800;
    background-color: #f7f5f5;
    font-weight: bold;
}


.app .content-button{
    position:relative;
    width:100%;
    text-align:center;
    margin-top:15px;
}

.app .content-button button {
    position: relative;
    outline: none;
    border: 1px solid #3b3b3b;
    border-radius: 10px;
    font-family: "yekan";
    color:#fff;
    background-color:#454545;
    padding:15px 15px 10px 15px;
    font-size:14px;
}

.app .content-more {
    position: relative;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
}

.multi-input {
    position: relative;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px 10px;
    border-radius: 10px;
    margin-right: 5px;
}

.multi-input input {
    position: relative;
    width: 25px;
    height: 35px;
    outline: none;
    border: none;
    background-color: rgba(0,0,0,0);
    color: #4b4b4b;
    text-align: center;
    direction: ltr;
    font-size: 20px;
    font-family: "yekan";
    font-weight:bold;

}

.app .content-footer {
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
    color: #26af01;
    margin-top:15px;
}

.register-profile-image{
    position:relative;
   text-align: center;
   margin-top: 150px;
   margin-bottom: 10px;
}

.register-profile-image img{
   position: relative;
   width: 120px;
   height: 120px;
   border-radius: 20px;
   border: 4px solid #1d8800;
   padding: 5px;
}

.register-profile-image span{
    display: block;
    position: relative;
    text-align: center;
    top: 80px;
    color: #505050;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    opacity: 0.7;
}

.profile-type-chooser {
    display:none;
    position: fixed;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    background-color:#f3f3f3;
    border-radius:10px;
    margin: 0 auto;
    padding: 15px 10px;
    width:50%;
    text-align:center;
    z-index: 9999999999;
    color:#2B203B;
}

.profile-type-chooser .col-xs-6{
    padding-right:0;
    padding-left:0;
}

.dark-layout{
    display:none;
    position:fixed;
    width:100%;
    background-color: rgba(9, 8, 8, 0.80);
    z-index:999999;
    top:0;
}

.top-page{
    display:none;
    position:fixed;
    width:100%;
    background-color:#fff;
    top:0;
    padding-bottom:90px;
    overflow-x:hidden;
    overflow-y:scroll;
}

.top-page-header {
    position: fixed;
    width: 100%;
    background-color: #f3f3f3;
    color: #424242;
    padding-right:10px;
    padding-bottom:10px;
    z-index:99999;
}

.top-page-header .top-page-exit{
    width:30px;
    height:40px;
    line-height:60px;
}

.top-page-header .top-page-title {
    height: 40px;
    line-height: 55px;
    font-size:15px;
}

.top-page-header .top-page-button {
    width:30px;
    height:40px;
    line-height:60px;
    margin-left: 10px;
}

.top-page-body {
    padding: 60px 15px 350px 15px;
    color: #4f4f4f;
    overflow-x: scroll;
}

.top-page-footer{
    position: fixed;
    width:100%;
    bottom:0;
    z-index: 9999999
}