/*
body { padding: 0; margin: 0 }

#container{width: max-content; height: max-content;}
#unity-container { position: absolute }
#unity-container.unity-desktop { width: 90vw; height: 85vh;}
#unity-container.unity-mobile {height: 100% }

#unity-canvas {
    background: #123040;
    width: 100%;
    height: 100%
}
.unity-mobile #unity-canvas { width: 100%; height: 100%;}
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 160px; 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: absolute; right: 10px; bottom: 10px; width:80px; height:64px;}
.unity-mobile #unity-footer { display: none }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-warning { position: absolute; left: 50%; top: 60%; transform: translate(-50%,-40%); background: white; padding: 20px; display: none }

#unity-fullscreen-button { float: right; width: 100%; height: 100%; background-color: firebrick;}

#loading-text {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,300%);
    background-image: url('./loading.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 558px;
    height: 134px;
}*/
body { padding: 0; margin-top: 32px }
#header {background-color: #F6F6F6; height: 80px; width: 100%;}
#unity-container {background-color:black; position: relative; margin: auto;}
#unity-container.unity-desktop { width: 80vw; height: auto;}
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas {background: url(loading.jpg) no-repeat center; background-size: cover; width:100%;opacity: 80%; overflow: hidden;}
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#loading-label {width: 90%;color: #fff;text-align: center;font-family: sans-serif;padding-top: 10px;}
#unity-logo { width: 461px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; 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 }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
#logoFarsight{height: 32px;padding:8px;}
#currentProduct{color:#898989;font-family: sans-serif;padding-top: 25px;font-weight: 500;padding-left: 21%;}
#logoAndProductTitle {float : left;}
