.progress-container {
    display: flex;
    justify-content: center;
}
.progress {
    height: 10px;
    width: 40%;
    border: 1px solid #efeae2;
    background-color: #4C433C;
    margin-bottom: 15px;
border-radius: 20px;
}
 .progress-bar {
    height: 100%;
    background: #efeae2;
    display: flex;
    align-items: center;
    transition: width 0.25s;
border-radius: 20px;
}

.bar{
    height: 10px;
    width: 40%;
    border: 1px solid #efeae2;
    background-color: #4C433C;
    margin: 0px 5px 15px;
    border-radius: 20px;
}
.bar.sold{
border: 1px solid #4C433C;
    background-color: #efeae2;
}
#form-field-field_61a17ed{
    background-color: #4F4F4F;
}