:root {
  --ad-width: 300px;
  --ad-height: 600px;
}

body {
  position: absolute !important;
  padding: 0 !important;
  width: var(--ad-width) !important;
  height: var(--ad-height) !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  z-index: 9999 !important;
}

.wrapper {
  position: absolute;
  width: var(--ad-width);
  height: var(--ad-height);
  top: 0;
  left: 0;
  overflow: hidden;
  cursor: pointer;
}

.bg {
  position: absolute;
  width: var(--ad-width);
  height: var(--ad-height);
  top: 0;
  left: 0;
  pointer-events: none;
}

/*=============================================================================*/

.abs {
  position: absolute;
}

.fw {
  width: 100%;
  height: 100%;
}

.opacity0 {
  opacity: 0;
}

.gymnast {
  top: -35px;
}

.gauge {
  width: 80%;
  border-radius: 20px;
  height: 40px;
  border: 1px solid #ffffff;
  bottom: 130px;
  left: 10%;
  background-color: #ffffff5f;
  box-sizing: border-box;
}

.green {
  width: 65px;
  height: 100%;
  position: absolute;
  left: calc(50% - 32.5px);
  background-color: #75daaa;
  box-sizing: border-box;
  border-radius: 20px;
}

.ball {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  bottom: 1px;
  left: calc(50% - 17.5px);
  background: linear-gradient(to right, #8858d3, #5e32a5);
  border: 1px solid #fff;
  box-sizing: border-box;
}

.red {
  background: #ef3528;
}

.screen-rotate {
  transform: rotate(45deg) scale(0.45);
  left: 0%;
  bottom: 15%;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  touch-action: none;
}
