:root {
    --theme-primary-color: #5700a3;
    --theme-secondary-color: #000;
    --dark-color: #000;
}

.header {
    background: var(--theme-primary-color) !important;
}

.header .toggle-sidebar-btn {
    color: #fff;
}

.toggle-sidebar .header .toggle-sidebar-btn {
    color: #000;
}