* {
  transition-duration: 0.5s;
  text-align: center;
  font-family: "Inconsolata", monospace;
  font-weight: 700;
  table-align: center;
  margin: auto;
}

*:focus {
  outline: thin dotted white;
}

body {
  background-color: var(--background);
  color: var(--color);
  overflow: hidden;
  --background: #0f0f0f;
  --color: #dfdfdf;
  --points: #ffffff;
}

html,
body {
  min-height: 100%;
  height: 100%;
}

td {
  padding: 0;
}

.upgTable {
  display: flex !important;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}

.upgRow {
  display: flex !important;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}

.upgAlign {
  height: 120px;
  vertical-align: 0;
}

h1,
h2,
h3,
b,
input {
  display: inline;
  font-family: "Lucida Console", "Courier New", monospace;
}

.treeNode {
  height: 115px;
  width: 115px;
  border: var(--hqProperty1);
  border-color: rgba(0, 0, 0, 0.125);
  border-radius: 16%;
  box-shadow: var(--hqProperty2a), var(--hqProperty2b);
  font-size: 53px;
  font-family: "Lucida Console", "Courier New", monospace;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: var(--hqProperty3);
}

.locked {
  background: var(--locked) !important;
  background-color: var(--locked) !important;
  cursor: not-allowed;
}

.can {
  cursor: pointer;
}

.can:hover {
  transform: scale(1.15, 1.15);
  box-shadow: 0px 0px 20px var(--points);
}

.treeNode.notify {
  transform: scale(1.1, 1.1);
  border-color: rgba(255, 132, 0, 0.746);
  box-shadow: var(--hqProperty2a), 0px 0px 20px #00ff1a !important;
  z-index: 3;
}

.treeNode.can:hover {
  transform: scale(1.15, 1.15);
  box-shadow: var(--hqProperty2a), 0px 0px 20px var(--points);
  z-index: 4;
}

.bought {
  background: #77bf5f !important;
  background-color: #77bf5f !important;
  cursor: default;
}

.back {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--background);
  border: 1px solid var(--background);
  color: var(--color);
  font-size: 40px;
  cursor: pointer;
}

.back:hover {
  transform: scale(1.1, 1.1);
  text-shadow: 0px 0px 7px var(--color);
}

.reset {
  height: 120px;
  width: 180px;
  border-radius: 10%;
  border: 5px solid;
  border-color: rgba(0, 0, 0, 0.125);
}

.upg {
  height: 120px;
  width: 120px;
  border-radius: 10%;
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.125);
  font-size: 10px;
}

.upgBig {
  height: 200px;
  width: 200px;
  border-radius: 10%;
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0.125);
}

.longUpg {
  height: 50px;
  width: 120px;
  background: var(--points);
  border-radius: 50%;
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0.125);
  font-size: 10px;
}

.smallUpg {
  height: 40px;
  width: 40px;
  border-radius: 25%;
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0.125);
}

#points {
  color: var(--points);
  text-shadow: 0px 0px 10px var(--points);
}

.p {
  background-color: #00bfbf;
  color: rgba(0, 0, 0, 0.5);
}

.p_txt {
  color: #00bfbf;
  text-shadow: 0px 0px 10px #00bfbf;
}

.b {
  background-color: #415a9e;
  color: rgba(0, 0, 0, 0.5);
}

.b_txt {
  color: #415a9e;
  text-shadow: 0px 0px 10px #415a9e;
}

.g {
  background-color: #409c6e;
  color: rgba(0, 0, 0, 0.5);
}

.g_txt {
  color: #409c6e;
  text-shadow: 0px 0px 10px #409c6e;
}

.e {
  background-color: #9643a3;
  color: rgba(0, 0, 0, 0.5);
}

.e_txt {
  color: #9643a3;
  text-shadow: 0px 0px 10px #9643a3;
}

.t {
  background-color: #3f993d;
  color: rgba(0, 0, 0, 0.5);
}

.t_txt {
  color: #3f993d;
  text-shadow: 0px 0px 10px #3f993d;
}

.s {
  background-color: #dfdfdf;
  color: rgba(0, 0, 0, 0.5);
}

.s_txt {
  color: #dfdfdf;
  text-shadow: 0px 0px 10px #dfdfdf;
}

