/* Import Data Page Styles */

.preview-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.preview-table thead {
    background: #f1f5f9;
    position: sticky;
    top: 0;
}

.preview-table th {
    padding: 8px 12px;
    text-align: left;
    font-weight: 600;
    color: #0f172a;
    border-bottom: 2px solid #cbd5e1;
    white-space: nowrap;
}

.preview-table td {
    padding: 8px 12px;
    border-bottom: 1px solid #e2e8f0;
    color: #475569;
}

.preview-table tr:hover {
    background: #f8fafc;
}

/* Upload area hover effect */
#upload-data:hover {
    border-color: #9D2235 !important;
    background: #fef2f2 !important;
}
