:root {
  --vip-color: #f2c752;
  --admin-color: #529ef2;
  --fsz-big: 20px;
  --ct-side: linear-gradient(90deg, rgb(33 150 243 / 15%), transparent, transparent);
  --t-side: linear-gradient(90deg, rgb(255 193 7 / 15%), transparent, transparent);
  --badge: var(--card);
  --have-slots: #5fd68a;
  --have-small-slots: #e8a64c;
  --havent-slots: #f07171;
  --low-ping: #5fde74;
  --middle-ping: #f8c931;
  --hight-ping: #e33d3d;
  --servers-accent: var(--span, #e8a64c);
  --servers-surface: rgb(13 17 24 / 92%);
  --servers-border: rgba(255, 255, 255, 0.08);
  --servers-radius: var(--br-16, 16px);
  --servers-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}

/* ——— Module shell ——— */
.servers-module {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.servers-module .servers-hero__btn {
  width: auto;
}

.servers-module button.servers__card-stats {
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
}

.servers-module__panel {
  border: 1px solid var(--servers-border);
  border-radius: var(--servers-radius);
  background: var(--servers-surface);
  box-shadow: var(--servers-shadow);
}

.servers-module__panel--toolbar {
  padding: 0.75rem 1rem;
}

.servers-module__panel--grid {
  padding: 1rem;
  background: transparent;
  border: none;
  box-shadow: none;
}

/* ——— Hero CTA ——— */
.servers-hero {
  display: grid;
  min-height: 132px;
  border-radius: var(--servers-radius);
  overflow: hidden;
  border: 1px solid var(--servers-border);
  box-shadow: var(--servers-shadow);
}

.servers-hero__media,
.servers-hero__scrim,
.servers-hero__inner {
  grid-area: 1 / 1;
}

.servers-hero__media {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.02);
}

.servers-hero__scrim {
  background:
    linear-gradient(105deg, rgba(8, 10, 16, 0.92) 0%, rgba(8, 10, 16, 0.72) 42%, rgba(8, 10, 16, 0.55) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 55%);
  pointer-events: none;
}

.servers-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  gap: 1.25rem;
  flex-wrap: wrap;
  padding: 1.25rem 1.5rem;
  box-sizing: border-box;
  min-height: 100%;
}

.servers-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  gap: 0;
  max-width: 32rem;
}

.servers-hero__actions {
  display: flex;
  align-items: center;
  align-self: center;
  flex-shrink: 0;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.servers-hero__eyebrow {
  display: inline-block;
  align-self: flex-start;
  margin: 0 0 0.5rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(240, 216, 74, 0.12);
  border: 1px solid rgba(240, 216, 74, 0.28);
  color: #f0d84a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.servers-hero__headline {
  margin: 0 0 0.35rem;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-custom, #fff);
}

.servers-hero__desc {
  margin: 0;
  max-width: 26rem;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
}

.servers-module a.servers-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 2.75rem;
  padding: 0 1.15rem;
  align-self: center;
}

.servers-hero__btn {
  gap: 0.5rem;
  border-radius: var(--br-12, 12px);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
  border: 1px solid transparent;
}

.servers-hero__btn:hover {
  transform: translateY(-1px);
}

.servers-hero__btn--primary {
  background: linear-gradient(135deg, #e8a64c 0%, #f0d060 100%);
  color: #141414;
  box-shadow: 0 8px 24px rgba(232, 166, 76, 0.35);
}

.servers-hero__btn--primary:hover {
  box-shadow: 0 10px 28px rgba(232, 166, 76, 0.45);
  color: #141414;
}

.servers-hero__btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--text-default);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.servers-hero__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  color: var(--text-default);
}

.servers-hero__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .servers-hero__inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }

  .servers-hero__copy,
  .servers-hero__actions {
    align-self: stretch;
  }

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

  .servers-hero__btn {
    width: 100%;
    justify-content: center;
  }
}

/* ——— Toolbar ——— */
.servers_toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 12px;
  row-gap: 10px;
  width: 100%;
}

.servers_toolbar-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
  width: 100%;
}

.servers_toolbar-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.servers_toolbar-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  flex-wrap: nowrap;
  justify-self: end;
}

.servers_toolbar .servers_dropdown-wrap {
  flex: 0 0 auto;
}