.sb {
  background-color: #494b99;
  color: rgba(0, 0, 0, 0.5);
}

.sb_txt {
  color: #494b99;
  text-shadow: 0px 0px 10px #494b99;
}

.h {
  background-color: #a14040;
  color: rgba(0, 0, 0, 0.5);
}

.h_txt {
  color: #a14040;
  text-shadow: 0px 0px 10px #a14040;
}

.q {
  background-color: #ff2bf2;
  color: rgba(0, 0, 0, 0.5);
}

.q_txt {
  color: #ff2bf2;
  text-shadow: 0px 0px 10px #ff2bf2;
}

.hb {
  background-color: #513d94;
  color: rgba(0, 0, 0, 0.5);
}

.hb_txt {
  color: #513d94;
  text-shadow: 0px 0px 10px #513d94;
}

.ss {
  background-color: #eff7ff;
  color: rgba(0, 0, 0, 0.5);
}

.ss_txt {
  color: #eff7ff;
  text-shadow: 0px 0px 10px #eff7ff;
}

.hg {
  background-color: #3d9989;
  color: rgba(0, 0, 0, 0.5);
}

.hg_txt {
  color: #3d9989;
  text-shadow: 0px 0px 10px #3d9989;
}

.m {
  background-color: #eb34c0;
  color: rgba(0, 0, 0, 0.5);
}

.m_txt {
  color: #eb34c0;
  text-shadow: 0px 0px 10px #eb34c0;
}

.ba {
  background-color: #ebc88f;
  color: rgba(0, 0, 0, 0.5);
}

.ba_txt {
  color: #ebc88f;
  text-shadow: 0px 0px 10px #ebc88f;
}

.sg {
  background-color: #3d997a;
  color: rgba(0, 0, 0, 0.5);
}

.sg_txt {
  color: #3d997a;
  text-shadow: 0px 0px 10px #3d997a;
}

.sp {
  background-color: #00a7bf;
  color: rgba(0, 0, 0, 0.5);
}

.sp_txt {
  color: #00a7bf;
  text-shadow: 0px 0px 10px #00a7bf;
}

.l {
  background-color: #7fbf7f;
  color: rgba(0, 0, 0, 0.5);
}

.l_txt {
  color: #7fbf7f;
  text-shadow: 0px 0px 10px #7fbf7f;
}

.ps {
  background-color: #b38fbf;
  color: rgba(0, 0, 0, 0.5);
}

.ps_txt {
  color: #b38fbf;
  text-shadow: 0px 0px 10px #b38fbf;
}

.hs {
  background-color: #dfdfff;
  color: rgba(0, 0, 0, 0.5);
}

.hs_txt {
  color: #dfdfff;
  text-shadow: 0px 0px 10px #dfdfff;
}

.i {
  background-color: #e5dab7;
  color: rgba(0, 0, 0, 0.5);
}

.i_txt {
  color: #e5dab7;
  text-shadow: 0px 0px 10px #e5dab7;
}

.mb {
  background: radial-gradient(
    circle,
    rgba(255, 100, 100, 1) 0%,
    rgba(255, 159, 127, 1) 50%
  );
  background-size: 200%;
  background-position: center;
  color: rgba(0, 0, 0, 0.5);
  animation: mb 4s infinite;
}

@keyframes mb {
  0% {
    background-size: 200%;
  }
  50% {
    background-size: 100%;
  }
  100% {
    background-size: 200%;
  }
}

.mb_txt {
  color: #ff9f7f;
  text-shadow: 0px 0px 10px #ff9f7f;
}

.ge {
  background-color: rgba(191, 191, 191, 1);
  background: radial-gradient(
    circle,
    rgba(191, 191, 191, 1) 0%,
    rgba(131, 133, 134, 1) 100%
  );
  color: rgba(0, 0, 0, 0.5);
}

.ge_txt {
  color: #bfbfbf;
  text-shadow: 0px 0px 10px #bfbfbf;
}

.ma {
  background: radial-gradient(
    circle,
    rgba(112, 109, 109, 1) 0%,
    rgba(159, 159, 159, 1) 100%
  );
  color: rgba(0, 0, 0, 0.5);
}

.ma_txt {
  color: #9f9f9f;
  text-shadow: 0px 0px 10px #9f9f9f;
}

