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

.progress {
    height: 19px !important;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.12) 0 1px 4px 0 inset;
    color: #282828 !important;
    background-color: #fbfcfe;
}
