/* Color overrides for Dellorz Brand (#c99734) */
:root {
    --tb-primary: #c99734 !important;
    --tb-primary-rgb: 201, 151, 52 !important;
}

/* Sidebar active item colors */
.navbar-nav .nav-item .nav-link.active {
    color: #c99734 !important;
}
.navbar-nav .nav-item .nav-link.active i {
    color: #c99734 !important;
}
.navbar-nav .nav-item .nav-link:hover {
    color: #c99734 !important;
}
.navbar-nav .nav-item .nav-link:hover i {
    color: #c99734 !important;
}

/* List group selected item active background and text */
.list-group-item.active {
    background-color: #c99734 !important;
    border-color: #c99734 !important;
    color: #fff !important;
}

/* Primary buttons active color */
.btn-primary {
    background-color: #c99734 !important;
    border-color: #c99734 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #b18228 !important;
    border-color: #b18228 !important;
}

/* Badge colors */
.bg-primary {
    background-color: #c99734 !important;
}
.text-primary {
    color: #c99734 !important;
}
.bg-primary-subtle {
    background-color: rgba(201, 151, 52, 0.15) !important;
}
.badge.bg-primary-subtle.text-primary {
    color: #c99734 !important;
    background-color: rgba(201, 151, 52, 0.1) !important;
}

/* Spinner colors */
.text-primary {
    color: #c99734 !important;
}
.spinner-border.text-primary {
    color: #c99734 !important;
}
