html {
  /*background-color: #10141a;
  background: transparent !important;*/
  height: 100%;
  background: #101418;
  /*scrollbar-gutter: stable;*/
}
body {
  background: linear-gradient(#12171e 0%, #10141a 100%);
  background-attachment: fixed;
  color: #7F91A4;
  /*min-height: 100%;
  height: 100%;*/
}
.container.wrapper {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.container.wrapper.page-visible {
  opacity: 1;
}
canvas {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.banner_canvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.copyright {
  font-size: 11px;
}
a {
  transition: all 0.5s ease;
}
a, a[onclick] {
  color: #4ba1f2;
  /*transition: all 0.5s ease;*/
}
a:hover, a[onclick]:hover {
  color: #4ba1f2;
}

/*.admins a:hover, .admins a[onclick]:hover {
  color: #4ba1f2;
  text-decoration: underline;
}*/

.form-check-label a {
  font-weight: bold;
}

.form-check-label a:hover {
  text-decoration: underline;
}

.monitoring-table thead {
  font-weight: 700;
  background: #171d26;
}

.mb-0 thead, .modal-body thead {
  font-weight: 400;
  background: #1d2632;
}

table.table-bordered td, table.table-bordered th {
  border-color: #273542;
}
table.table > tbody > tr.primary > td {
  background: rgba(108, 151, 212, 0.1);
  border-color: rgba(108, 151, 212, 0.2);
  color: #b7b4bf;
}
table.table > tbody > tr.primary > td span {
  color: #6c97d4;
}
table.table > tbody > tr.success > td {
  background: rgba(71, 188, 138, 0.1);
  border-color: rgba(71, 188, 138, 0.2);
  color: #b7b4bf;
}
table.table > tbody > tr.success > td span {
  color: #47bc8a;
}
table.table > tbody > tr.info > td {
  background: rgba(53, 172, 172, 0.1);
  border-color: rgba(53, 172, 172, 0.2);
  color: #b7b4bf;
}
table.table > tbody > tr.info > td span {
  color: #35acac;
}
table.table > tbody > tr.warning > td {
  background: rgba(207, 106, 50, 0.1);
  border-color: rgba(207, 106, 50, 0.2);
  color: #b7b4bf;
}
table.table > tbody > tr.warning > td span {
  color: #cf6a32;
}
table.table > tbody > tr.danger > td {
  background: rgba(216, 87, 82, 0.1);
  border-color: rgba(216, 87, 82, 0.2);
  color: #b7b4bf;
}
table.table > tbody > tr.danger > td span {
  color: #d85752;
}
table.table > tbody > tr.error > td {
  background: rgba(216, 87, 82, 0.1);
  border-color: rgba(216, 87, 82, 0.2);
  color: #b7b4bf;
}
table.table > tbody > tr.error > td span {
  color: #d85752;
}
table.table thead tr td {
  color: #7F91A4;
  font-style: normal !important;
}
table.table > tbody > tr *, table.table > tbody > tr > td {
  color: #fff;
  font-style: normal !important;
}
table td[colspan$="10"] img, table td[colspan$="10"] {
  color: #b7b4bf;
  background-color: transparent;
}

.text-primary {
  color: #6c97d4 !important;
}

#result2 {
  margin-bottom: 20px;
}

#result2 .text-success {
  padding: 15px 20px;
  margin-bottom: 20px;
  background: #1c4a24;
  border: 1px solid #1fcf24;
  border-radius: 8px;
  color: #fff !important;
  animation: pulse2 1.2s ease-out infinite;
}

.text-success {
  color: #47bc8a !important;
}

.text-info {
  color: #35acac;
}

/*.text-warning {
  color: #9f7b34 !important;
}

.text-success {
  color: #4a7d34 !important;
}*/

.text-warning {
  color: #cf6a32;
}

.text-danger {
  color: #d85752;
}

.text-error {
  color: #d85752;
}

.table .table {
  background-color: transparent;
}

.friend small {
  color: #607d8b;
  font-size: 12.5px;
  float: none;
}
.block.profile small {
  color: #607d8b;
  font-size: 14px;
  float: right;
}

small {
  color: #607d8b;
  font-size: 13px;
}

.block {
  background: #171d26;
  border-radius: 8px;
  position: relative;
}
.block-btn {
  background: #171d26;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 30px;
}
.block .block_head {
  color: #fff;
}
.block .block_head h1 {
  font-size: 16px;
}
.block .block_head a {
  color: #e6e6e6;
}
.block.block-search > .input-search {
  background: #171d26;
  /* border-top: 1px solid #36353e; */
  /* border-left: 1px solid #6c97d4; */
  /* border-bottom: 1px solid #36353e; */
  /* border-radius: 10px; */
}
.block.block-search > .input-search i.fa-search {
  color: #576574;
}
.block.block-table > .table-responsive {
  border-color: #2a2931;
}

.wapper .navigation {
  -webkit-backdrop-filter: blur(58px);
  backdrop-filter: blur(58px);
  background-color: rgb(41 49 68 / 45%);
}
.wapper .navigation .breadcrumb li > a {
  color: #646681;
  text-transform: lowercase;
}
.wapper .navigation .breadcrumb li.active {
  color: #646681;
  text-transform: lowercase;
}
.wapper .header {
  position: sticky;
  top: 0;
  z-index: 1000;
  /*-webkit-backdrop-filter: blur(58px);
  backdrop-filter: blur(58px);
  background-color: rgb(23 29 37 / 80%);*/
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: rgb(26 33 42 / 50%);
  box-shadow: 0 -1px rgba(255, 255, 255, .1) inset, 0px 1px 0 rgba(20, 25, 33, .6), 0 0 10px rgba(11, 14, 18, .6);
}
.wapper .header .collapsible-menu > li > a {
  color: #7F91A4;
}
.wapper .header .collapsible-menu > li > a:hover {
  color: #a6bdd5;
}
.wapper .header .collapsible-menu > li > a:hover[href="../tools"] {
  color: #ffcc7f;
}
.wapper .header .collapsible-menu > li > a.active {
  /*color: #4ba1f2;
  color: #4fac92;
  color: #f7d9b3;
  color: #f7c07b;*/
}
.wapper .header .collapsible-menu > li > a.active[href="../tools"] {
    color: #ffcc7f;
 }
.wapper .header .collapsible-menu > li > a::after, .wapper .header .collapsible-menu > li > a::before {
  background: #2a2931;
}
.wapper .header .collapsible-menu.user-menu > li > a.open {
  background: transparent;
  color: #fff;
}
.wapper .header .collapsible-menu.top > li > a.open {
  background: rgba(26, 33, 42, .5);
  /*background: rgba(29, 37, 44, .5);*/
  /*color: #7F91A4;*/
  color: #fff;
  /*-webkit-filter: brightness(130%);*/
}
.wapper .header .collapsible-menu.user-menu > li > a h3 {
  color: #e6e6e6;
}
.wapper .header .collapsible-menu.user-menu > li > a p {
  color: #b7b4bf;
}
.wapper .header .collapsible-menu.user-menu .point {
  background: #dc3545;
  box-shadow: 0 0 0 0 rgba(75, 161, 242, 0.7);
  -webkit-animation: pulse 2s infinite cubic-bezier(0.1, 0, 0, 0.1);
  -moz-animation: pulse 2s infinite cubic-bezier(0.1, 0, 0, 0.1);
  -o-animation: pulse 2s infinite cubic-bezier(0.1, 0, 0, 0.1);
  border: 2px solid #151b22;
}
.wapper .header .menu-trigger {
  background: #4794dd;
  color: #e6e6e6;
}
@media (max-width: 991.99px) {
  .wapper .header {
    position: sticky;
    top: 0;
    z-index: 1000;
    -webkit-backdrop-filter: blur(58px);
    backdrop-filter: blur(58px);
    background-color: rgb(23 29 37 / 80%);
    box-shadow: 0 -1px rgba(255, 255, 255, .1) inset;
  }
  .wapper .header .collapsible-menu > li {
    border-radius: 8px;
    overflow: hidden;
  }
  .wapper .header .collapsible-menu > li > a {
    border-bottom: transparent;
    color: #e6e6e6;
  }
  .wapper .header .collapsible-menu > li > a.open {
    background: #2a2931;
    border-color: #6c97d4;
  }
  .wapper .header .collapsible-menu > li > a:hover {
    background: #202B36;
  }
  .wapper .header .collapsible-menu > li ul > li > a {
    color: #bbb;
  }
  .wapper .header .collapsible-menu > li ul > li > a:hover {
    background: transparent;
  }
  .wapper .header .collapsible-menu.user-menu > li {
    border-radius: 0;
    overflow: visible;
  }
  .wapper .header .collapsible-menu.user-menu > li > ul {
    background: #171d26;
    box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03);
    border-radius: 0 0 0 6px;
  }
  .wapper .header .collapsible-menu.user-menu > li > ul > li:hover {
    background: #202B36;
  }
  .wapper .header .collapsible-menu.user-menu > li > ul > li > a {
    color: #e6e6e6;
  }
  .wapper .header .collapsible-menu.user-menu > li > a {
    background: transparent;
  }
  .wapper .header .collapsible-menu.user-menu > li > a > p {
    color: #e6e6e6;
    font-weight: 700;
  }
  .wapper .header .collapsible-menu.user-menu > li > a.open {
    background: #171d26;
  }
  .bonus {
  margin-bottom: 10px;
  }
  .bonus:last-child {
  margin-bottom: 0;
  }
}
.wapper .monitoring .server {
  border-radius: 8px;
  border-color: #222127;
  border-bottom: 2px solid #ba77ca;
  background: #222127;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03);
}
.wapper .monitoring .server:nth-child(odd) {
  background: #222127;
  border-bottom: 2px solid #35acac;
}
.wapper .monitoring .server:nth-child(3n) {
  background: #222127;
  border-bottom: 2px solid #cf6a32;
}
.wapper .monitoring .server h3 {
  color: #b7b4bf;
}
.wapper .monitoring .server .map-image {
  border-radius: 6px;
}
.wapper .monitoring .server > p {
  color: #aeaeae;
}
.wapper .monitoring .server > p a {
  color: #aeaeae;
}
.wapper > .footer {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: rgb(26 33 42 / 50%);
  position: fixed;
  bottom: 0px;
  height: 31px;
  border-top: 1px solid #1f2732;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  z-index: 1000;
  width: 100%;
}
.wapper > .footer strong {
  color: #e6e6e6;
}
.wapper > .footer ul li a {
  color: #b7b4bf;
}
.wapper > .footer hr {
  border-color: #2a2931;
}

