html,body{
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    position: fixed;
}
@font-face {
    font-family: 'Vazir';
    src: url('fonts/Vazir.woff') format('woff'),
       url('fonts/Vazir.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
*{
	font-family: 'Vazir';	
}
*:not(text , tspan)
{
    font-size:12px;
}
[hidden] {
    display: none !important;
  }
.row{
    padding: 15px;
}
.rowmargin{
	margin: 10px;
}
.loader-wrapper{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
    background-color: black;
}
.mynotif{
direction: rtl;
}
.wclose{
    display: none !important;
}
.fit{
    width: 100%;
    display: block;
}
.restbtn{
    position: absolute;
    top: calc(50% + 200px);
    left: calc(50% - 100px);
    width: 200px;
    height: 40px;
    background-color: #94b3c6;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0px 0px 15px rgba(255, 254, 254, 0.63);
}