.servers_toolbar button {
  width: auto;
  max-width: none;
  height: auto;
  min-height: 2.25rem;
  justify-content: flex-start;
  touch-action: manipulation;
}

.servers_toolbar-dropdown {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--servers-border);
  border-radius: var(--br-10, 10px);
  color: var(--text-default);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  white-space: nowrap;
}

.servers_toolbar-dropdown-label {
  color: var(--text-custom);
  font-weight: 600;
}

.servers_toolbar-dropdown-value {
  color: var(--text-default);
  font-weight: 500;
}

.servers_toolbar-dropdown:hover {
  background-color: var(--transparent-10-w);
}

.servers_toolbar-dropdown[aria-expanded="true"] {
  background-color: var(--transparent-10-w);
}

.servers_toolbar-dropdown[aria-expanded="true"] .servers_toolbar-chevron {
  transform: rotate(180deg);
}

.servers_toolbar-dropdown-icon {
  flex-shrink: 0;
  opacity: 0.8;
}

/* dropdown panels */
.servers_dropdown-wrap {
  position: relative;
}

.servers_dropdown-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 6px;
  min-width: 160px;
  max-height: 280px;
  overflow-y: auto;
  background: rgb(18 22 30);
  border: 1px solid var(--servers-border);
  border-radius: var(--br-12, 12px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  z-index: 100;
  padding: 6px;
}

.servers_dropdown-panel.is-open {
  display: block;
}

.servers_dropdown-option {
  display: block;
  width: 100%;
  padding: 8px 12px;
  border: none;
  border-radius: 8px;
  background: none;
  color: var(--text-default);
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s;
}

.servers_dropdown-option:hover {
  background: rgba(255, 255, 255, 0.06);
}

.servers_dropdown-option.active {
  background: rgba(232, 166, 76, 0.15);
  color: var(--servers-accent);
}

.servers_toolbar-right .servers_dropdown-wrap .servers_dropdown-panel {
  left: auto;
  right: 0;
}

.servers_toolbar-chevron {
  flex-shrink: 0;
  opacity: 0.7;
  transition: transform 0.2s;
}

.servers_toolbar-sort {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background-color: var(--input-form, rgba(255, 255, 255, 0.06));
  border: 1px solid var(--transparent-10-w);
  border-radius: 10px;
  color: var(--text-default);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
}

.servers_toolbar-sort:hover {
  background-color: var(--transparent-10-w);
}

.servers_toolbar-sort svg:first-child {
  opacity: 0.8;
}

/* filter chips inside toolbar */

.servers_toolbar .filter_chips {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  flex: 1 1 auto;
  min-width: 0;
  padding: 3px;
  border-radius: var(--br-10, 10px);
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid var(--servers-border);
}

.servers_toolbar .filter.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  height: 2rem;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--text-custom);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
  flex: 0 0 auto;
}

.servers_toolbar .filter.filter-chip:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-default);
  border-color: transparent;
}

.servers_toolbar .filter.filter-chip.active {
  color: #141414;
  background: var(--servers-accent);
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(232, 166, 76, 0.25);
}

.servers_toolbar .filter.filter-chip.active:hover {
  color: #141414;
  background: var(--servers-accent);
}