.btn {
  border: 2px solid transparent;
}

a, input, button, label {
  box-shadow: none;
}
a.btn, input.btn, button.btn, label.btn {
  border-radius: 6px;
}
a.btn.active:focus, a.btn.focus, a.btn:focus, a.btn.active, a.btn:active, a.btn:focus:active, input.btn.active:focus, input.btn.focus, input.btn:focus, input.btn.active, input.btn:active, input.btn:focus:active, button.btn.active:focus, button.btn.focus, button.btn:focus, button.btn.active, button.btn:active, button.btn:focus:active, label.btn.active:focus, label.btn.focus, label.btn:focus, label.btn.active, label.btn:active, label.btn:focus:active {
  box-shadow: none;
}
/*a.btn.btn-primary, input.btn.btn-primary, button.btn.btn-primary, label.btn.btn-primary {
  background: #4794dd;
  border-color: #4794dd;
}*/
/*a.btn.btn-primary:not([disabled]):not(.disabled):active, a.btn.btn-primary:not([disabled]):not(.disabled):hover, a.btn.btn-primary:not([disabled]):not(.disabled):focus, a.btn.btn-primary:not([disabled]):not(.disabled):focus:active, a.btn.btn-primary:not([disabled]):not(.disabled):active:focus, input.btn.btn-primary:not([disabled]):not(.disabled):active, input.btn.btn-primary:not([disabled]):not(.disabled):hover, input.btn.btn-primary:not([disabled]):not(.disabled):focus, input.btn.btn-primary:not([disabled]):not(.disabled):focus:active, input.btn.btn-primary:not([disabled]):not(.disabled):active:focus, button.btn.btn-primary:not([disabled]):not(.disabled):active, button.btn.btn-primary:not([disabled]):not(.disabled):hover, button.btn.btn-primary:not([disabled]):not(.disabled):focus, button.btn.btn-primary:not([disabled]):not(.disabled):focus:active, button.btn.btn-primary:not([disabled]):not(.disabled):active:focus, label.btn.btn-primary:not([disabled]):not(.disabled):active, label.btn.btn-primary:not([disabled]):not(.disabled):hover, label.btn.btn-primary:not([disabled]):not(.disabled):focus, label.btn.btn-primary:not([disabled]):not(.disabled):focus:active, label.btn.btn-primary:not([disabled]):not(.disabled):active:focus {
  color: #ffffff;
  background: #4ba1f2;
  border-color: #4ba1f2;
}*/
/*a.btn.btn-primary:focus, input.btn.btn-primary:focus, button.btn.btn-primary:focus, label.btn.btn-primary:focus {
  background: #4794dd;
  border-color: #4794dd;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .4);
}*/
a.btn.btn-outline-primary, a.btn.btn-default, input.btn.btn-outline-primary, input.btn.btn-default, button.btn.btn-outline-primary, button.btn.btn-default, label.btn.btn-outline-primary, label.btn.btn-default {
  background: #4ba1f2;
  color: #fff;
  border-color: #4ba1f2;
}
a.btn.btn-outline-primary:not([disabled]):not(.disabled):active, a.btn.btn-outline-primary:not([disabled]):not(.disabled):hover, a.btn.btn-outline-primary:not([disabled]):not(.disabled):focus, a.btn.btn-outline-primary:not([disabled]):not(.disabled):focus:active, a.btn.btn-outline-primary:not([disabled]):not(.disabled):active:focus, a.btn.btn-default:not([disabled]):not(.disabled):active, a.btn.btn-default:not([disabled]):not(.disabled):hover, a.btn.btn-default:not([disabled]):not(.disabled):focus, a.btn.btn-default:not([disabled]):not(.disabled):focus:active, a.btn.btn-default:not([disabled]):not(.disabled):active:focus, input.btn.btn-outline-primary:not([disabled]):not(.disabled):active, input.btn.btn-outline-primary:not([disabled]):not(.disabled):hover, input.btn.btn-outline-primary:not([disabled]):not(.disabled):focus, input.btn.btn-outline-primary:not([disabled]):not(.disabled):focus:active, input.btn.btn-outline-primary:not([disabled]):not(.disabled):active:focus, input.btn.btn-default:not([disabled]):not(.disabled):active, input.btn.btn-default:not([disabled]):not(.disabled):hover, input.btn.btn-default:not([disabled]):not(.disabled):focus, input.btn.btn-default:not([disabled]):not(.disabled):focus:active, input.btn.btn-default:not([disabled]):not(.disabled):active:focus, button.btn.btn-outline-primary:not([disabled]):not(.disabled):active, button.btn.btn-outline-primary:not([disabled]):not(.disabled):hover, button.btn.btn-outline-primary:not([disabled]):not(.disabled):focus, button.btn.btn-outline-primary:not([disabled]):not(.disabled):focus:active, button.btn.btn-outline-primary:not([disabled]):not(.disabled):active:focus, button.btn.btn-default:not([disabled]):not(.disabled):active, button.btn.btn-default:not([disabled]):not(.disabled):hover, button.btn.btn-default:not([disabled]):not(.disabled):focus, button.btn.btn-default:not([disabled]):not(.disabled):focus:active, button.btn.btn-default:not([disabled]):not(.disabled):active:focus, label.btn.btn-outline-primary:not([disabled]):not(.disabled):active, label.btn.btn-outline-primary:not([disabled]):not(.disabled):hover, label.btn.btn-outline-primary:not([disabled]):not(.disabled):focus, label.btn.btn-outline-primary:not([disabled]):not(.disabled):focus:active, label.btn.btn-outline-primary:not([disabled]):not(.disabled):active:focus, label.btn.btn-default:not([disabled]):not(.disabled):active, label.btn.btn-default:not([disabled]):not(.disabled):hover, label.btn.btn-default:not([disabled]):not(.disabled):focus, label.btn.btn-default:not([disabled]):not(.disabled):focus:active, label.btn.btn-default:not([disabled]):not(.disabled):active:focus {
  color: #fff;
  border-color: #4ba1f2;
  background: #4ba1f2;
}

