.card_disabled{
    opacity: 0.7;
    background-color: white;
    pointer-events: none;
    filter: grayscale(0.1);
}


.progress-bar-container {
    background-color: #e5e7eb;
    border-radius: 9999px;;
    height: 4px;
    overflow: hidden;
}

.progress-fill {
    background-color: var(--color-orange);
    border-radius: 9999px;
    height: 100%;
    width: 0%;
    transition: width 0.3s ease;
}