body {
  font-family: "Press Start 2P", cursive;
  background: rgb(34, 193, 195);
  background: #ecf0f1;
}

div{
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

#projectName {
  position: absolute;
  top: 50px;
  left: 50px;
}

#title {
  font-size: 22px;
  float: right;
}
.click {
  animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes example {
  from {
    text-decoration: underline;
  }
  to {
    text-decoration: none;
  }
}

#days {
  position: absolute;
  left: 1%;
  top: 5%;
}
#metaneeds {
  background: black;
  color: lawngreen;
  font-size: 14px;
  padding: 30px;
}

#metaneeds > ul > li {
  padding: 10px;
  font-size: 20px;
  font-family: monospace;
}
#gamescore {
  /* font-size: 20px; */
  background: #000;
  padding: 10px;
  /* color: darkmagenta; */
  color: #00ff04;
}
#dashboard {
  position: absolute;
  top: 10%;
  width: 60%;
}
#help > li {
  padding: 0px;
}
#feed {
  position: absolute;
  top: 5%;
  width: 32%;
  right: 20px;
  /* background: #2d3436; */
  color: #fff;
  height: 140px;
}
#help {
  width: 100%;
  background: #fff;
  height: 80%;
  top: 20%;
  position: absolute;
  /* top: 10%;
    left: 10%; */
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 30%);
}
#dashboard2 {
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
  background: #e1e1e1;
  padding: 10px;
}
#gamescoreBugs {
  /* font-size: 20px; */
  background: #54a0ff;
  padding: 10px;
  color: #fff;
}
.enemy {
  display: inline-block;

  padding: 4px;
  background: #f8e0e0;
  padding: 12px;
  border-radius: 10px;
}
.enemyImg {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.progress {
  background: #d7d7d7;
  width: 100%;
  height: 20px;
  border-radius: 22px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.progressbar {
  width: 100%;
  height: 80%;
  display: inline-block;
  background: #008000a8;
  border-radius: 22px;
  margin-left: -78%;
  position: absolute;
  top: 10%;
}

#gamescore2 {
  /* position: absolute;
  top: 25%;
  left: 20%;
  font-size: 60px; */
  background: #00b894;
  color: #fff;
}

#resources {
  width: auto;

  left: 10px;
  display: flex;
  flex-direction: column;

  margin-top: 10px;
}

.clicker {
  font-family: "Press Start 2P", cursive;
  font-size: 1rem;
  padding: 0.2%;
  background: red;
  border: 0px;
  color: yellow;

  width: 70%;
  flex: 1;
  cursor: pointer;
  /* margin-bottom: 10px; */
  width: 200px;
}

.clicker2 {
  font-family: "Press Start 2P", cursive;
  font-size: 1rem;
  padding: 0.2%;
  background: red;
  border: 0px;
  color: yellow;

  width: 70%;
  flex: 1;
  cursor: pointer;
  /* margin-bottom: 10px; */
  width: 200px;
}
.clicker:hover {
}

.clicker:disabled {
  background: orange;
  color: yellow;
}

.clicker:disabled > .front {
  background: orange;
  color: yellow;
}

.tile {
  font-size: 11px;
  background: yellow;
  padding: 10px;
  color: darkmagenta;
  display: inline-block;
  float: left;
  margin-right: 10px;
  /* margin-bottom: 10px; */
  width: 25%;
  height: 76px;
  line-height: 15px;
}

#actionmenu {
  position: absolute;
  right: 20px;
  top: 200px;
  height: 100%;

  background: #2980b9;

  width: 100%;
  background: #e1e1e1;
}
#menu {
  flex: 1;
  height: 50px;
}
#menubody {
  height: 90%;
  /* background: #fff9; */
}

.menu_items {
  width: 18%;
  display: inline-block;
  float: left;

  font-size: 18px;

  margin-right: 0px;
  border: 1px solid #a2a2a2;
  border: 1px solid #ffffff;
  cursor: pointer;

  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: monospace;
  /* border-top-right-radius: 30%;
  border-top-left-radius: 30%; */
}

.menu_items:hover {
  background: #fff;
}

.menu_sub_tab {
  /* cursor: pointer; */
  font-size: 18px;
}

.pushable2 {
  background: hsl(0deg 10% 80%);
  border-radius: 12px;
  border: none;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  margin-top: 10px;
  margin-left: 10px;
  width:140px;
  text-align: center;
}
.front2 {
  display: block;
  padding: 6px 10px;
  border-radius: 12px;
  background: hsl(0deg 10% 95%);
  color: #000;
  transform: translateY(-10px);
  font-size: 0.6rem;
}