.form-control::placeholder {
  color: #576574;
}

textarea.form-control, .form-control {
  background: #12171e;
  color: #576574;
  box-shadow: none;
  border: 1px solid #12171e;
}
input.form-control, input[type=file], select.form-control, select[type=file] {
  background: #12171e;
  color: #b7c7d7;
  box-shadow: none;
  border: 1px solid #12171e;
}
textarea.form-control:hover, input.form-control:hover, input[type=file]:hover, select.form-control:hover, select[type=file]:hover, .form-control:hover {
  background: #12171e;
  color: #b7c7d7;
  transition: all 0.5s;
}
textarea.form-control:focus, input.form-control:focus, input[type=file]:focus, select.form-control:focus, select[type=file]:focus, .form-control:focus {
  background: #12171e;
  color: #b7c7d7;
  border: 1px solid #4ba1f2;
  transition: all 0.5s;
}

.form-control::placeholder {
  color: #576574;
  transition: all 0.5s;
}
.form-control:focus::placeholder {
  color: #3a434c;
}

.input_error {
  border-color: #d85752 !important;
  background-color: rgba(216, 87, 82, 0.2) !important;
}

.input_success {
  border-color: #47bc8a !important;
  background-color: rgba(71, 188, 138, 0.7) !important;
}

.error_message {
  color: #d85752 !important;
}