@media (max-width: 640px) {
  .servers_toolbar {
    grid-template-columns: 1fr;
  }

  .servers_toolbar-right {
    width: 100%;
    justify-content: space-between;
    justify-self: stretch;
  }

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

/* legacy filter (kept for compatibility) */

.servers_filter {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.filter_chips {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .filter_chips {
    width: 100%;
  }
}

.fake-loader svg {
  width: 21px;
  height: 21px;
  stroke: var(--text-default);
  fill: var(--text-default) !important;
  stroke-linecap: round;
  stroke-dasharray: 100, 150;
  stroke-dashoffset: 0;
}

.spinner {
  display: flex;
  animation: rotate 2s linear infinite;
  z-index: 2;
  width: 20px;
  height: 20px;

  & .path {
    stroke: var(--text-default);
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
  }
}

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

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.servers_filter-data {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  height: 2.35rem;
  padding: 0 0.35rem 0 0.75rem;
  border-radius: 999px;
  background: rgba(95, 214, 138, 0.1);
  border: 1px solid rgba(95, 214, 138, 0.22);
}

@media (max-width: 768px) {
  .servers_filter-data {
    width: 100%;
    justify-content: space-between;
  }
}

.online-block {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.online-block-number {
  color: var(--green);
  font-weight: 700;
  font-size: 14px;
  width: 2.2rem;
}

.online-block-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.online-block-icon svg {
  width: 1.3em;
  height: 1.3rem;
  fill: var(--green);
}

.servers_filter-update-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  height: 1.85rem;
  width: 1.85rem;
  color: var(--text-default);
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.servers_filter-update-button:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: rotate(-30deg);
}

.servers_filter-update-button svg {
  width: 1.3rem;
  height: 1.3rem;
  fill: currentColor;
  rotate: 150deg;
}

/* modal window */

.modal-window-server {
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  transition: all 0.3s;
  pointer-events: auto;
  background: var(--bg-modal);
  opacity: 0;
  justify-content: center;
  align-items: center;
}

.modal-window-server .card {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 2px;
}

@media (max-width: 768.9px) {
  .modal-window-server>div {
    width: 25em;
  }
}

@media (min-width: 769px) {
  .modal-window-server>div {
    width: 59em;
  }
}

.modal-window-server>div {
  position: absolute;
  margin: 0 auto;
  transform: translate(-50%, -50%) scale(0.95);
  background: var(--card);
  border-radius: var(--br-32);
  box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 16%);
  z-index: 5000;
  pointer-events: none;
}

.modal_players_online {
  visibility: hidden;
}

.modal_players_online.modal_show {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.modal_players_online>.modal-card {
  transform: scale(0.98);
  transition: 0.2s;
  /* overflow: hidden; */
}

.modal_players_online.modal_show>.modal-card {
  transform: scale(1);
  transition: 0.2s;
  /* overflow: hidden; */
  pointer-events: all;
}

.modal-card__header {
  display: flex;
  overflow: hidden;
  height: 15rem;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: var(--br-32);
}

@media (max-width: 768px) {
  .modal-card__header {
    height: 13rem;
  }
}

.modal-card__header img {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.08;
}

.modal-card__header-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, var(--card), transparent);
  pointer-events: none;
}

.server-modal__header {
  height: 120px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.modal-card__header-content {
  display: flex;
  gap: 1rem;
  z-index: 1;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 3rem;
}

.modal-card__header-content-top img {
  position: relative;
  width: 6rem;
  height: 6rem;
  opacity: 1;
  left: unset;
  top: unset;
  transform: unset;
}

@media (max-width: 768px) {
  .modal-card__header-content-top img {
    width: 3rem;
    height: 3rem;
  }
}

.modal-card__header-content-top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3rem;
  margin-top: -2rem;
}

@media (max-width: 768px) {
  .modal-card__header-content-top {
    gap: 0.3rem;
    flex-direction: column;
    align-items: center;
  }
}

.modal-card__server-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 11rem;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .modal-card__server-details {
    display: none;
  }
}

.modal-card__server-details.right {
  align-items: flex-start;
}

.modal-card__server-details span {
  font-weight: 600;
  opacity: 0.3;
  color: var(--text-default);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modal-card__server-details span b {
  font-weight: 600;
  color: var(--text-default);
}

.modal-card__server-details span svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: currentColor;
}

.win-team {
  font-size: 13px;
}

.team-score-block {
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: center;
}

.team-score-block img {
  width: 2rem;
  height: 2rem;
  position: unset;
  transform: unset;
  opacity: 1;
}

.team-score-block:before,
.team-score-block:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 35%;
  background-color: var(--transparent-3-w);
}

.team-score-block:before {
  left: 0;
}

.team-score-block:after {
  right: 0;
}

.team-score {
  font-size: 33px;
  font-weight: 700;
}

