:root {
  --background: #1c1c1c;
  --accents: #25b1fe;
  --navbar: #020101;
  --greys: #575757;
  --ratings: #f7931e;
  --status: #319f00;
}

body {
  background: var(--background);
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #1f6ef9 transparent;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 0.3rem;
}

*::-webkit-scrollbar-thumb {
  background-color: #2292fc;
  border-radius: 10px;
}

.hidden {
  display: none !important;
}

.bs .bsx {
  overflow: visible;
}
#content {
  margin-top: 0;
  padding-bottom: 300px;
}
/* Mass release */
span.soon {
  position: absolute;
  top: 26px;
  left: -26px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 1;
  padding: 2px 20px;
  font-size: 9px;
  background: #de3b3b;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}