﻿:root {
    --main-color: black;
    --main-bg: white;
    --selector-color: #007bff;
    --footer-bg: #e9ecef;
    --nav-color: #fff;
    --nav-bg: #e9ecef;
    --breadcrumb-bg: #e9ecef;
    --breadcrumb-color: #6c757d !important;
    --tab-border-color: #ddd;
    --th-bg: #eee;
    --btn-separator-bg: #ADADAD;
    --table-fix-head-th-color: white;
    --table-fix-head-th-bg: #007ba0;
    --table-fix-head-tr-color: black;
    --table-fix-head-tr-bg: white;
    --bg-light: #f8f9fa !important;
    --bg-light-border: 1px solid #ced4da !important;
    --nav-item-active: #fff;
    --input-bg: #fff;
    --input-border: 1px solid #ced4da !important;
}