.modal-card__header-content-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.modal-btn__close,
.modal-btn__refresh,
.modal-btn__settings {
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  z-index: 2;
  opacity: 0.8;
  background-color: transparent;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal-btn__refresh {
  left: 0;
  border: none;
}

.modal-btn__settings {
  top: 8rem;
  left: 0;
}

.modal-btn__close svg,
.modal-btn__refresh svg,
.modal-btn__settings svg {
  width: 24px;
  height: 24px;
  fill: var(--text-default);
  opacity: 0.3;
  transition: 0.25s;
}

.modal-btn__refresh:hover {
  background-color: transparent;
}

.modal-btn__refresh:focus {
  border: none;
}

.modal-btn__close:hover svg,
.modal-btn__refresh:hover svg,
.modal-btn__settings:hover svg {
  opacity: 1;
}

.modal-btn__refresh:disabled {
  background-color: transparent !important;
}

.modal-card__footer {
  display: flex;
  align-items: center;
  background-color: var(--transparent-2-w);
  border-bottom-left-radius: var(--br-32);
  border-bottom-right-radius: var(--br-32);
}

@media (max-width: 768.9px) {
  .hide-mobile {
    display: none !important;
  }

  .modal-btn__settings {
    top: 5.5rem;
  }

  .modal-hide {
    display: none !important;
  }
}

@media (min-width: 768.9px) {
  .hide-mobile {
    display: flex;
  }

  .modal-hide {
    display: table-cell;
  }
}

.btn-clipboard svg {
  width: 17px;
  height: 16px;
  fill: var(--text-default);
  transition: var(--transition);
}

.hide-long-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 10rem;
}

.modal-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  color: var(--default-text-color);
  opacity: 0.7;
  cursor: pointer;
  padding: 1.5rem 2rem;
  transition: 0.2s;
}

.modal-btn:last-child {
  margin-left: auto;
}

.modal-btn:hover {
  opacity: 1;
}

.modal-btn svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.modal-card__body-table {
  padding-inline: 1rem;
  margin-bottom: 1rem;
}

.modal-card__body-name {
  max-width: 10rem;
  display: block;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-card__body-rang {
  width: 3.5rem;
  height: auto;
}

.modal-card__body-faceit {
  width: 1.5rem;
  height: auto;
}

.modal-card__body-player-info {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.modal-card__body-player-info svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: var(--admin-color);
}

.vip-svg {
  fill: var(--vip-color) !important;
}

.scroll-table-body {
  height: 23rem;
  overflow-x: auto;
  margin-top: 0px;
  scrollbar-width: none;
}

.table-monitoring {
  border-radius: unset;
  overflow: unset;
}

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1;
}

.modal-card__body-empty {
  width: 100%;
  height: 23.1rem;
  text-align: center;
  font-size: var(--fsz-big);
  font-weight: 600;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-label {
  width: 20px !important;
  padding: 0 !important;
}

.table-checkbox-block {
  width: 21px;
  height: 21px;
  position: relative;
  text-align: center;
}

tr:has(.border-checkbox:checked) {
  background-color: var(--span-middle);
}

.modal-card__body-buttons {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}

@media (max-width: 768px) {
  .modal-card__body-buttons {
    width: 100%;
  }
}

.modal-card__body-buttons .btn_delete {
  float: unset;
}

.svg-table {
  width: 1.2rem;
  height: 1.2rem;
}

.prime_enable {
  fill: var(--green) !important;
}

.prime_disable {
  fill: var(--red) !important;
}

.ct-side {
  background-image: var(--ct-side);
}

.t-side {
  background-image: var(--t-side);
}

.servers__card-wrapper,
.servers__card-wrapper-4,
.servers__card-wrapper-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 1rem;
}

.servers__card-wrapper-4 {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 900px) {
  .servers__card-wrapper-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.servers__card-wrapper-2 {
  grid-template-columns: repeat(2, 1fr);
}

.servers__card-block {
  position: relative;
  min-height: 148px;
  border-radius: var(--br-14, 14px);
  overflow: hidden;
  background-color: var(--card);
  border: 1px solid var(--servers-border);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.servers__card-block:not(.servers__card-block-empty):hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
}

.servers__card-block:not(.servers__card-block-empty) {
  display: block;
}

.servers__card-block--filter-hidden,
.table-mon__server-block--filter-hidden {
  display: none !important;
}

@media (max-width: 768px) {
  .servers__card-wrapper,
  .servers__card-wrapper-2,
  .servers__card-wrapper-4 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .servers__card-block-empty {
    display: none;
  }
}

/* card background image */
.servers__card-image-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  z-index: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.servers__card-block:hover .servers__card-image-map {
  transform: scale(1.04);
  opacity: 0.5;
}

.servers__card-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 10, 16, 0.35) 0%, rgba(8, 10, 16, 0.88) 100%),
    linear-gradient(90deg, rgba(8, 10, 16, 0.5) 0%, transparent 45%);
  z-index: 0;
  pointer-events: none;
}

