@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&family=Press+Start+2P&display=swap");

:root {
  --colourmain: #aaa;
  --colourframe: #121010;
  --colourgreen: rgba(151, 187, 23, 0.9);
  --lightergreen: rgba(203, 247, 46, 0.9);
  --colourpink: #9a2257;
  --colourdarkpink: #70193f;
  --colourpurple: #551a8b;
  --levelwidth: 0.94;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* overflow: hidden; */
}

body {
  height: 100vh;
  width: 100vw;
  font-size: 16px;
  font-family: "Press Start 2P", "Dancing Script", sans-serif;
}

#intro-stuff {
  overflow: hidden;
}

/* #font-changer {
  position: absolute;
  text-align: center;
  margin: auto;
  font-family: "Press Start 2P", "Dancing Script", sans-serif;
  z-index: 5;
  font-size: 1.2em;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  width: 200px;
  height: 60px;
  border-radius: 5%;
  background-color: #fff;
  border: 5px solid black;
  color: red;
}

#font-changer:hover {
  cursor: pointer;
  background-color: #ddd;
} */

.speech-bubble-container {
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 999999999;
  border-radius: 25px;
  border: 25px solid black;
}

.speech-bubble-bizarro {
  width: 100%;
  height: 100vh;
  background: black;
  z-index: 999999999;
  border-radius: 25px;
  border: 25px solid white;
  color: white;
}

.speech-bubbles {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

#skip {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 2rem;
  padding: 10px;
}

#skip:hover,
#skipMega:hover {
  color: #fff;
  background-color: #000;
  cursor: pointer;
}

#skipMega {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  padding: 10px;
}

#textlogloading {
  font-size: 2rem;
  padding: 300px;
  line-height: 3rem;
}

@media all and (max-width: 1350px) {
  #textlogloading {
    padding: 100px;
    font-size: 2rem;
  }
  #skip,
  #skipMega {
    font-size: 1.6rem;
  }
}

#dotdotloading,
#exloading {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 2rem;
}

.ddl1 {
  padding: 10px;
}

.ddl1:hover,
#exloading:hover {
  cursor: pointer;
  color: #fff;
  background-color: black;
}

.dotdotloading2:hover {
  cursor: pointer;
  color: black;
  background-color: white;
}

#exloading {
  width: 100px;
  text-align: center;
  padding: 10px;
}

#exloading span {
  display: inline-block;
  transform: scale(3, 1);
}

/* .speech-bubbles{

} */

.hiddenimage {
  display: none;
}

.interface-container {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: space-between;
}

/* LEFT SECTION */

.interface-left {
  width: 350px;
  min-width: 350px;
  height: 100vh;
  background-color: var(--colourmain);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: relative;
}

.portrait {
  cursor: pointer;
}

.portrait:hover {
  opacity: 0.7;
}

.portrait-titles {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 20px;
  top: 35px;
}

.leftext {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  text-transform: uppercase;
}

.clothes {
  padding-top: 50px;
  font-size: 0.65em;
  padding-right: 5px;
}

.undies {
  padding-top: 30px;
  font-size: 0.75em;
  padding-right: 5px;
}

.undies-Container,
.outfit-Container,
.itemsContainer {
  display: flex;
  justify-content: space-between;
  /* padding-top: 30px; */
  align-items: center;
}

#party-Image,
#item-Image {
  position: relative;
}

#partyLeave,
#itemRemove {
  position: absolute;
  height: 15%;
  font-size: 0.8em;
  width: 80%;
  top: 10px;
  left: 20px;
  background-color: yellow;
  border: 3px solid black;
  border-radius: 10px;
  display: grid;
  place-content: center;
  text-align: center;
}

#partyLeave:hover,
#itemRemove:hover {
  cursor: pointer;
  background-color: rgb(187, 187, 0);
}

#undiesText,
#outfit-Text,
#itemText,
#party-Text {
  text-align: left;
  width: 69%;
  font-size: 1.05em;
  background: rgb(149, 211, 252);
  height: 225px;
  border: 5px solid black;
  border-radius: 10px;
  padding: 20px;
}

#outfit-Text {
  font-size: 0.95em;
}

@media all and (max-width: 1250px) {
  #outfit-Text {
    font-size: 0.8em;
  }
}

@media all and (max-width: 1150px) {
  #outfit-Text {
    font-size: 0.75em;
  }
}

@media all and (max-width: 1125px) {
  #outfit-Text {
    font-size: 0.65em;
  }
}

#undiesText {
  font-size: 0.9em;
}

#party-Text {
  position: relative;
  margin-top: 25px;
  margin-left: 20px;
  font-size: 1em;
}

#undies-Dry {
  color: #fff;
}

#undies-Clean {
  color: #fff;
}

#undies-Wet {
  color: rgb(211, 226, 0);
}

#undies-Messy {
  color: rgb(92, 47, 5);
}

#undiesConditionText,
#outfitConditionText,
#itemsList,
#partySkillsList {
  text-align: left;
  font-size: 1.15em;
  width: 100%;
  background: rgb(149, 211, 252);
  height: 180px;
  border: 5px solid black;
  border-radius: 10px;
  padding: 20px;
}

