html, body {
  background-color: rgb(26, 26, 31);
  color: rgb(183, 180, 191);
}

a, a[onclick] {
  color: rgb(108, 151, 212);
}
a:hover, a[onclick]:hover {
  color: #608fd1;
}

table.table-bordered td, table.table-bordered th {
  border-color: rgb(42, 41, 49);
}
table.table > tbody > tr.primary > td {
  background: rgba(108, 151, 212, 0.1);
  border-color: rgba(108, 151, 212, 0.2);
  color: rgb(183, 180, 191);
}
table.table > tbody > tr.primary > td span {
  color: rgb(108, 151, 212);
}
table.table > tbody > tr.success > td {
  background: rgba(71, 188, 138, 0.1);
  border-color: rgba(71, 188, 138, 0.2);
  color: rgb(183, 180, 191);
}
table.table > tbody > tr.success > td span {
  color: rgb(71, 188, 138);
}
table.table > tbody > tr.info > td {
  background: rgba(53, 172, 172, 0.1);
  border-color: rgba(53, 172, 172, 0.2);
  color: rgb(183, 180, 191);
}
table.table > tbody > tr.info > td span {
  color: rgb(53, 172, 172);
}
table.table > tbody > tr.warning > td {
  background: rgba(207, 106, 50, 0.1);
  border-color: rgba(207, 106, 50, 0.2);
  color: rgb(183, 180, 191);
}
table.table > tbody > tr.warning > td span {
  color: rgb(207, 106, 50);
}
table.table > tbody > tr.danger > td {
  background: rgba(216, 87, 82, 0.1);
  border-color: rgba(216, 87, 82, 0.2);
  color: rgb(183, 180, 191);
}
table.table > tbody > tr.danger > td span {
  color: rgb(216, 87, 82);
}
table.table > tbody > tr.error > td {
  background: rgba(216, 87, 82, 0.1);
  border-color: rgba(216, 87, 82, 0.2);
  color: rgb(183, 180, 191);
}
table.table > tbody > tr.error > td span {
  color: rgb(216, 87, 82);
}
table.table > tbody > tr *, table.table > tbody > tr > td {
  color: rgb(183, 180, 191);
}
table td[colspan$="10"] img, table td[colspan$="10"] {
  color: rgb(183, 180, 191);
  background-color: transparent;
}

.text-primary {
  color: rgb(108, 151, 212) !important;
}

.text-success {
  color: rgb(71, 188, 138) !important;
}

.text-info {
  color: rgb(53, 172, 172) !important;
}

.text-warning {
  color: rgb(207, 106, 50) !important;
}

.text-danger {
  color: rgb(216, 87, 82) !important;
}

.text-error {
  color: rgb(216, 87, 82) !important;
}

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

small {
  color: rgb(174, 174, 174);
}

.block {
  background: rgb(34, 33, 39);
  border-color: rgb(34, 33, 39);
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03);
  border-radius: 8px;
}
.block .block_head {
  color: rgb(230, 230, 230);
}
.block .block_head a {
  color: rgb(230, 230, 230);
}
.block.block-search > .input-search {
  background: rgb(54, 53, 62);
  border-top: 1px solid rgb(54, 53, 62);
  border-left: 1px solid rgb(108, 151, 212);
  border-bottom: 1px solid rgb(54, 53, 62);
}
.block.block-search > .input-search i.fa-search {
  color: rgb(108, 151, 212);
}
.block.block-table > .table-responsive {
  border-color: rgb(42, 41, 49);
}

