:root {
  --svg-color: #bd0628;
  --text-custom: #bababa;
  --text-default: #ffffff;
  --text-default-invert: #1b1c24;
  --span: #ff1b4d;
  --span-low: rgb(255 33 57 / 6%);
  --span-middle: rgb(255 35 59 / 20%);
  --money: #9bf480;
  --money-bg: rgb(128 244 138 / 10%);
  --green: #64ce82;
  --orange: #f6b949;
  --red: #ff4940;
  --purple: #f64c72;
  --grey: #1c1b1b;
  --t: #ffc107;
  --ct: #2196f3;
  --top-one: #ffdb5c;
  --top-two: #bfe0ff;
  --top-three: #f8a785;
  --bg: #0a0909;
  --bg-table: #161616;
  --bg-modal: rgb(0 0 0 / 50%);
  --transparent: rgb(255 255 255 / 2%);
  --bottom-line-table: rgb(51 51 51 / 30%);
  --navbar: rgb(21 21 21 / 85%);
  --card: #121212;
  --button: #202020;
  --button-hover: #2a2a2a;
  --tooltip: rgb(41 41 41 / 85%);
  --input-form: #1e1e1e;
  --toast-bg-success: rgb(80 165 80);
  --toast-msg-success: #fff;
  --toast-bg-error: rgb(200 59 59);
  --toast-msg-error: #fff;
  --swiper-theme-color: var(--purple);
  --vip-color: #f2c752;
  --admin-color: #529ef2;
  --fsz-big: 20px;
  --ct-side: linear-gradient(90deg, #47adff2b, transparent);
  --t-side: linear-gradient(90deg, #ffc4141c, transparent);
  --badge: var(--card);
  --have-slots: #76cb91;
  --have-small-slots: #efa74e;
  --havent-slots: #ff5555;
  --low-ping: #5fde74;
  --middle-ping: #f8c931;
  --hight-ping: #e33d3d;
  --transparent-0-w: rgb(255 255 255 / 0%);
  --transparent-1-w: rgb(255 255 255 / 1%);
  --transparent-2-w: rgb(255 255 255 / 2%);
  --transparent-3-w: rgb(255 255 255 / 3%);
  --transparent-4-w: rgb(255 255 255 / 4%);
  --transparent-5-w: rgb(255 255 255 / 5%);
  --transparent-10-w: rgb(255 255 255 / 10%);
  --transparent-20-w: rgb(255 255 255 / 20%);
  --transparent-0-b: rgb(0 0 0 / 0%);
  --transparent-1-b: rgb(0 0 0 / 1%);
  --transparent-2-b: rgb(0 0 0 / 2%);
  --transparent-3-b: rgb(0 0 0 / 3%);
  --transparent-4-b: rgb(0 0 0 / 4%);
  --transparent-5-b: rgb(0 0 0 / 5%);
  --transparent-10-b: rgb(0 0 0 / 10%);
  --transparent-20-b: rgb(0 0 0 / 20%);
  --font-family-1: "Unbounded";
  --font-family-2: "SF Pro Display";
  --br-2: 2px;
  --br-3: 3px;
  --br-4: 4px;
  --br-5: 5px;
  --br-6: 6px;
  --br-7: 7px;
  --br-8: 8px;
  --br-10: 10px;
  --br-12: 12px;
  --br-16: 16px;
  --br-20: 20px;
  --br-24: 24px;
  --br-28: 28px;
  --br-32: 32px;
  --br-36: 36px;
  --br-40: 40px;
  --br-44: 44px;
  --br-48: 48px;
  --br-50: 50%;
  --font-weight-5: 500;
  --font-weight-6: 600;
  --font-weight-7: 700;
  --font-weight-8: 800;
  --font-weight-9: 900;
  --font-size-z: 0;
  --font-size-xxs: 8px;
  --font-size-xs: 10px;
  --font-size-s: 12px;
  --font-size-m: 14px;
  --font-size-default: 16px;
  --font-size-l: 18px;
  --font-size-xl: 20px;
  --font-size-xxl: 22px;
  --font-size-xxxl: 24px;
  --font-size-4xl: 28px;
  --font-size-5xl: 30px;
  --font-size-6xl: 36px;
  --font-size-7xl: 40px;
  --font-size-8xl: 80px;
  --font-size-9xl: 100px;
  --transition-ease-2: all 0.2s ease;
  --transition-ease-in-out-2: all 0.2s ease-in-out;
  --transition-duration: 0.2s;
  --transition-duration-long: 0.7s;
  --box-shadow-b-30: 0px 8px 17px 0 rgb(0 0 0 / 30%);
  --banner-info-page-btn-bg: rgb(220 95 95 / 25%);
  --banner-info-page-btn-hover: rgb(220 95 95 / 37%);
  --banner-info-page-btn-color: #dc5f5f;
  --input-height: 41px;
}

@font-face {
  font-family: 'Unbounded';
  src: local('Unbounded Medium'), local('Unbounded-Medium'),
    url('../fonts/unb/Unbounded-Medium.woff2') format('woff2'),
    url('../fonts/unb/Unbounded-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: local('Unbounded Bold'), local('Unbounded-Bold'),
    url('../fonts/unb/Unbounded-Bold.woff2') format('woff2'),
    url('../fonts/unb/Unbounded-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: local('Unbounded Regular'), local('Unbounded-Regular'),
    url('../fonts/unb/Unbounded-Regular.woff2') format('woff2'),
    url('../fonts/unb/Unbounded-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: local('Unbounded Black'), local('Unbounded-Black'),
    url('../fonts/unb/Unbounded-Black.woff2') format('woff2'),
    url('../fonts/unb/Unbounded-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: local('Unbounded Light'), local('Unbounded-Light'),
    url('../fonts/unb/Unbounded-Light.woff2') format('woff2'),
    url('../fonts/unb/Unbounded-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded Blond';
  src: local('Unbounded Blond'), local('Unbounded-Blond'),
    url('../fonts/unb/Unbounded-Blond.woff2') format('woff2'),
    url('../fonts/unb/Unbounded-Blond.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display Medium'), local('SFProDisplay-Medium'),
    url('../fonts/sfpro/SFProDisplay-Medium.woff2') format('woff2'),
    url('../fonts/sfpro/SFProDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display Heavy'), local('SFProDisplay-Heavy'),
    url('../fonts/sfpro/SFProDisplay-Heavy.woff2') format('woff2'),
    url('../fonts/sfpro/SFProDisplay-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display UltralightItalic'), local('SFProDisplay-UltralightItalic'),
    url('../fonts/sfpro/SFProDisplay-UltralightItalic.woff2') format('woff2'),
    url('../fonts/sfpro/SFProDisplay-UltralightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display Regular Italic'), local('SFProDisplay-RegularItalic'),
    url('../fonts/sfpro/SFProDisplay-RegularItalic.woff2') format('woff2'),
    url('../fonts/sfpro/SFProDisplay-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display Thin'), local('SFProDisplay-Thin'),
    url('../fonts/sfpro/SFProDisplay-Thin.woff2') format('woff2'),
    url('../fonts/sfpro/SFProDisplay-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display Light'), local('SFProDisplay-Light'),
    url('../fonts/sfpro/SFProDisplay-Light.woff2') format('woff2'),
    url('../fonts/sfpro/SFProDisplay-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display Black Italic'), local('SFProDisplay-BlackItalic'),
    url('../fonts/sfpro/SFProDisplay-BlackItalic.woff2') format('woff2'),
    url('../fonts/sfpro/SFProDisplay-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display Bold'), local('SFProDisplay-Bold'),
    url('../fonts/sfpro/SFProDisplay-Bold.woff2') format('woff2'),
    url('../fonts/sfpro/SFProDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display Black'), local('SFProDisplay-Black'),
    url('../fonts/sfpro/SFProDisplay-Black.woff2') format('woff2'),
    url('../fonts/sfpro/SFProDisplay-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display SemiboldItalic'), local('SFProDisplay-SemiboldItalic'),
    url('../fonts/sfpro/SFProDisplay-SemiboldItalic.woff2') format('woff2'),
    url('../fonts/sfpro/SFProDisplay-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display Ultralight'), local('SFProDisplay-Ultralight'),
    url('../fonts/sfpro/SFProDisplay-Ultralight.woff2') format('woff2'),
    url('../fonts/sfpro/SFProDisplay-Ultralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display LightItalic'), local('SFProDisplay-LightItalic'),
    url('../fonts/sfpro/SFProDisplay-LightItalic.woff2') format('woff2'),
    url('../fonts/sfpro/SFProDisplay-LightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display ThinItalic'), local('SFProDisplay-ThinItalic'),
    url('../fonts/sfpro/SFProDisplay-ThinItalic.woff2') format('woff2'),
    url('../fonts/sfpro/SFProDisplay-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display MediumItalic'), local('SFProDisplay-MediumItalic'),
    url('../fonts/sfpro/SFProDisplay-MediumItalic.woff2') format('woff2'),
    url('../fonts/sfpro/SFProDisplay-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display Semibold'), local('SFProDisplay-Semibold'),
    url('../fonts/sfpro/SFProDisplay-Semibold.woff2') format('woff2'),
    url('../fonts/sfpro/SFProDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display HeavyItalic'), local('SFProDisplay-HeavyItalic'),
    url('../fonts/sfpro/SFProDisplay-HeavyItalic.woff2') format('woff2'),
    url('../fonts/sfpro/SFProDisplay-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display Regular'), local('SFProDisplay-Regular'),
    url('../fonts/sfpro/SFProDisplay-Regular.woff2') format('woff2'),
    url('../fonts/sfpro/SFProDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display BoldItalic'), local('SFProDisplay-BoldItalic'),
    url('../fonts/sfpro/SFProDisplay-BoldItalic.woff2') format('woff2'),
    url('../fonts/sfpro/SFProDisplay-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-y: scroll;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: var(--font-weight-1);
  font-size: 15px;
  letter-spacing: normal;
  margin: 0;
  height: 100%;
  line-height: 1.5;
  text-align: left;
  padding-right: 0;
  background-color: var(--bg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: var(--text-default);
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-default);
  margin-top: 0;
  margin-bottom: 0;
}

dl,
ol,
ul,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

a {
  color: var(--span);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

span {
  color: var(--text-default);
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

p {
  font-size: 13px;
  color: var(--text-default);
}

select {
  word-wrap: normal;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  /* -webkit-box-sizing: content-box; */
  /* box-sizing: content-box; */
}

img {
  vertical-align: middle;
  border-style: none;
  fill: #fff !important;
}

table {
  border: none;
  border-collapse: collapse;
}

th img {
  max-width: 61px;
  max-height: 24px;
}

tbody th a {
  color: var(--text-custom);
  font-weight: bold;
  transition: .3s;
}

tbody th:hover {
  color: var(--text-default);
  transition: .3s;
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button,
input,
optgroup,
select,
textarea {}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

li {
  list-style-type: none
}

hr {
  border: none;
  border-top: 1px solid var(--bottom-line-table);
  width: 100%;
  size: 2px;
  height: 2px;
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: content-box;
  overflow: visible;
  text-align: center;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

[hidden] {
  display: none;
}

@media (max-width: 767px) {

  /* removed */
  .color-dark {
    background: var(--button);
    color: var(--green);
    border-radius: 6px;
    padding: 7px 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }

  /* permanent, ever */
  .color-red {
    background: var(--button);
    color: var(--red);
    border-radius: 6px;
    padding: 7px 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }

  /* expired */
  .color-green {
    background: var(--button);
    color: var(--text-custom);
    border-radius: 6px;
    padding: 7px 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }

  /* unmute */
  .color-blue {
    background: var(--button);
    color: var(--span);
    border-radius: 6px;
    padding: 7px 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }

  /* current */
  .color-gray {
    background: var(--button);
    color: var(--text-default);
    border-radius: 6px;
    padding: 7px 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {

  /* removed */
  .color-dark {
    background: var(--button);
    color: var(--green);
    border-radius: 6px;
    padding: 7px 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }

  /* permanent, ever */
  .color-red {
    background: var(--button);
    color: var(--red);
    border-radius: 6px;
    padding: 7px 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }

  /* expired */
  .color-green {
    background: var(--button);
    color: var(--text-custom);
    border-radius: 6px;
    padding: 7px 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }

  /* unmute */
  .color-blue {
    background: var(--button);
    color: var(--span);
    border-radius: 6px;
    padding: 7px 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }

  /* current */
  .color-gray {
    background: var(--button);
    color: var(--text-default);
    border-radius: 6px;
    padding: 7px 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }
}

.global-container {
  display: block;
}

.container-fluid {
  width: 100%;
  min-height: calc(100vh - 200px);
  max-width: 1400px;
  padding-right: 17px;
  padding-left: 17px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  z-index: 0;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  margin-top: 10px;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    /* flex: 0 0 83.333333%; */
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    /* flex: 0 0 100%; */
    /* max-width: 100%; */
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  transition: .25s ease-in-out;
}

.table {
  margin-bottom: 0;
}

.tb-name a {
  color: var(--text-default);
}

.tb-name {
  max-width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pointer {
  cursor: pointer;
  transition: .25s ease-in-out;
  transition: .3s;
}

.pointer:hover a {
  color: var(--span);
  transition: .3s ease-in-out;
}

.table {
  width: 100%;
  margin-bottom: 0;
}

.table td,
.table th {
  padding: 0.6rem;
  vertical-align: middle;
  border-top: none;
  border-bottom: 1px solid var(--bottom-line-table);
}

.table thead th {
  font-weight: var(--font-weight-2);
  font-size: 12px;
  text-transform: uppercase;
  color: var(--text-custom);
  vertical-align: bottom;
  border-bottom: 1px solid var(--bottom-line-table);
  transition: .25s ease-in-out;
}

.table tbody tr {
  font-size: 12px;
  color: var(--text-custom);
  font-weight: 500;
  transition: .3s;
}

.table tbody tr .tb-type svg {
  width: 19px;
  fill: var(--span);
  transition: .25s ease-in-out;
}

.tabs-panel {
  float: left;
}

.table .selected {
  color: var(--span);
  transition: .25s ease-in-out;
}

.table-hover tbody tr:hover {
  transition: .3s;
}

.table-header {
  width: 100%;
  float: left;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  margin-bottom: 0px;
  background-color: var(--card);
}

.icon {
  margin-right: 5px;
  display: inline-block;
}

.icon svg,
.icon img {
  filter: invert(var(--svg));
  margin-bottom: 4px;
  width: 16px;
}

.invert {
  filter: invert(var(--svg));
}

.card-container {
  padding: 10px 20px 20px;
}

.card-bottom {
  margin-bottom: 6px;
  margin-left: 25px;
  margin-top: 10px;
}

.card .nav-tabs {
  margin-left: 10px;
  border-bottom: 0;
  font-weight: var(--font-weight-2);
  font-size: 14px;
}

.card .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--span);
  background-color: inherit;
  border-color: inherit;
}

.card .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  color: var(--text-default);
  padding: .5rem 0rem;
  margin-left: 15px;
}

.card .nav-tabs .nav-link {
  border: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.card .nav-tabs .nav-item.show .nav-link,
.nav-tabs img {
  height: 24px;
  width: 24px;
  margin-bottom: 3px;
}

.card-block-big .info {
  color: var(--text-default);
}

.circle_map {
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  max-width: 32px;
  width: 32px;
  max-height: 32px;
  height: 32px;
}

.rounded-circle {
  border-radius: 50%;
}

.text-center {
  text-align: left;
}

.text-right {
  text-align: center;
}

.text-left {
  text-align: center;
}

.text_on_line {
  position: relative;
  z-index: 1;
  text-align: left;
  color: var(--text-custom);
  font-size: 12px;
}

@media (max-width: 575.98px) {

  ::-webkit-scrollbar {
    background-color: var(--transparent);
    width: 2px;
    height: 2px;
  }

  .card-header {
    padding: 15px 20px 0px 20px;
  }

  .badge {
    padding: .6em .6em;
  }


  .card h5 {
    font-size: 14px;
  }

  .select-panel select {
    font-weight: var(--font-weight-2);
    font-size: 7px;
  }

  .table thead th {
    font-size: 7px;
    font-weight: 700;
  }


  .table tbody th {
    padding: .4rem;
    font-size: 8px;
    font-weight: 400;
  }

  th img {
    max-width: 43px;
    max-height: 15px;
  }

  .tb-avatar,
  .tb-game,
  .tb-date {
    display: none;
  }

  .tb-hs,
  .tb-time,
  .tb-time-two,
  .tb-death {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  ::-webkit-scrollbar {
    background-color: var(--transparent);
    width: 2px;
    height: 2px;
  }

  .card-header {
    padding: 15px 20px 0px 20px;
  }

  .card h5 {
    font-size: 16px;
  }

  .select-panel select {
    font-weight: var(--font-weight-2);
    font-size: 9px;
  }

  .table thead th {
    font-size: 9px;
    font-weight: 700;
  }

  .tb-time-two {
    display: none;
  }

  .table tbody th {
    padding: .4rem;
    font-size: 8px;
    font-weight: 400;
  }

  th img {
    max-width: 43px;
    max-height: 15px
  }

  .tb-avatar,
  .tb-game,
  .tb-date {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  ::-webkit-scrollbar {
    background-color: var(--transparent);
    width: 2px;
    height: 2px;
  }

  .card-header {
    padding: 15px 20px 0px 20px;
  }

  .card h5 {
    font-size: 16px;
  }

  .select-panel select {
    font-weight: var(--font-weight-2);
    font-size: 11px;
  }

  .table thead th {
    font-size: 9px;
    font-weight: 700;
  }

  .tb-time-two {
    display: none;
  }

  .table tbody th {
    font-size: 9px;
    font-weight: 400;
  }

  th img {
    max-width: 43px;
    max-height: 15px;
  }

  .tb-avatar,
  .tb-game,
  .tb-date {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  ::-webkit-scrollbar {
    background-color: var(--transparent);
    width: 2px;
    height: 2px;
  }

  .card-header {
    padding: 15px 20px 0px 20px;
  }

  .card h5 {
    font-weight: var(--font-weight-2);
    font-size: 15px;
  }

  .select-panel select {
    font-weight: var(--font-weight-2);
    font-size: 13px;
  }

  .table thead th {
    font-size: 10px;
    font-weight: 700;
  }

  .tb-time-two {
    display: none;
  }

  .table tbody th {
    font-size: 11px;
    font-weight: 400;
  }

  th img {
    max-width: 52px;
    max-height: 18px
  }

  .tb-avatar,
  .tb-game,
  .tb-date {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {

  ::-webkit-scrollbar {
    background-color: var(--transparent);
    width: 2px;
    height: 2px;
  }

  .card-header {
    padding: 15px 20px 0px 20px;
  }

  .card h5 {
    font-size: 16px;
  }

  .select-panel select {
    font-weight: var(--font-weight-2);
    font-size: 13px;
  }

  .table thead th {
    font-size: 10px;
    font-weight: 600;
  }

  .tb-time-two {
    display: none;
  }

  .table tbody th {
    font-size: 12px;
    font-weight: 400;
  }

  th img {
    max-width: 55px;
    max-height: 22px
  }
}

@media (min-width: 1500px) {

  ::-webkit-scrollbar {
    background-color: var(--transparent);
    width: 2px;
    height: 2px;
  }

  .card-header {
    padding: 15px 20px 0px 20px;
  }

  .card h5 {
    font-size: 16px;
  }

  .select-panel select {
    font-weight: var(--font-weight-2);
    font-size: 13px;
  }

  .table thead th {
    font-size: 12px;
    font-weight: 700;
  }

  .table tbody th {
    font-size: 12px;
    font-weight: 400;
  }

  th img {
    max-width: 50px;
    max-height: 22px;
  }
}

#notes {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 60px;
  right: 0;
  text-align: center;
  align-items: center;
  top: 75px;
  cursor: default;
  transition: height .15s ease-in-out;
  -webkit-transition: height .15s ease-in-out;
  pointer-events: none;
  z-index: 1000;
}

#notes .note-item {
  max-height: 12em;
  border-radius: 8px;
  opacity: 1;
  will-change: opacity, transform;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  z-index: 1002;
  pointer-events: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font: inherit;
  line-height: 1.25em;
  color: #fff;
  margin: 0 auto 3px auto;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  padding: .75em 1em;
}

@media all and (max-width: 30em) {
  #notes .note-item {
    width: 75vw;
    max-width: none;
  }
}

#notes .note-item[data-show="false"] {
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  margin-bottom: 0;
}

#notes .note-item[data-type="info"] {
  background-color: #1b2027;
  color: #6080ff;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#notes .note-item[data-type="warn"] {
  background-color: #1b2027;
  color: #ffb064;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

#notes .note-item[data-type="error"] {
  background-color: #1b2027;
  color: #ff4040;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

#notes .note-item[data-type="success"] {
  background-color: #1b2027;
  color: var(--text-custom);
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

#notes .note-item .note-item-text {
  flex: auto;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  padding-right: .5em;
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}

#notes .note-item .note-item-btn {
  width: 0.25em;
  height: 0.75em;
  position: absolute;
  right: 8px;
  bottom: 15px;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTguMyw1LjcxTDE4LjMsNS43MWMtMC4zOS0wLjM5LTEuMDItMC4zOS0xLjQxLDBMMTIsMTAuNTlMNy4xMSw1LjdjLTAuMzktMC4zOS0xLjAyLTAuMzktMS40MSwwbDAsMCBjLTAuMzksMC4zOS0wLjM5LDEuMDIsMCwxLjQxTDEwLjU5LDEyTDUuNywxNi44OWMtMC4zOSwwLjM5LTAuMzksMS4wMiwwLDEuNDFoMGMwLjM5LDAuMzksMS4wMiwwLjM5LDEuNDEsMEwxMiwxMy40MWw0Ljg5LDQuODkgYzAuMzksMC4zOSwxLjAyLDAuMzksMS40MSwwbDAsMGMwLjM5LTAuMzksMC4zOS0xLjAyLDAtMS40MUwxMy40MSwxMmw0Ljg5LTQuODlDMTguNjgsNi43MywxOC42OCw2LjA5LDE4LjMsNS43MXoiLz48L3N2Zz4=) no-repeat 0 0/contain;
  transition: opacity .2s;
  -webkit-transition: opacity .2s;
}

#notes .note-item .note-item-btn:hover {
  opacity: .6 !important;
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
    -webkit-transform: translate3d(-1px, 0, 0);
    -ms-transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0 0);
    -webkit-transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
    -webkit-transform: translate3d(-4px, 0, 0);
    -ms-transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
    -webkit-transform: translate3d(4px, 0, 0);
    -ms-transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes shake {

  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0) t;
  }

  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
  }
}

.nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.portfolio-wrap {
  margin-top: -11px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.card h3 {
  font-size: 12px;
}

@media (max-width: 575.98px) {
  .card h9 {
    font-weight: var(--font-weight-2);
    font-size: 14px;
  }
}

@media (min-width: 575.98px) {
  .card h9 {
    font-weight: 900;
    font-size: 14px;
  }
}

h9 {
  display: block;
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

h9,
.h9 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

h9,
.h9 {
  font-size: 1.1rem;
}

a,
div,
h9,
p,
span {
  text-shadow: none;
}

h9 {
  color: var(--text-default);
  margin-top: 0;
  margin-bottom: .5rem;
}

.player-block .avatar {
  width: 60px;
  height: 60px;
  line-height: 2rem;
  margin-left: 3px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  pointer-events: none;
  box-shadow: 0 0 0 2px rgb(244 166 51);
}

.mr-3,
.mx-3 {
  margin-right: 20px !important;
}

.player-block .media-body p.text-uppercase.font-weight-bold.text-gold-dark {
  font-size: .8rem;
}

.text-uppercase {
  letter-spacing: .1em;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

p {
  line-height: 1.7;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-body {
  padding: 1.25rem;
}

.donater-body {
  padding: 7px;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 4px;
}

h5,
.h5 {
  font-size: 1.1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  font-family: inherit;
  font-weight: 700;
  color: inherit;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden !important;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.player-block .media-body p {
  margin-top: -12px;
}

.text-gold-dark {
  color: #f4a633;
}

.poshelnahuidolbaeb {
  display: none;
}

.card_menu {
  border: 0px solid transparent;
  border-radius: 8px;
  position: relative;
  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;
  background-color: var(--card);
}

/* IziToast */

.izi_toast_custom {
  font-weight: 500 !important;
  backdrop-filter: blur(10px);
  height: 60px !important;
  top: 5px !important;
}

.iziToast,
.iziToast-rtl {
  font-family: "SF Pro Display" !important;
}

.iziToast>.iziToast-body .iziToast-message {
  font-weight: 400 !important;
}

.iziToast>.iziToast-body .iziToast-icon {
  margin-top: -14px !important;
  width: 24px !important;
  height: 24px !important;
}

.iziToast>.iziToast-body .iziToast-texts {
  padding-left: 5px !important;
}

.iziToast:after {
  box-shadow: none !important;
}

/* Scroll */

::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  background-color: var(--span);
}

::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: var(--span);
  background-color: var(--span);
}

::-webkit-scrollbar-track {
  border-width: 0;
}

::-webkit-scrollbar-track:hover {
  background-color: var(--grey);
}

/* Selection */

::selection {
  background-color: var(--span-low);
  color: var(--span);
}

::-moz-selection {
  background-color: var(--span-low);
  color: var(--span);
}

::-o-selection {
  background-color: var(--span-low);
  color: var(--span);
}

::-ms-selection {
  background-color: var(--span-low);
  color: var(--span);
}

::-webkit-selection {
  background-color: var(--span-low);
  color: var(--span);
}

.table-active {
  color: var(--text-default);
  background-color: var(--span);
  transition: 0.3s;
}

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

.span_color {
  color: var(--span) !important;
  fill: var(--span) !important;
}

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

.hideinfo {
  filter: blur(5px);
  transition: 0.7s;
  cursor: pointer;
}

.stopblur {
  filter: none;
  transition: 0.7s;
  cursor: pointer;
  color: var(--text-default) !important;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  scrollbar-width: none;
}

.scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
}

.no_pdb {
  padding-bottom: 0 !important;
}

/* SELECT PANEL */

.select-panel-table {
  display: inline-block;
  margin-top: 16px;
}

select {
  z-index: 3;
  float: left;
}

.custom-select-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  user-select: none;
  cursor: pointer;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  /* overflow: hidden; */
}

.custom-select-trigger {
  position: relative;
  display: block;
  min-width: 130px;
  padding: 0 104px 0 15px;
  font-weight: 400;
  color: var(--span);
  line-height: 50px;
  background-color: var(--input-form);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-wrap: nowrap;
  overflow: hidden;
}

.custom-select-trigger:hover {
  filter: brightness(1.1);
}

.custom-select-trigger:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 25px;
  top: 3px;
  right: 50px;
  margin-top: 10px;
  border-right: 1px solid var(--transparent);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  border-bottom: 2px solid var(--text-custom);
  border-right: 2px solid var(--text-custom);
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  border-bottom: 2px solid var(--span);
  border-right: 2px solid var(--span);
}

.custom-options {
  z-index: 3;
  position: absolute;
  display: block;
  top: 100%;
  left: 0%;
  right: 0;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  overflow: auto;
  margin: 10px 0;
  border-radius: 12px;
  box-sizing: border-box;
  background: var(--navbar);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  border: 0;
  scrollbar-width: none;
  box-shadow: 0px 8px 17px 0 rgb(0 0 0 / 32%);
}

.custom-select.opened .custom-options {
  opacity: 1;
  z-index: 3;
  visibility: visible;
  pointer-events: all;
  transform: translateY(-3px);
  scrollbar-width: none;
}

.option-hover:before {
  background: #f9f9f9;
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-custom);
  line-height: 47px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.custom-option:first-of-type {
  border-radius: 12px 12px 0 0;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 12px 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  text-wrap: nowrap;
}

.custom-option:hover,
.custom-option.selection {
  color: var(--span);
  background-color: var(--transparent);
  text-wrap: nowrap;
}

/* INPUT FORMS, SELECT*/
.input-form label svg {
  width: 11px;
  fill: var(--text-custom);
}

.input-form input {
  font-size: 13px;
  padding: 15px 14px;
  color: var(--span);
  background-color: var(--input-form);
  border-radius: 12px;
  width: 100%;
  transition: 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 3px solid transparent;
}

.input-form input:disabled,
.input-form input[readonly] {
  background-color: var(--input-form);
  opacity: 1;
}

.input-form input:focus {
  outline: 3px solid var(--span);
  transition: 0.3s;
}

.border-checkbox {
  display: none;
}

.border-checkbox:checked+.border-checkbox-label:after {
  opacity: 1;
  transition: all 0.2s ease;
  transform: scale(1);
  background-color: var(--span);
}

.border-checkbox:checked+.border-checkbox-label:before {
  border: 2px solid var(--span);
}

.input-form .border-checkbox-label {
  display: flex;
  position: relative;
  width: 100%;
  cursor: pointer;
  line-height: 22px;
  color: var(--text-custom);
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  justify-content: flex-start;
  padding-right: 30px;
}

.input-form .border-checkbox-label:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 5px;
  top: 7px;
  -webkit-mask: url(/storage/cache/img/icons/check.svg) no-repeat 50% 50%;
  background-color: var(--button);
  -webkit-mask-size: cover;
  transition: all 0.2s ease;
}

.input-form .border-checkbox-label:before {
  content: "";
  background-color: transparent;
  border: 2px solid var(--button);
  border-radius: 4px;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 0;
  top: 2px;
  transition: all .2s ease;
}

.border-checkbox {
  display: none;
}

.border-checkbox:disabled~.border-checkbox-label {
  cursor: no-drop;
  color: var(--text-custom);
}

.input_wrapper input {
  flex: 1;
  box-sizing: border-box;
  color: var(--text-custom) !important;
  transition: 0.3s;
  z-index: 1;
  color-scheme: dark;
}

.input_wrapper {
  display: flex;
  position: relative;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0.3s;
  -webkit-outline: 2px solid var(--span) !important;
}

input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:-webkit-autofill {
  -webkit-text-fill-color: var(--span) !important;
}

.text-field__icon {
  position: relative;
}

.text-field__icon .input-form input {
  padding-right: 2.5rem;
}

::-webkit-input-placeholder {
  color: var(--text-custom);
  opacity: 0.5;
  transition: 0.3s;
  font-weight: 400;
}

:-moz-placeholder {
  color: var(--text-custom);
  opacity: 0.5;
}

::-moz-placeholder {
  color: var(--text-custom);
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: var(--text-custom);
  opacity: 0.5;
}

.text-field__aicon {
  display: flex;
  border-radius: 12px;
  width: 52px;
  padding: 15px;
  cursor: pointer;
  fill: var(--text-custom);
  transition: 0.3s;
  background-color: var(--input-form);
  align-items: center;
  justify-content: center;
}

.text-field__aicon:hover {
  filter: brightness(1.1);
  fill: var(--span);
}

.input-form .input_text {
  display: flex;
  color: var(--text-custom);
  font-size: 14px;
  text-align: left;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}

.input-form .input_text svg {
  width: 12px;
  height: 12px;
  fill: var(--text-custom);
}

.fix_input {
  gap: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.input-form select {
  display: flex;
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
  color: var(--span);
  background-color: var(--grey);
  height: 50px;
  border-radius: 12px;
  outline: none;
  padding: 0 20px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  align-items: center;
  transition: 0.3s;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select:not([multiple]) {
  padding-right: 1.2em;
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) 1.35em;
  background-size: 0.8em auto;
  background-blend-mode: overlay;
  background-image: url("/storage/cache/img/icons/arr.svg");
}

/* СЃРєСЂРѕРµС‚ РёРєРѕРЅРєСѓ СЃС‚СЂРµР»РєРё РІ IE */
select::-ms-expand {
  display: none;
}

.input-form select:focus:not([readonly]) {
  filter: brightness(1.2);
  outline: none;
}

.input-form select option {
  border: none;
  outline: none;
  background-color: var(--bg-table);
  font-weight: 600;
  color: var(--span);
}

.badge img {
  filter: invert(var(--svg));
}

textarea {
  width: 100%;
  min-height: 100px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 3px solid transparent;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  color: var(--span);
  border-radius: 12px;
  background-color: var(--input-form);
  font-size: 16px;
  resize: none;
  cursor: text;
  transition: border 0.25s;
}

textarea:focus {
  border: 3px solid var(--span);
}

/* input type number */

.number {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
}

.number input[type="number"] {
  font-size: 13px;
  padding: 15px 14px;
  color: var(--span);
  background-color: var(--input-form);
  border-radius: 12px;
  width: 100%;
  transition: 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 3px solid transparent;
}

.number input[type="number"]:focus {
  outline: 3px solid var(--span);
  transition: 0.3s;
}

.number input[type="number"]::-webkit-outer-spin-button,
.number input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

.number-minus,
.number-plus {
  display: flex !important;
  position: absolute;
  width: 35px;
  height: 35px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--transparent);
  color: var(--text-custom);
  cursor: pointer;
  transition: 0.3s;
  backdrop-filter: blur(10px);
  z-index: 2;
}

.number-minus:hover,
.number-plus:hover {
  background: var(--button);
}

.number-plus {
  right: 45px;
}

.number-minus {
  right: 7px;
}

/* buttons */

@media (max-width: 767.9px) {
  .btn {
    font-weight: 500;
    font-size: 14px;
    width: max-content;
    color: var(--text-default-invert);
    background-color: var(--span);
    border: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    text-align: center;
    line-height: normal;
    vertical-align: middle;
    user-select: none;
    outline: 1px solid transparent;
    border-radius: 8px;
    padding: 10px 15px;
    transition: 0.2s ease-in-out;
  }

  .btn:hover {
    cursor: pointer;
    background-color: transparent;
    color: var(--span);
    outline: 1px solid var(--span);
  }

  .btn svg {
    width: 12px;
    height: auto;
    fill: var(--span);
    transition: 0.3s;
  }

  .btn:hover svg {
    fill: var(--text-default-invert);
  }

  .btn_delete {
    float: right;
    background: rgb(255 73 64 / 10%) !important;
    color: var(--red) !important;
    transition: 0.3s;
  }

  .btn_delete svg {
    fill: var(--red);
    transition: 0.3s;
  }

  .btn_delete:hover {
    filter: none !important;
    background: rgb(255 73 64 / 15%) !important;
    transition: 0.3s;
  }

  .btn_delete:hover svg {
    fill: var(--text-default);
  }
}

@media (min-width: 768px) {
  .btn {
    font-weight: 500;
    font-size: 16px;
    width: max-content;
    color: var(--text-default-invert);
    background-color: var(--span);
    border: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    text-align: center;
    line-height: normal;
    vertical-align: middle;
    user-select: none;
    outline: 1px solid transparent;
    border-radius: 8px;
    padding: 10px 20px;
    transition: 0.2s ease-in-out;
  }

  .btn:hover {
    cursor: pointer;
    background-color: transparent;
    color: var(--span);
    outline: 1px solid var(--span);
  }

  .btn svg {
    width: 12px;
    height: auto;
    fill: var(--span);
    transition: 0.3s;
  }

  .btn:hover svg {
    fill: var(--text-default-invert);
  }

  .btn_delete {
    float: right;
    background: rgb(255 73 64 / 10%) !important;
    color: var(--red) !important;
    transition: 0.3s;
  }

  .btn_delete svg {
    fill: var(--red);
    transition: 0.3s;
  }

  .btn_delete:hover {
    filter: none !important;
    background: rgb(255 73 64 / 15%) !important;
    transition: 0.3s;
  }

  .btn_delete:hover svg {
    fill: var(--text-default);
  }
}

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

.btn_settings {
  height: 35px;
  width: 35px;
  display: flex;
  cursor: pointer;
  padding: 6px;
  background: transparent;
  border: 2px solid var(--span);
  color: var(--span);
  border-radius: 6px;
  word-wrap: break-word;
  transition: 0.3s;
  justify-content: center;
  align-items: center;
}

.table_button {
  display: flex;
  justify-content: flex-end;
}

.btn_settings:hover,
.btn_settings:focus {
  cursor: pointer;
  background-color: var(--span);
  color: var(--text-default);
}

.btn_settings svg {
  width: 16px;
  height: 16px;
  fill: var(--span);
  transition: 0.3s;
}

.btn_settings:hover svg {
  fill: var(--bg);
  transition: 0.3s;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt10 {
  margin-top: 10px;
}

.pb0 {
  padding-bottom: 0px !important;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.server_form {
  z-index: 10000 !important;
  overflow-y: auto !important;
}

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

.modal-window .card {
  border-radius: 16px;
  background: var(--card);
  box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 16%);
}

.modal-window>div {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--card);
}

.modal-close {
  float: right;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: 0.3s;
  cursor: pointer;
}

.modal-close svg {
  width: 20px;
  height: 20px;
  fill: var(--text-custom);
  transition: 0.3s;
}

.modal-close:hover svg {
  width: 20px;
  height: 20px;
  fill: var(--text-default);
}

tr th a:hover .card_info_block {
  position: absolute;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: -200px;
}

@media (max-width: 578px) {
  .global-container {
    margin-left: 0;
  }

  .sidebar-collapse .global-container {
    min-height: calc(100vh - 80px);
  }
}

.table thead th {
  border-bottom: 1px solid var(--bottom-line-table);
}

#notes {
  z-index: 200;
}

.pagination {
  margin: 10px;
  display: flex;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.button_pagination {
  display: flex;
  height: 40px;
  width: 40px;
  padding: 0px 15px;
  background: var(--span-low);
  border-radius: 25px;
  font-weight: 400;
  transition: 0.3s;
  color: var(--span);
  font-size: 12px;
  justify-content: center;
  align-items: center;
}

.button_pagination svg {
  width: 12px;
  height: 12px;
  fill: var(--span);
}

.button_pagination.current.active {
  background: var(--span);
  font-weight: 700;
  color: var(--text-default-invert);
  cursor: default;
  -webkit-user-drag: none;
  user-select: none;
}

.button_pagination.current.disabled {
  background: var(--transparent);
  pointer-events: none;
}

.current:hover {
  background: var(--span-middle);
  color: var(--span);
  opacity: 1;
}

.player-block {
  background-color: #000;
  margin-left: 10px;
  margin-right: 11px;
  margin-bottom: 1px;
  transition: 0.5s;
}

.player-block:hover {
  background-color: var(--hover);
  cursor: pointer;
  -webkit-transform: translateX(3px) !important;
  transform: translateX(3px) !important;
}

th.text-center.lrweb_table {
  font-size: 12px;
  text-transform: none;
  color: var(--text-custom);
}

th.text-center.lrweb_table svg {
  width: 12px;
  height: auto;
  fill: var(--red);
}

.tippy-arrow:before {
  display: none;
}

.header_page_cstom {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-custom);
}

/* USER NOTIFICATIONS */

@media (max-width: 768px) {
  .notify {
    cursor: pointer;
  }

  .notify svg {
    fill: #757b8c;
  }

  .no_notify {
    display: flex;
    flex-direction: row;
    opacity: 0.5;
    color: var(--text-custom);
    height: 50px;
    justify-content: center;
    font-size: 16px;
    align-items: center;
    margin-bottom: 5px;
  }
}

@media (min-width: 769px) {
  .notify {
    cursor: pointer;
  }

  .notify svg {
    fill: #757b8c;
  }

  .no_notify {
    display: flex;
    flex-direction: row;
    opacity: 0.5;
    color: var(--text-custom);
    height: 50px;
    justify-content: center;
    font-size: 16px;
    align-items: center;
    margin-bottom: 5px;
  }
}

/* MOBILE VERSION */

@media (max-width: 578px) {
  .user__avatar {
    display: flex;
    position: relative;
    height: 51px;
    width: 51px;
    border-radius: 12px;
    overflow: hidden;
  }

  .nav_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: var(--navbar);
    box-shadow: inset 0 -2px 0 0 rgb(255 255 255 / 1%);
    z-index: 3;
  }

  .navbar_menu_left {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .secondary_btn {
    display: flex;
    gap: 10px;
    padding: 0 15px;
    height: 41px;
    background: var(--button);
    border-radius: 8px;
    font-weight: 500;
    justify-content: center;
    font-size: 12px;
    line-height: normal;
    color: var(--text-custom);
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
  }

  .secondary_btn svg {
    width: 13px;
    height: 13px;
    fill: var(--text-custom);
    transition: 0.3s;
  }

  .secondary_btn:hover svg {
    fill: var(--text-custom);
  }

  .secondary_btn:hover {
    filter: brightness(1.2);
  }

  .navbar::before {
    border-radius: 16px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: -1;
  }

  .tippy-box[data-theme~="neo"] {
    background-color: var(--tooltip);
    color: var(--text-custom);
    border-radius: 8px;
    border: 1px solid var(--transparent);
    font-size: 11px;
    font-weight: 500;
    padding: 7px 14px;
    backdrop-filter: blur(10px);
  }
}

/* PC VERSION */

@media (min-width: 579px) {
  .user__avatar {
    display: flex;
    position: relative;
    height: 51px;
    width: 51px;
    border-radius: 12px;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
  }

  .navbar_menu_left {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .nav_sitename {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    font-size: 22px;
    font-weight: 600;
    font-family: "Unbounded";
    text-transform: uppercase;
    color: var(--text-default);
  }

  .secondary_btn {
    display: flex;
    gap: 10px;
    padding: 0 15px;
    height: 41px;
    background: var(--button);
    border-radius: 8px;
    font-weight: 500;
    justify-content: center;
    font-size: 14px;
    line-height: normal;
    color: var(--text-custom);
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
  }

  .secondary_btn svg {
    width: 16px;
    height: 16px;
    fill: var(--text-custom);
    transition: 0.3s;
  }

  .secondary_btn:hover {
    filter: brightness(1.2);
  }

  .navbar::before {
    border-radius: 16px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: -1;
  }

  .tippy-box[data-theme~="neo"] {
    background-color: var(--tooltip);
    color: var(--text-custom);
    border-radius: 8px;
    border: 1px solid var(--transparent);
    font-size: 11px;
    font-weight: 500;
    padding: 7px 14px;
    backdrop-filter: blur(10px);
  }
}

/* Footer site */

@media (max-width: 575.98px) {
  .footer_links {
    display: none;
  }

  .footer_bg {
    display: flex;
    position: absolute;
    height: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--navbar);
  }

.footer_fluid {
    width: 100%;
    flex: 0 0 auto;
    padding-inline: 7px;
}

  .footer_body {
    display: flex;
  }

.footer_global {
    margin-inline: auto;
    margin-bottom: .5rem;
    border-radius: var(--br-16);
    height: auto;
    max-width: 1366px;
    width: 100%;
    z-index: 0;
    padding: 1rem 1.5rem;
    background-color: var(--card);
    display: flex;
    flex-direction: column;
    gap: .3rem;
    position: relative;
}

  .social_buttons {
    display: flex;
    flex-direction: row;
    transition: 0.3s;
    gap: 10px;
    align-items: center;
  }

  .social_but {
    display: flex;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }

  .social_but svg {
    width: 18px;
    height: 18px;
    fill: var(--text-custom);
    transition: 0.3s;
  }

  .social_but:hover {
    filter: brightness(1.2);
  }

  .left_footer {
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 100%;
    justify-content: space-between;
  }

  .left_footer>div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }

  .left_footer>div p {
    line-height: 1.5em;
    font-size: 10px;
    max-width: 200px;
    font-weight: 400;
    color: var(--text-default);
    opacity: 0.5;
    margin: 0;
  }

  .dropup.type-footer {
    background: var(--navbar);
    box-shadow: 0px 8px 17px 0 rgb(0 0 0 / 32%);
    backdrop-filter: blur(6px);
    width: max-content;
    display: flex;
    flex-direction: column;
    top: auto;
    bottom: calc(100% + 10px);
    border-radius: 12px;
    padding: 5px;
    gap: 5px;
  }

  .dropup {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background: #11171f;
    border-radius: 4px;
    z-index: 2;
    width: 254px;
  }

  .dropup.type-footer li {
    display: flex;
    align-items: center;
    color: var(--text-custom);
    font-size: 14px;
    font-weight: 400;
    transition: all 0.2s ease;
  }

  .dropup li,
  .dropup li span {
    transition: all 0.3s ease;
  }

  .dropup li {
    padding: 12px;
    background: var(--transparent);
    font-weight: 500;
    font-size: 16px;
    justify-content: flex-start;
    width: 100%;
    cursor: pointer;
    border-radius: 7px;
  }

  .dropup li:hover {
    background: var(--bg-table);
    color: var(--span);
  }

  .dropup.type-footer img {
    width: 16px;
    height: 16px;
    border-radius: 25px;
    margin-right: 10px;
  }

  .dropup li svg {
    margin-right: 10px;
  }

  .footer-lang {
    padding: 12px;
    border-radius: 8px;
    background: var(--grey);
    grid-gap: 12px;
    gap: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .footer-lang__current {
    color: var(--text-custom);
    font-size: 14px;
    font-weight: 600;
    grid-gap: 8px;
    gap: 8px;
    display: flex;
    align-items: center;
  }

  .footer-lang__current img {
    width: 16px;
    height: 16px;
    border-radius: 25px;
  }

  .showed_lang {
    fill: var(--span) !important;
  }

  .footer-lang svg {
    fill: var(--text-custom);
    width: 12px;
    height: 12px;
    transition: all 0.2s;
    transform: rotate(180deg);
  }

  .modal-enter {
    opacity: 0;
    -webkit-transform: scale(0.95);
    visibility: visible;
    transform: scale(0.95);
  }

  .modal-enter-active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.2s;
  }

  .modal-exit-active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
  }

  .footer-lang__wrapper {
    display: block;
    position: relative;
  }

  .footer_sitename {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    opacity: 0.5;
    font-size: 1em;
    color: var(--text-custom);
    font-weight: 600;
    font-family: "Unbounded";
    text-transform: uppercase;
    transition: 0.3s;
  }

  .footer_sitename:hover {
    opacity: 1;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .footer_links {
    display: none;
  }

  .left_footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .footer_bg {
    display: flex;
    position: absolute;
    height: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--navbar);
  }

.footer_fluid {
    width: 100%;
    flex: 0 0 auto;
    padding-inline: 7px;
}

  .footer_body {
    display: flex;
  }

 .footer_global {
    margin-inline: auto;
    margin-bottom: .5rem;
    border-radius: var(--br-16);
    height: auto;
    max-width: 1366px;
    width: 100%;
    z-index: 0;
    padding: 1rem 1.5rem;
    background-color: var(--card);
    display: flex;
    flex-direction: column;
    gap: .3rem;
    position: relative;
}

  .social_buttons {
    display: flex;
    flex-direction: row;
    transition: 0.3s;
    gap: 10px;
    align-items: center;
  }

  .social_but {
    display: flex;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }

  .social_but svg {
    width: 18px;
    height: 18px;
    fill: var(--text-custom);
    transition: 0.3s;
  }

  .social_but:hover {
    filter: brightness(1.2);
  }

  .left_footer {
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 100%;
    justify-content: space-between;
  }

  .left_footer>div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }

  .left_footer>div p {
    line-height: 1.5em;
    font-size: 12px;
    max-width: 250px;
    font-weight: 400;
    color: var(--text-default);
    opacity: 0.5;
    margin: 0;
  }

  .dropup.type-footer {
    background: var(--navbar);
    box-shadow: 0px 8px 17px 0 rgb(0 0 0 / 32%);
    backdrop-filter: blur(6px);
    width: max-content;
    display: flex;
    flex-direction: column;
    top: auto;
    bottom: calc(100% + 10px);
    border-radius: 12px;
    padding: 5px;
    gap: 5px;
  }

  .dropup {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background: #11171f;
    border-radius: 4px;
    z-index: 2;
    width: 254px;
  }

  .dropup.type-footer li {
    display: flex;
    align-items: center;
    color: var(--text-custom);
    font-size: 14px;
    font-weight: 400;
    transition: all 0.2s ease;
  }

  .dropup li,
  .dropup li span {
    transition: all 0.3s ease;
  }

  .dropup li {
    padding: 12px;
    background: var(--transparent);
    font-weight: 500;
    font-size: 16px;
    justify-content: flex-start;
    width: 100%;
    cursor: pointer;
    border-radius: 7px;
  }

  .dropup li:hover {
    background: var(--bg-table);
    color: var(--span);
  }

  .dropup.type-footer img {
    width: 16px;
    height: 16px;
    border-radius: 25px;
    margin-right: 10px;
  }

  .dropup li svg {
    margin-right: 10px;
  }

  .footer-lang {
    padding: 12px;
    border-radius: 8px;
    background: var(--grey);
    grid-gap: 12px;
    gap: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .footer-lang__current {
    color: var(--text-custom);
    font-size: 14px;
    font-weight: 600;
    grid-gap: 8px;
    gap: 8px;
    display: flex;
    align-items: center;
  }

  .footer-lang__current img {
    width: 16px;
    height: 16px;
    border-radius: 25px;
  }

  .showed_lang {
    fill: var(--span) !important;
  }

  .footer-lang svg {
    fill: var(--text-custom);
    width: 12px;
    height: 12px;
    transition: all 0.2s;
    transform: rotate(180deg);
  }

  .modal-enter {
    opacity: 0;
    -webkit-transform: scale(0.95);
    visibility: visible;
    transform: scale(0.95);
  }

  .modal-enter-active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.2s;
  }

  .modal-exit-active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
  }

  .footer-lang__wrapper {
    display: block;
    position: relative;
  }

  .footer_sitename {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    opacity: 0.5;
    font-size: 1em;
    color: var(--text-custom);
    font-weight: 600;
    font-family: "Unbounded";
    text-transform: uppercase;
    transition: 0.3s;
  }

  .footer_sitename:hover {
    opacity: 1;
  }
}

@media (min-width: 769px) {
  .footer_links {
    width: auto;
  }

  .footer_bg {
    display: flex;
    position: absolute;
    height: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--navbar);
  }

.footer_fluid {
    width: 100%;
    flex: 0 0 auto;
    padding-inline: 7px;
}

  .footer_body {
    display: flex;
  }

.footer_global {
    margin-inline: auto;
    margin-bottom: .5rem;
    border-radius: var(--br-16);
    height: auto;
    max-width: 1366px;
    width: 100%;
    z-index: 0;
    padding: 1rem 1.5rem;
    background-color: var(--card);
    display: flex
;
    flex-direction: column;
    gap: .3rem;
    position: relative;
}

  .footer_links ul {
    display: grid;
    grid-template-columns: repeat(2, 3fr);
    align-items: flex-start;
    justify-content: center;
    width: max-content;
    gap: 0.6em 2.5em;
  }

  .footer_links a {
    color: var(--text-custom);
    font-size: 14px;
    font-weight: normal;
    transition: 0.3s;
    line-height: normal;
  }

  .footer_links a:hover {
    color: var(--span);
  }

  .social_buttons {
    display: flex;
    flex-direction: row;
    transition: 0.3s;
    gap: 15px;
    width: max-content;
    align-items: center;
  }

  .social_but {
    display: flex;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }

  .social_but svg {
    width: 22px;
    height: 22px;
    fill: var(--text-custom);
    transition: 0.3s;
  }

  .social_but:hover {
    filter: brightness(1.2);
  }

  .left_footer {
    display: flex;
    flex-direction: row;
    gap: 2.5em;
  }

  .left_footer>div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }

  .left_footer>div p {
    line-height: 1.5em;
    font-size: 12px;
    max-width: 250px;
    font-weight: 400;
    color: var(--text-default);
    opacity: 0.5;
    margin: 0;
  }

  .dropup.type-footer {
    background: var(--navbar);
    box-shadow: 0px 8px 17px 0 rgb(0 0 0 / 32%);
    backdrop-filter: blur(6px);
    width: max-content;
    display: flex;
    flex-direction: column;
    top: auto;
    bottom: calc(100% + 10px);
    border-radius: 12px;
    padding: 5px;
    overflow: hidden;
    gap: 5px;
  }

  .dropup {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background: #11171f;
    border-radius: 4px;
    z-index: 2;
    width: 254px;
  }

  .dropup.type-footer li {
    display: flex;
    align-items: center;
    color: var(--text-custom);
    font-size: 14px;
    font-weight: 400;
    transition: all 0.2s ease;
  }

  .dropup li,
  .dropup li span {
    transition: all 0.3s ease;
  }

  .dropup li {
    padding: 12px;
    background: var(--transparent);
    font-weight: 500;
    font-size: 16px;
    justify-content: flex-start;
    width: 100%;
    cursor: pointer;
    border-radius: 7px;
  }

  .dropup li:hover {
    background: var(--bg-table);
    color: var(--span);
  }

  .dropup.type-footer img {
    width: 16px;
    height: 16px;
    border-radius: 25px;
    margin-right: 10px;
  }

  .dropup li svg {
    margin-right: 10px;
  }

  .footer-lang {
    padding: 12px;
    border-radius: 8px;
    background: var(--grey);
    grid-gap: 12px;
    gap: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .footer-lang__current {
    color: var(--text-custom);
    font-size: 14px;
    font-weight: 600;
    grid-gap: 8px;
    gap: 8px;
    display: flex;
    align-items: center;
  }

  .footer-lang__current img {
    width: 16px;
    height: 16px;
    border-radius: 25px;
  }

  .showed_lang {
    fill: var(--span) !important;
  }

  .footer-lang svg {
    fill: var(--text-custom);
    width: 12px;
    height: 12px;
    transition: all 0.2s;
    transform: rotate(180deg);
  }

  .modal-enter {
    opacity: 0;
    -webkit-transform: scale(0.95);
    visibility: hidden;
    transform: scale(0.95);
  }

  .modal-enter-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.2s;
  }

  .modal-exit-active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
  }

  .footer-lang__wrapper {
    display: block;
    position: relative;
  }

  .footer_sitename {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    opacity: 0.5;
    font-size: 1.2em;
    color: var(--text-custom);
    font-weight: 600;
    font-family: "Unbounded";
    text-transform: uppercase;
    transition: 0.3s;
  }

  .footer_sitename:hover {
    opacity: 1;
  }
}

