:root {
    --primary: #D3713B !important;
    --primary-rgb: 211, 113, 59 !important;
}

/* Botões */
.btn-primary {
    background-color: #D3713B !important;
    border-color: #D3713B !important;
}

.btn-outline-primary {
    color: #D3713B !important;
    border-color: #D3713B !important;
}

/* Links ativos e textos */
.text-primary {
    color: #D3713B !important;
}

/* Sidebar ativa */
.nav-sidebar .nav-item > .nav-link.active {
    background-color: #D3713B !important;
    color: white !important;
}

/* Sidebar hover */
.nav-sidebar .nav-item > .nav-link:hover {
    background-color: rgba(211, 113, 59, 0.2) !important;
}

/* === Sidebar branca === */
.main-sidebar {
    background-color: #ffffff !important;
}

/* Links do menu em preto */
.nav-sidebar .nav-link {
    color: #000000 !important;
    font-weight: 500;
}

/* Ícones também pretos */
.nav-sidebar .nav-link i {
    color: #000000 !important;
}

/* Hover suave */
.nav-sidebar .nav-link:hover {
    background-color: rgba(0,0,0,0.05) !important;
    color: #000;
}

/* Item ativo com sua cor primária */
.nav-sidebar .nav-link.active {
    background-color: #D3713B !important;
    color: #fff !important;
}

.nav-sidebar .nav-link.active i {
    color: #fff !important;
}

/* Header do menu */
.sidebar .nav-header {
    color: #666 !important;
    font-weight: 700;
}

.sidebar-logo {
    width: 195px !important;        /* tamanho pequeno */
    margin: 0 auto !important;     /* centraliza */
    display: block !important;     /* garante centralização */
}

.bg-primary {
    background-color: #D3713B !important;
}

.card-primary.card-outline {
    border-top: 3px solid  #D3713B !important;
}

/* ====== Tabs (nav-tabs) com cor primária OCATEC ====== */

.nav-tabs .nav-link.active {
    background-color: #D3713B !important;
    border-color: #D3713B !important;
    color: #fff !important;
}

.nav-tabs .nav-link:hover {
    background-color: rgba(211, 113, 59, 0.12) !important; /* leve laranja */
    border-color: #D3713B !important;
    color: #D3713B !important;
}

/* Pills também, caso use */
.nav-pills .nav-link.active {
    background-color: #D3713B !important;
    color: #fff !important;
}

.dropdown-menu .dropdown-item {
    white-space: normal !important;
}