.wapper .navigation {
  background: rgb(42, 41, 49);
  border-color: rgb(42, 41, 49);
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03);
}
.wapper .navigation .breadcrumb li > a {
  color: rgb(183, 180, 191);
}
.wapper .navigation .breadcrumb li.active {
  color: rgb(174, 174, 174);
}
.wapper .header {
  background: rgb(34, 33, 39);
  border-bottom: 1px solid rgb(34, 33, 39);
}
.wapper .header .collapsible-menu > li > a {
  background: rgb(34, 33, 39);
  color: rgb(230, 230, 230);
  border-bottom: 1px solid rgb(34, 33, 39);
}
.wapper .header .collapsible-menu > li > a::after, .wapper .header .collapsible-menu > li > a::before {
  background: rgb(42, 41, 49);
}
.wapper .header .collapsible-menu > li > a.open {
  background: rgb(42, 41, 49);
  border-color: rgb(108, 151, 212);
}
.wapper .header .collapsible-menu > li ul {
  background: rgb(42, 41, 49);
  border-radius: 0 0 6px 6px;
}
.wapper .header .collapsible-menu > li ul > li:hover {
  background: rgba(34, 33, 39, 0.6);
}
.wapper .header .collapsible-menu > li ul > li > a {
  color: rgb(183, 180, 191);
  border-bottom: none;
}
.wapper .header .collapsible-menu.user-menu > li > a h3 {
  color: rgb(230, 230, 230);
}
.wapper .header .collapsible-menu.user-menu > li > a p {
  color: rgb(183, 180, 191);
}
.wapper .header .collapsible-menu.user-menu .point {
  background: rgb(71, 188, 138);
  border: 2px solid rgb(42, 41, 49);
}
.wapper .header .menu-trigger {
  background: rgb(42, 41, 49);
  color: rgb(230, 230, 230);
}
@media (max-width: 991.99px) {
  .wapper .header {
    background: rgb(34, 33, 39);
    border-bottom: 1px solid rgb(34, 33, 39);
  }
  .wapper .header .collapsible-menu > li {
    border-radius: 8px;
    overflow: hidden;
  }
  .wapper .header .collapsible-menu > li > a {
    border-bottom: 1px solid rgb(34, 33, 39);
    color: rgb(230, 230, 230);
  }
  .wapper .header .collapsible-menu > li > a.open {
    background: rgb(42, 41, 49);
    border-color: rgb(108, 151, 212);
  }
  .wapper .header .collapsible-menu > li > a:hover {
    background: rgb(42, 41, 49);
  }
  .wapper .header .collapsible-menu > li ul > li > a {
    color: rgb(230, 230, 230);
    border-bottom: 1px solid rgb(42, 41, 49);
  }
  .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: rgb(42, 41, 49);
    box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03);
  }
  .wapper .header .collapsible-menu.user-menu > li > ul > li:hover {
    background: rgb(42, 41, 49);
  }
  .wapper .header .collapsible-menu.user-menu > li > ul > li > a {
    color: rgb(230, 230, 230);
  }
  .wapper .header .collapsible-menu.user-menu > li > a {
    background: rgb(34, 33, 39);
  }
  .wapper .header .collapsible-menu.user-menu > li > a > p {
    color: rgb(230, 230, 230);
  }
  .wapper .header .collapsible-menu.user-menu > li > a.open {
    background: rgb(42, 41, 49);
    border-color: rgb(108, 151, 212);
  }
}
.wapper .monitoring .server {
  border-radius: 8px;
  border-color: rgb(34, 33, 39);
  border-bottom: 2px solid rgb(186, 119, 202);
  background: rgb(34, 33, 39);
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03);
}
.wapper .monitoring .server:nth-child(odd) {
  background: rgb(34, 33, 39);
  border-bottom: 2px solid rgb(53, 172, 172);
}
.wapper .monitoring .server:nth-child(3n) {
  background: rgb(34, 33, 39);
  border-bottom: 2px solid rgb(207, 106, 50);
}
.wapper .monitoring .server h3 {
  color: rgb(183, 180, 191);
}
.wapper .monitoring .server .map-image {
  border-radius: 6px;
}
.wapper .monitoring .server > p {
  color: rgb(174, 174, 174);
}
.wapper .monitoring .server > p a {
  color: rgb(174, 174, 174);
}
.wapper > .footer {
  background-color: rgb(34, 33, 39);
  border-color: rgb(34, 33, 39);
  box-shadow: none;
}
.wapper > .footer strong {
  color: rgb(230, 230, 230);
}
.wapper > .footer ul li a {
  color: rgb(183, 180, 191);
}
.wapper > .footer hr {
  border-color: rgb(42, 41, 49);
}
.wapper > .footer #copyright {
  border-color: rgb(42, 41, 49);
}

.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: rgb(108, 151, 212);
  border-color: rgb(108, 151, 212);
}
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: #4c77b4;
  border-color: #4c77b4;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03);
}
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: transparent;
  color: rgb(108, 151, 212);
  border-color: rgb(108, 151, 212);
}
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: #ffffff;
  background: #4c77b4;
  border-color: #4c77b4;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03);
}

.form-control::placeholder {
  color: rgb(174, 174, 174);
}

textarea.form-control, input.form-control, input[type=file], select.form-control, select[type=file], .form-control {
  background: rgb(54, 53, 62);
  border-color: rgb(58, 56, 70);
  border-radius: 8px;
  color: rgb(183, 180, 191);
  box-shadow: none;
}
textarea.form-control:focus, input.form-control:focus, input[type=file]:focus, select.form-control:focus, select[type=file]:focus, .form-control:focus {
  color: rgb(183, 180, 191);
  border-color: rgb(58, 56, 70);
  background: rgb(54, 53, 62);
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03);
}

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

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

.error_message {
  color: rgb(216, 87, 82) !important;
}

.success_message {
  color: rgb(71, 188, 138) !important;
}

#last_activity span p a, #mybans span p a, table.table > tbody > tr > td a {
  color: rgb(108, 151, 212);
}

#last_activity span p, #mybans span p {
  color: rgb(183, 180, 191);
}

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

#main-slider.carousel {
  border-radius: 8px;
}
#main-slider.carousel .carousel-control-prev, #main-slider.carousel .carousel-control-next {
  border-radius: 6px;
  border: 1px solid rgb(34, 33, 39);
  background: rgb(34, 33, 39);
}

#online_users a span:nth-child(3) {
  color: rgb(183, 180, 191);
}

#top_users a div > span {
  color: rgb(183, 180, 191);
}
#top_users a div > p span {
  color: rgb(183, 180, 191);
}
#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: rgba(108, 151, 212, 0.5);
}

