body {
    font-family: 'Inter', system-ui, sans-serif;
    background-color: #f3f4f6;
}

.text-teal-400{
 color: #0083FF!important;
}
.bg-teal-600{
    background-color:#0072FF!important;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.timeline-layer {
    position: relative;
    padding-left: 2rem;
    border-left: 2px solid #e2e8f0;
    padding-bottom: 1.5rem;
}

.timeline-layer::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: white;
    border: 4px solid;
}

.layer-1::before {
    border-color: #3b82f6;
}

.layer-2::before {
    border-color: #8b5cf6;
}

.layer-3::before {
    border-color: #f59e0b;
}

.layer-4::before {
    border-color: #10b981;
}


.ai-processing-step {
    transition: all 0.5s ease;
    opacity: 0.5;
}

.ai-processing-step.active {
    opacity: 1;
    font-weight: bold;
    color: #0f766e;
}

.doc-paper {
    background: white;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    min-height: 297mm;
    padding: 20mm;
    margin: 0 auto;
}

.tab-active {
    border-bottom: 2px solid #0f766e;
    color: #0f766e;
    font-weight: 600;
}

.animate-pulse-fast {
    animation: pulse 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

#sidebar{
    min-height:100vh ;
}