/* SEARCH PLAYERS */

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

@media (max-width: 1079px) {
  .search-icon {
    display: none;
  }
}

@media (min-width: 769px) {
  .search_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    padding: 10px 6px;
  }
}

/* NAVIGATION MENU */

@media (max-width: 1079px) {
  .drpdwn_menu {
    display: none;
  }

  .header_burger {
    display: block;
    position: relative;
    width: 18px;
    height: 20px;
    cursor: pointer;
    margin-left: 10px;
  }

  .header_burger:before,
  .header_burger:after {
    content: "";
    background-color: var(--span);
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 15px;
    left: 0;
    transition: all 0.3s ease 0s;
  }

  .header_burger:before {
    top: 0;
  }

  .header_burger:after {
    bottom: 1px;
  }

  .header_burger span {
    position: absolute;
    background-color: var(--span);
    left: 0;
    width: 61%;
    height: 3px;
    border-radius: 15px;
    top: 8px;
    transition: all 0.3s ease 0s;
  }

  .header_burger.mmactive:before {
    transform: rotate(45deg);
    top: 8px;
  }

  .header_burger.mmactive:after {
    transform: rotate(-45deg);
    bottom: 9px;
  }

  .header_burger.mmactive span {
    transform: scale(0);
  }

  .nav_header_menu {
    /* margin-top: 90px; */
    position: fixed;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: var(--bg);
    transition: all 0.3s ease 0s;
    overflow-x: auto;
  }

  .nav_header_menu.mmactive {
    top: 0;
    z-index: -1;
    opacity: 1;
    visibility: visible;
  }

  .header_list {
    display: block;
    padding: 10px;
    margin-top: 70px;
  }

  .header_list li {
    font-weight: 700;
    text-align: left;
    width: 100%;
    padding: 15px 25px;
    border-radius: 8px;
    transition: 0.3s;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
  }

  .header_list li:hover,
  .header_list li:focus {
    background-color: var(--bottom-line-table);
    color: var(--span);
  }

  .header_list a {
    color: var(--text-custom);
    transition: 0.3s;
  }

  .header_list a:hover {
    color: var(--span);
    opacity: 1;
  }

  html.poshelnahuiscroll {
    overflow: hidden;
  }

  .no_scroll {
    scrollbar-width: none;
  }

  .nav_sitename {
    display: none;
  }
}

@media (min-width: 1080px) {
  .dropbtn {
    display: flex;
    background: transparent;
    padding: 15px 20px;
    border-radius: 12px;
    gap: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    align-items: center;
    flex-direction: row;
  }

  .dropbtn.active_btn {
    transition: all 0.3s ease;
    background: #ff1b4d14;
  }

  .dropbtn.active_btn .desc_nav_item {
    color: var(--purple);
    transition: all 0.3s ease;
  }

  .dropbtn.active_btn svg {
    fill: var(--purple);
    opacity: 1;
  }

  .dropbtn.active_btn:hover {
    background: #ff1b4d26;
  }

  .dropbtn.active_btn:hover .desc_nav_item {
    color: var(--purple);
  }

  .dropbtn.active_btn:hover svg {
    fill: var(--purple);
  }

  .dropbtn svg {
    width: 18px;
    height: 18px;
    fill: var(--text-custom);
    transition: all 0.3s ease;
  }

  .dropbtn:hover {
    background: var(--span-low);
  }

  .dropbtn:hover svg {
    fill: var(--span);
  }

  .dropbtn img {
    border-radius: 2px;
    outline: none;
    border: none;
    width: 20px;
    margin-right: 5px;
  }

  .dropdown {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
  }

  .drpdwn_menu {
    display: flex;
    gap: 5px;
    flex-direction: row;
  }

  .header_burger {
    display: none;
  }

  .nav_header_menu {
    display: none;
  }

  .header_list {
    display: none;
  }
}

.modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(22 22 22 / 69%);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.navbar_usermenu {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}

.search_players {
  width: 300px;
  position: relative;
  transition: 0.3s;
  height: max-content;
}

.navbar {
  display: flex;
  align-items: center;
  z-index: 104;
  height: 63px;
  position: sticky;
  margin-top: -10px;
  top: 10px;
  white-space: nowrap;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 5px;
  background: var(--navbar);
  border: 1px solid var(--bottom-line-table);
  border-radius: 16px;
  margin-left: -10px;
  margin-right: -10px;
}

.nav_devider {
  height: 20px;
  width: 1px;
  background: var(--bottom-line-table);
  opacity: 0.5;
}

.social_nav {
  background: transparent;
  border: 1px solid var(--bottom-line-table);
  height: 40px;
  padding: 0 13px;
  border-radius: 10px;
}

span.nav_soc_text {
  color: var(--text-custom);
  font-size: 13px;
  -webkit-user-select: none;
  user-select: none;
}

.logo_site {
  display: flex;
  cursor: pointer;
  margin-right: 20px;
  height: 70px;
  width: 35px;
  justify-content: flex-start;
  align-items: center;
}

.logo_site svg {
  width: 30px;
  height: auto;
}

.desc_nav_item {
  /* text-transform: uppercase; */
  color: #ffffff;
  transition: 0.3s;
  top: 1px;
  position: relative;
}

.dropbtn:hover .desc_nav_item {
  color: var(--span);
}

.first_circle {
  display: block;
  position: absolute;
}

.second_circle {
  display: block;
  position: absolute;
  border-radius: 50px;
}

.first_circle svg {
  width: 5px;
  height: 5px;
  fill: var(--green);
  opacity: 1;
  border-radius: 50px;
  animation: infinite 2s linear online_dot;
}

@keyframes online_dot {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }

  50% {
    box-shadow: 0 0 0 4px rgb(133 244 121 / 10%);
  }

  100% {
    box-shadow: 0 0 0 7px transparent;
  }
}

@-webkit-keyframes online_dot {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }

  50% {
    box-shadow: 0 0 0 4px rgb(133 244 121 / 10%);
  }

  100% {
    box-shadow: 0 0 0 7px transparent;
  }
}

.second_circle svg {
  width: 13px;
  height: 13px;
  fill: var(--green);
  opacity: 0.05;
}

.general_online_signal {
  display: flex;
  height: 35px;
  width: 35px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.badge {
  display: flex;
  padding: 10px 10px 20px 10px;
  color: var(--text-custom);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  align-items: center;
  border-bottom: 1px solid var(--bottom-line-table);
}

.badge a {
  fill: var(--text-default);
  color: var(--text-default);
}

.card {
  border-radius: 16px;
}

.chips_btn {
  background: var(--bottom-line-table);
  color: var(--text-custom);
  padding: 10px 15px;
  font-weight: 500;
  border-radius: 12px;
  font-size: 14px;
  border: 2px solid transparent;
  transition: all 0.25s;
}

.chips_btn:hover {
  background: var(--bg-table);
  border: 2px solid var(--transparent);
  cursor: pointer;
}

.chips_active {
  background: var(--bg-table);
  color: var(--text-custom);
  border: 2px solid var(--text-custom);
  cursor: pointer;
  transition: all 0.25s;
}

.chips_active:hover {
    background: #ffffff;
    color: #000000;
}

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

  & .path {
    stroke: var(--text-custom);
    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;
  }
}

@media (max-width: 578px) {
.tabbar_mobile {
        display: none !important;
  }

  .tabbar_mobile a {
    display: flex;
    color: var(--text-custom);
    font-weight: 600;
    font-size: 12px;
    flex-direction: column;
    align-items: center;
    height: 80px;
    width: 100%;
    justify-content: center;
    gap: 5px;
  }

  .tabbar_mobile a svg {
    fill: var(--text-custom);
    width: 24px;
    height: 24px;
  }

  .tabbar_active {
    color: var(--span) !important;
  }

  .tabbar_active svg {
    fill: var(--span) !important;
  }
}

@media (min-width: 579px) and (max-width: 768px) {
.tabbar_mobile {
        display: none !important;
  }

  .tabbar_mobile a {
    display: flex;
    color: var(--text-custom);
    font-weight: 600;
    font-size: 12px;
    flex-direction: column;
    align-items: center;
  }

  .tabbar_mobile a svg {
    fill: var(--text-custom);
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 769px) {
  .tabbar_mobile {
    display: none;
  }
}

/* social colors */

.vk {
  color: #0077ff !important;
  fill: #0077ff !important;
}

.tg {
  color: #2aabee !important;
  fill: #2aabee !important;
}

.ds {
  color: #5865f2 !important;
  fill: #5865f2 !important;
}

.steam {
  color: #fff !important;
  fill: #fff !important;
}

.yt {
  color: #ff0000 !important;
  fill: #ff0000 !important;
}

.tt {
  color: #ff0050 !important;
  fill: #ff0050 !important;
}

.cursor_p {
  cursor: pointer;
}

.active_btn_adm {
  background: var(--span-middle);
  color: var(--span);
}

.active_btn_adm svg {
  fill: var(--span);
}

.active_btn_adm:hover {
  filter: none !important;
}

@media (max-width: 578.9px) {
  .admin_nav {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 579px) {
  .admin_nav {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.fill_width {
  flex: 1 1 calc((100% / 7) - 10px);
}

input[type="radio"] {
  height: 16px;
  width: 16px;
  aspect-ratio: 1;
  border: 2px solid var(--text-custom);
  background: radial-gradient(farthest-side, var(--span) 94%, #0000) 50% / 0 0 no-repeat content-box;
  border-radius: 24px;
  padding: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: all 0.15s ease;
}

input[type="radio"]:checked {
  border: 2px solid var(--span);
  background-color: var(--span);
  background-size: 100% 100%;
  padding: 3px;
}

input[type="radio"]:disabled {
  background: linear-gradient(#939393 0 0) 50%/100% 20% no-repeat content-box;
  opacity: 0.5;
  cursor: not-allowed;
}

@media print {
  input[type="radio"] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background: none;
  }
}

label.custom-radio {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  color: var(--text-custom);
  width: 100%;
}

#change-column-count {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

/* ERROR PAGE */

.error_content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 85px;
}

@media (max-width: 768.9px) {
  .error_content img {
    display: none;
  }
}

@media (min-width: 768.9px) {
  .error_content img {
    width: auto;
    max-height: 500px;
  }
}

.error_texts_block {
  display: flex;
  z-index: 2;
  background-color: var(--transparent);
  padding: 30px;
  border-radius: 24px;
  border: 1px solid var(--transparent);
  backdrop-filter: blur(40px);
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-left: -31px;
  width: 500px;
}

.error_code {
  font-size: 80px;
  font-family: "Unbounded";
  font-weight: 800;
  color: var(--red);
}

.description {
  width: 100%;
  font-size: 16px;
  display: flex;
  color: var(--text-custom);
  justify-content: center;
}

.error_oops {
  display: flex;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-custom);
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  height: 40px;
}

.errors_buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
}

.error_shop_btn {
  background-color: var(--money-bg);
  color: var(--money);
}

.error_arrow {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid var(--transparent);
  border-radius: 25px;
  cursor: pointer;
}

.error_arrow svg {
  width: 8px;
  height: auto;
  fill: var(--text-custom);
}

.area {
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  width: 99%;
  height: 69vh;
  z-index: -1;
}

.circles {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99%;
  height: 102%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: var(--transparent);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

@media (max-width: 768.9px) {
  .error_texts_block {
    margin-left: 0;
    min-width: 300px;
    padding: 15px;
  }

  .error_oops {
    font-size: 14px;
  }

  .error_content {
    padding-top: 0;
  }

  .error_arrow {
    top: 15px;
    left: 15px;
  }
}

.preset_buttons {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.preset-amount.active {
  background-color: var(--span-low);
  color: var(--span);
  border: 2px solid var(--span);
}

.preset-amount {
  background-color: var(--transparent);
  color: var(--text-custom);
  border: 2px solid transparent;
}

.delete-amount {
  background-color: rgb(255 73 64 / 10%);
  color: var(--red);
  width: 41px !important;
  padding: 0 !important;
  flex: none !important;
}

.delete-amount svg {
  width: 16px;
  height: 16px;
  fill: var(--red);
  transition: 0.3s;
}

::-webkit-calendar-picker-indicator {
  background-color: var(--transparent);
  padding: 5px;
  cursor: pointer;
  border-radius: 6px;
}

.site_logo_neo svg {
  width: auto;
  height: 35px;
}

.pay_button {
  background: var(--money-bg);
  height: 51px;
  padding: 0 20px;
  border-radius: 12px;
}

.pay_button svg {
  fill: var(--money);
  height: 20px !important;
  width: auto !important;
}

@media (max-width: 768.9px) {
  .pay_button .hide_balance_text {
    display: none;
  }
}

@media (min-width: 769px) {
  .pay_button .hide_balance_text {
    color: var(--money);
  }
}

/* new engine popup modal styles */

.popup_modal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
}

.popup_modal.visible {
  opacity: 1;
  visibility: visible;
}

.popup_modal.visible .popup_modal_content {
  transform: scale(1);
  pointer-events: all;
}

@media (max-width: 568.9px) {
  .popup_modal_content {
    display: flex;
    background-color: var(--card);
    border-radius: 16px;
    width: 96%;
    max-width: 850px;
    height: max-content;
    max-height: 96%;
    overflow: auto;
    position: relative;
    flex-direction: column;
    z-index: 9999;
    transform: scale(0.95) translate(0, 0);
    -webkit-transform: scale(0.95) translate(0, 0);
    pointer-events: none;
    transition: transform 0.2s;
    padding: 20px;
  }
}

@media (min-width: 569px) and (max-width: 768.9px) {
  .popup_modal_content {
    display: flex;
    background-color: var(--card);
    border-radius: 16px;
    transform: scale(0.95) translate(0, 0);
    -webkit-transform: scale(0.95) translate(0, 0);
    pointer-events: none;
    min-width: 500px;
    width: 96%;
    height: max-content;
    max-width: 768px;
    max-height: 96%;
    position: relative;
    flex-direction: column;
    z-index: 9999;
    transition: transform 0.2s;
    padding: 20px;
    overflow: auto;
  }
}

@media (min-width: 769px) {
  .popup_modal_content {
    display: flex;
    background-color: var(--card);
    border-radius: 16px;
    transform: scale(0.95) translate(0, 0);
    -webkit-transform: scale(0.95) translate(0, 0);
    pointer-events: none;
    min-width: 450px;
    width: max-content;
    height: max-content;
    max-width: 850px;
    max-height: 96%;
    position: relative;
    flex-direction: column;
    z-index: 9999;
    transition: transform 0.2s;
    padding: 20px;
    overflow: hidden;
    overflow-y: scroll;
  }
}

.popup_modal_close {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.popup_modal_close svg {
  width: 20px;
  height: 20px;
  fill: var(--text-default);
  opacity: 0.5;
  transition: 0.3s;
}

.popup_modal_close:hover svg {
  opacity: 1;
}

.popup_modal_close:hover,
.popup_modal_close:focus {
  color: var(--text-default);
  text-decoration: none;
  cursor: pointer;
}

.popup_modal_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  background: transparent;
  padding: 0 0 15px;
  gap: 20px;
}

.contact_link {
  cursor: pointer;
  color: var(--text-custom);
  transition: 0.3s;
}

.contact_link:hover {
  color: var(--span);
}

.contact_body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.contact_body span {
  display: flex;
  justify-content: center;
  text-align: center;
  color: var(--text-default);
  font-size: 14px;
  flex-direction: column;
}

.contact_mail a {
  font-size: 18px;
  font-weight: 700;
  font-family: "Unbounded";
}

@media (max-width: 645.9px) {
  .second_nav {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: relative;
    background: var(--navbar);
    border-radius: 16px;
    padding: 10px;
    align-items: center;
    align-content: flex-start;
  }

  .nav_second_left {
    display: none;
  }

  .search_players {
    width: 100% !important;
  }

  .nav_second_right {
    width: 100%;
  }
}

@media (min-width: 646px) {
  .second_nav {
    display: flex;
    gap: 15px;
    flex-direction: row;
    position: relative;
    background: var(--navbar);
    border-radius: 16px;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
  }

  .nav_second_left {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.input__icon {
  position: absolute;
  width: 17px;
  height: 17px;
  right: 15px;
  top: 15px;
  fill: var(--text-custom);
  opacity: 0.3;
  transition: 0.2s ease-in-out;
}

.input-form input:focus~.input__icon {
  transform: scale(0);
}

.input-search input:focus {
  outline: 3px solid transparent;
  transition: 0.3s;
}

/* New mini-profile */

.user_logout {
  display: flex;
  gap: 10px;
  color: var(--text-custom);
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  transition: opacity 0.2s;
  align-items: center;
}

.user_logout svg {
  height: 14px;
  width: auto;
  fill: var(--text-custom);
  margin-bottom: 3px;
}

.user_logout:hover {
  opacity: 1;
}

.user_settings_miniprof {
  display: flex;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  background: var(--card);
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s;
}

.user_settings_miniprof svg {
  width: 16px;
  height: 16px;
  fill: var(--text-custom);
  transition: transform 0.2s ease-in-out;
}

.user_settings_miniprof:hover {
  opacity: 1;
}

.user_settings_miniprof:hover svg {
  transform: rotate(90deg);
}

.user__menu {
  position: absolute;
  background: var(--navbar);
  box-shadow: 0px 8px 17px 0 rgb(0 0 0 / 32%);
  border: 1px solid var(--bg-table);
  width: 260px;
  border-radius: 16px;
  top: 72px;
  right: -1px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  transition: all 0.2s;
}

.user__menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: -1;
}

.user_profile_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.user__profile {
  display: flex;
  flex-direction: row;
  transition: 0.3s;
  align-items: center;
  user-select: none;
  gap: 15px;
}

.user__profile:hover .open_user_prof {
  color: var(--money);
}

.user_avatar_profile img {
  height: 40px;
  width: 40px;
  border-radius: 6px;
}

.username_profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: 0.3s;
}

.prof_nickname {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-default);
  transition: all 0.2s;
}

.user__links {
  display: flex;
  gap: 3px;
  flex-direction: column;
}

.some_link {
  display: flex;
  flex-direction: row;
  background: var(--bottom-line-table);
  border-radius: 12px;
  cursor: pointer;
  padding: 10px 15px;
  height: 43px;
  line-height: 41px;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  color: var(--text-custom);
  font-weight: 500;
  gap: 10px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.some_link:hover {
  background: var(--purple);
  color: var(--text-default);
}

.some_link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  transition: transform 0.2s;
}

.user_profile_footer {
  display: flex;
  background: var(--bottom-line-table);
  padding: 16px 20px;
  align-items: center;
  justify-content: space-between;
}

.open_user_prof {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-custom);
  transition: all 0.2s;
}

/* User notification */

.icon_btn_transparent {
  display: flex;
  height: 51px;
  width: 51px;
  background: var(--bottom-line-table);
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 12px;
}

.icon_btn_transparent svg {
  width: auto;
  height: 20px;
  fill: var(--text-custom);
}

.notification span {
  position: absolute;
  top: -17px;
  left: 9px;
  color: var(--green);
  background: var(--bg);
  border-radius: 50px;
  padding: 0 4px;
  height: 17px;
  width: 17px;
  font-size: 9px;
  font-weight: 600;
  display: none;
}

.notification {
  position: relative;
}

.notification-wrapper {
  background: var(--navbar);
  box-shadow: 0px 8px 17px 0 rgb(0 0 0 / 32%);
  border-radius: 16px;
  border: 1px solid var(--bg-table);
  width: 345px;
  height: max-content;
  padding-bottom: 10px;
  position: absolute;
  top: 72px;
  right: -1px;
  transform: scale(0.95);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 105;
  transition: all 0.2s;
}

.notification-wrapper li {
  padding: 12px 15px;
  border-radius: 12px;
  transition: 0.3s;
}

.notification-wrapper li:hover {
  background: var(--transparent);
}

.notification-wrapper .row {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
}

.notifications__header {
  padding: 15px 15px 15px 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--transparent);
  align-items: center;
  background: var(--bottom-line-table);
}

