body {
    padding: 0;
    margin: 0;
    background-color: #241d51;
}

#unity-container {
    position: absolute
}

#unity-container.unity-desktop {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

#unity-container.unity-mobile {
    position: fixed;
    width: 100%;
    height: 100%
}

.unity-mobile #unity-canvas {
    width: 100%;
    height: 100%
}

#unity-loading-bar {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2a2137 url('main_back_01.jpg') no-repeat center center;
    background-size: auto 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    overflow: hidden;
}

#progress-bar {
    width: 90%;
    height: 20px;
}

.progress-bar {
    background: url('loader_01.png') no-repeat center;
    background-size: contain;
    height: 27vh;
    width: 53vh;
    margin-bottom: -8vh;
    margin-left: 2.5vh;
}

.progress-bar-filler-container {
    position: relative;
    margin-top: 4.5%;
    margin-left: 10.3%;
}
.progress-bar-filler-container, .progress-bar-filler {
    height: 9vh;
    width: 39.5vh;
}

.progress-bar-filler-mask {
    overflow: hidden;
}

.progress-bar-filler {
    background: url('loader_02.png') no-repeat top left;
    background-size: contain;
}

.progress-bar-lights {
    background: url('lights_01.gif') no-repeat top center;
    background-size: contain;
    height: 2vh;
    width: 35vh;
    margin-top: 0.7%;
    margin-left: 15%;
}

.progress-bar-label {
    position: absolute;
    z-index: 10;
    font-size: 3.5vh;
    font-family: Verdana, serif;
    font-weight: bold;
    color: white;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 1.7vh;
    text-shadow: 0 1px 2px #362621;
}

#unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}
