/* General Styles */
body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  font-family: Nunito, Arial, sans-serif;
  background-color: var(--background-white-100);
}

[data-theme="dark"] {
  --background-white-100: #070707;
  --background-white-0: #000000;
  --background-white-200: rgb(17, 17, 17);
  --background-white-300: #383838;
  --background-white-400: #383838;
  --background-black-200: #e7e7e7;
  --border-color-100: rgb(46, 46, 46);
  --border-color-200: rgb(17, 17, 17);
  --border-color-300: rgb(75, 74, 74);
  --border-color-400: rgb(53, 53, 53);
  --border-color-500: rgb(78, 78, 78);
  --text-color-100: rgb(255, 255, 255);
  --inverted-text-color-100: rgb(0, 0, 0);
  --disabled-badge: rgb(7, 7, 7);
}

[data-theme="light"] {
  --background-white-100: #f3f2f2;
  --background-white-0: #ffffff;
  --background-white-200: rgb(243, 243, 243);
  --background-white-300: #cccccc;
  --background-white-400: #ffffff;
  --background-black-200: #232323;
  --border-color-100: rgb(226, 226, 226);
  --border-color-200: rgb(243, 243, 243);
  --border-color-300: rgb(199, 199, 199);
  --border-color-400: rgb(190, 190, 190);
  --border-color-500: rgb(226, 226, 226);
  --text-color-100: rgb(0, 0, 0);
  --inverted-text-color-100: rgb(0, 0, 0);
  --disabled-badge: rgb(133, 133, 133);
}

::-webkit-scrollbar {
  width: 8px;
  border-left: black solid 2px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #1c0291;
  border-radius: calc(2px + 0.05vw);
}

@keyframes fadeout_ {
  to {
    opacity: 0;
  }
}

.fadeout {
  animation: fadeout_ 1s;
}

::-webkit-scrollbar-thumb:hover {
  background: #63f8fd7e;
}

.player-canvas {
  border: var(--border-color-100) solid calc(4px + 0.2vw);
  height: 13.8541666667vw;
  border-radius: calc(10px + 0.5vw);
  margin-left: 0;
  background-repeat: repeat;
  background-origin: border-box;
}

/* Container Styles */
.container {
  text-align: center;
  background: var(--background-white-400);
  padding: calc(10px + 0.5vw);
  border-radius: calc(4px + 0.2vw);
  width: 33%;
  margin: auto;
  box-shadow: 0calc (2px + 0.05vw) calc(4px + 0.2vw) rgba(0, 0, 0, 0.1);
}

.container h2 {
  background: var(--background-white-400);
  border-radius: 30px;
  background: #0a0000;
  background: radial-gradient(
    circle,
    rgba(10, 0, 0, 1) 73%,
    rgba(255, 0, 0, 1) 94%
  );
  color: white;
  display: none;
  padding: 2px;
}

.player-canvas-container {
  width: 13.8541666667vw;
  height: 13.8541666667vw;
  margin-bottom: 4vh;
  margin-left: -4vw;
  transform: translateX(-100%);
}

.right-content-container {
  float: right;
  margin-right: 0;
  height: 100%;
  line-height: 14px;
  width: 0px;
  display: flex;
  align-content: end;
  flex-wrap: wrap;
}

