/* ===== Progress bar =========
============================= */

.progress {
    height: 18px !important;
    background-color: white;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    color: #282828 !important;
    margin-bottom:10px;
    background-color: #fbfcfe;
}