.notifications__title {
  font-size: 14px;
  color: var(--text-custom);
  user-select: none;
}

.noty_clear_all {
  width: max-content;
  height: auto;
  gap: 10px;
  font-size: 12px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  background-color: rgb(255 73 64 / 10%);
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
}

.noty_clear_all svg {
  width: 9px;
  height: auto;
  fill: var(--red);
  transition: 0.3s;
}

.noty_clear_all:hover {
  background-color: rgb(255 73 64 / 12%);
}

.notifications__main {
  display: flex;
  max-height: 260px;
  overflow-y: scroll;
  font-weight: 400;
  padding: 0px 10px;
  margin-top: 10px;
  flex-direction: column;
  gap: 3px;
}

.notifications__main::-webkit-scrollbar {
  width: 0;
}

.notifications-item svg {
  fill: var(--text-custom);
  height: 13px;
  width: 13px;
  margin: 0 12px;
  filter: none;
  transition: 0.3s;
}

.notifications-item .text {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-custom);
  transition: 0.3s;
  text-overflow: ellipsis;
  max-width: 290px;
  overflow: hidden;
}

.notifications-item:not(:first-child) {
  border-top: 1px solid transparent;
}

.notify_body {
  position: relative;
  background: var(--bottom-line-table);
  padding: 10px;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: all 0.3s;
}

.notify_body:hover {
  background: var(--grey);
  border: 1px solid rgb(255 255 255 / 10%);
}