.success_message {
  color: #47bc8a !important;
}

#last_activity span p a, #mybans span p a, table.table > tbody > tr > td a {
  color: #4ba1f2;
  text-decoration: none;
}

#last_activity span p, #mybans span p {
  color: #b7b4bf;
}

#new_news div:not(.loader) p:last-child, .news div:not(.loader) p:last-child {
  color: #576574;
}

#main-slider.carousel {
  border-radius: 0;
}
#main-slider.carousel .carousel-control-prev, #main-slider.carousel .carousel-control-next {
  border-radius: 6px;
  border: 1px solid #222127;
  background: #222127;
}

#online_users a span:nth-child(3) {
  color: #b7b4bf;
}

#top_users a div > span {
  color: #b7b4bf;
}
#top_users a div > p span {
  color: #b7b4bf;
}
#top_users a div > p span i::before {
  color: rgba(108, 151, 212, 0.5);
}

#forum .row .col-lg-8 > div p span i::before, #forum.row .col-lg-8 > div p span i::before, #forum_topics .row .col-lg-8 > div p span i::before, #forum_topics.row .col-lg-8 > div p span i::before {
  color: darkgrey;
}

#events .event > div > a, #events .event span {
  color: #b7b4bf;
}

.vertical-center-line::after {
  background: #2a2931;
}

.vertical-navigation ul li {
  border-color: #222127;
}
.vertical-navigation ul li:hover, .vertical-navigation ul li.active {
  background: #202B36;
  /*border-color: #6c97d4;*/
}
.vertical-navigation ul li a, .vertical-navigation ul li a:hover {
  color: #fff;
}
.vertical-navigation ul li a.active {
  background: #202B36;
  /*border-color: #6c97d4;*/
}
.vertical-navigation ul li a.active::before {
  background-color: transparent;
}

.empty-element {
  border-top: #2a2931;
  color: #aeaeae;
}

.servers-online-line {
  background: #36353e;
  border: #3a3846;
}
.servers-online-line .progress-bar.bg-primary {
  background-color: #6c97d4 !important;
  border-color: #6c97d4;
}
.servers-online-line .progress-bar.bg-success {
  background-color: #47bc8a !important;
  border-color: #47bc8a;
}
.servers-online-line .progress-bar.bg-info {
  background-color: #35acac !important;
  border-color: #35acac;
}
.servers-online-line .progress-bar.bg-warning {
  background-color: #cf6a32 !important;
  border-color: #cf6a32;
}
.servers-online-line .progress-bar.bg-danger {
  background-color: #d85752 !important;
  border-color: #d85752;
}
.servers-online-line .progress-bar.bg-error {
  background-color: #d85752 !important;
  border-color: #d85752;
}
.servers-online-line .progress-val {
  color: #e6e6e6;
}

