.vb-b65b82c2-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    height: 100%;
}

.vb-b65b82c2-track {
    background-color: #e9ecef;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
}

.vb-b65b82c2-progress {
    background-color: #0d6efd;
    width: 100%;
    transition: height 1s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vb-b65b82c2-inner-text {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 5px;
    text-align: center;
}

.vb-b65b82c2-title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