@media all and (max-width: 1200px) {
  #outfitConditionText {
    font-size: 1em;
  }
}

#partySkillsList {
  height: 180px;
  padding: 5px;
  font-size: 1.15em;
}

#outfitConditionText {
  font-size: 1em;
}

#itemsList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#partySkillsList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.partydivider {
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

#partyImgDivided1,
#partyImgDivided2,
#partyImgDivided3,
#partyImgDivided4 {
  width: 50%;
  height: 50%;
  position: absolute;
}

#choiceOneThree {
  position: absolute;
  bottom: 10%;
  left: 5%;
  font-family: "Press Start 2P";
  font-size: 1.7em;
  padding: 15px;
}

#choiceTwoThree {
  position: absolute;
  bottom: 10%;
  left: 40%;
  font-family: "Press Start 2P";
  font-size: 1.7em;
  padding: 15px;
}
#choiceThreeThree {
  position: absolute;
  bottom: 10%;
  left: 75%;
  font-family: "Press Start 2P";
  font-size: 1.7em;
  padding: 15px;
}
#choiceOneFour {
  position: absolute;
  bottom: 35%;
  left: 10%;
  font-family: "Press Start 2P";
  font-size: 1.7em;
  padding: 15px;
}

#choiceTwoFour {
  position: absolute;
  bottom: 35%;
  left: 50%;
  font-family: "Press Start 2P";
  font-size: 1.7em;
  padding: 15px;
}
#choiceThreeFour {
  position: absolute;
  bottom: 10%;
  left: 10%;
  font-family: "Press Start 2P";
  font-size: 1.7em;
  padding: 15px;
}
#choiceFourFour {
  position: absolute;
  bottom: 10%;
  left: 50%;
  font-family: "Press Start 2P";
  font-size: 1.7em;
  padding: 15px;
}

#partyImgDivided1 {
  top: 0;
  left: 0;
  /* background-color: red; */
}
#partyImgDivided2 {
  top: 0;
  right: 0;
  /* background-color: blue; */
}
#partyImgDivided3 {
  bottom: 0;
  left: 0;
  /* background-color: orange; */
}
#partyImgDivided4 {
  bottom: 0;
  right: 0;
}

.addborders {
  border: 1px solid black;
}

.partySkillBox {
  /* height: 100%; */
  background-color: yellow;
  border: 5px solid black;
  border-radius: 10px;
  margin: 3px 3px 3px 3px;
  display: grid;
  place-content: center;
  text-align: center;
}

.partySkillBoxSmallFont {
  /* height: 100%; */
  background-color: yellow;
  border: 5px solid black;
  border-radius: 10px;
  margin: 3px 3px 3px 3px;
  display: grid;
  place-content: center;
  text-align: center;
}

.partySkillBox:hover,
.partySkillBoxSmallFont:hover {
  cursor: pointer;
  background-color: rgb(187, 187, 0);
}

.portrait-friend {
  height: 210px;
  min-height: 200px;
  width: 210px;
  min-width: 200px;
  position: relative;
  border: 10px solid;
  border-color: var(--colourframe);
  border-radius: 10px;
}

.portrait-clothes {
  height: 210px;
  min-height: 200px;
  width: 210px;
  min-width: 200px;
  position: relative;
  border: 10px solid;
  border-color: var(--colourframe);
  border-radius: 10px;
}

.portrait-undies {
  height: 210px;
  min-height: 200px;
  width: 210px;
  min-width: 200px;
  position: relative;
  border: 10px solid #aaa;
  border-color: var(--colourframe);
  border-radius: 10px;
}

.portrait-item {
  height: 210px;
  min-height: 200px;
  width: 210px;
  min-width: 200px;
  position: relative;
  border: 10px solid #aaa;
  border-color: var(--colourframe);
  border-radius: 10px;
}

.portrait-friend::after,
.portrait-clothes::after {
  content: "";
  background-color: var(--colourframe);
  height: 5px;
  width: 192px;
  position: absolute;
  z-index: 1000;
  top: 192px;
  left: 0px;
}

/* MIDDLE SECTION */

.gameplay {
  width: 100%;
  height: 100%;
  min-height: 670px;
  position: relative;
  border: 10px solid darkcyan;
}

canvas {
  width: 100%;
  height: 72%;
  border: 10px solid lightblue;
  background-color: #000;
  position: relative;
  image-rendering: pixelated;
  image-rendering: optimizespeed;
}

#hidden-timer {
  display: grid;
  position: absolute;
  top: -3px;
  right: 100px;
  width: 200px;
  height: 100px;
  place-items: center;
  font-size: 2em;
  /* background-color: #000; */
  z-index: 99999999999999999999999999999999999999999999999999999;
}

canvas img {
  z-index: 90000000000000000000000000000000000000000000000000000000000000000000000000;
}

/* canvas::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(120deg, #eaee44, #33d0ff);
  background-color: blue;
  opacity: 1;
  z-index: 900000000000;
 } */

#overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 98%;
  height: 70%;
  background-color: rgba(90, 90, 90, 0.8);
  z-index: 50000;
  padding: 50px;
  font-size: 1.5em;
  text-align: center;
}

.mood,
#outfit,
.undies,
.items,
.partyMenu {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 98%;
  height: 70%;
  background-color: rgba(75, 187, 224, 0.9);
  z-index: 50000;
  padding: 50px;
  font-size: 1.5em;
  text-align: center;
  overflow: scroll;
}

.mood h2,
#outfit h2,
.undies h2,
.items h2,
.partyMenu h2 {
  font-size: 1.6em;
}

.mood,
.reputations {
  overflow: scroll;
}

.itemsContainer,
.partyContainer,
.partyImgContainer {
  display: flex;
}

.partyContainer,
.partyImgContainer {
  position: relative;
}

.players button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--colourpink);
  border: 3px solid var(--colourpurple);
  position: relative;
}

#outfit img,
.undies img,
#party-Image,
#item-Image {
  margin: 25px 25px 25px 0;
  height: 225px;
  width: 225px;
  border: 5px solid black;
  border-radius: 10px;
}

.partyMemberImage,
#itemImg {
  height: 100%;
  width: 100%;
}

#outfit img:hover,
.undies img:hover {
  cursor: pointer;
}

.item-box {
  /* border: 10px solid #aaa; */
  /* border-color: var(--colourframe); */
  /* border-radius: 5px; */
  height: 150px;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-box img {
  height: 100%;
  width: 100%;
  border: 7px solid black;
  border-radius: 10px;
}

.item-box:hover {
  cursor: pointer;
  opacity: 0.7;
}

#soundIcon {
  position: absolute;
  padding: 20px;
  top: 0px;
  right: 36px;
  width: 10%;
  height: 10%;
  /* background-color: rgba(75, 187, 224, 0.9); */
  z-index: 60000;
  font-size: 1.5em;
  /* overflow: auto; */
  overflow-x: hidden;
  overflow-y: hidden;
}

.debugIcon {
  position: absolute;
  margin: 20px;
  z-index: 60000;
  /* font-size: 1.5em; */
  overflow: hidden;
  top: 0;
  width: 70px;
  height: 70px;
}

.debugIcon img {
  z-index: 60001;
  opacity: 0.85;
  width: 100%;
}

#soundIcon img:hover,
.debugIcon img:hover {
  cursor: pointer;
  opacity: 0.7;
}

#pottyIcon {
  position: absolute;
  padding: 20px;
  top: 0px;
  right: 136px;
  width: 10%;
  height: 10%;
  /* background-color: rgba(75, 187, 224, 0.9); */
  z-index: 60000;
  font-size: 1.5em;
  overflow: auto;
}

#peeIcon {
  position: absolute;
  padding: 20px;
  top: 0px;
  right: 236px;
  width: 10%;
  height: 10%;
  /* background-color: rgba(75, 187, 224, 0.9); */
  z-index: 60000;
  font-size: 1.5em;
  overflow: auto;
}

#pooIcon {
  position: absolute;
  padding: 20px;
  top: 0px;
  right: 336px;
  width: 10%;
  height: 10%;
  /* background-color: rgba(75, 187, 224, 0.9); */
  z-index: 60000;
  font-size: 1.5em;
  overflow: auto;
}

#soundIcon img,
#pottyIcon img,
#peeIcon img,
#pooIcon img {
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

#pottyIcon img,
#peeIcon img,
#pooIcon img {
  opacity: 0.85;
}

.traitTypeActivated {
  background-color: rgb(94, 233, 94);
}

#soundIcon:hover,
#pottyIcon:hover,
#peeIcon:hover,
#pooIcon:hover {
  cursor: pointer;
  opacity: 0.8;
}

.skills,
.traits,
.stats,
.adventures,
.training,
.reputations,
.rallies,
.buddies {
  position: absolute;
  padding: 20px;
  top: 10px;
  right: 10px;
  width: 98%;
  height: 70%;
  background-color: rgba(75, 187, 224, 0.9);
  z-index: 60000;
  font-size: 1.5em;
  overflow: auto;
}

/* #adventurePages {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 76px;
  margin-top: 10px;
  margin-bottom: -10px;
  border-radius: 10px;
  color: black;
  background-color: lightblue;
  border: black 10px solid;
  text-align: center;
  user-select: none;
}

#adventurePageText {
  padding: 0;
  padding-left: 5px;
}

.adventurePageNumber {
  border: 3px solid black;
  border-radius: 10px;
  padding: 10px;
  background-color: yellow;
} */

.skills h2,
.traits h2,
.stats h2,
.adventures h2,
.training h2,
.reputations h2,
.calamities h2,
.rallies h2,
.partyMenu h2 {
  font-size: 1.6em;
  padding-bottom: 30px;
  text-align: center;
}

.stats p {
  line-height: 1.4em;
}

#current-mood {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.statName {
  width: 800px;
}

.statValue {
  max-width: 100px;
  min-width: 100px;
}

#titleDisplay {
  margin-bottom: 20px;
}

#levelDisplay {
  margin-bottom: 20px;
}