.notify_content {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.notify_image {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: rgb(255, 27, 77, 0.2);
  border-radius: 8px;
}

.notify_image svg {
  width: 20px;
  height: 20px;
  fill: var(--purple);
}

.notify_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.notify_title {
  display: flex;
  font-size: 16px;
  max-width: 215px;
  overflow: hidden;
  text-wrap: balance;
  line-height: initial;
}

.notify_message {
  font-size: 14px;
  color: var(--text-custom);
  text-wrap: wrap;
  max-width: 251px;
  overflow: hidden;
  line-height: 17px;
}

.notify_btn {
  display: flex;
  background: var(--purple);
  padding: 0 20px;
  height: 41px;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  width: max-content;
  justify-content: center;
  font-size: 14px;
  margin-top: 5px;
}

.notify_closethis {
  display: flex;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: opacity 0.2s;
  cursor: pointer;
}

.notify_closethis svg {
  fill: var(--text-default);
  opacity: 0.3;
  transition: opacity 0.2s;
}

.notify_closethis:hover svg {
  opacity: 1;
}

.notify_notread {
  display: flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.notify_readout {
  opacity: 0.3;
  transition: all 0.3s;
}

.modalActive {
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: all;
  visibility: visible;
  opacity: 1 !important;
  transition: all 0.2s;
}

.auth_user_btn {
  display: flex;
  gap: 10px;
  padding: 0 20px;
  height: 51px;
  background: var(--input-form);
  border-radius: 12px;
  font-weight: 500;
  justify-content: center;
  font-size: 14px;
  line-height: normal;
  color: var(--text-default);
  text-shadow: 0 1px 0px rgb(0 0 0 / 50%);
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.auth_user_btn svg {
  width: 16px;
  height: 16px;
  fill: var(--text-default);
  transition: 0.3s;
}

.dropdown_block {
  border-radius: 16px;
  border: 1px solid var(--bg-table);
  background: var(--card);
  padding: 8px;
  gap: 4px;
  display: flex;
  flex-direction: column;
  width: 290px;
  position: absolute;
  top: 67px;
  left: 0;
  box-shadow: 0px 8px 17px 0 rgb(0 0 0 / 32%);
  -webkit-transform: scale(1);
  transform: scale(0.95);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backdrop-filter: blur(20px);
  transition: all 0.2s;
  -webkit-user-select: none;
  user-select: none;
}

.dropdown_item {
  border-radius: 10px;
  background: var(--bottom-line-table);
  border: 1px solid transparent;
  padding: 16px;
  gap: 15px;
  display: flex;
  transition: all 0.2s;
  text-wrap: initial;
  align-items: flex-start;
}

.dropdown_item:hover {
  background: var(--button);
  border: 1px solid var(--transparent);
}

.dropdown_item>div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 206px;
}

.dropdown_item>div h4 {
  color: var(--text-default);
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
}

.dropdown_item>div p {
  color: var(--text-custom);
  opacity: 0.6;
  font-size: 12px;
  line-height: normal;
  margin: 0;
  transition: all 0.2s;
}

.dropdown_item:hover div p {
  opacity: 1;
}

.dropdown_show {
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: all;
  visibility: visible;
  opacity: 1 !important;
  transition: all 0.2s;
}

.svg_icon_subitem {
  width: 18px;
}

.dropdown_item svg {
  display: flex;
  height: auto;
  width: 35px;
  fill: var(--text-custom);
  justify-content: center;
}

.offcanvas {
  transition: .5s;
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(.71, 1.7, .77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(.71, 1.7, .77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(.71, 1.7, .77, 1.24);
}

#stars {
  content: "e";
  background: radial-gradient(ellipse at bottom, #2a5153 0%, #09090f 100%);
  box-shadow: 1744px 122px #ff1b4d, 134px 1321px #ff1b4d, 92px 859px #ff1b4d, 235px 1045px #ff1b4d, 366px 912px #ff1b4d, 491px 942px #ff1b4d, 14px 1831px #ff1b4d, 582px 476px #ff1b4d, 588px 1230px #ff1b4d, 1520px 1343px #ff1b4d, 1671px 203px #ff1b4d, 550px 341px #ff1b4d, 1491px 549px #ff1b4d, 558px 161px #ff1b4d, 896px 1823px #ff1b4d, 999px 1463px #ff1b4d, 1557px 636px #ff1b4d, 1754px 1307px #ff1b4d, 1682px 1494px #ff1b4d, 703px 1707px #ff1b4d, 1945px 1847px #ff1b4d, 1151px 1320px #ff1b4d, 980px 144px #ff1b4d, 478px 948px #ff1b4d, 109px 1762px #ff1b4d, 558px 255px #ff1b4d, 719px 1820px #ff1b4d, 588px 748px #ff1b4d, 1899px 174px #ff1b4d, 841px 1771px #ff1b4d, 571px 1588px #ff1b4d, 1155px 353px #ff1b4d, 1879px 1220px #ff1b4d, 1782px 870px #ff1b4d, 407px 1238px #ff1b4d, 1141px 63px #ff1b4d, 1147px 1097px #ff1b4d, 1406px 159px #ff1b4d, 637px 1215px #ff1b4d, 694px 1114px #ff1b4d, 1536px 727px #ff1b4d, 1708px 1512px #ff1b4d, 1147px 880px #ff1b4d, 684px 988px #ff1b4d, 140px 851px #ff1b4d, 1565px 1788px #ff1b4d, 1573px 889px #ff1b4d, 1172px 628px #ff1b4d, 1474px 1978px #ff1b4d, 435px 447px #ff1b4d, 185px 1808px #ff1b4d, 620px 1560px #ff1b4d, 1387px 1196px #ff1b4d, 138px 1854px #ff1b4d, 137px 1499px #ff1b4d, 1721px 1132px #ff1b4d, 10px 32px #ff1b4d, 1931px 1990px #ff1b4d, 209px 91px #ff1b4d, 1876px 1795px #ff1b4d, 1130px 1551px #ff1b4d, 284px 1848px #ff1b4d, 389px 1603px #ff1b4d, 612px 1121px #ff1b4d, 825px 1926px #ff1b4d, 161px 344px #ff1b4d, 1729px 333px #ff1b4d, 1037px 37px #ff1b4d, 844px 1085px #ff1b4d, 1179px 554px #ff1b4d, 50px 478px #ff1b4d, 1864px 704px #ff1b4d, 233px 723px #ff1b4d, 1202px 445px #ff1b4d, 882px 189px #ff1b4d, 362px 735px #ff1b4d, 924px 411px #ff1b4d, 902px 209px #ff1b4d, 104px 185px #ff1b4d, 1599px 1852px #ff1b4d, 1974px 944px #ff1b4d, 438px 1164px #ff1b4d, 401px 1533px #ff1b4d, 191px 1429px #ff1b4d, 251px 1034px #ff1b4d, 1807px 1412px #ff1b4d, 72px 23px #ff1b4d, 1752px 1146px #ff1b4d, 261px 1481px #ff1b4d, 548px 33px #ff1b4d, 710px 1204px #ff1b4d, 355px 1697px #ff1b4d, 581px 100px #ff1b4d, 318px 1146px #ff1b4d, 929px 79px #ff1b4d, 999px 347px #ff1b4d, 155px 292px #ff1b4d, 271px 677px #ff1b4d, 920px 1596px #ff1b4d, 1736px 184px #ff1b4d, 1022px 1790px #ff1b4d, 1465px 1762px #ff1b4d, 820px 526px #ff1b4d, 175px 37px #ff1b4d, 440px 746px #ff1b4d, 681px 1879px #ff1b4d, 690px 1135px #ff1b4d, 1960px 1453px #ff1b4d, 422px 856px #ff1b4d, 1217px 1232px #ff1b4d, 1015px 1695px #ff1b4d, 1933px 492px #ff1b4d, 272px 448px #ff1b4d, 1578px 1487px #ff1b4d, 437px 874px #ff1b4d, 947px 838px #ff1b4d, 1339px 867px #ff1b4d, 1484px 773px #ff1b4d, 764px 66px #ff1b4d, 418px 707px #ff1b4d, 192px 1909px #ff1b4d, 1629px 215px #ff1b4d, 171px 260px #ff1b4d, 1180px 220px #ff1b4d, 488px 857px #ff1b4d, 593px 493px #ff1b4d, 1794px 886px #ff1b4d, 1673px 1977px #ff1b4d, 905px 1193px #ff1b4d, 1372px 1843px #ff1b4d, 1605px 908px #ff1b4d, 659px 181px #ff1b4d, 700px 1758px #ff1b4d, 812px 1200px #ff1b4d, 1800px 1440px #ff1b4d, 1858px 212px #ff1b4d, 628px 1026px #ff1b4d, 1825px 1556px #ff1b4d, 1641px 1750px #ff1b4d, 1195px 1086px #ff1b4d, 1465px 558px #ff1b4d, 1634px 436px #ff1b4d, 1354px 1831px #ff1b4d, 1212px 1485px #ff1b4d, 1491px 994px #ff1b4d, 604px 1279px #ff1b4d, 413px 1131px #ff1b4d, 1677px 1086px #ff1b4d, 841px 47px #ff1b4d, 146px 489px #ff1b4d, 117px 1195px #ff1b4d, 67px 47px #ff1b4d, 883px 258px #ff1b4d, 1801px 1294px #ff1b4d, 594px 1870px #ff1b4d, 649px 531px #ff1b4d, 721px 132px #ff1b4d, 975px 1616px #ff1b4d, 716px 94px #ff1b4d, 295px 791px #ff1b4d, 174px 1814px #ff1b4d, 1130px 298px #ff1b4d, 1747px 1835px #ff1b4d, 605px 1521px #ff1b4d, 78px 743px #ff1b4d, 1685px 311px #ff1b4d, 804px 341px #ff1b4d, 1440px 852px #ff1b4d, 1607px 1692px #ff1b4d, 698px 1112px #ff1b4d, 1153px 1608px #ff1b4d, 539px 999px #ff1b4d, 262px 353px #ff1b4d, 457px 1246px #ff1b4d, 1858px 998px #ff1b4d, 364px 431px #ff1b4d, 1907px 912px #ff1b4d, 541px 916px #ff1b4d, 168px 1384px #ff1b4d, 357px 1321px #ff1b4d, 1859px 1866px #ff1b4d, 1001px 909px #ff1b4d, 842px 1663px #ff1b4d, 369px 1176px #ff1b4d, 932px 1372px #ff1b4d, 1606px 732px #ff1b4d, 1844px 857px #ff1b4d, 974px 1588px #ff1b4d, 804px 1139px #ff1b4d, 65px 1213px #ff1b4d, 1066px 863px #ff1b4d, 1991px 1734px #ff1b4d, 300px 738px #ff1b4d, 1260px 1141px #ff1b4d, 83px 260px #ff1b4d, 1219px 167px #ff1b4d, 613px 990px #ff1b4d, 873px 81px #ff1b4d, 362px 235px #ff1b4d, 373px 372px #ff1b4d, 80px 247px #ff1b4d, 902px 1141px #ff1b4d, 294px 464px #ff1b4d, 766px 1925px #ff1b4d, 1151px 1305px #ff1b4d, 1250px 1593px #ff1b4d, 1289px 119px #ff1b4d, 1525px 1505px #ff1b4d, 234px 1306px #ff1b4d, 571px 858px #ff1b4d, 571px 996px #ff1b4d, 766px 1342px #ff1b4d, 1371px 716px #ff1b4d, 711px 1939px #ff1b4d, 904px 1797px #ff1b4d, 424px 1710px #ff1b4d, 762px 1614px #ff1b4d, 1389px 1290px #ff1b4d, 905px 689px #ff1b4d, 352px 38px #ff1b4d, 2000px 1317px #ff1b4d, 597px 864px #ff1b4d, 824px 711px #ff1b4d, 966px 1060px #ff1b4d, 958px 992px #ff1b4d, 1121px 324px #ff1b4d, 1624px 688px #ff1b4d, 1737px 702px #ff1b4d, 1566px 1344px #ff1b4d, 697px 368px #ff1b4d, 291px 1126px #ff1b4d, 1732px 50px #ff1b4d, 712px 1941px #ff1b4d, 1257px 372px #ff1b4d, 317px 1462px #ff1b4d, 222px 309px #ff1b4d, 1139px 647px #ff1b4d, 170px 878px #ff1b4d, 1272px 1511px #ff1b4d, 1009px 1912px #ff1b4d, 1875px 1105px #ff1b4d, 1968px 1370px #ff1b4d, 1193px 687px #ff1b4d, 1498px 611px #ff1b4d, 247px 1993px #ff1b4d, 1686px 1611px #ff1b4d, 937px 340px #ff1b4d, 114px 1423px #ff1b4d, 496px 1191px #ff1b4d, 110px 1284px #ff1b4d, 876px 687px #ff1b4d, 1173px 214px #ff1b4d, 210px 628px #ff1b4d, 302px 1173px #ff1b4d, 1318px 939px #ff1b4d, 1665px 1310px #ff1b4d, 66px 338px #ff1b4d, 1355px 615px #ff1b4d, 1139px 1672px #ff1b4d, 91px 1000px #ff1b4d, 112px 422px #ff1b4d, 89px 503px #ff1b4d, 97px 1599px #ff1b4d, 1031px 1955px #ff1b4d, 1755px 1532px #ff1b4d, 1764px 1930px #ff1b4d, 1822px 1751px #ff1b4d, 133px 401px #ff1b4d, 718px 85px #ff1b4d, 1797px 78px #ff1b4d, 520px 1725px #ff1b4d, 226px 406px #ff1b4d, 1561px 1574px #ff1b4d, 340px 1602px #ff1b4d, 718px 976px #ff1b4d, 1823px 570px #ff1b4d, 1298px 484px #ff1b4d, 1023px 1903px #ff1b4d, 1266px 1334px #ff1b4d, 763px 877px #ff1b4d, 223px 631px #ff1b4d, 1761px 1293px #ff1b4d, 878px 1px #ff1b4d, 973px 696px #ff1b4d, 975px 1841px #ff1b4d, 1276px 302px #ff1b4d, 1399px 1324px #ff1b4d, 1706px 872px #ff1b4d, 341px 1960px #ff1b4d, 1384px 1655px #ff1b4d, 1897px 767px #ff1b4d, 68px 405px #ff1b4d, 705px 310px #ff1b4d, 194px 103px #ff1b4d, 1432px 368px #ff1b4d, 1262px 1682px #ff1b4d, 1933px 1526px #ff1b4d, 263px 655px #ff1b4d, 1031px 1031px #ff1b4d, 1557px 788px #ff1b4d, 1558px 1360px #ff1b4d, 812px 421px #ff1b4d, 1951px 734px #ff1b4d, 1567px 498px #ff1b4d, 1832px 1229px #ff1b4d, 913px 164px #ff1b4d, 1907px 1273px #ff1b4d, 533px 749px #ff1b4d, 1235px 951px #ff1b4d, 645px 1959px #ff1b4d, 92px 1570px #ff1b4d, 1169px 1434px #ff1b4d, 118px 1223px #ff1b4d, 583px 957px #ff1b4d, 1245px 316px #ff1b4d, 527px 863px #ff1b4d, 372px 1007px #ff1b4d, 244px 1251px #ff1b4d, 314px 494px #ff1b4d, 1842px 1463px #ff1b4d, 1315px 730px #ff1b4d, 1655px 1366px #ff1b4d, 482px 979px #ff1b4d, 340px 1808px #ff1b4d, 256px 578px #ff1b4d, 858px 1792px #ff1b4d, 1965px 403px #ff1b4d, 454px 253px #ff1b4d, 1664px 698px #ff1b4d, 1974px 750px #ff1b4d, 262px 1801px #ff1b4d, 1652px 1076px #ff1b4d, 992px 711px #ff1b4d, 1792px 1323px #ff1b4d, 700px 1748px #ff1b4d, 855px 966px #ff1b4d, 1833px 1747px #ff1b4d, 402px 1272px #ff1b4d, 1391px 1039px #ff1b4d, 1395px 1538px #ff1b4d, 397px 1972px #ff1b4d, 744px 1403px #ff1b4d, 1784px 1046px #ff1b4d, 111px 198px #ff1b4d, 1827px 473px #ff1b4d, 1347px 1891px #ff1b4d, 1238px 1081px #ff1b4d, 189px 908px #ff1b4d, 1513px 542px #ff1b4d, 673px 981px #ff1b4d, 720px 1184px #ff1b4d, 373px 792px #ff1b4d, 1470px 1631px #ff1b4d, 16px 822px #ff1b4d, 1935px 829px #ff1b4d, 364px 613px #ff1b4d, 223px 899px #ff1b4d, 1233px 874px #ff1b4d, 1441px 1834px #ff1b4d, 719px 894px #ff1b4d, 76px 1610px #ff1b4d, 296px 685px #ff1b4d, 572px 1637px #ff1b4d, 349px 114px #ff1b4d, 1670px 1802px #ff1b4d, 979px 928px #ff1b4d, 1589px 574px #ff1b4d, 756px 194px #ff1b4d, 616px 507px #ff1b4d, 271px 186px #ff1b4d, 198px 360px #ff1b4d, 1916px 418px #ff1b4d, 721px 667px #ff1b4d, 1937px 1908px #ff1b4d, 17px 556px #ff1b4d, 345px 443px #ff1b4d, 718px 760px #ff1b4d, 1922px 310px #ff1b4d, 1185px 887px #ff1b4d, 1745px 1848px #ff1b4d, 909px 847px #ff1b4d, 1170px 134px #ff1b4d, 1773px 1133px #ff1b4d, 1099px 233px #ff1b4d, 1122px 1524px #ff1b4d, 866px 907px #ff1b4d, 398px 213px #ff1b4d, 1287px 886px #ff1b4d, 1194px 149px #ff1b4d, 1876px 1667px #ff1b4d, 332px 1658px #ff1b4d, 146px 1253px #ff1b4d, 958px 211px #ff1b4d, 643px 47px #ff1b4d, 1213px 1339px #ff1b4d, 1637px 1939px #ff1b4d, 1601px 355px #ff1b4d, 256px 1982px #ff1b4d, 989px 1609px #ff1b4d, 1179px 701px #ff1b4d, 685px 1463px #ff1b4d, 1910px 465px #ff1b4d, 764px 1930px #ff1b4d, 1856px 433px #ff1b4d, 720px 367px #ff1b4d, 1821px 416px #ff1b4d, 48px 1114px #ff1b4d, 716px 489px #ff1b4d, 174px 1972px #ff1b4d, 115px 1373px #ff1b4d, 1487px 141px #ff1b4d, 1919px 1362px #ff1b4d, 1662px 859px #ff1b4d, 1168px 490px #ff1b4d, 706px 1820px #ff1b4d, 588px 318px #ff1b4d, 107px 778px #ff1b4d, 621px 1667px #ff1b4d, 1331px 1996px #ff1b4d, 1404px 1154px #ff1b4d, 860px 1019px #ff1b4d, 1385px 1883px #ff1b4d, 1066px 1951px #ff1b4d, 752px 444px #ff1b4d, 955px 1031px #ff1b4d, 1256px 1899px #ff1b4d, 961px 1455px #ff1b4d, 1101px 84px #ff1b4d, 890px 335px #ff1b4d, 798px 40px #ff1b4d, 138px 54px #ff1b4d, 1934px 252px #ff1b4d, 429px 324px #ff1b4d, 1645px 1522px #ff1b4d, 218px 737px #ff1b4d, 1625px 531px #ff1b4d, 605px 1290px #ff1b4d, 1867px 648px #ff1b4d, 82px 1137px #ff1b4d, 231px 1423px #ff1b4d, 471px 944px #ff1b4d, 1363px 1752px #ff1b4d, 482px 1364px #ff1b4d, 1305px 627px #ff1b4d, 1065px 891px #ff1b4d, 217px 1841px #ff1b4d, 1843px 1501px #ff1b4d, 1681px 734px #ff1b4d, 185px 856px #ff1b4d, 609px 1094px #ff1b4d, 49px 1657px #ff1b4d, 783px 594px #ff1b4d, 1018px 1123px #ff1b4d, 644px 1149px #ff1b4d, 739px 1262px #ff1b4d, 1439px 1187px #ff1b4d, 1789px 1507px #ff1b4d, 941px 791px #ff1b4d, 1319px 1308px #ff1b4d, 498px 626px #ff1b4d, 1594px 858px #ff1b4d, 783px 71px #ff1b4d, 576px 1976px #ff1b4d, 1625px 696px #ff1b4d, 1821px 352px #ff1b4d, 1039px 885px #ff1b4d, 208px 430px #ff1b4d, 124px 198px #ff1b4d, 1964px 686px #ff1b4d, 1440px 1952px #ff1b4d, 231px 1435px #ff1b4d, 1846px 853px #ff1b4d, 1174px 536px #ff1b4d, 1228px 310px #ff1b4d, 1380px 699px #ff1b4d, 1116px 169px #ff1b4d, 1416px 1007px #ff1b4d, 178px 192px #ff1b4d, 1302px 1903px #ff1b4d, 1892px 154px #ff1b4d, 962px 1032px #ff1b4d, 1009px 1916px #ff1b4d, 1549px 1206px #ff1b4d, 899px 968px #ff1b4d, 902px 543px #ff1b4d, 1516px 542px #ff1b4d, 965px 527px #ff1b4d, 1594px 696px #ff1b4d, 856px 1719px #ff1b4d, 1522px 248px #ff1b4d, 1795px 283px #ff1b4d, 1144px 946px #ff1b4d, 1365px 199px #ff1b4d, 359px 1347px #ff1b4d, 1506px 263px #ff1b4d, 433px 1793px #ff1b4d, 201px 247px #ff1b4d, 942px 838px #ff1b4d, 1122px 1065px #ff1b4d, 1997px 108px #ff1b4d, 306px 989px #ff1b4d, 641px 1713px #ff1b4d, 1072px 959px #ff1b4d, 1874px 1079px #ff1b4d, 1938px 269px #ff1b4d, 891px 389px #ff1b4d, 22px 574px #ff1b4d, 727px 474px #ff1b4d, 1671px 1649px #ff1b4d, 98px 400px #ff1b4d, 641px 798px #ff1b4d, 1218px 1051px #ff1b4d, 907px 1485px #ff1b4d, 1002px 1549px #ff1b4d, 1932px 1448px #ff1b4d, 1132px 573px #ff1b4d, 1222px 1147px #ff1b4d, 1009px 451px #ff1b4d, 698px 1940px #ff1b4d, 97px 1123px #ff1b4d, 904px 751px #ff1b4d, 1904px 593px #ff1b4d, 1451px 1658px #ff1b4d, 191px 1606px #ff1b4d, 1346px 482px #ff1b4d, 1935px 1086px #ff1b4d, 1052px 224px #ff1b4d, 526px 1810px #ff1b4d, 1607px 606px #ff1b4d, 427px 1830px #ff1b4d, 1546px 407px #ff1b4d, 1771px 208px #ff1b4d, 1714px 181px #ff1b4d, 1332px 943px #ff1b4d, 1663px 1094px #ff1b4d, 1861px 1747px #ff1b4d, 1429px 1217px #ff1b4d, 1733px 1915px #ff1b4d, 925px 1179px #ff1b4d, 735px 781px #ff1b4d, 1775px 1989px #ff1b4d, 1770px 476px #ff1b4d, 844px 400px #ff1b4d, 1793px 1517px #ff1b4d, 544px 281px #ff1b4d, 725px 344px #ff1b4d, 1274px 764px #ff1b4d, 1845px 339px #ff1b4d, 582px 1745px #ff1b4d, 351px 1287px #ff1b4d, 207px 749px #ff1b4d, 1063px 1411px #ff1b4d, 1246px 342px #ff1b4d, 1538px 166px #ff1b4d, 770px 602px #ff1b4d, 1214px 1971px #ff1b4d, 113px 294px #ff1b4d, 1157px 101px #ff1b4d, 1657px 517px #ff1b4d, 637px 1693px #ff1b4d, 961px 1649px #ff1b4d, 1754px 1572px #ff1b4d, 1885px 659px #ff1b4d, 238px 34px #ff1b4d, 413px 1027px #ff1b4d, 1709px 1556px #ff1b4d, 460px 878px #ff1b4d, 1597px 608px #ff1b4d, 544px 434px #ff1b4d, 1258px 477px #ff1b4d, 565px 1863px #ff1b4d, 426px 322px #ff1b4d, 1917px 850px #ff1b4d, 296px 144px #ff1b4d, 643px 1896px #ff1b4d, 511px 116px #ff1b4d, 359px 847px #ff1b4d, 702px 1133px #ff1b4d, 857px 1371px #ff1b4d, 559px 1758px #ff1b4d, 1615px 1223px #ff1b4d, 1927px 1736px #ff1b4d, 704px 941px #ff1b4d, 1932px 942px #ff1b4d, 1462px 335px #ff1b4d, 154px 1915px #ff1b4d, 1387px 918px #ff1b4d, 1512px 1041px #ff1b4d, 1094px 1334px #ff1b4d, 1678px 865px #ff1b4d, 1960px 431px #ff1b4d, 666px 1258px #ff1b4d, 422px 1215px #ff1b4d, 345px 802px #ff1b4d, 1207px 647px #ff1b4d, 1701px 374px #ff1b4d, 1440px 1925px #ff1b4d, 1536px 1163px #ff1b4d, 905px 155px #ff1b4d, 843px 1036px #ff1b4d, 660px 823px #ff1b4d, 1329px 661px #ff1b4d, 1867px 899px #ff1b4d, 1022px 514px #ff1b4d, 1062px 1570px #ff1b4d, 888px 1786px #ff1b4d, 699px 1738px #ff1b4d, 1831px 1712px #ff1b4d, 434px 18px #ff1b4d, 227px 205px #ff1b4d, 520px 1279px #ff1b4d, 1329px 764px #ff1b4d, 1824px 47px #ff1b4d, 112px 266px #ff1b4d, 830px 1140px #ff1b4d, 478px 637px #ff1b4d, 634px 850px #ff1b4d, 711px 873px #ff1b4d, 987px 249px #ff1b4d, 1454px 909px #ff1b4d, 699px 922px #ff1b4d, 1458px 1142px #ff1b4d, 701px 1893px #ff1b4d, 134px 384px #ff1b4d, 904px 354px #ff1b4d, 1913px 1229px #ff1b4d, 1606px 1336px #ff1b4d, 976px 1776px #ff1b4d, 1726px 605px #ff1b4d, 1244px 590px #ff1b4d, 1351px 526px #ff1b4d, 1997px 130px #ff1b4d, 1137px 1134px #ff1b4d, 1293px 283px #ff1b4d, 977px 1608px #ff1b4d, 422px 1252px #ff1b4d, 236px 1653px #ff1b4d, 28px 1722px #ff1b4d, 698px 39px #ff1b4d, 5px 434px #ff1b4d, 1430px 1466px #ff1b4d, 1470px 1596px #ff1b4d, 487px 81px #ff1b4d, 186px 340px #ff1b4d, 1941px 1px #ff1b4d, 1342px 487px #ff1b4d, 813px 1855px #ff1b4d, 1445px 148px #ff1b4d, 1965px 1428px #ff1b4d, 1122px 1277px #ff1b4d, 846px 820px #ff1b4d, 1804px 228px #ff1b4d, 1501px 121px #ff1b4d, 215px 1033px #ff1b4d, 244px 426px #ff1b4d, 976px 453px #ff1b4d, 566px 953px #ff1b4d, 1772px 213px #ff1b4d, 1323px 1778px #ff1b4d, 1350px 817px #ff1b4d, 803px 913px #ff1b4d, 1395px 1359px #ff1b4d, 1995px 119px #ff1b4d, 579px 1963px #ff1b4d, 862px 1621px #ff1b4d, 1718px 825px #ff1b4d, 823px 27px #ff1b4d, 1252px 41px #ff1b4d, 1562px 835px #ff1b4d, 1730px 633px #ff1b4d, 1723px 1939px #ff1b4d, 524px 1824px #ff1b4d, 1921px 1450px #ff1b4d, 1174px 1062px #ff1b4d, 1008px 1932px #ff1b4d, 467px 334px #ff1b4d, 80px 818px #ff1b4d, 1266px 1185px #ff1b4d, 1589px 807px #ff1b4d, 1221px 320px #ff1b4d, 1724px 852px #ff1b4d, 1194px 286px #ff1b4d, 800px 1835px #ff1b4d, 1958px 728px #ff1b4d, 1271px 376px #ff1b4d, 43px 1654px #ff1b4d, 77px 803px #ff1b4d, 1399px 197px #ff1b4d, 591px 1743px #ff1b4d, 652px 1925px #ff1b4d, 107px 1939px #ff1b4d, 1110px 1708px #ff1b4d, 797px 1480px #ff1b4d, 1516px 684px #ff1b4d, 559px 1733px #ff1b4d, 1265px 718px #ff1b4d, 1263px 54px #ff1b4d, 693px 113px #ff1b4d, 1456px 1459px #ff1b4d, 1527px 1324px #ff1b4d;
  animation: animStar 50s linear infinite;
}

#stars:after {
  content: " ";
  position: absolute;
  top: 100%;
  width: 1px;
  height: 1px;
  background: radial-gradient(ellipse at bottom, #2a5153 0%, #09090f 100%);
  box-shadow: 1744px 122px #ff1b4d, 134px 1321px #ff1b4d, 92px 859px #ff1b4d, 235px 1045px #ff1b4d, 366px 912px #ff1b4d, 491px 942px #ff1b4d, 14px 1831px #ff1b4d, 582px 476px #ff1b4d, 588px 1230px #ff1b4d, 1520px 1343px #ff1b4d, 1671px 203px #ff1b4d, 550px 341px #ff1b4d, 1491px 549px #ff1b4d, 558px 161px #ff1b4d, 896px 1823px #ff1b4d, 999px 1463px #ff1b4d, 1557px 636px #ff1b4d, 1754px 1307px #ff1b4d, 1682px 1494px #ff1b4d, 703px 1707px #ff1b4d, 1945px 1847px #ff1b4d, 1151px 1320px #ff1b4d, 980px 144px #ff1b4d, 478px 948px #ff1b4d, 109px 1762px #ff1b4d, 558px 255px #ff1b4d, 719px 1820px #ff1b4d, 588px 748px #ff1b4d, 1899px 174px #ff1b4d, 841px 1771px #ff1b4d, 571px 1588px #ff1b4d, 1155px 353px #ff1b4d, 1879px 1220px #ff1b4d, 1782px 870px #ff1b4d, 407px 1238px #ff1b4d, 1141px 63px #ff1b4d, 1147px 1097px #ff1b4d, 1406px 159px #ff1b4d, 637px 1215px #ff1b4d, 694px 1114px #ff1b4d, 1536px 727px #ff1b4d, 1708px 1512px #ff1b4d, 1147px 880px #ff1b4d, 684px 988px #ff1b4d, 140px 851px #ff1b4d, 1565px 1788px #ff1b4d, 1573px 889px #ff1b4d, 1172px 628px #ff1b4d, 1474px 1978px #ff1b4d, 435px 447px #ff1b4d, 185px 1808px #ff1b4d, 620px 1560px #ff1b4d, 1387px 1196px #ff1b4d, 138px 1854px #ff1b4d, 137px 1499px #ff1b4d, 1721px 1132px #ff1b4d, 10px 32px #ff1b4d, 1931px 1990px #ff1b4d, 209px 91px #ff1b4d, 1876px 1795px #ff1b4d, 1130px 1551px #ff1b4d, 284px 1848px #ff1b4d, 389px 1603px #ff1b4d, 612px 1121px #ff1b4d, 825px 1926px #ff1b4d, 161px 344px #ff1b4d, 1729px 333px #ff1b4d, 1037px 37px #ff1b4d, 844px 1085px #ff1b4d, 1179px 554px #ff1b4d, 50px 478px #ff1b4d, 1864px 704px #ff1b4d, 233px 723px #ff1b4d, 1202px 445px #ff1b4d, 882px 189px #ff1b4d, 362px 735px #ff1b4d, 924px 411px #ff1b4d, 902px 209px #ff1b4d, 104px 185px #ff1b4d, 1599px 1852px #ff1b4d, 1974px 944px #ff1b4d, 438px 1164px #ff1b4d, 401px 1533px #ff1b4d, 191px 1429px #ff1b4d, 251px 1034px #ff1b4d, 1807px 1412px #ff1b4d, 72px 23px #ff1b4d, 1752px 1146px #ff1b4d, 261px 1481px #ff1b4d, 548px 33px #ff1b4d, 710px 1204px #ff1b4d, 355px 1697px #ff1b4d, 581px 100px #ff1b4d, 318px 1146px #ff1b4d, 929px 79px #ff1b4d, 999px 347px #ff1b4d, 155px 292px #ff1b4d, 271px 677px #ff1b4d, 920px 1596px #ff1b4d, 1736px 184px #ff1b4d, 1022px 1790px #ff1b4d, 1465px 1762px #ff1b4d, 820px 526px #ff1b4d, 175px 37px #ff1b4d, 440px 746px #ff1b4d, 681px 1879px #ff1b4d, 690px 1135px #ff1b4d, 1960px 1453px #ff1b4d, 422px 856px #ff1b4d, 1217px 1232px #ff1b4d, 1015px 1695px #ff1b4d, 1933px 492px #ff1b4d, 272px 448px #ff1b4d, 1578px 1487px #ff1b4d, 437px 874px #ff1b4d, 947px 838px #ff1b4d, 1339px 867px #ff1b4d, 1484px 773px #ff1b4d, 764px 66px #ff1b4d, 418px 707px #ff1b4d, 192px 1909px #ff1b4d, 1629px 215px #ff1b4d, 171px 260px #ff1b4d, 1180px 220px #ff1b4d, 488px 857px #ff1b4d, 593px 493px #ff1b4d, 1794px 886px #ff1b4d, 1673px 1977px #ff1b4d, 905px 1193px #ff1b4d, 1372px 1843px #ff1b4d, 1605px 908px #ff1b4d, 659px 181px #ff1b4d, 700px 1758px #ff1b4d, 812px 1200px #ff1b4d, 1800px 1440px #ff1b4d, 1858px 212px #ff1b4d, 628px 1026px #ff1b4d, 1825px 1556px #ff1b4d, 1641px 1750px #ff1b4d, 1195px 1086px #ff1b4d, 1465px 558px #ff1b4d, 1634px 436px #ff1b4d, 1354px 1831px #ff1b4d, 1212px 1485px #ff1b4d, 1491px 994px #ff1b4d, 604px 1279px #ff1b4d, 413px 1131px #ff1b4d, 1677px 1086px #ff1b4d, 841px 47px #ff1b4d, 146px 489px #ff1b4d, 117px 1195px #ff1b4d, 67px 47px #ff1b4d, 883px 258px #ff1b4d, 1801px 1294px #ff1b4d, 594px 1870px #ff1b4d, 649px 531px #ff1b4d, 721px 132px #ff1b4d, 975px 1616px #ff1b4d, 716px 94px #ff1b4d, 295px 791px #ff1b4d, 174px 1814px #ff1b4d, 1130px 298px #ff1b4d, 1747px 1835px #ff1b4d, 605px 1521px #ff1b4d, 78px 743px #ff1b4d, 1685px 311px #ff1b4d, 804px 341px #ff1b4d, 1440px 852px #ff1b4d, 1607px 1692px #ff1b4d, 698px 1112px #ff1b4d, 1153px 1608px #ff1b4d, 539px 999px #ff1b4d, 262px 353px #ff1b4d, 457px 1246px #ff1b4d, 1858px 998px #ff1b4d, 364px 431px #ff1b4d, 1907px 912px #ff1b4d, 541px 916px #ff1b4d, 168px 1384px #ff1b4d, 357px 1321px #ff1b4d, 1859px 1866px #ff1b4d, 1001px 909px #ff1b4d, 842px 1663px #ff1b4d, 369px 1176px #ff1b4d, 932px 1372px #ff1b4d, 1606px 732px #ff1b4d, 1844px 857px #ff1b4d, 974px 1588px #ff1b4d, 804px 1139px #ff1b4d, 65px 1213px #ff1b4d, 1066px 863px #ff1b4d, 1991px 1734px #ff1b4d, 300px 738px #ff1b4d, 1260px 1141px #ff1b4d, 83px 260px #ff1b4d, 1219px 167px #ff1b4d, 613px 990px #ff1b4d, 873px 81px #ff1b4d, 362px 235px #ff1b4d, 373px 372px #ff1b4d, 80px 247px #ff1b4d, 902px 1141px #ff1b4d, 294px 464px #ff1b4d, 766px 1925px #ff1b4d, 1151px 1305px #ff1b4d, 1250px 1593px #ff1b4d, 1289px 119px #ff1b4d, 1525px 1505px #ff1b4d, 234px 1306px #ff1b4d, 571px 858px #ff1b4d, 571px 996px #ff1b4d, 766px 1342px #ff1b4d, 1371px 716px #ff1b4d, 711px 1939px #ff1b4d, 904px 1797px #ff1b4d, 424px 1710px #ff1b4d, 762px 1614px #ff1b4d, 1389px 1290px #ff1b4d, 905px 689px #ff1b4d, 352px 38px #ff1b4d, 2000px 1317px #ff1b4d, 597px 864px #ff1b4d, 824px 711px #ff1b4d, 966px 1060px #ff1b4d, 958px 992px #ff1b4d, 1121px 324px #ff1b4d, 1624px 688px #ff1b4d, 1737px 702px #ff1b4d, 1566px 1344px #ff1b4d, 697px 368px #ff1b4d, 291px 1126px #ff1b4d, 1732px 50px #ff1b4d, 712px 1941px #ff1b4d, 1257px 372px #ff1b4d, 317px 1462px #ff1b4d, 222px 309px #ff1b4d, 1139px 647px #ff1b4d, 170px 878px #ff1b4d, 1272px 1511px #ff1b4d, 1009px 1912px #ff1b4d, 1875px 1105px #ff1b4d, 1968px 1370px #ff1b4d, 1193px 687px #ff1b4d, 1498px 611px #ff1b4d, 247px 1993px #ff1b4d, 1686px 1611px #ff1b4d, 937px 340px #ff1b4d, 114px 1423px #ff1b4d, 496px 1191px #ff1b4d, 110px 1284px #ff1b4d, 876px 687px #ff1b4d, 1173px 214px #ff1b4d, 210px 628px #ff1b4d, 302px 1173px #ff1b4d, 1318px 939px #ff1b4d, 1665px 1310px #ff1b4d, 66px 338px #ff1b4d, 1355px 615px #ff1b4d, 1139px 1672px #ff1b4d, 91px 1000px #ff1b4d, 112px 422px #ff1b4d, 89px 503px #ff1b4d, 97px 1599px #ff1b4d, 1031px 1955px #ff1b4d, 1755px 1532px #ff1b4d, 1764px 1930px #ff1b4d, 1822px 1751px #ff1b4d, 133px 401px #ff1b4d, 718px 85px #ff1b4d, 1797px 78px #ff1b4d, 520px 1725px #ff1b4d, 226px 406px #ff1b4d, 1561px 1574px #ff1b4d, 340px 1602px #ff1b4d, 718px 976px #ff1b4d, 1823px 570px #ff1b4d, 1298px 484px #ff1b4d, 1023px 1903px #ff1b4d, 1266px 1334px #ff1b4d, 763px 877px #ff1b4d, 223px 631px #ff1b4d, 1761px 1293px #ff1b4d, 878px 1px #ff1b4d, 973px 696px #ff1b4d, 975px 1841px #ff1b4d, 1276px 302px #ff1b4d, 1399px 1324px #ff1b4d, 1706px 872px #ff1b4d, 341px 1960px #ff1b4d, 1384px 1655px #ff1b4d, 1897px 767px #ff1b4d, 68px 405px #ff1b4d, 705px 310px #ff1b4d, 194px 103px #ff1b4d, 1432px 368px #ff1b4d, 1262px 1682px #ff1b4d, 1933px 1526px #ff1b4d, 263px 655px #ff1b4d, 1031px 1031px #ff1b4d, 1557px 788px #ff1b4d, 1558px 1360px #ff1b4d, 812px 421px #ff1b4d, 1951px 734px #ff1b4d, 1567px 498px #ff1b4d, 1832px 1229px #ff1b4d, 913px 164px #ff1b4d, 1907px 1273px #ff1b4d, 533px 749px #ff1b4d, 1235px 951px #ff1b4d, 645px 1959px #ff1b4d, 92px 1570px #ff1b4d, 1169px 1434px #ff1b4d, 118px 1223px #ff1b4d, 583px 957px #ff1b4d, 1245px 316px #ff1b4d, 527px 863px #ff1b4d, 372px 1007px #ff1b4d, 244px 1251px #ff1b4d, 314px 494px #ff1b4d, 1842px 1463px #ff1b4d, 1315px 730px #ff1b4d, 1655px 1366px #ff1b4d, 482px 979px #ff1b4d, 340px 1808px #ff1b4d, 256px 578px #ff1b4d, 858px 1792px #ff1b4d, 1965px 403px #ff1b4d, 454px 253px #ff1b4d, 1664px 698px #ff1b4d, 1974px 750px #ff1b4d, 262px 1801px #ff1b4d, 1652px 1076px #ff1b4d, 992px 711px #ff1b4d, 1792px 1323px #ff1b4d, 700px 1748px #ff1b4d, 855px 966px #ff1b4d, 1833px 1747px #ff1b4d, 402px 1272px #ff1b4d, 1391px 1039px #ff1b4d, 1395px 1538px #ff1b4d, 397px 1972px #ff1b4d, 744px 1403px #ff1b4d, 1784px 1046px #ff1b4d, 111px 198px #ff1b4d, 1827px 473px #ff1b4d, 1347px 1891px #ff1b4d, 1238px 1081px #ff1b4d, 189px 908px #ff1b4d, 1513px 542px #ff1b4d, 673px 981px #ff1b4d, 720px 1184px #ff1b4d, 373px 792px #ff1b4d, 1470px 1631px #ff1b4d, 16px 822px #ff1b4d, 1935px 829px #ff1b4d, 364px 613px #ff1b4d, 223px 899px #ff1b4d, 1233px 874px #ff1b4d, 1441px 1834px #ff1b4d, 719px 894px #ff1b4d, 76px 1610px #ff1b4d, 296px 685px #ff1b4d, 572px 1637px #ff1b4d, 349px 114px #ff1b4d, 1670px 1802px #ff1b4d, 979px 928px #ff1b4d, 1589px 574px #ff1b4d, 756px 194px #ff1b4d, 616px 507px #ff1b4d, 271px 186px #ff1b4d, 198px 360px #ff1b4d, 1916px 418px #ff1b4d, 721px 667px #ff1b4d, 1937px 1908px #ff1b4d, 17px 556px #ff1b4d, 345px 443px #ff1b4d, 718px 760px #ff1b4d, 1922px 310px #ff1b4d, 1185px 887px #ff1b4d, 1745px 1848px #ff1b4d, 909px 847px #ff1b4d, 1170px 134px #ff1b4d, 1773px 1133px #ff1b4d, 1099px 233px #ff1b4d, 1122px 1524px #ff1b4d, 866px 907px #ff1b4d, 398px 213px #ff1b4d, 1287px 886px #ff1b4d, 1194px 149px #ff1b4d, 1876px 1667px #ff1b4d, 332px 1658px #ff1b4d, 146px 1253px #ff1b4d, 958px 211px #ff1b4d, 643px 47px #ff1b4d, 1213px 1339px #ff1b4d, 1637px 1939px #ff1b4d, 1601px 355px #ff1b4d, 256px 1982px #ff1b4d, 989px 1609px #ff1b4d, 1179px 701px #ff1b4d, 685px 1463px #ff1b4d, 1910px 465px #ff1b4d, 764px 1930px #ff1b4d, 1856px 433px #ff1b4d, 720px 367px #ff1b4d, 1821px 416px #ff1b4d, 48px 1114px #ff1b4d, 716px 489px #ff1b4d, 174px 1972px #ff1b4d, 115px 1373px #ff1b4d, 1487px 141px #ff1b4d, 1919px 1362px #ff1b4d, 1662px 859px #ff1b4d, 1168px 490px #ff1b4d, 706px 1820px #ff1b4d, 588px 318px #ff1b4d, 107px 778px #ff1b4d, 621px 1667px #ff1b4d, 1331px 1996px #ff1b4d, 1404px 1154px #ff1b4d, 860px 1019px #ff1b4d, 1385px 1883px #ff1b4d, 1066px 1951px #ff1b4d, 752px 444px #ff1b4d, 955px 1031px #ff1b4d, 1256px 1899px #ff1b4d, 961px 1455px #ff1b4d, 1101px 84px #ff1b4d, 890px 335px #ff1b4d, 798px 40px #ff1b4d, 138px 54px #ff1b4d, 1934px 252px #ff1b4d, 429px 324px #ff1b4d, 1645px 1522px #ff1b4d, 218px 737px #ff1b4d, 1625px 531px #ff1b4d, 605px 1290px #ff1b4d, 1867px 648px #ff1b4d, 82px 1137px #ff1b4d, 231px 1423px #ff1b4d, 471px 944px #ff1b4d, 1363px 1752px #ff1b4d, 482px 1364px #ff1b4d, 1305px 627px #ff1b4d, 1065px 891px #ff1b4d, 217px 1841px #ff1b4d, 1843px 1501px #ff1b4d, 1681px 734px #ff1b4d, 185px 856px #ff1b4d, 609px 1094px #ff1b4d, 49px 1657px #ff1b4d, 783px 594px #ff1b4d, 1018px 1123px #ff1b4d, 644px 1149px #ff1b4d, 739px 1262px #ff1b4d, 1439px 1187px #ff1b4d, 1789px 1507px #ff1b4d, 941px 791px #ff1b4d, 1319px 1308px #ff1b4d, 498px 626px #ff1b4d, 1594px 858px #ff1b4d, 783px 71px #ff1b4d, 576px 1976px #ff1b4d, 1625px 696px #ff1b4d, 1821px 352px #ff1b4d, 1039px 885px #ff1b4d, 208px 430px #ff1b4d, 124px 198px #ff1b4d, 1964px 686px #ff1b4d, 1440px 1952px #ff1b4d, 231px 1435px #ff1b4d, 1846px 853px #ff1b4d, 1174px 536px #ff1b4d, 1228px 310px #ff1b4d, 1380px 699px #ff1b4d, 1116px 169px #ff1b4d, 1416px 1007px #ff1b4d, 178px 192px #ff1b4d, 1302px 1903px #ff1b4d, 1892px 154px #ff1b4d, 962px 1032px #ff1b4d, 1009px 1916px #ff1b4d, 1549px 1206px #ff1b4d, 899px 968px #ff1b4d, 902px 543px #ff1b4d, 1516px 542px #ff1b4d, 965px 527px #ff1b4d, 1594px 696px #ff1b4d, 856px 1719px #ff1b4d, 1522px 248px #ff1b4d, 1795px 283px #ff1b4d, 1144px 946px #ff1b4d, 1365px 199px #ff1b4d, 359px 1347px #ff1b4d, 1506px 263px #ff1b4d, 433px 1793px #ff1b4d, 201px 247px #ff1b4d, 942px 838px #ff1b4d, 1122px 1065px #ff1b4d, 1997px 108px #ff1b4d, 306px 989px #ff1b4d, 641px 1713px #ff1b4d, 1072px 959px #ff1b4d, 1874px 1079px #ff1b4d, 1938px 269px #ff1b4d, 891px 389px #ff1b4d, 22px 574px #ff1b4d, 727px 474px #ff1b4d, 1671px 1649px #ff1b4d, 98px 400px #ff1b4d, 641px 798px #ff1b4d, 1218px 1051px #ff1b4d, 907px 1485px #ff1b4d, 1002px 1549px #ff1b4d, 1932px 1448px #ff1b4d, 1132px 573px #ff1b4d, 1222px 1147px #ff1b4d, 1009px 451px #ff1b4d, 698px 1940px #ff1b4d, 97px 1123px #ff1b4d, 904px 751px #ff1b4d, 1904px 593px #ff1b4d, 1451px 1658px #ff1b4d, 191px 1606px #ff1b4d, 1346px 482px #ff1b4d, 1935px 1086px #ff1b4d, 1052px 224px #ff1b4d, 526px 1810px #ff1b4d, 1607px 606px #ff1b4d, 427px 1830px #ff1b4d, 1546px 407px #ff1b4d, 1771px 208px #ff1b4d, 1714px 181px #ff1b4d, 1332px 943px #ff1b4d, 1663px 1094px #ff1b4d, 1861px 1747px #ff1b4d, 1429px 1217px #ff1b4d, 1733px 1915px #ff1b4d, 925px 1179px #ff1b4d, 735px 781px #ff1b4d, 1775px 1989px #ff1b4d, 1770px 476px #ff1b4d, 844px 400px #ff1b4d, 1793px 1517px #ff1b4d, 544px 281px #ff1b4d, 725px 344px #ff1b4d, 1274px 764px #ff1b4d, 1845px 339px #ff1b4d, 582px 1745px #ff1b4d, 351px 1287px #ff1b4d, 207px 749px #ff1b4d, 1063px 1411px #ff1b4d, 1246px 342px #ff1b4d, 1538px 166px #ff1b4d, 770px 602px #ff1b4d, 1214px 1971px #ff1b4d, 113px 294px #ff1b4d, 1157px 101px #ff1b4d, 1657px 517px #ff1b4d, 637px 1693px #ff1b4d, 961px 1649px #ff1b4d, 1754px 1572px #ff1b4d, 1885px 659px #ff1b4d, 238px 34px #ff1b4d, 413px 1027px #ff1b4d, 1709px 1556px #ff1b4d, 460px 878px #ff1b4d, 1597px 608px #ff1b4d, 544px 434px #ff1b4d, 1258px 477px #ff1b4d, 565px 1863px #ff1b4d, 426px 322px #ff1b4d, 1917px 850px #ff1b4d, 296px 144px #ff1b4d, 643px 1896px #ff1b4d, 511px 116px #ff1b4d, 359px 847px #ff1b4d, 702px 1133px #ff1b4d, 857px 1371px #ff1b4d, 559px 1758px #ff1b4d, 1615px 1223px #ff1b4d, 1927px 1736px #ff1b4d, 704px 941px #ff1b4d, 1932px 942px #ff1b4d, 1462px 335px #ff1b4d, 154px 1915px #ff1b4d, 1387px 918px #ff1b4d, 1512px 1041px #ff1b4d, 1094px 1334px #ff1b4d, 1678px 865px #ff1b4d, 1960px 431px #ff1b4d, 666px 1258px #ff1b4d, 422px 1215px #ff1b4d, 345px 802px #ff1b4d, 1207px 647px #ff1b4d, 1701px 374px #ff1b4d, 1440px 1925px #ff1b4d, 1536px 1163px #ff1b4d, 905px 155px #ff1b4d, 843px 1036px #ff1b4d, 660px 823px #ff1b4d, 1329px 661px #ff1b4d, 1867px 899px #ff1b4d, 1022px 514px #ff1b4d, 1062px 1570px #ff1b4d, 888px 1786px #ff1b4d, 699px 1738px #ff1b4d, 1831px 1712px #ff1b4d, 434px 18px #ff1b4d, 227px 205px #ff1b4d, 520px 1279px #ff1b4d, 1329px 764px #ff1b4d, 1824px 47px #ff1b4d, 112px 266px #ff1b4d, 830px 1140px #ff1b4d, 478px 637px #ff1b4d, 634px 850px #ff1b4d, 711px 873px #ff1b4d, 987px 249px #ff1b4d, 1454px 909px #ff1b4d, 699px 922px #ff1b4d, 1458px 1142px #ff1b4d, 701px 1893px #ff1b4d, 134px 384px #ff1b4d, 904px 354px #ff1b4d, 1913px 1229px #ff1b4d, 1606px 1336px #ff1b4d, 976px 1776px #ff1b4d, 1726px 605px #ff1b4d, 1244px 590px #ff1b4d, 1351px 526px #ff1b4d, 1997px 130px #ff1b4d, 1137px 1134px #ff1b4d, 1293px 283px #ff1b4d, 977px 1608px #ff1b4d, 422px 1252px #ff1b4d, 236px 1653px #ff1b4d, 28px 1722px #ff1b4d, 698px 39px #ff1b4d, 5px 434px #ff1b4d, 1430px 1466px #ff1b4d, 1470px 1596px #ff1b4d, 487px 81px #ff1b4d, 186px 340px #ff1b4d, 1941px 1px #ff1b4d, 1342px 487px #ff1b4d, 813px 1855px #ff1b4d, 1445px 148px #ff1b4d, 1965px 1428px #ff1b4d, 1122px 1277px #ff1b4d, 846px 820px #ff1b4d, 1804px 228px #ff1b4d, 1501px 121px #ff1b4d, 215px 1033px #ff1b4d, 244px 426px #ff1b4d, 976px 453px #ff1b4d, 566px 953px #ff1b4d, 1772px 213px #ff1b4d, 1323px 1778px #ff1b4d, 1350px 817px #ff1b4d, 803px 913px #ff1b4d, 1395px 1359px #ff1b4d, 1995px 119px #ff1b4d, 579px 1963px #ff1b4d, 862px 1621px #ff1b4d, 1718px 825px #ff1b4d, 823px 27px #ff1b4d, 1252px 41px #ff1b4d, 1562px 835px #ff1b4d, 1730px 633px #ff1b4d, 1723px 1939px #ff1b4d, 524px 1824px #ff1b4d, 1921px 1450px #ff1b4d, 1174px 1062px #ff1b4d, 1008px 1932px #ff1b4d, 467px 334px #ff1b4d, 80px 818px #ff1b4d, 1266px 1185px #ff1b4d, 1589px 807px #ff1b4d, 1221px 320px #ff1b4d, 1724px 852px #ff1b4d, 1194px 286px #ff1b4d, 800px 1835px #ff1b4d, 1958px 728px #ff1b4d, 1271px 376px #ff1b4d, 43px 1654px #ff1b4d, 77px 803px #ff1b4d, 1399px 197px #ff1b4d, 591px 1743px #ff1b4d, 652px 1925px #ff1b4d, 107px 1939px #ff1b4d, 1110px 1708px #ff1b4d, 797px 1480px #ff1b4d, 1516px 684px #ff1b4d, 559px 1733px #ff1b4d, 1265px 718px #ff1b4d, 1263px 54px #ff1b4d, 693px 113px #ff1b4d, 1456px 1459px #ff1b4d, 1527px 1324px #ff1b4d;
}

#stars2 {
  width: 2px;
  height: 2px;
  background: radial-gradient(ellipse at bottom, #2a5153 0%, #09090f 100%);
  box-shadow: 1907px 1575px #ff1b4d, 893px 268px #ff1b4d, 1819px 666px #ff1b4d, 366px 1985px #ff1b4d, 1736px 1062px #ff1b4d, 1124px 45px #ff1b4d, 905px 1674px #ff1b4d, 1570px 711px #ff1b4d, 255px 1747px #ff1b4d, 147px 1032px #ff1b4d, 865px 1813px #ff1b4d, 1721px 1461px #ff1b4d, 202px 724px #ff1b4d, 1860px 812px #ff1b4d, 634px 1410px #ff1b4d, 927px 1264px #ff1b4d, 1648px 620px #ff1b4d, 1915px 1309px #ff1b4d, 731px 778px #ff1b4d, 91px 1185px #ff1b4d, 829px 1003px #ff1b4d, 174px 1784px #ff1b4d, 1094px 1874px #ff1b4d, 1464px 484px #ff1b4d, 1639px 1717px #ff1b4d, 959px 573px #ff1b4d, 1686px 1287px #ff1b4d, 906px 356px #ff1b4d, 970px 499px #ff1b4d, 626px 890px #ff1b4d, 1344px 1070px #ff1b4d, 1351px 544px #ff1b4d, 708px 68px #ff1b4d, 1870px 130px #ff1b4d, 556px 1270px #ff1b4d, 1432px 618px #ff1b4d, 769px 673px #ff1b4d, 1289px 1410px #ff1b4d, 1499px 1969px #ff1b4d, 749px 1163px #ff1b4d, 1198px 198px #ff1b4d, 399px 133px #ff1b4d, 1856px 1280px #ff1b4d, 904px 194px #ff1b4d, 973px 1107px #ff1b4d, 1371px 1785px #ff1b4d, 989px 1835px #ff1b4d, 1043px 1517px #ff1b4d, 787px 916px #ff1b4d, 1635px 1155px #ff1b4d, 752px 524px #ff1b4d, 1926px 1279px #ff1b4d, 1052px 1163px #ff1b4d, 719px 1963px #ff1b4d, 786px 519px #ff1b4d, 1440px 500px #ff1b4d, 156px 1265px #ff1b4d, 1691px 429px #ff1b4d, 1349px 1474px #ff1b4d, 736px 459px #ff1b4d, 248px 1678px #ff1b4d, 1136px 510px #ff1b4d, 1317px 10px #ff1b4d, 1209px 1323px #ff1b4d, 54px 469px #ff1b4d, 730px 1939px #ff1b4d, 960px 23px #ff1b4d, 112px 941px #ff1b4d, 1852px 1522px #ff1b4d, 1993px 1972px #ff1b4d, 265px 129px #ff1b4d, 222px 1897px #ff1b4d, 1766px 1804px #ff1b4d, 1530px 1786px #ff1b4d, 1045px 432px #ff1b4d, 1916px 1980px #ff1b4d, 309px 1780px #ff1b4d, 1420px 559px #ff1b4d, 1708px 103px #ff1b4d, 324px 1407px #ff1b4d, 1175px 943px #ff1b4d, 80px 1221px #ff1b4d, 1016px 1933px #ff1b4d, 318px 560px #ff1b4d, 190px 1489px #ff1b4d, 1095px 892px #ff1b4d, 1975px 1191px #ff1b4d, 1197px 955px #ff1b4d, 1482px 873px #ff1b4d, 1912px 300px #ff1b4d, 2000px 1636px #ff1b4d, 1473px 1808px #ff1b4d, 507px 192px #ff1b4d, 924px 1300px #ff1b4d, 1485px 1636px #ff1b4d, 41px 1822px #ff1b4d, 689px 120px #ff1b4d, 769px 273px #ff1b4d, 1039px 976px #ff1b4d, 1057px 1520px #ff1b4d, 1417px 1187px #ff1b4d, 512px 1507px #ff1b4d, 519px 45px #ff1b4d, 1207px 1687px #ff1b4d, 1824px 1488px #ff1b4d, 1694px 31px #ff1b4d, 1859px 52px #ff1b4d, 1368px 268px #ff1b4d, 190px 1404px #ff1b4d, 940px 1003px #ff1b4d, 167px 942px #ff1b4d, 1641px 647px #ff1b4d, 1051px 654px #ff1b4d, 233px 1640px #ff1b4d, 554px 511px #ff1b4d, 1705px 1866px #ff1b4d, 240px 1430px #ff1b4d, 140px 668px #ff1b4d, 648px 1617px #ff1b4d, 252px 101px #ff1b4d, 676px 1774px #ff1b4d, 889px 1698px #ff1b4d, 595px 853px #ff1b4d, 249px 1768px #ff1b4d, 1091px 1529px #ff1b4d, 223px 839px #ff1b4d, 239px 699px #ff1b4d, 1547px 356px #ff1b4d, 249px 1130px #ff1b4d, 1209px 1946px #ff1b4d, 1967px 1274px #ff1b4d, 430px 298px #ff1b4d, 1305px 134px #ff1b4d, 156px 91px #ff1b4d, 1712px 264px #ff1b4d, 1256px 991px #ff1b4d, 1887px 1844px #ff1b4d, 1957px 1275px #ff1b4d, 1718px 666px #ff1b4d, 1090px 543px #ff1b4d, 933px 1411px #ff1b4d, 801px 323px #ff1b4d, 202px 1659px #ff1b4d, 1117px 549px #ff1b4d, 290px 1859px #ff1b4d, 1380px 1516px #ff1b4d, 557px 1165px #ff1b4d, 1953px 1758px #ff1b4d, 1901px 1407px #ff1b4d, 1144px 347px #ff1b4d, 1640px 271px #ff1b4d, 1996px 43px #ff1b4d, 838px 488px #ff1b4d, 1151px 1529px #ff1b4d, 306px 460px #ff1b4d, 1666px 635px #ff1b4d, 1572px 633px #ff1b4d, 1797px 1076px #ff1b4d, 1727px 1119px #ff1b4d, 474px 871px #ff1b4d, 1491px 1398px #ff1b4d, 1301px 868px #ff1b4d, 1632px 454px #ff1b4d, 1611px 466px #ff1b4d, 498px 1162px #ff1b4d, 796px 269px #ff1b4d, 1988px 747px #ff1b4d, 502px 12px #ff1b4d, 276px 1260px #ff1b4d, 1536px 974px #ff1b4d, 956px 656px #ff1b4d, 107px 701px #ff1b4d, 965px 491px #ff1b4d, 1646px 247px #ff1b4d, 1515px 921px #ff1b4d, 1813px 519px #ff1b4d, 697px 143px #ff1b4d, 591px 1452px #ff1b4d, 1773px 1411px #ff1b4d, 1622px 1401px #ff1b4d, 534px 340px #ff1b4d, 1590px 284px #ff1b4d, 1464px 528px #ff1b4d, 734px 1718px #ff1b4d, 1929px 1683px #ff1b4d, 656px 480px #ff1b4d, 833px 705px #ff1b4d, 1567px 109px #ff1b4d, 1055px 330px #ff1b4d, 1943px 1367px #ff1b4d, 1935px 1512px #ff1b4d, 355px 1024px #ff1b4d, 1894px 218px #ff1b4d, 1703px 1772px #ff1b4d, 781px 1394px #ff1b4d, 367px 42px #ff1b4d, 100px 690px #ff1b4d, 1831px 458px #ff1b4d, 1884px 1878px #ff1b4d, 814px 1013px #ff1b4d;
  animation: animStar 100s linear infinite;
}

#stars2:after {
  content: " ";
  position: absolute;
  top: 100%;
  width: 2px;
  height: 2px;
  background: radial-gradient(ellipse at bottom, #2a5153 0%, #09090f 100%);
  box-shadow: 1907px 1575px #ff1b4d, 893px 268px #ff1b4d, 1819px 666px #ff1b4d, 366px 1985px #ff1b4d, 1736px 1062px #ff1b4d, 1124px 45px #ff1b4d, 905px 1674px #ff1b4d, 1570px 711px #ff1b4d, 255px 1747px #ff1b4d, 147px 1032px #ff1b4d, 865px 1813px #ff1b4d, 1721px 1461px #ff1b4d, 202px 724px #ff1b4d, 1860px 812px #ff1b4d, 634px 1410px #ff1b4d, 927px 1264px #ff1b4d, 1648px 620px #ff1b4d, 1915px 1309px #ff1b4d, 731px 778px #ff1b4d, 91px 1185px #ff1b4d, 829px 1003px #ff1b4d, 174px 1784px #ff1b4d, 1094px 1874px #ff1b4d, 1464px 484px #ff1b4d, 1639px 1717px #ff1b4d, 959px 573px #ff1b4d, 1686px 1287px #ff1b4d, 906px 356px #ff1b4d, 970px 499px #ff1b4d, 626px 890px #ff1b4d, 1344px 1070px #ff1b4d, 1351px 544px #ff1b4d, 708px 68px #ff1b4d, 1870px 130px #ff1b4d, 556px 1270px #ff1b4d, 1432px 618px #ff1b4d, 769px 673px #ff1b4d, 1289px 1410px #ff1b4d, 1499px 1969px #ff1b4d, 749px 1163px #ff1b4d, 1198px 198px #ff1b4d, 399px 133px #ff1b4d, 1856px 1280px #ff1b4d, 904px 194px #ff1b4d, 973px 1107px #ff1b4d, 1371px 1785px #ff1b4d, 989px 1835px #ff1b4d, 1043px 1517px #ff1b4d, 787px 916px #ff1b4d, 1635px 1155px #ff1b4d, 752px 524px #ff1b4d, 1926px 1279px #ff1b4d, 1052px 1163px #ff1b4d, 719px 1963px #ff1b4d, 786px 519px #ff1b4d, 1440px 500px #ff1b4d, 156px 1265px #ff1b4d, 1691px 429px #ff1b4d, 1349px 1474px #ff1b4d, 736px 459px #ff1b4d, 248px 1678px #ff1b4d, 1136px 510px #ff1b4d, 1317px 10px #ff1b4d, 1209px 1323px #ff1b4d, 54px 469px #ff1b4d, 730px 1939px #ff1b4d, 960px 23px #ff1b4d, 112px 941px #ff1b4d, 1852px 1522px #ff1b4d, 1993px 1972px #ff1b4d, 265px 129px #ff1b4d, 222px 1897px #ff1b4d, 1766px 1804px #ff1b4d, 1530px 1786px #ff1b4d, 1045px 432px #ff1b4d, 1916px 1980px #ff1b4d, 309px 1780px #ff1b4d, 1420px 559px #ff1b4d, 1708px 103px #ff1b4d, 324px 1407px #ff1b4d, 1175px 943px #ff1b4d, 80px 1221px #ff1b4d, 1016px 1933px #ff1b4d, 318px 560px #ff1b4d, 190px 1489px #ff1b4d, 1095px 892px #ff1b4d, 1975px 1191px #ff1b4d, 1197px 955px #ff1b4d, 1482px 873px #ff1b4d, 1912px 300px #ff1b4d, 2000px 1636px #ff1b4d, 1473px 1808px #ff1b4d, 507px 192px #ff1b4d, 924px 1300px #ff1b4d, 1485px 1636px #ff1b4d, 41px 1822px #ff1b4d, 689px 120px #ff1b4d, 769px 273px #ff1b4d, 1039px 976px #ff1b4d, 1057px 1520px #ff1b4d, 1417px 1187px #ff1b4d, 512px 1507px #ff1b4d, 519px 45px #ff1b4d, 1207px 1687px #ff1b4d, 1824px 1488px #ff1b4d, 1694px 31px #ff1b4d, 1859px 52px #ff1b4d, 1368px 268px #ff1b4d, 190px 1404px #ff1b4d, 940px 1003px #ff1b4d, 167px 942px #ff1b4d, 1641px 647px #ff1b4d, 1051px 654px #ff1b4d, 233px 1640px #ff1b4d, 554px 511px #ff1b4d, 1705px 1866px #ff1b4d, 240px 1430px #ff1b4d, 140px 668px #ff1b4d, 648px 1617px #ff1b4d, 252px 101px #ff1b4d, 676px 1774px #ff1b4d, 889px 1698px #ff1b4d, 595px 853px #ff1b4d, 249px 1768px #ff1b4d, 1091px 1529px #ff1b4d, 223px 839px #ff1b4d, 239px 699px #ff1b4d, 1547px 356px #ff1b4d, 249px 1130px #ff1b4d, 1209px 1946px #ff1b4d, 1967px 1274px #ff1b4d, 430px 298px #ff1b4d, 1305px 134px #ff1b4d, 156px 91px #ff1b4d, 1712px 264px #ff1b4d, 1256px 991px #ff1b4d, 1887px 1844px #ff1b4d, 1957px 1275px #ff1b4d, 1718px 666px #ff1b4d, 1090px 543px #ff1b4d, 933px 1411px #ff1b4d, 801px 323px #ff1b4d, 202px 1659px #ff1b4d, 1117px 549px #ff1b4d, 290px 1859px #ff1b4d, 1380px 1516px #ff1b4d, 557px 1165px #ff1b4d, 1953px 1758px #ff1b4d, 1901px 1407px #ff1b4d, 1144px 347px #ff1b4d, 1640px 271px #ff1b4d, 1996px 43px #ff1b4d, 838px 488px #ff1b4d, 1151px 1529px #ff1b4d, 306px 460px #ff1b4d, 1666px 635px #ff1b4d, 1572px 633px #ff1b4d, 1797px 1076px #ff1b4d, 1727px 1119px #ff1b4d, 474px 871px #ff1b4d, 1491px 1398px #ff1b4d, 1301px 868px #ff1b4d, 1632px 454px #ff1b4d, 1611px 466px #ff1b4d, 498px 1162px #ff1b4d, 796px 269px #ff1b4d, 1988px 747px #ff1b4d, 502px 12px #ff1b4d, 276px 1260px #ff1b4d, 1536px 974px #ff1b4d, 956px 656px #ff1b4d, 107px 701px #ff1b4d, 965px 491px #ff1b4d, 1646px 247px #ff1b4d, 1515px 921px #ff1b4d, 1813px 519px #ff1b4d, 697px 143px #ff1b4d, 591px 1452px #ff1b4d, 1773px 1411px #ff1b4d, 1622px 1401px #ff1b4d, 534px 340px #ff1b4d, 1590px 284px #ff1b4d, 1464px 528px #ff1b4d, 734px 1718px #ff1b4d, 1929px 1683px #ff1b4d, 656px 480px #ff1b4d, 833px 705px #ff1b4d, 1567px 109px #ff1b4d, 1055px 330px #ff1b4d, 1943px 1367px #ff1b4d, 1935px 1512px #ff1b4d, 355px 1024px #ff1b4d, 1894px 218px #ff1b4d, 1703px 1772px #ff1b4d, 781px 1394px #ff1b4d, 367px 42px #ff1b4d, 100px 690px #ff1b4d, 1831px 458px #ff1b4d, 1884px 1878px #ff1b4d, 814px 1013px #ff1b4d;
}

#stars3 {
  width: 3px;
  height: 3px;
  background: radial-gradient(ellipse at bottom, #2a5153 0%, #09090f 100%);
  box-shadow: 1994px 1692px #ff1b4d, 961px 1928px #ff1b4d, 819px 1320px #ff1b4d, 1899px 52px #ff1b4d, 28px 1937px #ff1b4d, 157px 88px #ff1b4d, 860px 1909px #ff1b4d, 720px 427px #ff1b4d, 1319px 1469px #ff1b4d, 677px 960px #ff1b4d, 1265px 1181px #ff1b4d, 1176px 1361px #ff1b4d, 1957px 753px #ff1b4d, 1674px 1355px #ff1b4d, 929px 1206px #ff1b4d, 1038px 898px #ff1b4d, 1229px 365px #ff1b4d, 1085px 51px #ff1b4d, 851px 650px #ff1b4d, 385px 21px #ff1b4d, 41px 1153px #ff1b4d, 718px 70px #ff1b4d, 1321px 579px #ff1b4d, 497px 1458px #ff1b4d, 1981px 813px #ff1b4d, 776px 1187px #ff1b4d, 1345px 31px #ff1b4d, 1571px 400px #ff1b4d, 339px 587px #ff1b4d, 146px 750px #ff1b4d, 64px 61px #ff1b4d, 307px 981px #ff1b4d, 388px 849px #ff1b4d, 1398px 936px #ff1b4d, 522px 765px #ff1b4d, 1146px 350px #ff1b4d, 19px 206px #ff1b4d, 1767px 319px #ff1b4d, 1203px 425px #ff1b4d, 1917px 1018px #ff1b4d, 91px 1401px #ff1b4d, 898px 697px #ff1b4d, 1712px 1121px #ff1b4d, 633px 1119px #ff1b4d, 137px 1266px #ff1b4d, 1006px 931px #ff1b4d, 1644px 1804px #ff1b4d, 1596px 1057px #ff1b4d, 1298px 543px #ff1b4d, 1505px 996px #ff1b4d, 1972px 1383px #ff1b4d, 1210px 1497px #ff1b4d, 804px 1840px #ff1b4d, 913px 1047px #ff1b4d, 187px 1824px #ff1b4d, 1564px 1994px #ff1b4d, 557px 1737px #ff1b4d, 508px 1609px #ff1b4d, 1259px 1911px #ff1b4d, 1294px 1381px #ff1b4d, 1845px 1843px #ff1b4d, 667px 1497px #ff1b4d, 1046px 945px #ff1b4d, 937px 1889px #ff1b4d, 982px 1806px #ff1b4d, 1293px 671px #ff1b4d, 668px 904px #ff1b4d, 358px 1971px #ff1b4d, 133px 766px #ff1b4d, 1152px 1573px #ff1b4d, 318px 694px #ff1b4d, 578px 1184px #ff1b4d, 1620px 1701px #ff1b4d, 1359px 354px #ff1b4d, 1807px 1367px #ff1b4d, 458px 911px #ff1b4d, 1387px 806px #ff1b4d, 523px 81px #ff1b4d, 1243px 341px #ff1b4d, 906px 1730px #ff1b4d, 1629px 474px #ff1b4d, 1690px 419px #ff1b4d, 847px 808px #ff1b4d, 528px 1627px #ff1b4d, 480px 718px #ff1b4d, 537px 593px #ff1b4d, 1432px 1333px #ff1b4d, 200px 1228px #ff1b4d, 1800px 1375px #ff1b4d, 725px 1231px #ff1b4d, 1749px 1432px #ff1b4d, 1948px 303px #ff1b4d, 1889px 252px #ff1b4d, 1114px 1400px #ff1b4d, 759px 646px #ff1b4d, 222px 571px #ff1b4d, 1908px 1401px #ff1b4d, 1856px 1204px #ff1b4d, 338px 1645px #ff1b4d, 1528px 1050px #ff1b4d;
  animation: animStar 150s linear infinite;
}

#stars3:after {
  content: " ";
  position: absolute;
  top: 1000px;
  background: radial-gradient(ellipse at bottom, #2a5153 0%, #09090f 100%);
  box-shadow: 1994px 1692px #ff1b4d, 961px 1928px #ff1b4d, 819px 1320px #ff1b4d, 1899px 52px #ff1b4d, 28px 1937px #ff1b4d, 157px 88px #ff1b4d, 860px 1909px #ff1b4d, 720px 427px #ff1b4d, 1319px 1469px #ff1b4d, 677px 960px #ff1b4d, 1265px 1181px #ff1b4d, 1176px 1361px #ff1b4d, 1957px 753px #ff1b4d, 1674px 1355px #ff1b4d, 929px 1206px #ff1b4d, 1038px 898px #ff1b4d, 1229px 365px #ff1b4d, 1085px 51px #ff1b4d, 851px 650px #ff1b4d, 385px 21px #ff1b4d, 41px 1153px #ff1b4d, 718px 70px #ff1b4d, 1321px 579px #ff1b4d, 497px 1458px #ff1b4d, 1981px 813px #ff1b4d, 776px 1187px #ff1b4d, 1345px 31px #ff1b4d, 1571px 400px #ff1b4d, 339px 587px #ff1b4d, 146px 750px #ff1b4d, 64px 61px #ff1b4d, 307px 981px #ff1b4d, 388px 849px #ff1b4d, 1398px 936px #ff1b4d, 522px 765px #ff1b4d, 1146px 350px #ff1b4d, 19px 206px #ff1b4d, 1767px 319px #ff1b4d, 1203px 425px #ff1b4d, 1917px 1018px #ff1b4d, 91px 1401px #ff1b4d, 898px 697px #ff1b4d, 1712px 1121px #ff1b4d, 633px 1119px #ff1b4d, 137px 1266px #ff1b4d, 1006px 931px #ff1b4d, 1644px 1804px #ff1b4d, 1596px 1057px #ff1b4d, 1298px 543px #ff1b4d, 1505px 996px #ff1b4d, 1972px 1383px #ff1b4d, 1210px 1497px #ff1b4d, 804px 1840px #ff1b4d, 913px 1047px #ff1b4d, 187px 1824px #ff1b4d, 1564px 1994px #ff1b4d, 557px 1737px #ff1b4d, 508px 1609px #ff1b4d, 1259px 1911px #ff1b4d, 1294px 1381px #ff1b4d, 1845px 1843px #ff1b4d, 667px 1497px #ff1b4d, 1046px 945px #ff1b4d, 937px 1889px #ff1b4d, 982px 1806px #ff1b4d, 1293px 671px #ff1b4d, 668px 904px #ff1b4d, 358px 1971px #ff1b4d, 133px 766px #ff1b4d, 1152px 1573px #ff1b4d, 318px 694px #ff1b4d, 578px 1184px #ff1b4d, 1620px 1701px #ff1b4d, 1359px 354px #ff1b4d, 1807px 1367px #ff1b4d, 458px 911px #ff1b4d, 1387px 806px #ff1b4d, 523px 81px #ff1b4d, 1243px 341px #ff1b4d, 906px 1730px #ff1b4d, 1629px 474px #ff1b4d, 1690px 419px #ff1b4d, 847px 808px #ff1b4d, 528px 1627px #ff1b4d, 480px 718px #ff1b4d, 537px 593px #ff1b4d, 1432px 1333px #ff1b4d, 200px 1228px #ff1b4d, 1800px 1375px #ff1b4d, 725px 1231px #ff1b4d, 1749px 1432px #ff1b4d, 1948px 303px #ff1b4d, 1889px 252px #ff1b4d, 1114px 1400px #ff1b4d, 759px 646px #ff1b4d, 222px 571px #ff1b4d, 1908px 1401px #ff1b4d, 1856px 1204px #ff1b4d, 338px 1645px #ff1b4d, 1528px 1050px #ff1b4d;
}


@keyframes animStar {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-2000px);
  }
}


body {

  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@media screen and (min-width: 1000px) {
  .main {
    width: 400px;
    font-size: 150px;
  }

  .main .socod {
    font-size: 103px;
  }
}

.main2 {
  font-family: "Unbounded";
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  margin-right: 70px;
  height: 36px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  user-select: none;
  -webkit-user-select: none;
}

.main2 span {
  display: block;
  position: relative;
  -webkit-transform: translateZ(0) translate3D(0, 0, 0);
  transform: translateZ(0) translate3D(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
}

.main2 .webdev {
  color: #ff1b4d;
  text-shadow: 0 0 0 transparent, 0 0 20px #890000, 0 0 40px #890000;
  -webkit-animation: blink 4s infinite alternate;
  animation: blink 4s infinite alternate;
  transition: text-shadow 0.3s ease-in-out;
}

.main2 .webdev:hover {
  text-shadow: 0 0 10px #e54747, 0 0 30px #e54747, 0 0 50px #e54747;
}

@-webkit-keyframes blink {

  0%,
  30% {
    text-shadow: 0 0 0 transparent, 0 0 20px #890000, 0 0 40px #890000;
  }

  100% {
    text-shadow: 0 0 10px #e54747, 0 0 30px #e54747, 0 0 50px #e54747;
  }
}

@keyframes blink {

  0%,
  30% {
    text-shadow: 0 0 0 transparent, 0 0 20px #890000, 0 0 40px #890000;
  }

  100% {
    text-shadow: 0 0 10px #e54747, 0 0 30px #e54747, 0 0 50px #e54747;
  }
}

.main2 .socod {
  font-size: 11vw;
  color: #d4eaff;
  text-shadow: 0 0 0 transparent, 0 0 10px #2695ff, 0 0 20px rgba(38, 149, 255, 0.5), 0 0 40px #2695ff, 0 0 100px #2695ff, 0 0 200px #2695ff, 0 0 300px #2695ff, 0 0 500px #2695ff;
  -webkit-animation: buzz 0.01s infinite alternate;
  animation: buzz 0.01s infinite alternate;
}

@-webkit-keyframes buzz {
  70% {
    opacity: 0.80;
  }
}

@keyframes buzz {
  70% {
    opacity: 0.80;
  }
}

@-webkit-keyframes blink {
  40% {
    opacity: 1;
  }

  42% {
    opacity: 0.8;
  }

  43% {
    opacity: 1;
  }

  45% {
    opacity: 0.2;
  }

  46% {
    opacity: 1;
  }
}

@keyframes blink {
  40% {
    opacity: 1;
  }

  42% {
    opacity: 0.8;
  }

  43% {
    opacity: 1;
  }

  45% {
    opacity: 0.2;
  }

  46% {
    opacity: 1;
  }
}

@media screen and (min-width: 1000px) {
  .main2 {
    font-size: 40px;
  }

  .main2 .socod {
    font-size: 103px;
  }


  .area {
    width: 100%;
    position: fixed;
    z-index: -1;
  }

  @media (min-width: 579px) {
    .header-image {
      width: 42px;
      height: auto;
      margin: 0px auto;
      display: block;
      position: absolute;
      top: var(--translate-y);
      left: var(--translate-x);
      z-index: 1;
      cursor: pointer;
      transform: translateX(var(--translate-x)) translateY(var(--translate-y)) rotate(29deg);
      --translate-x: 379px;
      --translate-y: -3px;
      transition: transform 0.6s ease, rotate 0.6s ease;
    }
  }

  .header-image:hover {
    transform: translateX(calc(var(--translate-x) - 5px)) translateY(-10px) rotate(-12deg);
  }
}


.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.3rem;
    height: 2.2rem;
    width: 56px;
    background-color: transparent;
    padding-inline: 0.7rem 0.1rem;
    border-radius: 21px;
    border: 1px solid var(--transparent-5-w);
}

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

.online-block {
  display: flex;
  align-items: center;
  gap: .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;
  border-radius: 4rem;
}

.online-block-icon:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0;
  top: 15px;
}

.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-color: var(--button);
  border-radius: 22px;
  height: 2rem;
  width: 2rem;
  color: var(--text-custom);
  cursor: pointer;
}

.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: 27em;
  }
}

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

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

