/* Custom Styles */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #1e1e1e;
}
::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.table-hover tbody tr:hover {
    background-color: #2c2c2c !important;
}

.btn-glow:hover {
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.8);
    transition: box-shadow 0.3s ease-in-out;
}