#optionWheel {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 50px;
  cursor: pointer;
}

#optionWheel:hover {
  transform: rotate(360deg);
}

#info {
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50px;
  left: 4px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #02f2f2;
}

#info:hover {
  transform: scale(1.2, 1.2);
  text-shadow: 5px 0px 10px #02f2f2, -3px 0px 12px #02f2f2;
}

#discord {
  position: absolute;
  top: 120px;
  left: 4px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

#discord:hover {
  transform: scale(1.2, 1.2);
}

#version {
  position: absolute;
  right: 8px;
  top: 4px;
  text-align: right;
  color: var(--points);
  text-shadow: 0px 0px 10px var(--points);
  cursor: pointer;
}

#version:hover {
  transform: scale(1.1, 1.1);
  right: 9.6px;
}

a {
  color: #007fff;
  text-decoration-line: none;
  cursor: pointer;
}

.link {
  display: block;
  font-size: 20px;
  color: #41f5f5;
  text-decoration-line: none;
  cursor: pointer;
  width: 100%;
  min-width: 100%;
  font-family: "Lucida Console", "Courier New", monospace;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #02f2f2;
  text-decoration: none;
}

.link:hover {
  transform: scale(1.2, 1.2);
  text-shadow: 5px 0px 10px #02f2f2, -3px 0px 12px #02f2f2;
  width: 80%;
  min-width: 80%;
}

.opt {
  height: 100px;
  width: 100px;
  border-radius: 25%;
  border: 4px solid;
  background-color: var(--color);
  border-color: rgba(0, 0, 0, 0.125);
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.opt:hover {
  background-color: #439ea3;
}

.hidden {
  visibility: hidden;
  height: 50px !important;
}

.canvas {
  top: 0;
  left: 0;
  position: absolute;
  z-index: -999;
}

.milestone {
  width: 100%;
  height: 75px;
  background: #bf8f8f;
  background-color: #bf8f8f;
  border: 4px solid;
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0.125);
  color: rgba(0, 0, 0, 0.5);
}

.milestoneDone {
  width: 60%;
  height: 60px;
  background: #77bf5f;
  background-color: #77bf5f;
  border: 4px solid;
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0.125);
  color: rgba(0, 0, 0, 0.5);
}

.left {
  position: absolute;
  left: 0;
}

.remove {
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.remove:hover {
  transform: scale(1.1, 1.1);
}

.col {
  min-width: 49.5%;
  max-width: 49.5%;
  width: 49.5%;
  height: 100%;
  min-height: 100%;
  column-span: 1;
  position: absolute;
  overflow-y: auto;
  overflow-x: auto;
  transition-duration: 0s;
}

.col.right {
  top: 0;
  right: 0;
}

#app {
  column-count: 2;
  column-width: 50%;
  min-height: 100%;
}

.vl {
  border-left: 6px solid var(--color);
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

ul {
  list-style-type: none;
}

.hChall {
  background: #bf8f8f;
  background-color: #bf8f8f;
  border: 4px solid;
  border-color: rgba(0, 0, 0, 0.125);
  color: rgba(0, 0, 0, 0.5);
  width: 300px;
  height: 300px;
  font-size: 15px;
  border-radius: 33.33%;
}

.hChall.done {
  background-color: #77bf5f;
}

.hChall.canComplete {
  background-color: #ffbf00;
}

.fullWidth {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 100%;
  overflow-y: auto;
  overflow-x: auto;
  transition-duration: 0s;
}

.machine {
  background: #c9c9c9;
  background-color: #c9c9c9;
  border: 10px solid;
  border-color: rgba(0, 0, 0, 0.125);
  color: rgba(0, 0, 0, 0.5);
  width: 200px;
  height: 200px;
  font-size: 15px;
  border-radius: 20%;
}

#loadingSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

[tooltip] {
  position: relative;
  z-index: 2;
}

[tooltip]:before,
[tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  white-space: pre-wrap;
}

[tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: var(--background_tooltip);
  color: var(--points);
  content: attr(tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  transition-duration: 0.5s;
  white-space: pre-wrap;
}

[tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid var(--background_tooltip);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  transition-duration: 0.5s;
  white-space: pre-wrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  white-space: pre-wrap;
}
