/* Estilos para el sidebar en modo oscuro */
[data-bs-theme="dark"] .card {
    background-color: #2d3748 !important;
    border-color: #4a5568 !important;
}

[data-bs-theme="dark"] .card-body {
    background-color: #2d3748 !important;
}

[data-bs-theme="dark"] .card-header {
    border-bottom-color: #4a5568 !important;
}

[data-bs-theme="dark"] .hover-bg-light:hover {
    background-color: #4a5568 !important;
}

[data-bs-theme="dark"] .border {
    border-color: #4a5568 !important;
}

[data-bs-theme="dark"] .form-control {
    background-color: #4a5568 !important;
    border-color: #718096 !important;
    color: #e2e8f0 !important;
}

[data-bs-theme="dark"] .form-control:focus {
    background-color: #4a5568 !important;
    border-color: #63b3ed !important;
    color: #e2e8f0 !important;
    box-shadow: 0 0 0 0.2rem rgba(99, 179, 237, 0.25) !important;
}

[data-bs-theme="dark"] .btn-outline-primary {
    color: #63b3ed !important;
    border-color: #63b3ed !important;
}

[data-bs-theme="dark"] .btn-outline-primary:hover {
    background-color: #63b3ed !important;
    border-color: #63b3ed !important;
    color: #1a202c !important;
}