/* ============================= */
/* SB Admin 2 BLUE → GREEN THEME */
/* ============================= */

/* Primary background */
.bg-gradient-primary {
    background: linear-gradient(180deg, #198754 10%, #14532d 100%) !important;
}

/* Sidebar brand */
.sidebar .sidebar-brand {
    background-color: #198754 !important;
}

/* Sidebar links active */
.sidebar .nav-item.active .nav-link {
    color: #fff !important;
    background-color: #198754 !important;
}

/* Sidebar hover */
.sidebar .nav-item .nav-link:hover {
    background-color: #157347 !important;
    color: #fff !important;
}

/* Buttons */
.btn-primary {
    background-color: #198754 !important;
    border-color: #198754 !important;
}

.btn-primary:hover {
    background-color: #157347 !important;
    border-color: #14532d !important;
}

/* Topbar */
.topbar {
    border-bottom: 1px solid #198754 !important;
}

/* Links / icons highlight */
.text-primary {
    color: #198754 !important;
}

/* Progress bars */
.progress-bar {
    background-color: #198754 !important;
}