.mainframe {
  display: none;
  width: 100vw;
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
}

.death-screen {
  width: 100vw;
  position: absolute;
  height: 100vh;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
}

.background-grid {
  grid-template-columns: repeat(10, 1000px);
  grid-template-rows: repeat(10, 1000px);
  grid-gap: 0px;
  width: 10000px;
  height: 10000px;
  position: absolute;
  top: -5000px;
  left: -5000px;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.UI-contaniner {
  overflow: hidden;
  width: 99.9vw;
  height: 99.9vh;
  top: 0;
  left: 0;
  position: absolute;
}

.bar-holder {
  position: relative;
  width: 45vw;
  height: 05.140640155vh;
  top: 95vh;
  left: 27.5vw;
  z-index: 6;
}

.bar-image {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  user-select: none;
}

.allow-join {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 3.5vw;
  height: 3.5vw;
  margin-left: 10px;
  border-radius: 8px;
  margin-right: 10px;
}

.confimation-pop-up {
  background: #fff;
  box-shadow: 0 4px 8px rgba(192, 192, 192, 0.1);
  z-index: 150;
  border-radius: 14px;
}

.confimation-pop-up {
  background: #fff;
  box-shadow: 0 4px 8px rgba(192, 192, 192, 0.1);
  z-index: 150;
  border-radius: 14px;
}

.flex-85 {
  display: flex;
  height: 85%;
}

.join-text {
  color: #00ffff;
  font-size: 40px;
}

.keycontener {
  position: absolute;
  bottom: 30vh;
  left: 20px;
  z-index: 25;
  display: none;
  flex-wrap: wrap;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
}

.keycontener br {
  min-height: 100%;
  min-width: 25px;
}

.aling-center-10 {
  width: 100vw;
  text-align: center;
  display: none;
  position: relative;
  z-index: 79;
}

.con-435874358 {
  display: flex;
  align-items: center;
  width: 0;
  height: 100vh;
  float: left;
}

.socialLevelDiv {
  line-height: 18px;
  background-color: var(--background-white-0);
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  float: left;
  overflow-y: scroll !important;
  width: 100%;
  height: 100%;
  border: none;
}

.textsocial {
  width: 70%;
  padding: 2%;
  margin: 1%;
  border: 1px solid var(--background-white-300);
  border-radius: 15px;
  line-height: 17px;
  font-size: 16px;
  height: 40%;
  max-height: 80%;
  font-family: Nunito, Arial, sans-serif;
}

.request-join {
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  z-index: 9;
  width: 300px;
  height: 8vw;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 5vh;
  left: 5vw;
  display: none;
}

@keyframes move {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: translateX(35vw);
    opacity: 1;
  }
}

.upgrade-tiles {
  width: 35vw;
  height: 15vw;
  position: absolute;
  top: 0;
  left: -35vw;
  display: none;
  z-index: 2000;
}

.ghost-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.shadow-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.336);
}

.team-contaniner {
  text-align: center;
  background: var(--background-white-0);
  padding: -10px 20px 20px 20px;
  border-radius: 8px;
  z-index: 89;
  width: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  top: calc(50vh - 155px);
  left: calc(50vw - 200px);
}

.team-contaniner h1 {
  color: var(--text-color-100);
}

.team-contaniner h2 {
  color: var(--text-color-100);
}

.team-contaniner p {
  color: var(--text-color-100);
}

.team-contaniner label {
  color: var(--text-color-100);
}

.create-team-button {
  z-index: 10;
  margin-bottom: 8px;
  border: none;
  background-color: var(--background-white-300);
  color: var(--text-color-100);
}

.high-index {
  z-index: 10;
}

.aling-left {
  text-align: left;
}
.gear-holder {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