.moodBox,
.statBox {
  width: 100%;
  background-color: lightblue;
  padding: 10px;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 5px solid black;
  border-radius: 10px;
  user-select: none;
}

.moodBox:hover,
.statBox:hover {
  cursor: pointer;
  background-color: rgb(137, 173, 185);
}

#moodText {
  width: 300px;
}

#moodVariable {
  color: black;
  width: 300px;
  text-align: end;
}

.traitComponent p,
.skills p {
  padding-bottom: 1em;
  text-align: center;
}

.traits {
  overflow: auto;
}

.traitsSplitter,
.skillsSplitter {
  display: flex;
  flex-direction: column;
}

.skillsSplitter {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.traitRow {
  display: flex;
  justify-content: space-around;
  padding: 1em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  position: relative;
}

.princessType,
.encounterType {
  border: 5px solid black;
  border-top: 2px solid black;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px;
  width: 65%;
  margin-left: 100px;
  /* background-color: white; */
  /* background-color: rgb(248, 141, 252); */
  /* background-color: yellow; */
  background-color: rgb(145, 145, 145);
  /* display: flex; */
  /* display: grid; */
  /* place-content: center; */
  /* justify-content: center; */
  /* align-items: center; */
  text-align: center;
  height: 2.2em;
}

/* .princessType p,
.encounterType p {
  padding-bottom: -20px;
} */

/* .princessType:hover, */
/* .encounterType:hover { */
/* cursor: pointer; */
/* } */

/* .encounterType {
  background-color: white;
} */

#princessSpoiledText {
  background-color: yellow;
}

#trainingContainer,
#buddiesContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#ralliesList,
#calamitiesList,
#memoriesList {
  position: relative;
  width: 90%;
  background-color: white;
  border: 5px solid black;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 200px;
  margin: 10px 0 0;
}

#trainingList {
  position: relative;
  width: 90%;
  background-color: white;
  border: 5px solid black;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
  margin: 10px 0 0;
  /* height: 500px; */
  overflow: auto;
}

#trainingQuestionMark {
  cursor: pointer;
  opacity: 0.8;
}

#trainingTitleHeader,
#ralliesTitleHeader,
#calamitiesTitleHeader,
#memoriesTitleHeader {
  width: 100%;
  height: 80px;
  font-size: 0.8em;
  border-right: 5px solid black;
  border-bottom: 5px solid black;
  padding-top: 1.5em;
  padding-left: 1em;
  background-color: yellow;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black;
}

.buddyIndividualContainer {
  position: relative;
  width: 100%;
  height: 200px;
  font-size: 0.95em;
  border: 5px solid black;
  border-radius: 10px;
  margin-top: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: black;
  overflow: hidden;
}

#buddyInfo {
  width: 100%;
  height: 100%;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  overflow: hidden;
}

.buddyImage {
  border: 5px solid black;
  /* flex-basis: 20%; */
}

.buddyImage img {
  height: 100%;
  width: 130px;
}

.buddyImage img:hover {
  cursor: pointer;
  opacity: 0.9;
}

.buddyHearts {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 700px;
  border: 5px solid black;
  overflow: hidden;
}

.buddyHearts img {
  width: 100%;
  height: 90%;
  transition: transform 0.2s;
}

.buddyHearts img:hover {
  cursor: pointer;
  transform: scale(1.1);
  opacity: 0.8;
}

@media all and (max-width: 1450px) {
  .buddyHearts img {
    transform: scale(0.7);
    margin: -20px;
  }
}

@media all and (max-width: 1200px) {
  .buddyHearts img {
    transform: scale(0.6);
    margin: -30px;
  }
}
@media all and (max-width: 1150px) {
  .buddyHearts img {
    transform: scale(0.4);
    margin: -50px;
  }
}

.buddyHint {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  /* flex-basis: 20%; */
  width: 160px;
  background-color: rgb(15, 214, 15);
  border: 5px solid black;
  /* border-radius: 5px; */
  font-size: 0.8em;
}

.buddyHint:hover {
  background-color: rgb(4, 196, 4);
  cursor: pointer;
}

#choiceOneThree {
  position: absolute;
  bottom: 10%;
  left: 5%;
  font-family: "Press Start 2P";
  font-size: 1.7em;
  padding: 15px;
}

#choiceTwoThree {
  position: absolute;
  bottom: 10%;
  left: 40%;
  font-family: "Press Start 2P";
  font-size: 1.7em;
  padding: 15px;
}
#choiceThreeThree {
  position: absolute;
  bottom: 10%;
  left: 75%;
  font-family: "Press Start 2P";
  font-size: 1.7em;
  padding: 15px;
}

#buddyTitleHeader {
  width: 100%;
  height: 80px;
  font-size: 0.8em;
  border-right: 5px solid black;
  border-bottom: 5px solid black;
  padding-top: 1.5em;
  padding-left: 1em;
  background-color: yellow;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: black;
}

