:root {
    --bs-blue: #2D4F9E;
}

.text-blue {
    color: var(--bs-blue) !important;
}

.bg-blue {
    background-color: var(--bs-blue) !important;
}

.bg-blue-10 {
    background-color: #2D4F9E1A !important;
}

.border-blue {
    border: 1px solid var(--bs-blue) !important;
}

.border-blue-bottom {
    border-bottom: 1px solid var(--bs-blue) !important;
}

.nav.nav-pills .nav-item .active {
    background-color: var(--bs-blue) !important;
}

.nav.nav-pills .nav-item .nav-link:hover {
    color: var(--bs-blue) !important;
    background-color: #2D4F9E1A !important;
}

.nav.nav-pills .nav-item .active:hover {
    background-color: var(--bs-blue) !important;
    color: white !important;
}

.overlay {
    opacity: 0.6; /* Warna gelap dengan transparansi */
    z-index: 1040; /* Di bawah sidebar */
}

.bg-success-10 {
    background-color: #28C76F1A !important;
}

.bg-danger-10 {
    background-color: #E74C3C14 !important;
}

.modal-xxl {
    --bs-modal-width: 93.5rem;
}