html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 100%;
}

body {
	background: #000000;
	color: white;
}

input[type="file"] {
	color: black;
}

html, body, canvas {
	touch-action-delay: none;
	touch-action: none;
}

canvas, .c3htmlwrap {
	position: absolute;
}

.c3htmlwrap {
	contain: strict;
}

.c3overlay {
	pointer-events: none;
}

.c3htmlwrap[interactive] > * {
	pointer-events: auto;
}

/* HACK - work around elements being selectable only in iOS WKWebView for some reason */
html[ioswebview] .c3htmlwrap,
html[ioswebview] canvas {
	-webkit-user-select: none;
	user-select: none;
}

html[ioswebview] .c3htmlwrap > * {
	-webkit-user-select: auto;
	user-select: auto;
}

#notSupportedWrap {
	margin: 2em auto 1em auto;
	width: 75%;
	max-width: 45em;
	border: 2px solid #aaa;
	border-radius: 1em;
	padding: 2em;
	background-color: #f0f0f0;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	color: black;
}

#notSupportedTitle {
	font-size: 1.8em;
}

.notSupportedMessage {
	font-size: 1.2em;
}

.notSupportedMessage em {
	color: #888;
}

/* bbcode styles */
.bbCodeH1 {
	font-size: 2em;
	font-weight: bold;
}

.bbCodeH2 {
	font-size: 1.5em;
	font-weight: bold;
}

.bbCodeH3 {
	font-size: 1.25em;
	font-weight: bold;
}

.bbCodeH4 {
	font-size: 1.1em;
	font-weight: bold;
}

.bbCodeItem::before {
	content: " • ";
}

/* For text icons converted to HTML: size the height to the line height
   preserving the aspect ratio. Also add position: relative as that allows
   just adding a 'top' style for the iconoffsety style. */
.c3-text-icon {
	height: 1em;
	width: auto;
	position: relative;
}

/* screen reader text */
.c3-screen-reader-text {
	position: absolute;
	width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}


canvas {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
}
#unity-loading-bar,
#AdsInGame {
  position: fixed;     
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;       
  background: #000;   
}

.unity-box {
  width: 260px;
  margin: 10px auto 0;
  border: 1px solid #fff;
}

#unity-progress-bar-empty {
  width: 100%;
  height: 18px;
  background: #333;
}

#unity-progress-bar-full {
  width: 0%;
  height: 100%;
  background: #09f;
}

#unity-loading-bar, 
#unity-loading-bar * { color: #fff; }


.ads_loadding {
  width: 100vw;
  display: flex;
  overflow: hidden;
  text-align: center;
  justify-content: center;
}
.row_loadding {
  width: 100vw;
  height: 100vh;
  position: relative;
  color: #fff;
}
.tilte-game {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.pos_progress {
  margin-top: 0;
}
.btn_play {
  transition: all 0.3s ease-in-out;
  font-family: "Dosis", sans-serif;
}
#div_btn {
  width: 100%;
  text-align: center;
  display: none;
}

.ads_loadding_content {
  width: 100vw;
  text-align: center;
  min-width: 300px;
  min-height: 300px;
  overflow: hidden;
}
.ads_loadding_text {
  width: 100vw;
  text-align: center;
  margin-top: 100px;
}
.btn_play {
  width: 150px;
  height: 60px;
  border-radius: 50px;
  background-image: linear-gradient(135deg, #feb692 0%, #ea5455 100%);
  box-shadow: 0 20px 30px -6px rgba(238, 103, 97, 0.5);
  outline: none;
  cursor: pointer;
  border: none;
  font-size: 24px;
  color: white;
  margin-top: 15px;
}

.btn_play:hover {
  transform: translateY(3px);
  box-shadow: none;
}
.btn_play:active {
  opacity: 0.5;
}

@media (max-width: 991px) {
  .ads_loadding_text { display: block; margin-top: 12px; }
  .ads_loadding { display: flex; }
  .ads_loadding_content{
    width: 70vw; height: 70vw;           
    max-width: 300px; max-height: 300px; 
    min-width: 180px; min-height: 180px; 
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .ads_loadding_content{
    width: 40vh; height: 40vh;
    max-width: 300px; max-height: 300px;
  }
}
#AdsInGame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: black;
  display: none;
	color: #fff;	
}
#btn_close {
  width: 100%;
  text-align: center;
  display: none;
}
#vaule_countdown {
  width: 100vw;
  text-align: center;
  margin-top: 15px;
	color: #fff;	
}
