#root,
.jetx-form {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.jetx-form {
  position: relative;
}

a,
.bet {
  -webkit-tap-highlight-color: transparent;
}

.react-launcher {
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: hidden;
  background: #000;
}

.react-launcher .loader {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.react-launcher .loader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 205px;
  height: 205px;
  margin: -102.5px 0 0 -102.5px;
  background: url('/reference/GameLauncher/Content/Images/universal-loader.gif') center / 205px 205px no-repeat;
}

.menu-div.open {
  display: block;
}

.exact-canvas {
  overflow: hidden;
}

.exact-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 7px;
  background: #0d1019;
}

.exact-stage svg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.exact-plane {
  transform-box: fill-box;
  transform-origin: center;
  transition: opacity .1s linear;
}

.exact-coefficient {
  position: absolute;
  left: 50%;
  top: 43.98%;
  z-index: 12;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: translate(-50%, -50%);
  color: #5ee32b;
  font-family: 'robotobold', Arial, sans-serif;
  font-size: clamp(48px, 7.8vw, 120px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 3px 8px rgba(0, 0, 0, .28);
}

.exact-coefficient.crashed {
  color: #f52626;
}

.exact-coefficient .exact-x {
  display: inline-block;
  width: .63em;
  height: .57em;
  margin: 0 0 .07em .08em;
  background: url('/reference/JetXStg3/Content/ImagesLight/Canvas/CoefficientGreen.png') center / contain no-repeat;
}

.exact-coefficient.crashed .exact-x {
  background-image: url('/reference/JetXStg3/Content/ImagesLight/Canvas/CoefficientRed.png');
}

.round-loader {
  position: absolute;
  left: 34.468%;
  top: 40.203%;
  z-index: 14;
  width: 30.426%;
  height: 19.448%;
  overflow: hidden;
}

.round-loader-frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 429px;
  height: 134px;
  transform: scale(var(--loader-scale-x, 1), var(--loader-scale-y, 1));
  transform-origin: left top;
  background-image: url('/reference/JetXStg3/Content/ImagesLight/Sprite/Loader.png');
  background-repeat: no-repeat;
  background-position: -809px -79px;
}

.round-loader-progress {
  position: absolute;
  left: 3.5%;
  right: 2.2%;
  bottom: 22.5%;
  height: 4px;
  overflow: hidden;
  border-radius: 2px;
  background: #222832;
}

.round-loader-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #ffdd14;
  transition: width .1s linear;
}

.round-loader-caption {
  position: absolute;
  left: 0;
  top: 56.6%;
  z-index: 15;
  width: 100%;
  color: rgba(255, 255, 255, .8);
  font-family: var(--font-family-medium);
  font-size: clamp(8px, 1.05vw, 20px);
  letter-spacing: 1.2px;
  text-align: center;
}

#online-users .online-value {
  vertical-align: top;
}

.bet .info.error.exact-visible {
  display: block !important;
}

.bet .win.exact-visible {
  display: block;
  opacity: 1;
}

.reference-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .78);
}

.reference-modal {
  position: relative;
  width: 520px;
  max-width: calc(100% - 30px);
  max-height: 80%;
  overflow: auto;
  padding: 30px;
  border-radius: 6px;
  color: #9499b0;
  background: #1c1e29;
  font-family: var(--font-family-regular);
}

.reference-modal h2 {
  margin: 0 0 20px;
  color: #ffdd14;
  font-family: var(--font-family-bold);
  font-size: 18px;
}

.reference-modal button {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  color: #9499b0;
  background: none;
  font-size: 26px;
  cursor: pointer;
}

.reference-history-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 4px;
}

.reference-history-grid span {
  padding: 9px 4px;
  border-radius: 6px;
  background: #151720;
  text-align: center;
}

.reference-history-grid .win { color: #4ec520; }
.reference-history-grid .lose { color: #ff2f2f; }

@media screen and (max-width: 1006px) {
  .exact-coefficient {
    font-size: clamp(44px, 13vw, 95px);
  }
}