.label.label-primary, #stats .label.label-primary {
  background-color: #4d86d1;
  color: #fff;
}
.label.label-success, #stats .label.label-success {
  background-color: #ab8569;
  color: #fff;
}
.label.label-info, #stats .label.label-info {
  background-color: #35acac;
  color: #ffffff;
  border-color: #35acac;
}
.label.label-warning, #stats .label.label-warning {
  background-color: #f23b21;
  color: #fff;
}
.label.label-danger, #stats .label.label-danger {
  background: linear-gradient(270deg, #ff7eb3, #7ed7ff, #81ffb3, #ffeb7e);
  background-size: 400% 400%;
  animation: holo-effect 6s ease infinite;
  color: #fff;
}
.label.label-default, #stats .label.label-default {
  background: #97A9B3;
  color: #fff;
}
@keyframes holo-effect {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.label.label-error, #stats .label.label-error {
  background-color: #d85752;
  color: #ffffff;
}

#stats .progress span {
  color: #ffffff;
}

.progress {
  background-color: #2b3646;
  border-radius: 6px;
  overflow: hidden;
  color: #ffffff;
}
.progress span {
  color: #ffffff;
}

.form-group label h4 {
  color: #e6e6e6;
}
.noty-block, .bs-callout {
  color: #b7b4bf;
  background-color: #12171e;
  border: none;
  border-radius: 8px;
}
.noty-block.primary, .noty-block.bs-callout-primary, .bs-callout.primary, .bs-callout.bs-callout-primary {
  color: #ffffff;
  background-color: #6c97d4 !important;
  border-color: #6c97d4;
}
.noty-block.primary *, .noty-block.bs-callout-primary *, .bs-callout.primary *, .bs-callout.bs-callout-primary * {
  color: #ffffff;
}
.noty-block.success, .noty-block.bs-callout-success, .bs-callout.success, .bs-callout.bs-callout-success {
  color: #ffffff;
  background-color: #19522d !important;
  border-color: #38d11a;
}
.col-lg-12 .noty-block.success {
  margin-bottom: 20px;
}
.noty-block.success *, .noty-block.bs-callout-success *, .bs-callout.success *, .bs-callout.bs-callout-success * {
  color: #ffffff;
}
.bs-callout.bs-callout-success span {
  display: block;
}
.bs-callout.bs-callout-success span a {
  color: #ffffff;
  text-decoration: underline;
}
.bs-callout.bs-callout-success span a:hover {
    color: #ffffff;
    text-decoration: none;
}
.noty-block.info, .noty-block.bs-callout-info, .bs-callout.info, .bs-callout.bs-callout-info {
  color: #ffffff;
  background-color: #193652 !important;
  border-color: #4ba1f2;
}
.noty-block a {
  color: #ffffff;
  text-decoration: underline;
}
.noty-block a:hover {
  color: #ffffff;
  text-decoration: none;
}
.noty-block.info *, .noty-block.bs-callout-info *, .bs-callout.info *, .bs-callout.bs-callout-info * {
  color: #ffffff;
}
.noty-block.warning, .noty-block.bs-callout-warning, .bs-callout.warning, .bs-callout.bs-callout-warning {
  color: #ffffff;
  background-color: #cf6a32 !important;
  border-color: #cf6a32;
}
.noty-block.warning *, .noty-block.bs-callout-warning *, .bs-callout.warning *, .bs-callout.bs-callout-warning * {
  color: #ffffff;
}
.noty-block.danger, .noty-block.bs-callout-danger, .bs-callout.danger, .bs-callout.bs-callout-danger {
  color: #ffffff;
  background-color: #d85752 !important;
  border-color: #d85752;
}
.noty-block.danger *, .noty-block.bs-callout-danger *, .bs-callout.danger *, .bs-callout.bs-callout-danger * {
  color: #ffffff;
}
.noty-block.error, .noty-block.bs-callout-error, .bs-callout.error, .bs-callout.bs-callout-error {
  color: #ffffff;
  background-color: #311F1F !important;
  border-color: #DF251E;
  box-shadow: 0 0 17px #DF251E;
  animation: pulse 1.2s ease-out infinite;
}
@-webkit-keyframes pulse {
    0%   { box-shadow: 0 0 0 #DF251E; }
    50%  { box-shadow: 0 0 25px #DF251E; }
    100% { box-shadow: 0 0 0 #DF251E; }
}
@-webkit-keyframes pulse2 {
    0%   { box-shadow: 0 0 0 #1fcf24; }
    50%  { box-shadow: 0 0 25px #1fcf24; }
    100% { box-shadow: 0 0 0 #1fcf24; }
}
.noty-block.error *, .noty-block.bs-callout-error *, .bs-callout.error *, .bs-callout.bs-callout-error * {
  color: #ffffff;
}

.noty_bar .noty_message {
  background: rgba(66,133,244,0.9);
  color: #ffffff;
  border: 1px solid rgba(66,133,244,0.9);
  box-shadow: none;
  font-size: 13px;
  line-height: 8px !important;
  text-align: left;
  padding: 0px;
  width: auto;
  position: relative;
}
.noty_bar .noty_message a {
  color: #ffffff;
}
.noty_bar.noty_type_error .noty_message {
  background: #d85752;
  border-color: #d85752;
}
.noty_bar.noty_type_success .noty_message {
  background: #47bc8a;
  border-color: #47bc8a;
}

.modal .modal-content {
  background-color: #171d26;
}
.modal .modal-content .modal-header h4 {
  color: #e6e6e6;
}

.close {
  color: #e6e6e6;
  text-shadow: 0 1px 0 black;
}
.close:hover {
  color: #e6e6e6;
}

#chat #chat_messages .chat_message .message .info .date {
  color: #aeaeae;
}

#forum > h2, #forum .col-lg-12 > h2 {
  background: #202B36;
  color: #e6e6e6;
  border: none;
}

#forum_topics > h2, #forum_topics .col-lg-12 > h2 {
  background: #202B36;
  margin-top: 10px;
  color: #e6e6e6;
  border: none;
}

#new_news div:not(.loader) a h3, .news div:not(.loader) a h3 {
  color: #43abff;
  text-decoration: none;
  font-weight: 700;
}
#new_news div:not(.loader) a h3:hover, .news div:not(.loader) a h3:hover {
  text-decoration: underline;
}
#new_news img, .news img {
  -webkit-filter: brightness(100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#new_news div:not(.loader):hover img, .news div:not(.loader):hover img {
  -webkit-filter: brightness(120%);
}
#new_news div:not(.loader):nth-child(1) .mask {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-image: linear-gradient(rgba(53, 30, 25, .1), rgba(53, 30, 25, .7) 100%);
  background-size: cover;
  width: 100% !important;
  height: 100% !important;
  border-radius: 6px !important;
}
#new_news .mask, .news .mask, .news div:not(.loader):nth-child(1) .mask {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-image: linear-gradient(rgba(20, 33, 54, .1), rgba(20, 33, 54, .7) 100%);
  background-size: cover;
  width: 100% !important;
  height: 100% !important;
  border-radius: 6px !important;
}

