.multi-select-custom-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.image-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.table th {
    min-width: 120px;
}

.table :where(th, td) {
    font-size: 12px;
}

.table :where(th, td):not(:first-of-type) {
    text-align: center;
}

#customDateInput {
    display: none;
}

.export_to_csv {
    width: 30px;
    cursor: pointer;
}

.fixed-height-row {
    height: 32px;
}
