html, body { padding: 0; margin: 0; width: 100%; height: 100%; overflow: hidden; }
#unity-container.unity-embed{
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
}
#unity-canvas { background: #231F20; width: 100%; flex: 1 1 auto; min-height: 0; display: block; }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; 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; flex: 0 0 auto; }
#unity-logo-title-footer { float:left; width: 102px; height: 38px; background: url('unity-logo-title-footer.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-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

/* Reskin Gplay */
#unity-canvas { background: #071620; }
#unity-footer { background: linear-gradient(90deg, #071620, #0B3A5C); padding: 0 10px; }
#unity-build-title { color: #E3F8FE; font-family: 'Poppins', arial, sans-serif; }
#unity-fullscreen-button { background-color: #24C6F2; background-size: 20px; border-radius: 6px; margin-top: 4px; margin-right: 4px; box-sizing: content-box; padding: 5px; }
#unity-logo-title-footer { opacity: .8; }
