body {
    font-family: 'Inter', sans-serif;
}

.status-active {
    background-color: #10B981;
}

.status-inactive-baja {
    background-color: #FBBF24;
}

.status-inactive-media {
    background-color: #F97316;
}

.status-inactive-alta {
    background-color: #EF4444;
}

.modal {
    transition: opacity 0.25s ease;
}

body.modal-active {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    border-radius: 4px;
}

.hidden-app {
    display: none;
}

#loginOverlay {
    position: fixed;
    inset: 0;
    background: rgba(17, 24, 39, 0.95);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