.center100 {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.center0 {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center200 {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7.5vw;
}

.topcenterAD {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 10vw;
  min-height: 200px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.innercenterAD {
  width: 40vw;
  height: 100%;
  z-index: 40;
}

.leverbase {
  position: relative;
  display: flex;
  width: calc(10vw - 40px);
  height: calc(5vh - 40px);
  background-color: #cccccc;
  border-radius: calc(10px + 0.5vw);
  justify-content: center;
  align-items: center;
  padding: calc(10px + 0.5vw);
  font-size: 1em;
  font-weight: bolder;
}

.lever {
  width: 10vw;
  height: 1vh;
  background-color: #ff0000;
  border-radius: 10px;
  transform-origin: 0.5vh 50%;
  margin-left: calc(50% + 0.25vh);
  transform: translateY(400%) rotate(360deg);
}

@keyframes levelmover {
  50% {
    transform: translateY(400%) rotate(180deg);
  }
  100% {
    transform: translateY(400%) rotate(360deg);
  }
}

.disc {
  width: 2.5vw;
  height: 2.5vw;
  background-color: #dddddd;
  border-radius: 50%;
  transform: translateY(50%) translateX(calc(5vw - 50%));
  /* transform-origin: bottom center; */
}

.leverInnerHolder {
  margin-left: 26%;
  margin-top: -14%;
}

.leverHolder {
  position: absolute;
  display: block;
  justify-content: center;
  text-align: center;
}

/*
spiner
*/

.spiner {
  width: 15.5vw;
  height: 65%;
  margin: 0.5%;
  margin-bottom: 2.5%;
  margin-top: 2.5%;
  border-radius: calc(10px + 0.5vw);
  z-index: 2;
}

.spinerRotater {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0,
    #ebebeb 0%,
    #ffffff 40%,
    #ffffff 60%,
    #ebebeb 100%
  );
  z-index: 1;
  border-radius: calc(10px + 0.5vw);
  overflow: hidden;
}

.spinerOverlay {
  position: relative;
  top: -102%;
  left: 0;
  width: 100%;
  height: 103%;
  background-origin: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
  border-radius: calc(10px + 0.5vw);
}

@property --rotatorerangle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.spin-img {
  transform: translateZ(-100px) rotate3d(1, 0, 0, var(--rotatorerangle));
  transform-style: preserve-3d;
  transform-origin: 0% 50% -400px;
  position: absolute;
  top: calc(50% - 7.5vh);
  left: 0;
  animation: rotater2 4s infinite;
}

@keyframes rotater2 {
  0% {
    --rotatorerangle: 90deg;
  }
  100% {
    --rotatorerangle: 270deg;
  }
}

.shaded100 {
  width: 100vw;
  text-align: center;
  display: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #0000004f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.blocker {
  opacity: 0;
  display: block;
  animation: oop 1s ease-in-out;
}

@keyframes oop {
  to {
    opacity: 1;
  }
}

.subbmit-userid-con {
  width: 100vw;
  background-color: var(--background-white-0);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  margin: 10px;
}

.subbmit-userid-con2 summary::marker {
  color: #00000000;
}

.subbmit-userid-con2:open summary div p.opener::after {
  content: "Account transfer input⮟" !important;
}

.subbmit-userid-con2 summary div p.opener::after {
  display: inline-block;
  content: "Account transfer input⮞";
  background-color: var(--background-white-400);
  border: var(--border-color-400) solid 5px;
  border-radius: calc(7.5px + 0.4vw);
  width: calc(300px + 5vw);
  height: max(40px, 3vh);
}

.sum-con {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100vw;
  height: 10px;
  color: var(--text-color-100);
}

.sum-con {
  color: var(--text-color-100);
}

.subbmit-userid-con2 summary {
  display: list-item;
  justify-content: center;
  align-items: center;
  color: var(--text-color-100);
  font-size: calc(20px + 0.5vw);
}

.subbmit-userid-con2 h1 {
  color: var(--text-color-100);
  font-size: calc(20px + 0.5vw);
}

.subbmit-userid-con label {
  color: var(--text-color-100);
  font-size: calc(20px + 0.5vw);
}

.subbmit-userid-con input[type="text"] {
  color: var(--background-black-200);
  font-size: calc(20px + 0.5vw);
  border-radius: calc(7.5px + 0.4vw);
  border: 2.5px solid var(--border-color-300);
  margin: calc(7.5px + 0.4vw);
  color: var(--inverted-text-color-100);
}

.subbmit-userid-con input[type="submit"] {
  color: var(--background-black-200);
  background-color: var(--background-white-100);
  font-size: xx-large;
  border-radius: calc(7.5px + 0.4vw);
  margin: 10px;
  border: 10px solid var(--border-color-100);
}

.center1000 {
  visibility: hidden;
  display: grid;
  position: relative;
  z-index: 24;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
  transform: translateY(-6vh);
}

.about {
  padding: 30px;
  font-size: 21px;
  line-height: 20px;
  padding-bottom: 100px;
  color: var(--text-color-100);
}

.about li {
  margin: calc(10px + 0.5vw);
}

.selected-skin {
  -webkit-box-shadow: 0px 10px 85px 23px #33f0ff;
  -moz-box-shadow: 0px 10px 85px 23px #33f0ff;
  box-shadow: 0px 10px 85px 23px #33f0ff;
}

.flexcenter {
  float: left;
  height: 0%;
  width: 27%;
  min-width: 255px;
  display: flex;
  justify-content: center;
}

@keyframes pop {
  0% {
    transform: translateY(-13.8541666667vw) scale(1);
  }
  50% {
    transform: translateY(-13.8541666667vw) scale(1.3);
  }
  0% {
    transform: translateY(-13.8541666667vw) scale(1);
  }
}

/* Input and Button Styles */
.skin-text {
  position: fixed;
  transform: translateY(-13.8541666667vw);
  font-size: calc(7.5px + 0.4vw);
  margin-left: -5vw;
  border: none;
  background: none;
  padding: 0;
  animation: pop 1s infinite;
  user-select: none;
}

.skin-text:hover {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.social-share {
  background-color: #33f0ff;
  padding: calc(4px + 0.2vw);
  font-size: 17px;
  border-radius: calc(7.5px + 0.4vw);
  width: 15vw;
  color: rgb(0, 0, 0);
  margin: 6px;
  font-size: 1.5vw;
  font-weight: 800;
  min-width: 10.9375vw;
  border: var(--border-color-100) solid 5px;
  text-decoration: none;
}

.social-share:hover {
  background-color: #33b4ff;
  transition: background-color 0.3s ease-in-out;
}

.surronder {
  margin-bottom: 0px;
  margin-top: 25px;
  display: flex;
  width: 35vw;
  background-color: var(--background-white-0);
  border-top: var(--border-color-100) solid 5px;
  border-right: var(--border-color-100) solid 5px;
  float: left;
  border-radius: 0px 10px 0px 0px;
  justify-content: center;
}

.leader-board {
  min-width: 13.8541666667vw;
  height: 67vh;
  border: calc(4px + 0.2vw) solid var(--border-color-100);
  border-radius: 2vw;
  transform: translateX(-13.8541666667vw);
  margin-left: -4vw;
  display: flex;
  align-content: start;
  flex-wrap: wrap;
  margin-bottom: calc(10px + 0.5vw);
  justify-content: center;
  background: linear-gradient(
    to bottom,
    rgb(0, 238, 255) 0%,
    rgb(0, 4, 255) 45%,
    rgb(0, 4, 255) 55%,
    #1c0291 100%
  );
}

.settings-figure {
  width: 95%;
  margin: 0px;
}

.audio {
  width: 95%;
  margin: 5px;
}

.leader-board h2 {
  font-size: 2vw;
  font-weight: 900;
  margin: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
  color: var(--text-color-100);
  line-height: 2.1vw;
}

.flexsidebyside {
  width: 100%;
  border-top: 5px solid var(--border-color-100);
  display: flex;
  padding: 0;
}

.flexsidebyside div {
  color: var(--text-color-100);
  padding: 10px;
  font-size: 1.5vw;
  font-weight: 600;
  border-left: 5px solid var(--border-color-100);
  border-right: 5px solid var(--border-color-100);
  margin: 0;
  min-width: calc(50% - 30px);
  max-width: calc(50% - 29.9px);
  width: calc(50% - 30px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.flexsidebyside div:hover {
  background-color: var(--background-white-300);
  cursor: pointer;
  transition: background-color 0.4s ease-in-out;
}

.headerHolder {
  width: 105%;
  background-color: var(--background-white-100);
  border-bottom: 5px solid var(--border-color-100);
  border-radius: calc(12px + 0.6vw) calc(12px + 0.6vw) 0 0;
  max-height: 14vw;
  margin-top: -2%;
}

.text-highlight {
  text-shadow: #1bfaf6 2px 2px 2px;
}

.rounded {
  border-radius: 1vw;
  overflow: hidden;
  top: 6vw !important;
}

::-webkit-scrollbar-track {
  background: linear-gradient(
    to bottom,
    rgb(0, 238, 255) 0%,
    rgb(0, 4, 255) 45%,
    rgb(0, 4, 255) 55%,
    #1c0291 100%
  );
}

html,
body {
  overflow-x: hidden;
}

.entrie-box {
  background-color: var(--background-white-200);
  border: none;
  margin: 5px;
  padding: 5px;
  display: flex;
  min-height: 10px;
  min-width: 11.8541666667vw;
  border-radius: 2vw;
  font-size: calc(10px + 0.4vw);
  text-align: center;
  align-items: center;
  background-origin: border-box;
  background-clip: border-box;
  justify-content: center;
  height: 10%;
  box-sizing: border-box;
}

.normalized-text-color {
  color: var(--text-color-100);
}

.inputMain {
  width: 80%;
  padding: 3%;
  margin: 3% 0;
  border: 1px solid var(--background-white-300);
  border-radius: 10px;
}

.themed-footer {
  margin: 4rem;
  text-align: center;
  padding-bottom: 95px;
  background: linear-gradient(
    180deg,
    rgba(63, 245, 251, 1) 2%,
    rgba(63, 97, 251, 1) 14%,
    rgba(0, 5, 74, 1) 41%,
    rgba(0, 0, 0, 1) 70%,
    rgba(3, 0, 0, 1) 100%
  );
  width: 100%;
  margin-left: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.margin-0 {
  margin: 0 !important;
  display: inline;
  word-break: keep-all;
  display: inline-block;
}

.just-aline {
  display: flex;
  text-align: center;
  justify-content: center;
}

.subbmit-feedback {
  width: 100%;
  background-color: var(--background-white-200);
  height: 15vw;
  border-radius: 30px;
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color-100);
}

.subbmit-feedback label {
  color: var(--text-color-100);
}

.subbmit-feedback-con {
  width: 100%;
  height: auto;
  background-color: var(--background-white-0);
}

.updates {
  background-color: var(--background-white-0);
  border-radius: 30px;
  line-height: 25px;
}

@keyframes rotater {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 360deg);
  }
}

.upgrades-box {
  width: 95%;
  background-color: var(--background-white-0);
  height: 95%;
  border: calc(2px + 0.05vw) solid var(--background-white-200);
  border-radius: 30px;
  margin: 0;
  color: var(--text-color-100);
  margin-left: 10px;
  float: left;
  overflow-y: scroll;
}

.pop-up-square {
  width: 50vmax;
  height: 50vmax;
  background-color: var(--background-white-0);
  border: 12px solid var(--background-white-200);
  display: flex;
  text-align: center;
  align-content: center;
  justify-content: center;
}

.boxbutton {
  width: 6vh;
  height: 6vh;
  border-radius: calc(10px + 0.5vw);
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  text-align: center;
  align-content: center;
  font-size: 2rem;
}

.flex-gear {
  display: flex;
  justify-content: center;
  padding: 5px;
  align-content: center;
}

.moneytext {
  display: flex;
  align-items: center;
  transform: scale(2);
  margin-top: 60px;
  margin-bottom: 30px;
  background-color: var(--background-white-100);
  border: calc(4px + 0.2vw) solid var(--background-white-200);
  color: var(--text-color-100);
  border-radius: calc(10px + 0.5vw);
  padding-left: 10px;
  padding-right: 10px;
}

.login-button {
  background-color: var(--background-white-100);
  border: calc(4px + 0.2vw) solid var(--background-white-200);
  border-radius: calc(10px + 0.5vw);
  margin: 10px;
}

.login-button2 {
  background-color: var(--background-white-100);
  border: calc(4px + 0.2vw) solid var(--background-white-200);
  border-radius: calc(10px + 0.5vw);
  margin: 10px;
}

.login-button2 p {
  margin: 0;
  font-size: 16px;
  color: var(--text-color-100);
}

.login-button p {
  margin: 0;
  font-size: 16px;
  color: var(--text-color-100);
}

.boost-bar {
  width: 20vw;
  height: 4vh;
  overflow: hidden;
  position: relative;
}

.boost-bar-fill {
  width: 0%;
  height: 100%;
  background-color: #33f0ff;
  transition: width 0.3s ease-in-out;
}

.boost-bar-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
  color: var(--text-color-100);
  font-weight: bold;
}

.colon {
  width: 1ch;
  display: flex;
  font-weight: 900;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.colon::before,
.colon::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  background: var(--text-color-100);
  border-radius: 50%;
}

.con-12849 {
  display: none;
}

.subbmit-feedback label {
  font-size: max(3vw, 2vh);
  margin: 1%;
}

.subbmit-feedback textarea {
  width: 30%;
  padding: 3%;
  margin: 2.5%;
  border: 1px solid var(--background-white-300);
  border-radius: 30px;
  line-height: 18px;
  font-size: 17px;
}

.subbmit-feedback input[type="submit"] {
  width: 15%;
  padding: 2%;
  margin: 2.5%;
  border: calc(2px + 0.05vw) solid var(--background-white-300);
  border-radius: 30px;
  font-size: max(2vw, 1vh);
  margin-left: 0;
  text-align: center;
  color: var(--text-color-100);
  background-color: var(--background-white-100);
}

.subbmit-feedback input[type="submit"]:hover {
  background-color: var(--background-white-400);
  transition: background-color 0.3s ease-in-out;
}

.subbmit-feedback input[type="br"] {
  display: none;
}

.upgrade-button {
  padding: 2%;
  border: calc(2px + 0.05vw) solid var(--background-white-300);
  border-radius: 30px;
  font-size: max(2vw, 1vh);
  margin-left: 0;
  text-align: center;
}

.upgrade-div {
  display: flex;
  padding: 2%;
  border: calc(2px + 0.05vw) solid var(--background-white-300);
  border-radius: calc(10px + 0.5vw);
  font-size: max(1vw, 0.5vh);
  margin-left: 0;
  text-align: center;
  align-items: center;
  margin-bottom: 3px;
}

.upgrade-div::after {
  display: inline-flex;
  content: "+";
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 2px;
  font-size: max(2vw, 1vh);
  width: 2vw;
  height: 2vw;
  background-color: var(--border-color-300);
  border: 2px solid var(--background-white-200);
  border-radius: 5px;
}

.mainHeader {
  font-size: min(2em, calc(15px + 2.6vw));
  background: linear-gradient(0deg, rgba(0, 0, 255), rgb(0, 238, 255));
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 2px 5px 2px #00d2d65d;
  -webkit-text-fill-color: transparent;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
}

.mainHeader::after {
  content: "BETA";
  font-size: min(1em, calc(5px + 2.6vw));
  vertical-align: top;
  background: linear-gradient(0deg, rgb(0, 255, 55), rgb(22, 187, 0));
  -webkit-background-clip: text;
  background-clip: text;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes rotateBackground {
  to {
    --angle: 360deg;
  }
}

.buttonMain {
  background-image: none;
  background-color: #0184ff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  font-family: Nunito;
  font-weight: 1000;
  border: none;
  color: var(--text-color-100);
  display: block;
  font-size: 2em;
  cursor: pointer;
}

.divMain:hover button {
  filter: brightness(1.5);
  background: radial-gradient(circle, #01f7ff, #01d9ff, #0130ff);
  transition: filter, 0.3s ease-in-out;
}

.divMain:hover {
  transform: scale(1.1);
  backdrop-filter: brightness(1.5);
  transition: transform, 0.3s ease-in-out;
}

.bubble {
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url("./assets/bubble.webp");
  background-size: contain;
  background-repeat: no-repeat;
  animation: floatUp linear infinite;
  opacity: 0.7;
  visibility: hidden;
}

@keyframes floatUp {
  0% {
    visibility: visible;
    transform: translateY(67vh);
  }
  100% {
    visibility: visible;
    transform: translateY(-27vh);
  }
}

@keyframes wobble {
  0%,
  100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(20px) rotate(6deg);
  }
}

.bubble-holder {
  overflow: hidden;
  border-radius: 2vw;
  z-index: -1;
}

.bubble:nth-child(1) {
  left: 2%;
  animation-duration: 8s;
  animation-delay: 0.9s;
}
.bubble:nth-child(2) {
  left: 7%;
  animation-duration: 7s;
  animation-delay: 8s;
}
.bubble:nth-child(3) {
  left: 12%;
  animation-duration: 9s;
  animation-delay: 4s;
}
.bubble:nth-child(4) {
  left: 17%;
  animation-duration: 6.9s;
  animation-delay: 8s;
}
.bubble:nth-child(5) {
  left: 22%;
  animation-duration: 10.1s;
  animation-delay: 4.7s;
}
.bubble:nth-child(6) {
  left: 27%;
  animation-duration: 8.5s;
  animation-delay: 2.5s;
}
.bubble:nth-child(7) {
  left: 32%;
  animation-duration: 7s;
  animation-delay: 1.35s;
}
.bubble:nth-child(8) {
  left: 37%;
  animation-duration: 9s;
  animation-delay: 7.5s;
}
.bubble:nth-child(9) {
  left: 42%;
  animation-duration: 8.9s;
  animation-delay: 3.5s;
}
.bubble:nth-child(10) {
  left: 47%;
  animation-duration: 7.5s;
  animation-delay: 2s;
}
.bubble:nth-child(11) {
  left: 52%;
  animation-duration: 10s;
  animation-delay: 1s;
}
.bubble:nth-child(12) {
  left: 57%;
  animation-duration: 8s;
  animation-delay: 0s;
}
.bubble:nth-child(13) {
  left: 62%;
  animation-duration: 9s;
  animation-delay: 2.5s;
}
.bubble:nth-child(14) {
  left: 67%;
  animation-duration: 7s;
  animation-delay: 3.6s;
}
.bubble:nth-child(15) {
  left: 72%;
  animation-duration: 8s;
  animation-delay: 0.5s;
}
.bubble:nth-child(16) {
  left: 77%;
  animation-duration: 9s;
  animation-delay: 2.1s;
}
.bubble:nth-child(17) {
  left: 82%;
  animation-duration: 7s;
  animation-delay: 2.8s;
}
.bubble:nth-child(18) {
  left: 87%;
  animation-duration: 8s;
  animation-delay: 1s;
}
.bubble:nth-child(19) {
  left: 92%;
  animation-duration: 10s;
  animation-delay: 0s;
}
.bubble:nth-child(20) {
  left: 97%;
  animation-duration: 8s;
  animation-delay: -5s;
}
.bubble:nth-child(21) {
  left: 2%;
  animation-duration: 6s;
  animation-delay: 0s;
}
.bubble:nth-child(22) {
  left: 7%;
  animation-duration: 3s;
  animation-delay: -1s;
}
.bubble:nth-child(23) {
  left: 12%;
  animation-duration: 4.6s;
  animation-delay: -2s;
}
.bubble:nth-child(24) {
  left: 17%;
  animation-duration: 3.5s;
  animation-delay: -3s;
}
.bubble:nth-child(25) {
  left: 22%;
  animation-duration: 10s;
  animation-delay: -2s;
}

.boost {
  background-image: none;
  background-color: #01ff0e;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  font-family: Nunito;
  font-weight: 1000;
  border: none;
  color: var(--text-color-100);
  display: block;
  font-size: 2em;
  cursor: pointer;
}

.boost-con {
  display: inline-block;
  animation: rotateBackground 1s linear infinite;

  padding: 0.5% 1%;
  width: 30%;
  height: 10%;

  background-color: #8aff7f;
  border-radius: 10px;
  color: var(--text-color-100);
  font-size: 0.7em;
  --angle: 0deg;
  min-width: 84px;

  background-origin: border-box;

  /* Remove the background-color to let gradient show */
  background-image: linear-gradient(
      var(--angle),
      rgba(16, 179, 1, 0.8),
      rgba(255, 0, 0, 0) 70.71%
    ),
    linear-gradient(
      var(--angle),
      rgba(0, 217, 255, 0.8),
      rgba(0, 255, 0, 0) 70.71%
    );
  border: 0.3rem solid transparent;
  animation: rotateBackground 4s linear infinite;
  cursor: pointer;
}

.boost:hover {
  background-color: #00a308;
}

.skin-button {
  background-image: none;
  background-color: var(--background-white-100);
  border-radius: 10px;
  width: 20vh;
  height: 5vw;
  font-family: Nunito;
  font-weight: 1000;
  border: calc(4px + 0.2vw) var(--border-color-200) solid;
  color: var(--text-color-100);
  font-size: calc(15px + 0.5vw);
  margin: 2vh;
}

.restart-button {
  position: absolute;
  top: calc(-50px + 50vh);
  left: calc(-100px + 50vw);
  width: 200px;
  height: 100px;
  border-radius: 30px;
  background-color: rgb(51 239 255);
  z-index: 12;
  font-family: Nunito;
  border: calc(4px + 0.2vw) rgb(51 173 255) solid;
  font-size: 2em;
  font-weight: 800;
}

.restart-button:hover {
  background-color: rgb(14, 0, 214);
  transition: background-color 0.3s ease-in-out;
}

.skin-button:hover {
  filter: brightness(1.5);
  transform: scale(1.05);
  background-color: var(--background-white-100);
  transition: filter, transform, 0.3s ease-in-out;
}

.divMain {
  display: inline-block;
  position: relative;
  overflow: hidden;

  padding: 1.5% 2.5%;
  width: 50%;
  height: 20%;

  border-radius: max(1.04166vw, 1.6666vh);
  color: var(--text-color-100);
  font-size: 2em;
  z-index: 0;

  background-origin: border-box;

  /* Remove the background-color to let gradient show */

  cursor: pointer;
}

.divMain::before {
  --angle: 0deg;
  content: "";
  position: absolute;
  animation: rotateBackground 2s linear infinite;
  height: 500%;
  width: 200%;
  top: -200%;
  left: -50%;
  z-index: -1;
  background: url(./backgrounds/playbutton.avif) no-repeat center; /* No-repeat background */
  background-color: #ddd; /* Fallback background color */
  background-size: cover; /* Cover entire pseudo-element area */
  transform: rotate(
    var(--angle)
  ); /* css rotate background image, css background rotate */
}

button:hover {
  background-color: #46fcff;
  transition: background-color 0.3s ease-in;
}

/* Labels and Text Styles */

.null3 {
  width: 1px;
  height: 1px;
}

.label {
  color: var(--text-color-100);
  font-size: calc(10px + 0.5vw);
  font-weight: bold;
}

.labelspace {
  margin-right: 5px;
}

.addedInfo {
  font-size: 9;
}

.taxLable {
  margin-top: -4%;
}

/* Scrollable Div Styles */
.scrollDiv {
  width: calc("100% + 9px");
}

.configDiv {
  line-height: calc(10px + 1vh);
  height: 20vh;
  margin: 5%;
  float: left;
  overflow: auto;
  border-top: var(--text-color-100) solid 2px;
  border-bottom: var(--text-color-100) solid 2px;
}

.configDiv::-webkit-scrollbar {
  display: none;
}

.configDiv::-moz-scrollbar {
  display: none;
}

.team-contaniner input {
  padding: 5px;
  border-radius: 5px;
  border: none;
}

.team-contaniner button {
  padding: 5px;
  border-radius: 5px;
}

/* Range Input Styles */
.taxRange {
  width: 30%;
}

datalist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: vertical-lr;
  width: 30%;
  font-size: 7;
}

option {
  padding: 0;
}

.post-button {
  background-color: #0184ff;
  border-radius: 10px;
  font-family: Nunito;
  font-weight: 700;
  border: none;
  color: var(--text-color-100);
  display: block;
  font-size: 1em;
  cursor: pointer;
}

/* Landing Page Styles */
.landing-page {
  width: 100%;
  height: 100%;
}

.full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-white-0);
  font-size: calc(10px + 0.5vw);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 150;
  color: var(--text-color-100);
}

