.table-responsive-sm {
    overflow-x: auto;
}

.table thead tr th {
    vertical-align: top;
    min-width: 100px;
    white-space: nowrap;
}

.table thead tr th a:has(> svg) {
    color: darkorchid;
}

table {
    table-layout: auto;
}

.table td {
    width: auto;
    white-space: nowrap;
}

.ts-dropdown,
.ts-dropdown.form-control,
.ts-dropdown.form-select {
    overflow: visible;
    width: fit-content;
}