/* Custom styles to complement Bootstrap dark theme */
.card {
    border: 1px solid var(--bs-gray-700);
    margin-bottom: 1rem;
}

.table-responsive {
    margin-bottom: 1rem;
}

.modal-content {
    background-color: var(--bs-gray-900);
    border: 1px solid var(--bs-gray-700);
}

.modal-header {
    border-bottom: 1px solid var(--bs-gray-700);
}

.modal-footer {
    border-top: 1px solid var(--bs-gray-700);
}

/* Custom spacing utilities */
.mt-lg {
    margin-top: 2rem;
}

.mb-lg {
    margin-bottom: 2rem;
}

/* Custom form styling */
.form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

/* DataTables customization */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: var(--bs-body-color) !important;
}

/* Alert customization */
.alert {
    border-radius: 0.25rem;
    border: 1px solid transparent;
}