#events .event > div > a, #events .event span {
  color: rgb(183, 180, 191);
}

.vertical-center-line::after {
  background: rgb(42, 41, 49);
}

.vertical-navigation ul li {
  border-color: rgb(34, 33, 39);
}
.vertical-navigation ul li:hover, .vertical-navigation ul li.active {
  background: rgba(34, 33, 39, 0.6);
  border-color: rgb(108, 151, 212);
}
.vertical-navigation ul li a {
  border-color: rgb(42, 41, 49);
  color: rgb(183, 180, 191);
}
.vertical-navigation ul li a.active {
  background: rgba(34, 33, 39, 0.6);
  border-color: rgb(108, 151, 212);
}
.vertical-navigation ul li a.active::before {
  background-color: rgb(42, 41, 49);
}

.empty-element {
  border-top: rgb(42, 41, 49);
  color: rgb(174, 174, 174);
}

.servers-online-line {
  background: rgb(54, 53, 62);
  border: rgb(58, 56, 70);
}
.servers-online-line .progress-bar.bg-primary {
  background-color: rgb(108, 151, 212) !important;
  border-color: rgb(108, 151, 212);
}
.servers-online-line .progress-bar.bg-success {
  background-color: rgb(71, 188, 138) !important;
  border-color: rgb(71, 188, 138);
}
.servers-online-line .progress-bar.bg-info {
  background-color: rgb(53, 172, 172) !important;
  border-color: rgb(53, 172, 172);
}
.servers-online-line .progress-bar.bg-warning {
  background-color: rgb(207, 106, 50) !important;
  border-color: rgb(207, 106, 50);
}
.servers-online-line .progress-bar.bg-danger {
  background-color: rgb(216, 87, 82) !important;
  border-color: rgb(216, 87, 82);
}
.servers-online-line .progress-bar.bg-error {
  background-color: rgb(216, 87, 82) !important;
  border-color: rgb(216, 87, 82);
}
.servers-online-line .progress-val {
  color: rgb(230, 230, 230);
}

.label.label-primary, #stats .label.label-primary {
  background-color: rgb(108, 151, 212);
  color: #ffffff;
  border-color: rgb(108, 151, 212);
}
.label.label-success, #stats .label.label-success {
  background-color: rgb(71, 188, 138);
  color: #ffffff;
  border-color: rgb(71, 188, 138);
}
.label.label-info, #stats .label.label-info {
  background-color: rgb(53, 172, 172);
  color: #ffffff;
  border-color: rgb(53, 172, 172);
}
.label.label-warning, #stats .label.label-warning {
  background-color: rgb(207, 106, 50);
  color: #ffffff;
  border-color: rgb(207, 106, 50);
}
.label.label-danger, #stats .label.label-danger {
  background-color: rgb(216, 87, 82);
  color: #ffffff;
  border-color: rgb(216, 87, 82);
}
.label.label-error, #stats .label.label-error {
  background-color: rgb(216, 87, 82);
  color: #ffffff;
  border-color: rgb(216, 87, 82);
}

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

.progress {
  background-color: rgb(54, 53, 62);
  border-radius: 6px;
  overflow: hidden;
  color: #ffffff;
}
.progress span {
  color: #ffffff;
}

.form-group label h4 {
  color: rgb(230, 230, 230);
}

.noty-block, .bs-callout {
  color: rgb(183, 180, 191);
  background-color: #28272e;
  border: 1px solid #202026;
  border-left: 3px solid #202026;
  border-radius: 8px;
}
.noty-block.primary, .noty-block.bs-callout-primary, .bs-callout.primary, .bs-callout.bs-callout-primary {
  color: #ffffff;
  background-color: rgb(108, 151, 212) !important;
  border-color: rgb(108, 151, 212);
}
.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: rgb(71, 188, 138) !important;
  border-color: rgb(71, 188, 138);
}
.noty-block.success *, .noty-block.bs-callout-success *, .bs-callout.success *, .bs-callout.bs-callout-success * {
  color: #ffffff;
}
.noty-block.info, .noty-block.bs-callout-info, .bs-callout.info, .bs-callout.bs-callout-info {
  color: #ffffff;
  background-color: rgb(53, 172, 172) !important;
  border-color: rgb(53, 172, 172);
}
.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: rgb(207, 106, 50) !important;
  border-color: rgb(207, 106, 50);
}
.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: rgb(216, 87, 82) !important;
  border-color: rgb(216, 87, 82);
}
.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: rgb(216, 87, 82) !important;
  border-color: rgb(216, 87, 82);
}
.noty-block.error *, .noty-block.bs-callout-error *, .bs-callout.error *, .bs-callout.bs-callout-error * {
  color: #ffffff;
}

.noty_bar .noty_message {
  background: rgb(108, 151, 212);
  color: #ffffff;
  border: 1px solid rgb(108, 151, 212);
  box-shadow: none;
}
.noty_bar .noty_message a {
  color: #ffffff;
}
.noty_bar.noty_type_error .noty_message {
  background: rgb(216, 87, 82);
  border-color: rgb(216, 87, 82);
}
.noty_bar.noty_type_success .noty_message {
  background: rgb(71, 188, 138);
  border-color: rgb(71, 188, 138);
}