.traitComponent,
.skillComponent {
  position: relative;
  height: 5em;
  width: 100%;
  background-color: white;
  border: 5px solid black;
  border-radius: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.skillComponent {
  flex-direction: column;
  height: 217px;
}

.traitComponent {
  /* padding-left: 30px; */
  width: 16em;
}

.traitContainer {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
}

.traitParagraph {
  text-align: left;
}

.traitComponentUnavailable,
.skillComponentUnavailable {
  background-color: rgb(145, 145, 145);
}

.skillComponent {
  margin-bottom: 10px;
  width: 90%;
}

.traitComponent:hover {
  cursor: pointer;
  background-color: #ccc;
}

.traitComponent p,
.skillComponent p {
  padding-top: 1em;
  padding-left: 30px;
}

.traitComponentUnavailable:hover,
.skillComponentUnavailable:hover {
  background-color: rgb(94, 94, 94);
}

.traitComponentSelected {
  background-color: rgb(137, 212, 23);
}

.traitComponentSelected:hover {
  background-color: rgb(115, 182, 14);
}

.orClass {
  padding-top: 2em;
}

.numberIncrementor {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50%;
  border-left: 3px solid black;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.currentTraitLevel {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50%;
  border: 3px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.currentTraitLevel:hover {
  background-color: #aaa;
  right: -2px;
}

.numberIncrementor:hover {
  background-color: #aaa;
  right: -2px;
}

.incrementorBlocked:hover,
.traitLevelBlocked:hover {
  right: 0px;
  background-color: rgb(94, 94, 94);
}

.incrementorSelected:hover,
.traitLevelSelected:hover {
  background-color: rgb(78, 126, 7);
}

.pinkify {
  color: rgb(248, 90, 227);
}

.redify {
  color: rgb(233, 36, 36);
}

.green {
  color: greenyellow;
}

.red {
  color: red;
}

.brownify {
  color: brown;
}

#console {
  height: 28%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  display: flex;
}

.text-container {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: var(--colourgreen);
  /* background-image: repeating-linear-gradient(var(--colourlightgreen) 30%,var(--colourgreen) 50%); */
  border: 10px solid #000;
  display: grid;
  place-items: center;
  position: relative;
  user-select: none;
}

.text {
  padding-top: 10px;
  width: 90%;
  height: 100%;
  font-size: 1.7em;
  line-height: 1.2;
}

.girlTalk {
  color: hotpink;
}

.answers {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 20%;
  height: 100%;
  font-size: 1.4em;
}

.answers span {
  padding: 10px;
}

.answers span:hover {
  cursor: pointer;
  background-color: #000;
  color: var(--colourgreen);
}

#nameEntry input {
  position: absolute;
  bottom: 30px;
  left: 40px;
  padding: 20px;
  font-family: "Press Start 2P";
  font-size: 1.5em;
  width: 500px;
  border: solid 5px black;
  background-color: var(--lightergreen);
}

#dotdotdot,
#dotdotb,
#ex {
  padding: 0.5em;
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-family: "Press Start 2P";
  font-size: 1.5em;
}

#ex {
  width: 96px;
  text-align: center;
}

#ex span {
  display: inline-block;
  transform: scale(3, 1);
}

#dotdotdot:hover,
#dotdotb:hover {
  color: var(--colourgreen);
  background-color: #000;
  cursor: pointer;
}
#ex:hover {
  color: var(--colourgreen);
  background-color: #000;
  cursor: pointer;
}

#selectYes {
  position: absolute;
  right: 15px;
  bottom: 60px;
  font-family: "Press Start 2P";
  font-size: 1.5em;
}

#selectNo {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-family: "Press Start 2P";
  font-size: 1.5em;
}

#choiceOne {
  position: absolute;
  bottom: 10%;
  left: 5%;
  font-family: "Press Start 2P";
  font-size: 1.7em;
  padding: 15px;
}

#choiceTwo {
  position: absolute;
  bottom: 10%;
  left: 50%;
  font-family: "Press Start 2P";
  font-size: 1.7em;
  padding: 15px;
}

#selectYes:hover,
#selectNo:hover,
#choiceOne:hover,
#choiceTwo:hover,
#choiceOneThree:hover,
#choiceTwoThree:hover,
#choiceThreeThree:hover {
  color: var(--colourgreen);
  background-color: #000;
  cursor: pointer;
}

#startingStatForm {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
  place-items: center;
  position: relative;
  width: 80%;
  height: 100%;
}

#startingStatForm label {
  text-align: center;
  font-size: 1.2em;
}

#insertMaturity,
#insertIndependence,
#insertPottyTraining {
  width: 130px;
  font-family: "Press Start 2P";
  font-size: 1.5em;
  padding: 10px;
  margin-bottom: 15px;
}

#insertStartingLevel {
  width: 130px;
  height: 80px;
  font-family: "Press Start 2P";
  font-size: 1.5em;
  padding: 10px;
  margin-bottom: 15px;
}

#choiceSentence {
  position: absolute;
  top: 0px;
  left: 40px;
  line-height: 1.5em;
  font-family: "Press Start 2P";
  font-size: 1.75em;
  padding: 5px;
}

/* RIGHT SECTION */

