@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --color-base-100: transparent;
    --color-base-200: #212321;
    --color-base-300: #101010;
    --color-base-content: #fff;
    --color-primary: #3a81c7;
    --color-primary-content: oklch(96% 0.018 272.314);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: red;
    --color-accent: transparent;
    --color-accent-content: #1c1c1c;
    --color-neutral: #1c1c1c;
    --color-neutral-content: #7d818a;
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: #22c55e;
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: #bf233e;
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1.5rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.bg-base-300 {
  background-color: #101010 !important;
}


.border-base-100 {
  border-color: #222322;
}
.bg-accent-content {
  background-color: #1c1c1c !important;
}
.mobile-only {
  /* Hides the element by default on all screen sizes */
  display: none !important;
}
/* Media query to show the element on screens that are 767px or smaller */
@media (max-width: 767px) {
  .mobile-only {
    display: flex !important; /*vis*/
  }
}
.sponsor {
  background-image: linear-gradient(
    141deg,
    rgb(119 23 16) 0%,
    rgb(179 40 30) 71%,
    rgb(101 25 20) 100%
  );
}
.sponsor:hover {
  background-image: linear-gradient(
    141deg,
    rgb(133, 26, 19) 0%,
    rgb(196, 45, 34) 71%,
    rgb(124, 31, 24) 100%
  );
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.tooltip > :where(.tooltip-content),
.tooltip[data-tip]:before {
  color: white !important;
}
.Zeus {
  background-image: url("https://cdn.kubeo.net/img/Zeus.svg");
  background-size: 50px 50px;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
}
.scroll-container {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  scroll-behavior: smooth;
}
.scroll-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, and Opera */
}
.game-image {
  height: 100%;
  width: 100%;
}
.athena {
  background-image: url("https://cdn.kubeo.net/img/athena.svg");
  background-size: 55px 55px;
  height: 55px;
  width: 55px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
}
.navbar {
  min-height: 2rem !important;
  padding: 0rem !important;
}
.menu a:hover,
.active,
summary:hover {
  background-color: #1f1e1ed2!important;
  border-radius: 0;
  color: white !important;
}
.kubeo-svg {
  width: 120%;
}
.kubeo-svg path:hover,
.kubeo-svg polygon:hover,
.kubeo-svg.active path:hover,
.kubeo-svg.active polygon:hover {
  stroke: #2d70d4;
  stroke-width: 25px;
  cursor: pointer;
}
.kubeo-svg path.active,
.kubeo-svg polygon.active {
  stroke: #2d70d4;
  stroke-width: 25px;
}
.logo {
  background-image: url("https://cdn.kubeo.net/img/new_new_logo.png");
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1.5px;
}
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.menu {
  color: #ffffff;
}
.active {
  color: white;
  background-color: #1f1e1ed2;
  border-bottom: 2.5px solid white !important;
  border-radius: 0;
}
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  flex: 1 !important; /* Allow main content to expand and push footer down */
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.row-tight {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.row-tight > [class*="col"] {
  padding: 0 0.375rem;
}
.item {
  box-shadow: 0 2px 1px #131413, 0 0 0 1px #131413;
}
body::-webkit-scrollbar {
  width: 12px !important;
}
.input,
.textarea {
  color: white;
  border: 1px solid #222322;
  background-color: rgb(25, 27, 27);
  border-radius: 8px !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0.95rem;
  width: 100% !important;
}
input:focus,
textarea:focus {
  border: 1px solid #404443 !important;
}
input::placeholder,
textarea::placeholder {
  color: #3b3b41 !important;
}
.checkbox:before {
  background-color: rgb(53 135 237) !important;
}
.modal-box {
  box-shadow: none !important;
  background-color: var(--color-base-300) !important;
  width: auto !important;
}
[type="checkbox"],
[type="radio"] {
  background-color: #1c1c1c !important;
  border: 1px solid #222322 !important;
  border-radius: 3px!important;
  box-shadow: none !important;
}
.btn-trailer {
  background-color: #ffffff00;
  color: white;
  border: 3px solid #db2c49;
}
.btn-trailer:hover {
  background-color: #db2c49;
  color: white;
  border: 3px solid #db2c49;
}
.btn-signUp {
  background-color: #ffffff00;
  color: white;
  border: 3px solid #2c82db;
}
.btn-signUp:hover {
  background-color: #2c82db;
  color: white;
  border: 3px solid #2c82db;
}
.btn {
  border-radius: 8px !important;
  border-color: none;
}
:root,
[data-theme] {
  background-color: #131413 !important;
}
.btn-log {
  background-color: #131413 !important;
  color: white;
  border: 1.5px solid #222322;
}
.btn-log:hover {
  background-color: #222322 !important;
  color: white;
}
.btn-error {
  color: white;
}
.btn-white {
  background-color: #ffffff !important;
  color: #000;
  border: 1.5px solid #0000001a;
}
.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.938) !important;
  color: #000;
}
.btn-pur {
  background-color: #2c82db;
  color: white;
  border: 1.5px solid #369aff;
}
.btn-pur:hover {
  background-color: #369bffc9;
  color: white;
  border: 1.5px solid #369aff;
}
.btn {
  --btn-shadow: none !important;
}
.chat-bubble {
  border: 1px solid #222322;
  background-color: #101010 !important;
}
.notif-container {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgb(10 10 10 / 88%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}
.grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.hover\:grow {
  transition: all 0.3s;
  transform: scale(1);
}

.hover\:grow:hover {
  transform: scale(1.02);
}
.progress {
  background-color: #d0cfcf0d !important;
}
.rocket {
  width: 50px;
  height: 100px;
  position: relative;
  animation: launch 5s infinite;
}
@keyframes launch {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
.stats {
  background-color: #131413 !important;
  border: 1px solid #202323;
}
.stat {
  border-color: #202323 !important;
}
.flagged-content {
  background-color: #1b1c1c !important;
  padding: 1rem;
  border-radius: 0.5rem;
}
.btn.btn-disabled,
.btn[disabled],
.btn:disabled {
  --tw-border-opacity: 0;
  background-color: var(--fallback-n, #1b1c1c);
}
.card.chat-bubble {
  position: relative;
  margin-bottom: 10px;
}
.card.chat-bubble:after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  border: 20px solid blue !important;
  border-right-color: #ff0000 !important;
  border-left: 0;
  border-bottom: 0;
  margin-top: -15px;
  margin-left: -20px;
}
.chat-start .chat-bubble:before {
  transform: rotateY(26deg);
  inset-inline-start: -0.75rem;
  border: 6.5px solid #222322 !important;
  bottom: -1px;
}
body {
  font-family: Quicksand, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important; /* Ensure body takes up full viewport height */
  margin: 0 !important; /* Remove default body margins */
  color: white !important;
  font-weight: 600;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 12px !important;
  @media (max-width: 767.98px) {
    .card {
      margin-bottom: 0.75rem;
    }
  }
  .card + .card {
    margin-top: 1.5rem;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tab-content > .tab-pane {
  display: none;
}
.kubeo {
  position: absolute;
  top: 80vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #3a3838;
  border-radius: 1px;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: kubeo 2s ease-in forwards infinite;
  animation: kubeo 3s ease-in forwards infinite;
}
.kubeo:nth-child(2) {
  border-color: #3a3838;
}
.kubeo:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.kubeo:nth-child(3) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  left: 75vw;
  top: 50vh;
}
.kubeo:nth-child(4) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  left: 90vw;
  top: 10vh;
}
.kubeo:nth-child(5) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  left: 10vw;
  top: 85vh;
}
.kubeo:nth-child(6) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  left: 50vw;
  top: 10vh;
}

