@import "font.css";

body{
    font-family: 'Tajawal', sans-serif !important;
   
}

.table td, .table th {
    vertical-align: middle;
}

.nav-sidebar .nav-link p {
    font-size: 18px;
}

.wrapper .content-wrapper {
    margin-right: 300px !important;
}

.main-sidebar{
    min-width: 300px !important;
}
.main-header{
    min-width: 300px !important;
}

.sidebar-mini .main-sidebar .nav-link{
    width:280px !important
}


[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgb(52 58 64);
    color: #1f8af4;
}
.error{
    color: red;
    font-size: 14px;
}