* {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow: hidden;
}

.webgl {
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
}

body {
  background-color: #ff3cac;
  background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  );
}

.home-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.home-section {
  margin-top: 2%;
  margin-bottom: 2%;
}

.home-button {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(
    100% 100% at 100% 0,
    #5adaff 0,
    #5468ff 100%
  );
  border: 0;
  border-radius: 6px;
  box-shadow:
    rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px,
    rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 32px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition:
    box-shadow 0.15s,
    transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
}

.home-button:focus {
  box-shadow:
    #3c4fe0 0 0 0 1.5px inset,
    rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px,
    #3c4fe0 0 -3px 0 inset;
}

.home-button:hover {
  box-shadow:
    rgba(45, 35, 66, 0.4) 0 4px 8px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px,
    #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.home-button:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}

.container {
  display: grid;
  grid-template-columns: 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw;
  grid-template-rows: 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh;
  grid-template-areas:
    ". . . . . . . . . ."
    "portrait . . . . . . . . ."
    "portrait . . . . . . . . ."
    "portrait . . . . . . . . ."
    ". . . . . . . . . ."
    ". . . . . . . . . ."
    ". . . . . . . . . ."
    "chatWindow chatWindow . . . . . . . ."
    "chatWindow chatWindow . . . . . . . ."
    "chatWindow chatWindow . quickBar quickBar quickBar quickBar . optionsBar optionsBar";
}

.portrait {
  grid-area: portrait;
  /* background-color: blueviolet; */
  background-image: url(assets/images/321aff3ff910d3f6.png);
  background-size: contain;
  background-repeat: no-repeat;
  /* width: 100%; */
  /* height: 100%; */
  z-index: 1;
}

.quickBar {
  grid-area: quickBar;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  z-index: 1;
}

.actionContainer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}

.action {
  flex: 0 1 12%;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

.actionNum {
}

/* Ensures the user cannot select the text */
p {
  user-select: none;
}

.optionsBar {
  grid-area: optionsBar;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  z-index: 1;
}

.optionsContainer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}

.setting {
  flex: 0 1 24%;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(assets/images/27d46c26022db030.png);
}

.chatWindow {
  grid-area: chatWindow;
  background-color: gray;
  z-index: 1;
}

.inventory {
  width: 100vw;
  height: 100vh;
  display: none;
  grid-template-columns: 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw;
  grid-template-rows: 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh;
  grid-template-areas:
    ". . . . . . . . . ."
    ". . . . . . . . . ."
    ". . inventorySlots inventorySlots inventorySlots inventorySlots inventorySlots inventorySlots . ."
    ". . inventorySlots inventorySlots inventorySlots inventorySlots inventorySlots inventorySlots . ."
    ". . inventorySlots inventorySlots inventorySlots inventorySlots inventorySlots inventorySlots . ."
    ". . inventorySlots inventorySlots inventorySlots inventorySlots inventorySlots inventorySlots . ."
    ". . inventorySlots inventorySlots inventorySlots inventorySlots inventorySlots inventorySlots . ."
    ". . inventorySlots inventorySlots inventorySlots inventorySlots inventorySlots inventorySlots . ."
    ". . . . . . . . . ."
    ". . . . . . . . . .";
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5030344901632529) 0%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0.4974322492668942) 100%
  );
  z-index: 2;
}

.inventorySlots {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  grid-area: inventorySlots;
}

.inventoryItem {
  flex: 0 1 5%;
  background-image: url(assets/images/27d46c26022db030.png);
  background-size: contain;
  height: 50px;
  background-repeat: no-repeat;
}


/*# sourceMappingURL=main.css.map*/