/* assets/custom.css */
.dash-dropdown .Select-value-label {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px; /* Adjust this value as needed */
}

.dash-dropdown .Select-multi-value-wrapper {
    max-height: 100px; /* Set a fixed height */
    overflow-y: auto; /* Enable vertical scrolling */
}
