body { 
    padding: 0;
    margin: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}
body::-webkit-scrollbar {
    display: none;
}
#unity-container { position: absolute }
#unity-container.unity-desktop {  width: 100%; height: 100% }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { width: 100%; height: 100% ;  background: url('truck_logo.png') no-repeat center}
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
.slider-group{position:  relative}
.slider-group-element{ position: relative; }
#unity-progress-bar-empty { width: 335px; height: 43px; margin-top: 100px; background: url('progress-bar-empty.png') no-repeat center; z-index: 10000; }
#unity-progress-bar-full { width: 0%; height: 25px;  margin-left: 0px; background: url('progress-bar-full-green.png') no-repeat center; z-index: 5; }
#unity-progress-bar-full-back { width: 317px; height: 26px; margin-top: -34px; margin-left: 10px; background: url('progress-bar-full-back.png') no-repeat center;z-index: 6; }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
