@font-face {
    font-family: Yekan;
    src: url('fonts/IRANSansMedium.woff') format('woff');
    font-display:swap;
}

@font-face {
    font-family: YekanLight;
    src: url('fonts/IRANSansUltraLight.woff') format('woff');
    font-display: swap;
}
body {
    font-family: yekanlight !important;
}
a{
    color:#4b6875;
}
a:hover{
    color: black ;
}
.brand{
    font-size: 20px;
    font-weight: bolder;
    line-height: 34px;
    color: brown;
}
.brand img{
    width: 38px;
    margin-left: 10px;
}
.title{
    font-weight: bold;
    margin-bottom: 10px;
}
.back{
    display: none;
    /* position: absolute;
    left:0;
    right: 0;
    top:0;
    bottom:0; */
    background-size: contain;
    background-repeat: no-repeat;
    background: white;
    margin-bottom: 50px;;
}
.icons{
    font-size:30px;
    text-shadow: 1px 1px 1px white;
}

.edit-icon{   
    color: orange !important;;
}
.speak-icon{
    font-size:30px;
    /* left: 110;
    bottom: 10;
    position: absolute; */
    text-shadow: 1px 1px 1px white;
    margin: 15px;
    color: #6e737b;
}
.navbar{
    padding:10px;
}
.top-bar{
    background: aliceblue;
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: thin #dee4ea solid;
}
.login-top{
    position: absolute;
    left: 10;
    bottom: 18px;
}

.container{
    padding: 0 10% 0 10%;
    margin-bottom: 60px;
}
.btn span{
    margin: 3px;
    float:right;
}
.in-out-btn{
    width: 90px;
    margin: 2px;
}
.fa-sign-out-alt{
    transform: rotateZ(180deg) !important;
}
.table .fa{
    font-size: 25px;
    margin: 3px;
}
.table .btn .fa{
    font-size: 20px;;
}

.table-responsive{
    min-height: 200px;
}

.scrollable{
    max-height: 400px;
    overflow-y: scroll;
}
.hilighted{
    background-color: #d5e3f0;
    font-weight: bold;
}
#form-container::before{
    display: none;
}
/*////////////////mobile////////////////////*/
@media(max-width:767px){
    .container{
        padding: 0 10px 0 10px;
        margin-bottom: 60px;
    }
}