/* card overlay content */
.servers__card-overlay {
  position: relative;
  z-index: 1;
  min-height: 148px;
  padding: 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.65rem;
}

.servers__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.servers__card-header-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}

.servers__card-status {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--have-slots);
  box-shadow: 0 0 0 3px rgba(95, 214, 138, 0.2);
}

.servers__card-title {
  display: flex;
  align-items: baseline;
  gap: 4px;
  min-width: 0;
}

.servers__card-num {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-default);
  opacity: 0.9;
}

.servers__card-header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
}

.servers__card-badge-circle {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  background-color: var(--have-slots, #76cb91);
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.servers__card-badge:not(.servers__card-badge-circle) {
  background: var(--span);
  color: var(--text-default);
  border-radius: 8px;
  padding: 0.3rem 0.6rem;
  font-size: 11px;
  font-weight: 600;
  user-select: none;
}

/* action buttons top-right */
.servers__card-buttons {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.servers__card-icon-btn {
  width: 2.25rem;
  height: 2.25rem;
  min-width: 2.25rem;
  min-height: 2.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--text-default);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
}

.servers__card-icon-btn:hover {
  background: rgba(255, 255, 255, 0.18);
}

.servers__card-connect {
  width: 2.25rem;
  min-width: 2.25rem;
  height: 2.25rem;
  min-height: 2.25rem;
  padding: 0;
  border-radius: 50%;
  background: rgba(32, 42, 56, 0.85);
  border: 1px solid rgba(95, 214, 138, 0.4);
  color: #6ee7a0;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.servers__card-connect:hover {
  background: rgba(42, 58, 48, 0.95);
  border-color: rgba(110, 231, 160, 0.65);
  color: #8ef0b8;
  transform: scale(1.04);
  box-shadow: 0 6px 18px rgba(47, 120, 78, 0.25);
}

.servers__card-connect .servers__card-btn-icon {
  width: 15px;
  height: 15px;
}

.servers__card-connect .servers__card-btn-icon,
.servers__card-connect .servers__card-btn-icon use {
  fill: currentColor;
}

.servers__card-buttons button,
.servers__card-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
}

.servers__card-buttons button:focus,
.servers__card-buttons a:focus {
  outline: none;
}

.servers__card-connect.play-access,
.servers__card-buttons .play-access {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(0.4);
  box-shadow: none;
}

.servers__card-buttons button svg,
.servers__card-buttons a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: currentColor;
}

.servers__card-buttons .servers__card-btn-icon {
  display: block;
}

.servers__card-buttons .servers__card-btn-icon use {
  fill: currentColor;
}

.servers__card-footer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.servers__card-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
  min-height: 2rem;
  padding: 0.35rem 0.65rem;
  border-radius: var(--br-10, 10px);
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-default);
  font-size: 0.8rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.servers__card-stats:hover {
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.14);
}

.servers__card-ping {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 20px;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 600;
}

.servers__card-ping.ping-unknown {
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--text-default);
}

.servers__card-ping.low-ping {
  background-color: var(--low-ping);
}

.servers__card-ping.middle-ping {
  background-color: var(--middle-ping);
}

.servers__card-ping.hight-ping {
  background-color: var(--hight-ping);
}

.servers__card-map {
  display: block;
  flex: 0 1 auto;
  margin-left: auto;
  text-align: right;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 55%;
}

.servers__card-slots-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 3.5rem;
  height: 1.5rem;
  padding: 0 0.5rem;
  border-radius: 6px;
  overflow: hidden;
  background: rgb(118 115 115 / 35%);
}

.servers__card-slots-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  border-radius: 6px;
  transition: width 0.5s ease-out;
  z-index: 0;
}