.modal_players_online {
  visibility: hidden;
}

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

.modal_players_online>.modal-card {
  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;
}

@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;
}

.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__close:hover svg,
.modal-btn__refresh:hover svg,
.modal-btn__settings:hover svg {
  opacity: 1;
}

.modal-card__footer {
  display: flex;
  align-items: center;
  background-color: var(--transparent-2-w);
}

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

  .modal-btn__settings {
    top: 5.5rem;
  }

  .modal-hide {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .table-monitoring tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .table tbody tr {
    width: 49%;
    text-align: center;
  }

  .sticky-header {
    display: none;
  }
}

@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 {
  max-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%;
  text-align: center;
  font-size: var(--fsz-big);
  font-weight: 600;
  opacity: 0.5;
  margin-block: 3rem;
}

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

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

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

.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;
}

.modal-card__body-buttons .btn_delete svg {
  fill: var(--red);
}

.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(auto-fill, minmax(22rem, 1fr));
  width: 100%;
  gap: 10px;
}

.servers__card-block {
  display: flex;
  align-items: center;
  background-color: var(--card);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--transparent-10-w);
}

@media (max-width: 768px) {
  .servers__card-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(21rem, 1fr));
  }

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

.servers__card-info {
  display: flex;
  z-index: 2;
  flex-direction: column;
  gap: 0.3rem;
  margin-left: 0.8rem;
}

.servers__card-header {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 22rem;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .servers__card-header {
    max-width: 17rem;
  }
}

.servers__card-body {
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 0.5rem;
}

.servers__card-details {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.servers__card-badge {
  background: var(--badge);
  color: var(--text-custom);
  border-radius: 8px;
  padding: 0.3rem 0.6rem;
  font-size: 11px;
  font-weight: 600;
  user-select: none;
  transition: 0.2s;
}

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

.servers__card-map {
  border-radius: 8px;
  padding: 0.3rem 0.6rem;
  background-color: var(--transparent-10-w);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  font-size: 11px;
  color: var(--text-custom);
}

.servers__card-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;
}

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

.servers__card-online-text {
  z-index: 2;
  font-size: 11px;
  font-weight: 600;
}

.servers__card-online svg {
  width: 0.7rem;
  height: 0.7rem;
  fill: currentColor;
  z-index: 1;
}

.servers__card-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 0.1rem;
  padding: 0.1rem;
  margin-left: auto;
  z-index: 2;
}

.servers__card-buttons button,
.servers__card-buttons a {
  height: 56px;
  width: 56px;
  background-color: var(--transparent-5-w);
  color: var(--text-default);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  cursor: pointer;
  transition: 0.2s;
}

.servers__card-buttons button svg,
.servers__card-buttons a svg {
  width: 1.3rem;
  height: 1.3rem;
  fill: currentColor !important;
  opacity: 0.3;
  transition: 0.2s;
  background-color: transparent !important;
}

.servers__card-buttons button:hover,
.servers__card-buttons a:hover {
  background-color: var(--transparent-10-w);
}

.servers__card-buttons button:hover svg,
.servers__card-buttons a:hover svg {
  opacity: 1;
}

.servers__card-buttons button {
  border-radius: 4px 14px;
}

.servers__card-buttons a {
  border-radius: 14px 4px;
}

.servers__card-image-map {
  position: absolute;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  width: 100%;
}

.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;
}

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

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

.mon_selects select {
  /* flex: 2; */
  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;
}

.mon_selects div:last-child {
  height: 41px;
  width: 8rem;
}

.mon_action_select_mute_reason,
.mon_action_select_ban_reason {
  flex: 2;
}

.mon_selects div:first-child {
  height: 41px;
  width: 8rem;
}

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

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

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

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

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

.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;
}

.servers__card-wrapper-4 {
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
}

.servers__card-wrapper-2 {
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
}

.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);
  gap: 0.3rem;
}

@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: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:last-child span {
  transition: .2s;
}

.table-mon__server-button svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
  opacity: 0.7;
  transition: 0.2s;
}

.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-middle);
}

.table-mon__server-button:last-child:hover svg {
  opacity: 1;
  fill: var(--span);
}

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

.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;
  }
}

/* tables from slame template */

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  transition: 0.25s ease-in-out;
  border: 1px solid var(--transparent-5-w);
  border-radius: 1rem;
  margin-bottom: 0;
}

table {
  border: none;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0;
  border-radius: 1rem;
  overflow: hidden;
}

thead th:hover {
  color: var(--text-default);
  opacity: 1;
}

tr:nth-child(even) {
  background-color: var(--bg-tr-odd);
}

table thead tr {
  background-color: var(--bg-table);
}

table tbody td,
table thead th,
table tfoot td {
  padding: 0.7rem 1rem !important;
  vertical-align: middle !important;
  border-top: none !important;
  border-bottom: 1px solid var(--input-form) !important;
}

table tfoot td {
  font-weight: var(--font-weight-7);
  color: var(--span);
}

table tbody td {
  padding: 0.9rem 1rem;
  white-space: nowrap;
}

table thead th {
  font-weight: var(--font-weight-4) !important;
  font-size: var(--font-size-m) !important;
  color: var(--text-custom) !important;
  vertical-align: middle !important;
  opacity: 0.4;
  transition: 0.25s !important;
  cursor: default;
  white-space: nowrap;
  text-transform: none !important;
}

table tbody tr {
  font-size: var(--font-size-m) !important;
  color: var(--text-default) !important;
  font-weight: var(--font-weight-4) !important;
  transition: 0.25s !important;
}

table tbody tr:hover {
  color: var(--span);
  background-color: var(--bottom-line-table);
}

table tbody td img {
  width: 1.2rem;
  height: 1.2rem;
}

.modal-card__body-bottom-wrapper {
  display: flex;
  align-items: center;
  gap: .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: 7.4rem;
  border-radius: 16px;
}

.table-loader {
  height: 60px;
}

.table-list-loader {
  height: 23.1rem;
  border-radius: 16px;
  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%);
  }
}

.card_header {
  display: flex;
  border-radius: 6px;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
}

.svg_header {
  background: var(--bottom-line-table);
  border-radius: 6px;
  padding: 5px;
  width: 51px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg_header svg {
  width: 35px;
  height: 35px;
}

.svg_text_header {
  display: flex;
}

.flex_header_top {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0 10px;
}

.flex_header_bottom {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0 10px;
}

.flex_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 578px) {
  .card_header {
    display: flex;
    background: var(--card);
    border-radius: 6px;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .svg_header {
    background: var(--bottom-line-table);
    border-radius: 4px;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .svg_header svg {
    width: 20px;
    height: 20px;
    fill: var(--span-color);
  }

  .svg_text_header {
    display: flex;
    align-items: center;
  }

  .flex_header_top {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0 7px;
  }

  .flex_header_bottom {
    display: none;
  }

  .flex_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/* tiny */

.tox:not(.tox-tinymce-inline) .tox-editor-header {
  background-color: var(--input-form) !important;
  box-shadow: 0 8px 10px -4px rgb(0 0 0 / 12%) !important;
}

.tox .tox-menubar {
  background-color: var(--input-form) !important;
}

.tox .tox-toolbar-overlord {
  background-color: var(--input-form) !important;
}

.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary {
  background-color: var(--input-form) !important;
}

.tox .tox-edit-area__iframe {
  background-color: var(--input-form) !important;
}

.tox .tox-statusbar {
  background-color: var(--input-form) !important;
  border-top: 1px solid var(--card) !important;
}

.tox-tinymce {
  border: 2px solid var(--input-form) !important;
}

.tox .tox-edit-area::before {
  border: 2px solid var(--top-text-color) !important;
}

.tox .tox-tbtn:not(.tox-tbtn--bespoke) {
  background-color: var(--input-form) !important;
}

.tox .tox-tbtn .tox-tbtn__select-chevron svg {
  fill: var(--bg) !important;
}

.tox .tox-tbtn svg {
  fill: var(--span) !important;
}

.tox .tox-tbtn--disabled svg,
.tox .tox-tbtn--disabled:hover svg path {
  fill: var(--span-middle) !important;
}

.tox .tox-tbtn:not(.tox-tbtn--disabled):hover {
  background-color: var(--span) !important;
}

.tox .tox-tbtn:not(.tox-tbtn--disabled):hover svg {
  fill: var(--bg) !important;
}

.tox .tox-tbtn--disabled:hover {
  background-color: transparent;
}

.tox .tox-mbtn {
  background-color: var(--input-form) !important;
}

.tox .tox-mbtn:hover {
  background-color: var(--button-hover) !important;
}

.tox .tox-mbtn__select-label {
  color: var(--span);
}

.tox .tox-statusbar__path-item,
.tox .tox-statusbar__path>* {
  color: var(--span-middle) !important;
}

.tox .tox-statusbar__path-item:hover {
  color: var(--span) !important;
}

.mce-content-body {
  color: #fff !important;
}

.tox .tox-statusbar__branding svg {
  fill: var(--tooltip) !important;
}

.tox-tbtn--bespoke {
  background-color: var(--span) !important;
}

.tox-menu,
.tox-toolbar__overflow {
  background-color: var(--input-form) !important;
  box-shadow: 0 2px 10px var(--bg) !important;
}

.tox-collection__item-label {
  color: var(--text-custom) !important;
}

.tox-collection__item--enabled {
  background-color: var(--card) !important;
}

.tox-collection__item-icon svg {
  color: var(--span);
}

.tox-icon-text-color__color,
.tox-icon-highlight-bg-color__color {
  fill: var(--span);
}

.tox-toolbar__overflow {
  background-image: repeating-linear-gradient(var(--card) 0 2px, transparent 1px 39px) !important;
}

.tox-collection__item-accessory {
  color: var(--text-custom) !important;
}

.tox .tox-collection__item-caret svg {
  fill: var(--text-custom) !important;
}



/* ----- */



.card_header {
  background: var(--card);
}

.svg_header svg {
  fill: var(--span);
}

.flex_header_bottom {
  color: var(--text-custom);
}

.news_header,
.news_header span {
  color: var(--text-custom);
}

.news_header {
  background-color: var(--bottom-line-table);
}

.form_box .news_input_text {
  background-color: var(--bg-table);
  color: var(--text-custom);
}

.form_box .news_input_text svg {
  fill: var(--text-custom);
}

.form_box input {
  color: var(--span);
}

input[type="radio"] {
  background: var(--span);
  border: 1px solid var(--text-custom);
  background: radial-gradient(farthest-side, var(--span) 94%, #0000) 50% / 0 0 no-repeat content-box;
}

input[type="radio"]:checked {
  border-color: var(--span);
}

.form_box .news_multi_radio input[type="date"],
.form_box .news_multi_radio input[type="time"] {
  background-color: var(--button-hover);
}

.button_pagination.active {
  background: var(--span);
  color: var(--grey);
}

.news_prev {
  background-color: var(--bg-table);
}

.modals_i {
  background-color: var(--bg-table);
}

.modals-close svg {
  fill: var(--span);
}

.news_admin {
  background-color: var(--grey);
}

.news_admin_buttons a {
  background-color: var(--button);
}

.news_admin_buttons a:hover {
  background-color: var(--button-hover);
}

.news_admin_buttons a svg {
  fill: var(--text-custom);
}

.news_admin_buttons a:hover svg {
  fill: var(--span);
}

.modals_inside {
  background-color: var(--card);
}

.news_checkbox label {
  color: var(--text-custom);
}

.modals_tittle>div:nth-child(2) {
  color: var(--text-custom);
}

/* main loader */

.loader:before {
  box-shadow: 30px 0 0 var(--span);
}

.loader:after {
  background-color: var(--span);
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 var(--span);
  }

  50% {
    box-shadow: 0 0 0 var(--span);
    margin-bottom: 0;
    transform: translate(15px, 15px);
  }

  100% {
    box-shadow: 30px 0 0 var(--span);
    margin-bottom: 10px;
  }
}

/* ----------- */

.modals_i>.modals_inside {
  background-color: transparent;
}

.news_admin_edit a {
  background-color: var(--button);
}

.news_admin_edit a:hover {
  background-color: var(--button-hover);
}

.news_admin_edit a svg {
  fill: var(--span);
}

.card {
  overflow: hidden;
}

/* main page */

.news_button {
  background: var(--span);
  border: 8px solid var(--card);
  color: var(--text-default);
}

.news_button:hover {
  color: var(--card);
}

.modals_s>.modals-close svg {
  fill: var(--text-custom);
}

.news_text {
  color: var(--text-custom);
}

.hr_news {
  background: var(--card);
}

.news_prev_block {
  background-color: var(--bottom-line-table);
}

.news_footer {
  color: var(--text-custom);
}

.news_footer svg {
  fill: var(--text-custom);
}

.news_admin_avatar {
  border: 1px solid var(--text-custom);
}

.news_admin_nick {
  color: var(--span);
}

@media (max-width: 576px) {
  .news_button {
    border: 6px solid var(--card);
  }

  .btn_main_news {
    border: 1px solid var(--span);
  }
}


.loader {
  animation: rotate 1s infinite;
  height: 50px;
  width: 50px;
}

.loader:before,
.loader:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}

.loader:before {
  animation: ball1 1s infinite;
  background-color: #fff;
  margin-bottom: 10px;
}

.loader:after {
  animation: ball2 1s infinite;
  box-shadow: 30px 0 0 #fff;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(0.8)
  }

  50% {
    transform: rotate(360deg) scale(1.2)
  }

  100% {
    transform: rotate(720deg) scale(0.8)
  }
}

/* @keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 var(--span-color);
    }
    50% {
        box-shadow: 0 0 0 var(--span-color);
        margin-bottom: 0;
        transform: translate(15px, 15px);
    }
    100% {
        box-shadow: 30px 0 0 var(--span-color);
        margin-bottom: 10px;
    }
} */

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #fff;
  }

  50% {
    box-shadow: 0 0 0 #fff;
    margin-top: -20px;
    transform: translate(15px, 15px);
  }

  100% {
    box-shadow: 30px 0 0 #fff;
    margin-top: 0;
  }
}

.nm_loader {
  align-items: center;
  justify-content: center;
}

.card {
  border-radius: 16px !important;
}

.news_main_block {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(20em, 1fr))
}

.news_block_inside {
  width: 100%;
}

.news_inside {
  height: 300px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 6px;
}

.news_up img {
  height: 148px;
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
  opacity: .8;
  pointer-events: none;
}

.news_button {
  position: absolute;
  padding: 6px 14px;
  border-radius: 30px;
  font-weight: 600;
  bottom: -25px;
  cursor: pointer;
  overflow: hidden;
  transition: .25s linear;
}

.news_button:hover {
  transition: .25s linear;
}

.news_button:after {
  left: 0;
  top: 42px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(5 5 5 / 5%);
  transition: .25s linear;
}

.news_button:hover:after {
  left: 0;
  top: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(5 5 5 / 3%);
  transition: .25s linear;
}

.news_up {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.news_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 6px 8px;
}

.news_title {
  font-size: 22px;
  font-weight: 800;
}

.news_text {
  font-size: 14px;
  max-height: 110px;
  overflow: auto;
}

.hr_news,
.news_footer {
  width: calc(100% - 20px);
  left: 10px;
  right: 10px;
}

.hr_news {
  height: 1px;
  position: absolute;
  bottom: 36px;
  margin-left: 0;
}

.news_footer {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 6px;
}

.news_footer svg {
  width: 13px;
}

.news_footer_date,
.news_footer_visits {
  display: flex;
  align-items: center;
}

.news_footer_date {
  gap: 7px;
}

.news_footer_visits {
  gap: 5px;
}

@media (max-width: 576px) {
  .news_block {
    flex: auto;
    width: 100%;
  }

  .news_inside {
    flex-direction: row;
    height: 90px;
    gap: 4px;
  }

  .news_up {
    justify-content: flex-start;
    height: 100%;
  }

  .news_up img {
    height: inherit;
    width: 110px;
  }

  .news_button {
    font-size: 9px;
    padding: 4px 10px;
    bottom: -8px;
    left: 0;
    right: 0;
    text-align: center;
  }

  .news_info {
    position: relative;
    gap: 2px;
    margin: 4px;
    width: 100%;
  }

  .news_title {
    font-size: 14px;
  }

  .news_text {
    font-size: 9px;
    max-height: 28px;
  }

  .hr_news {
    display: none;
  }

  .news_footer {
    font-size: 9px;
    left: 0;
    bottom: 0;
  }

  .news_footer svg {
    width: 11px;
  }

  .btn_main_news {
    padding: 5px 10px;
    font-size: 9px;
  }
}

.donators-container {
  display: flex;
  gap: 5px;
  padding: 10px;
  flex-direction: column;
  height: 300px;
}

.donate_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.top_three_avatar_donater {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px 0 0;
}

.top_border3 img {
  outline: 2px solid var(--top-three);
}

.donate_user {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 20px 0 0;
}

.top_donater {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: var(--text-custom);
}

.top_three_nick3 {
  font-weight: 700;
  color: var(--top-three);
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.count_of_donate_total {
  display: flex;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: var(--money);
  background-color: var(--money-bg);
  padding: 10px 15px;
  border-radius: 6px;
  margin-right: 13px;
  min-width: max-content;
}

.count_of_donate_total svg {
  width: 13px;
  fill: var(--money);
}

.place_img_top1 {
  background-image: url(/app/modules/module_page_lk_top/assets/img/1.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  margin-left: -9px;
  color: rgb(255 255 255 / 0%) !important;
}

.place_img_top2 {
  background-image: url(/app/modules/module_page_lk_top/assets/img/2.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  margin-left: -9px;
  color: rgb(255 255 255 / 0%) !important;
}

.place_img_top3 {
  background-image: url(/app/modules/module_page_lk_top/assets/img/3.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  margin-left: -9px;
  color: rgb(255 255 255 / 0%) !important;
}

.donate_count {
  color: var(--money) !important;
  font-weight: 700 !important;
}

.top_donate_block {
  display: flex;
  height: 50px;
  background-color: var(--bottom-line-table);
  align-items: center;
  padding: 0 10px;
  border-radius: 12px;
  gap: 10px;
  justify-content: space-between;
}

.top_three_avatar_donater {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px 0 0;
}

.top_three_avatar_donater img {
  height: 35px;
  width: 35px;
  border-radius: 10px;
}

.top_three_avatar_donater span {
  margin-top: 12px;
  font-weight: 700;
  width: 130px;
  display: flex;
  justify-content: center;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_donate_place_count {
  display: flex;
  color: var(--top-one);
  font-weight: 800;
  font-size: 45px;
  z-index: 2;
}

.top_three_place_donate1 {
  font-size: 16px;
  font-family: 'Unbounded';
  font-weight: 600;
  color: var(--top-one);
}

.top_three_place_donate2 {
  font-size: 16px;
  font-family: 'Unbounded';
  font-weight: 600;
  color: var(--top-two);
}

.top_three_place_donate3 {
  font-size: 16px;
  font-family: 'Unbounded';
  font-weight: 600;
  color: var(--top-three);
}

.top_border1 img {
  outline: 2px solid var(--top-one);
}

.top_border2 img {
  outline: 2px solid var(--top-two);
}

.top_border3 img {
  outline: 2px solid var(--top-three);
}

.donate_user {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 20px 0 0;
}

.top_three_nick1 {
  font-weight: 700;
  color: var(--top-one);
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_three_nick2 {
  font-weight: 700;
  color: var(--top-two);
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_three_nick3 {
  font-weight: 700;
  color: var(--top-three);
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.top_donater {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: var(--text-custom);
}

.avatar_frame {
  position: absolute !important;
  transform: scale(1.18);
  border-radius: 0 !important;
  z-index: 2;
  box-shadow: none !important;
  outline: none !important;
}

.top_donate_infoblock {
  display: flex;
  flex-direction: row;
  padding: 10px;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.donators-list-con {
  display: flex;
  gap: 5px;
  width: 100%;
  flex-direction: column;
}

.header-top-donators {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-top-donators h3 {
  display: flex;
  color: var(--text-custom);
  font-weight: 600;
  font-size: 16px;
  font-family: 'Unbounded';
  gap: 5px;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.header-top-donators h3>svg {
  fill: currentColor;
  width: 16px;
  display: none;
}

.header-top-donators h3:hover {
  color: var(--span);
}

.main-donators-block {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 10px;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.timer-don-btns {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 9px;
  background: var(--span-low);
  color: var(--span);
  transition: .3s linear;
  outline: 2px solid transparent;
  cursor: pointer;
  font-family: 'SF Pro Display';
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
}

.timer-don-btns:hover {
  outline: 2px solid var(--span);
  background: var(--span-middle);
}

.timer-don-btns.active {
  outline: 2px solid transparent;
  background: var(--span);
  color: var(--text-default);
}

.timer-don-btns.active:hover {
  background: var(--span);
  color: var(--text-default);
}

.time-buttons {
  display: flex;
  gap: 5px;
}

.no-data {
  display: flex;
  font-family: 'unbounded';
  font-weight: 500;
  font-size: 15px;
  padding: 5px;
  background: linear-gradient(45deg, var(--span-middle) 5%, transparent 95%);
  border-radius: 7px;
  width: 500px;
}

/* Mobile adapt */

@media (min-width: 100px) and (max-width: 1175px) {
  .donators-list-con {
    flex-direction: column;
    width: 100%;
  }

  .main-donators-block {
    flex-direction: column;
  }

  .main-donators-block>.pay_button {
    width: 100%;
  }
}

@media (min-width: 100px) and (max-width: 1220px) {
  .time-buttons {
    flex-direction: column;
    width: 100%;
  }

  .donators-container {
    height: auto;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  .no-data {
    font-size: 12px;
    width: 280px;
  }
}

@media (min-width: 100px) and (max-width: 425px) {
  .donate_user {
    font-size: 11px;
  }

  .count_of_donate_total {
    font-size: 10px;
  }
}

@media (min-width: 100px) and (max-width: 320px) {
  .count_of_donate_total {
    display: none;
  }
}

.top_three_place_count {
  margin: 0 15px;
  display: flex;
  justify-content: center;
  width: 13.44px;
}

.count_of_donate_total {
  display: flex;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: var(--money);
  background-color: var(--money-bg);
  padding: 10px 15px;
  border-radius: 6px;
  margin-right: 13px;
  /* ÐÐ¾Ð²Ñ‹Ðµ ÑÐ²Ð¾Ð¹ÑÑ‚Ð²Ð° */
  box-sizing: border-box;
  /* Ð£Ñ‡Ð¸Ñ‚Ñ‹Ð²Ð°ÐµÐ¼ padding Ð² ÑˆÐ¸Ñ€Ð¸Ð½Ðµ */
  white-space: nowrap;
  /* Ð—Ð°Ð¿Ñ€ÐµÑ‰Ð°ÐµÐ¼ Ð¿ÐµÑ€ÐµÐ½Ð¾Ñ Ñ‚ÐµÐºÑÑ‚Ð° */
  justify-content: center;
  /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€ÑƒÐµÐ¼ ÑÐ¾Ð´ÐµÑ€Ð¶Ð¸Ð¼Ð¾Ðµ */
  transition: width 0.3s;
  /* ÐŸÐ»Ð°Ð²Ð½Ð¾Ðµ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ ÑˆÐ¸Ñ€Ð¸Ð½Ñ‹ */
}

.top_donate_block {
  display: flex;
  height: 50px;
  background-color: var(--bottom-line-table);
  align-items: center;
  padding: 0 10px;
  border-radius: 12px;
  gap: 10px;
  /* ÐÐ¾Ð²Ð¾Ðµ ÑÐ²Ð¾Ð¹ÑÑ‚Ð²Ð¾ */
  justify-content: space-between;
  /* Ð Ð°Ð²Ð½Ð¾Ð¼ÐµÑ€Ð½Ð¾Ðµ Ñ€Ð°ÑÐ¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ðµ */
}

.avatar_frame {
  position: absolute !important;
  transform: scale(1.18);
  border-radius: 0 !important;
  z-index: 2;
  box-shadow: none !important;
  outline: none !important;
}

.back_content {
  display: block;
  filter: grayscale(1);
  height: 130px;
  width: auto;
  background-size: cover !important;
  background-position: center !important;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 12px;
  border: 2px solid transparent;
}

.back_content:hover {
  transition: 0.3s;
  filter: none;
}

.back_content video {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  border-radius: 12px;
  position: relative !important;
}

input[name="background"]:checked+label {
  border: 2px solid var(--span);
  transition: 0.3s;
  filter: none;
}

.profile_settings_inputs {
  display: flex;
  justify-items: stretch;
  flex-direction: column;
  width: 40%;
  gap: 15px;
}

.background {
  position: absolute;
  visibility: hidden;
}

.profile_settings_backs_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11em, 1fr)) !important;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 450px;
  margin: 7px 0 10px;
  width: 100%;
  grid-gap: 10px;
  gap: 10px;
}

/* NEW PROFILES STYLE */

.profile_user_card {
  overflow: hidden;
  border-radius: 16px;
  padding: 5px;
}

.user_back,
.user_back video {
  display: block;
  width: 100%;
  height: 8em;
  border-radius: 11px 11px 0 0;
  position: relative;
}

video {
  position: absolute !important;
  object-fit: cover;
  display: block;
  width: 100%;
  border-radius: 11px 11px 0 0;
}

.user_settings {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 15px;
  top: 15px;
}

.user_settings svg {
  fill: white;
  width: 17px;
  height: 17px;
  opacity: 0.5;
  transition: 0.3s;
}

.user_settings:hover svg {
  opacity: 1;
}

.user_socials {
  width: max-content;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding: 3px 4px;
  background: var(--transparent);
  backdrop-filter: blur(6px);
  border-radius: 25px;
}

.header_user_info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  padding: 15px;
  position: relative;
  justify-content: flex-end;
}

.social_button,
.social_button_dsicord {
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  cursor: pointer;
}

.social_button svg,
.social_button_dsicord svg {
  width: auto;
  height: 20px;
  opacity: 0.5;
  transition: 0.3s;
}

.social_button:hover svg,
.social_button_dsicord:hover svg {
  opacity: 1;
}

.header_user_info img {
  position: absolute;
  left: 6%;
  height: 80px;
  width: 80px;
  border-radius: 4px;
  bottom: -25%;
  outline: 5px solid var(--card);
  box-shadow: inset 5em 5em var(--card), 0px 0px 0px 4px var(--card);
}

.user_balance {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background: var(--money-bg);
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  justify-content: center;
}

.user_sec_block {
  display: flex !important;
  flex-direction: row;
  height: max-content !important;
  justify-content: flex-end;
  padding: 15px 20px;
  gap: 20px;
}

.user_sec_block img {
  width: 70px;
  height: auto;
  cursor: help;
}

.balance_info {
  display: flex;
}

.balance_count {
  font-size: 14px;
  font-weight: 500;
  color: var(--money);
}

.user_balance svg {
  width: 16px;
  height: 16px;
  fill: var(--money);
}

.user_menu_short {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: space-between;
}

.user_menu_short a {
  background: var(--button);
  border-radius: 8px;
  padding: 10px;
  transition: 0.3s;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user_menu_short a svg {
  width: 20px;
  height: auto;
  fill: var(--text-custom);
}

.a_active {
  background: var(--span-middle) !important;
}

.a_active svg {
  fill: var(--span) !important;
}

.user_menu_short a:hover {
  background: var(--button-hover);
}

.user_third_block {
  height: 100% !important;
  background: var(--transparent);
  padding: 20px;
  margin: 0 10px 10px;
  display: flex !important;
  flex-direction: column;
  border-radius: 12px;
  gap: 15px;
}

.user_nickname {
  display: flex;
  font-size: 20px;
  font-weight: 700;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  width: max-content;
}

.user_nickname svg {
  width: 15px;
  height: auto;
  fill: var(--text-default);
  opacity: 0.1;
  transition: 0.3s;
}

.user_nickname:hover svg {
  opacity: 1;
}

.user_status_server {
  color: var(--green);
  font-size: 12px;
  font-weight: 600;
}

.user_status {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.status_title {
  font-size: 11px;
  opacity: 0.5;
  color: var(--text-custom);
}

.status_content {
  color: var(--text-custom);
  font-size: 14px;
}

.user_badge {
  display: flex;
  width: max-content;
  padding: 5px 10px 5px 8px;
  border-radius: 25px;
  background: var(--transparent);
  font-size: 11px;
  font-weight: 600;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.user_badge span {
  display: flex;
  height: 12px;
  width: 12px;
  background: var(--span);
  border-radius: 25px;
}

.user_roles {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex-direction: row;
}

.badge_player {
  color: var(--text-custom);
  background: rgb(152 158 202 / 20%);
}

.badge_player_circle {
  background: var(--text-custom) !important;
}

.badge_admin {
  color: #3c96ff;
  background: rgba(60, 150, 255, 0.2);
}

.badge_admin_circle {
  background: #3c96ff !important;
}

.badge_vip {
  color: #ffe600;
  background: rgba(255 230 0/ 20%);
}

.badge_vip_circle {
  background: #ffe600 !important;
}

.badge_top-1 {
  color: var(--top-one);
  background: rgb(255 219 92 / 20%);
}

.badge_top-2 {
  color: var(--top-two);
  background: rgb(191 224 255 / 20%);
}

.badge_top-3 {
  color: var(--top-three);
  background: rgb(248 167 133 / 20%);
}

.badge_top_circle-1 {
  background: var(--top-one) !important;
}

.badge_top_circle-2 {
  background: var(--top-two) !important;
}

.badge_top_circle-3 {
  background: var(--top-three) !important;
}

.badge_banned {
  color: #bf0d0d;
  background: rgb(191 13 13 / 20%);
}

.badge_banned_circle {
  background: #bf0d0d !important;
}

.title_head {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-default);
  align-items: center;
}

.title_head svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 768.9px) {

  .country_container,
  .faceit_container,
  .adm_container,
  .steam_container,
  .stats_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5px;
    background: var(--transparent);
    padding: 20px;
    border-radius: 12px;
    margin: 10px 0;
  }
}

@media (min-width: 769px) {

  .country_container,
  .faceit_container,
  .adm_container,
  .steam_container,
  .stats_container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    background: var(--transparent);
    padding: 20px;
    border-radius: 12px;
    margin: 10px 0;
  }
}

.country_column,
.faceit_column,
.adm_column,
.steam_column,
.stats_column {
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: flex-start;
}

.title_column {
  font-size: 12px;
  color: var(--text-custom);
  opacity: 0.5;
}

@media (max-width: 768px) {
  .content_column {
    display: flex;
    font-size: 12px;
    font-weight: 500;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    color: var(--text-custom);
  }
}

@media (min-width: 769px) {
  .content_column {
    display: flex;
    font-size: 12px;
    font-weight: 700;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: var(--text-custom);
  }
}

.content_column img {
  width: 24px;
  height: auto;
}

.content_column svg {
  width: 16px;
  height: auto;
  fill: var(--text-custom);
}

@media (max-width: 1299px) {
  .general_info {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

@media (min-width: 1300px) {
  .general_info {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
}

.tables_info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.fill_blocks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.adm_warn_content {
  background: var(--transparent);
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  color: var(--text-custom);
}

.bans_comms_header li span,
.bans_comms_content li span,
.transaction_header li span,
.transaction_content li span {
  color: var(--text-custom);
}

.transaction_content li span img {
  height: 32px;
  width: auto;
}

.comms_svg svg,
.trans_svg svg {
  fill: var(--text-custom);
  opacity: 0.5;
  width: 20px;
  height: auto;
}

@media (max-width: 768.9px) {

  .bans_comms_content li,
  .transaction_content li {
    display: grid;
    grid-template-columns: 1fr 0.6fr;
    background-color: var(--bg-table);
    border-radius: 8px;
    user-select: none;
    justify-items: start;
    width: 100%;
    padding: 15px 20px;
    font-size: 12px;
    align-items: center;
  }

  .bans_comms_header li,
  .transaction_header li {
    display: grid;
    grid-template-columns: 1fr 0.6fr;
    background-color: var(--transparent);
    border-radius: 8px;
    user-select: none;
    justify-items: start;
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
  }

  .hide_this {
    display: none !important;
  }
}

@media (min-width: 769px) {

  .bans_comms_content li,
  .transaction_content li {
    display: grid;
    grid-template-columns: 0.5fr 2fr 0.8fr 0.5fr 0.7fr;
    background-color: var(--bg-table);
    border-radius: 8px;
    user-select: none;
    justify-items: start;
    width: 100%;
    padding: 15px 20px;
    font-size: 12px;
    align-items: center;
  }

  .bans_comms_header li,
  .transaction_header li {
    display: grid;
    grid-template-columns: 0.5fr 2fr 0.8fr 0.5fr 0.7fr;
    background-color: var(--transparent);
    border-radius: 8px;
    user-select: none;
    justify-items: start;
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
  }

  .hide_this {
    display: block;
  }
}

.bans_comms_container,
.transaction_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bans_comms_content ul,
.transaction_content ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
  height: 139px;
  overflow: hidden;
  overflow-y: scroll;
}

.exp_badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  background: rgb(152 158 202 / 20%);
  border-radius: 25px;
  color: var(--text-custom);
}

.perm {
  color: var(--red) !important;
  background: rgb(255 73 64 / 20%) !important;
}

.expired {
  text-decoration: line-through;
}

.unbanned {
  color: var(--green) !important;
  background: rgb(100 206 130 / 20%) !important;
}

.empty_blocks {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Unbounded";
  font-weight: 700;
  border-radius: 12px;
  width: 100%;
  border: 1px solid var(--transparent);
  height: 187px;
  color: var(--text-custom);
}

.friends_list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(14em, 1fr)) !important;
  grid-gap: 0.8rem;
  gap: 0.8rem;
  overflow: initial;
  align-content: flex-start;
  height: 140px;
  overflow: hidden;
  overflow-y: scroll;
  align-items: center;
}

.friend_card img {
  width: 30px;
  height: 30px;
  border-radius: 4px;
}

.friend_card {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  background: var(--transparent);
  padding: 10px;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
}

.friend_card:hover {
  background: var(--grey);
}

.friend_info {
  display: flex;
  flex-direction: column;
}

.friend_nick {
  font-size: 14px;
  color: var(--span);
}

.friend_lc {
  font-size: 10px;
  opacity: 0.5;
  color: var(--text-custom);
}

.user_online_status {
  position: relative;
  display: none;
}

.user_online_status::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.empty_friends {
  height: 486px;
  font-size: 20px;
  font-family: "Unbounded";
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-custom);
}

.settings_container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.settings_inp_inf {
  display: flex;
  flex-direction: column;
  width: 40%;
  gap: 10px;
}

.profile_settings_backs {
  width: 60%;
}

.online_pos {
  position: absolute;
  left: 15px;
  top: 20px;
}

@media(max-width: 575.98px) {
  .modal-new {
    position: fixed;
    z-index: 1400 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-modal);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.05);
    transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s
  }

  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    display: flex;
    flex-direction: column;
    background-color: var(--card);
    color: #fff;
    border-radius: 20px;
    padding: 20px 20px 30px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .content_modal_block {
    margin-top: 23px;
    margin-bottom: 4px;
    overflow-y: scroll
  }

  span.header_modal_new {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    color: var(--span-color);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    align-items: center
  }

  .show-modal {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    /*backdrop-filter: blur(4px);*/
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s
  }

  .close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--close-modal-text);
    width: 35px;
    height: 35px;
    border: 0;
    font-size: 15px;
    border-radius: 10px;
    background-color: var(--close-modal);
    transition: .5s
  }

  .close-button:hover {
    background-color: var(--close-modal-hover);
    transition: .5s
  }
}

@media(min-width: 576px) and (max-width:767.98px) {
  .modal-new {
    position: fixed;
    z-index: 1400 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-modal);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.05);
    transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s
  }

  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    display: flex;
    flex-direction: column;
    background-color: var(--card);
    color: #fff;
    border-radius: 20px;
    padding: 20px 20px 30px
  }

  .content_modal_block {
    margin-top: 23px;
    margin-bottom: 4px;
    overflow-y: scroll
  }

  span.header_modal_new {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    color: var(--span-color);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    align-items: center
  }

  .show-modal {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(4px);
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s
  }

  .close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--close-modal-text);
    width: 35px;
    height: 35px;
    border: 0;
    font-size: 15px;
    border-radius: 10px;
    background-color: var(--close-modal);
    transition: .5s
  }

  .close-button:hover {
    background-color: var(--close-modal-hover);
    transition: .5s
  }
}

