#unity-canvas,
.progress .posbox,
.progress .posfull {
  position: absolute;
}
#unity-canvas,
.logo,
canvas {
  display: block;
}
.container,
.progress {
  position: relative;
}
#AdsInGame,
#loader,
#unity-loading-bar {
  background-color: #000;
}
#AdsInGame,
#loader,
.gameContainer {
  top: 0;
  left: 0;
}
#dark-search-button,
.btn_play {
  cursor: pointer;
}
body {
  padding: 0 !important;
  box-sizing: border-box;
  margin: 0;
  background: #444;
  overflow: hidden;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.box-full {
  width: 100%;
  height: 100vh;
  background: #000;
}
#gameContainer,
#unity-container {
  width: 100vw;
  height: 100vh;
}
#unity-canvas {
  height: 100vh;
  width: 100vw;
}
#unity-loading-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logo {
  max-width: 100vw;
  max-height: 70vh;
  margin: 0 2em;
}
.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress .posfull {
  z-index: 3;
}
.posfull .full {
  transform-origin: top left;
}
.progress .posfull1,
canvas + * {
  z-index: 2;
}
.progress .posbox {
  z-index: 1;
}
.pos_spinner {
  display: flex;
  justify-content: center;
}
canvas {
  width: 100vw;
  height: 100vh;
}
.progress {
  display: none;
  transform: translateX(-50%);
  margin: auto;
  max-width: 870px;
  width: 25%;
  left: 0;
  transform: unset;
  height: 24px;
}
#AdsInGame,
#loader,
.posbox {
  position: absolute;
}
.full,
.progress .full {
  transform-origin: top left;
}

#loader {
  width: 100vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.posbox {
	width: 250px;
    height: 20px;
    margin-top: 10px;
    margin-left: 6.5px;
    background-color: #444;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
    border: 2px solid #aeb5bd;
    margin: auto !important;
}
.full {
    height: 100%;
    background: linear-gradient(90deg, #16a34a, #4ade80);
    border-radius: 8px;
    transition: width 0.1s linear;
}
#unity-loading-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: unset;
}
#unity-progress-bar-empty {
  width: 250px;
  height: 20px;
  margin-top: 10px;
  margin-left: 6.5px;
  background-color: #444;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.5);
  border: 2px solid #aeb5bd;
  margin: auto !important;
}
#unity-progress-bar-full {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #16a34a, #4ade80);
    border-radius: 8px;
    transition: width 0.1s linear;
}
.unity-box {
  width: 100%;
}
.ads_loadding,
.row_loadding {
  width: 100vw;
  text-align: center;
}
.ads_loadding {
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.row_loadding {
  height: 100vh;
  position: relative;
  color: #fff;
  background: #000;
}
.gameContainer,
.main-panel {
  position: fixed;
}
.tilte-game {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
.pos_progress {
  margin-top: 0;
}
.ads_loadding_content,
.ads_loadding_text {
  margin-top: 10px;
  width: 100vw;
  text-align: center;
}
#btn_close,
#div_btn {
  width: 100%;
  text-align: center;
  display: none;
}
.ads_loadding_content {
  min-width: 300px;
  min-height: 250px;
  overflow: hidden;
}
.ads_loadding_text {
  font-size: 12px;
}
.btn_play {
	position: relative;
	background: #4ade80; 
	border: none;
	border-radius: 35px; 
	padding: 15px 60px;
	cursor: pointer;
	box-shadow: 0 10px 0 #16a34a, 0 20px 25px rgba(0, 0, 0, 0.4);
	transition: all 0.1s ease;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 41px;
	margin: 10px auto; 
	font-family: 'Nunito', sans-serif;
	  color: #ffffff;
	  font-size: 26px; 
	  font-weight: 800;
	  letter-spacing: 1px;
	  text-transform: uppercase;
	  text-shadow: 0 2px 0 #16a34a;
}
.btn_play:active {
	transform: translateY(10px);
	box-shadow: 0 0px 0 #16a34a, 0 10px 15px rgba(0, 0, 0, 0.4);
}
.btn_play::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 11px;
	width: 15px;
	height: 8px;
	background-color: #bbf7d0;
	border-radius: 10px;
	transform: rotate(-25deg);
	z-index: 1;
	opacity: 0.9;
}
@media (max-width: 991px) {
  .ads_loadding,
  .row_loadding .ads_loadding_text {
    display: none;
  }
  #AdsInGame .ads_loadding_text {
    display: block !important;
    margin-top: 3px;
  }
  .btn_play {
    height: 39px;
    margin-top: 8px;
  }
  .tilte-game {
    margin-top: 250px;
    font-size: 21px;
  }
  #unity-progress-bar-full,
  .ads_inGame,
  .ads_loadding_content {
    margin-top: 3px;
  }
  .progress {
    width: 90%;
  }
}
#AdsInGame {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
  color: #fff;
  z-index: 9999;
  opacity: 0.95;
}
#vaule_countdown {
  width: 100vw;
  text-align: center;
  margin-top: 15px;
  color: #fff;
}
.menu-footer {
  margin-bottom: 100px;
}
.btn-home {
  width: fit-content;
  display: block;
  float: left;
}
.btn-home img {
  width: 39px;
  margin: 0 10px;
}
.main-panel-content h1 {
  margin-top: 16px;
}
.ads_loadding_content div {
  background: #000 !important;
  color: #000 !important;
}
