@font-face {
    font-family: danabold;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/danabold.ttf') format('truetype');
}
@font-face {
    font-family: danademibold;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/danademibold.ttf') format('truetype');
}
@font-face {
    font-family: danafanumbold;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/danafanumbold.ttf') format('truetype');
}
@font-face {
    font-family: danafanumdemibold;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/danafanumdemibold.ttf') format('truetype');
}
@font-face {
    font-family: danafanumlight;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/danafanumlight.ttf') format('truetype');
}
@font-face {
    font-family: danafanummedium;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/danafanummedium.ttf') format('truetype');
}
@font-face {
    font-family: danafanumregular;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/danafanumregular.ttf') format('truetype');
}
@font-face {
    font-family: danalight;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/danalight.ttf') format('truetype');
}
@font-face {
    font-family: danamedium;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/danamedium.ttf') format('truetype');
}
@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/danaregular.ttf') format('truetype');
}
body{
    font-family: dana;
    margin: 0;
    direction: rtl;
}
.main-container-fluid{
    width: 100%;
    height: 954px;
    background: #0070FF;
}
.login-container-fluid{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #0070FF;
}
.container{
    padding-right: 90px;
    padding-left: 90px;
}
.main{
    margin-top: 88px;
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    z-index: 9;
}
.background-home{
    width: 100%;
    height: 1000px;
    position: absolute;
    z-index: 1;
}
h1,h2,h3,h4,h5,h6{
    margin: 0px;
    padding: 0px;
}
a{
    text-decoration: none;
}
button,a:focus{
    outline: none;
}

.dashboard-main{
    display: inline-block;
    height: 100%;
    background-color: #EAF6FF;
}

.mobile-main{
    position: relative;
    top: 48px;
    height: auto;
    width: 100%;
    background: #FFFFFF;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 50px;
}



