﻿:root, [data-bs-theme=light] {
    --ActiveTabColor: #20090b;
    --ActiveTabColorSelected: white;
    --AppHeader: var(--Gray-01);
    
    --ModuleSidebar: #F9FAFD;
    --PageBackground: #20090b;
    --PageBackground-b: white;
    --Primary-01: #20090b;
    --kendo-line-height: 1.6;
}

.btn-light { border-color: #e8e9e9; }

main { background: var(--ThemeThree); }