/* Badge Level Div Styles */
.badgeLevelDiv {
  line-height: calc(10px + 1vh);
  background-color: var(--background-white-0);
  display: flex;
  flex-direction: column-reverse;
  justify-content: end;
  float: left;
  overflow-y: scroll !important;
  width: 100%;
  height: 100%;
  border: none;
}

.badgeLevelDiv-con {
  border: var(--border-color-100) solid calc(4px + 0.2vw);
  border-radius: 2vw;
  overflow: hidden;
  min-width: 250px;
  width: 20%;
  height: 80vh;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  margin-left: 5%;
  z-index: 20;
}

.lock-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social-con {
  border: var(--border-color-100) solid calc(4px + 0.2vw);
  border-radius: 2vw;
  overflow: hidden;
  min-width: 250px;
  width: 20vw;
  height: 83vh;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  margin-left: 5vw;
  z-index: 20;
}

.about-img {
  display: inline;
  width: 5vw;
  height: 5vw;
  margin: calc(10px + 0.5vw);
  border: calc(4px + 0.2vw) var(--background-white-300) solid;
  border-radius: calc(10px + 0.5vw);
}

.message {
  display: block;
  max-height: 7vh;
  border-radius: calc(7.5px + 0.4vw);
  padding: 2%;
  margin: 2%;
  background-color: var(--background-white-100);
}

