.table > tbody > tr > td {
  vertical-align: middle;
}
.vcenter {
  vertical-align: middle;
  float: none;
}

.btn-group-justified {
  margin: 2px;
}
.avatar {
  width: 64px;
  height: 64px; /* Размеры */
  background: #000; /* Цвет фона */
  border: 1px solid #000; /* Белая рамка */
  border-radius: 4px; /* Радиус скругления */
}
.avatar_big {
  width: 184px;
  height: 184px; /* Размеры */
  background: #000000; /* Цвет фона */
  border: 1px solid #000; /* Белая рамка */
  border-radius: 10px; /* Радиус скругления */
}

.logo-wrapper {
  display: inline;
}

/* кнопка прокрутки статы вверх */
#scrollup {
  width: fit-content;
  position: fixed; /* фиксированная позиция */
  opacity: 0.65; /* прозрачность */
  padding: 15px 10px 10px; /* отступы */
  border: 1px solid #999;
  background: linear-gradient(180deg, #fff, #ddd);
  border-radius: 5px; /* скругление углов */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  left: 20px; /* отступ слева */
  bottom: 20px; /* отступ снизу */
  display: none; /* спрятать блок */
  cursor: pointer;
  font-family: Georgia;
}

#backButton {
  position: fixed;
  opacity: 0.65;
  padding: 15px 10px 10px;
  border: 1px solid #999;
  background: linear-gradient(180deg, #fff, #ddd);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  left: 20px;
  bottom: 20px;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  display: none;
}

#lang_selector {
  right: 20px;
  top: 8px;
  position: absolute;
}

.img-hover {
  position: relative;
  display: inline-block;
  width: 20%; /* ширина блока */
  background: #aaaaaa; /* цвет затемнения */
  /*border-radius: 6px;*/
}
.img-hover img {
  width: 100%;
  height: auto;
  /*  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;*/
}
.img-hover:hover img {
  opacity: 0.5; /* уровень прозрачности */
}
.img-hover i {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #555; /* цвет иконки */
  font-size: 50px; /* размер иконки */
}
.img-hover:hover i {
  opacity: 1;
  z-index: 1000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.headerIcon {
  height: 20px;
}

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

@media (min-width: 1099px) {
  .only-mobile {
    display: none !important;
  }
}

ul.dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
}

.popover {
  top: 200px;
  left: 200px;
  position: relative;
}

.big_img {
  height: 250px;
  position: absolute;
}

.discord-button {
  background-color: #7289da;
  border: 2px solid #7289da;
  color: #fff;
}

.new-year {
  background-image: url(../images/newyear.jpg);
  background-position: center top;
  margin-top: -450px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -200;
  height: 100vh;
  width: 100%;
}

.new-year-wrapper {
  background-image: url("../images/newyear4.jpg");
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  padding: 10px;
}

body {
  padding-top: 60px !important;
  overflow-x: hidden;
  --box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  --transition: all 0.2s ease-in-out;
}

.dowstats-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px !important;
}

.dowstats-icon__img {
  width: 40px;
  height: 40px;
}

@media (max-width: 1170px) {
  #downloadClientButton {
    display: none;
  }
}

@media (max-width: 1435px) {
  #changelogModButton {
    display: none;
  }
}

@media (max-width: 768px) {
  body {
    overflow: visible;
  }
}

#support-container {
  background: var(--bs-body-bg);
}

.shadow {
  box-shadow: var(--box-shadow);
}

.label-auto {
  display: inline-block;
  padding: 2px 6px;
  font-size: 11px;
  line-height: 1.4;
  border-radius: 4px;
  color: #3a506b !important;
  background-color: #e9eff5;
  border: 1px solid #d0d9e3;
}

.navbar .lang-label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  font-size: 13px;
  color: currentColor;
  opacity: 0.75;
}
.language-dropdown,
.language-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.language-item {
  height: 32px;
}
.lang-sm::after {
  top: -4px !important;
}

[data-bs-theme="dark"] #scrollup,
[data-bs-theme="dark"] #backButton {
  background: linear-gradient(180deg, #3a3f47, #2b3035);
  border-color: #495057;
  color: var(--bs-body-color);
}

[data-bs-theme="dark"] .label-auto {
  color: #93c5fd !important;
  background-color: #1e2d40;
  border-color: #2a4a6a;
}
