// .bar{
//     display: grid;
//     grid-template-columns: 54px 82% 56px;
// }
.bar_wrapper{
    width: 100%;
    .progress_time{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        span{
            font-size: 18px;
            line-height: 34px;
            color: white;
        }
    }
}