.like-dislike-img {
  display: inline;
  margin: 1px;
  width: 2vw;
  height: 2vw;
}

.like-dislike-img:hover {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}

.like-dislike-div:hover::after {
  content: "Username";
  display: block;
  background-color: var(--background-black-200);
  color: var(--text-color-100);
  max-height: 10vh;
  padding: 1%;
  border-radius: calc(7.5px + 0.4vw);
  width: 300%;
  transform: translateX(-150%);
  white-space: nowrap;
  z-index: 10;
}

.updates-img {
  display: inline;
  width: 10vw;
  height: 10vw;
  margin: calc(10px + 0.5vw);
  border: calc(4px + 0.2vw) var(--background-white-300) solid;
  border-radius: calc(10px + 0.5vw);
}

.lineBreak::after {
  content: "\A";
  white-space: pre;
}

.disabledBadge {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.4)
  );
  background-clip: border-box;
  border-color: var(--disabled-badge) !important;
}

.meter-1 {
  fill: none;
  stroke-width: 9px;
  stroke-linecap: round;
  transform: rotate(90deg) scaleX(-1);
  transform-origin: 50% 50%;
  stroke-dasharray: 360;
  stroke-dashoffset: -100%;
  stroke: aqua;
}

.levelContainer {
  background-color: var(--background-white-300);
  border: var(--border-color-500) solid calc(4px + 0.2vw);
  margin: calc(2px + 0.05vw);
  padding: calc(2px + 0.05vw);
  display: flex;
  min-height: calc(10px + 0.5vw);
  border-radius: 2vw;
  text-align: center;
  align-items: center;
  background-origin: border-box;
  background-clip: border-box;
  justify-content: center;
}

