.progress_container {
    width: 100%;
    margin-bottom: 1rem;
}
.progress_bar{
    width: 0;
    height: 30px;
    background-color: #4CAF50;
}
.text-danger{
    color:red;
}
.text-success{
    color:lightgreen;
}