/* Add smooth transitions to the selects */
select {
    transition: all 0.2s ease-in-out;
}
/* Custom scrollbar for data lists */
.space-y-4 {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 5px;
}