#header {
  width: 1510px;
  height: 55px;
  background-image: url("/art/other/transp2.png");
  border: 4px solid #9c93d8;
  position: absolute;
  top: -5px;
  left: -5px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  letter-spacing: 2px;
  font-size: 16px;
  z-index: 10;
}

#header button {
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 10px;
  height: 43px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 6px;
  background-color: rgb(231, 219, 243);
  border: 3px solid #7a6ce0;
  border-radius: 10px;
  letter-spacing: 2px;
  font-family: nasalization;
  font-size: 16px;
  opacity: 0.7;
  color: #7a6ce0;
}

#header button:hover {
  opacity: 1;
}

#header div {
  color: #7a6ce0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  height: 27px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 6px;
  background-color: white;
  border: 3px solid #7a6ce0;
  border-radius: 10px;
}

#exp {
  width: 120px;
}

#health {
  width: 200px;
}

.headerpopup {
  padding: 10px;
  position: absolute;
  top: 60px;
  width: 150px;
  height: 300px;
  border-radius: 10px;
  background-color: rgb(231, 219, 243);
  border: 3px solid #7a6ce0;
  display: flex;
  flex-direction: column;
}

.headerpopup button {
  font-family: nasalization;
  color: #5d4ec7;
  /* background-color: #b8b5ff; */
  background-color: white;
  border: 3px solid #7868e6;
  border-radius: 10px;
  letter-spacing: 1px;
  opacity: 0.9;
  /* margin-top: 5px; */
  margin-bottom: 5px;
  padding: 5px;
}

#headeritems {
  left: 655px;
  z-index: 3;
}

#headerequipment {
  left: 835px;
  z-index: 3;
}

#masterdeckcontainer {
  background-color: white;
  padding: 10px;
  border: 4px solid #9184e2;
  border-radius: 15px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#masterdeckcards {
  height: 500px;
  width: 600px;
  overflow: scroll;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#masterdeckcards .card {
  margin: 10px;
}

#mapviewonly {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.item .itemHover {
  visibility: hidden;
}

.item:hover .itemHover {
  visibility: visible;
}

.eqp .eqpHover {
  visibility: hidden;
}

.eqp:hover .eqpHover {
  visibility: visible;
}

.eqpHover {
  position: absolute;
  top: -4px;
  left: 180px;
  width: 100px;
  background-color: #dac1e6;
  border: 3px solid #8d83da;
  font-family: nasalization;
  color: #594bc4;
  padding: 5px;
  border-radius: 10px;
}

.itemHover {
  position: absolute;
  top: -5px;
  left: 180px;
  width: 100px;
  background-color: #dac1e6;
  border: 3px solid #8d83da;
  font-family: nasalization;
  color: #594bc4;
  padding: 5px;
  border-radius: 10px;
}
