body {
    padding: 0;
    margin: 0;
    background: white;
    box-sizing: border-box;
}

#unity-container {
    position: absolute;
    display: flex;
    flex-direction: column;
}

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

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

#unity-canvas {
    background: #231F20;
    -webkit-box-shadow: 0px 0px 26px -10px #000000;
    box-shadow: 0px 0px 26px -10px #000000;
    width: inherit;
    height: 100%;
    flex: auto;
    overflow: hidden;
}

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

#unity-loading-overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: #231F20
}

#unity-loading-bar {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 40px;
}

#unity-loading-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#unity-logo-container {
    width: 150px;
    height: 130px;
}

#unity-logo {
    width: 100%;
    height: 100%;
    background: url('logo_ufy-dark.png') no-repeat center;
    background-size: contain;
}

#unity-progress-bar-empty {
    width: 150px;
    height: 18px;
    margin-top: 10px;
    background: url('progress-bar-empty-dark.png') no-repeat center
}

#unity-progress-bar-full {
    width: 0%;
    height: 18px;
    margin-top: 10px;
    background: url('progress-bar-full-dark.png') no-repeat center
}

#unity-footer {
    position: relative;
    height: fit-content;
    flex: none;
}

.unity-mobile #unity-footer {
    display: none
}

#urbasee-logo {
    display: block;
    float: left;
    width: 204px;
    height: 38px;
    background: url('Powered_By_URBASEE.png') no-repeat center
}

#unity-build-title {
    float: right;
    margin-right: 10px;
    line-height: 38px;
    font-family: arial;
    font-size: 18px
}

#unity-fullscreen-button {
    cursor: pointer;
    float: right;
    width: 38px;
    height: 38px;
    background: url('fullscreen-button.png') no-repeat center
}

#unity-mobile-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}

#unity-mobile-warning {
    padding: 15px;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 26px -10px #000000;
    box-shadow: 0px 0px 26px -10px #000000;
    max-width: 80%;
    width: 650px;
    text-align: center;
}

.app-download-links {
    margin-top: 15px;
}

.app-download-links a {
    display: inline-block;
}

.unity-mobile #unity-mobile-warning {
    display: block;
}