#new_news div:not(.loader):hover .mask, .news div:not(.loader):hover .mask {
  /*position: absolute;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 6px !important;
  border: 1px solid rgba(255, 255, 255, .05) !important;*/
}

#forum .row .col-lg-8 > div h3 a, #forum.row .col-lg-8 > div h3 a, #forum_topics .row .col-lg-8 > div h3 a, #forum_topics.row .col-lg-8 > div h3 a,
#forum .row .col-lg-4 p a, #forum.row .col-lg-4 p a, #forum_topics .row .col-lg-4 p a, #forum_topics.row .col-lg-4 p a {
  color: #43abff;
}

#forum .row .col-lg-8 > div p, #forum.row .col-lg-8 > div p, #forum_topics .row .col-lg-8 > div p, #forum_topics.row .col-lg-8 > div p,
#forum .row .col-lg-4 p, #forum.row .col-lg-4 p, #forum_topics .row .col-lg-4 p, #forum_topics.row .col-lg-4 p,
#forum .row .col-lg-8 > div p span a, #forum.row .col-lg-8 > div p span a, #forum_topics .row .col-lg-8 > div p span a, #forum_topics.row .col-lg-8 > div p span a,
#forum .row .col-lg-8 > div p span, #forum.row .col-lg-8 > div p span, #forum_topics .row .col-lg-8 > div p span, #forum_topics.row .col-lg-8 > div p span {
  color: #7F91A4;
}

a.small {
  color: #b7b4bf;
  border-color: #6c97d4;
}
a.small:hover, a.small:focus, a.small:visited {
  color: #e6e6e6;
}

.registration .privacy-policy {
  border: 1px solid #4794dd;
  background: #1b1d2e;
  color: #b8d7ff;
  border-radius: 8px;
  line-height: 1.5;
  font-size: 13px;
}

.registration .privacy-policy a {
  color: #4794dd;
  font-weight: bold;
  text-decoration: underline;
}

.registration .privacy-policy a:hover {
  text-decoration: none;
}

.text-error, .text-danger, .text-claret {
  color: #d85752 !important;
}

.pagination > li > a, .pagination > li > span, .pagination > .disabled > a, .pagination > .disabled > span {
  color: #b7b4bf;
  background-color: #171d26;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus {
  color: #e6e6e6;
  background-color: #202B36;
}
.pagination > .active > a, .pagination > .active > span {
  color: #e6e6e6;
  background-color: #12171e;
}
.pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span:hover, .pagination > .active > span:focus {
  color: #e6e6e6;
  background-color: #12171e;
}

.profile-page #friends::after {
  background: linear-gradient(to top, #222127, rgba(255, 255, 255, 0));
}

.topic-answers div[id^=answer] .center-area::after, .topic-answers div[id^=answer] .bottom-area::after {
  /*content: " ";
  height: 100%;
  position: absolute;
  width: 1px;
  background: #2a2931;
  top: 0;*/
}

blockquote {
  border-radius: 3px;
  padding: 10px;
  margin: 0 0 5px;
  border-left: 5px solid #4ba1f2;
  background: #1c2839;
}

.comment > div .dell_message, .comment > div .edit_message {
  color: #d85752;
  line-height: 1rem;
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  border-top-color: rgba(0, 0, 0, 0.2);
}

.popover {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(25px);
}
.popover .popover-body {
  color: #b7b4bf;
}

.owl-carousel.smiles_panel .owl-prev, .owl-carousel.smiles_panel .owl-next {
  border-color: #222127;
}

.owl-carousel.smiles_panel .smilebtn {
  border-color: #222127;
}
.owl-carousel.smiles_panel .smilebtn:hover, .owl-carousel.smiles_panel .smilebtn:active {
  background: #222127;
}

