@charset "UTF-8";

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: Sahel;
}

body,html{
    width:100%;
    font-size: 11px;
    direction:rtl;
    font-family: Sahel;
    padding: 15px 20px;
}
table{
    font-size: 11px;
    border:5px;
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
    font-family: Sahel;
    direction:rtl;
}
th,td{
    border:1px solid #838282;
    font-size: 15px;
    text-align:center;
    padding:4px;
    font-family: Sahel;
}

tr:nth-child(even) {
    background-color:#cdcbcb;
}

.vms-responsive{
    overflow-x:auto!important;
}

.mm
{
    font-family: va;
}
