/* .navbar-brand img {
    width: 250px !important;
} */

select.form-select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.min-width-0 {
    min-width: 0;
}
