﻿.progress-bar {
    height: 35px;
    width: 759px;
    border: 2px solid black;
    background: white;
    margin: auto;
    float: unset !important;
    position: relative;
    right: 69px;
    top:-30px;
}

.progress-bar-fill {
    height: 100%;
    width: 0%;
    background: #577CE8;
    display: flex;
    align-items: center;
    transition: width 0.25s;
}

.progress-bar-text {
    font-weight: bold;
    margin-left:10px;
    color:black;
}