.dropzone {
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
    border-color: #ced4da !important;
}

.dropzone-active {
    background-color: #eef4ff;
    border-color: #0d6efd !important;
}

#fileList {
    max-height: 320px;
    overflow-y: auto;
}

.kv-table th {
    width: 30%;
    white-space: nowrap;
    background-color: #f8f9fa;
}

.text-truncate-cell {
    max-width: 220px;
}
