body {
    background-color: #994a10;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#unity-container {
    position: absolute
}

#unity-container.unity-desktop {
    height: 1920px;
    width: 100%;
}

#unity-container.unity-mobile {
    width: 100%;
    height: 100%
}

#unity-canvas {
    background: url('Test.jpg') center;
    background-size: cover
}

.unity-mobile #unity-canvas {
    width: 100%;
    height: 100%
}

#unity-loading-bar {    
    background: url('Test.jpg') center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none
}

#unity-logo {
    width: 80%;
    height: 30%;
    background: url('logo.png') no-repeat center;
    background-size: contain;
    margin: auto;
}

#unity-banner-beeline {
    width: 80%;
    height: 30%;
    background: url('banner-beeline.png') no-repeat center;
    background-size: cover;
    margin: auto;
}

#unity-banner-megafon {
    width: 80%;
    height: 30%;
    background: url('banner-megafon.png') no-repeat center;
    background-size: cover;
    margin: auto;
}

#unity-progress-bar-empty {
    width: 300px;
    height: 105px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 40px;
    background: url('progress-bar-border.png') no-repeat center;
    margin: auto;
    background-size: contain;

    z-index: 1;
}

#progress-bar-wrapper {
    z-index: 2;

    position: absolute;

    height: 105px;
    width: 300px;

    clip-path: ellipse(51% 50%);
}

#unity-progress-bar-full {
    position: absolute;

    width: 100%;
    height: 100%;

    background: url('progress-bar-inner.png') no-repeat center;
    background-size: contain;
}

#unity-progress-bar-foreground {
    position: absolute;
    bottom: 28px;

    z-index: 3;

    height: 50px;
    width: 50px;

    background: url('progress-bar-foreground.png') no-repeat center;
    background-size: contain;
}

#loading-text {
    position: relative;
    top: 80px;
    font-size: 13px;
    font-family: system-ui;
    font-style: oblique;
    text-align: center;
    color: #501404;
    height: 50px;
    width: 280px;
    margin: auto;
}


#closeButtonRozi {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 5px;
    right: 5px;
    background-color: #00000000;
    border-radius: 50px;
}

.floating-container {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 5px;
    right: 5px;
    background-color: #000000;
    border-radius: 50px;
}

#cross {
    margin-left: 20px;
    margin-top: 20px;
    height: 50px;
    width: 50px;
    font-size: 50px;
    color: tomato;
    text-align: center;
}
