:root {
  --game-hue: 8;
  --game-bg: #f0efec;
  --game-color-1: #cc412b;
  --game-color-2: #1f2020;
  --game-color-2-in: #ffffff;
  --game-color-3: #a5a7a8;
  --game-color-3: #cc412b;
  --game-icon-color: #2b95fb;
  --g-text-shadow-2: #0a225e;
  --game-color-dark: #1f2020;
  --game-color-subdark: #4c4946;
  --game-dark-opacity: rgb(76 73 70 / 60%);
  --game-bg-target: #cc412b;
  --game-text-target-in: #ffffff;
  --game-server-premium: #b2240d9e;
  --game-server-hover: #cc412b;
  --game-tagmod-color: #403a2b;
  --game-header-gradient: linear-gradient(rgb(39 42 59 / 80%) 0%, rgb(39 42 59 / 90%) 100%);
  --game-card-bg: #cc412b;
  --game-card-bg-in: #ffffff;
  --rust-color-online: #6b5353;
}

[data-theme=dark] {
  --game-bg: hsl(229 11% 15% / 1);
  --game-server-premium: hsl(40deg 21% 33% / 70%);
  --game-card-bg: #463e2e;
  --rust-color-online: hsl(0, 0%, 85%);
}

.fixgame-bg {
  height: unset;
}

.chip-item {
  box-shadow: inset 0px 0px 0px 2px #4c4946 !important;
  background-color: #2a2928 !important;
  color: #e4dad1 !important;
}
.chip-item.active {
  box-shadow: none !important;
  background-color: var(--game-color-1) !important;
}

.glitter-box {
  display: none !important;
}

.modern-server-list.rust .list-body .server-item .col.col-about {
  flex-basis: 75px;
}
.modern-server-list.rust .list-body .server-item .tag-list .tag-item {
  background-color: #5d7239;
  color: #ffffff;
}
.modern-server-list.rust .list-body .server-item .tag-list .tag-mod {
  background: var(--game-tagmod-color);
  color: #eee;
}
.modern-server-list.rust .list-body .server-item .players-now {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.6px;
  font-family: "Russo One", sans-serif;
  color: var(--rust-color-online);
}
.modern-server-list.rust .list-body .server-item .wiped {
  background: rgba(204, 204, 204, 0.3098039216);
  padding: 4px 5px;
  border-radius: 5px;
  display: flex;
  gap: 5px;
  align-items: center;
  margin-right: 14px;
  white-space: nowrap;
}
.modern-server-list.rust .list-body .server-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/templates/MonWave/assets/image/games/rust/decor/noise.png);
}

.premium-server {
  color: #e4dad1 !important;
  background-color: var(--game-server-premium);
}
.premium-server .color-swich {
  color: #ede3da !important;
}
.premium-server a,
.premium-server .comments-count {
  color: #ede3da !important;
}
.premium-server svg,
.premium-server path {
  fill: #ede3da !important;
}

.swidget-rust {
  background: var(--game-bg-target) !important;
  color: var(--game-text-target-in);
}
.swidget-rust .th {
  color: var(--game-text-target-in) !important;
}