.filter-select {
    box-shadow: none !important;
    border-color: #111827 !important;
}

.filter-select:hover {
    box-shadow: none !important;
    border-color: #111827 !important;
}

.custom-table thead tr th {
    background-color: #111827 !important;
    color: #ffffff !important;
    border-color: #111827 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.custom-table tbody tr:hover {
    background-color: #f8f9fa !important;
    transition: background-color 0.2s ease-in-out;
}

.custom-table td {
    vertical-align: middle;
    font-size: 0.9rem;
}