.sort hr {
  margin-bottom: 8px;
  margin-left: 0;
  margin-top: 8px;
  width: 54px;
}

@-webkit-keyframes kubeo {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes kubeo {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.color-part {
  height: 46px;
  width: 46px;
  border: 2px solid rgb(17, 17, 17);
}
.slot {
  height: 6.25rem !important;
  width: 6.25rem;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #161616;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slot.has-item {
  opacity: 0.8;
  background-color: #1b1b1b;
  padding: 10px;
}

.alert {
  background: oklch(0.18 0 0) !important;
  border: 1px solid #222322;
  border-radius: 12px !important;
  box-shadow: none !important;
}
.dropdown .dropdown-content {
  background: #181818;
}
footer {
  padding: 1rem 0 !important;
}

.trans {
  background-color: #131413 !important;
  border: 1px solid #222322;
  color: white !important;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  overflow: hidden;
}

.trans:hover {
  background-color: rgba(24, 24, 24, 0.596) !important;
  border: 1px solid #222322;
}

.ava_tab,
.nav_tab {
  border: 1px solid white !important;
  color: white !important;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  overflow: hidden;
}

.ava_tab:hover,
.nav_tab:hover {
  border: 2px solid #6ab3ff;
}

.ava_tab_active,
.nav_tab_active {
  border: 2px solid #6ab3ff !important;
  background-color: #3e7fcf !important;
}

.blog-image {
  opacity: 0.7;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 0;
}

.world-image {
  opacity: 0.8;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 0;
}

.world-image:hover {
  opacity: 1;
}

.blog-image:hover {
  opacity: 1;
  transform: scale(1.05);
}
.avatar {
  flex-shrink: 0;

  border-radius: 50%;
}

.avatar.avatar-xs {
  width: 46px;
  height: 46px;
}

.avatar.avatar-sm {
  width: 2.25rem;
  height: 2.25rem;
}

.avatar.avatar-lg {
  width: 4.5rem;
  height: 4.5rem;
}

.avatar.avatar-xlg {
  width: 7.5rem;
  height: 7.5rem;
}

@media (min-width: 992px) {
  .avatar.avatar-lg {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.avatars {
  padding-left: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0;
}

.avatars > li {
  position: relative;
}

.avatars > li:not(:last-child) {
  margin-right: -0.75rem;
}

.avatars .avatar {
  border: 2px solid #fff;
}

.avatar-author {
  display: flex;
}

.avatar-author h6 {
  margin-bottom: 0;
}
.card-header {
  padding: 5rem 5rem;
  margin-bottom: 0;
  background-color: hsla(216, 87%, 53%, 0.822);
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.625rem - 1px) calc(0.625rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.diamond-ani {
  animation: scroll 3s linear infinite;
  background-color: #0d0d0d;
  background-image: url(https://cdn.kubeo.net/img/diamondsbg.svg);
  background-repeat: repeat;
  background-size: 200px 200px;
  height: 0;
  left: 0;
  max-height: 100vh;
  min-height: 10vh;
  overflow: hidden;
}

.map-ani {
  animation: scroll 5s linear infinite;
  background-color: #0d0d0d;
  background-image: url(https://cdn.kubeo.net/img/mapbg.svg);
  background-repeat: repeat;
  background-size: 250px 250px;
  height: 0;
  left: 0;
  max-height: 100vh;
  min-height: 70vh;
  overflow: hidden;
}
.logo-ani {
  animation: scroll 10s linear infinite;
  background-color: #0d0d0d;
  background-image: url(https://cdn.kubeo.net/img/logo_background.svg);
  background-repeat: repeat;
  background-size: 250px 250px;
  height: 0;
  left: 0;
  max-height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

@keyframes scroll {
  0% {
    background-position: 250px 250px;
  }

  to {
    background-position: 0 0;
  }
}
.gift-self-toggle {
  background: #000;
  border: 1px solid #000;
  border-radius: 8px;
  display: flex;
  height: 70px;
  margin: auto;
  overflow: hidden;
  width: 300px;
}
.checkout-upgrade-perk {
  background-color: #000;
  border-radius: 5px;
  font-size: 1.2em;
  margin: 5px auto;
  max-width: 500px;
  padding: 10px;
}
.gift-self-toggle .gift-self-toggle-btn .gift-icn {
  height: 32px;
  margin: 0 14px;
  width: auto;
}
.gift-self-toggle .gift-self-toggle-btn {
  align-items: center;
  background-color: #171717;
  border: 1px solid hsla(0, 0%, 85%, 0);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  opacity: 0.5;
  transform: scale(0.9);
  transition: transform 0.2s ease-in-out, border-color 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 50%;
}
.gift-self-toggle .gift-self-toggle-btn.active,
.gift-self-toggle .gift-self-toggle-btn:hover {
  opacity: 1;
  transform: scale(1);
}

.gift-self-toggle .gift-self-toggle-btn.active {
  border-color: #dadada;
}
.nav-user {
  padding: 0 0 0 1rem !important;
  background: #171717;
  border-radius: 100px;
}
.nav-pfp {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #101010;
  border-radius: 100px;
  outline: 2px solid #272727;
  outline-offset: -1px;
  position: relative;
  left: 1px;
}
.nav-user-username {
  display: inline-block;
  margin-right: 0.375rem;
  position: relative;
  top: 1x;
}

.n {
  border-radius: 100px;
  outline: 2px solid #272727;
  outline-offset: -1px;
  margin-right: 0.75rem;
}
.n-section {
  padding: 0.5rem 0.375rem;
  text-decoration: none;
  display: inline-block;
}

.main-pfp {
  display: inline-block;
  background: #1e1e1e;
  border-radius: 100px;
  border: 2px solid #272525;
}

.online {
  border: 2px solid #53b757;
}

.offline {
  border: 2px solid #2f2f2f;
}
.game-img-size {
  height: 124px;
  width: 124px;
}
.avaCon {
  background: radial-gradient(190px at 50% 50%, #7f83894d 0%, transparent 100%);
}
/*new */

/* Container for the banner */
.kubeo-banner {
  width: 100%;
  max-width: 100%;
  height: 100px;
  /*position: relative;
  /*overflow: hidden;
  z-index: 1;*/
}
/* Moving stud background */
.kubeo-banner.exclusive {
  background-image: url("https://cdn.kubeo.net/img/worlds/stud.png?multi=true");
  background-repeat: repeat;
  background-size: 50px 50px;
  animation: bg-scroll 2s linear infinite;
}
/* Background scroll animation */
@keyframes bg-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 60px; /* Diagonal movement */
  }
}
/* For trying to fix some ios showModal bug */
body.modal-open {
  overflow: hidden !important;
  position: fixed !important;
}
/* Smooth endless background scroll */
@keyframes bg-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 50px 50px;
  }
}
.dropdown-content {
  position: absolute !important;
  z-index: 9999 !important;
}

select {
  background-color: #101010 !important;
}
