@font-face {
    font-family: 'iran_sans';
    src: url('../../fonts/iran_sans.ttf') format('truetype');
    src: url('../../fonts/iran_sans.woff') format('woff');
}
html{
    zoom: 0.83; /* Other non-webkit browsers */
    zoom: 83%; /* Webkit browsers */
    -ms-zoom: 0.83;
    -webkit-zoom:  0.83;
}
.input_error{
    border: 2px solid red;
    box-shadow: 0 0 4px red;
}
/*load_screen*/
.black_screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 1053;
}

.load_screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #00a3dc;
    font-size: 100px;
    text-align: center;
    padding-top: calc(20% - 50px);
    width: 100%;
    height: 100%;
    z-index: 1042;
}

/*feedback*/
.feedback {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    height: auto;
    text-align: center;
    color: #eeeeec;
    border-radius: 4px;
    padding: 15px;
    opacity: 1;
    position: fixed;
    left: 50%;
    top: 30%;
    text-shadow: 0 0 .4px rgba(255, 255, 255, 0.6);
    transform: translateX(-50%);
    font-size: 1.65rem !important;
    width: auto;
    z-index: 999999999999999999999999999999999999999;
    display: none;
    align-items: center;
    margin: 0 auto;
}
.waiting{
    display: none;
    position: fixed !important;
    top: 30%;
    width: 10rem;
    height: 10rem;
    left: 0 !important;
    text-align: center;
    right: 0 !important;
    margin: 0 auto;
    z-index: 1054;
}
.waiting .spinner-border{
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
}
td,th{
    border: 1px solid #ccc !important;
    box-shadow: 0 0 1px rgba(0,0,0,.2);

}
td{
    padding: 3px !important;
    font-size: 12px !important;

}
.rtl{direction:rtl!important;}
.ltr{direction:ltr!important;}
/*end load_screen*/
