.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.table td.fit-wrap,
.table th.fit-wrap {
    width: 1%;
}

/* table-images */
.table-images .thumb {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: .5rem;
    border: 1px solid #dee2e6;
    background-color: #f8f9fa;
    display: block;
}
.table-images td,
.table-images th {
    vertical-align: middle;
    white-space: nowrap;
}
.table-images .name-col {
    max-width: 360px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 991.98px) {
    .table-images .name-col { max-width: 220px; }
}
/* table-images */

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000000 !important;
}

.note-group-select-from-files { display: none; }