#smile_btn {
  filter: brightness(0%) contrast(1%);
}

.modal .modal-content {
  background-color: rgb(34, 33, 39);
}
.modal .modal-content .modal-header h4 {
  color: rgb(230, 230, 230);
}

.close {
  color: rgb(230, 230, 230);
  text-shadow: 0 1px 0 rgb(0, 0, 0);
}
.close:hover {
  color: rgb(230, 230, 230);
}

#chat #chat_messages .chat_message .message .info .date {
  color: rgb(174, 174, 174);
}

#forum > h2, #forum .col-lg-12 > h2, #forum_topics > h2, #forum_topics .col-lg-12 > h2 {
  background: rgb(42, 41, 49);
  border-top: rgb(42, 41, 49);
  border-left: 1px solid rgb(108, 151, 212);
  border-bottom: rgb(42, 41, 49);
  color: rgb(230, 230, 230);
}

#new_news div:not(.loader) a h3, .news div:not(.loader) a h3 {
  color: rgb(108, 151, 212);
}

#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: rgb(108, 151, 212);
}

#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: rgb(174, 174, 174);
}

a.small {
  color: rgb(183, 180, 191);
  border-color: rgb(108, 151, 212);
}
a.small:hover, a.small:focus, a.small:visited {
  color: rgb(230, 230, 230);
}

.registration .privacy-policy {
  border: 1px solid rgb(42, 41, 49);
  border-left: 3px solid rgb(42, 41, 49);
  background: rgb(54, 53, 62);
  color: rgb(174, 174, 174);
  border-radius: 8px;
  line-height: 1.5;
  font-size: 13px;
}

.text-error, .text-danger {
  color: rgb(216, 87, 82) !important;
}

.pagination > li > a, .pagination > li > span, .pagination > .disabled > a, .pagination > .disabled > span {
  color: rgb(183, 180, 191);
  background-color: rgb(34, 33, 39);
  border-color: rgb(34, 33, 39);
}
.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: rgb(230, 230, 230);
  background-color: rgb(108, 151, 212);
  border-color: rgb(108, 151, 212);
}
.pagination > .active > a, .pagination > .active > span {
  color: rgb(230, 230, 230);
  background-color: rgb(108, 151, 212);
  border-color: rgb(108, 151, 212);
}
.pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span:hover, .pagination > .active > span:focus {
  color: rgb(230, 230, 230);
  background-color: #608fd1;
  border-color: #608fd1;
}

.profile-page #friends::after {
  background: linear-gradient(to top, rgb(34, 33, 39), 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: rgb(42, 41, 49);
  top: 0;
}

blockquote {
  border-radius: 8px;
  padding: 10px;
  margin: 0 0 5px;
  border-left: 5px solid rgb(42, 41, 49);
  background: rgba(42, 41, 49, 0.5);
}

.comment > div .info .date, .comment > div .dell_message, .comment > div .edit_message {
  color: rgb(174, 174, 174);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  border-top-color: rgb(42, 41, 49);
}

.popover {
  background: rgb(42, 41, 49);
  border-color: rgb(42, 41, 49);
}
.popover .popover-body {
  color: rgb(183, 180, 191);
}

.owl-carousel.smiles_panel .owl-prev, .owl-carousel.smiles_panel .owl-next {
  border-color: rgb(34, 33, 39);
}

.owl-carousel.smiles_panel .smilebtn {
  border-color: rgb(34, 33, 39);
}
.owl-carousel.smiles_panel .smilebtn:hover, .owl-carousel.smiles_panel .smilebtn:active {
  background: rgb(34, 33, 39);
}

.table-responsive,
#last_activity span, #mybans span, #top_users a, #online_users a, #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, .comment, .friend, .user, #companions div {
  border-color: rgb(42, 41, 49);
}

#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: rgb(42, 41, 49);
}

.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: rgb(230, 230, 230);
}

#place_for_messages .dialog > div:nth-child(1), #place_for_messages .dialog > div:nth-child(2) {
  background-color: rgb(42, 41, 49);
  border-color: rgb(42, 41, 49);
}
#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: rgb(42, 41, 49);
  border-color: rgb(42, 41, 49);
  color: rgb(230, 230, 230);
}
.purse .row .col-lg-3:nth-child(1) > div {
  color: rgb(108, 151, 212);
}
.purse .row .col-lg-3:nth-child(2) > div {
  color: rgb(53, 172, 172);
}
.purse .row .col-lg-3:nth-child(3) > div {
  color: rgb(186, 119, 202);
}
.purse .row .col-lg-3:nth-child(4) > div {
  color: rgb(71, 188, 138);
}

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: -40px;
  background: rgb(42, 41, 49);
  border-top: 1px solid rgb(42, 41, 49);
  border-left: 1px solid rgb(108, 151, 212);
  border-bottom: 1px solid rgb(42, 41, 49);
  color: rgb(230, 230, 230);
}

