.progress-vertical {
    display: flex;
    flex-direction: column;
    width: 20px;
    height: 150px;
    max-height: 150px;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-vertical .progress-bar {
    width: 100%;
    transition: height 0.6s ease;
}

.progress-container {
    width: 20px;
    margin: 0;
    text-align: right;
}

/* Styles pour la barre de progression verticale */
.progress-bar-full {
    height: 100%;
}

.progress-vertical {
    display: flex;
    flex-direction: column;
    width: 20px;
    height: 150px;
    max-height: 150px;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-vertical .progress-bar {
    width: 100%;
    transition: height 0.6s ease;
}

.progress-container {
    width: 20px;
    margin: 0;
    text-align: right;
}