@media(min-width: 768px) and (max-width:991.98px) {
  .modal-new {
    position: fixed;
    z-index: 1400 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-modal);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.05);
    transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s
  }

  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    display: flex;
    flex-direction: column;
    background-color: var(--card);
    color: #fff;
    border-radius: 20px;
    padding: 20px 20px 30px
  }

  .content_modal_block {
    margin-top: 23px;
    margin-bottom: 4px;
    overflow-y: scroll
  }

  span.header_modal_new {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    color: var(--span-color);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    align-items: center
  }

  .show-modal {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(4px);
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s
  }

  .close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--close-modal-text);
    width: 35px;
    height: 35px;
    border: 0;
    font-size: 15px;
    border-radius: 10px;
    background-color: var(--close-modal);
    transition: .5s
  }

  .close-button:hover {
    background-color: var(--close-modal-hover);
    transition: .5s
  }
}

@media(min-width: 992px) and (max-width:1199.98px) {
  .modal-new {
    position: fixed;
    z-index: 1400 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-modal);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.05);
    transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s
  }

  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    display: flex;
    flex-direction: column;
    background-color: var(--card);
    color: #fff;
    border-radius: 20px;
    padding: 20px 20px 30px
  }

  .content_modal_block {
    margin-top: 23px;
    margin-bottom: 4px;
    overflow-y: scroll
  }

  span.header_modal_new {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    color: var(--span-color);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    align-items: center
  }

  .show-modal {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(4px);
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s
  }

  .close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--close-modal-text);
    width: 35px;
    height: 35px;
    border: 0;
    font-size: 15px;
    border-radius: 10px;
    background-color: var(--close-modal);
    transition: .5s
  }

  .close-button:hover {
    background-color: var(--close-modal-hover);
    transition: .5s
  }
}

@media(min-width: 1200px) and (max-width:1499.98px) {
  .modal-new {
    position: fixed;
    z-index: 1400 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-modal);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.05);
    transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s
  }

  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 780px;
    display: flex;
    flex-direction: column;
    background-color: var(--card);
    color: #fff;
    border-radius: 20px;
    padding: 20px 20px 30px
  }

  .content_modal_block {
    margin-top: 23px;
    margin-bottom: 4px;
    overflow-y: scroll
  }

  span.header_modal_new {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    color: var(--span-color);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    align-items: center
  }

  .show-modal {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(4px);
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s
  }

  .close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--close-modal-text);
    width: 35px;
    height: 35px;
    border: 0;
    font-size: 15px;
    border-radius: 10px;
    background-color: var(--close-modal);
    transition: .5s
  }

  .close-button:hover {
    background-color: var(--close-modal-hover);
    transition: .5s
  }
}

@media(min-width: 1500px) {
  .modal-new {
    position: fixed;
    z-index: 1400 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-modal);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.05);
    transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s
  }

  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 780px;
    display: flex;
    flex-direction: column;
    background-color: var(--card);
    color: #fff;
    border-radius: 20px;
    padding: 20px 20px 30px
  }

  .content_modal_block {
    margin-top: 23px;
    margin-bottom: 4px;
    overflow-y: scroll
  }

  span.header_modal_new {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    color: var(--span-color);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    align-items: center
  }

  .show-modal {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(4px);
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s
  }

  .close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--close-modal-text);
    width: 35px;
    height: 35px;
    border: 0;
    font-size: 15px;
    border-radius: 10px;
    background-color: var(--close-modal);
    transition: .5s
  }

  .close-button:hover {
    background-color: var(--close-modal-hover);
    transition: .5s
  }
}

.show {
  z-index: 1000;
  opacity: 1 !important;
  visibility: visible !important;
  /*backdrop-filter: blur(4px);*/
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s
}

.modal-headers {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between
}

.modal-new-header {
  display: flex;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 10px;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* tables from slame template */

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  transition: 0.25s ease-in-out;
  border: 1px solid var(--transparent-5-w);
  border-radius: 1rem;
  margin-bottom: 0;
}

table {
  border: none;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0;
  border-radius: 1rem;
  overflow: hidden;
}

thead th:hover {
  color: var(--text-default);
  opacity: 1;
}

tr:nth-child(even) {
  background-color: var(--bg-tr-odd);
}

table thead tr {
  background-color: var(--bg-table);
}

table tbody td,
table thead th,
table tfoot td {
  padding: 0.7rem 1rem !important;
  vertical-align: middle !important;
  border-top: none !important;
  border-bottom: 1px solid var(--input-form) !important;
}

table tfoot td {
  font-weight: var(--font-weight-7);
  color: var(--span);
}

table tbody td {
  padding: 0.9rem 1rem;
  white-space: nowrap;
}

table thead th {
  font-weight: var(--font-weight-4) !important;
  font-size: var(--font-size-m) !important;
  color: var(--text-custom) !important;
  vertical-align: middle !important;
  opacity: 0.4;
  transition: 0.25s !important;
  cursor: default;
  white-space: nowrap;
  text-transform: none !important;
}

table tbody tr {
  font-size: var(--font-size-m) !important;
  color: var(--text-default) !important;
  font-weight: var(--font-weight-4) !important;
  transition: 0.25s !important;
}

table tbody tr:hover {
  color: var(--span);
  background-color: var(--bottom-line-table);
}

table tbody td img {
  width: 1.2rem;
  height: 1.2rem;
}

@media (max-width: 849.9px) {
  .punish_header_page {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    padding: 7px;
    border-radius: 16px;
    background-color: var(--card);
  }

  .custom-select-wrapper {
    width: 100%;
  }
}

@media (min-width: 850px) {
  .punish_header_page {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    padding: 7px 7px 7px 7px;
    border-radius: 16px;
    background-color: var(--card);
  }

  .custom-select-wrapper {
    width: max-content;
  }
}

label {
  cursor: inherit;
}

.segmented-control {
  border-radius: 12px;
  margin: 0;
  padding: 4px;
  border: 1px solid var(--bottom-line-table);
  outline: none;
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.segmented-control .option {
  position: relative;
  cursor: pointer;
}

.segmented-control .option:hover input:not(:checked)+label span,
.segmented-control .option:active input:not(:checked)+label span,
.segmented-control .option:focus input:not(:checked)+label span {
  filter: brightness(115%);
}

.segmented-control .option:active input:not(:checked)+label span {
  transform: scale(0.95);
}

.segmented-control .option label {
  position: relative;
  display: flex;
  text-align: center;
  padding: 0 4vmin;
  background: transparent;
  font-weight: 500;
  font-size: 14px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.segmented-control .option label::before,
.segmented-control .option label::after {
  content: "";
  width: 1px;
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  will-change: background;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.segmented-control .option label::before {
  left: 0;
  transform: translateX(-0.5px);
}

.segmented-control .option label::after {
  right: 0;
  transform: translateX(0.5px);
}

.segmented-control .option:first-of-type {
  grid-column: 1;
  grid-row: 1;
  box-shadow: none;
}

.segmented-control .option:first-of-type label::before {
  opacity: 0;
}

.segmented-control .option:last-of-type label::after {
  opacity: 0;
}

.segmented-control .option input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  opacity: 0;
}

.segmented-control .selection {
  background: var(--button);
  border-radius: 8px;
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
  will-change: transform;
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}

.segmented-control .option label span {
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  will-change: transform;
  color: var(--text-custom);
}

.segmented-control .option input:checked+label::before,
.segmented-control .option input:checked+label::after {
  background: transparent;
  z-index: 1;
}

.segmented-control .option input:checked+label {
  cursor: default;
}

.punish_state {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.punish_title {
  display: block;
  width: 100%;
  font-size: 14px;
  color: var(--text-custom);
  opacity: 0.5;
}

.not_auth_user {
  display: flex;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  color: var(--text-custom);
  background: var(--transparent);
  padding: 10px 20px;
  border-radius: 12px;
  height: 59px;
  align-items: center;
  justify-content: center;
}

.no_user_punish {
  display: flex;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  background: var(--transparent);
  padding: 10px 20px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  align-items: center;
  height: 59px;
  justify-content: center;
}

.no_user_punish::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(315deg, rgb(100 206 130 / 20%), transparent);
  z-index: 0;
}

.no_user_punish svg {
  position: absolute;
  right: -15px;
  width: 53px;
  height: auto;
  fill: var(--green);
  opacity: 0.2;
}

.no_user_punish span {
  color: var(--green);
  z-index: 2;
  position: relative;
}

.have_ban_user_punish {
  display: flex;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  background: var(--transparent);
  padding: 10px 20px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 59px;
}

.have_ban_user_punish::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(315deg, rgb(255 73 64 / 20%), transparent);
  z-index: 0;
}

.have_ban_user_punish svg {
  position: absolute;
  right: -15px;
  width: 53px;
  height: auto;
  fill: var(--red);
  opacity: 0.2;
}

.have_ban_user_punish span {
  color: var(--red);
  z-index: 2;
  position: relative;
}

.have_comm_user_punish {
  display: flex;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  background: var(--transparent);
  padding: 10px 20px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 59px;
}

.have_comm_user_punish::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(315deg, rgb(246 185 73 / 20%), transparent);
  z-index: 0;
}

.have_comm_user_punish svg {
  position: absolute;
  right: -15px;
  width: 53px;
  height: auto;
  fill: var(--orange);
  opacity: 0.2;
}

.have_comm_user_punish span {
  color: var(--orange);
  z-index: 2;
  position: relative;
}

.punish_stats_head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.hide_stats {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--transparent);
  color: var(--text-custom);
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
}

.show_stats {
  display: none;
  align-items: center;
  justify-content: center;
  background: var(--transparent);
  color: var(--text-custom);
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
}

.punish_string {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  align-items: center;
  background: var(--transparent);
  padding: 5px 5px 5px 10px;
  border-radius: 8px;
}

.punish_stats_list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow: hidden;
  border-radius: 8px;
  height: max-content;
  transition: 0.2s ease-in;
}

.stats_title {
  color: var(--text-custom);
}

.stats_count {
  color: var(--span);
  background: var(--span-low);
  padding: 3px 10px;
  border-radius: 4px;
}

.modern_table {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

@media (max-width: 768.9px) {
  .punish_header li {
    display: grid;
    grid-template-columns: 0.3fr 1fr 1.5fr;
    padding: 10px 20px;
    justify-items: start;
    gap: 5px;
  }

  .punish_content li {
    display: grid;
    grid-template-columns: 0.3fr 1fr 1.5fr;
    padding: 15px 20px;
    background: var(--grey);
    border-radius: 12px;
    justify-items: start;
    gap: 5px;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
  }

  .none_span {
    display: none !important;
  }

  .punish_buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .punish_subinfo {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    background: var(--transparent);
    border-radius: 12px;
    padding: 5px;
    align-items: center;
  }

  .punish_right_head {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .w350 {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .punish_header li {
    display: grid;
    grid-template-columns: 0.2fr 0.2fr 1fr 2fr 0.7fr 1fr;
    padding: 10px 20px;
    justify-items: start;
    gap: 5px;
  }

  .punish_content li {
    display: grid;
    grid-template-columns: 0.2fr 0.2fr 1fr 2fr 0.7fr 1fr;
    padding: 15px 20px;
    background: var(--grey);
    border-radius: 12px;
    justify-items: start;
    gap: 5px;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
  }

  .none_span {
    display: block;
  }

  .punish_buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .punish_subinfo {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    background: var(--transparent);
    border-radius: 12px;
    padding: 5px;
    align-items: center;
  }

  .punish_right_head {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .w350 {
    width: 350px;
  }
}

.punish_content li:hover {
  filter: brightness(115%);
}

.punish_header li span {
  font-size: 12px;
  color: var(--text-custom);
  opacity: 0.5;
  display: flex;
  align-items: center;
}

.punish_header svg {
  width: 14px;
  height: 14px;
  fill: var(--text-custom);
}

.punish_content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  max-height: 527px;
  overflow: hidden;
  overflow-y: scroll;
}

.punish_content li span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-custom);
  font-size: 13px;
  font-weight: 500;
  position: relative;
}

.punish_content li span p {
  margin-bottom: 0;
}

.punish_content li span svg {
  width: 20px;
  height: auto;
  fill: var(--red);
}

.punish_content li span img {
  width: 25px;
  height: 25px;
  border-radius: 4px;
}

._punish,
.danger_punish,
.success_punish,
.remove_punish {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  height: 30px;
  background: var(--transparent);
  border-radius: 25px;
  font-size: 12px !important;
}

.danger_punish {
  background: rgb(255 73 64 / 10%);
  color: var(--red) !important;
}

.success_punish {
  background: rgb(100 206 130 / 10%);
  color: var(--green) !important;
  text-decoration: line-through;
}

.remove_punish {
  background: rgb(179 121 255 / 10%);
  color: var(--purple) !important;
}

/* modal */

.punish_modal {
  display: none;
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: var(--bg-modal);
  pointer-events: auto;
}

.punish_modal-content {
  display: flex;
  background-color: var(--card);
  transform: translate(-50%, -50%);
  padding: 20px;
  border: 1px solid var(--transparent);
  width: 80%;
  border-radius: 16px;
  max-width: 400px;
  position: relative;
  flex-direction: column;
  z-index: 9999;
  gap: 15px;
  left: 50%;
  top: 50%;
}

.punish_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.punish_close {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.punish_close svg {
  width: 20px;
  height: 20px;
  fill: var(--text-default);
  opacity: 0.5;
  transition: 0.3s;
}

.punish_close:hover svg {
  opacity: 1;
}

.punish_close:hover,
.punish_close:focus {
  color: var(--text-default);
  text-decoration: none;
  cursor: pointer;
}

.punish_body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  margin-top: 15px;
}

.punish_body span {
  display: flex;
  justify-content: center;
  text-align: center;
  color: var(--text-default);
  font-size: 14px;
  flex-direction: column;
}

.punish_buy {
  display: flex;
  gap: 5px;
  background: var(--money-bg);
  color: var(--money);
  height: 41px;
  align-items: center;
  padding: 0 15px;
  border-radius: 8px;
  width: 100%;
  justify-content: center;
  text-wrap: nowrap;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}

.punish_buy:hover {
  filter: brightness(115%);
}

.punish_buy span {
  font-size: 10px;
  font-weight: 700;
  background: var(--money);
  color: black;
  padding: 3px 10px;
  border-radius: 25px;
}

.punish_info {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 5px;
  width: 100%;
}

.icon_subinfo {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  background: var(--card);
  border-radius: 8px;
}

.icon_subinfo svg {
  width: 16px;
  height: auto;
  fill: var(--text-custom);
}

.text_subinfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 35px;
}

.text_subinfo p {
  line-height: 0;
  font-size: 11px;
  opacity: 0.5;
  color: var(--text-custom);
  margin-top: 8px;
}

.text_subinfo span {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 700;
  margin-top: -3px;
}

.punish_take_admin {
  font-size: 13px;
  color: var(--text-custom);
}

.punish_muself {
  background: linear-gradient(-270deg, var(--span-low), transparent) !important;
  border: 1px solid var(--span-low);
}

#load_next {
  display: flex;
  justify-content: center;
  margin: 5px 0;
  color: var(--text-custom);
  font-size: 14px;
  cursor: pointer;
}

.load_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.update_element {
  display: flex;
  background: transparent;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  position: relative;
}

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

.area {
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  width: 99%;
  height: 69vh;
  z-index: -1;
}

.circles {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99%;
  height: 102%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: var(--transparent);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

@media (max-width: 768.9px) {
  .error_texts_block {
    margin-left: 0;
    min-width: 300px;
    padding: 15px;
  }

  .error_oops {
    font-size: 14px;
  }

  .error_content {
    padding-top: 0;
  }

  .error_arrow {
    top: 15px;
    left: 15px;
  }
}

.statistics_container {
  display: flex;
  background: var(--card);
  border-radius: 16px;
  padding: 14px 20px;
  flex-direction: column;
  color: var(--text-custom);
  position: relative;
  overflow: hidden;
  justify-content: center;
  border: 1px solid var(--bottom-line-table);
}

.statistics_number {
  font-family: "Unbounded";
  font-size: 26px;
  font-weight: 600;
  color: var(--span);
}

.statistics_icon {
  position: absolute;
  right: 16px;
  transition: all 0.2s ease;
}

.statistics_icon svg {
  width: 40px;
  height: auto;
  fill: var(--span);
  opacity: 1;
  transition: all 0.2s ease;
}

.statistics_name {
  color: var(--span);
  font-size: 15px;
  opacity: 0.7;
  font-weight: 700;
}

.statistic__premium .statistics_name {
  color: var(--orange);
}

.statistic__premium .statistics_number {
  color: var(--orange);
}

.statistic__premium .statistics_icon svg {
  fill: var(--orange);
}

.statistic__premium {
  outline: 2px solid var(--orange);
  transition: all 0.2s ease;
}

.statistic__premium:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top left, var(--orange-low), transparent);
  opacity: 0.1;
  pointer-events: none;
  transition: all .25s ease;
}

.statistic__premium:hover:before {
  opacity: 1;
}

.pulse_prem {
  animation: pulse-prem 2s infinite;
}

@keyframes pulse-prem {
  0% {
    box-shadow: 0 0 0 0px var(--orange);
  }

  100% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
}

.prem_icon {
  position: absolute;
  right: 48px;
  transition: all 0.2s ease;
}

.prem_icon svg {
  width: 20px;
  height: auto;
  fill: var(--orange);
  opacity: 0;
  transition: all 0.2s ease;
}

.statistic__premium:hover .prem_icon {
  right: 16px;
}

.statistic__premium:hover .prem_icon svg {
  opacity: 1;
}

.statistic__premium:hover .statistics_icon {
  right: 0;
}

.statistic__premium:hover .statistics_icon svg {
  opacity: 0;
}

.forum-active-header {
  font-size: 12px;
  color: #9ea1a0;
  font-weight: bold;
  margin-top: 5px;
}

.left-side {
  flex-grow: 3;
  background: var(--card);
  border-radius: 20px;
  float: left;
  width: 350px;
  height: fit-content;
  padding: 13px;
  text-align: center
}

.left-side img {
  width: 70px;
  height: 70px;
  position: relative;
  border-radius: 50%;
  top: 20px;
  border: solid 5px #303030;
  margin-bottom: 18px
}

.left-side p {
  line-height: 20px;
  font-size: 10.5px;
  margin-bottom: 8px;
  font-weight: 600
}

.left-side span {
  line-height: 16px;
  font-size: 10.5px;
  color: #757575;
  margin-right: 20px;
  margin-left: 20px;
  font-weight: 600;
  padding: 10px;
  border-bottom: solid 1px #3f424a
}

.left-side span b {
  font-weight: 500
}

.block-forum-left {
  background: var(--grey);
  height: 85px;
  margin-bottom: 25px;
  padding: 24px 16px;
  border-radius: 15px
}

.forum-active {
  display: flex;
  flex-direction: column;
  background: var(--grey);
  border-radius: 10px
}

.forum-actions-topic {
  display: flex;
  margin-top: 7px;
  justify-content: space-between
}

.like_forum {
  color: #faa05f;
  background: #fb923a30;
  line-height: 38px;
  border: none;
  transition: .2s all;
  height: 36px;
  font-size: 16px;
  position: relative;
  width: 35%;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 9px
}

.like_forum:hover {
  background: #ffab6530;
  font-size: 16px;
  position: relative;
  border-radius: 9px
}

.like_forum:active {
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
  transition: .15s all
}

.like_forum:hover i {
  -webkit-animation: 1.3s ease-in-out 0s normal none infinite running trambling-animation;
  -moz-animation: 1.3s ease-in-out 0s normal none infinite running trambling-animation;
  -o-animation: 1.3s ease-in-out 0s normal none infinite running trambling-animation;
  animation: 1.3s ease-in-out 0s normal none infinite running trambling-animation
}

@keyframes trambling-animation {

  0%,
  50%,
  100% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0)
  }

  10%,
  30% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg)
  }

  20%,
  40% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg)
  }
}

.answer_forum {
  color: #fff;
  background: #1c1b1b;
  line-height: 24px;
  border: none;
  transition: .2s all;
  font-weight: 600;
  height: 36px;
  font-size: 11px;
  position: relative;
  width: 100%;
  border-radius: 9px
}

.answer_forum:hover {
  color: #fff;
  background: #252525;
  line-height: 24px;
  border: none;
  transition: .2s all;
  font-weight: 600;
  height: 36px;
  font-size: 11px;
  position: relative;
  width: 100%;
  border-radius: 9px
}

.answer_forum:active {
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
  transition: .15s all
}

.card-head-forum {
  background: var(--grey);
  border-radius: 12px;
  display: flex;
  margin-top: -8px;
  padding: 10px 15px;
  width: 100%
}

.card-head-forum i {
  color: #fff;
  width: 35px;
  font-size: 15px;
  height: 35px;
  padding: 10px;
  border-radius: 9px;
  position: relative;
  background: #ff15418c;
  margin-right: 14px
}

.card-head-forum-info {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 1px
}

.card-head-forum-title {
  color: #fff;
  font-weight: 500;
  margin-bottom: -4px
}

.card-head-forum-desc {
  color: #9197a5;
  font-weight: 500;
  font-size: 10.5px
}

#forum .row {
  background: var(--grey);
  margin: 0;
  width: 100%;
  margin-top: 10px;
  border-radius: 12px
}

#forum .row .col-lg-8 {
  padding-top: 16px;
  padding-bottom: 14px;
  padding-left: 14px;
  border-bottom: 1px solid #272727;
}

#forum .row .col-lg-8 img {
  border-radius: 10px;
  height: 45px;
  width: 45px;
  float: left;
  margin-right: 16px
}

#forum .row .col-lg-8>div {
  width: calc(100% - 64px);
  float: right
}

#forum .row .col-lg-8>div h3 {
  margin: 0;
  line-height: 18px
}

#forum .row .col-lg-8>div h3 a {
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  color: #fff
}

#forum .row .col-lg-8>div p {
  line-height: 20px;
  font-size: 11px;
  font-weight: 500;
  margin: 0;
  color: #8f8f8f
}

#forum .row .col-lg-4 {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #272727
}

#forum .row .col-lg-4 div {
  border-left: 1px solid #272727;
  height: 48px;
  padding-left: 16px
}

#forum .row .col-lg-4 div img {
  margin-top: 12px;
  height: 28px;
  width: 28px;
  float: left;
  border-radius: 50px
}

#forum .row .col-lg-4 div p {
  width: calc(100% - 40px);
  float: right;
  font-size: 10.5px;
  line-height: 16px;
  font-weight: 500;
  color: #8f8f8f;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

#forum .row .col-lg-4 div p a {
  font-weight: 500;
  font-size: 11px;
  color: #0c66ff
}

#forum .row .col-lg-4 div p i {
  font-size: 10px;
  margin-right: 2px;
  display: none
}

#forum .row>div:nth-last-child(1),
#forum .row>div:nth-last-child(2) {
  border-bottom: 0
}

.forum-no-content {
  border: dashed 1px #595959;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  color: #fff !important;
  width: 100% !important;
  background: var(--btn-na-card-all-go)
}

.card-page-header {
  display: flex;
  align-items: center
}

.card-page-header i {
  font-size: 17px;
  background: var(--card-user-header-icon);
  padding: 15px;
  margin-right: 15px;
  position: relative;
  border-radius: 10px;
  color: #bebebe
}

.card-page-header-info {
  font-size: 16px;
  font-weight: 600
}

.card-page-header-content {
  display: flex;
  color: #fff;
  flex-direction: column
}

.card-page-header-desc {
  color: #8f8f8f;
  font-weight: 500;
  font-size: 12px
}

#forum_topics {
  color: #fff;
  padding: 0 16px
}

#forum_topics .row .col-lg-8 {
  padding: 16px;
  border-bottom: 1px solid #272727
}

#forum_topics .row .col-lg-8:last-child {
  border-bottom: 0;
}

#forum_topics .row .col-lg-8 h3 {
  line-height: 24px;
  font-size: 15px
}

#forum_topics .row .col-lg-8 h3 a {
  color: #fff;
  margin-left: 3px;
  position: relative;
  top: 1px
}

#forum_topics .row .col-lg-8 p {
  line-height: 16px;
  font-size: 13px;
  margin: 0
}

#forum_topics .row .col-lg-8 p span {
  line-height: 16px;
  font-size: 12px;
  margin-right: 13px;
  color: #fff
}

#forum_topics .row .col-lg-8 p span img {
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-right: 6px
}

#forum_topics .row .col-lg-8 p span a {
  position: relative;
  top: -2px;
  background: 0 0;
  right: 23px;
  margin-right: -30px;
  font-size: 10.5px;
  color: #fff;
  border-radius: 5px;
  padding: 3.5px 10px 3.5px 20px;
  border: solid 1px #373737
}

#forum_topics .row .col-lg-8 p span i {
  color: #979797;
  margin-right: 6px;
  padding: 5px 5px 5px 6px;
  z-index: 1;
  position: relative;
  border-radius: 6px;
  background: var(--grey)
}

#forum_topics .row .col-lg-3,
#forum_topics .row .col-lg-2,
#forum_topics .row .col-lg-1 {
  padding: 16px;
  border-bottom: solid 1px #272727
}

#forum_topics .row .col-lg-3 div,
#forum_topics .row .col-lg-2 div {
  padding: 8px 11px;
  height: 49px;
  background: #d8000021;
  border-radius: 10px;
  display: flex;
  margin-top: 6px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: dashed 1px #b80c0c;
}

#forum_topics .row .col-lg-3 div img,
#forum_topics .row .col-lg-2 div img {
  height: 32px;
  width: 32px;
  border-radius: 9px;
  float: left
}

#forum_topics .row .col-lg-3 div p,
#forum_topics .row .col-lg-2 div p {
  color: #aeaeae;
  display: block;
  float: left;
  font-weight: 600;
  margin: 0 0 0 0px;
  font-size: 11px;
  line-height: 16px
}

#forum_topics .row .col-lg-3 div p i {
  color: #a6aebc;
  font-size: 11px;
  margin-right: 3px
}

#forum_topics .row>div:nth-last-child(1),
#forum_topics .row>div:nth-last-child(2) {
  border-bottom: 0
}

.card-forum {
  padding: 20px;
  border-radius: 20px;
  background: var(--card)
}

.message-inner {
  display: flex;
  gap: 15px
}

.message-cell.message-cell--user,
.message-cell.message-cell--action {
  position: relative;
  background: #20232a;
  margin-right: 10px
}

.message-cell {
  border-radius: 20px;
  background: var(--card)
}

.thank_str {
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  background: var(--grey);
  border-radius: 30px;
  padding: 10px;
  margin: 20px 0
}

.likes-area {
  padding: 8px 0;
  display: flex;
  justify-content: space-between
}

.likes-area .btn {
  margin: 0 3px;
  border: 0;
  text-align: center;
  -webkit-box-shadow: 0 3px 4px rgb(10 31 68/.1), 0 0 1px rgb(10 31 68/8%);
  box-shadow: 0 3px 4px rgb(10 31 68/.1), 0 0 1px rgb(10 31 68/8%);
  border-radius: 4px
}

.message--post {
  margin-bottom: 20px
}

blockquote {
  padding: 15px;
  margin: 0 0 5px;
  border-left: 3px solid var(--card-user-header-icon);
  background: var(--grey);
  border-radius: 10px
}

