.progress-bar {
    background: rgba(255,255,255,0.1);
    border-radius: 100px;
    align-items: center;
    justify-content: flex-start;
    padding: 0 5px;
    display: flex;
    height: 20px;
    width: 50%;
    z-index: 1002;
    position: absolute;
    top: 0;
    margin: 0;
}

.progress-value {
    /*animation: load 3s normal forwards;*/
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background: #fff;
    height: 12px;
    width: 0;
}

.progress-bar p {
    opacity: 0.3;
    width: 100%;
    text-transform: lowercase;
    position: relative;
    top: 20px;
    display: none;
}

/*
@keyframes load {
    0% { width: 0; }
    100% { width: 68%; }
}*/
