span[class^="p-listbox-item-content-text"] {
  transition: all 0.3s ease;
  color: rgb(153, 153, 153);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
}
.p-listbox-wrapper-gamecat
  div:hover
  span[class^="p-listbox-item-content-text"] {
  color: white;
}

.p-listbox-wrapper-gamecat a img {
  transition: all 0.1s ease;
  height: 30px;
  width: 30px;
  margin: 3px 0px 3px 0;
}
.p-listbox-wrapper-gamecat div:hover img {
  filter: brightness(0.25) invert(10%) sepia(100%) saturate(5000%)
    hue-rotate(-10deg);
}

.p-listbox-cat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -20px;
}
.p-listbox-cat-left {
  overflow-x: auto;
}
.p-listbox-wrapper-gamecat::-webkit-scrollbar {
  height: 3px;
  background: transparent;
}
.p-listbox-wrapper-gamecat::-webkit-scrollbar-thumb {
  background-color: rgb(153, 153, 153);
  border-radius: 10px;
}

.p-listbox-cat-right-a span {
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: 0.3s ease;
}

.p-listbox-cat-right {
  display: flex;
}

a.p-listbox-cat-right-a {
  width: 250px;
  background-color: #292b36;
  border-radius: 6px;
  min-height: 40px;
  padding: 5px 10px;
  display: grid;
  margin: 0 0 0 150px;
}

.p-listbox-cat-right-a:hover span {
  color: white;
}

.p-listbox-cat-right-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3% 0 2%;
}

span.p-listbox-cat-right-f {
  transform: rotate(180deg) scaleX(2.5);
  font-size: 10px;
}

div[class^="p-listbox-wrapper"] {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  user-select: none; 
  height: 100px;
  align-items: center;
  gap: 15px;
}

div[class^="p-listbox-wrapper"]:not(
    .p-listbox-wrapper-gamecat
  )::-webkit-scrollbar {
  display: none;
}

div[class^="p-listbox-wrapper"]:not(.p-listbox-wrapper-gamecat) img {
  filter: grayscale(1) brightness(0.75);
}
div[class^="p-listbox-wrapper"]:not(.p-listbox-wrapper-gamecat) a:hover {
  filter: grayscale(1) brightness(1.5);
}
div[class^="p-listbox-wrapper"]:not(.p-listbox-wrapper-gamecat)
  div[class^="p-listbox-item-wrapper"] {
  background: #282c35;
  margin-right: 25px;
  display: flex;
  height: 100px;
  /* width: 165px; */
  align-items: center;
  justify-content: center;
  min-width: 165px;
}

a[class^="p-listbox-item"]:not(
    .p-listbox-wrapper-gamecat a[class^="p-listbox-item"]
  ) {
  width: 75px;
}
div[class^="p-listbox-item-wrapper-"] {
  display: flex;
  min-width: 85px;
  min-height: 80px;
  align-items: center;
  /* margin-right: 10px; */
  justify-content: center;
  border-radius: 7px;
  max-width: 85px;
  max-height: 80px;
  border: 2px solid #1c1d22;
  transition: 0.3s ease;
}
.p-listbox-wrapper-gamecat div[class^="p-listbox-item-wrapper-"]:hover {
  border: 2px solid;
  border-color: rgb(67, 67, 67, 1);
}

div[class^="p-listbox-item-content"] {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-listbox-item-wrapper-2-1red_games {
  background: radial-gradient(
    187.64% 267.37% at 0.15% 93.32%,
    #89042c 0,
    #381368 53.5%,
    rgba(56, 19, 104, 0) 100%
  );
}
.p-listbox-item-wrapper-2-1red_games span {
  color: white;
}
.p-listbox-item-wrapper-7-lobby {
  background: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0.2),
      hsla(0, 0%, 100%, 0)
    ),
    #282a36;
}
.p-listbox-item-wrapper-7-lobby img {
  filter: brightness(0.25) invert(10%) sepia(100%) saturate(5000%)
    hue-rotate(-10deg);
}
.p-listbox-item-wrapper-7-lobby span {
  color: white;
}

.p-slidebot h3 {
  color: white;
  font-size: 24px;
  margin: 10px 0 30px 0;
  font-family: HeroNew, Arial, sans-serif;
  font-weight: 500;
}

.p-slidebot div[class^="p-slidebot-"] {
  margin: 0 0 50px 0;
}

div[class^="p-listbox-wrapper"]:not(.p-listbox-wrapper-gamecat)
  div[class^="p-listbox-item-wrapper"] {
  border-radius: 0;
  margin-right: 5px;
  height: 200px;
  min-height: 200px;
  width: 175px;
  min-width: 175px;
}

@media (max-width: 767px) {
  .p-slidebot div[class^="p-slidebot-"] {
    margin: 0 0 0 0;
  }
  .p-slidebot2text-wrapper,
  .p-slidebot3text-wrapper {
    margin-top: 30px;
  }
}