[data-bs-theme=light] {
    --bs-app-toolbar-bg: linear-gradient(180deg, #333 0%, #111 100%);
}

.error {
    color: red;
}

@media (max-width: 450px) {
    .app-toolbar {
        background: var(--bs-app-toolbar-bg);
        margin-bottom: 20px;
    }
}

#kt_app_sidebar_menu_wrapper a.menu-link {
    color: #fff;
}

.badge-light-brown {
    background-color: brown !important;
    color: #fff !important;
}

a.badge-light-brown {
    color: #fff !important;
}

.forcegrey,
tr.forcegrey td,
tr.forcegrey a {
    color: #999 !important;
}

tr.forcegrey,
tr.forcegrey td {

}