.servers__card-slots-fill.slots-fill-green {
  background: var(--have-slots, #76cb91);
}

.servers__card-slots-fill.slots-fill-yellow {
  background: var(--have-small-slots, #f8c931);
}

.servers__card-slots-fill.slots-fill-red {
  background: var(--havent-slots, #ff5555);
}

.servers__card-online-text {
  position: relative;
  z-index: 1;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
}

/* hidden progress line (kept for JS) */
.servers__card-online-line-wrap {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.servers__card-online-line {
  position: absolute;
  height: 100%;
  width: 0%;
  left: 0;
  background-color: var(--green);
  transition: width 0.7s ease-in-out;
}

/* View the entire list button */
.servers__view-all-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.servers__view-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 400px;
  padding: 14px 24px;
  background: transparent;
  border: 1px solid var(--transparent-10-w);
  border-radius: 12px;
  color: var(--text-default);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
}

.servers__view-all-btn:hover {
  background-color: var(--transparent-5-w);
  border-color: var(--transparent-15-w);
}

.servers__view-all-btn svg {
  opacity: 0.85;
}

.access-dinie {
  pointer-events: none;
}

.low-ping {
  fill: var(--low-ping);
}

.middle-ping {
  fill: var(--middle-ping);
}

.hight-ping {
  fill: var(--hight-ping);
}

.admin-nick {
  background: var(--admin-color);
  padding-inline: 0.3rem;
  border-radius: 4px;
  color: var(--text-default);
}

.mon_selects {
  display: flex;
  gap: 0.3rem;
  width: 100%;
}

@media (max-width: 768px) {
  .mon_selects {
    flex-direction: column;
  }
}

.mon_selects select {
  height: 41px;
  border-radius: 8px;
}

.mon_selects input {
  flex: 2;
  height: 41px;
  border-radius: 8px;
}

.mon_selects input:focus {
  outline: 3px solid transparent;
}

.mon_selects select:not([multiple]) {
  background-position: calc(100% - 1em) 1.1em;
}

.adaptive-select {
  min-width: unset;
}

.mon_action_select_mute_reason,
.mon_action_select_ban_reason {
  flex: 2;
}

.adaptive-select-wrapper {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .mon_selects div:first-child {
    width: 100%;
  }
}

.modal-card__body-action {
  width: 41px;
  padding: 0;
  flex: none;
}

.modal-card__body-send {
  width: unset;
  padding-inline: 1rem;
  margin-left: auto;
}

@media (max-width: 768px) {
  .modal-card__body-send {
    width: 100%;
    padding-block: 0.8rem;
  }

  .modal-card__body-action {
    width: 100%;
    flex: 1;
  }
}

.modal-card__body-buttons>.mon_selects {
  transition: 0.2s;
  overflow: hidden;
}

.modal-card__body-send svg {
  width: 21px;
  height: 21px;
  stroke: var(--text-custom);
  stroke-linecap: round;
  stroke-dasharray: 100, 150;
  stroke-dashoffset: 0;
}

.cross-canvas {
  position: absolute;
  display: block;
  width: 100%;
  opacity: 0.5;
}

/* table servers */

.table-mon__servers-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.3rem;
  column-gap: 10px;
}

@media (max-width: 1080px) {
  .table-mon__servers-wrap {
    grid-template-columns: 1fr;
  }
}

.table-mon__servers-wrap-single {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.3rem;
}

.table-mon__servers-wrap-single .servers__card-block-empty {
  display: none;
}

.table-mon__server-block {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 60px;
  border-radius: 12px;
  background-color: var(--card);
  padding-inline: 1rem 0.6rem;
  gap: 1rem;
  transition: 0.2s;
}

.table-mon__server-block:hover:before {
  background: linear-gradient(270deg,
      var(--input-form) 76.7%,
      rgb(23 23 23 / 0%) 157%);
}

.table-mon__server-block img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 25%;
  left: 0;
}

.table-mon__server-block:before {
  background: linear-gradient(270deg,
      var(--card) 76.7%,
      rgb(23 23 23 / 0%) 157%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: 0.2s;
}

.table-mon__server-badge {
  background-color: var(--transparent-10-w);
  color: var(--text-custom);
  border-radius: 8px;
  padding: 0.3rem 0.6rem;
  font-size: 11px;
  font-weight: 600;
  user-select: none;
  transition: 0.2s;
  white-space: nowrap;
}

.table-mon__server-badge:hover {
  filter: brightness(120%);
}

.table-mon__server-name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 11rem;
  font-size: 14px;
  font-weight: 700;
}

.table-mon__server-online {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--transparent-10-w);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  font-size: 11px;
  padding-block: 0.3rem;
  cursor: pointer;
  gap: 0.5rem;
  width: max-content;
  padding-inline: 1rem;
}