.interface-right {
  width: 300px;
  min-width: 300px;
  height: 100vh;
  color: var(--colourpurple);
  background-color: var(--colourmain);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
}

.interface-right ul {
  overflow: hidden;
}

.faceImage,
.outfitPortrait,
.undiesPortrait,
.itemPortrait {
  width: 100%;
  height: auto;
}

@media all and (max-width: 1450px) {
  .interface-left {
    width: 250px;
    min-width: 250px;
  }
  .interface-right {
    width: 250px;
    min-width: 250px;
  }

  .text-container {
    font-size: 15px;
  }
}

@media all and (max-width: 1400px) {
  .interface-left {
    width: 225px;
    min-width: 225px;
  }
  .interface-right {
    width: 225px;
    min-width: 225px;
  }
  .interface-right ul span {
    font-size: 14px;
  }
}

@media all and (max-width: 1250px) {
  .text-container {
    font-size: 14px;
  }
}

@media all and (max-width: 1200px) {
  .interface-right {
    width: 200px;
    min-width: 200px;
  }
  .interface-right ul span {
    font-size: 13.5px;
  }
}

@media all and (max-height: 810px) {
  .interface-left {
    width: 250px;
    min-width: 250px;
  }
  .interface-right {
    width: 250px;
    min-width: 250px;
  }
  .portrait-friend,
  .portrait-clothes,
  .portrait-undies,
  .portrait-item {
    height: 180px;
    min-height: 180px;
    width: 180px;
    min-width: 180px;
    border: 8px solid;
  }
}

@media all and (max-height: 810px) and (min-width: 1500px) {
  .interface-left {
    width: 300px;
    min-width: 300px;
  }
  .interface-right {
    width: 300px;
    min-width: 300px;
  }
}

@media all and (max-width: 1500px) {
  .players {
    font-size: 0.8em;
  }
}
@media all and (max-width: 1200px) {
  .players {
    font-size: 0.7em;
  }
}

.players {
  height: 10%;
  display: flex;
  gap: 20px;
}

.linethrough {
  text-decoration: line-through;
  text-decoration-thickness: 3px;
}

.player-1,
.player-2,
.save-game,
.load-game,
.debug-game {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.party {
  cursor: pointer;
  width: 162px;
  height: 162px;
  border: 6px solid black;
  position: relative;
  text-transform: uppercase;
  font-family: "Press Start 2P";
  font-size: 1.5em;
  border-radius: 25px;
  overflow: hidden;
}

.party.img {
  width: 100%;
  height: 100%;
}

.partyImg:hover {
  opacity: 0.7;
}

.party:hover {
  opacity: 0.7;
}

ul {
  margin-top: 10%;
  height: 65%;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  border: 10px solid #000;
  border-radius: 25px;
  background-color: #aaa;
}

li {
  list-style: none;
}

.buttons,
button {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--colourpink);
  border: 3px solid var(--colourpurple);
  position: relative;
}

.buttons:hover,
button:hover {
  background-color: var(--colourdarkpink);
}

.buttons a {
  text-decoration: none;
}

.buttons {
  margin-top: -10px;
}

#credits-container {
  z-index: 50;
  position: absolute;
  margin: auto;
  font-size: 1.5em;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 1400px;
  height: 600px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
}

@media all and (max-width: 1300px) {
  #credits-container {
    width: 900px;
    font-size: 1.2em;
  }
}

.credits-styles-added {
  border: 20px solid black;
  background-color: white;
  border-radius: 50px;
}

#show-credits {
  z-index: 60;
  display: flex;
  flex-direction: column;
}

#show-credits p {
  padding: 15px;
  line-height: 1.3em;
  font-size: 0.7em;
}

#credits {
  position: absolute;
  margin: auto;
  font-family: "Press Start 2P", "Dancing Script", sans-serif;
  z-index: 5;
  font-size: 1em;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  width: 200px;
  height: 60px;
  border-radius: 5%;
  background-color: #fff;
  border: 5px solid black;
  color: red;
}

#credits:hover,
#credits-button:hover {
  cursor: pointer;
  background-color: #ddd;
}

#credits-button {
  position: absolute;
  font-family: "Press Start 2P", "Dancing Script", sans-serif;
  z-index: 5;
  font-size: 1.2em;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  width: 200px;
  height: 60px;
  border-radius: 5%;
  background-color: #fff;
  border: 5px solid black;
  color: red;
}

.btn-adventures,
.btn-buddies,
.btn-reputations,
.btn-training,
.btn-traits,
.btn-skills {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
}

#adventuresBoxContainer,
#trainingBoxContainer,
#reputationsBoxContainer,
#calamitiesBoxContainer,
#memoriesBoxContainer,
#ralliesBoxContainer {
  padding-top: 20px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#calamitiesBoxContainer,
#memoriesBoxContainer {
  padding-top: 0px;
}

#calamitiesBoxContainer,
#memoriesBoxContainer,
#ralliesBoxContainer {
  border: 5px solid black;
  overflow-y: scroll;
}

/* #trainingBoxContainer {
  height: 270px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 5px solid black;
  overflow-y: scroll;
} */

