.color-blue {
  background-color: #021920;
}

.color-lightblue {
  color: #bfecf2 !important;
}

.color-text-lightblue {
  color: #bfecf2;
}

.color-main-blue {
  background-color: #04252e;
}

.font-roboto {
  font-family: Roboto, sans-serif;
}

.color-text-white {
  color: white;
}

.spacer-line {
  border: 1px solid #18464b;
}

.font-lig {
  font-family: Inconsolata, monospace;
}

.display-flex {
  display: flex;
}

.margin-bottom {
  margin-bottom: 2rem;
}

.margin-left {
  margin-left: 1.5rem;
}

.margin-left-small {
  margin-left: 0.2rem;
}

.border-radius-small {
  border-radius: 0.2rem;
}

.font-size-large {
  font-size: 1.75rem;
}

.min-height {
  min-height: 100vh;
}

img {
  object-fit: fill;
}

.platform-logo {
  height: 1.25rem;
  width: 1.25rem;
}

.min-height-background-image {
  min-height: 400px;
  position: relative;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  border: #18464b solid 0.2rem;
  border-radius: 1rem;
}

#game-logo {
  position: absolute;
  height: 200px;
  width: 150px;
  bottom: 0;
  left: 1rem;
  object-fit: fill;
  border-radius: 0.5rem;
  border: solid black 0.2rem;
}

#game-title {
  position: absolute;
  bottom: 3rem;
  left: 11rem;
  font-size: 1.5rem;
}

.margin-top-small {
  margin-top: 1rem;
}

#rating {
  position: absolute;
  bottom: 9.6rem;
  left: 1.2rem;
  padding: 1rem 0.5rem;
}

body {
  padding-top: 3.5rem;
}

.font-inter {
  font-family: inter, sans-serif;
}

.margin-right-small {
  margin-right: 0.5rem;
}

.space-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.raisedbox {
  padding: 1.25rem;
  border: 1px solid black;
  box-shadow:
    -1px 1px black,
    -2px 2px black,
    -3px 3px black,
    -4px 4px black,
    -5px 5px black;
}

.flex-wrap {
  flex-wrap: wrap;
}

.font-very-small {
  font-size: 0.9rem;
}

.margin-top-user {
  margin-top: -0.5rem;
}

.margin-bot-user {
  margin-bottom: -0.5rem;
}

#button-white {
  color: white;
}

.gold {
  color: goldenrod;
}

.heading-star {
  color: white;
}

.star-size {
  font-size: 1.5rem;
}

.star-size-small {
  font-size: 0.9rem;
}

.star-position {
  position: absolute;
  left: 11rem;
  bottom: 1rem;
}

.position-rel {
  position: relative;
}

.justify-center {
  justify-content: center;
}

.star-border-white {
  color: white;
}

.community-svg {
  width: 8rem;
}

.box-shadow {
  box-shadow: #021920 -0.5rem 0.5rem;
}

.margin-top-tiny {
  margin-top: 0.25rem;
}

.modal-background {
  display: flex;
  background-color: rgba(0 0 0 / 70%);
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  align-items: center;
  justify-content: center;
}

.button-no-style {
  border: 0;
  padding: 0;
  background-color: #021920;
  color: #8d979a;
}

.half-stars {
  width: 0.75rem;
  overflow: hidden;
}

.half-star-container-heading {
  width: 0.85rem;
  overflow: hidden;
}

.half-star-container-rating {
  width: 0.55rem;
  overflow: hidden;
}

.background {
  background-image: url("https://i.pinimg.com/originals/1f/a8/6f/1fa86fdfcbc314b8d01d6e49a6d9abd1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}

.home-image {
  width: 100%;
  height: calc(100vh + 56px);
  position: absolute;
  top: 0;
  left: 0;
}

button,
i.edit-icon,
i.delete-icon {
  cursor: pointer;
}

.lds-roller {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  right: 2rem;
  top: 10rem;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div::after {
  content: " ";
  display: block;
  position: fixed;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -0.25rem 0 0 -0.25rem;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1)::after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2)::after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3)::after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4)::after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5)::after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6)::after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7)::after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8)::after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.hidden {
  display: none !important;
}

.comment-pointer {
  cursor: pointer;
}

.text-align-center {
  text-align: center;
}

.flex-direction-column {
  flex-direction: column;
}

.error-button {
  background-color: red;
  color: black;
  border: solid black 0.1rem;
}

.font-small-error {
  font-size: 2rem;
}

.border-shadow {
  border-left: black solid 0.5rem;
  border-radius: 1rem;
  border-top: solid black 0.5rem;
  border-bottom: solid 0.2rem black;
  box-shadow: -7px 10px rgba(0, 0, 0, 0.6);
}