.table-mon__server-online-line {
  position: absolute;
  height: 100%;
  width: 0%;
  left: 0;
  background-color: var(--green);
  transition: width 0.7s ease-in-out;
}

.table-mon__server-online-players {
  z-index: 2 !important;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.table-mon__server-online-players svg {
  width: 0.7rem;
  height: 0.7rem;
  fill: currentColor;
}

.table-mon__server-map {
  font-size: 14px;
  color: var(--text-custom);
  margin-left: auto;
  margin-right: 1rem;
}

.table-mon__server-buttons {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.table-mon__server-button {
  height: 2.5rem;
  width: max-content;
  padding-inline: 1rem;
  gap: 0.5rem;
  font-size: 14px;
  background-color: var(--transparent-5-w);
  color: var(--text-default);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
}

.table-mon__server-button span {
  color: var(--text-custom);
  transition: var(--transition-duration);
}

.table-mon__server-button:first-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 2.5rem;
  padding: 0;
}

.table-mon__server-button:last-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.table-mon__server-button svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
  opacity: 0.7;
  transition: var(--transition-duration);
}

.table-mon__server-button:first-child:hover {
  background-color: var(--transparent-10-w);
}

.table-mon__server-button:first-child:hover svg {
  opacity: 1;
}

.table-mon__server-button:last-child:hover {
  background-color: var(--span);
}

.table-mon__server-button:last-child:hover span {
  color: var(--text-default);
}

.table-mon__server-button:last-child:hover svg {
  opacity: 1;
}

.table-mon__server-badge,
.table-mon__server-name,
.table-mon__server-online,
.table-mon__server-online-players,
.table-mon__server-map,
.table-mon__server-buttons {
  z-index: 1;
}

@media (max-width: 768px) {
  .table-mon__server-button-text {
    display: none;
  }

  .table-mon__server-button {
    height: 2.5rem;
    width: 2.5rem;
    padding: 0;
  }

  .table-mon__server-badge {
    display: none;
  }

  .table-mon__server-name {
    font-size: 12px;
  }
}

.modal-card__body-bottom-wrapper {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .modal-card__body-bottom-wrapper {
    flex-direction: column;
  }
}

.play-access {
  pointer-events: none;
}

.cards-loader,
.table-loader,
.table-list-loader {
  position: relative;
  background: var(--card);
  overflow: hidden;
  border-radius: 12px;
  z-index: 2;
  border: 1px solid var(--transparent-2-w);
}

.cards-loader {
  height: 9.25rem;
  border-radius: var(--br-14, 14px);
}

.table-loader {
  height: 60px;
}

.table-list-loader {
  width: 100%;
  height: 23.1rem;
  border-radius: 16px;
}

.cards-loader:before,
.table-loader::before,
.table-list-loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      var(--transparent-2-w),
      rgba(255, 255, 255, 0) 100%);
  animation: skeleton 1.5s infinite;
}

@keyframes skeleton {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.servers__card-block-empty {
  border: 1px solid var(--transparent-3-w);
}

.servers__card-block-empty:before {
  content: '';
  position: absolute;
  background-size: 3rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/app/modules/module_block_main_servers/assets/img/icons/cs2.svg");
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: .1;
  transition: all 0.5s;
  transform-style: preserve-3d;
}

.servers__card-block-empty:hover:before {
  opacity: .5;
  transform: rotateY(180deg);
}

/* Rent server modal */
.servers_rent-modal-content {
  max-width: 460px !important;
}

.servers_rent-modal-header {
  position: relative;
  padding: 24px 24px 0;
}

.servers_rent-modal-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-default, #fff);
  margin: 0 0 8px;
}

.servers_rent-modal-subtitle {
  font-size: 14px;
  color: var(--text-custom, rgba(255,255,255,0.6));
  line-height: 1.5;
  margin: 0 0 16px;
}

.servers_rent-myorders-link {
  display: inline-block;
  color: var(--span, #e8a64c);
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 20px;
}

.servers_rent-myorders-link:hover {
  text-decoration: underline;
}

.servers_rent-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  opacity: 0.7;
}

.servers_rent-modal-close:hover {
  opacity: 1;
}

.servers_rent-modal-body {
  padding: 0 24px 24px;
}

.servers_rent-section {
  margin-bottom: 20px;
}

.servers_rent-section-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-default, #fff);
  margin-bottom: 10px;
}