.socialContainer {
  background-color: var(--background-white-300);
  border: var(--border-color-500) solid calc(4px + 0.2vw);
  margin: 5px;
  padding: 5px;
  display: block;
  min-height: 10px;
  border-radius: 2vw;
  background-origin: border-box;
  background-clip: border-box;
}

.flexbuild {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70%;
}

/* Team Box Styles */
.outer-box {
  position: absolute;
  top: calc(50vh - 208px);
  left: calc(50vw - 158px);
  display: block;
  z-index: 8;
  width: 300px;
  height: 400px;
  background-color: #3fcfffa1;
  border-radius: 12px;
  padding: calc(4px + 0.2vw);
  box-shadow: 0calc (2px + 0.05vw) calc(4px + 0.2vw) rgba(0, 0, 0, 0.1);
}

.outer-onwer-box {
  width: 600px !important;
  left: calc(50vw - 308px) !important;
}

.inner-box {
  width: 95%;
  height: 95%;
  background-color: #63f1f1;
  border-radius: calc(4px + 0.2vw);
  padding: 5px;
  position: relative;
}

.inner-onwer-box {
  width: 55% !important;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
  cursor: pointer;
  color: var(--text-color-100);
}

.close-btn:hover {
  color: rgb(255, 0, 0);
}

.button-container {
  display: flex;
  justify-content: space-between;
  margin-top: calc(4px + 0.2vw);
}