.trainingBox,
.adventuresBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  border-radius: 10px;
  color: black;
  /* background-color: lightblue; */
  background-color: yellow;
  border: black 10px solid;
  text-align: center;
  user-select: none;
}

.calamitiesBox,
.ralliesBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 130px;
  margin-bottom: 20px;
  /* border-radius: 10px; */
  color: black;
  background-color: lightblue;
  border-bottom: black 10px solid;
  border-right: black 10px solid;
  text-align: center;
  user-select: none;
}

.trainingBox,
.calamitiesBox {
  margin-bottom: 0px;
}

.trainingBox {
  width: 99%;
  margin-top: 5px;
}

.adventuresBox:hover {
  cursor: pointer;
  opacity: 0.75;
}

.trainingBox p,
.adventuresBox p,
.calamitiesBox p,
.ralliesBox p {
  z-index: 2;
}

.calamitiesBoxText,
.ralliesBoxText {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: yellow;
  border: 5px solid black;
  border-radius: 10px;
  width: 55%;
  height: 95%;
}

.adventuresBoxText,
.trainingBoxText {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: yellow; */
  /* border: 5px solid black; */
  /* border-radius: 10px; */
  width: 60%;
  height: 95%;
}

.adventuresBoxImg,
.trainingBoxImage {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid black;
  border-radius: 10px;
  height: 95%;
  margin-left: 10px;
  background-color: rgb(111, 177, 221);
}

.adventuresBoxImg img,
.trainingBoxImage img {
  height: 100%;
  width: 100%;
}

/* .trainingBoxText {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: yellow;
  border: 5px solid black;
  /* border-radius: 10px; */
/* width: 60%; */
/* } */

/* .adventuresBoxText:hover, */
.calamitiesBoxText:hover,
.ralliesBoxText:hover {
  cursor: pointer;
  background: rgb(201, 201, 8);
}

.trainingBoxText:hover {
  cursor: pointer;
}

#adventuresDescriptionContainer,
#trainingDescriptionContainer,
#reputationsDescriptionContainer,
#buddiesDescriptionContainer,
#ralliesDescriptionContainer,
#traitsDescriptionContainer,
#skillsDescriptionContainer,
#statsDescriptionContainer,
#outfitDescriptionContainer,
#undiesDescriptionContainer,
#itemsDescriptionContainer,
#partyDescriptionContainer {
  background: white;
  border: 20px solid black;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(149, 211, 252);
}

#outfitDescriptionContainer,
#undiesDescriptionContainer,
#itemsDescriptionContainer,
#partyDescriptionContainer {
  margin-top: -30px;
}

#adventuresDescriptionContainer > *,
#trainingDescriptionContainer > *,
#reputationsDescriptionContainer > *,
#buddiesDescriptionContainer > *,
#ralliesDescriptionContainer > *,
#traitsDescriptionContainer > *,
#skillsDescriptionContainer > *,
#statsDescriptionContainer > *,
#outfitDescriptionContainer > *,
#undiesDescriptionContainer > *,
#itemsDescriptionContainer > *,
#partyDescriptionContainer > * {
  margin: 20px;
  padding: 0;
}

#statsDescriptionContainer {
  margin-bottom: 20px;
}

.availablePointsContainerContainer {
  width: 100%;
  padding: 1em;
  padding-top: 0.25em;
  display: flex;
  justify-content: center;
}

.availablePointsContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 0px;
  border-radius: 10px;
  color: black;
  background-color: lightblue;
  border: black 10px solid;
  text-align: center;
  user-select: none;
}

.availablePoints {
  border: 5px solid black;
  background-color: yellow;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0px 30px 0px;
  width: 80%;
  height: 60px;
}

.adventuresBoxNumber,
.trainingBoxLevel {
  /* position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(15, 214, 15);
  border: 5px solid black;
  border-radius: 10px;
  width: 100px;
  height: 95%;
  margin-left: 10px;
  font-size: 0.6em;
}

.trainingBoxLevel:hover,
.trainingBoxImage:hover {
  cursor: pointer;
  opacity: 85%;
}

/* .trainingBoxImageHolder {
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(15, 214, 15);
  border: 5px solid black;
  /* border-radius: 10px; */
/* width: 30%; */
/* height: 100px; */
/* } */

/* .trainingBoxImage { */
/* border-radius: 10px; */
/* border: 2px solid black; */
/* width: 100%; */
/* height: 100%; */
/* } */

.calamitiesBoxImageHolder,
.ralliesBoxImageHolder {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(15, 214, 15);
  border: 5px solid black;
  border-radius: 10px;
  width: 25%;
  height: 100px;
}

.calamitiesBoxImage,
.ralliesBoxImage {
  border-radius: 10px;
  border: 2px solid black;
  height: 110px;
}

/* .adventuresTimer{
    /* width: 100px; */

.exclaim {
  background-color: #fff;
}

.exclaim:hover {
  background-color: #bbb;
}

.line {
  position: absolute;
  height: 15px;
  width: 4px;
  background-color: var(--colourpurple);
  top: -15px;
  left: 24px;
}

.hidden {
  display: none !important;
}

/* DOLLY GAME STUFF */

#dollyGameContainer {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr;
  grid-template-rows: 50px 50px;
  grid-gap: 15px;
  text-align: center;
  font-size: 0.9em;
}