.servers_rent-type-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.servers_rent-type-card {
  display: block;
  padding: 14px 16px;
  background: var(--input-form, rgba(255,255,255,0.05));
  border: 1px solid var(--transparent-5-w, rgba(255,255,255,0.08));
  border-radius: var(--br-12, 12px);
  cursor: pointer;
  transition: all 0.2s ease;
}

.servers_rent-type-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
}

.servers_rent-type-card:has(input:checked) {
  background: rgba(232, 166, 76, 0.08);
  border-color: var(--span, #e8a64c);
  box-shadow: 0 0 0 1px var(--span, #e8a64c);
}

.servers_rent-type-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-default, #fff);
  margin-bottom: 4px;
}

.servers_rent-type-desc {
  display: block;
  font-size: 13px;
  color: var(--text-custom, rgba(255,255,255,0.6));
}

.servers_rent-input {
  width: 100%;
  padding: 12px 16px;
  background: var(--input-form, rgba(255,255,255,0.05));
  border: 1px solid var(--transparent-5-w, rgba(255,255,255,0.08));
  border-radius: var(--br-8, 8px);
  color: var(--text-default, #fff);
  font-size: 14px;
  transition: border-color 0.2s;
}

.servers_rent-input::placeholder {
  color: rgba(255,255,255,0.4);
}

.servers_rent-input:focus {
  outline: none;
  border-color: var(--span, #e8a64c);
}

.servers_rent-duration-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.servers_rent-duration-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: var(--input-form, rgba(255,255,255,0.05));
  border: 1px solid var(--transparent-5-w, rgba(255,255,255,0.08));
  border-radius: var(--br-12, 12px);
  cursor: pointer;
  transition: all 0.2s ease;
}

.servers_rent-duration-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
}

.servers_rent-duration-card input {
  margin: 0px;
}

.servers_rent-duration-card:has(input:checked) {
  background: rgba(232, 166, 76, 0.08);
  border-color: var(--span, #e8a64c);
}

.servers_rent-duration-label {
  margin-left: 5px;
  margin-right: auto;
  font-size: 14px;
  color: var(--text-default, #fff);
}

.servers_rent-duration-price {
  font-size: 14px;
  color: var(--span, #e8a64c);
  font-weight: 500;
}

.servers_rent-payment-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: rgba(0,0,0,0.2);
  border-radius: var(--br-8, 8px);
  margin-bottom: 20px;
}

.servers_rent-payment-method {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-default, #fff);
}

.servers_rent-qpay-logo {
  height: 28px;
  width: auto;
}

.servers_rent-total-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.servers_rent-total-row strong {
  font-size: 18px;
  color: var(--span, #e8a64c);
}

.servers_rent-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 24px;
  background: var(--money, #10b981);
  color: var(--text-default-invert, #fff);
  border: none;
  border-radius: var(--br-8, 8px);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: filter 0.2s;
}

.servers_rent-submit-btn:hover:not(:disabled) {
  filter: brightness(1.1);
}

.servers_rent-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.servers_rent-qpay-tab {
  text-align: center;
  padding: 20px 0;
}

.servers_rent-qpay-instruction {
  font-size: 14px;
  color: var(--text-default, #fff);
  margin: 0 0 16px;
}

.servers_rent-qpay-qr-wrap {
  display: inline-block;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 16px;
}

.servers_rent-qpay-qr-wrap img {
  display: block;
  width: 200px;
  height: 200px;
}

.servers_rent-qpay-waiting {
  font-size: 13px;
  color: var(--text-custom, rgba(255,255,255,0.6));
  margin: 0 0 20px;
}

.servers_rent-back-btn {
  padding: 10px 20px;
}

.servers_rent-modal-body .secondary_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.servers_rent-disabled input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.servers_rent-order-card {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
}
.servers_rent-order-card:last-child {
  border-bottom: none;
}
.servers_rent-order-row {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.servers_rent-order-row code {
  font-size: 12px;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  flex: 1;
  min-width: 0;
}
.servers_rent-order-changepw {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.servers_rent-pw-input {
  flex: 1;
  min-width: 100px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.2);
  color: inherit;
  font-size: 13px;
}
.servers_rent-orders-empty {
  padding: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.servers_rent-connect-copy {
  display: flex;
  gap:8px;
}