/* Additional custom styles */

.drag-active {
    border-color: #4f46e5 !important;
    background-color: #eef2ff !important;
}

.ocr-status-pending {
    @apply bg-yellow-100 text-yellow-800;
}

.ocr-status-processing {
    @apply bg-blue-100 text-blue-800;
}

.ocr-status-done {
    @apply bg-green-100 text-green-800;
}

.ocr-status-error {
    @apply bg-red-100 text-red-800;
}

.pdf-viewer {
    width: 100%;
    height: 80vh;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
}