.table-responsive,
#mybans span, #chat #chat_messages .chat_message, #chat, #events .event,
#forum .row .col-lg-8, #forum.row .col-lg-8, #forum_topics .row .col-lg-8, #forum_topics.row .col-lg-8,
#forum .row .col-lg-4, #forum.row .col-lg-4, #forum_topics .row .col-lg-4, #forum_topics.row .col-lg-4,
#new_news div:not(.loader), .news div:not(.loader), .new > p:last-child, .friend, .user, #companions div {
  border-color: #273542;
  border-radius: 6px;
}

#online_users a, #last_activity span, #top_users a, #forum .row .col-lg-8, #forum.row .col-lg-8, #forum_topics .row .col-lg-8, #forum_topics.row .col-lg-8,
#forum .row .col-lg-4, #forum.row .col-lg-4, #forum_topics .row .col-lg-4, #forum_topics.row .col-lg-4,
#new_news div:not(.loader), .news div:not(.loader), .new > p:last-child, .friend, .user, #companions div {
  border-color: #202B36;
  border-radius: 0;
}

#bans tr td:nth-child(1):hover, #tickets tr td:nth-child(2):hover, #open_tickets tr td:nth-child(2):hover,
#close_tickets tr td:nth-child(2):hover, #search_ban_res_min tr td:nth-child(2):hover {
  background-color: #1b242e;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  border-radius: 6px;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

table.table > tbody > tr > td h4.modal-title {
  color: #e6e6e6;
}

#place_for_messages .dialog > div:nth-child(1), #place_for_messages .dialog > div:nth-child(2) {
  background-color: #2a2931;
  border-color: #2a2931;
}
#place_for_messages .dialog > div:nth-child(1):hover, #place_for_messages .dialog > div:nth-child(2):hover {
  background-color: #28272e;
  border-color: #28272e;
}

.pay_area .block img {
  opacity: 0.7;
  border-radius: 8px;
}

.purse .row .col-lg-3 > div {
  border-radius: 8px;
}
.purse .row .col-lg-3:nth-child(1) > div, .purse .row .col-lg-3:nth-child(2) > div, .purse .row .col-lg-3:nth-child(3) > div, .purse .row .col-lg-3:nth-child(4) > div {
  background-color: #1d2632;
  color: #e6e6e6;
  border: none
}
.purse .row .col-lg-3:nth-child(1) > div {
  color: #6c97d4;
}
.purse .row .col-lg-3:nth-child(2) > div {
  color: #35acac;
}
.purse .row .col-lg-3:nth-child(3) > div {
  color: #ba77ca;
}
.purse .row .col-lg-3:nth-child(4) > div {
  color: #47bc8a;
}

div.buy-product-key-info {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.profile-page .profile table tbody tr td[colspan="2"] h4 {
  margin-left: -42px;
  background: #202B36;
  color: #e6e6e6;
  border: 0;
}

.topic-answers div[id^=answer] .top-area {
  background: #202B36;
  color: #e6e6e6;
}
.topic-answers div[id^=answer] .top-area .right-side a {
  color: #7F91A4;
}
.topic-answers div[id^=answer] .center-area .left-side a.avatar.url:has(img) {
  background: #2a2931;
  box-shadow: none;
  border-radius: 8px;
}
.topic-answers div[id^=answer] .center-area .left-side p {
  color: #7F91A4;
}
.topic-answers div[id^=answer] .center-area .left-side p::after {
  /*background: #2a2931;*/
}
.topic-answers div[id^=answer] .center-area .right-side .edited {
  color: #546170;
  /*position: absolute;
  bottom: -30px;
  right: 25px;*/
}
.topic-answers div[id^=answer] .center-area .right-side .signature p {
  color: #303b48;
}
.topic-answers div[id^=answer] .bottom-area {
  border-color: #2a2931;
}
.topic-answers div[id^=answer] .bottom-area::after {
  background: #2a2931;
}

div.spoiler div.spoiler-title {
  border-color: #28303e;
  background: #28303e;
}
div.spoiler div.spoiler-content {
  border-color: #232a36;
  background: #232a36;
}

.new > p:last-child {
  color: #576574;
}

.reward, .product-block, #my_cases_area .opened-case {
  border-color: #2a2931 !important;
}

.sortition #prizes h5, .sortition #prizes .prize span {
  color: #222127;
}

