:root,
[data-bs-theme=light] {
    --bs-primary: #199bd7;
    --bs-primary-rgb: 26, 156, 216;
    /* --bs-primary-text-emphasis: #035277;
    /*--bs-primary-text-emphasis: #233192;*/
    --bs-primary-text-emphasis: #178cd8;
    /* --bs-primary-bg-subtle: #199bd7ff; */
    --bs-primary-bg-subtle: #cfe2ff;
    /* --bs-primary-border-subtle: #199bd7ff; */
    --bs-primary-border-subtle: #9ec5fe;
    --bs-focus-ring-color: rgba(26, 156, 216, 0.25);
}

.dropdown-menu {
    --bs-dropdown-header-color: #6c757d;
}

/* nav-pills active bg + nav-link color = brand primary */
.nav-pills {
    --bs-nav-pills-link-active-bg: var(--bs-primary);
}

.nav {
    --bs-nav-link-color: var(--bs-primary);
    --bs-nav-link-hover-color: var(--bs-primary);
}

.badge-green {
    background: #d1f7d6;
    color: #0f5132;
}

.badge-yellow {
    background: #fff3cd;
    color: #664d03;
}

.badge-red {
    background: #f8d7da;
    color: #842029;
}

.badge-black {
    background: #e9ecef;
    color: #000;
}

.badge-azure {
    background: #dbefff;
    color: #084298;
}

/* light badge */
.badge-light {
    background: #f8f9fa;
    color: #6c757d;
    border: 1px solid #dee2e6;
}

/* white badge */
.badge-white {
    background: #fff;
    color: #777777;
    border: 1px solid #dee2e6;
}