:root {
    --bs-primary: #0d679a;
    --bs-primary-rgb: 13, 103, 154;
    --bs-link-color: #0d679a;
    --bs-link-hover-color: #0a5178;
}

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

.btn-primary {
    background-color: #0d679a;
    border-color: #0d679a;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #0a5178 !important;
    border-color: #094a6d !important;
}

.btn-outline-primary {
    color: #0d679a;
    border-color: #0d679a;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    background-color: #0d679a !important;
    border-color: #0d679a !important;
}

.text-primary {
    color: #0d679a !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #0d679a;
}

.page-item.active .page-link {
    background-color: #0d679a;
    border-color: #0d679a;
}

.page-link {
    color: #0d679a;
}

.page-link:hover {
    color: #0a5178;
}

a {
    color: #0d679a;
}

a:hover {
    color: #0a5178;
}

.filter-item {
    border-left: 3px solid #0d679a !important;
}

#activeFiltersCard {
    border-top: 3px solid #0d679a;
}

/* Aggiorna anche i colori nei menu della sidebar e della navbar */
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, 
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #0d679a;
}

/* Aggiorna i colori nei DataTables */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #0d679a !important;
    border-color: #0d679a !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #0a5178 !important;
    border-color: #0a5178 !important;
}

/* Certificato badge colori */
.certificato-badge.bg-success {
    background-color: #10b981 !important;
}

.certificato-badge.bg-warning {
    background-color: #f59e0b !important;
}

/* Colori per AdminLTE */
.main-header {
    border-bottom-color: #0d679a;
}

.brand-link {
    border-bottom-color: #0d679a;
}

.main-sidebar {
    background-color: #343a40;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*="navbar"]) {
    background-color: #0d679a;
}

/* Colori per le notifiche e elementi di UI aggiuntivi */
.dropdown-item.active, .dropdown-item:active {
    background-color: #0d679a;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0d679a;
    border-color: #0d679a;
}

.btn-info {
    background: #0a5178 !important;
    border-color: #0a5178 !important;
}

.form-check-input:checked {
    background-color: #0a5178 !important;
    border-color: #0a5178 !important;
}

/* Modifica sfondo card-header da blu a bianco */
.card-header {
    background-color: #fff !important;
    color: #0d679a !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.login-card .card-header {
    background-color: #fff !important;
    color: #0d679a !important;
    border-radius: 10px 10px 0 0 !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
}