.dollyBox {
  border: 2px dashed black;
  padding: 4px;
  margin-top: 2px;
  max-width: 200px;
  font-size: 1em;
  height: 50px;
}

#dollyGameCheck:hover,
#dollyGamePoop:hover,
#dollyGamePee:hover,
#dollyGamePaci:hover,
#dollyGameKiss:hover,
#dollyGameExit:hover,
#dollyGamePacify:hover,
#dollyGameBurp:hover,
#dollyGameFeed:hover {
  cursor: pointer;
  background-color: #000;
  color: var(--colourgreen);
  border: 2px dashed pink;
}

#nameDisplay {
  margin-bottom: 0.5em;
}

.calamityDeleteButton {
  position: relative;
  color: black;
  font-size: 1.6em;
  border-radius: 2px;
  background-color: white;
  border: 2px solid black;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.calamityDeleteButton:hover {
  background-color: rgb(189, 189, 189);
  top: 2px;
  left: 1px;
  box-shadow: none;
}

#progress-bar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  border-radius: 10px;
  color: black;
  background-color: lightblue;
  border: black 10px solid;
  text-align: center;
  user-select: none;
}

#progress-bar:hover {
  cursor: pointer;
  background-color: rgb(137, 173, 185);
}

#progress-bar::before {
  content: "";
  display: flex;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 10px;
  bottom: 10px;
  right: 20px;
  background-color: yellow;
  border-radius: 10px;
  border: 5px solid black;
  /* min-width: 10px; */
  max-width: calc(var(--levelwidth) * 100%);
}

.progress-text {
  z-index: 1;
  display: flex;
  justify-content: center;
}

.regularTraitStyle {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 30px;
}

#globalSkills,
#brattySkills,
#friendlySkills,
#braveSkills,
#scaredySkills,
#focusedSkills,
#distractedSkills,
#confidentSkills,
#crybabySkills,
#abdlSkills,
#biggirlSkills {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgb(137, 212, 23);
}

#globalSkillsText,
#brattySkillsText,
#friendlySkillsText,
#braveSkillsText,
#scaredySkillsText,
#focusedSkillsText,
#distractedSkillsText,
#confidentSkillsText,
#crybabySkillsText,
#abdlSkillsText,
#biggirlSkillsText {
  width: 100%;
  height: 60px;
  font-size: 1.3em;
  border-right: 5px solid black;
  border-bottom: 5px solid black;
  /* background-color: rgb(116, 180, 21); */
  background-color: yellow;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
  color: black;
}

#globalSkillsText:hover,
#brattySkillsText:hover,
#friendlySkillsText:hover,
#braveSkillsText:hover,
#scaredySkillsText:hover,
#focusedSkillsText:hover,
#distractedSkillsText:hover,
#confidentSkillsText:hover,
#crybabySkillsText:hover,
#abdlSkillsText:hover,
#biggirlSkillsText:hover {
  background-color: rgb(214, 214, 18);
  cursor: pointer;
}

#globalSkillsChoices,
#brattySkillsChoices,
#friendlySkillsChoices,
#braveSkillsChoices,
#scaredySkillsChoices,
#focusedSkillsChoices,
#distractedSkillsChoices,
#confidentSkillsChoices,
#crybabySkillsChoices,
#abdlSkillsChoices,
#biggirlSkillsChoices {
  position: relative;
  display: flex;
  height: 80%;
  width: 100%;
  /* background-color: rgb(139, 214, 26); */
  /* background-color: yellow; */
}

.skillChoice_1,
.skillChoice_2,
.skillChoice_3 {
  position: relative;
  font-size: 0.9em;
  height: 140px;
  width: 100%;
  border: 3px solid black;
  /* border-radius: 10px; */
  display: grid;
  text-align: center;
  place-items: center;
  background-color: white;
  /* background-color: rgb(139, 214, 26); */
}

.skillChoice_1:hover,
.skillChoice_2:hover,
.skillChoice_3:hover {
  cursor: pointer;
  background-color: rgb(206, 206, 206);
  /* background-color: rgb(116, 180, 21); */
}

.skillDescription {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 30px;
  border-bottom: 5px solid black;
  border-left: 5px solid black;
  background-color: yellow;
}

.skillDescription:hover {
  background-color: rgb(228, 228, 53);
}

.hiddenMenu {
  display: none;
}

.hiddenSkill {
  display: none;
  height: 0px;
  width: 0px;
}

.skillBoxGreen {
  background-color: rgb(137, 212, 23);
}

.skillBoxGreen:hover {
  background-color: rgb(118, 185, 18);
}

@media all and (max-width: 1600px) {
  .traits p {
    font-size: 0.9em;
  }
  .traitComponent {
    width: 15em;
  }
}

@media all and (max-width: 1450px) {
  .traits p {
    font-size: 0.8em;
  }
  .traitComponent {
    width: 13em;
  }
}
