@font-face {
    font-family: "montserrat-light";
    src: url("/../assets/fonts/Montserrat/Montserrat-Light.ttf");
}

@font-face {
    font-family: "montserrat-extrabold";
    src: url("/../assets/fonts/Montserrat/Montserrat-ExtraBold.ttf");
}



.skin-default-dark .left-sidebar, .skin-default-dark .topbar  {
    background: #ffffff !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: white !important;
}
#sidebarnav .active a, #sidebarnav .no_active ul .active {
    color: #000000 !important;
    background: #f5f5f5;
}
#sidebarnav a {
    color: #000000 !important;
}
#sidebarnav i {
    color: #000000 !important;
}
#sidebarnav .active i {
    color: #d0181f !important;
}
.navbar-header {
    background: black !important;
}
.skin-default-dark .topbar {
    background: #303b46 !important;
}
