@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono&family=Outfit&display=swap);

html {
  height: 100%;
  width: 100%;
}
body {
  font-family: Outfit, sans;
  background-color: #fff;
  color: #000;
  margin: 0;
}
svg {
  fill: #FFFFFF;
  width: 30px;
  height: 30px;
}
button, input[type=number], input[type=password], input[type=text] {
  font-family: Outfit, sans;
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 20px;
  transition-duration: .2s;
  outline: 0;
}
button:hover {
  /* background-color: #000;
  color: #fff; */
  cursor: pointer;
}
button:active {
  transform: translateY(4px);
}
input[type=number]:focus, input[type=password]:focus, input[type=text]:focus {
  border: 2px solid #00bfff;
}


#container {
  display: flex;
  flex-direction: column;
}

#title {
  border: 2px solid red;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#titletext {
  font-size: 30px;
  margin: 0;
}
#tpcontainer {
  border: 2px solid blue;
  height: calc(100vh - 58px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#tparea {
  width: calc(100vw - 4px);
  height: calc(100vh - 58px);
  border: 2px solid #0f0;
}

#rdbi {
  width: 75px;
  height: 75px;
}
#rdb {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 20px;
}

/* .tpanchor {
  height: 80px;
  width: 80px;
} */

#tp1c,#tp2c,.tpanchor {
  width: 80px;
  height: 80px;
}
#tp1c,#tp2c {
  position: absolute;
}

#chm,#chmc {
  width: 230px;
  height: 230px;
}
#chmc {
  position: absolute;
}

.inRange1 {
  content:url(assets/teleport1black.png);
  /* border: 2px solid gold; */
}
.inRange2 {
  content:url(assets/teleport2black.png);
  /* border: 2px solid gold; */
}
.outOfRange {
  content:url(assets/rendezvous.png)
}
.inRangeB {
  border: 2px solid gold;
}
.outOfRangeB {
  border: 2px solid #000;
}
