﻿.app-loading-progress {
    height: 4px;
    width: 180px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.progress-linear-bars {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.progress-linear-bar {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #287F74;
    transform: translateX(-100%);
}