.pushable2:active .front2 {
  transform: translateY(-2px);
}

.pushable {
  background: hsl(340deg 100% 32%);
  border-radius: 12px;
  border: none;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  margin-left: 10px;
}
.front {
  display: block;
  padding: 6px 21px;
  border-radius: 12px;

  background: hsl(345deg 100% 47%);
  color: white;
  transform: translateY(-6px);
  font-size: 1rem;
}

.pushable:active .front {
  transform: translateY(-2px);
}

.active_menu {
  background-color: #fff;
  color: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid transparent;
}

#myChart {
  /* display: block;
  box-sizing: border-box;
  height: 608px;
  width: 100%;
  height: 200px !important; */

  /* background: #000; */
}

.tileval {
  font-size: 14px;
  margin-top: 10px;
}

body {
  /* background: url('https://img.itch.zone/aW1nLzg2MjQ5MTMucG5n/315x250%23c/4e0NUs.png'); */
}

#pgCanvas {
  width: 100vw;
  height: 100vh;
}

#code1 {
  position: fixed;
  bottom: 10%;
  right: 34%;
  z-index: 1000;
  width: 120px;
  height: 120px;

  border-radius: 100%;
}

#code1 > .front {
  height: 100px;
  border-radius: 100%;
  font-size: 20px;
  position: relative;
}

#codeval {
  min-height: 100px;
  display: inline-flex;
  align-items: center;
  /* border: 1px solid aqua; */
  position: absolute;
  /* left: 0; */
  left: 18%;
}

#code2 {
  position: fixed;
  bottom: 10%;
  right: 64%;
  z-index: 1000;
  width: 120px;
  height: 120px;

  border-radius: 100%;
}

#code2 > .front {
  height: 100px;
  border-radius: 100%;
  font-size: 18px;
  position: relative;
}

#codeval2 {
  min-height: 100px;
  display: inline-flex;
  align-items: center;
  /* border: 1px solid aqua; */
  position: absolute;
  left: 0;
  left: 6px;
}

#worktable {
  margin-left: 4%;
  border-collapse: collapse;
  /* width: 70%; */
}

.trow {
  margin-bottom: 12px;
}

.trow > td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.rhelp {
  font-size: 14px;
  /* color: grey; */
  padding: 5%;
  line-height: 14px;
  font-family: monospace;
}

.r2help {
  font-size: 14px;
  /* color: grey; */
  padding: 0%;
  font-family: monospace;
}
.thead {
  font-size: 10px;
}

.taction {
  width: 40%;
}

.action_td {
  text-align: center;
}

#gameend {
  display: none;
  background: #000000f7;
  z-index: 2000;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

#gamemessage {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 35%;
  width: 50%;
  left: 25%;

  line-height: 78px;
}

#ghost {
  color: hsl(345deg 100% 47%);
  animation-name: animghost;
  animation-duration: 1s;
  animation-iteration-count: 1;
  position: absolute;
}

@keyframes animghost {
  from {
    opacity: 1;
    /* margin-bottom: 0; */
  }
  to {
    opacity: 0;
    /* margin-bottom: 10px; */
  }
}

#reset > .front {
  font-size: 2.2rem;
}

.fa {
  padding-right: 10px;
}

.hours {
  margin-top: 4px;
  width: 200px;
}

.hour {
  background: #33c817f7;
  width: 16px;
  width: 12.5%;
  height: 8px;
  border-radius: 3px;
  display: inline-block;
  float: left;
  margin-left: 2px;
}
.pbars{
  margin-top: 4px;
  width: 100px;
  text-align: center;
  border-radius: 10px;
  height: 10px;
  background: grey;
  overflow: hidden;
}
}
.pbar{
  background: hsl(345deg 100% 47%);
  width: 10px;
  height: 10px;
  /* border-radius: 100%; */
  display: inline-block;
  float: left;
  /* margin-left: 0.5px; */
}
#days {
  font-size: 13px;
}
.hour {
  display: none;
}
.pbar {
  display: none;
}

.notify {
  position: absolute;
  color: hsl(345deg 100% 47%);
  /* animation-name: animghost;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; */
  display: inline-block;
  display: none;
}

.enemy{
  display: none;
}
.enemy:nth-child(1){
  display: inline-block;
}