.topic-answers div[id^=answer] .top-area {
  background: rgb(42, 41, 49);
  border-top: 1px solid rgb(42, 41, 49);
  border-left: 1px solid rgb(108, 151, 212);
  border-bottom: 1px solid rgb(42, 41, 49);
  color: rgb(230, 230, 230);
}
.topic-answers div[id^=answer] .top-area .right-side a {
  color: rgb(174, 174, 174);
}
.topic-answers div[id^=answer] .center-area .left-side img {
  background: rgb(42, 41, 49);
  box-shadow: none;
  border-radius: 8px;
}
.topic-answers div[id^=answer] .center-area .left-side p {
  color: rgb(183, 180, 191);
}
.topic-answers div[id^=answer] .center-area .left-side p::after {
  background: rgb(42, 41, 49);
}
.topic-answers div[id^=answer] .center-area .right-side .edited {
  color: rgb(174, 174, 174);
}
.topic-answers div[id^=answer] .center-area .right-side .signature {
  color: rgb(174, 174, 174);
  border-color: rgb(42, 41, 49);
}
.topic-answers div[id^=answer] .bottom-area {
  border-color: rgb(42, 41, 49);
}
.topic-answers div[id^=answer] .bottom-area::after {
  background: rgb(42, 41, 49);
}

div.spoiler div.spoiler-title {
  border-color: rgb(42, 41, 49);
  background: rgb(42, 41, 49);
}
div.spoiler div.spoiler-content {
  border-color: rgb(42, 41, 49);
  background: rgb(34, 33, 39);
}

.new > p:last-child {
  color: rgb(174, 174, 174);
}

#news a.small-new {
  border-color: rgb(42, 41, 49);
}
#news a.small-new div p {
  color: rgb(174, 174, 174);
}

.reward, .product-block, #my_cases_area .opened-case {
  border-color: rgb(42, 41, 49) !important;
}

.sortition #prizes h5, .sortition #prizes .prize span {
  color: rgb(34, 33, 39);
}

