﻿.loadingWrapper {
    display: table;
    margin: 0 auto;
}

#loading_container {
    position: fixed;
    border: 1px solid #cdc4b2;
    top: 50%;
    left: 50%;
}

#percentage-bar {
    position: relative;
    color: #fff;
    font-weight: bold;
    top: calc(50%);
    left: calc(50% - 1rem);
    z-index: 99999;
    margin-top: -4rem !important;
}

#myProgress {
    width: 30rem;
    height: 3rem;
    background-color: grey;
    position: relative;
    top: calc(50% - 1.5rem);
    left: calc(50% - 15rem);
}

#myBar {
    width: 1%;
    height: 3rem;
    background-color: #3e85c2;
}