@import "../../webfonts/font.css";
body{
    font-family: 'iransans','mulish',sans-serif!important;
    direction: rtl;
    text-align: right;
}
body *{
    font-family: 'iransans','mulish',sans-serif!important;
}
body::-webkit-scrollbar,body *::-webkit-scrollbar {
    width: 7px;
    background-color: #e6e6e6;
}
body::-webkit-scrollbar-track,body *::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb,body *::-webkit-scrollbar-thumb {
    background-color: #323232;
    outline: none;
}

/* header */
.sitename{
    font-size: 18px!important;
    margin-right: 5px!important;
    margin-top: 5px!important;
}

/* bootstrap developed */
.dir-ltr{direction: ltr!important;}


/* layout-loading */
.layout-loading{
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #343a40;
    line-height: 3;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    z-index: 99999;
}
.layout-loading.active{
    opacity: 1;
    pointer-events: fill;
}

.font-13px{font-size: 13px!important;}
