body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: rgb(102, 81, 128) }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#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 }
.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: no-repeat center}*/
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
#unity-information-icon {float: right; width: 38px; height: 38px; background: no-repeat center}
#unity-copyright-icon {float: right; width: 38px; height: 38px; background: no-repeat center}
#unity-technical-icon {float: right; width: 38px; height: 38px; background: no-repeat center}
.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
  }
  .button {
    padding-top: 4px;
  }
  .popup #select {
    user-select: all;
  }
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(102, 81, 128, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  .popup {
    margin: 30vh auto;
    padding: 20px;
    background: #D4D5D9;
    /*width: 35%;*/
    width: 528px;
    position: relative;
  }
  .popup h2 {
    margin-top: 50px;
    margin-bottom: 10px;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
  }
  .popup #top-image {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #A9A4D4;
  }
  .popup .close {
    position: absolute;
    top: 10px;
    left: 20px;
    transition: all 200ms;
    user-select: none;
    font-family: 'JetBrains Mono', monospace;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #CB5037;
    cursor: pointer !important;
  }
  .popup .close:hover {
    color: #A9A4D4;
  }
  .popup .content {
    max-height: 200px;
    overflow: auto;
    user-select: none;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10pt;
    font-weight: 300;
  }
  div::-webkit-scrollbar {
    display: none; /* Chrome */
  }
  div {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  #pointer {
    cursor: pointer !important;
  }
  /*@media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 70%;
    }
  }*/
