/*
 * Void from bdarts.ru | price: 1500 russian rubly
 * Design by Bastaz
 * Private Version
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope');

.custom-server {
  background-image: linear-gradient(225deg, #f8a26108, var(--sidebar-gradient-1));
  background-blend-mode: overlay, color;
}

/*--------------------------------------------------------*/
/* Raptor pulse effect */

.pul-container {
  display: flex;
}

.pul-text {
  margin: auto 0;
}

.pul {
  background: black;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(0 0 0);
  margin: 3px 0;
  height: 10px;
  width: 10px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.pul.white {
  background: white;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.pul.red {
  background: rgba(255, 82, 82, 1);
  box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

.pul.orange {
  background: rgba(255, 121, 63, 1);
  box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
  animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}

.pul.yellow {
  background: rgba(255, 177, 66, 1);
  box-shadow: 0 0 0 0 rgba(255, 177, 66, 1);
  animation: pulse-yellow 2s infinite;
}

@keyframes pulse-yellow {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
  }
}

.pul.blue {
  background: rgba(52, 172, 224, 1);
  box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
  animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}

.pul.green {
  background: rgba(51, 217, 178, 1);
  box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}

.pul.purple {
  background: rgba(142, 68, 173, 1);
  box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
  animation: pulse-purple 2s infinite;
}

@keyframes pulse-purple {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
  }
}

.nav-admin {
  color: var(--default-text-color) !important;
  background: var(--navbar-admin) !important;
}

.badge-header {
  margin: 0px 15px 0px 15px;
  align-self: center;
}

.badge-header-title {
  color: #fff;
  background: var(--bg-color);
  border-radius: 0 0 8px 8px;
  padding: 8px;
}

.badge-header-title:after {
  content: "";
  border-bottom: solid 3px var(--border-color);
  display: flex;
  /*width: 10%;*/
  margin-top: 5px;
  border-radius: 8px;
}

.bg-icon {
  background: var(--navbar-color-2);
  border-radius: 8px;
}

.avatar-user {
  border-radius: 8px;
  height: 25px !important
}

.bar {
  display: flex;
  text-align: center;
  position: relative;
  margin: 0 auto;
  flex-wrap: nowrap;
  z-index: 10;
  background: var(--navbar-color-2);
  border-radius: 8px;
}

/*********** Raptor ##top## *************/

.table-info {
  background: var(--sidebar-color);
  color: #fff;
  margin: 5px 0;
  padding: 10px;
  display: flex;
  align-items: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  border-radius: 8px;
  list-style-type: none;
  gap: 5px;
  animation-duration: 1.5s;
  animation-iteration-count: inherit;
  padding-right: 5px;
}

.table-info-2 {
  background: var(--sidebar-color);
  color: #fff;
  padding: 4px 1px 3px 10px;
  display: flex;
  align-items: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  border-radius: 8px;
  list-style-type: none;
  gap: 5px;
  animation-duration: 1.5s;
  animation-iteration-count: inherit;
  padding-right: 5px;
}

.main-top-card {
  background: var(--sidebar-color);
  color: #fff;
  margin: 5px 0;
  padding: 10px;
  gap: 5px;
  display: flex;
  align-items: center;
  padding-right: 5px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  border-radius: 8px;
  list-style-type: none;
  animation-duration: 1.5s;
  animation-iteration-count: inherit;
}

.main-top-card:hover {
  background: var(--hover);
}

.main-top-id {
  /* width: 5%; */
  min-width: 36px;
  min-height: 36px;
}

.main-top-avatar {
  margin: auto 0;
}

.main-top-avatar--avatar {
  border-radius: 8px;
  width: 36px;
  height: 36px;
}

.main-top-nickname {
  width: 40%;
}

.main-top-points {
  width: 30%;
}

.main-top-kd {
  width: 10%;
  border-radius: 8px;
}

.main-top-times {
  width: 15%;
}

.main-top-rank {
  /* width: 10%; */
  margin: auto 0;
}

.main-top-id,
.main-top-nickname,
.main-top-points,
.main-top-kd,
.main-top-times {
  background: var(--monitoring-color);
  border-radius: 8px;
  text-align-last: center;
  padding: 7px;
  display: inline;
  text-overflow: ellipsis;
  font-weight: var(--font-weight-0);
}

.main-top-id,
.main-top-avatar,
.main-top-nickname,
.main-top-points,
.main-top-kd,
.main-top-times,
.main-top-rank {
  margin-right: 5px;
  cursor: pointer;
}

font.dag--top-1 {
  white-space: nowrap;
  overflow: hidden;
}

.main-top-card.top-1 {
  /* background: linear-gradient(90deg, #ebd232 -32%, #f1c930 -20%, var(--sidebar-color) 20%); */
  box-shadow: inset 20px -11px 38px -14px #ebd23282;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

.main-top-card.top-2 {
 /* background: linear-gradient(90deg, #596374 -32%, #7b91b9 -20%, var(--sidebar-color) 20%); */
  -webkit-transition: all .2s ease;
  box-shadow: inset 20px -11px 38px -14px #7b91b99c;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

.main-top-card.top-3 {
 /*  background: linear-gradient(90deg, #9d654d -32%, #c18267 -20%, var(--sidebar-color) 20%);  */
 -webkit-transition: all .2s ease;
 box-shadow: inset 20px -11px 38px -14px #9d654d8c;
 -o-transition: all .2s linear;
 transition: all .2s ease;
}

.main-top-card.top-1:hover {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  box-shadow: inset 0px -20px 40px -15px #ebd232e0;
  /*box-shadow: -5px 0px 9px -4px  #dec12e;*/
  color: #dfc355 !important;
}

.main-top-card.top-2:hover {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  box-shadow: inset 0px -20px 40px -15px #7b91b99c;
  /*box-shadow: -5px 0px 9px -4px  #6e7786*/
  color: #8198c5 !important;
}

.main-top-card.top-3:hover {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  box-shadow: inset 0px -20px 40px -15px #ff8a588c;
  /*box-shadow: -5px 0px 9px -4px #926f5a;*/
  color: #b58374 !important;
}

@media screen and (max-width: 1175px) {

  .main-top-kd,
  .main-top-times,
  .main-block-game,
  .main-block-data,
  .main-top-avatar,
  .main-top-rank {
    display: none !important;
  }

  .card--informer-block {
    display: grid;
    grid-template-columns: 1fr !important;
  }

  .main-top-card {text-align: center;}
}

@media screen and (max-width: 1252px) and (min-width: 768px) {
  .text {
    display: none;
  }
}

@media screen and (max-width: 1000px) and (min-width: 10px) {

  ul.footer--menu-social.mobile,
  ul.footer--menu.mobile {
    display: none;
  }

  ul.footer--menu-copyright {
    width: 100% !important;
  }
  /*.col-md-6,.col-md-12,.col-md-4 {padding-right:0px; padding-left: 0px;}*/
}

@media screen and (max-width: 767px) {
  .navbar {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    justify-content: space-between !important;
    align-items: center;
  }

  div.widget2,
  .data-secondary {
    display: none;
  }

  header#header {
    margin-top: -85px;
  }

}

@media screen and (max-width: 1175px) {
  .main-block-nickname {
    width: 67.33% !important
  }

  .main-block-points {
    width: 33.33% !important;
  }

  .main-block-tb {
    width: 33.33% !important;
  }

  /*.main-top-id {
    width: 10% !important
  }*/

  .main-top-nickname {
    width: 73.33% !important
  }

  .main-top-points {
    width: 33.33% !important;
  }
}

[data-title]:hover:after {
  opacity: 1;
  visibility: visible;
  text-align: -webkit-center;
  animation-duration: .25s;
  margin-top: -75px;
  animation-name: fadeInUp;
}

[data-title]:after {
  content: attr(data-title);
  position: absolute;
  align-content: center;
  justify-content: center;
  font-size: 0.8rem;
  display: list-item;
  transition: .25s;
  padding: 6px 6px;
  border-radius: 6px;
  color: #fff;
  background: var(--span-color);
  opacity: 0;
  z-index: 99999;
  font-weight: var(--font-weight-2);
  visibility: hidden;
}

[data-title] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-block-card {
  background: var(--sidebar-color);
  color: #fff;
  gap: 5px;
  margin: 5px 0;
  padding: 10px;
  display: flex;
  align-items: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  border-radius: 8px;
  list-style-type: none;
  animation-duration: 1.5s;
  animation-iteration-count: inherit;
  padding-right: 5px;
}

.main-block-card:hover {
  background: var(--hover);
}

.main-block-game {
  /* width: 5%; */
  min-width: 36px;
  min-height: 36px;
}

.main-block-avatar {
  margin: auto 0;
}

.main-block-avatar--avatar {
  border-radius: 4px;
  width: 26px;
  height: 26px;
}

.main-block-nickname {
  width: 25%;
}

.main-block-points {
  width: 20%;
}

.main-block-reason {
  width: 30%;
}

.main-block-data {
  width: 20%;
}

.main-block-kd {
  width: 10%;
  border-radius: 8px;
}

.main-block-tb {
  width: 15%;
}

.main-block-times {
  width: 10%;
}

.main-block-rank {
  /* width: 10%; */
  margin: auto 0;
}

.main-block-game,
.main-block-nickname,
.main-block-points,
.main-block-data,
.main-block-tb,
.main-block-times,
.main-block-reason {
  background: var(--monitoring-color);
  border-radius: 8px;
  text-align-last: center;
  padding: 6px;
  display: inline;
  text-overflow: ellipsis;
  font-weight: var(--font-weight-0);
}

.main-block-game,
.main-block-avatar,
.main-block-nickname,
.main-block-points,
.main-block-data,
.main-block-tb,
.main-block-times,
.main-block-rank {
  cursor: pointer;
}

.main-block-tb.unban {
  background: linear-gradient(15deg, #5dff80 -40%, #5dff80 -112%, #fff0 87%);
  border: solid 1px #5dff80;
}
.main-block-tb.ban {
    background: linear-gradient(15deg, #ff2f2f -40%, #ff4d4d -112%, #fff0 87%);
    border: solid 1px #a94044;
}

.main-block-tb.unmute {
  background: linear-gradient(15deg, #5dff80 -40%, #5dff80 -112%, #fff0 87%);
  border: solid 1px #46a560;
}

.main-block-tb.activemb {
  background: linear-gradient(15deg, #252a35 -40%, #313a4e -112%, #fff0 87%);
  border: solid 1px #2b3242;
}

.main-top-id.top-1.tag-1 {
  background: #5a5332;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

.main-top-id.top-2.tag-2 {
  background: #3c4453;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

.main-top-id.top-3.tag-3 {
  background: #4e4140;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

.tag-1:before {
  font-family: "Font Awesome\ 6 Pro";
  content: "\f091";
  font-size: 15px;
  font-weight: 700;
}

.tag-2:before {
  font-family: "Font Awesome\ 6 Pro";
  content: "\f5a2";
  font-size: 15px;
  font-weight: 700;
}

.tag-3:before {
  font-family: "Font Awesome\ 6 Pro";
  content: "\f559";
  font-size: 15px;
  font-weight: 700;
}

.tag-1--numbercl {
  font-size: 0;
}

.main-top-id.top-1.tag-1:hover {
  background: #bfab58;
  color: #fff !important;
}

.main-top-id.top-2.tag-2:hover {
  background: #707b8d;
  color: #fff !important;
}

.main-top-id.top-3.tag-3:hover {
  background: #876a5a;
  color: #fff !important;
}

.main-block-mute-color {
  color: var(--span-color);
}

img.logotype_img {
  max-width: 175px;
}

a.raptor-text {
  color: var(--default-text-color);
  white-space: nowrap;	
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

a.raptor-text:hover {
  color: var(--span-color);
}

ul.social {
  display: flex;
  gap: 5px;
  float: right;
}

a.navbar-icon {
  color: var(--social);
}

i.fa-brands.fa-steam:hover {
  color: #c7d5e0;
}
i.fa-brands.fa-vk:hover {
  color: #4799ff;
}i.fa-brands.fa-discord:hover {
  color: #7289da;
}
i.fa-brands.fa-telegram:hover {
  color: #66b8ff;
}

i.fa-brands.fa-steam, .fa-brands.fa-vk, .fa-brands.fa-discord, .fa-brands.fa-telegram{
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

.online-card {
  padding: 22px 10px 22px 5px;
}

.svg-bg {
  background: var(--sidebar-color);
  border-radius: 8px;
  text-align: center;
  display: flex;
  font-size: 24px;
  width: 38px;
  height: 38px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
}

.svg-bg:hover {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  background: var(--hover);
}

.active, a.active {
  background: var(--span-color);
  border-radius: 8px;
  border-color: var(--span-color) !important;
}


.navbar-1 {
  display: flex;
  min-width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
}

.container-fluid.row {
  margin: auto;
}

.centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.heading-xl {
  font-family: inherit;
  font-size: clamp(2.648rem, 6vw, 4.241rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
}

.heading-lg {
  font-family: inherit;
  font-size: clamp(2.179rem, 5vw, 3.176rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
}

.heading-md {
  font-family: inherit;
  font-size: clamp(1.794rem, 4vw, 2.379rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1px;
}

.heading-sm {
  font-family: inherit;
  font-size: clamp(1.476rem, 3vw, 1.782rem);
  font-weight: 600;
  line-height: 1.5;
}

.heading-xs {
  font-family: inherit;
  font-size: clamp(1.215rem, 2vw, 1.335rem);
  font-weight: 500;
  line-height: 1.5;
}

.paragraph {
  font-family: inherit;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: inherit;
  max-width: 95%;
  height: auto;
  text-transform: unset;
  color: var(--color-white-200);
}


.btn-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
}

.btn-darken {
  padding: 0.75rem 2rem;
  color: var(--color-white-100);
  background-color: var(--color-black-200);
  box-shadow: var(--shadow-medium);
}

.btn-neutral {
  padding: 0.75rem 2rem;
  color: var(--color-black-500);
  background-color: var(--color-white-100);
  box-shadow: var(--shadow-medium);
}

.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.35s ease;
}

.header.on-scroll {
  background: var(--color-black-300);
  box-shadow: var(--shadow-medium);
}

.navbar {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  width: 100%;
  height: 4.25rem;
  margin: 0 auto;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 35px;
}

.logotype {
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.menu {
  position: fixed;
  top: -500%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 4rem 0 3rem;
  overflow: hidden;
  box-shadow: var(--shadow-medium);
  transition: all 0.2s ease-in-out;
  border-radius: 8px;
}

.menu.is-active {
  top: 0;
  width: 100%;
  height: auto;
  background-color: var(--sidebar-color);
}

.menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.25rem;
}

.menu-link {
  line-height: 3.5;
  color: var(--default-text-color);
  text-transform: uppercase;
  transition: all 0.3s ease;
  padding: 0.5rem;
  border-radius: 8px;
}

.menu-link:hover {
  background: var(--menu-hover);
  border-color: var(--span-color) !important;
}

.menu-block {
  display: inline-block;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  user-select: none;
  white-space: nowrap;
  text-align: center;
  margin-left: auto;
  padding: 0.65rem 1.5rem;
  border-radius: 8px;
  text-transform: capitalize;
  color: var(--span-color-hover-a);
  background-color: var(--span-color);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

@media only screen and (min-width: 48rem) {
  .menu {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0rem;
    margin-left: auto;
    background: none;
    box-shadow: none;
  }

  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 0.7rem;
    margin: 0 auto;
  }

  .menu-link {
    text-transform: capitalize;
  }
}

.stitle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  align-content: center;
  flex-direction: row;
}

.stitle .stitle2 {
  background-color: var(--navbar-admin);
  color: var(--default-text-color);
  text-align: center;
  z-index: 10;
  opacity: 0;
  transition: .25s;
  font-size: 0.8rem;
  padding: 6px 6px;
  border-radius: 8px;
  position: absolute;
}

.stitle:hover .stitle2 {
  opacity: 1;
  margin-top: -60px;
  transition: .25s;
}

.title {
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  align-content: center;
  flex-direction: row;
}

.title .title2 {
  background-color: var(--navbar-admin);
  color: var(--default-text-color);
  text-align: center;
  z-index: 10;
  opacity: 0;
  transition: .25s;
  font-size: 0.8rem;
  padding: 6px 6px;
  border-radius: 8px;
  position: absolute;
}

.title:hover .title2 {
  opacity: 1;
  margin-top: -75px;
  transition: .25s;
}

.menu-card {
  background: #fff;
  padding: 6px;
  border-radius: 8px;
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  order: -1;
  z-index: 10;
  width: 1.75rem;
  height: 1rem;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: 0.35s ease;
}

@media only screen and (min-width: 48rem) {
  .burger {
    display: none;
    visibility: hidden;
  }
}

.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  transform: rotate(0deg);
  background-color: var(--hover);
  transition: 0.25s ease-in-out;
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}

.burger.is-active .burger-line:nth-child(2) {
  right: -1.5rem;
  opacity: 0;
  visibility: hidden;
}

.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}

/* Color Change coming soon */

div.widget {
  position: relative;
  height: auto;
  background-color: var(--span-color-2);
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0px 8px 10px 10px rgb(31 33 41 / 50%);
  float: right;
  display: flex;
  align-items: center;
  gap: 5px;
  align-content: center;
}

.profile--card {
  background: var(--monitoring-color);
  display: inline-block;
  font-size: 13px;
  white-space: nowrap;
  text-align: center;
  margin-left: auto;
  padding: 8px;
  border-radius: 8px;
  text-transform: capitalize;
  box-shadow: var(--shadow-medium);
  transition: all 0.3s ease-in-out;
}

.profile--card-login {
  border: solid 2px var(--span-color);
  display: inline-block;
  white-space: nowrap;
  color: #8583e5;
  text-align: center;
  margin-left: auto;
  padding: 5px;
  border-radius: 8px;
  text-transform: capitalize;
  box-shadow: var(--shadow-medium);
  transition: all 0.3s ease-in-out;
}

.profile--card-logout {
  background: var(--sidebar-color);
  white-space: nowrap;
  text-align: center;
  margin-left: auto;
  padding: 8px;
  border-radius: 6px;
  text-transform: capitalize;
  box-shadow: var(--shadow-medium);
  transition: all 0.3s ease-in-out;
}

li.menu-nav-prof.admin {
  background: var(--menu-hover) !important;
}

li.menu-nav-prof.admin:hover {
  background: var(--span-color-hover) !important;
  color: var(--default-text-color);
}

.profile--card-logout:hover {
  color: var(--span-color);
  cursor: pointer;
  background: var(--bg-color);
}

.profile--card-login:hover {
  color: var(--button-color);
  border: 2px solid;
  cursor: pointer;
}

.svg-img {
  color: var(--default-text-color);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

.svg-img:hover {
  color: var(--span-color);
}

div.widget2 {
  position: absolute;
  height: auto;
  background-color: var(--span-color-2);
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0px 8px 10px 10px rgb(31 33 41 / 50%);
  float: left;
  margin-top: -100px;
}

.btn {
  background: var(--monitoring-color);
  display: inline-block;
  padding: 10px;
  border-radius: 8px;
  text-transform: capitalize;
  box-shadow: var(--shadow-medium);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.btn:focus .dropdown,
.btn:active .dropdown {
  transform: translate(0, 4px);
  opacity: 1;
  visibility: visible;
}

.btn:focus .dropdown-2,
.btn:active .dropdown-2 {
  transform: translate(0, 4px);
  opacity: 1;
  visibility: visible;
  padding: 10px;
}

.btn:focus .dropdown-3,
.btn:active .dropdown-3 {
  transform: translate(0, 4px);
  opacity: 1;
  visibility: visible;
  padding: 10px;
}

.main-top-nickname-admin {
  width: 50%;
}

.main-top-points-admin {
  width: 50%;
}

.main-top-points-ip {
  width: 35%;
}

.main-top-nickname-admin,
.main-top-points-admin,
.main-top-points-ip {
  background: var(--monitoring-color);
  border-radius: 8px;
  text-align-last: center;
  padding: 10px;
  text-overflow: ellipsis;
}

.table-info-admin {
  background: var(--sidebar-color);
  color: #fff;
  margin: 5px 0;
  padding: 10px;
  display: flex;
  align-items: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  border-radius: 8px;
  list-style-type: none;
  gap: 5px;
  animation-duration: 1.5s;
  animation-iteration-count: inherit;
  
}

.btn:focus .dropdown-4,
.btn:active .dropdown-4 {
  transform: translate(0, 4px);
  opacity: 1;
  visibility: visible;
  padding: 10px;
}

.btn .material-icons {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
  animation: ripple 0.6s linear infinite;
}

.btn .dropdown {
  position: absolute;
  padding: 0px 30px 0px 10px;
  top: 100%;
  transform: translate(-20%, 4%) !important;
  background: var(--navbar-color);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 999;
}

.btn .dropdown-2 {
  position: absolute;
  padding: 0px 30px 0px 10px;
  top: 100%;
  transform: translate(-10%, 4%) !important;
  background: var(--navbar-color);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 999;
}

.btn .dropdown-3 {
  position: absolute;
  padding: 0px 30px 0px 10px;
  top: 100%;
  transform: translate(-80%, 4%) !important;
  background: var(--navbar-color);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 999;
}

.btn .dropdown-4 {
  position: absolute;
  padding: 0px 30px 0px 10px;
  top: 100%;
  transform: translate(-56%, 6%) !important;
  background: var(--navbar-color);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 999;
}

.btn .dropdown:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 20px;
  width: 0;
  height: 0;
  box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
  border-top: 6px solid var(--navbar-color);
  border-right: 6px solid var(--navbar-color);
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: rotate(-45deg);
  mix-blend-mode: multiple;
  z-index: 9999;
}

.btn .dropdown-2:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 20px;
  width: 0;
  height: 0;
  box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
  border-top: 6px solid var(--navbar-color);
  border-right: 6px solid var(--navbar-color);
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: rotate(-45deg);
  mix-blend-mode: multiple;
}

.btn .dropdown-3:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 125px;
  width: 0;
  height: 0;
  box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
  border-top: 6px solid var(--navbar-color);
  border-right: 6px solid var(--navbar-color);
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: rotate(-45deg);
  mix-blend-mode: multiple;
}

.btn .dropdown-4:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 125px;
  width: 0;
  height: 0;
  box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
  border-top: 6px solid var(--navbar-color);
  border-right: 6px solid var(--navbar-color);
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: rotate(-45deg);
  mix-blend-mode: multiple;
}

li.menu-nav-prof {
  background: var(--sidebar-color) !important;
  padding: 10px !important;
  border-radius: 6px !important;
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase;
}

.hr {
  height: 1px;
  margin-bottom: 5px;
  background: linear-gradient(45deg, var(--span-color), var(--bg-color), var(--span-color));
  height: 1px;
  margin-bottom: 5px;
}

li.menu-nav-prof:hover {
  background: var(--menu-hover) !important;
  color: var(--span-color);
}

.main-top-avatar--avatar-account {
  border-radius: 8px;
  width: 30px;
  margin-right: 5px;
  height: 30px;
}

.btn .dropdown li {
  position: relative;
  background: var(--navbar-color);
  padding: 0 10px;
}

.btn .dropdown-2 li {
  position: relative;
  background: var(--navbar-color);
  padding: 0 10px;
}

.btn .dropdown-3 li {
  position: relative;
  background: var(--navbar-color);
  padding: 0 10px;
}

.btn .dropdown-4 li {
  position: relative;
  background: var(--navbar-color);
  padding: 0 10px;
}


.btn .dropdown li:hover {
  background: var(--span-color-2);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  width: 100%;
  border-radius: 8px;

}

.btn .dropdown-2 li:hover {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;

}

.btn .dropdown-3 li:hover {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;

}

.btn .dropdown-4 li:hover {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;

}

.notifications-item .text:hover {
  font-size: 12px;
  align-self: center;
  color: var(--span-color);
  transition: all 0.3s ease;
}

.main-block-stats {
  padding: 5px 10px;
  display: block;
}

ul.online {
  display: flex;
  align-items: center;
  gap: 5px;
  float: left;
  margin-top: 1px;
}

.online-card-b1 {
  background: var(--monitoring-color);
  padding: 6px;
  border-radius: 6px;
}

.btn .dropdown li.active {
  color: #5380F7;
}

.btn .dropdown li:first-child {
  border-radius: 4px 4px 0 0;
}

.btn .dropdown li:last-child {
  border-radius: 0 0 4px 4px;
}

.btn .dropdown li:last-child a {
  border-bottom: 0;
}

.btn .dropdown a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 0;
  color: inherit;
  font-size: 12px;
  text-decoration: none;

}

.btn .dropdown-2 li.active {
  color: #5380F7;
}

.btn .dropdown-2 li:first-child {
  border-radius: 4px 4px 0 0;
}

.btn .dropdown-2 li:last-child {
  border-radius: 0 0 4px 4px;
}

.btn .dropdown-2 li:last-child a {
  border-bottom: 0;
}

.btn .dropdown-2 a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 0;
  color: inherit;
  font-size: 12px;
  text-decoration: none;
}

.btn .dropdown-3 li.active {
  color: #5380F7;
}

.btn .dropdown-3 li:first-child {
  border-radius: 4px 4px 0 0;
}

.btn .dropdown-3 li:last-child {
  border-radius: 0 0 4px 4px;
}

.btn .dropdown-3 li:last-child a {
  border-bottom: 0;
}

.btn .dropdown-3 a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: inherit;
  text-decoration: none;
}

.btn .dropdown-4 li.active {
  color: #5380F7;
}

.btn .dropdown-4 li:first-child {
  border-radius: 4px 4px 0 0;
}

.btn .dropdown-4 li:last-child {
  border-radius: 0 0 4px 4px;
}

.btn .dropdown-4 li:last-child a {
  border-bottom: 0;
}

.btn .dropdown-4 a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: inherit;
  text-decoration: none;
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}


.card-single {
  display: flex;
  justify-content: space-between;
  /* background: #fff; */
  padding: 16px;
  border-radius: 12px;
}

.card--informer-block {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1rem;
  margin-bottom: 20px;
}

.card--informer-block-1 {
  background: var(--sidebar-color);
  /*display: flex;
    justify-content: space-between;
    padding: 10px; */
  border-radius: 8px;
}

.card--informer-block-info-2 {
  /* background: var(--monitoring-color); */
  border-radius: 6px;
  padding: 6px;
  /* width: 9%; */
  font-size: 36px;
  opacity: 0.5;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

.card--informer-block-info-2:hover {
  opacity: 1;
}

.card--informer-block-info {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.lk-card {
  display: inline-block;
  border: solid 2px var(--border-color);
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  margin-left: auto;
  padding: 6px;
  border-radius: 6px;
  text-transform: capitalize;
  box-shadow: var(--border-color);
  transition: all 0.3s ease-in-out;
}

.lk-card-plus {
  outline: 0;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  justify-content: space-between;
  background: var(--menu-hover);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 8px 10px 8px 10px;
  color: var(--default-text-color);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}

.lk-card-plus:hover {
  background: var(--span-color);
  color: var(--default-text-color);
}

.notifications-header {
  padding: 5px;
  text-align: center;
  background: #252a35;
  border-radius: 4px;
  margin-bottom: 10px;
}

.notifications-title {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

/** Bans list **/

.main-ban-card {
  background: var(--sidebar-color);
  color: #fff;
  gap: 5px;
  margin: 5px 0;
  padding: 10px;
  display: flex;
  align-items: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  border-radius: 8px;
  list-style-type: none;
  animation-duration: 1.5s;
  animation-iteration-count: inherit;
  padding-right: 5px;
}

.main-ban-card:hover {
  background: var(--hover);
}

.main-ban-game {
  /* width: 5%; */
  min-width: 36px;
  min-height: 36px;
}

.main-ban-avatar {
  margin: auto 0;
}

.main-ban-avatar--avatar {
  border-radius: 4px;
  width: 24px;
  height: 24px;
}

.main-ban-nickname {
  width: 15%;
}

.main-ban-points {
  width: 15%;
}

.main-ban-reason {
  width: 75%;
}

.main-ban-data {
  width: 10%;
}

.main-ban-kd {
  width: 10%;
  border-radius: 8px;
}

.main-ban-tb {
  width: 10%;
}

.main-ban-times {
  width: 10%;
}

.main-ban-rank {
  margin: auto 0;
}

.main-ban-game,
.main-ban-nickname,
.main-ban-points,
.main-ban-data,
.main-ban-tb,
.main-ban-times,
.main-ban-reason {
  background: var(--monitoring-color);
  border-radius: 8px;
  text-align: center;
  padding: 6px;
  text-overflow: ellipsis;
  font-size: 15px;
  overflow: hidden;
  font-weight: var(--font-weight-0);
}

.main-ban-game,
.main-ban-avatar,
.main-ban-nickname,
.main-ban-points,
.main-ban-data,
.main-ban-tb,
.main-ban-times,
.main-ban-rank {
  cursor: pointer;
}

.main-ban-game.mb {
  line-height: 24px;
}

.main-ban-tb.unban {
  background: linear-gradient(15deg, #5dff80 -40%, #5dff80 -112%, #fff0 87%);
  border: solid 1px #5dff80;
}

.main-ban-tb.ban {
  background: linear-gradient(15deg, #ff2f2f -40%, #ff4d4d -112%, #fff0 87%);
  border: solid 1px #a94044;
}

.main-ban-tb.unmute {
  background: linear-gradient(15deg, #5dff80 -40%, #5dff80 -112%, #fff0 87%);
  border: solid 1px #46a560;
}

.main-ban-tb.activemb {
  background: linear-gradient(15deg, #252a35 -40%, #313a4e -112%, #fff0 87%);
  border: solid 1px #2b3242;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;

  }
  

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp_2 {
  0% {
    opacity: 0;

  }

  50% {
    opacity: 0.5;

  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0)
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0)
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.main-modal-id {
  /* width: 5%; */
  min-width: 36px;
  min-height: 36px;
}

.main-modal-avatar {
  margin: auto 0;
}

.main-modal-avatar--avatar {
  border-radius: 8px;
  width: 36px;
  height: 36px;
}

.main-modal-nickname {
  width: 40%;
}

.main-modal-points {
  width: 35%;
}

.main-modal-kd {
  width: 10%;
  border-radius: 8px;
}

.main-modal-times {
  width: 20%;
}

.main-modal-rank {
  margin: auto 0;
}

.main-modal-id,
.main-modal-nickname,
.main-modal-points,
.main-modal-kd,
.main-modal-times {
  background: var(--monitoring-color);
  border-radius: 8px;
  text-align-last: center;
  padding: 7px;
  display: inline;
  text-overflow: ellipsis;
}

.footer--new-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.footer--menu-social {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  width: 25%;
}

ul.footer--menu {
  display: flex;
  gap: 25px;
  justify-content: center;
  width: 50%;
  font-size: 14px;
}

ul.footer--menu-copyright {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  width: 25%;
}

li.footer-menu-nav {
  opacity: 0.5;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  cursor: pointer;
  font-weight: 400;
  text-transform: uppercase;

}

li.footer-menu-nav:hover {
  opacity: 1;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  color: var(--span-color-hover);
}

li.BDARTS {
  background: var(--sidebar-color);
  padding: 6px;
  border-radius: 6px;
}

li.lr-web {
  background: var(--sidebar-color);
  padding: 6px;
  border-radius: 6px;
}

a.footer-link-color {
  color: var(--default-text-color);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

a.footer-link-color:hover {
  color: var(--span-color);
}

footer.footer--new {
  margin-bottom: 30px;
}

a.main-block-href {
  color: #fff;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

a.main-block-href:hover {
  color: #6261ab;
}

.server-data-map {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
}

.scroll--servers {
  overflow-y: auto;
  max-height: 365px;
}


.scroll {
  width: 100%;
  overflow: hidden;
}

.menu-header {
  padding: 5px;
  background: #252a35;
  border-radius: 8px;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.card-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  overflow: hidden;
  margin-bottom: 0px;
  border-radius: 8px;
  background-color: var(--sidebar-color);
}

/* lk top */


.lk-top-grid {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  margin-bottom: 20px;
}

.lk-top-card {
  background: var(--sidebar-color);
  padding: 10px;
  border-radius: 8px;
}

.modal__button {
  box-shadow: 2px 2px 2px rgba(#000, 0.16);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 10px 20px;
}

.modal__button--open {
  background: tomato;
}

.modal__button--close {
  cursor: pointer;
  content: "";
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  font-size: 20px;
  transition: all .2s ease;
  margin-right: 10px;
  color: var(--menu-hover);
}

.modal__button--close:after {
  cursor: pointer;
  content: "\f00d";
  font-family: 'Font Awesome 6 Pro';
}

.modal__button--close:hover {
  color: var(--span-color);
}

.modal__item {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgb(0 0 0 / 34%);
  transition: all 0.3s;
  pointer-events: auto;
}

.modal__bg {
  min-height: 100vh;
  position: absolute;
  width: 100%;
  animation-duration: 0.55s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  border-radius: 8px;
}

.modal__content {
  position: absolute;
  width: 50%;
  top: 20%;
  left: 25%;
  background: var(--sidebar-color);
  animation-duration: 0.55s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  border-radius: 8px;
}

/** GRID **/

/*Basic Grid Styles*/
.Grid {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.u-textCenter {
  text-align: center;
}

.Grid-cell {
  flex: 1;
}

.Void {
  padding: .8em 1em 0;
  margin-bottom: 1em;
  background: rgba(51, 153, 204, 0.2);
  transition: background-color 0.3s ease;
  border: 1px solid #33cccc;
  border-radius: 3px;
}

.Void:after {
  content: "";
  display: block;
  margin-top: .8em;
  height: 1px;
}

.Void:hover {
  background: rgba(51, 153, 204, 0.6);
}

.Void.Holly {
  background: rgba(102, 51, 255, 0.1);
}

.Void.Holly:hover {
  background: rgba(102, 51, 255, 0.25);
}

.Grid--gutters {
  margin-left: -1em;
}

.Grid--gutters .Grid-cell {
  padding-left: 1em;
}

.Grid--gutters .Grid--nested .Grid-cell:first-of-type .Void {
  margin-right: 1em;
}

.Grid--right {
  justify-content: flex-end;
}

.Grid--center {
  justify-content: center;
}

.Grid--top {
  align-items: flex-start;
}

.Grid--bottom {
  align-items: flex-end;
}

.Grid--center {
  align-items: center;
}

.Grid-cell--top {
  align-self: flex-start;
}

.Grid-cell--bottom {
  align-self: flex-end;
}

.Grid-cell--center {
  align-self: center;
}

.navigation {
  list-style: none;
  background: rgba(102, 51, 255, 0.1);
  margin: 0 0 1em;
  border: 1px solid #33cccc;
  border-radius: 3px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.navigation a {
  text-decoration: none;
  display: block;
  padding: 1em;
  color: #333;
}

.navigation a:hover {
  background: rgba(64, 0, 255, 0.1);
  border-radius: 3px;
}

.navigation:hover {
  background: rgba(102, 51, 255, 0.25);
}

@media all and (max-width: 800px) {
  .navigation {
    justify-content: space-around;
  }
}

@media all and (max-width: 600px) {
  .navigation {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0;
  }

  .navigation a {
    text-align: center;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navigation li:last-of-type a {
    border-bottom: none;
  }
}

.Grid--cols-2>.Grid-cell {
  flex: 0 0 100%;
}

.Grid--cols-3>.Grid-cell {
  flex: 0 0 100%;
}

.Grid--cols-4>.Grid-cell {
  flex: 0 0 100%;
}

.Grid--cols-6>.Grid-cell {
  flex: 0 0 calc(50% - 1em);
}

.Grid--cols-12>.Grid-cell {
  flex: 0 0 calc(33.3333% - 1em);
}

.Grid--holly-grail .aside,
.Grid--holly-grail .main {
  flex: 1 100%;
}

.Grid--1of2>.Grid-cell,
.Grid--1of4>.Grid-cell:first-of-type,
.Grid--1of3>.Grid-cell:first-of-type {
  flex: 0 0 100%;
}

.Grid--1of6>.Grid-cell:first-of-type {
  flex: 0 0 50%;
}

.Grid--fit>.Grid-cell {
  flex: 1;
}

.Grid--full>.Grid-cell {
  flex: 0 0 100%;
}

@media (min-width: 30em) {
  .Grid--cols-4>.Grid-cell {
    flex: 0 0 calc(50% - 1em);
  }

  .Grid--cols-6>.Grid-cell {
    flex: 0 0 calc(33.3333% - 1em);
  }

  .Grid--cols-12>.Grid-cell {
    flex: 0 0 calc(16.6666% - 1em);
  }

  .Grid--holly-grail .aside {
    flex: 1 calc(25% - 1em);
  }

  .Grid--1of2>.Grid-cell {
    flex: 0 0 50%;
  }

  .Grid--1of6>.Grid-cell:first-of-type {
    flex: 0 0 30%;
  }

  .Grid--1of4>.Grid-cell:first-of-type {
    flex: 0 0 50%;
  }

  .Grid--1of3>.Grid-cell:first-of-type {
    flex: 0 0 100%;
  }
}

@media (min-width: 48em) {

  .Grid--cols-2>.Grid-cell,
  .Grid--cols-3>.Grid-cell,
  .Grid--cols-4>.Grid-cell,
  .Grid--cols-6>.Grid-cell,
  .Grid--cols-12>.Grid-cell {
    flex: 1;
  }

  .Grid--holly-grail .main {
    flex: 2;
  }

  .Grid--holly-grail .aside {
    flex: 1;
  }

  .Grid--holly-grail .aside-1 {
    order: 1;
  }

  .Grid--holly-grail .main {
    order: 2;
  }

  .Grid--holly-grail .aside-2 {
    order: 3;
  }

  .Grid--1of2>.Grid-cell {
    flex: 0 0 50%;
  }

  .Grid--1of6>.Grid-cell:first-of-type {
    flex: 0 0 16.6666%;
  }

  .Grid--1of4>.Grid-cell:first-of-type {
    flex: 0 0 25%;
  }

  .Grid--1of3>.Grid-cell:first-of-type {
    flex: 0 0 30%;
  }

  .Grid--gutters.Grid--nested .Grid-cell:first-of-type .Void {
    margin-right: 0;
  }
}

.card-single-lk-top {
  display: flex;
  justify-content: space-between;
  background: var(--sidebar-color);
  padding: 10px;
  border-radius: 12px;
}

.lk-top-1 {
  background: linear-gradient(-90deg, rgb(136 122 44) 0%, rgb(36, 40, 58) 100%);
  background-size: 100%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  border: 2px solid #86792c;
  transition: transform .15s ease-in;
}

.lk-top-2 {
  -o-transition: all .2s linear;
  background: linear-gradient(-90deg, #67738d 0%, rgb(36, 40, 58) 100%);
  background-size: 100%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  border: 2px solid #67738d;
  transition: transform .15s ease-in;
}

.lk-top-3 {
  -o-transition: all .2s linear;
  background: linear-gradient(-90deg, #a26d38 0%, rgb(36, 40, 58) 100%);
  background-size: 100%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  border: 2px solid #a06c38;
  transition: transform .15s ease-in;
}

.lk-top-1:hover {
  background-size: 200%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;

}

.lk-top-2:hover {
  background-size: 200%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;

}

.lk-top-3:hover {
  background-size: 200%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;

}

.main-lk-avatar--avatar {
  border-radius: 8px;
  width: 64px;
  height: 64px;
  outline: solid 2px;
  outline-offset: -1px;
}

.card--informer-block-lk-top {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  margin-bottom: 20px;
  margin-top: 20px;
}

.card--informer-block-1-lk-top {
  background: var(--sidebar-color);
  border-radius: 8px;
}

a.name {
  color: var(--default-text-color);
  background: var(--bg-color);
  padding: 8px;
  border-radius: 6px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

a.name:hover {
  color: var(--span-color);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

.hashtag {
  background: var(--bg-color);
  font-size: 14px;
  border-radius: 7px;
  padding: 8px;
  margin-right: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

h1.cash {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.card--informer-block-info-lk {
  border-radius: 6px;
  padding: 6px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

.card--informer-block-lk-top-header {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr 2fr);
  grid-gap: 1rem;
  margin-bottom: 20px;
  margin-top: 20px;
}

.card--informer-block-1-lk-top-header {
  background: var(--sidebar-color);
  border-radius: 8px;
  box-shadow: 0px 8px 10px 10px rgb(31 33 41 / 50%);
}

.card--informer-block-info-lk-header {
  border-radius: 6px;
  padding: 20px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

.card-single-lk-top-header {
  padding: 28px;
}

.lk-1:before {
  font-family: "Font Awesome\ 6 Pro";
  content: "\f81d";
  font-size: 12px;
}

.lk-2:before {
  font-family: "Font Awesome\ 6 Pro";
  content: "\f3d1";
  font-size: 12px;
}

.lk-3:before {
  font-family: "Font Awesome\ 6 Pro";
  content: "\f51e";
  font-size: 12px;
}

.main-top-id.lk-1.lk--1 {
  background: #5a5332;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

.main-top-id.lk-2.lk--1 {
  background: #3c4453;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

.main-top-id.lk-3.lk--1 {
  background: #4e4140;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

span.hashtag.lk-1.lk--1 {
  background: #86792c;
  color: #fff;
  font-size: 0;
}

span.hashtag.lk-2.lk--2 {
  font-size: 0;
  background: #67738d;
  color: #ffffff;
}

span.hashtag.lk-3.lk--3 {
  font-size: 0;
  background: #9f6b38;
  color: #fff;
}

.card-single-lk-top.lk-top-1:hover,
.card-single-lk-top.lk-top-2:hover,
.card-single-lk-top.lk-top-3:hover {
  transform: translateY(-0.25rem);
}

.card-single-lk-top-header {
  display: flex;
  justify-content: space-between;
  /* padding: 10px; */
  border-radius: 12px;
  align-items: center;
}

.buy {
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  margin-left: auto;
  padding: 8px;
  border-radius: 8px;
  border: 2px solid var(--span-color);
  text-transform: capitalize;
  box-shadow: var(--shadow-medium);
  transition: all 0.3s ease-in-out;
}

.card--informer-block-info-diamond {
  border-radius: 6px;
  padding: 14px;
  font-size: 36px;
  opacity: 0.5;
  color: var(--button-color);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

.card--informer-block-info-diamond:hover {
  font-size: 36px;
  opacity: 1;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
}

a.buy:hover {
  color: var(--button-color);
  border: 2px solid;
}

a.menu-link.active:hover {
  background: var(--navbar-admin);
}

.page-num-card {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

a.btn-page-num {
  padding: 8px 10px 8px 10px;
  background: var(--sidebar-color);
  border-radius: 4px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  color: var(--span-color);
  transition: all .2s ease;
}

a.btn-page-num:hover {
  background: var(--hover);
  color: var(--default-text-color)
}

a.btn-page-num.active {
  background: var(--span-color);
  color: var(--default-text-color);
}

.btn:hover {
  background: var(--hover);
}

.card--block-lk {
  background: var(--sidebar-color);
  border-radius: 8px;
  box-shadow: 0px 8px 10px 10px rgb(31 33 41 / 50%);
}

.card-single-lk {
  padding: 16px;
  border-radius: 12px;
}

.card--lk {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(1, 3fr 2fr);
  grid-gap: 1rem;
  margin-bottom: 20px;
}

/* LK */

.fixed--style {
  width: 97.7%;
}

.lk-history {
  color: #fff;
  margin: 5px 0;
  align-items: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  list-style-type: none;
  animation-duration: 1.5s;
  animation-iteration-count: inherit;
}

.lk-history-last {
  background: var(--hover);
  color: #fff;
  margin: 5px 0;
  padding: 10px;
  gap: 5px;
  display: flex;
  align-items: center;
  padding-right: 5px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  border-radius: 8px;
  list-style-type: none;
  animation-duration: 1.5s;
  animation-iteration-count: inherit;
}

.lk-history-last:hover {
  background: var(--menu-hover);
}

.lk-history-last--id,
.lk-history-last--avatar,
.lk-history-last--nickname,
.lk-history-last--item,
.lk-history-last--price {
  cursor: pointer;
}

.lk-history-last--id,
.lk-history-last--avatar,
.lk-history-last--nickname,
.lk-history-last--item,
.lk-history-last--price {
  background: var(--monitoring-color);
  border-radius: 8px;
  text-align-last: center;
  padding: 5px;
  display: inline;
  text-overflow: ellipsis;
}

.lk-history-last--avatar-ava {
  border-radius: 8px;
  width: 24px;
  height: 24px;
}

.lk-history-last--nickname {
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
}

.lk-history-last--nickname:hover {
  color: var(--span-color);
}


.lk-history-last--item {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
}

.lk-history-last--price {
  width: 20%;
  white-space: nowrap;
  overflow: hidden;
}

.lk-history--title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  align-content: center;
  flex-direction: row;
}

.lk-history--title .lk-history--title-2 {
  background-color: var(--navbar-admin);
  color: var(--default-text-color);
  text-align: center;
  z-index: 10;
  opacity: 0;
  transition: .25s;
  font-size: 0.8rem;
  padding: 6px 6px;
  border-radius: 8px;
  position: absolute;
}

.lk-history--title:hover .lk-history--title-2 {
  opacity: 1;
  margin-top: -75px;
  transition: .25s;
}

.lk-history-bad {
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 1175px) {

  .card--lk,
  .card--informer-block-lk-top,
  .card--informer-block-lk-top-header,
  .card-single-lk-top-header {
    display: grid;
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 1375px) {
  .modal__content {
    width: 75%;
    top: 20%;
    left: 13%;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 984px) {
  .modal__content {
    width: 90%;
    top: 20%;
    left: 5%;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 1250px) {
  .grid-lk-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.admin-666 {
  outline: 0;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  justify-content: space-between;
  background: var(--menu-hover);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 4px 6px 4px 6px;
  color: var(--default-text-color);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}

.admin-666:hover {
  background: var(--hover);
  transition: all 0.3s ease-in-out;
}

.lk--avatar-check {
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color .15s ease-in-out, background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  /* fill: #ffffff; */
  color: #ffffff;
  border-radius: 8px;
  border: solid 2px var(--button-color);
  /* background-color: var(--navbar-admin); */
  box-shadow: 0px 8px 10px 10px rgb(31 33 41 / 50%);
}

.profile {
  text-align: center;
  background: var(--hover);
  padding: 10px;
  margin: auto;
  width: 100%;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/** Toppoints **/

.leaderb_d {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0rem;
  margin-bottom: 20px;
  margin-top: 20px;
  align-items: center;
  justify-items: center;
  justify-content: space-between;
  align-content: space-between;
  cursor: pointer;
}

.leaderb_d--2 {
  padding: 10px;
  width: 80%;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  height: 6rem;
  background: linear-gradient(-90deg, #67738d 0%, rgb(36, 40, 58) 100%);
  background-size: 100%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  border: 2px solid #67738d;
  transition: transform .15s ease-in;
}

.leaderb_d--1 {
  padding: 10px;
  width: 100%;
  /*transform: translateY(-2rem);*/
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  height: 7rem;
  background: linear-gradient(-90deg, rgb(136 122 44) 0%, rgb(36, 40, 58) 100%);
  background-size: 100%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  border: 2px solid #86792c;
  transition: transform .15s ease-in;
}

.leaderb_d--3 {
  padding: 10px;
  width: 80%;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  -o-transition: all .2s linear;
  height: 6rem;
  background: linear-gradient(-90deg, #a26d38 0%, rgb(36, 40, 58) 100%);
  background-size: 100%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  border: 2px solid #a06c38;
  transition: transform .15s ease-in;
}

.leaderb_d--1,
.leaderb_d--2,
.leaderb_d--3 {
  border-radius: 8px;
}

/*.leaderb_d--1:after {
  content: "\f091";
  font-family: 'FontAwesome';
  position: absolute;
  left: 90.5%;
  bottom: 7%;
  color: #ffecc9;
  font-size: 26px;
  background: #6a5227;
  padding: 5px;
  border-radius: 6px;
} */

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateX(50%) scale(0) rotateZ(-60deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1) rotateZ(0deg);
  }
}

.modal-window {
  position: fixed;
  background-color: #1f212880;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: var(--bg-color);
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.modal-close:hover {
  color: black;
}

.modal-window > div {
  border-radius: 1rem;
}

.select-menu {
  --background: #242836;
  --text: #fff;
  --icon: #fff;
  --icon-active: #3F4656;
  --list: #1C212E;
  --list-text: rgba(255, 255, 255, .2);
  --list-text-hover: rgba(255, 255, 255, .5);
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
}
.select-menu select,
.select-menu .button {
  font-family: inherit;
  margin: 0;
  border: 0;
  text-align: left;
  text-transform: none;
  -webkit-appearance: none;
}
.select-menu select {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  padding: 8px 36px 8px 12px;
  visibility: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
}
.select-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  transform: translateY(var(--t));
  transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
.select-menu ul li {
  padding: 8px 36px 8px 12px;
  cursor: pointer;
}
.select-menu > ul {
  background: var(--list);
  color: var(--list-text);
  border-radius: 6px;
}
.select-menu > ul li {
  transition: color 0.3s ease;
}
.select-menu > ul li:hover {
  color: var(--list-text-hover);
}
.select-menu .button {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: 1;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  color: var(--text);
  background: var(--background);
}
.select-menu .button em {
  --r: 45deg;
  display: block;
  position: absolute;
  right: 12px;
  top: 0;
  width: 7px;
  height: 7px;
  margin-top: 13px;
}
.select-menu .button em:before, .select-menu .button em:after {
  --o: .4;
  content: "";
  width: 7px;
  height: 7px;
  opacity: var(--o);
  display: block;
  position: relative;
  transition: opacity 0.2s ease;
  transform: rotate(var(--r)) scale(0.75);
}
.select-menu .button em:before {
  border-left: 2px solid var(--icon);
  border-top: 2px solid var(--icon);
  top: 1px;
}
.select-menu .button em:after {
  border-right: 2px solid var(--icon);
  border-bottom: 2px solid var(--icon);
  bottom: 1px;
}
.select-menu:not(.open) > ul {
  opacity: 0;
  pointer-events: none;
}
.select-menu.open.tilt-up {
  -webkit-animation: tilt-up 0.4s linear forwards;
          animation: tilt-up 0.4s linear forwards;
}
.select-menu.open.tilt-up .button em:before {
  --o: 1;
}
.select-menu.open.tilt-down {
  -webkit-animation: tilt-down 0.4s linear forwards;
          animation: tilt-down 0.4s linear forwards;
}
.select-menu.open.tilt-down .button em:after {
  --o: 1;
}

@-webkit-keyframes tilt-up {
  40%, 60% {
    transform: perspective(500px) rotateX(8deg);
  }
}

@keyframes tilt-up {
  40%, 60% {
    transform: perspective(500px) rotateX(8deg);
  }
}
@-webkit-keyframes tilt-down {
  40%, 60% {
    transform: perspective(500px) rotateX(-8deg);
  }
}
@keyframes tilt-down {
  40%, 60% {
    transform: perspective(500px) rotateX(-8deg);
  }
}

.title.selected {
  outline-offset: -4px;
  outline: solid 2px #252a35;
}

/** Top players **/


.player-3 {
  box-shadow: inset 0px -50px 75px 0px #a26d38;
}
.player-1 {
  box-shadow: inset 0px -50px 75px 0px #b39e48;
}
.player-2 {
  box-shadow: inset 0px -50px 75px 0px #67738d;
}
img.top-rank {
  width: 48px;
  height: 48px;
}
img.top-rank--home {
  width: 36px;
  height: 36px;
}
.game {
  position: relative;
  width: 25.5em;
  display: grid;
  text-align: center;
  padding: 20px;
  background: var(--sidebar-color);
  border-radius: 8px;
}
.game:hover .rank {
  transform: translate(150%, -80%);
}
.game:hover .front {
  transform: translateY(-40%) scale(0.8);
}
.game:hover .front .name {
  animation: gameName 250ms forwards;
}
.game:hover .front .stats {
  opacity: 0;
}
.game:hover .back1 {
  opacity: 1;
  transition: opacity 250ms ease;
  top: 46%;
}
.game:hover .background {
  opacity: 1;
  transform: scale(0.99, 1.6);
  transition: transform 0.15s ease-in-out, opacity 0.1s linear;
}
.game:hover .background svg {
  animation: wave 5s linear infinite;
}

.infromer--bt {
  display: flex;
  text-align: center;
}

.top-title {
  position: absolute;
  top: 0%;
  right: 1em;
  font-size: 1.125em;
  font-weight: bold;
  /*background: rgb(0 0 0 / 22%);*/
  padding: 0.5em;
  padding-bottom: 0.75em;
  clip-path: polygon(100% 0%, 100% 100%, 50% 75%, 0 100%, 0 0);
  z-index: 500;
  transition: transform 0.17s ease-in-out;
}

.front {
  transition: 250ms;
  z-index: 99;
}
.front .thumbnail {
  border-radius: 0.5em;
}
.front .name {
  margin: 0.75em 0;
  font-weight: 400;
}
.front .stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.front .infromer--bt img:nth-of-type(1) {
  z-index: 1;
}
.front .infromer--bt img:nth-of-type(2) {
  transform: translateX(25%);
}

.back1 {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
}
.back1 .infromer--bt {
  width: 100%;
  justify-content: space-between;
}
.back1 .infromer--b {
  font-size: 0.9em;
  flex: 1;
}
.back1 .infromer--b .name {
  font-weight: 500;
}
.back1 .playeringinfo {
  width: 100%;
  columns: 2;
  column-rule: 1px solid rgba(255, 255, 255, 0.25);
}
.back1 .game-stat {
  font-size: 1.2rem;
  text-align: center;
  margin: auto;
}
.back1 .game-stat span {
  font-size: 0.7rem;
  display: block;
}

span.game-stat--text {
  border-radius: 6px;
  font-size: 12px !important;
  text-transform: uppercase;
  align-content: center;
}

.background {
  background: var(--hover);
  position: absolute;
  top: 75px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transform: scale(0.2, 0.9);
  overflow: hidden;
  border-radius: 6px;
}
.background svg {
  width: 200%;
}

@keyframes gameName {
  0% {
    text-align: left;
    opacity: 1;
  }
  20% {
    text-align: left;
    opacity: 0;
  }
  50% {
    text-align: center;
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    text-align: center;
    opacity: 1;
    transform: scale(1.2);
  }
}
.icon1 {
  position: relative;
  transition: transform ease-in-out 100ms;
  background: var(--bg-color);
  padding: 5px 10px 5px 10px;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
}
.icon1::before, .icon1::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32%;
  right: 32%;
  border-radius: 50%;
}
.icon1::before {
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: grid;
  place-items: center;
  color: white;
  font-size: 0.6em;
  z-index: 200;
  transition: background-color 100ms linear opacity 100ms linear;
}
.icon1::after {
  z-index: 1;
}
.icon1:hover::after {
  animation: pulse 800ms ease-in-out infinite;
}

.infromer--bt {
  display: flex;
  text-align: center;
}

.infromer--b:hover .icon1 {
  transform: translateY(-20%);
}
.infromer--b:hover .icon1::before {
  opacity: 1;
}
.infromer--b .icon1:hover {
  transform: translateY(-20%) scale(1.05);
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.75;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.card-ll {
  z-index: 999;
  position: inherit;
}

p.viewers {
  background: var(--bg-color);
  padding: 5px;
  border-radius: 4px;
}

.badge1 {
  display: inline-block;
  padding: 0.6rem;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  fill: #ffffff;
  color: #ffffff;
  background-color: var(--navbar-admin);
  box-shadow: 0px 8px 10px 10px rgb(31 33 41 / 50%);    
}

.avatar--topplayer {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  top: 0;
  object-fit: cover;
  transition: all ease-out 0.45s;
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0.1;
}

span.game-stat--text.G {
  background: var(--bg-color);
  width: 50%;
  padding: 4px;
  margin: auto;
}

.btnserver {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--menu-hover);
  min-width: 260px;
  border: 0;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 16px 20px;
  color: var(--default-text-color);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}
.btnserver:focus .dropdownserver, .btnserver:active .dropdownserver {
  transform: translate(0, 20px);
  opacity: 1;
  visibility: visible;
}
.btnserver .material-icons {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
          animation: ripple 0.6s linear infinite;
}
.btnserver .dropdownserver {
  position: absolute;
  top: 3%;
  /* left: 2%; */
  right: 0.8%;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9999;
}
.btnserver .dropdownserver:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 152px;
  width: 0;
  height: 0;
  box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
  border-top: 6px solid #373f4f;
  border-right: 6px solid #373f4f;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: rotate(-45deg);
}
.btnserver .dropdownserver li {
  z-index: 1;
  position: relative;
  background: var(--menu-hover);
  padding: 0 20px;
  color: var(--default-text-color);
}
.btnserver .dropdownserver li.active {
  color: #5380F7;
}
.btnserver .dropdownserver li:first-child {
  border-radius: 4px 4px 0 0;
}
.btnserver .dropdownserver li:last-child {
  border-radius: 0 0 4px 4px;
}
.btnserver .dropdownserver li:last-child a {
  border-bottom: 0;
}
.btnserver .dropdownserver a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 16px 0;
  color: inherit;
  text-decoration: none;
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}

span.text-white-server {
  color: var(--default-text-color);
}

.table-info-server {
  background: var(--sidebar-color);
  color: #fff;
  margin: 5px 0;
  padding: 10px;
  display: flex;
  align-items: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  border-radius: 8px;
  list-style-type: none;
  gap: 5px;
  animation-duration: 1.5s;
  animation-iteration-count: inherit;
  /* padding-right: 5px; */
  flex-direction: row-reverse;
  justify-content: space-between;
}

.allplayers {
  background: var(--menu-hover);
  border-radius: 6px;
  padding: 10px;
}

/*btn modal*/

.btn-userinfo {
  outline: 0;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  justify-content: space-between;
  background: var(--menu-hover);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px;
  color: var(--default-text-color);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}
.btn-userinfo:focus .drop-user, .btn-userinfo:active .drop-user {
  transform: translate(0, 20px);
  opacity: 1;
  visibility: visible;
}
.btn-userinfo .material-icons {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
          animation: ripple 0.6s linear infinite;
}
.btn-userinfo .drop-user {
  position: absolute;
  top: 70%;
  right: 0.8%;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  background: var(--hover);
  padding: 10px;
  z-index: 9999;
}
.btn-userinfo .drop-user:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 126px;
  width: 0;
  height: 0;
  box-shadow: 2px -2px 6px rgb(0 0 0 / 5%);
  border-top: 6px solid var(--hover);
  border-right: 6px solid var(--hover);
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: rotate(-45deg);
}
.btn-userinfo .drop-user li {
  z-index: 1;
  position: relative;
  color: var(--default-text-color);
  transition: all 0.3s ease-in-out;
}
.btn-userinfo .drop-user li.active {
  color: #5380F7;
}
.btn-userinfo .drop-user li:first-child {
  border-radius: 4px 4px 0 0;
}
.btn-userinfo .drop-user li:last-child {
  border-radius: 0 0 4px 4px;
}
.btn-userinfo .drop-user li:last-child a {
  border-bottom: 0;
}
.btn-userinfo .drop-user a {
  display: block;
  color: inherit;
  line-height: initial;
  text-decoration: none;
}

.btn-language {
  outline: 0;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  justify-content: space-between;
  background: var(--menu-hover);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px;
  color: var(--default-text-color);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}
.btn-language:visited .drop-language, .btn-language:focus .drop-language {
  transform: translate(0, 20px);
  opacity: 1;
  visibility: visible;
}
.btn-language .material-icons {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
          animation: ripple 0.6s linear infinite;
}
.btn-language .drop-language {
  position: absolute;
  top: 75%;
  transform: translate(-60%, 9%) !important;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  background: var(--hover);
  padding: 5px 10px 10px 10px;
  z-index: 9999;
}
.btn-language .drop-language:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 39px;
  width: 0;
  height: 0;
  box-shadow: 2px -2px 6px rgb(0 0 0 / 5%);
  border-top: 6px solid var(--hover);
  border-right: 6px solid var(--hover);
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: rotate(-45deg);
}
.btn-language .drop-language li {
  z-index: 1;
  position: relative;
  background: var(--menu-hover);
  padding: 0 5px;
  margin-top: 5px;
  border-radius: 4px;
  color: var(--default-text-color);
  transition: all 0.3s ease-in-out;
}
.btn-language .drop-language li:hover {
  background: var(--hover);
}
.btn-language .drop-language li.active {
  color: #5380F7;
}
.btn-language .drop-language li:first-child {
  border-radius: 4px;
}
.btn-language .drop-language li:last-child {
  border-radius: 4px;
}
.btn-language .drop-language li:last-child a {
  border-bottom: 0;
}
.btn-language .drop-language a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 5px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  font-size: 0;
  width: 32px;
  height: 25px;
}

.btn-notify {
  outline: 0;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--menu-hover);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px;
  color: var(--default-text-color);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
}
.btn-notify:focus .drop-notify, .btn-notify:active .drop-notify {
  transform: translate(0, 20px);
  opacity: 1;
  visibility: visible;
}
.btn-notify .material-icons {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
          animation: ripple 0.6s linear infinite;
}
.btn-notify .drop-notify {
  position: absolute;
  top: 90%;
  /* right: 0.8%; */
  transform: translate(-47%, 20%) !important;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  background: var(--hover);
  padding: 10px;
  z-index: 9999;
}
.btn-notify .drop-notify:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 106px;
  width: 0;
  height: 0;
  box-shadow: 2px -2px 6px rgb(0 0 0 / 5%);
  border-top: 6px solid var(--hover);
  border-right: 6px solid var(--hover);
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: rotate(-45deg);
}
.btn-notify .drop-notify li {
  z-index: 1;
  position: relative;
  background: var(--menu-hover);
  padding: 0 5px;
  color: var(--default-text-color);
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.btn-notify .drop-notify li:hover {
  background: var(--hover);
}
.btn-notify .drop-notify li.active {
  color: #5380F7;
}
.btn-notify .drop-notify li:first-child {
  border-radius: 4px 4px 0 0;
}
.btn-notify .drop-notify li:last-child {
  border-radius: 0 0 4px 4px;
}
.btn-notify .drop-notify li:last-child a {
  border-bottom: 0;
}
.btn-notify .drop-notify a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px;
  color: inherit;
  text-decoration: none;
}
.list-group-item-text {
  font-weight: 400;
}

button.btn-notify:hover ,.btn-language:hover ,.btn-userinfo:hover {
  background: var(--hover);
  transition: all 0.3s ease-in-out;
}
.btn-infomodal {
  outline: 0;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--menu-hover);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px;
  color: var(--default-text-color);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
}
.btn-infomodal:hover {
  background: var(--hover);;
}
.btn-infomodal:focus .drop-infomodal, .btn-infomodal:active .drop-infomodal {
  transform: translate(0, 20px);
  opacity: 1;
  visibility: visible;
}
.btn-infomodal .material-icons {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
          animation: ripple 0.6s linear infinite;
}
.btn-infomodal .drop-infomodal {
  position: absolute;
  top: 90%;
  /* right: 0.8%; */
  transform: translate(-21%, 10%) !important;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
  /* text-align: left; */
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  background: var(--hover);
  padding: 10px;
  z-index: 9999;
  width: 600px;
}
.btn-infomodal .drop-infomodal:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 125px;
  width: 0;
  height: 0;
  box-shadow: 2px -2px 6px rgb(0 0 0 / 5%);
  border-top: 6px solid var(--hover);
  border-right: 6px solid var(--hover);
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: rotate(-45deg);
}
.btn-infomodal .drop-infomodal li {
  z-index: 1;
  position: relative;
  background: var(--menu-hover);
  padding: 0 5px;
  color: var(--default-text-color);
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.btn-infomodal .drop-infomodal li:hover {
  background: var(--hover);
}
.btn-infomodal .drop-infomodal li.active {
  color: #5380F7;
}
.btn-infomodal .drop-infomodal li:first-child {
  border-radius: 4px 4px 0 0;
}
.btn-infomodal .drop-infomodal li:last-child {
  border-radius: 0 0 4px 4px;
}
.btn-infomodal .drop-infomodal li:last-child a {
  border-bottom: 0;
}
.btn-infomodal .drop-infomodal a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px;
  color: inherit;
  text-decoration: none;
}
#infouser-1 {
	position: fixed;
	top: 50%;
  left: 50%;
  width: 50%;
  border-radius: 8px;
	transform: translate(-50%, -110%);
  background: var(--bg-color);
  padding: 10px;
	transition: all linear 0.4s;
	opacity: 0;
	visibility: hidden;
	color: var(--textColor);
	font-weight: 500;
	z-index: 9999;
}
#closeWindow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.411);
	opacity: 0;
	visibility: hidden;
  z-index: 999;
	cursor: crosshair;
}
#closeWindow button {
	position: absolute;
	top: 2%;
	right: 2%;
	border-radius: 50%;
	font-size: 20px;
	padding: 7px 14px;
}
.color-plate{
	position:absolute;
	top:20%;
	left:0;
	transform:translatex(-100%);
	display:flex;
	align-items:center;
	justify-content:center;
	width:150px;
	height:100px;
	background:#222433;
	border:3px solid #fff;
	border-left:0;
	border-radius: 0 20px 20px 0;
	z-index:-1;
	transition: transform ease-in-out .4s;
}
.color-plate.active{
	transform:translatex(0);
}
.color-plate .setting{
	position:relative;
	top:0;
	right:-30px;
	display:inline-flex;
	cursor:pointer;
}
.color-plate ul{
	display:flex;
	align-items:center;
	list-style:none;
	margin:0 0 0 30px;
}
.color-plate ul li{
	display:block;
	width:50px;
	height:50px;
	border:3px solid #fff;
	border-radius:50%;
	cursor:pointer;
}
.color-plate ul #yellow{
	background-color: #f2d123;
	margin-right:10px;
}
.color-plate ul #green{
	background-color: #01a95a;
}
.right-closed {
  display: flex;
  flex-direction: row-reverse;
}

/* Mob M */

@media screen and (max-width: 1000px) {
  .row.mobile-monitoring {
      display: flex;
      flex-direction: column;
      width: 100%;
  }
  .widthall-mon {
    max-width: 100% !important;
    flex: 100 !important;
  }
  .row.widthall-bm {
      display: flex;
      flex-direction: column;
  }
}

@media screen and (max-width: 980px) {
  .card--informer-block-info-lk-header {
    padding: 15px;
    place-self: center;
  }
  .main-ban-data,.main-ban-game,.main-ban-reason,.main-ban-data,.leaderb_d,.informer-prof-bg-maps,.stats-name-list-w1,.prof-inf--date {
    display: none;
  }
  .main-ban-nickname,.main-ban-tb,.main-ban-points {
    width: 100%;
  }
  .table-info-server,.table-info-user {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
  }
  .grid-prof-2,.grid-prof-statts-2,.grid-prof-4,.grid-prof-statts-s,.grid-prof-statts,.grid-prof-3 {
    grid-template-columns: 1fr;
  }
  .grid-prof-line-2 {
    overflow: hidden;
  }
  .informer-prof {
    flex-direction: column;
  }
  .steam-friend {
    overflow-y: auto;
    max-height: 148px;
  }
  .grid-prof-line-2 {
    max-height: 500px;
  }
  .avatar-block,.info-user-rank {
    margin-bottom: 10px;
  }
  .stats-name-card-w1.stats-w1 {
    padding: 10px;
  }
  .prof-inf--done,.prof-inf--bm {
    width: 23%;
  }
   #infouser-1 {width: 95%; font-size: 10px;padding: 5px;}
   .main-top-points-admin {
    width: 70%;
   }
}
@media (max-width: 1640px) and (min-width: 980px) {
   #infouser-1 {width: 70%; padding: 5px;}
}
@media screen and (max-width: 1175px) {
  .card-flex-mobile {
    display: flex;
  }
  .top-stats-block {
      display: grid;
      grid-template-columns: repeat(1,calc(100% - 0px));
  }}
  @media screen and (min-width: 1175px) {
  .top-stats-block {
      display: grid;
      grid-template-columns: repeat(2,calc(50% - 0px));
  }}
  .top-stats-block-add {
      grid-column: 1 / -1;
  }

@media screen and (max-width: 950px) {
  .grid-lk-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}
}
a.footer-nav {
  color: var(--default-text-color);
}
.overflow-scroll {
  overflow: auto;
  max-height: 500px;
}
img.rank.lazy-loaded {
  width: 70px;
  height: 28px;
}
a.menu-footer {
  color: var(--default-text-color);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s linear;
  transition: all .2s ease;
  text-transform: uppercase;
  opacity: 0.5;
  
}
a.menu-footer:hover {color: var(--span-color);opacity: 1;}