body { padding: 0; margin: 0; background: #FFF0C0 }
#unity-container { position: absolute }
#unity-container.unity-universal { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-canvas { background: #000000 }
.unity-universal #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-footer { position: relative }
.unity-universal #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.dd69deeb.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.a25e94c1.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

#unity-logo { width: 254px; height: 197px; background: url('Loader/logo_rus.57be0847.png') no-repeat center; background-size: contain }
#unity-progress-bar { transform: translate(-1%, 0%) }
#unity-progress-bar-background { width: 262px; height: 33px; transform: translate(0%, -33%); background: url('Loader/back_panel_bar.1838d52d.png') no-repeat center; background-size: contain }
#unity-progress-bar-full { width: 0%; height: 25px; max-width: 186px; transform: translate(38.5px, -166%); border-radius: 7px; background: url('Loader/fill_bar.b9405d95.png') no-repeat center }
#unity-progress-bar-stroke { width: 262px; height: 36px; transform: translate(0%, -200%); background: url('Loader/stroke_bar.e8a8c601.png') no-repeat center; background-size: contain }
#border-overlay-div {
  position: absolute;
  width: 100%; height: 100%;
  left: 50%; top: 50%; 
  z-index: 10; /* Above the Unity canvas */
  border-image: url("data:image/svg+xml,%3Csvg width='437' height='766' viewBox='0 0 437 766' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-10' y='-10' width='457' height='786' rx='50' stroke='%23FFF0C0' stroke-width='20'/%3E%3Crect x='5' y='5' width='427' height='756' rx='35' stroke='%23923B09' stroke-width='10'/%3E%3Crect x='6.5' y='6.5' width='424' height='753' rx='33.5' stroke='%23FDC002' stroke-width='7'/%3E%3C/svg%3E%0A") round;
  border-image-slice: 40 fill;
  border-image-width: 30px 30px;
  pointer-events: none;
}

#input-dialog-area {
  display: none;
  width:100%;
  min-height:120px;
  position: fixed;
  bottom: 0px;
  z-index:2147483647;
  background-color: #FFF0C0;
}

#input-dialog-area.active {
  display: block;
}

.wrapper {
  width: calc(100% - 30px);
  max-width: 637px;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.notificationWrapper {
  width: calc(100% - 30px);
  max-width: 607px;
  border-radius: 15px;
  background-color: #FFFDF5;
  padding: 18px 20px;
  display: none;
  justify-content: space-between;
  align-items: center;

  z-index: 15000;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.notificationWrapper.active {
  display: flex;
}

.notificationText {
  font-family: "tildaScaansRegular", sans-serif;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
  color: #000000;
  text-align: start;
}

.notificationText a {
  display: inline;
  color: #6D0100;
}

.notificationButtonWrapper {
  width: 100%;
  max-width: 126px;
}

.notificationButtonLink {
  width: 100%;
  background-color: #DD7B00;
  padding: 9px 22px;
  border-radius: 15px;
}

.notificationButtonText {
  color: #FFFAE9;
  font-family: "tildaScaansBold", sans-serif;
  font-size: 16px;
  line-height: 19.14px;
  font-weight: 700;
}

@media(max-width: 570px) {
  .notificationWrapper {
    width: calc(100% - 30px);
    max-width: 570px;
    border-radius: 15px;
    background-color: #FFFDF5;
    padding: 18px 20px;
    display: none;
    justify-content: space-between;
    align-items: center;
  }

  .notificationText {
    font-family: "tildaScaansRegular", sans-serif;
    font-size: 12px;
    line-height: 14.4px;
    font-weight: 400;
    color: #000000;
  }

  .notificationText a {
    display: inline;
    color: #6D0100;
  }

  .notificationButtonWrapper {
    width: 100%;
    max-width: 119px;
  }

  .notificationButtonLink {
    width: 100%;
    background-color: #DD7B00;
    padding: 9px 22px;
    border-radius: 15px;
  }

  .notificationButtonText {
    color: #FFFAE9;
    font-family: "tildaScaansBold", sans-serif;
    font-size: 16px;
    line-height: 19.14px;
    font-weight: 700;
  }
}

#gp_burger_btn_install.hide {
  display: none;
}

@media (display-mode: standalone) {
  #gp_burger_btn_install {
    display: none;
  }
}

@media (display-mode: minimal-ui) {
  #gp_burger_btn_install {
    display: none;
  }
}