strong img {
  max-width: 100%
}

.bbWrapper p img {
  max-width: 100%;
  height: 100%;
  margin-bottom: 20px;
  border-radius: 10px
}

.bbWrapper ol li {
  list-style: auto !important
}

.bbWrapper table {
  width: auto;
  max-width: 100% !important
}

.bbWrapper table tr td {
  border: 1px solid #3f424a;
  padding: 5px;
  word-break: break-all;
  white-space: pre-wrap;
  word-wrap: break-word
}

blockquote p img {
  width: 100%
}

.block-outer.block-outer--after {
  padding-top: 12px;
  padding-bottom: 0
}

.blockStatus {
  color: var(--svg-color);
  background: var(--card);
  border-width: 1px;
  border-style: solid;
  border-top-color: var(--svg-color);
  border-right-color: var(--svg-color);
  border-bottom-color: var(--svg-color);
  border-left-color: var(--svg-color);
  border-left: 3px solid var(--svg-color);
  border-radius: 6px;
  margin: 0;
  padding: 12px 0;
  font-size: 13px;
  text-align: left
}

.blockStatus-message:first-of-type {
  margin-top: 0
}

.blockStatus-message {
  display: block;
  padding: 0 12px;
  margin: .2em 0 0
}

.blockStatus-message--locked::before {
  content: "\f023\20";
  width: 1.28571429em;
  display: inline-block;
  text-align: center;
  margin-right: 5px
}

.blockStatus-message:before {
  font-family: 'font awesome 5 pro';
  font-size: inherit;
  font-style: normal;
  font-weight: 300;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  min-width: .8em;
  color: var(--svg-color)
}

.message-avatar {
  text-align: center
}

.message-avatar .avatar {
  vertical-align: bottom
}

.message-avatar .avatar img {
  border-radius: 10px
}

.message-avatar-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: .5em
}

.message-avatar-wrapper .message-avatar-online {
  position: absolute;
  left: 50%;
  margin-left: -.615em;
  bottom: -.5em
}

.message-avatar-wrapper .message-avatar-online:before {
  font-family: 'font awesome 5 pro';
  font-size: inherit;
  font-style: normal;
  font-weight: 300;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f2bd";
  width: .969em;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  color: #7fb900;
  background: #21283b;
  border: #21283b solid 2px;
  border-radius: 50%;
  display: inline-block
}

.message-name {
  font-weight: 600;
  font-size: inherit;
  text-align: center;
  margin: 0
}

.message-userTitle {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  margin: 0
}

.message-userBanner.userBanner {
  display: block;
  margin-top: 3px;
  text-align: center
}

.message-userExtras {
  margin-top: 3px;
  font-size: 13px
}

.message--deleted .message-userDetails {
  display: none
}

.message--deleted .message-avatar .avatar {
  width: 48px;
  height: 48px;
  font-size: 29px
}

@media(max-width: 750px) {
  .message--post:not(.message--forceColumns) .message-userArrow {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 24px;
    border: none;
    border: 14px solid transparent;
    border-top-width: 0;
    border-bottom-color: #2d354d
  }

  .message--post:not(.message--forceColumns) .message-userArrow:after {
    top: auto;
    right: auto;
    left: -13px;
    bottom: -14px;
    border: none;
    border: 13px solid transparent;
    border-top-width: 0;
    border-bottom-color: #21283b
  }

  .message--post:not(.message--forceColumns).is-mod-selected .message-userArrow:after {
    border-color: transparent;
    border-bottom-color: #21283b
  }

  .message--post:not(.message--forceColumns) .message-user {
    display: flex;
    align-items: center
  }

  .message--post:not(.message--forceColumns) .message-avatar {
    margin-bottom: 0
  }

  .message--post:not(.message--forceColumns) .message-avatar .avatar {
    width: 48px;
    height: 48px;
    font-size: 29px
  }

  .message--post:not(.message--forceColumns) .message-avatar .avatar+.message-avatar-online {
    left: auto;
    right: 0
  }

  .message--post:not(.message--forceColumns) .message-userDetails {
    flex: 1;
    min-width: 0;
    padding-left: 14px
  }

  .message--post:not(.message--forceColumns) .message-name {
    text-align: left
  }

  .message--post:not(.message--forceColumns) .message-userTitle,
  .message--post:not(.message--forceColumns) .message-userBanner.userBanner {
    display: inline-block;
    text-align: left;
    margin: 0
  }

  .message--post:not(.message--forceColumns) .message-userExtras {
    display: none
  }

  .message--post:not(.message--forceColumns) .message--deleted .message-userDetails {
    display: block
  }
}

.message-content {
  position: relative
}

.message-content .js-selectToQuoteEnd {
  height: 0;
  font-size: 0;
  overflow: hidden
}

.message-userExtras {
  font-size: 13px;
  font-weight: 700;
  color: #ffab28;
  padding: 10px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  background-color: #272a32 !important
}

.message-userExtras .top-item {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between
}

.message-userExtras .top-item:last-child {
  margin-bottom: 0
}

.message-userExtras .top-item .top-users-reiting-meaning {
  top: 0 !important;
  font-size: 13px !important;
  margin-bottom: 10px;
  width: 40px !important
}

.message-cell {
  display: block;
  vertical-align: top;
  padding: 10px
}

.message-attribution.message-attribution--split {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap
}

.message-main .message-attribution {
  padding-bottom: 14px
}

.message-attribution.message-attribution--split {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap
}

.message-attribution {
  color: #d1d1d1;
  font-size: 14px;
  padding-bottom: 3px
}

.message-body {
  color: #fff
}

.message-content {
  flex: auto;
  min-height: 1px
}

.message-content {
  position: relative
}

.message-main {
  height: 100%;
  display: flex;
  padding: 12px;
  flex-direction: column
}

.signature {
  margin-top: 16px;
  font-size: 11px;
  color: #bdc6db;
  border-top: 1px solid #272727;
  padding-top: 16px;
  margin-top: 0
}

@media(max-width: 750px) {
  .message--post:not(.message--forceColumns) .message-user {
    display: flex
  }

  .message--post:not(.message--forceColumns) .message-avatar {
    margin-bottom: 0
  }

  .message--post:not(.message--forceColumns) .message-avatar .avatar img {
    width: 48px;
    height: 48px;
    font-size: 29px
  }

  .message--post:not(.message--forceColumns) .message-userDetails {
    flex: 1;
    min-width: 0;
    padding-left: 14px
  }

  .message--post:not(.message--forceColumns) .message-name {
    text-align: left
  }

  .message--post:not(.message--forceColumns) .message-userTitle,
  .message:not(.message--forceColumns) .message-userBanner.userBanner {
    display: inline-block;
    text-align: left;
    margin: 0
  }

  .message--post:not(.message--forceColumns) .message-userExtras {
    display: none
  }
}

@media(max-width: 800px) {
  .message-inner {
    display: block
  }

  .message-cell.message-cell--user,
  .message-cell.message-cell--action {
    margin-right: 0;
    margin-bottom: 5px
  }
}

.btn-like-forum {
  padding: 10px;
  background: #272a32;
  border-radius: 10px;
  color: #fff;
  z-index: 99;
  cursor: pointer;
  transition: .3s
}

.btn-like-forum:hover {
  background: #31343e;
  transition: .3s
}

.btn-like-forum i {
  margin-right: 5px;
  color: #bf1717
}

.btn-answer-forum {
  padding: 10px;
  background: #272a32;
  border-radius: 10px;
  color: #fff;
  z-index: 99;
  cursor: pointer;
  transition: .3s
}

.btn-answer-forum:hover {
  background: #31343e;
  transition: .3s
}

.btn-answer-forum i {
  color: #c1c1c1;
  margin-right: 5px
}

.message-cell--main {
  width: 100%
}

.btn-delete-answer-forum {
  padding: 10px;
  background: var(--btn-na-card-all-go);
  border-radius: 10px;
  color: #fff;
  z-index: 99;
  border: 0;
  font-size: inherit;
  cursor: pointer;
  transition: .3s
}

.btn-delete-answer-forum:hover {
  background: var(--btn-na-card-all-go-hover);
  transition: .3s
}

.btn-delete-answer-forum i {
  color: #c1c1c1
}

.btn-edit-answer-forum {
  padding: 10px;
  background: var(--btn-na-card-all-go);
  border-radius: 10px;
  color: #fff;
  z-index: 99;
  border: 0;
  font-size: inherit;
  cursor: pointer;
  transition: .3s
}

.btn-edit-answer-forum:hover {
  background: var(--btn-na-card-all-go-hover);
  transition: .3s
}

.btn-edit-answer-forum i {
  color: #c1c1c1
}

.message-attribution.message-attribution--split .message-attribution-opposite {
  margin-left: auto;
  right: 90px;
}

.forumbtns-socials-body {
  display: flex;
  gap: 5px;
  margin-top: 10px
}

.forumbtn-social {
  padding: 13px 10px;
  display: flex;
  width: 100%;
  height: 40px;
  border-radius: 10px;
  color: #7d7d7d;
  font-size: 20px;
  background-color: var(--grey);
  align-items: center;
  justify-content: center;
  transition: all .3s
}

.forumbtn-vk:hover {
  color: #fff;
  background-color: #0076fe;
  transition: all .3s
}

.forumbtn-tg:hover {
  color: #fff;
  background-color: #18a3e6;
  transition: all .3s
}

.forumbtn-steam:hover {
  color: #fff;
  background-color: #171717;
  transition: all .3s
}

.message-attribution-main {
  list-style: none;
  padding-left: 0
}

.message-attribution-opposite {
  list-style: none;
  padding-left: 0
}

.tox .tox-menubar {
  border-bottom: 1px solid #282c36 !important;
  background-color: #20232a !important;
  background: 0 0 !important
}

.tox .tox-mbtn {
  color: #fff !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  cursor: pointer;
  transition: all .3s
}

.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
  color: #fff !important;
  background: #353535 !important;
  transition: all .3s
}

.groups-body {
  padding: 0 5px 0 0;
  font-weight: 600;
  line-height: 23px;
  height: 295px;
  overflow: hidden;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative
}

.upload-next {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 10px;
  background: var(--setting-edit-password-btn);
  border: 0;
  color: #cdcdcd;
  font-weight: 500;
  transition: all .3s
}

.upload-next:hover {
  background: var(--setting-edit-password-btn-hover);
  color: #fff;
  transition: all .3s
}

.btn-group-toggle label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none
}

.card-lastoperations {
  border: 1px solid #2f2f2f;
  padding: 20px;
  border-radius: 20px;
  background: var(--card);
}

.card-user-header {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 10px;
  border-radius: 15px;
}

.card-user-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #ff15418c;
}

.card-user-header-title {
  color: #ebebeb;
  font-weight: 600;
}

.btn-addban {
  display: block;
  background: #fff;
  font-size: 13px;
  padding: 15px 30px;
  color: var(--span);
  background-color: var(--input-form);
  border-radius: 12px;
  width: 100%;
  transition: 0.3s;
  -webkit-appearance: none;
  height: 49px;
  -moz-appearance: none;
  appearance: none;
  outline: 3px solid transparent;
}

.card-payments {
  display: flex;
  flex-direction: column;
  background: var(--card);
  border-radius: 20px
}

.tabs-paymentss {
  background: #fff0;
  display: flex;
  gap: 25px;
  flex-wrap: nowrap;
  border-radius: 15px;
  padding: 0;
  justify-content: space-between
}

.tab-paymentt {
  display: block;
  width: 40%;
  border-right: 1px solid #1e1e1e;
  padding: 24px 24px 20px
}

.tab-method {
  width: 60%;
  padding: 24px 24px 24px 0
}

.payment-item {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  color: #fff;
  padding: 15px 20px;
  width: 100%;
  background: 0 0;
  border: 1px solid #1e1e1e;
  border-radius: 10px;
  margin-bottom: 8px;
  outline: none;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
  height: 80px
}

.payment-item:hover {
  background: 0 0;
  border: 1px solid #2a7224
}

.payment-item:last-child {
  margin-bottom: 0
}

.payment-item.active {
  background: linear-gradient(90.12deg, #193634 .13%, var(--online_full_user) 99.92%);
  border: 1px solid #2a7224
}

.payment-icon {
  width: 25px;
  height: 25px
}

.payment-item .payment-merchant-title {
  flex: 1;
  font-weight: 500
}

.select-method-body {
  display: flex;
  align-items: center;
  padding: 24px 38px;
  margin-bottom: 20px;
  background: #20232a;
  border-radius: 15px
}

.select-method-info {
  flex-grow: 1;
  min-width: 0;
  padding-right: 25px;
  white-space: nowrap
}

.select-method-title {
  color: #6d6d84;
  font-size: 11px;
  line-height: 2;
  overflow: hidden;
  text-transform: uppercase;
  text-overflow: ellipsis
}

.select-method-value {
  color: #dedfe8;
  font-weight: 800;
  font-size: 19px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  text-transform: uppercase;
  text-overflow: ellipsis
}

.select-method-image {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  width: 70px;
  height: 38px
}

.select-method-image img {
  flex-shrink: 0;
  max-width: 70px;
  max-height: 38px
}

.checkout-content {
  margin-bottom: 20px;
  padding: 30px 40px;
  background: #20232a;
  border-radius: 15px
}

.checkout-minsum {
  color: #6d6d84;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase
}

.checkout-minsum span {
  color: #ec3939
}

.refill-sum-enter {
  height: 100%;
  display: block;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 56px;
  position: relative;
  width: 100%;
  background: #2a2e37;
  border-radius: 10px
}

.refill-ruble {
  padding: 0 10px;
  display: flex;
  align-items: center;
  width: 100%
}

.refill-ruble-body {
  margin-right: 15px
}

.tab-paymentt-select-sposob {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px
}

.select-sbosob-oplati {
  display: flex;
  align-items: center
}

.select-sbosob-oplati-image {
  display: inline-block;
  width: 20px;
  margin-left: 10px;
  margin-right: 5px
}

.select-sbosob-oplati-name {
  color: #fff
}

.payment-bordered {
  display: flex;
  justify-content: center;
  margin: 15px 0;
  overflow: hidden;
  position: relative
}

.payment-bordered::before {
  content: '';
  position: absolute;
  width: 100%;
  background: #1e1e1e;
  height: 1px;
  left: 0;
  top: 50%
}

.payment-bordered-item {
  background: var(--card);
  position: relative;
  z-index: 1;
  padding: 0 20px;
  font-size: 10px;
  color: #747474;
  font-weight: 800
}

.tabcontent {
  display: none
}

.sum-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 10px -5px 5px
}

.sum-option-wrapper {
  padding: 5px
}

.sum-option {
  background: 0 0;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #404040;
  color: #b9b9b9;
  width: 100%;
  border-radius: 8px;
  height: 42px;
  font-weight: 500;
  font-size: 16px
}

.sum-option.active {
  border-color: #238f36;
  color: #fff
}

.sum-option:hover {
  background: 0 0;
  border-color: #238f36;
  color: #fff;
  cursor: pointer
}

.sum-option__currency {
  font-size: 12px
}

.payment-total {
  border: 2px solid #a83131;
  padding: 20px 20px 0;
  border-radius: 10px
}

.payment-total__first-row {
  display: flex
}

.payment-field {
  flex: 1
}

.noselect-payment {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.noselect-payment-icon {
  background: #1e1e1e;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

.noselect-payment-title {
  color: #d5d5d5;
  background: var(--online_full_user);
  padding: 10px 25px;
  border-radius: 50px;
  margin-top: 20px
}

#noselect {
  height: 100%
}

.payment-merchant-body {
  display: grid;
  line-height: 15px;
  flex: 1
}

.payment-merchant-desc {
  font-size: 11px;
  color: #878787
}

.payment-field label {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
  color: #ddd;
  display: inline-block
}

.btn-payment-oplata {
  padding: 15px 20px;
  border: none;
  background: #a83131;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  margin-top: 15px;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  touch-action: manipulation
}

.btn-payment-oplata:hover {
  background: #e53e3e;
  text-decoration: none;
  cursor: pointer
}

.card-vaucher-new {
  border-radius: 20px;
  background: var(--card);
  background-image: url(../img/wallet/vauchernew.webp);
  background-size: cover;
  padding: 20px 30px
}

.card-vaucher-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px
}

.card-vaucher-title {
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase
}

.card-vaucher-desc {
  font-size: 13px;
  color: #b5b5b5;
  font-weight: 600
}

.vaucher-btn-go {
  cursor: pointer;
  padding: 5px 25px;
  border-radius: 8px;
  color: #000;
  background-color: #ffffffb3;
  transition: all .3s
}

.vaucher-btn-go:hover {
  background-color: #fff;
  transition: all .3s
}

.palette-new {
  background: #b72c2c;
  padding: 2px 4px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  font-size: 10px
}

.close-button-modal-btn {
  width: 100%;
  background: #a12b2b;
  border: 0;
  margin-top: 15px;
  border-radius: 10px;
  padding: 10px;
  color: #d1d1d1
}

.modal-new-overlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgb(28 28 28/.9);
  transform: scale(1.05);
  transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s
}

details summary::-webkit-details-marker {
  display: none
}

details>summary {
  list-style: none
}

details summary:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  background: url(https://cs16-go.ru/img/index/dropdown-up.webp)no-repeat 50%/1em;
  height: 100%;
  width: 16px;
  transition: all .1s linear
}

details[open] summary:before {
  transform: rotate(180deg)
}

details[open]>.toggle-text {
  border-radius: 3px 3px 0 0
}

details {
  width: 676px;
  margin-bottom: 5px;
  margin-left: 13px
}

summary {
  position: relative
}

.block_input_ps {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative
}

.block_input_ps input {
  -webkit-appearance: textfield;
  background: #1e1e1e;
  border: 1px solid #373737;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 24px;
  margin: 0;
  opacity: .8;
  padding: 12px 16px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  padding-right: 65px;
  width: 100%;
  margin-bottom: 8px
}

.block_input_ps .textarea-placeholder {
  -webkit-appearance: textfield;
  background: #303030;
  border: 1px solid #4e4e4e;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 24px;
  margin: 0;
  opacity: .8;
  padding: 12px 16px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  padding-right: 65px;
  width: 100%;
  margin-bottom: 8px
}

.block_input_ps input:last-child {
  margin-bottom: 0
}

.block_input_ps input:hover {
  opacity: 1
}

.block_input_ps select {
  -webkit-appearance: textfield;
  background: #1e1e1e;
  border: 1px solid #373737;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 24px;
  margin: 0;
  opacity: .8;
  padding: 12px 16px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  padding-right: 65px;
  width: 100%;
  margin-bottom: 8px
}

.block_input_ps select:last-child {
  margin-bottom: 0
}

.block_input_ps select:hover {
  opacity: 1
}

.block_input_ps .password-control-reg {
  background-color: var(--btn-save-settings-bg);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M14.734 12c0 1.435-1.224 2.598-2.734 2.598S9.266 13.435 9.266 12c0-1.435 1.224-2.598 2.734-2.598s2.734 1.163 2.734 2.598Z' clip-rule='evenodd'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M4 12c0 2.695 3.582 6 8 6s8-3.302 8-6-3.582-6-8-6-8 3.305-8 6Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  border-left: var(--btn-save-settings-border);
  border-radius: 0 10px 10px 0;
  display: inline-block;
  height: 48px;
  opacity: .5;
  padding: 12px;
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  width: 48px
}

.block_input_ps .password-control-reg:hover {
  opacity: 1
}

.block_input_ps .password-control-reg.view {
  background-color: #2e2e2e;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M7.172 16.594C5.245 15.394 4 13.586 4 12c0-2.696 3.579-6 7.996-6a9.06 9.06 0 0 1 4.832 1.406m1.953 1.693C19.551 10.028 20 11.055 20 12c0 2.696-3.587 6-8.005 6a8.963 8.963 0 0 1-2.273-.296m.343-3.874a2.502 2.502 0 0 1-.8-1.832c-.004-1.434 1.217-2.6 2.726-2.602a2.803 2.803 0 0 1 1.937.76m.756 2.304c-.203 1.061-1.076 1.894-2.193 2.089m6.326-9.083L5.182 18.53'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat
}

.block_input_ps input:focus {
  border: 1px solid #373737;
  color: #fff;
  outline: 0 !important
}

.block_input_ps select:focus {
  border: 1px solid #373737;
  color: #fff;
  outline: 0 !important
}

.notificationn {
  display: flex;
  border-radius: 15px;
  background: #1e1e1e;
  margin-bottom: 15px;
  padding: 15px;
  position: relative
}

.notificationn:last-child {
  margin-bottom: 0
}

.notificationn .notif-text {
  display: block;
  color: #eee;
  font-size: 12px;
  margin-bottom: 10px;
  width: 95%
}

.notificationn .notif-date {
  color: #969696;
  font-size: 12px
}

.notificationn .fa-xmark {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 600;
  padding: 7px;
  opacity: .6;
  color: #fff;
  border-radius: 0 6px;
  float: right;
  transition: all .3s
}

.notificationn .fa-xmark:hover {
  opacity: 1;
  transition: all .3s
}

.notif-icon img {
  border-radius: 50px;
  padding: 8px;
  background: var(--card-user-header-icon);
  margin-right: 15px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  margin-left: -5px
}

.btn-addfor {
  display: flex;
  gap: 7px;
  background: #fff;
  font-size: 15px;
  padding: 15px 30px;
  color: #fff;
  background-color: var(--card);
  border-radius: 12px;
  width: 100%;
  transition: 0.3s;
  -webkit-appearance: none;
  height: 49px;
  -moz-appearance: none;
  appearance: none;
  outline: 3px solid transparent;
}

.setting-edit-password {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 10px;
  color: #bfbfbf;
  font-weight: 600;
  border: 0;
  width: 100%;
  background: #1e1e1e;
  transition: all .3s
}

.setting-edit-password:hover {
  color: #fff;
  background: var(--setting-edit-password-btn-hover);
  transition: all .3s
}

.card-referrals {
  border-radius: 20px;
  padding: 15px;
  background: var(--card)
}

.card-referrals-header {
  font-weight: 700;
  font-size: .6875rem
}

.card-referrals-body {
  display: flex;
  gap: 15px;
  justify-content: space-between
}

.card-referrals-reflink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1e1e1e;
  padding: 20px 15px;
  margin-top: 10px;
  gap: 15px;
  width: 40%;
  border-radius: 15px;
  border: 1px dashed #535353
}

.card-referrals-reflink-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px
}

.card-referrals-reflink-content {
  display: flex;
  flex-direction: column
}

.card-referrals-reflink-content .refurl {
  color: #fff;
  font-weight: 600;
  font-size: 14px
}

.card-referrals-reflink-content .titlee {
  font-size: 14px;
  color: #b3b3b3
}

.referal-url-copy-btn {
  border: 0;
  background: 0;
  width: 40px;
  height: 40px;
  font-size: 22px;
  color: #a1a1a1;
  transition: all .3s
}

.referal-url-copy-btn:hover {
  color: #fff;
  transition: all .3s
}

.card-referrals-myreferrals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--block-na-card-all);
  padding: 20px 15px;
  margin-top: 10px;
  gap: 15px;
  width: 30%;
  border-radius: 15px;
  border: 1px dashed #535353
}

.card-referrals-myreferrals-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px
}

.card-referrals-myreferrals-content {
  display: flex;
  flex-direction: column;
  width: 100%
}

.card-referrals-myreferrals-content .refurl {
  color: #fff;
  font-weight: 600;
  font-size: 14px
}

.card-referrals-myreferrals-content .titlee {
  font-size: 14px;
  color: #b3b3b3
}

.card-referrals-myreferrals-actions {
  margin-left: 80px
}

.card-referrals-myprofit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--block-na-card-all);
  padding: 20px 15px;
  margin-top: 10px;
  gap: 15px;
  width: 30%;
  border-radius: 15px;
  border: 1px dashed #535353
}

.card-referrals-myprofit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px
}

.card-referrals-myprofit-content {
  display: flex;
  flex-direction: column;
  width: 100%
}

.card-referrals-myprofit-content .refurl {
  color: #fff;
  font-weight: 600;
  font-size: 14px
}

.card-referrals-myprofit-content .titlee {
  font-size: 14px;
  color: #b3b3b3
}

.card-referrals-myprofit-actions {
  margin-left: 80px
}

.card-setdef {
  padding: 15px;
  border-radius: 20px;
  background: var(--card)
}


.noty-block2 {
  background: #ff154121;
  border: #00000020;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid var(--card-chat-header);
  color: #a0a0a0;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600
}

.avatar-select {
  background: var(--avatar-select-bg);
  border: dashed 1px #9b1b33;
  padding: 25px 20px;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  color: #7b7b7b;
  font-weight: 600;
  transition: all .3s
}

.avatar-select:hover {
  background: #52586838;
  border: dashed 1px #4c5265;
  transition: all .3s
}

input[type=file],
.custom-file label[type=file] {
  text-indent: 0;
  border: 0;
  -webkit-box-shadow: inset 0 0 1px 1px #dddddd;
  box-shadow: inset 0 0 1px 1px #dddddd00;
  padding: 1px 1px 41px;
  background: #272b38;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  color: #707281;
  overflow: hidden;
  max-width: 100%
}

input.form-control,
.custom-file label.form-control,
input[type=file],
.custom-file label[type=file],
select.form-control,
select[type=file] {
  height: 49px;
  padding: 0 12px;
  line-height: 40px;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
  top: 70px
}

.load_img {
  position: relative;
  top: 15px;
  background: var(--setting-edit-password-btn);
  border: none;
  padding: 8px;
  color: #c4c4c4;
  border-radius: 8px;
  font-weight: 600;
  margin-bottom: -60px;
  font-size: 13.5px;
  cursor: pointer;
  transition: .2s
}

.load_img:hover {
  background: var(--setting-edit-password-btn-hover);
  transition: .2s
}

.edit-avatar-block {
  display: flex;
  position: relative;
  top: -60px;
  flex-direction: column;
  font-size: 20px
}

.edit-avatar div #avatar {
  width: 130px;
  border-radius: 10px
}

.edit-avatar-block input[type=file]:hover {
  cursor: pointer;
  background: #52586838;
  border: dashed 1px #4c5265;
  transition: all .3s
}

.settings-body {
  display: none;
  transition: all .3s;
}

.card-sections {
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: 20px;
  background: var(--card);
}

.section-setting {
  display: flex;
  font-weight: 500;
  cursor: pointer;
  padding: 15px 60px;
  border-radius: 15px;
  background: #1e1e1e;
  transition: all .3s
}

.section-setting.active {
  background: #292828;
  transition: all .3s
}

.section-setting:hover {
  background: #292828;
  transition: all .3s
}

.section-setting.osnova {
  background-image: url(../img/settings/setting-user1.png);
  background-size: cover
}

.section-setting.contacts {
  background-image: url(../img/settings/setting-contacts1.png);
  background-size: cover
}

.section-setting.exclusive {
  background-image: url(../img/settings/exclusive.png);
  background-size: cover
}

.socials-content {
  display: flex;
  align-items: center;
  gap: 15px
}

.socials-icon img {
  width: 70px;
}

.block_input_ps .btn-save-settings {
  background-color: #373737;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20px' height='20px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff'%3e%3cg id='SVGRepo_bgCarrier' stroke-width='0'%3e%3c/g%3e%3cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3e%3c/g%3e%3cg id='SVGRepo_iconCarrier'%3e%3cpath d='M4 12.6111L8.92308 17.5L20 6.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  border-left: var(--btn-save-settings-border);
  border-radius: 0 10px 10px 0;
  display: inline-block;
  height: 48px;
  opacity: .5;
  padding: 12px;
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  width: 48px
}

.block_input_ps .btn-save-settings:hover {
  opacity: 1
}

.profile-actions {
  display: flex;
  margin: 0 10px 10px;
  gap: 10px;
}

.profile-sendmessaage {
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  background: #171717;
  padding: 10px 15px;
  border-radius: 10px;
  transition: all .3s;
}

.profile-sendmessaage:hover {
  color: #fff;
  transition: all .3s;
  background: #232222;
}

.profile-sendmessaage i {
  color: #dfdfdf;
  font-size: 13px;
}

.profile-addfriend {
  font-weight: 600;
  color: #1caf22;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #23ad1b1f;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 10px;
  width: 100%;
  transition: all .3s;
}

.profile-addfriend:hover {
  color: #1caf22;
  background: #23ad1b45;
  transition: all .3s;
}

.profile-dellfriend {
  font-weight: 600;
  color: #c11b1b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ad1b1b1f;
  padding: 10px 15px;
  border-radius: 10px;
  width: 100%;
  transition: all .3s;
}

.profile-dellfriend:hover {
  color: #c11b1b;
  background: #ad1b1b45;
  transition: all .3s;
}

.shop_label_list_server,
.shop_label_name_server {
  display: block;
  font-size: 12px;
  color: var(--text-custom);
}

@media (max-width: 768.9px) {

  .shop_table.shop_table_add_card,
  .shop_table.shop_table_edit_card {
    max-height: 90%;
    overflow: auto;
    max-width: 600px !important;
  }
}

.shop_table.shop_table_add_card,
.shop_table.shop_table_edit_card {
  max-height: 90%;
  overflow: auto;
  max-width: 900px;
}

#description_card,
#description_edit_card {
  width: 457px;
  min-height: 100px;
  resize: vertical;
}

#price_card,
#price_edit_card {
  margin-right: 58px;
}

.shop_list_servers {
  display: block;
  cursor: pointer;
}

@media (max-width: 768.9px) {
  .mobile_cart3 {
    display: block;
  }
}

@media (min-width: 769px) {
  .mobile_cart3 {
    padding-left: 0 !important;
  }
}

@media (max-width: 768.9px) {
  .mobile_cart2 {
    padding: 0 !important;
  }
}

@media (min-width: 769px) {
  .mobile_cart2 {
    display: block;
  }
}

@media (max-width: 768.9px) {
  .mobile_cart {
    margin-top: 10px;
    padding: 5px;
  }
}

@media (min-width: 769px) {
  .mobile_cart {
    display: block;
  }
}


.payment_qiwi:hover {
  border: 1px solid var(--span);
  background-color: var(--button-hover);
  padding: 15px 90px;
}

.payment_freekassa:hover {
  border: 1px solid var(--span);
  background-color: var(--button-hover);
  padding: 15px 66px;
}

.wrapper_server_accept {
  width: 500px;
}

.servers_accept {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}

.server_accept p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: var(--text-custom);
  transition: 0.3s;
}

.server_accept:hover {
  background-color: var(--button);
}

.server_accept {
  display: inline;
  cursor: pointer;
  border-radius: 12px;
  background: transparent;
  border: 1px solid var(--button);
  color: var(--text-default);
  transition: 0.3s all;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1 1 calc((100% / 2) - 0.5rem);
  text-wrap: nowrap;
  padding: 12px 15px;
}

.server_accept_title {
  display: flex;
  font-size: 20px;
  color: var(--text-default);
  font-weight: 600;
  width: 100%;
}

.wrapper_server_accept {
  display: flex;
  position: fixed;
  z-index: 50000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  background: var(--card);
  box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 16%);
  border-radius: 16px;
  padding: 15px;
  gap: 15px;
  align-items: center;
}

@media (max-width: 575.98px) {
  .server_accept:hover {
    background-color: var(--button);
    color: var(--text-custom);
  }

  .server_accept {
    text-wrap: nowrap;
  }

  .server_accept_title {
    display: flex;
    font-size: 20px;
    color: var(--text-default);
    font-weight: 600;
    width: 100%;
  }

  .wrapper_server_accept {
    display: flex;
    position: fixed;
    z-index: 50000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    align-items: center;
    width: 350px;
  }

  .servers_accept {
    display: grid;
    grid-template-columns: 1fr;
  }

  .right_content {
    padding: 0 10px;
    width: max-content;
    height: 30px;
    color: var(--red);
    background-color: var(--button);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.text_exception {
  max-width: 200px !important;
}

.errors_date {
  min-width: 170px !important;
}

.shop_servers_wrap_area {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-direction: column;
}

.shop_button_servers {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-custom);
  padding: 10px;
  transition: 0.3s;
  border-radius: 8px;
  background: var(--span-low);
  border: 1px solid var(--span-low);
  cursor: pointer;
  width: 100%;
  user-select: none;
  -webkit-user-drag: none;
  height: 46px;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.shop_server_active {
  background: var(--span) !important;
  color: var(--text-default);
  border: 1px solid transparent !important;
  outline: none !important;
}

.shop_server_active:hover {
  background: var(--span) !important;
  color: var(--text-default-invert);
  border: 1px solid transparent !important;
  outline: none !important;
}

.servernameone {
  background-color: #22253e;
  padding: 6px 1px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.formbasket input {
  font-size: 15px;
  padding: 11px 6px;
  font-weight: var(--font-weight-2);
  color: var(--text-default);
  background-color: var(--table-line);
  border-radius: 6px;
  border: 1px solid #ffffff0f;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  width: 98%;
  box-shadow: 0px 4px 8px 0px rgb(34 60 80 / 10%) inset;
  -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.1) inset;
  box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 10%) inset;
}

.formbasket .input_text {
  color: var(--top-text-color);
  font-size: 14px;
  font-weight: var(--font-weight-2);
  text-transform: uppercase;
  text-align: center;
}

.formbasket label {
  float: left;
  white-space: nowrap;
  width: 19%;
  margin-right: 20px;
}

.formbasket select {
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
  outline: none;
  color: var(--text-default);
  background-color: inherit;
  height: 24px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-bottom: 2px solid var(--table-line);
  font-weight: var(--font-weight-2);
  font-size: 15px;
}

.formbasket select:focus:not([readonly]) {
  border-bottom: 2px solid var(--span);
}

.formbasket select option {
  border: none;
  outline: none;
  background-color: var(--sidebar-color);
  font-weight: var(--font-weight-2);
}

.button_to_buy {
  display: flex;
  justify-content: center;
  padding: 11px;
  border-radius: 12px;
  transition: 0.3s;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--span);
  background-color: var(--span-low);
  height: 55px;
  align-items: center;
}

.button_to_buy svg {
  width: 16px;
  height: auto;
  fill: var(--span);
  transition: 0.3s;
}

.button_to_buy:hover {
  background-color: var(--span-middle);
  cursor: pointer;
}

.shop_table_create_button {
  display: flex;
  font-size: 14px;
  position: relative;
  border: 1px solid var(--transparent-2-w);
  background: var(--transparent-2-w);
  color: var(--text-custom);
  border-radius: 12px;
  padding: 8px;
  transition: 0.3s;
  cursor: default;
  align-items: center;
  justify-content: center;
}

.shop_table_create_button_option {
  display: flex;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid var(--transparent-2-w);
  font-size: 14px;
  color: var(--text-custom);
}

.shop_table_create_buttonsvg:hover {
  fill: var(--span);
}

.shop_flex_row {
  display: flex;
  gap: 0.2rem;
  margin: 0 10px 10px;
  align-items: center;
}

.shop_buy_price {
  display: flex;
  background-color: var(--input-form);
  border-radius: 12px 6px 6px 12px;
  padding: 0 2rem;
  height: 46.6px;
  width: max-content;
  justify-content: center;
  position: relative;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
}

.shop_product_button svg {
  width: 15px;
  height: auto;
  fill: currentColor;
  transition: 0.3s;
}

.please_choose {
  text-align: center;
  margin: 15px 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-custom);
  animation: flashtext 1.5s infinite;
}

.shop__next__step {
  display: flex;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  padding: 12px;
  font-weight: 700;
  color: var(--text-custom);
}

.card_shop {
  display: flex;
  background-color: var(--card);
  padding: 15px;
}

.shop_text_input {
  gap: 5px;
  display: flex;
  color: var(--text-custom);
  font-size: 10px;
  text-transform: uppercase;
  text-align: left;
  margin: 1px 0;
  align-items: center;
}

.shop_text_input svg {
  width: 11px;
  height: 11px;
  fill: var(--text-custom);
}

.shop_flex_2pay {
  display: flex;
  gap: 10px;
}

.formbasket .input_text {
  color: var(--top-text-color);
  font-size: 14px;
  font-weight: var(--font-weight-2);
  text-transform: uppercase;
  text-align: center;
}

.payment_balance {
  padding: 15px 14px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-custom);
  border-radius: 6px;
  border: 1px solid var(--button);
  transition: 0.5s;
}

.payment {
  cursor: pointer;
  transition: 0.3s;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid var(--button);
}

.payment:hover {
  border: 1px solid var(--button-hover);
  background-color: var(--button-hover);
}

.payment img {
  width: 100px;
}

.pay_order {
  cursor: pointer;
  padding: 15px 14px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  background: var(--button);
  color: var(--text-default);
  transition: 0.5s;
}