.monitoring-table {
  background: #171d26;
  border-color: transparent;
  /* box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03); */
  border-radius: 8px;
}
.monitoring-table > table > tbody > tr > td .servers-online-line {
  background: #212937;
  border: 1px solid #212937;
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-bar .bg-primary {
  background-color: #6c97d4 !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  animation: progressbar 1.5s ease-in-out;
  animation-fill-mode:both;
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-bar .bg-success {
  background-color: #4CAF50 !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  box-shadow: 0px 0px 5px 1px #4CAF50;
  animation: progressbar 1.5s ease-in-out;
  animation-fill-mode:both;
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-bar .bg-info {
  background-color: #2196F3 !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  box-shadow: 0px 0px 5px 1px #2196F3;
  animation: progressbar 1.5s ease-in-out;
  animation-fill-mode:both;
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-bar .bg-warning {
  background-color: #FF9800 !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  box-shadow: 0px 0px 5px 1px #FF9800;
  animation: progressbar 1.5s ease-in-out;
  animation-fill-mode:both;
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-bar .bg-danger {
  background-color: #F44336 !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  box-shadow: 0px 0px 5px 1px #F44336;
  animation: progressbar 1.5s ease-in-out;
  animation-fill-mode:both;
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-bar .bg-error {
  background-color: #d85752 !important;
  border: 1px solid rgba(255, 255, 255, .05) !important;
  animation: progressbar 1.5s ease-in-out;
  animation-fill-mode:both;
}
.meter-bar {
  display: block;
  height: 100%;
  border-radius: 4px;
}
@keyframes progressbar {
  0% { width: 0; }
  100% { width: 100%; }
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-val {
  color: #e6e6e6;
  font-weight: 600;
  text-shadow: 0px 0px 2px rgb(0, 0, 0, 0.5);
}
.monitoring-table > table > tbody > tr > td a {
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  line-height: 16px;
}
/**.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(1) {
  background: #6c97d4;
  border: 1px solid #6c97d4;
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(1):hover {
  background: rgba(108, 151, 212, 0.7);
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(1) > i {
  color: #ffffff;
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(2) {
  background: #47bc8a;
  border: 1px solid #47bc8a;
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(2):hover {
  background: rgba(71, 188, 138, 0.7);
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(2) > i {
  color: #ffffff;
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(3) {
  background: #35acac;
  border: 1px solid #35acac;
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(3):hover {
  background: rgba(53, 172, 172, 0.7);
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(3) > i {
  color: #ffffff;
}**/

.b-page_newyear > .b-page__content {
  background-color: #222127 !important;
}
#loading-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 1px; /* Высота полосы */
    background-color: #1a9fff; /* Цвет полосы */
    box-shadow: 0px 0px 10px 1px #2196F3;
    width: 0%;
    z-index: 9999; /* Поверх всех элементов */
    transition: width 0.2s ease-in-out;
}
.svg-snowscene {
      width: 100%;
      height: 80vh;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
    }
    circle {
      fill: #fff; 
animation-name: snowing;
animation-duration: 10s;
animation-iteration-count: infinite;
animation-timing-function: linear;
&:nth-child(2n){
animation-delay: 2s;
}
&:nth-child(3n){
animation-delay: 4s;
}
&:nth-child(4n){
animation-delay: 6s;
}
&:nth-child(5n){
animation-delay: 8s;
}
}

@keyframes snowing {
0%{ fill-opacity: 1; }
100% { 
fill-opacity: 0;
transform: translateY(100%);
}
}

ul#noty_bottomRight_layout_container {
	bottom: 51px !important;
    left: 20px !important;
    position: fixed !important;
    width: 350px !important;
    height: auto !important;
    margin: 0px !important;
    padding: 0px !important;
    list-style-type: none !important;
    z-index: 10000000 !important;
  	border-radius: 4px;
}
ul#noty_bottomRight_layout_container li {
    overflow: hidden;
    border-radius: 4px !important;
    border: 0  !important;
    box-shadow: none !important;
    background-color: none !important;
    color: none !important;
    width: 350px !important;
    cursor: pointer;
    height: 40px !important;
}
#snowCanvas {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none; /* Чтобы не блокировать клики */
}

#discord-widget .widget-theme-dark .widgetBody-D_4Ust {
  background-color: #171d26 !important;
}
.fade {
 transition:opacity .15s linear
}
@media (max-width: 767px){
  .map-d-none {
    display: none;
  }
}

/* Размер и стили для контейнера баннеров */
.banner-rotator {
  position: relative;
  width: 270px;
  height: 350px;
  border-radius: 8px;
  overflow: hidden;
}

/* Стили для баннеров */
.banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none; /* 🔹 Блокируем клик для скрытых баннеров */
}

.banner.active {
  opacity: 1;
  pointer-events: auto; /* 🔹 Разрешаем клик только активному */
}

/* Стили для точек */
.dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.dot {
  width: 8px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: rgba(255, 255, 255, 0.5);
}

.help_q_list a {
  display: block;
  margin-bottom: 10px;
  line-height: 16px;
  text-decoration: none;
}

.help_q_list a:last-child {
  margin-bottom: 0;
}

.with_code a {
  color: #43abff;
  text-decoration: none;
}

.with_code a:visited {
  color: #43abff;
  text-decoration: none;
}

.with_code a:hover {
  color: #43abff;
  text-decoration: underline;
}

hr {
    margin-top: 20px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #1f2732;
}

.copy-text {
  color: #7fcbff;
  cursor: pointer;
  transition: all 0.5s ease;
}
.copy-text:hover {
  color: #fff;
}

#season_count {
  font-weight: 700;
  font-size: 32px;
  color: #c9c9c9;
  /* background: -webkit-linear-gradient(top, rgba(205, 205, 205, 1) 0%, rgba(153, 153, 153, 1) 100%); */
  background: -webkit-linear-gradient(top, #ffe7bb -2%, #524937 102%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 6px;
  display: block;
  padding: 2px 0;
}

.season_count_text {
  text-align: center;
  margin-top: 12px;
  color: #a99f8c;
}

/*# sourceMappingURL=theme_dark.css.map */