.btn {
  width: 48%;
  padding: calc(4px + 0.2vw) 0;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.btn-join {
  background-color: #1eafff;
  color: var(--text-color-100);
  font-weight: bold;
}

.btn-create {
  background-color: #4287f5;
  color: var(--text-color-100);
}

.btn:hover {
  opacity: 0.9;
}

/* Team Styles */
.containerA {
  width: 90%;
  height: 95%;
  z-index: 9;
  background-color: #5ce6e6;
  border-radius: 10px;
  padding: 5px;
  margin: 5px;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  overflow-y: auto;
  display: none;
  box-shadow: 0calc (2px + 0.05vw) 6px rgba(0, 0, 0, 0.1);
}

.team {
  background-color: #32baff;
  color: var(--text-color-100);
  text-align: center;
  padding: 10px 0;
  width: 90%;
  border-radius: 10px;
  margin: 5%;
  font-weight: bold;
}

/* Footer Styles */
.botton-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.botton-footer2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.centerleft {
  display: flex;
  align-items: center;
  margin: 5px;
}

.ip-slecet {
  position: relative;
  padding: calc(10px + 0.5vw);
  border: 1px solid var(--background-white-300);
  background-color: var(--background-white-0);
  color: var(--text-color-100);
  border-radius: 12px;
  z-index: 20;
}

.big-link {
  font-size: 3em;
  margin: calc(10px + 0.5vw);
  background: linear-gradient(90deg, #1bfaf6, #1eafff);
  background-clip: text;
  color: #00000000;
}

.black-background {
  background-color: var(--background-white-0);
}

.copyrightNotice {
  top: 5px;
  right: 20px;
  position: fixed;
}

.center-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Miscellaneous Styles */
.x-out {
  position: fixed;
  top: 16vh;
  right: 7.7vw;
  width: 1vw;
  height: 1vw;
  font-size: 27px;
  font-weight: 700;
  z-index: 150;
  border: none;
  background: none;
  color: var(--text-color-100);
}
.x-out:hover {
  color: red;
  border: none;
  background: none;
}

.scroll-holder {
  height: 75vh;
  z-index: 24;
  border-radius: calc(40px + 1vw);
}

.coolLineBreak {
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
  width: 70%;
  border-bottom: 1px solid #242424;
}

.centerer {
  display: block;
  justify-content: center;
  align-items: center;
}

.glow {
  border: thick double #1bfaf6;
}

/* Switch Styles */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--background-white-300);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: var(--background-white-0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.moveee {
  box-shadow: 0px 0px calc(10px + 0.5vw) 6px #1bfaf6;
  background-color: #33f0ff;
}

.moveee:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

._100per {
  width: 100%;
  height: 100%;
  border-radius: 34px;
}
._100per_ {
  width: 100%;
  height: 100%;
}

._10per_ {
  width: 15vh;
  height: 15vh;
  margin-left: calc(15.5vw / 2 - 15vh / 2);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.settings-img {
  position: sticky;
  top: 0.2vw;
  left: 0.2vw;
  width: max(4vw, 6vh);
  z-index: 23;
}

.absolute-pos {
  position: absolute !important;
}

.settings-box {
  border: var(--border-color-300) solid 7px;
  border-radius: 2vw;
  border-top-left-radius: 0px;
  min-width: 250px;
  width: 20%;
  height: 32%;
  position: fixed;
  display: none;
  top: calc(max(2vw, 3vh) + 0.2vw);
  left: calc(max(2vw, 3vh) + 0.2vw);
  background-color: var(--background-white-0);
  z-index: 24;
  overflow: visible;
}

.campaings {
  max-width: 50vh;
}

.skins-grid {
  display: grid;
  --real-deal-width: calc(15vw - 6.66666666667px);
  grid-template-columns: repeat(6, var(--real-deal-width));
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-rows: repeat(6, 1fr);
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 55%;
  border-top: var(--border-color-300) solid calc(4px + 0.2vw);
}

.skins-grid-container {
  height: 100%;
  overflow-y: auto;
}

.high-height {
  overflow: hidden;
  background-color: var(--background-white-0);
  border: var(--border-color-300) solid calc(4px + 0.2vw);
  width: 98%;
  height: 98%;
  border-radius: 60px;
}

.h-40-30 {
  width: 100%;
  height: 45%;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.spiner-con {
  height: 100%;
  justify-content: center;
  align-items: baseline;
  margin: calc(10px + 0.5vw);
}

.skin-div {
  position: relative;
  margin: calc(10px + 0.5vw);
  border-radius: calc(10px + 0.5vw);
  background-color: var(--background-white-100);
  border: var(--border-color-100) solid calc(4px + 0.2vw);
  width: 10vw;
  height: 10vw;
  aspect-ratio: 1;
}

.skin-div img {
  border-radius: calc(7.5px + 0.4vw);
}

.skin-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sudo-tool-tip {
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
  border-radius: 2vw;
  z-index: 5;
  border-top-left-radius: 0px;
  background-color: var(--background-white-0);
}

.tooltip {
  width: 0;
  height: 0;
  border-top: max(4vw, 6vh) solid var(--border-color-300);
  border-right: max(4vw, 6vh) solid var(--border-color-300);
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
  background-color: var(--background-white-0);
  position: absolute;
  --setwidth: calc(-50%);
  transform: translateY(var(--setwidth)) rotate(45deg);
  z-index: 1;
  --builtbox: border-box;
}

@keyframes turn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.settings-img:hover {
  transform-origin: 50% 50%;
  animation: turn 0.7s ease-out;
}

.tactics {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 4.99vw;
  max-width: 5vw;
  display: flex;
  height: 100%;
  z-index: 200;
  background-position: 0 0;
  background-clip: content-box;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.tactics button {
  border-radius: 7.5px;
  min-width: 4.89vw;
  max-width: 4.9vw;
  min-height: 4.89vw;
  max-height: 4.9vw;
  background-repeat: no-repeat;
  background-size: 4.9vw 4.9vw;
  border: none;
  margin-top: 5px;
  margin-bottom: 5px;
  display: none;
}

.tactics button:nth-child(1) {
  background-image: url("./tactics/1.png");
}

.tactics button:nth-child(2) {
  background-image: url("./tactics/2.png");
}

.tactics button:nth-child(3) {
  background-image: url("./tactics/3.png");
}

.z-index3 {
  z-index: 3;
}

.tactics button:nth-child(4) {
  background-image: url("./tactics/4.png");
}

.tactics button:nth-child(5) {
  background-image: url("./tactics/5.png");
}

.tactics button:nth-child(6) {
  background-image: url("./tactics/6.png");
}

.top-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  z-index: 201;
  height: 5vh;
  display: flex;
  justify-items: center;
  align-items: center;
}

.top-box img {
  width: 5vh;
  height: 5vh;
  border: none;
  display: none;
  margin: 0;
  padding: 0;
  opacity: 1;
}