.pay_order:hover {
  cursor: pointer;
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

@media (min-width: 809px) {
  .shop_pay_area {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border-left: 1px solid var(--bottom-line-table);
    padding-left: 20px;
    height: 100%;
  }
}

@media (max-width: 808px) {
  .shop_pay_area {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: 100%;
  }
}

.shop_name {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-custom);
  position: relative;
}

.shop_back_button {
  position: absolute;
  top: 17px;
  left: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  font-size: 14px;
  border-radius: 12px;
  transition: 0.3s;
  cursor: pointer;
  color: var(--text-custom);
  z-index: 1;
}

.shop_back_button svg {
  width: 7px;
  height: auto;
  fill: var(--text-custom);
  opacity: 0.5;
  transition: 0.3s;
}

.shop_back_button:hover svg {
  opacity: 1;
}

.add_new_text {
  display: flex;
  justify-content: center;
  font-size: 22px;
  font-family: "Unbounded";
  font-weight: 700;
}

.shop_card:hover {
  color: var(--span);
  border: 2px solid var(--span);
}

.shop_product_img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  background-size: contain;
}

#add-server,
#edit-price-options,
#add-product,
#edit-product,
#add-price-options,
#edit-server,
#edit-promo,
#edit-cat,
#add-promo,
#add-cat,
#discount,
#discord-webhook,
#vk-message,
#amount-value,
#use-server-accept {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#delete-product {
  position: absolute;
}

#edit-ajax-product {
  position: absolute;
}

.shop_product_properties {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  gap: 3px;
  max-height: 166px;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 5px;
}

.shop_product_price_old {
  font-size: 11px;
  text-decoration: line-through;
  line-height: normal;
  font-weight: 400;
  font-family: "Unbounded";
  opacity: 0.3;
  color: var(--text-custom);
}

.input-form {
  position: relative;
  text-align: left;
  margin-top: 15px;
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.shop_product_select_title_text {
  color: var(--text-custom);
  font-weight: 700;
}

.props {
  display: flex;
  flex-direction: column;
  gap: 3px;
  max-height: 90%;
  overflow: hidden;
  overflow-y: scroll;
  margin: 15px 0;
}

.shop_bk {
  background: var(--card);
  margin: 10px -10px 0;
  border-radius: 22px;
  padding: 0 5px 10px;
}

.shop_cart_table_head {
  padding: 10px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 0.15fr;
  justify-items: start;
  background: var(--input-form);
  border-radius: 12px;
}

.shop_cart_table_head span {
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--text-custom);
  opacity: 0.5;
  display: flex;
  align-items: center;
}

.shop_cart_table_body li:not(:last-child) {
  margin-bottom: 3px;
}

.basket_table_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 768.9px) {
  .shop_cart_table_body li {
    background: var(--input-form);
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr 0.15fr;
    padding: 7px 20px;
    transition: 0.3s;
    position: relative;
    justify-items: start;
    align-items: center;
  }

  .shop_cart_table_body li span {
    font-size: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: var(--text-custom);
    z-index: 2;
  }
}

@media (min-width: 769px) {
  .shop_cart_table_body li {
    background: var(--input-form);
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr 0.15fr;
    padding: 10px 20px;
    transition: 0.3s;
    position: relative;
    justify-items: start;
    align-items: center;
  }

  .shop_cart_table_body li span {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: var(--text-custom);
    z-index: 2;
  }
}

.shop_basket_delete {
  display: flex;
  border-radius: 8px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.shop_basket_delete:hover {
  text-decoration: underline;
}

.shop_basket_delete svg {
  height: 13px;
  width: 13px;
  fill: var(--text-custom);
}

.unique-toggle-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  border: 1px solid var(--transparent-5-w);
  border-radius: 12px;
  padding: 5px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
}

.unique-toggle-option {
  cursor: pointer;
  flex: 1;
  text-align: center;
  z-index: 2;
  color: var(--text-custom);
  transition: color 0.2s ease;
}

.unique-slider {
  width: 48%;
  height: 80%;
  background-color: var(--span-middle);
  border-radius: 8px;
  position: absolute;
  left: 5px;
  transition: left 0.2s ease-in-out, background-color 0.3s ease-in-out;
  z-index: 0;
}

.unique-slider.as-gift {
  background-color: var(--money-bg);
}

.unique-toggle-input {
  width: 100%;
  padding: 5px;
  border: none;
  outline: none;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.hidden_gift {
  display: none;
}

.unique-toggle-input-container {
  transition: height 0.2s ease-in-out;
}

.gift_text {
  display: flex;
  font-size: 12px;
  color: var(--text-custom);
  text-align: left;
  width: 100%;
}

.shop_product_price_value {
  color: var(--money);
}

.settings_options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h3_shop {
  color: var(--text-default);
  font-size: 16px;
  font-weight: 700;
}

.shop_input {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.shop_inputs {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.promo_line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: var(--transparent-2-w);
  border-radius: 12px;
  align-items: center;
  padding: 10px 15px 10px 10px;
}

.promo_line:not(:last-child) {
  margin-bottom: 3px;
}

.promo_left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.promo_text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.promo_name {
  font-size: 16px;
  color: var(--text-default);
  font-weight: 700;
}

.promo_action {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.promo_badges {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.promo_badge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 25px;
  padding: 5px 12px;
}

.amount_badge {
  background: var(--span-low);
  color: var(--span);
}

.discount_badge {
  background: var(--red);
  color: white;
}

.promo_action {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.promo_action_delete {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 5px;
  background: var(--red);
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.promo_action_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 5px;
  background: var(--button);
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.promo_action_delete svg {
  width: 17px;
  height: 17px;
  fill: var(--text-default);
}

.promo_action_edit svg {
  width: 12px;
  height: 12px;
  fill: var(--text-custom);
}

.shop_badge {
  position: absolute;
  right: 0.7rem;
  top: 0.6rem;
  background-color: var(--bg);
  padding: 4px 11px;
  color: var(--span);
  font-weight: bold;
  font-size: 12px;
  border-radius: 1rem;
  z-index: 2;
}

.shop_card_add_edit {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

@media (max-width: 768.9px) {
  .shop_wrapper_product.hide_example {
    display: none;
  }

  .row_reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (min-width: 768.9px) {
  .shop_wrapper_product.hide_example {
    display: flex;
    flex-direction: column;
    width: 650px;
    justify-content: flex-start;
  }

  .row_reverse {
    display: flex;
  }
}

.shop_header {
  display: flex;
  flex-direction: column;
  position: relative;
}

.shop_product_copy {
  display: flex;
  flex-direction: column;
}

.shop_product_copy_btn {
  height: 50px;
}

.shop_product_property input[type="number"]::-webkit-outer-spin-button,
.shop_product_property input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

.shop_sort_property input[type="number"],
.shop_product_property input[type="number"] {
  height: 26px;
  width: 30px;
  background: var(--navbar);
  color: var(--text-custom);
  border-radius: 8px;
  font-size: 11px;
  text-align: center;
  backdrop-filter: blur(10px);
}

.shop_sort_property input[type="number"]::-webkit-outer-spin-button,
.shop_sort_property input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

.filter_choosing_server_cat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--card);
  border-radius: 16px;
  padding: 15px;
}

.choosing_text {
  display: inline-block;
  color: var(--text-custom);
  font-weight: 500;
  font-size: 18px;
  font-family: "Unbounded";
  padding: 10px 0 15px 10px;
  border-bottom: 1px solid var(--transparent-2-w);
}

.categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 5px 0;
}

.categories_btn {
  display: flex;
  gap: 10px;
  padding: 0 15px;
  height: 35px;
  background: var(--transparent-2-w);
  border: 2px solid var(--bg-table);
  border-radius: 25px;
  font-weight: 500;
  justify-content: center;
  font-size: 12px;
  line-height: normal;
  color: var(--text-custom);
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.categories_btn svg,
.categories_btn_reset svg {
  width: 10px;
  height: 10px;
  fill: var(--text-custom);
}

.categories_btn:hover {
  background: var(--bg-table);
}

.shop_cat_active {
  background: var(--span);
  color: var(--text-default);
  border: 2px solid var(--span);
}

.shop_cat_active:hover {
  background: var(--span);
}

.shop_cat_active svg {
  fill: currentColor;
}

.shop_product_property:hover .shop_sort_property,
.shop_product_property:hover .shop_product_price_delete,
.shop_product_property:hover .shop_product_price_edit,
.shop_product_property:hover .shop_product_card_property_icon_delete,
.shop_product_property:hover .shop_product_card_property_icon_edit,
.shop_product_option:hover .shop_product_price_delete,
.shop_product_option:hover .shop_product_price_edit {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.shop_basket_empty {
  display: flex;
  position: relative;
  height: 300px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.shop_basket_empty .title_empty {
  font-family: "Unbounded";
  z-index: 1;
  font-weight: 700;
  font-size: 36px;
  position: absolute;
  bottom: 10%;
  text-wrap: nowrap;
}

.shop_basket_empty img {
  width: auto;
  height: 83%;
  opacity: 0.2;
  z-index: 0;
}

.shop_basket_empty .desc_empty {
  position: absolute;
  z-index: 1;
  bottom: 0;
  opacity: 0.5;
}

.shop_accetp_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accept_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0;
}

.shop_label_price.rconinfo {
  display: flex;
  gap: 5px;
}

.shop_rconinfo {
  background: var(--money-bg) !important;
  color: var(--money);
  border-radius: 6px;
  padding: 0px 6px;
  border: 1px solid var(--transparent-2-w);
  cursor: pointer;
}

.unique-toggle-optionn {
  color: var(--span);
  background-color: var(--span-middle);
  border-radius: 9px;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
}

.shop_cart_table_body li span p {
  padding-bottom: 0;
  margin-bottom: 0;
}

[class~=admin_card]:hover {
  transform: translateY(-5px);
  transition: all .3s;
}

*/[class~=admin_card],
[class~=admins_avatar],
[class~=avatar_block] {
  position: relative;
}

[class~=admin_card]:hover {
  box-shadow: 0 .083333333in .166666667in rgb(255 58 58 / 25%);
}

[class~=hide_text],
[class~=hide_info],
.show_text {
  visibility: hidden;
}

[class~=admin_card]:hover {
  border-left-color: rgba(255, 255, 255, .25);
}

:root {
  --grey-color: #1c1e24;
}

:root {
  --card-color: #2e323b;
}

[class~=admin_card]:hover {
  border-bottom-color: rgba(255, 255, 255, .25);
}

:root {
  --custom-text-color: #f5f5f5;
}

:root {
  --span-color: #b0b0b0;
}

:root {
  --button-color: #3a86ff;
}

:root {
  --red-color: #ef4444;
}

:root {
  --green-color: #22c55e;
}

[class~=admin_card]:hover {
  border-right-color: rgba(255, 255, 255, .25);
}

:root {
  --default-text-color: #f5f5f5;
}

[class~=adminlist_blocks] {
  display: flex;
}

[class~=adminlist_blocks] {
  gap: .9375pc;
}

[class~=adminlist_blocks] {
  flex-wrap: wrap;
}

[class~=adminlist_blocks] {
  justify-content: center;
}

[class~=admin_card]:hover {
  border-top-color: rgba(255, 255, 255, .25);
}

[class~=admin_card] {
  display: flex !important;
}

[class~=admin_card] {
  background-color: #1e1e1e;
}

[class~=admin_card] {
  padding-left: .104166667in;
}

[class~=admin_card] {
  padding-bottom: .104166667in;
}

[class~=admin_card] {
  transition: all .3s;
}

[class~=admin_card] {
  padding-right: .104166667in;
}

[class~=admin_card] {
  padding-top: .104166667in;
}

[class~=admin_card] {
  border-radius: 15px;
}

[class~=admin_card] {
  flex-direction: column;
}

[class~=admin_card] {
  justify-content: space-between;
}

[class~=admin_card] {
  overflow: hidden;
}

[class~=admin_card] {
  height: 15.9375pc;
}


[class~=admin_card] {
  align-items: center;
}

[class~=admin_card] {
  border-left-color: rgba(255, 255, 255, .1);
}

[class~=admin_card] {
  border-bottom-color: rgba(255, 255, 255, .1);
}

[class~=admin_card] {
  border-right-color: rgba(255, 255, 255, .1);
}

[class~=admin_card] {
  border-top-color: rgba(255, 255, 255, .1);
}

[class~=admin_card] {
  border-image: none;
}

@media (max-width: 464px) {
  [class~=admin_card] {
    display: flex !important;
  }

  [class~=admin_card] {
    background-color: var(--grey-color);
  }

  [class~=admin_card] {
    padding-left: .104166667in;
  }

  [class~=admin_card] {
    padding-bottom: .104166667in;
  }

  [class~=admin_card] {
    padding-right: .104166667in;
  }

  [class~=admin_card] {
    padding-top: .104166667in;
  }

  [class~=admin_card] {
    border-radius: .5pc;
  }

  [class~=admin_card] {
    position: relative;
  }

  [class~=admin_card] {
    flex-direction: column;
  }

  [class~=admin_card] {
    justify-content: space-between;
  }

  [class~=admin_card] {
    overflow: hidden;
  }

  [class~=admin_card] {
    height: 225pt;
  }

  [class~=admin_card] {
    width: 100%;
  }

  [class~=admin_card] {
    align-items: center;
  }
}

[class~=admins_avatar] {
  width: .729166667in;
}

[class~=admins_avatar] {
  height: 52.5pt;
}

[class~=admin_group],
[class~=admin_status],
[class~=admin_term],
[class~=admins_avatar] {
  border-radius: 4px;
}

[class~=admin_nickname] {
  display: inline-block;
}

[class~=admin_nickname] {
  font-size: 10.5pt;
}

[class~=admin_nickname] {
  font-weight: 700;
}

[class~=admin_nickname] {
  color: var(--button-color);
}

[class~=admin_nickname] {
  cursor: pointer;
}

[class~=admin_nickname] {
  text-decoration: none;
}

[class~=admin_nickname] {
  transition: color .3s ease-in-out;
}

[class~=avatar_block]:before {
  content: "";
}

[class~=admin_term],
[class~=admin_group],
[class~=admin_status],
[class~=admin_group_icon] {
  display: flex;
}

[class~=admin_group],
[class~=admin_term],
[class~=admin_status] {
  gap: .625pc;
}

[class~=admin_group],
[class~=avatar_block]:before,
[class~=admin_term],
[class~=admin_status] {
  width: 100%;
}

[class~=admin_group],
[class~=admin_term],
[class~=admin_status] {
  position: relative;
}

[class~=admin_term],
[class~=admin_status],
[class~=admin_group] {
  padding-left: 0;
}

[class~=admin_term],
[class~=admin_group],
[class~=admin_status] {
  padding-bottom: 7.5pt;
}

[class~=admin_group],
[class~=admin_status],
[class~=admin_term] {
  padding-right: 0;
}

[class~=admin_term],
[class~=admin_status],
[class~=admin_group] {
  padding-top: 7.5pt;
}

[class~=admin_group],
[class~=admin_status],
[class~=admin_term] {
  height: 28.5pt;
}

.admin_status_icon,
[class~=admin_group_icon],
[class~=avatar_block]:before {
  position: absolute;
}

[class~=admin_status],
[class~=admin_term],
[class~=admin_group] {
  background-color: var(--bottom-line-table);
}

[class~=admin_group_icon],
[class~=admin_term],
[class~=admin_group],
[class~=admin_status],
[class~=admin_term_icon],
.admin_status_icon {
  align-items: center;
}

[class~=avatar_block]:before {
  bottom: 0;
}

[class~=admin_term],
[class~=admin_group],
[class~=admin_group_desc],
[class~=admin_status] {
  overflow: hidden;
}

[class~=avatar_block]:before,
[class~=admin_group_icon],
.admin_status_icon,
[class~=admin_term_icon] {
  left: 0;
}

[class~=admin_term_icon],
[class~=admin_group_icon],
.admin_status_icon {
  width: 38px;
}

[class~=admin_nickname]:hover {
  color: #4b90ff;
}

.admin_status_icon,
[class~=admin_term_icon],
[class~=admin_group_icon] {
  height: 100%;
}

.admin_status_icon,
[class~=admin_group_icon],
[class~=admin_term_icon] {
  border-radius: .25pc 0 0 .25pc;
}

.steam_button:hover {
  background-color: #000;
}

[class~=admin_term_icon],
.admin_status_icon,
[class~=admin_group_icon] {
  background-color: var(--card-color);
}

[class~=admin_group_icon],
[class~=admin_term_icon],
.admin_status_icon {
  justify-content: center;
}

.admin_status_icon,
[class~=admin_term_icon] {
  display: flex;
}

.steam_button:hover {
  color: var(--default-text-color);
}

[class~=admin_term_text],
[class~=admin_term_desc],
[class~=admin_group_desc],
[class~=admin_status_desc],
[class~=admin_group_text],
.admin_status_text,
[class~=admin_term_icon] {
  position: absolute;
}

.admin_card:hover .online_status {
  opacity: 1;
}

.admin_status_text,
[class~=admin_status_desc],
[class~=admin_group_text],
[class~=admin_group_desc],
[class~=admin_term_text],
[class~=admin_term_desc] {
  font-size: .125in;
}

[class~=avatar_block]:before {
  height: 26.25pt;
}

[class~=admins_bans],
[class~=admin_term_desc],
[class~=admin_group_desc],
[class~=admin_group_text],
.admin_status_text,
[class~=adminlist_button],
[class~=admin_term_text],
[class~=admin_status_desc] {
  font-weight: 700;
}

[class~=avatar_block]:before {
  border-radius: .041666667in;
}

[class~=admin_term_desc],
[class~=admin_status_desc],
[class~=admin_term_text],
[class~=admin_group_desc],
.admin_status_text,
[class~=admin_group_text] {
  color: var(--span-color);
}

[class~=admin_status_desc],
.admin_status_text,
[class~=admin_term_desc],
[class~=admin_group_desc],
[class~=admin_term_text],
[class~=admin_group_text] {
  margin-left: 36pt;
}

[class~=admin_term_desc],
[class~=admin_term_text],
[class~=admin_group_text],
.admin_status_text,
[class~=admin_group_desc],
[class~=admin_status_desc] {
  max-width: 9.0625pc;
}

[class~=admin_term_desc],
[class~=admin_group_desc],
.admin_status_text,
[class~=admin_status_desc],
[class~=admin_term_text],
[class~=admin_group_text] {
  white-space: nowrap;
}

[class~=admin_nickname]:hover svg {
  fill: #0056b3;
}

[class~=admin_group_text],
.admin_status_text,
[class~=admin_group_desc],
[class~=admin_term_text],
[class~=admin_term_desc],
[class~=admin_status_desc] {
  text-overflow: ellipsis;
}

[class~=admin_group_text],
.admin_card:hover .online_status,
.steam_button:hover,
.admin_status_text,
.admin_group:hover svg,
[class~=admin_term_desc],
[class~=admin_group_desc],
[class~=admin_status_desc] {
  transition: .3s;
}

.admin_group:hover svg {
  fill: var(--default-text-color);
}

.admins_bans:hover {
  background-color: var(--button-color);
}

[class~=admin_group_text],
[class~=admin_term_text],
[class~=admin_status_desc],
.admin_status_text,
[class~=admin_term_desc] {
  overflow: hidden;
}

[class~=avatar_block]:before {
  pointer-events: none;
}

.admins_bans:hover {
  color: var(--default-text-color);
}

[class~=avatar_block]:before {
  z-index: 1;
}

[class~=online_text],
[class~=admin_term_text],
.admins_bans:hover,
[class~=adminlist_button] {
  transition: .3s;
}

[class~=online_button],
[class~=admins_bans],
.admins_warns,
[class~=adminlist_button],
[class~=admins_comms] {
  color: var(--custom-text-color);
}

[class~=admin_status]:hover svg {
  fill: var(--default-text-color);
}

[class~=admins_bans],
[class~=adminlist_info],
.admins_warns,
[class~=adminlist_button],
[class~=admins_comms],
[class~=online_button],
[class~=adminlist_buttons] {
  width: 100%;
}

.admins_warns,
[class~=adminlist_info],
[class~=online_button],
[class~=adminlist_buttons],
[class~=admins_comms],
[class~=admins_bans],
[class~=adminlist_button] {
  display: flex;
}

[class~=online_button],
[class~=adminlist_button],
.admins_warns,
[class~=admins_bans],
[class~=admins_comms] {
  border-radius: .25pc;
}

.admins_warns,
[class~=online_text],
[class~=online_button],
[class~=admins_comms] {
  font-weight: 700;
}

[class~=adminlist_info] {
  justify-content: space-between;
}

[class~=adminlist_info] {
  gap: 5px;
}

[class~=adminlist_info] {
  position: relative;
}

[class~=show_text],
[class~=online_text],
[class~=hide_text] {
  position: absolute;
}

.admin_nickname svg {
  width: 18pt;
}

[class~=online_text] {
  font-size: 6.75pt;
}

.admin_nickname svg {
  height: .25in;
}

[class~=online_text],
[class~=adminlist_button],
[class~=online_button] {
  text-transform: uppercase;
}

[class~=online_text] {
  bottom: 7.5pt;
}

[class~=online_text] {
  opacity: 0;
}

.admin_nickname svg {
  fill: #007bff;
}

[class~=adminlist_buttons] {
  flex-direction: column;
}

[class~=adminlist_buttons],
[class~=admins_bans],
[class~=online_button],
[class~=adminlist_button] {
  align-items: center;
}

[class~=adminlist_buttons] {
  justify-content: center;
}

.admin_nickname svg {
  margin-right: 3.75pt;
}

[class~=adminlist_buttons] {
  gap: .03125in;
}

[class~=online_button],
[class~=adminlist_button] {
  height: 100%;
}

[class~=online_button],
[class~=adminlist_button] {
  justify-content: flex-start;
}

[class~=online_button],
[class~=adminlist_button],
[class~=admins_comms]:hover {
  background-color: var(--button-color);
}

[class~=adminlist_button],
[class~=online_button] {
  gap: 7.5pt;
}

[class~=adminlist_button],
[class~=online_button] {
  padding-left: 10px;
}

.admin_nickname svg {
  vertical-align: middle;
}

[class~=online_button],
[class~=adminlist_button] {
  padding-bottom: 0;
}

[class~=adminlist_button],
[class~=online_button] {
  padding-right: 10px;
}

[class~=online_button],
[class~=adminlist_button] {
  padding-top: 0;
}

[class~=online_button],
[class~=adminlist_button] {
  font-size: 10px;
}

[class~=adminlist_button],
[class~=online_button] {
  cursor: pointer;
}

.hide_info,
[class~=on],
[class~=steam_button]:hover svg,
[class~=admin_term]:hover svg,
[class~=admins_comms]:hover,
[class~=online_button],
[class~=off],
[class~=admin_status]:hover svg {
  transition: .3s;
}

[class~=admin_card]:hover [class~=online_text] {
  opacity: 1;
  transition: all .3s;
}

[class~=on] {
  background-color: #6bae63;
}

[class~=on] {
  background-color: var(--green-color);
}

[class~=off] {
  background-color: #c47575;
}

[class~=off] {
  background-color: var(--red-color);
}

[class~=admins_comms]:hover {
  color: var(--default-text-color);
}

[class~=vk_button_inactive] {
  cursor: default;
}

[class~=admin_term]:hover svg,
[class~=steam_button]:hover svg {
  fill: var(--default-text-color);
}

[class~=vk_button_inactive] {
  opacity: .5;
}

[class~=admins_bans],
[class~=vk_button_inactive] {
  user-select: none;
}

[class~=hide_text],
[class~=show_text],
[class~=online_status],
.hide_info {
  opacity: 0;
}

.admin_nickname svg {
  transition: fill .3s ease-in-out;
}

[class~=admin_term_icon] svg,
[class~=admin_status_icon] svg,
[class~=admin_group_icon] svg {
  width: .75pc;
}

[class~=admin_group_icon] svg,
[class~=admin_status_icon] svg {
  height: auto;
}

[class~=admin_group_icon] svg,
[class~=show_text],
[class~=admin_status_icon] svg,
[class~=online_status],
[class~=admin_card]:hover [class~=online_text],
.admins_comms,
[class~=admins_bans],
[class~=hide_text] {
  transition: all .3s;
}

[class~=admin_group_icon] svg,
[class~=admin_status_icon] svg {
  fill: var(--custom-text-color);
}

[class~=hide_text] {
  transform: translateY(30px);
}

.show_text {
  transform: translateY(-30px);
}

[class~=admins_work] {
  display: flex;
}

[class~=admins_work] {
  width: 100%;
}

[class~=admins_work] {
  justify-content: space-between;
}

[class~=admins_work] {
  gap: 2.25pt;
}

[class~=admins_work] {
  position: relative;
}

[class~=admins_warns],
[class~=admins_bans_desc],
[class~=admins_bans],
.admins_comms {
  justify-content: center;
}

[class~=admins_bans],
[class~=admins_warns],
.admins_comms {
  background-color: var(--card-color);
}

.admins_comms,
[class~=admins_bans],
[class~=admins_bans_desc],
[class~=admins_warns] {
  padding-left: 0;
}

.admins_comms,
[class~=admins_bans_desc],
[class~=admins_bans],
[class~=admins_warns] {
  padding-bottom: 6pt;
}

[class~=admins_bans],
[class~=admins_warns],
.admins_comms,
[class~=admins_bans_desc] {
  padding-right: 0;
}

.admins_comms,
[class~=admins_bans_desc],
[class~=admins_bans],
[class~=admins_warns] {
  padding-top: 6pt;
}

[class~=admins_bans],
[class~=admins_warns],
.admins_comms {
  cursor: help;
}

[class~=admins_bans],
[class~=admins_warns],
.admins_comms {
  font-size: .125in;
}

.admins_comms,
[class~=admins_bans],
[class~=admins_warns] {
  height: 26.25pt;
}

[class~=admins_warns],
.admins_comms,
[class~=admins_bans_desc],
[class~=admins_comms_desc] {
  align-items: center;
}

[class~=admins_bans_desc],
[class~=admins_warns_desc],
.admins_comms,
[class~=admins_warns],
[class~=admins_comms_desc] {
  user-select: none;
}

[class~=admins_comms_desc],
[class~=admins_warns],
[class~=admins_bans_desc],
[class~=admin_term_icon] svg,
[class~=admins_warns_desc],
[class~=adminlist_button] svg {
  transition: .3s;
}

[class~=warn] {
  color: var(--red-color) !important;
}

[class~=admins_warns_count],
[class~=admins_comms_count],
[class~=admins_bans_count],
[class~=online_status],
[class~=admins_comms_desc],
[class~=admins_bans_desc],
[class~=admins_warns_desc] {
  display: flex;
}

[class~=admins_bans_desc],
[class~=admins_comms_desc],
[class~=admins_warns_desc] {
  width: 100%;
}

[class~=adminlist_button] svg,
[class~=admin_term_icon] svg {
  height: auto;
}

[class~=admins_comms_desc],
[class~=admins_bans_desc],
[class~=admins_warns_desc] {
  position: relative;
}

[class~=admins_warns_desc],
[class~=admins_comms_desc] {
  padding-left: 0;
}

[class~=admins_warns_desc],
[class~=admins_comms_desc] {
  padding-bottom: .083333333in;
}

[class~=admins_comms_desc],
[class~=admins_warns_desc] {
  padding-right: 0;
}

[class~=adminlist_button] svg,
[class~=admin_term_icon] svg {
  fill: var(--custom-text-color);
}

[class~=admins_comms_desc],
[class~=admins_warns_desc] {
  padding-top: .083333333in;
}

[class~=online_status],
[class~=admins_warns_count],
[class~=admins_comms_desc],
[class~=admins_bans_count],
[class~=admins_warns_desc],
[class~=admins_comms_count] {
  justify-content: center;
}

[class~=vk_button]:hover svg,
[class~=online_button] svg {
  fill: var(--default-text-color);
}

[class~=admins_bans_count],
[class~=admins_comms_count],
[class~=admins_warns_desc],
[class~=admins_warns_count] {
  align-items: center;
}

[class~=online_status],
[class~=admins_comms_count],
[class~=admins_bans_count],
[class~=admins_warns_count] {
  position: absolute;
}

[class~=adminlist_button] svg,
[class~=online_button] svg {
  width: .75pc;
}

[class~=online_status] {
  left: 0;
}

[class~=online_status] {
  bottom: 0;
}

[class~=online_status] {
  height: 41px;
}

[class~=online_status] {
  width: 70px;
}

[class~=online_status] {
  align-items: flex-end;
}

[class~=online_status] {
  border-radius: .041666667in;
}

[class~=online_status] {
  z-index: 2;
}

[class~=online_status] {
  pointer-events: none;
}

[class~=offline_admin],
[class~=online_admin] {
  display: block;
}

[class~=online_admin],
[class~=offline_admin] {
  margin-bottom: .052083333in;
}

[class~=offline_admin],
[class~=online_admin] {
  height: 4px;
}

[class~=offline_admin],
[class~=online_admin] {
  border-radius: .520833333in;
}

[class~=offline_admin] {
  width: 3.3125pc;
}

[class~=admins_warns_desc] svg,
[class~=online_button] svg,
[class~=admins_bans_desc] svg,
.admins_comms_desc svg {
  height: auto;
}

.admins_warns:hover {
  background-color: var(--button-color);
}

[class~=offline_admin] {
  background-color: var(--red-color);
}

.admins_warns:hover {
  color: var(--default-text-color);
}

.online_admin {
  width: 2.1875pc;
}

.online_admin {
  background-color: var(--green-color);
}

[class~=adminlist_title] {
  display: flex;
}

[class~=adminlist_title] {
  margin-left: auto;
}

[class~=adminlist_title] {
  margin-bottom: 1.25pc;
}

[class~=adminlist_title] {
  margin-right: auto;
}

[class~=adminlist_title] {
  margin-top: 10px;
}

[class~=adminlist_title] {
  border-bottom-width: .020833333in;
}

[class~=adminlist_title] {
  border-bottom-style: solid;
}

[class~=adminlist_title] {
  border-bottom-color: var(--bg-table-color);
}

[class~=adminlist_title] {
  border-image: none;
}

.admins_comms_desc svg,
[class~=vk_button]:hover svg,
[class~=admins_warns_desc] svg,
[class~=online_button] svg,
[class~=admins_bans_desc] svg,
.admins_warns:hover {
  transition: .3s;
}

[class~=adminlist_title] {
  width: max-content;
}

[class~=adminlist_title] {
  text-align: center;
}

[class~=adminlist_title] {
  padding-left: 0;
}

[class~=adminlist_title] {
  padding-bottom: .625pc;
}

[class~=adminlist_title] {
  padding-right: 0;
}

[class~=adminlist_title] {
  padding-top: .625pc;
}

[class~=adminlist_title] {
  font-size: 12pt;
}

[class~=adminlist_title] {
  font-weight: 700;
}

[class~=adminlist_title] {
  color: var(--custom-text-color);
}

[class~=admins_warns_desc] svg,
.admins_comms_desc svg,
[class~=admins_bans_desc] svg {
  width: .875pc;
}

[class~=adminlist_title] {
  text-transform: uppercase;
}

[class~=adminlist_title] {
  justify-content: center;
}

[class~=back] {
  background: url("/app/modules/module_page_adminlist/assets/img/back.png") center no-repeat fixed;
}

[class~=back] {
  background-size: inherit;
}

[class~=back] {
  margin-top: 0 !important;
}

[class~=admins_bans_desc] svg,
[class~=admins_warns_desc] svg,
.admins_comms_desc svg {
  fill: var(--custom-text-color);
}

.admins_comms_desc svg,
[class~=admins_warns_desc] svg,
[class~=admins_bans_desc] svg {
  position: absolute;
}

.auth_reg {
  display: flex;
  gap: 10px;
}

.auth_title {
  text-align: center;
  margin-bottom: 15px;
}

.auth_btn {
  width: 100%;
  border-radius: 8px;
  padding: 0 14px;
  font-weight: 500;
  height: 42px;
  line-height: 15px;
  font-size: 14px;
  color: var(--banner-info-page-btn-color);
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  border: 1px solid var(--banner-info-page-btn-bg);
  align-items: center;
  transition: all .3s;
}

.auth_btn.active,
.auth_btn:hover {
  transition: all .3s;
  background: var(--banner-info-page-btn-bg);
  border: var(--rules-sections-item-btn-active-border);
}

#reg-header {
  display: none;
}

.auth-or-socials {
  display: flex;
  gap: 16px;
  margin-top: 13px;
}

.auth-or-socials-btn {
  width: max-content;
  height: 50px;
  padding: 15px 22px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  border-radius: 12px;
  background-size: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.auth-or-socials-btn:hover {
  opacity: .5;
  transition: all 0.3s ease;
}

.btn-new-reg-acc {
  padding: 10px 20px;
  border-radius: 15px;
  background: var(--block-na-card-all);
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  transition: all .3s;
}

.btn-new-reg-acc:hover {
  background: var(--new-btn-bg-hover);
  border: solid 1px var(--new-btn-border-hover);
  color: var(--new-btn-color-hover);
  transition: all .3s;
}

.recovery-btns {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  text-align: right;
}

.modal-reg-bot-text {
  margin-top: 20px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #adadad;
}

.btn-authorization-auth {
  display: flex;
  width: 100%;
  justify-content: center;
  background: #a91536;
  border: 0;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  color: #fff;
  font-weight: 600;
  transition: all .3s
}

.btn-authorization-auth:hover {
  background: #d31b44;
  color: var(--new-btn-color-hover);
  transition: all .3s
}

.form-login {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.form-login fieldset {
  margin-bottom: 0px;
  width: 100%;
}

.form-login .body-title {
  color: #ededed;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

.form-login .body-title .tf-color-1 {
  color: #FF5200;
}

.input-new-auth {
  box-shadow: none;
  width: 100%;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background-color: transparent;
  border: 1px solid #3e3e49;
  border-radius: 12px;
  color: #fff;
  overflow: hidden;
  margin-bottom: 0;
  max-width: 100%;
  background: #2e2e38;
  transition: all .3s;
}

.input-new-auth:hover {
  border: 1px solid var(--span-color);
  color: #fff;
  transition: all .3s;
}

.input-new-auth:focus {
  border: 1px solid var(--span-color);
  color: #fff;
  outline: 0 !important;
  transition: all .3s;
}

form .password .show-pass {
  margin-left: -43px;
  font-size: 18px;
  color: var(--Icon);
  cursor: pointer;
}

.text-tiny {
  color: #95989D;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
}

.disp-n {
  display: none !important;
}

.close-button {
  cursor: pointer;
}

.close-button svg {
  width: 20px;
  height: 20px;
  fill: var(--text-default);
  opacity: 0.5;
  transition: 0.3s;
}
.servers_filter {
    display: flex;
    padding: 1px;
    background: #00000000;
    gap: 10px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

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

.chips_btn {
    background: rgb(51 51 51 / 30%);
    color: #bababa;
    padding: 10px 15px;
    font-weight: var(--font-weight-5);
    border-radius: var(--br-12);
    font-size: var(--font-size-m);
    border: 2px solid transparent;
    transition: all 0.25s;
}

.chips_active {
    background: #ffffff;
    color: #0a0909;
    cursor: pointer;
    transition: all 0.25s;
}

a#updateservers {
  display: flex
;
  background: var(--transparent-4-w);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

a#updateservers svg {
  width: 21px;
  height: 21px;
  stroke: var(--text-custom);
  stroke-linecap: round;
  stroke-dasharray: 100, 150;
  stroke-dashoffset: 0;
}
.dxd-logo {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin-left: -173px;
    height: 40px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    user-select: none;
    -webkit-user-select: none;
    font-family: var(--font-family-2);
}
@media (max-width: 768px) {
    .dxd-logo {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin-left: -10px;
margin-top: 10px;
    height: 40px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    user-select: none;
    -webkit-user-select: none;
    font-family: var(--font-family-2);
    }
}

@media screen and (min-width: 1000px) {
    .dxd-logo {
        font-size: 201px;
    }
}
.dxd-logo text {
    text-transform: uppercase;
    animation: stroke 4s infinite alternate;
    stroke-width: 2;
    stroke: var(--span);
    font-size: 390px;
    font-weight: var(--font-weight-9);
}
@media screen and (min-width: 1000px) {
    .main2 {
        font-size: 201px;
    }
}
@keyframes stroke {
0% {
    fill: var(--navbar);
    stroke: var(--text-default);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0, 50%;
    stroke-width: 2;
}

30% {
    fill: var(--navbar);
    stroke: var(--text-default);
}
80% {
    fill: var(--navbar);
    stroke: var(--span);
    stroke-width: 3;
}
100% {
    fill: var(--span);
    stroke: var(--navbar);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50%, 0;
    stroke-width: 0;
}
}