*{box-sizing:border-box;}
html, body{height:100vh;width:100%;overflow:hidden;position:relative;background-color:#575757;}

.webgl-content * {border: 0; margin: 0; padding: 0}
.webgl-content {position:absolute;width:100%;height:100%;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
#unityContainer {height:calc(100% - 40px)!important;width:100%!important;background-color:#575757;}

.webgl-content .logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: transparent !important;}
.webgl-content .logo {background: url('progressLogo.Light.png') no-repeat center / contain; width: 200px; height: 130px;}
.webgl-content .progress {height: 18px; width: 200px; margin-top: 70px;}
.webgl-content .progress .empty {background: url('progressEmpty.Dark.png') no-repeat right / cover; float: right; width: 100%; height: 100%;}
.webgl-content .progress .full {background: url('progressFull.Dark.png') no-repeat left / cover; float: left; width: 0%; height: 100%;}

.webgl-content .logo.Dark {background-image: url('logoLight.png');}
.webgl-content .progress.Dark .empty {background-image: url('progressEmpty.png');}
.webgl-content .progress.Dark .full {background-image: url('progressFull.png');}

.webgl-content .footer {height:40px;font-family: Helvetica, Verdana, Arial, sans-serif;font-size:14px;width:100%;margin:0;display:flex;justify-content:flex-end;background:#575757;color:#ccc;}
.webgl-content .footer .webgl-logo, .title, .fullscreen {height:100%;display:inline-block;background:transparent center no-repeat;}
.webgl-content .footer .webgl-logo {background-image: url('webgl-logo.png');width:204px;float:left;}
.webgl-content .footer .title {margin-right: 10px;line-height: 30px;}
.webgl-content .footer .fullscreen {background-image: url('fullscreen.png'); width: 25px; height: 100%; background-size: contain; float: right;filter: contrast(0%) brightness(150%);}

.webgl-content .footer .fullscreen-container{display: inline-block; cursor: pointer;padding: 5px 10px;transition:all .2s ease-in-out;background-color: transparent;}
.webgl-content .footer .fullscreen-container:hover{background-color: rgba(0,0,0,.25);}
.webgl-content .footer .fullscreen-container .fullscreen-flex-container{display: flex; justify-content: flex-end; align-items: center;height: 100%;}

.modal-dialog .i-light { opacity: 0.8; font-size: 0.8em; }


.modal-dialog .custom-file-input ~ .custom-file-label[data-btn-text]::after {
    content: attr(data-btn-text) !important;
}