.monitoring-table {
  background: rgb(34, 33, 39);
  border-color: rgb(34, 33, 39);
  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: rgb(54, 53, 62);
  border: 1px solid rgb(54, 53, 62);
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-bar.bg-primary {
  background-color: rgb(108, 151, 212) !important;
  border-color: rgb(108, 151, 212);
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-bar.bg-success {
  background-color: rgb(71, 188, 138) !important;
  border-color: rgb(71, 188, 138);
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-bar.bg-info {
  background-color: rgb(53, 172, 172) !important;
  border-color: rgb(53, 172, 172);
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-bar.bg-warning {
  background-color: rgb(207, 106, 50) !important;
  border-color: rgb(207, 106, 50);
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-bar.bg-danger {
  background-color: rgb(216, 87, 82) !important;
  border-color: rgb(216, 87, 82);
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-bar.bg-error {
  background-color: rgb(216, 87, 82) !important;
  border-color: rgb(216, 87, 82);
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-val {
  color: rgb(230, 230, 230);
}
.monitoring-table > table > tbody > tr > td a {
  color: #ffffff;
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(1) {
  background: rgb(108, 151, 212);
  border: 1px solid rgb(108, 151, 212);
}
.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: rgb(71, 188, 138);
  border: 1px solid rgb(71, 188, 138);
}
.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: rgb(53, 172, 172);
  border: 1px solid rgb(53, 172, 172);
}
.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: rgb(34, 33, 39) !important;
}

/*# sourceMappingURL=theme_dark.css.map */
/* Фон и текст */
body {
    background: #050507;
    color: #f5f5f5;
}

.content,
.block,
.table,
.modal-content,
.header,
.navigation,
.block-search {
    background: #0b0b0f;
    border-color: #1b1b25;
}

/* Заголовки блоков */
.block_head {
    color: #ff3b3b;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 8px rgba(255, 0, 80, 0.8);
}

/* Таблицы */
.table > thead > tr > td {
    background: #111119;
    color: #f5f5f5;
}

.table > tbody > tr:nth-child(odd) {
    background: #09090e;
}

.table > tbody > tr:nth-child(even) {
    background: #0f0f15;
}

/* Подсветка строки статистики */
.stats-row:hover {
    background: #201018;
    box-shadow: 0 0 12px rgba(255, 0, 60, 0.45);
    cursor: pointer;
}

/* Кнопки */
.btn,
.btn-outline-primary {
    border-color: #ff3b3b;
    color: #ff3b3b;
    background: transparent;
}

.btn:hover,
.btn-outline-primary:hover {
    background: #ff3b3b;
    color: #050507;
}

/* Ссылки в меню */
.collapsible-menu > li > a {
    color: #f5f5f5;
}

.collapsible-menu > li > a:hover,
.collapsible-menu > li > a:focus {
    color: #ff3b3b;
    text-shadow: 0 0 8px rgba(255, 0, 80, 0.9);
}

/* Неоновая рамка блоков */
.block,
.monitoring-table,
.block-search {
    box-shadow: 0 0 20px rgba(255, 0, 80, 0.25);
    border-radius: 6px;
}
/* Логотип и шапка */
.logo img {
    filter: drop-shadow(0 0 8px rgba(255, 0, 80, 0.8));
}

.header {
    background: linear-gradient(135deg, #0b0b0f 0%, #1b1b25 100%);
    box-shadow: 0 0 25px rgba(255, 0, 80, 0.3);
    border-bottom: 1px solid rgba(255, 0, 80, 0.4);
}

.navigation {
    background: #0f0f15;
    border-bottom: 1px solid rgba(255, 0, 80, 0.2);
}

/* Меню */
.collapsible-menu {
    background: #09090e;
}

.collapsible-menu > li > a {
    color: #f5f5f5;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.collapsible-menu > li > a:hover {
    background: rgba(255, 0, 80, 0.2);
    color: #ff3b3b;
    text-shadow: 0 0 10px rgba(255, 0, 80, 0.9);
    transform: translateX(5px);
}

/* Активный пункт меню */
.collapsible-menu > li.active > a {
    background: rgba(255, 0, 80, 0.3);
    color: #ff3b3b;
    box-shadow: inset 0 0 10px rgba(255, 0, 80, 0.4);
}
/* Футер */
.footer,
.footer-block,
.site-footer {
    background: linear-gradient(135deg, #0b0b0f 0%, #1b1b25 100%);
    border-top: 1px solid rgba(255, 0, 80, 0.4);
    box-shadow: 0 -5px 20px rgba(255, 0, 80, 0.2);
    color: #ccc;
}

.footer a {
    color: #ff3b3b;
}

.footer a:hover {
    color: #ff6666;
    text-shadow: 0 0 6px rgba(255, 0, 80, 0.7);
}

/* Если футера нет — стиль для конца контента */
.content::after {
    content: '';
    display: block;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 0, 80, 0.6), transparent);
    margin: 40px auto;
    width: 200px;
}
/* Пользовательское меню */
.user-menu {
    background: #09090e;
}

.user-menu .collapsible > a {
    background: #111119;
    border-right: 3px solid rgba(255, 0, 80, 0.6);
}

.user-menu .collapsible > a:hover {
    box-shadow: 0 0 15px rgba(255, 0, 80, 0.4);
    border-right-color: #ff3b3b;
}

.user-menu ul li a {
    border-left: 3px solid transparent;
}

.user-menu ul li a:hover {
    border-left-color: #ff3b3b;
    background: rgba(255, 0, 80, 0.1);
}
/* Убрать фон навигации, оставить высоту */
.navigation {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    height: 50px; /* или твоя текущая высота */
    min-height: 50px;
}

.navigation .breadcrumb {
    background: transparent !important;
    color: #ccc !important;
    margin: 0;
    padding: 10px 0;
}

.navigation .breadcrumb a {
    color: #ff3b3b !important;
}

/* Дополнительный отступ, если нужно */
.navigation {
    margin-bottom: 15px; /* расстояние до мониторинга */
}
/* Убрать фон верхней шапки, оставить высоту */
.header {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    height: 80px; /* подстрой под свою высоту */
    min-height: 80px;
    padding: 15px 0; /* отступы внутри */
}

/* Меню внутри шапки остаётся видимым */
.header .container {
    background: #0b0b0f; /* чёрный фон только для меню */
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(255, 0, 80, 0.25);
}

/* Логотип остаётся на месте */
.logo {
    margin-right: 20px;
}
/* Меню collapsible-menu без фона, с блоками и скруглением */
.collapsible-menu {
    background: transparent !important;
}

.collapsible-menu > li {
    display: inline-block;
    margin: 0 2px;
}

.collapsible-menu > li > a {
    background: rgba(11, 11, 15, 0.9) !important;
    color: #f5f5f5;
    padding: 10px 18px !important;
    border-radius: 20px !important; /* скругление */
    border: 1px solid rgba(255, 0, 80, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease;
    white-space: nowrap;
}

.collapsible-menu > li > a:hover {
    background: rgba(255, 0, 80, 0.2) !important;
    color: #ff3b3b !important;
    border-color: rgba(255, 0, 80, 0.6) !important;
    box-shadow: 
        0 4px 12px rgba(255, 0, 80, 0.4),
        inset 0 0 8px rgba(255, 0, 80, 0.2);
    text-shadow: 0 0 8px rgba(255, 0, 80, 0.9);
}

/* Активный пункт */
.collapsible-menu > li.active > a {
    background: rgba(255, 0, 80, 0.3) !important;
    border-color: rgba(255, 0, 80, 0.8) !important;
    box-shadow: 
        0 4px 12px rgba(255, 0, 80, 0.5),
        inset 0 0 10px rgba(255, 0, 80, 0.3);
}
/* Убрать подчёркивания и заливки активных пунктов меню */
.collapsible-menu > li.active > a,
.collapsible-menu > li > a.active {
    background: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* Убрать подчёркивания у ссылок */
.collapsible-menu > li > a,
.collapsible-menu > li > a:link,
.collapsible-menu > li > a:visited {
    text-decoration: none !important;
    border-bottom: none !important;
}

/* Убрать любые линии под hover */
.collapsible-menu > li > a:hover {
    background: rgba(255, 0, 80, 0.15) !important; /* только лёгкая заливка */
    border-bottom: none !important;
    text-decoration: none !important;
    box-shadow: 0 0 8px rgba(255, 0, 80, 0.4); /* только свечение */
}

/* Для пользовательского меню */
.user-menu .collapsible > a,
.user-menu ul li a {
    border-bottom: none !important;
    text-decoration: none !important;
}

.user-menu ul li a:hover {
    border-bottom: none !important;
}
/* Полностью убрать фон у пунктов меню */
.collapsible-menu > li > a {
    background: transparent !important;
    border: none !important;
    padding: 10px 18px !important;
    border-radius: 20px !important;
}

/* Hover — только свечение */
.collapsible-menu > li > a:hover {
    background: transparent !important;
    color: #ff3b3b !important;
    text-shadow: 0 0 12px rgba(255, 0, 80, 1);
    box-shadow: 0 0 15px rgba(255, 0, 80, 0.6);
}

/* Активный пункт — только свечение */
.collapsible-menu > li.active > a {
    background: transparent !important;
    color: #ff3b3b !important;
    text-shadow: 0 0 10px rgba(255, 0, 80, 0.9);
    box-shadow: 0 0 12px rgba(255, 0, 80, 0.5);
}

/* Пользовательское меню тоже без фона */
.user-menu .collapsible > a,
.user-menu ul li a {
    background: transparent !important;
    border: none !important;
}

.user-menu .collapsible > a:hover,
.user-menu ul li a:hover {
    background: transparent !important;
    box-shadow: 0 0 10px rgba(255, 0, 80, 0.5);
}
/* Стильный и читаемый шрифт для collapsible-menu */
.collapsible-menu > li > a {
    font-family: 'Bungee', 'Bungee Shade', 'Rajdhani', sans-serif !important;
    font-weight: 500 !important;
    font-size: 13.5px !important; /* чуть меньше */
    letter-spacing: 0.5px !important; /* лёгкий разряд */
    text-transform: uppercase !important; /* капс */
    font-style: normal;
}

/* Hover — ярче */
.collapsible-menu > li > a:hover {
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-shadow: 0 0 12px rgba(255, 0, 80, 1);
}

/* Подключить шрифты (если нет — добавь в head HTML) */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700&family=Rajdhani:wght@400;500;600&display=swap');
/* Уменьшить шрифт collapsible-menu чтобы влезли все пункты */
.collapsible-menu > li > a {
    font-size: 12px !important; /* было 13.5px */
    padding: 5px 14px !important; /* ещё компактнее */
    letter-spacing: 0.3px !important; /* меньше разрядка */
	text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

/* Hover чуть крупнее */
.collapsible-menu > li > a:hover {
    font-size: 12.5px !important;
    letter-spacing: 0.5px !important;
}

/* Мобильное меню чуть побольше */
@media (max-width: 991px) {
    .collapsible-menu > li > a {
        font-size: 13px !important;
        padding: 8px 16px !important;
    }
}
/* Все таблицы table-bordered в стиле header */
.table.table-bordered {
    background: linear-gradient(135deg, #0b0b0f 0%, #1b1b25 100%) !important;
    border: 1px solid rgba(255, 0, 80, 0.4) !important;
    border-radius: 12px !important;
    box-shadow: 
        0 5px 20px rgba(255, 0, 80, 0.25),
        inset 0 0 10px rgba(255, 0, 80, 0.1) !important;
    overflow: hidden;
}

/* Заголовки таблиц */
.table.table-bordered > thead > tr > td,
.table.table-bordered > thead > tr > th {
    text-shadow: 0 0 6px rgba(255, 0, 80, 0.8) !important;
    border-bottom: 1px solid rgba(255, 0, 80, 0.4) !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Строки таблицы */
.table.table-bordered > tbody > tr {
    transition: all 0.2s ease;
}

.table.table-bordered > tbody > tr:hover {
    background: rgba(255, 0, 80, 0.1) !important;
    box-shadow: inset 0 0 10px rgba(255, 0, 80, 0.2);
}

/* Ячейки */
.table.table-bordered td {
    border-color: rgba(27, 27, 37, 0.6) !important;
    color: #f5f5f5;
    padding: 12px 8px;
}

/* Чётные/нечётные строки */
.table.table-bordered > tbody > tr:nth-child(odd) > td {
    background: rgba(15, 15, 21, 0.5) !important;
}

.table.table-bordered > tbody > tr:nth-child(even) > td {
    background: rgba(11, 11, 15, 0.8) !important;
}
/* Убрать фон у всех modal-header */
.modal-header {
    background: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
    padding: 15px 20px !important;
}

/* Заголовок модалки остаётся красным */
.modal-title {
    color: #ff3b3b !important;
    text-shadow: 0 0 8px rgba(255, 0, 80, 0.8) !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Кнопка закрытия */
.modal-header .close {
    color: #ff3b3b !important;
    text-shadow: 0 0 6px rgba(255, 0, 80, 0.8) !important;
    opacity: 0.9 !important;
}

.modal-header .close:hover {
    opacity: 1 !important;
    box-shadow: 0 0 10px rgba(255, 0, 80, 0.6);
}
/* Модалка игроков — единый стиль сайта */
#playersModal .modal-content,
.players-modal .modal-content {
    background: linear-gradient(135deg, #0b0b0f 0%, #1b1b25 100%) !important;
    border: 1px solid rgba(255, 0, 80, 0.4) !important;
    box-shadow: 0 0 30px rgba(255, 0, 80, 0.4) !important;
    color: #f5f5f5 !important;
}

/* Таблица игроков */
#playersModal .table,
.players-modal .table {
    background: transparent !important;
}

#playersModal .table thead td,
.players-modal .table thead td {
    background: linear-gradient(135deg, #111119, #1b1b25) !important;
    color: #ff3b3b !important;
    text-shadow: 0 0 6px rgba(255, 0, 80, 0.8) !important;
    border-bottom: 1px solid rgba(255, 0, 80, 0.4) !important;
}

/* Строки игроков */
#playersModal .table tbody tr,
.players-modal .table tbody tr {
    background: transparent !important;
}

#playersModal .table tbody tr:nth-child(odd),
.players-modal .table tbody tr:nth-child(odd) {
    background: rgba(15, 15, 21, 0.5) !important;
}

#playersModal .table tbody tr:nth-child(even),
.players-modal .table tbody tr:nth-child(even) {
    background: rgba(11, 11, 15, 0.8) !important;
}

#playersModal .table tbody tr:hover,
.players-modal .table tbody tr:hover {
    background: rgba(255, 0, 80, 0.15) !important;
    box-shadow: inset 0 0 10px rgba(255, 0, 80, 0.3);
}

/* Аватары и ники игроков */
#playersModal .small_us_av,
.players-modal .small_us_av {
    filter: drop-shadow(0 0 4px rgba(255, 0, 80, 0.6));
}

#playersModal td,
.players-modal td {
    border-color: rgba(27, 27, 37, 0.6) !important;
    color: #f5f5f5 !important;
}

/* Статусы онлайн */
#playersModal .status-online,
.players-modal .status-online {
    color: #00ff88 !important;
    text-shadow: 0 0 6px rgba(0, 255, 136, 0.8);
}

#playersModal .status-offline,
.players-modal .status-offline {
    color: #666 !important;
}
/* Активный пункт меню всегда красный */
.collapsible-menu > li.active > a,
.collapsible-menu > li.current > a,
.collapsible-menu > li > a[href$="/stats"],
.collapsible-menu > li > a[href$="/admins"],
.collapsible-menu > li > a[href$="/store"] {
    color: #ff3b3b !important;
    text-shadow: 0 0 12px rgba(255, 0, 80, 1) !important;
}

/* Hover активного пункта */
.collapsible-menu > li.active > a:hover {
    color: #ff6666 !important;
    text-shadow: 
        0 0 15px rgba(255, 0, 80, 1.2),
        0 0 6px rgba(255, 255, 255, 0.6) !important;
}

/* Добавить класс current в HTML активному пункту */
/* Убрать свечение и красный у "Администраторы" и "Статистика" */
.collapsible-menu > li > a[href*="/admins"],
.collapsible-menu > li > a[href*="/stats"] {
    color: #f5f5f5 !important;
    text-shadow: none !important;
}

.collapsible-menu > li > a[href*="/admins"]:hover,
.collapsible-menu > li > a[href*="/stats"]:hover {
    color: #ddd !important;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

/* Если есть класс active у этих пунктов */
.collapsible-menu > li.active > a[href*="/admins"],
.collapsible-menu > li.active > a[href*="/stats"] {
    color: #f5f5f5 !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8) !important;
}
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700;900&display=swap');

.neon-blink {
  font-family: 'Orbitron', monospace;
  font-weight: 900;
  font-size: 2.5em; /* Подстройте под сайт */
  color: #00ff88; /* Неоновый зелёный для CS-темы */
  text-shadow: 
    0 0 5px #00ff88,
    0 0 10px #00ff88,
    0 0 15px #00ff88,
    0 0 20px #00ff88,
    0 0 35px #00ff88,
    0 0 40px #00ff88;
  animation: neon-flicker 1.5s infinite alternate, glitch 0.3s infinite;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@keyframes neon-flicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    text-shadow: 0 0 5px #00ff88, 0 0 10px #00ff88, 0 0 15px #00ff88;
  }
  20%, 24%, 55% {
    text-shadow: none;
  }
}

@keyframes glitch {
  0%, 100% { transform: translate(0); }
  20% { transform: translate(-2px, 2px); }
  40% { transform: translate(-2px, -2px); }
  60% { transform: translate(2px, 2px); }
  80% { transform: translate(2px, -2px); }
}
