/*
 * Andronet Technologies Ltd — brand overrides for the AdminLTE admin panel.
 * Loaded globally via config/adminlte.php's `plugins` array. Keeps the
 * package's dark sidebar skin but swaps its accent color for the same
 * teal (#044c57) already used across every CRM module page
 * (resources/views/partials/_crm_styles.blade.php), instead of the
 * leftover template's green/orange presets.
 */

.main-sidebar,
.main-sidebar::before {
    background-color: #0c2b31 !important;
}

.brand-link {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
}

.brand-image {
    background: #fff;
    padding: 3px;
    border-radius: 8px;
    max-height: 30px;
    width: auto;
}

.brand-text {
    font-weight: 700;
    letter-spacing: .01em;
}

.nav-sidebar > .nav-item > .nav-link.active,
.nav-sidebar > .nav-item > .nav-link.active:hover,
.nav-sidebar > .nav-item > .nav-treeview > .nav-item > .nav-link.active {
    background-color: #044c57 !important;
    color: #fff !important;
}

.nav-sidebar > .nav-item > .nav-link:hover {
    background-color: rgba(4, 76, 87, .35);
}

.nav-sidebar .nav-link > .nav-icon {
    color: #9fb8bc;
}

.nav-sidebar > .nav-item > .nav-link.active > .nav-icon {
    color: #fff;
}
