﻿
/* Custom css temp */

/*body:not(.dark-mode) .brand-link.app--brand-link, body:not(.dark-mode) .main-header {
    background: #ffefef !important;
}

body:not(.dark-mode) .sidebar {
    background: #fff;
}

body:not(.dark-mode) .list-group-item {
    background: #f35d5d !important;
    color: #ffefef !important;
}

body:not(.dark-mode) .list-group-item .link-icon {
    color: #ffefef !important;
}

body:not(.dark-mode) .nav-link.sidebar-link {
    background: #ffefef !important;
}

body:not(.dark-mode) .nav-link.sidebar-link span, body:not(.dark-mode) .nav-link.sidebar-link i {
    color: #ff0000 !important;
}

body:not(.dark-mode) .nav-link.sidebar-link.active {
    background: #e82e2e !important;
}

.rz-group-header, .rz-group-header .rz-text-overline {
    background: #ffefef !important;
    color: #f35d5d !important;
}

.app--main-button {
    background: #f35d5d !important;
}*/



