@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");

.custom-modal .modal-content {
  border: 3px solid #dddfef;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.8);
  padding: 12px;
}
* {
  font-family: "Fraunces", serif;
  color: #d9d9d9;
}

#root {
  background-color: #000000;
  min-height: 100vh;
  /*background-image: url("/assets/img/bg.jpg");*/
}

.button {
  background-color: #4854c7;
  color: #d9d9d9;
  border-radius: 5px;
  font-weight: bold;
  min-width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  cursor: pointer;
  font-size: 1.2rem;
}

.new-buttons {
  border-radius: 7px;
  padding: 12px;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
  width: fit-content;
  cursor: pointer;
}

.new-inventory-buttons {
  border-radius: 7px;
  padding: 6px;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
  width: fit-content;
  cursor: pointer;
}

.inventory {
  width: 100%;
  overflow-y: scroll;
  height: 70%;
  border: 2px solid #d9d9d9;
  border-radius: 5px;
  height: 550px;
}

.button-mint {
  background-color: #4854c7;
  color: #d9d9d9;
  border-radius: 5px;
  min-width: 75%;
  display: flex;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  min-height: 35px;
  cursor: pointer;
  font-size: 1rem;
}

.linedots {
  width: 60%;
}

.small-header {
  color: #d9d9d9;
  font-weight: "lighter";
}

.responsive-text {
}

.bold-header {
  color: #d9d9d9;
  font-weight: "bold";
}

.big-header {
  color: #d9d9d9;
  font-size: 24px;
}

.paragraph {
  color: #d9d9d9;
  font-size: 15px;
  font-weight: 300;
}

.preview-planet {
  width: 100px;
}

.inventory-header {
  color: #d9d9d9;
  font-weight: "lighter";
  font-size: 0.8rem;
}

.button-inventory {
  background-color: #4854c7;
  color: #d9d9d9;
  border-radius: 5px;
  font-weight: bold;
  min-width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  cursor: pointer;
  font-size: 0.9rem;
}

.claimbar {
  padding: 5rem;
}

.solar-seperator {
  height: 40vh;
  margin-top: 0.5rem;
}

.responsive-margin-top {
  margin-top: 2rem;
}

.planet-data {
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
  .planet-data {
    margin-top: 40px;
  }

  .button {
    font-size: 0.6rem;
    min-height: 25px;
    min-width: 40px;
  }

  .new-buttons {
    min-height: 25px;
    min-width: 40px;
    padding: 6px;
    font-size: 0.6rem;
  }
  .linedots {
    height: 100%;
  }
  .new-inventory-buttons {
    font-size: 0.6rem;
    min-height: 25px;
    min-width: 40px;
    padding: 3px;
  }

  .claimbar {
    padding: 1.3rem;
  }

  .button-inventory {
    font-size: 0.5rem;
    min-height: 25px;
    min-width: 40px;
  }

  .small-header {
    font-size: 0.6rem;
  }
  .responsive-text {
    font-size: 0.6rem;
  }

  .responsive-header {
    font-size: 1rem;
  }
  .responsive-margin-top {
    margin-top: 0.5rem;
  }
  .inventory-header {
    font-size: 0.5rem;
  }

  .bold-header {
    font-size: 0.6rem;
  }

  .big-header {
    font-size: 14px;
  }

  .paragraph {
    font-size: 0.7rem;
  }

  .preview-planet {
    width: 35px;
  }
  .inventory {
    height: 230px;
  }
}

.custom-textarea::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.custom-textarea::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 10px;
}

.custom-textarea::-webkit-scrollbar {
  width: 10px;
}

.custom-textarea::-webkit-scrollbar-track-piece {
  height: 10px;
}

@media screen and (orientation: portrait) {
  #screen {
    display: none;
  }
  #rotate {
    display: block;
  }
}

@media screen and (orientation: landscape) {
  #screen {
    display: block;
  }
  #rotate {
    display: none;
  }
}

/*

kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk

*/
