
.ui-header-bg {
    background: var(--bg-header) !important;
}

.ui-sidebar-bg {
    background: var(--bg-sidebar) !important;
}

body,
.vtl-table,
.vtl-table thead th,
.project-title span,
.ui-text-title span,
.form-label span,
.project-title i {
    color: var(--text-primary) !important;
}
#app {
    background: var(--bg-main) !important;
}

