@font-face {
    font-family: "SairaFont";
    src: url("../fonts/Saira/static/Saira-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body{
    font-family:"SairaFont", sans-serif;
}
label{
    font-size:13px;
}
a{
    font-size:13px;
}
table tr th{
    font-size:13px;
}
table tr td{
    font-size:13px;
}

.nav-item a{
    font-size:13px;
}
.card-header{
    font-size:13px;   
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loading.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
.mask {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgb(249,249,249);
    opacity: .8;
}
.loader2 {
    width: 120px;
    height: 120px;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 300px;
    display: block;
    text-align: center;
}
#showloader {
    display: none;
}
#div-login {
    background-color: rgba(255, 255, 255, 0.8);
}