body {
  background-color: rgb(13, 13, 13);
  color: rgb(242, 242, 242);
  font-family: "Geist", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

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

#mob {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  height: 100vh;
}

#info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 9px;
  height: 100vh;
  overflow-y: scroll;
}

.mob_icon {
  width: 40px;
  height: 40px;
  /* border: 1px solid #eee; */
  margin-bottom: 10px;
}

.weapon_icon {
  width: 30px;
  height: 30px;
}

.selected_mob {
  border: 2px solid orange;
  border-radius: 5px;
}

#weakness {
  display: flex;
}

.element_icon {
  width: 30px;
  height: 30px;
}

#videos {
  flex-direction: column;
  flex: 1;
}

.armour_table {
  border: 1px solid white;
  text-align: center;
  margin: 10px 0 10px 0;
  width: 100%;
}

.armour_table thead {
  background-color: gray;
}

.parts_icon {
  width: 100%;
  max-width: 40px;
  max-height: 40px;
}

.parts_icon_small {
  max-width: 30px;
  max-height: 30px;
}

.parts_monster {
  max-width: 35px;
  max-height: 35px;
  width: 100%;
}

.badge {
  color: black;
  padding: 2px 6px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.7em;
  display: inline-block;
  white-space: nowrap;
  margin-top: 6px;
}

.green {
  background-color: lightgreen;
}

.yellow {
  background-color: yellow;
}

.blue {
  background-color: deepskyblue;
}

.translucent {
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
}

.vid_container {
  /* border: 1px solid white; */
  /* border-bottom: 6px solid gray;
  margin-bottom: 6px; */
}

.video {
  width: 100%;
}

.video iframe {
  width: 100%;
  height: 450px;
}

#filters {
  margin-bottom: 9px;
  display: flex;
  flex-direction: row;
  gap: 6px;
}

#filters .badge {
  /* height: 18px; */
}

.star {
  width: 16px;
  height: 100%;
  margin-left: -13px;
}

.star:first-child {
  margin-left: 0px;
}

#armour_stats {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 4px;
  row-gap: 0px;
}

#armour_stats .badge {
  display: inline-block;
  white-space: nowrap;
}

#tip1 {
  background-color: gray;
  font-size: 0.9em;
}

.small {
  font-size: 0.5em;
}

.armour_table button {
  all: unset;
}

.hidden {
  display: none;
}
