body,
html {
    height: 100%;
}

.bar-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.bar-container--wrapper {
    width: 40vw;
    max-width: 300px;
    background-color: white;
    height: 1rem;
    margin: 50px 0;
    border-radius: 0.25rem;
}

.my-bar {
    width: 1%;
    top: 50%;
    left: 40%;
}

.loading-screan__logo {
    width: 50%;
    max-width: 200px;
}

#noConnWrapper {
    width: 100%;
    position: absolute;
    bottom: 20vh;
    justify-content: center;
    display: none;
}

.noConnText {
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    background-color: #bf3535;
    box-shadow: 0px 0px 10px #943f3f;
    color: #fff1ed;
    font-size: large;
    max-width: 300px;
    font-weight: 600;
    padding: 5px;
}

#progresBarPercent {
    position: relative;
    top: -70px;
    font-size: 0.75rem;
    text-shadow: 0 0 3px white;
    font-weight: 600;
    margin-top: 2px;
}