﻿.drop{
    display: none;
}
.drop-zone {
    width: 100%;
    max-width: 400px;
    height: 200px;
    border: 2px dashed #007bff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin: 20px auto;
}

.drop-zone.highlight {
    background-color: #e9f5ff;
}

.drop-zone p {
    color: #007bff;
}

.file-info {
    margin-top: 10px;
    font-size: 14px;
}
.tabulator-row.details-visible {
    height: auto !important;
    flex-wrap: wrap;
    align-items: stretch;
}

.tabulator-row .row-detail-wrapper {
    width: 100%;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}
