html, body {
  background-color: rgb(37, 41, 57);
  color: rgb(183, 186, 205);
}

a, a[onclick] {
  color: rgb(77, 121, 177);
}
a:hover, a[onclick]:hover {
  color: #4872a6;
}

table.table-bordered td, table.table-bordered th {
  border-color: rgb(49, 52, 72);
}
table.table > tbody > tr.primary > td {
  background: rgba(77, 121, 177, 0.1);
  border-color: rgba(77, 121, 177, 0.2);
  color: rgb(183, 186, 205);
}
table.table > tbody > tr.primary > td span {
  color: rgb(77, 121, 177);
}
table.table > tbody > tr.success > td {
  background: rgba(71, 188, 138, 0.1);
  border-color: rgba(71, 188, 138, 0.2);
  color: rgb(183, 186, 205);
}
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, 186, 205);
}
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, 186, 205);
}
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, 186, 205);
}
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, 186, 205);
}
table.table > tbody > tr.error > td span {
  color: rgb(216, 87, 82);
}
table.table > tbody > tr *, table.table > tbody > tr > td {
  color: rgb(183, 186, 205);
}
table td[colspan$="10"] img, table td[colspan$="10"] {
  color: rgb(183, 186, 205);
  background-color: transparent;
}

.text-primary {
  color: rgb(77, 121, 177) !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, 35, 43);
  border-color: rgb(34, 35, 43);
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.block .block_head {
  color: rgb(222, 225, 233);
}
.block .block_head a {
  color: rgb(222, 225, 233);
}
.block.block-search > .input-search {
  background: rgb(41, 43, 55);
  border-top: 1px solid rgb(41, 43, 55);
  border-left: 1px solid rgb(77, 121, 177);
  border-bottom: 1px solid rgb(41, 43, 55);
}
.block.block-search > .input-search i.fa-search {
  color: rgb(77, 121, 177);
}
.block.block-table > .table-responsive {
  border-color: rgb(49, 52, 72);
}

.wapper .navigation {
  background: rgb(49, 52, 72);
  border-color: rgb(49, 52, 72);
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.15);
}
.wapper .navigation .breadcrumb li > a {
  color: rgb(183, 186, 205);
}
.wapper .navigation .breadcrumb li.active {
  color: rgb(174, 174, 174);
}
.wapper .header {
  background: rgb(38, 40, 54);
  border-bottom: 1px solid rgb(34, 35, 43);
}
.wapper .header .collapsible-menu > li > a {
  background: rgb(38, 40, 54);
  color: rgb(222, 225, 233);
  border-bottom: 1px solid rgb(38, 40, 54);
}
.wapper .header .collapsible-menu > li > a::after, .wapper .header .collapsible-menu > li > a::before {
  background: rgb(49, 52, 72);
}
.wapper .header .collapsible-menu > li > a.open {
  background: rgb(49, 52, 72);
  border-color: rgb(77, 121, 177);
}
.wapper .header .collapsible-menu > li ul {
  background: rgb(49, 52, 72);
  border-radius: 0 0 2px 2px;
}
.wapper .header .collapsible-menu > li ul > li:hover {
  background: rgba(34, 35, 43, 0.6);
}
.wapper .header .collapsible-menu > li ul > li > a {
  color: rgb(183, 186, 205);
  border-bottom: none;
}
.wapper .header .collapsible-menu.user-menu > li > a h3 {
  color: rgb(222, 225, 233);
}
.wapper .header .collapsible-menu.user-menu > li > a p {
  color: rgb(183, 186, 205);
}
.wapper .header .collapsible-menu.user-menu .point {
  background: rgb(71, 188, 138);
  border: 2px solid rgb(49, 52, 72);
}
.wapper .header .menu-trigger {
  background: rgb(49, 52, 72);
  color: rgb(222, 225, 233);
}
@media (max-width: 991.99px) {
  .wapper .header {
    background: rgb(38, 40, 54);
    border-bottom: 1px solid rgb(34, 35, 43);
  }
  .wapper .header .collapsible-menu > li {
    border-radius: 2px;
    overflow: hidden;
  }
  .wapper .header .collapsible-menu > li > a {
    border-bottom: 1px solid rgb(34, 35, 43);
    color: rgb(222, 225, 233);
  }
  .wapper .header .collapsible-menu > li > a.open {
    background: rgb(49, 52, 72);
    border-color: rgb(77, 121, 177);
  }
  .wapper .header .collapsible-menu > li > a:hover {
    background: rgb(49, 52, 72);
  }
  .wapper .header .collapsible-menu > li ul > li > a {
    color: rgb(222, 225, 233);
    border-bottom: 1px solid rgb(49, 52, 72);
  }
  .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(49, 52, 72);
    box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.15);
  }
  .wapper .header .collapsible-menu.user-menu > li > ul > li:hover {
    background: rgb(49, 52, 72);
  }
  .wapper .header .collapsible-menu.user-menu > li > ul > li > a {
    color: rgb(222, 225, 233);
  }
  .wapper .header .collapsible-menu.user-menu > li > a {
    background: rgb(38, 40, 54);
  }
  .wapper .header .collapsible-menu.user-menu > li > a > p {
    color: rgb(222, 225, 233);
  }
  .wapper .header .collapsible-menu.user-menu > li > a.open {
    background: rgb(49, 52, 72);
    border-color: rgb(77, 121, 177);
  }
}
.wapper .monitoring .server {
  border-radius: 2px;
  border-color: rgb(34, 35, 43);
  border-bottom: 2px solid rgb(186, 119, 202);
  background: rgb(34, 35, 43);
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.15);
}
.wapper .monitoring .server:nth-child(odd) {
  background: rgb(34, 35, 43);
  border-bottom: 2px solid rgb(53, 172, 172);
}
.wapper .monitoring .server:nth-child(3n) {
  background: rgb(34, 35, 43);
  border-bottom: 2px solid rgb(207, 106, 50);
}
.wapper .monitoring .server h3 {
  color: rgb(183, 186, 205);
}
.wapper .monitoring .server .map-image {
  border-radius: 2px;
}
.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, 35, 43);
  border-color: rgb(34, 35, 43);
  box-shadow: none;
}
.wapper > .footer strong {
  color: rgb(222, 225, 233);
}
.wapper > .footer ul li a {
  color: rgb(183, 186, 205);
}
.wapper > .footer hr {
  border-color: rgb(49, 52, 72);
}
.wapper > .footer #copyright {
  border-color: rgb(49, 52, 72);
}

.btn {
  border: 2px solid transparent;
}

a, input, button, label {
  box-shadow: none;
}
a.btn, input.btn, button.btn, label.btn {
  border-radius: 2px;
}
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(77, 121, 177);
  border-color: rgb(77, 121, 177);
}
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: #2d5991;
  border-color: #2d5991;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.15);
}
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(77, 121, 177);
  border-color: rgb(77, 121, 177);
}
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: #2d5991;
  border-color: #2d5991;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.15);
}

.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(41, 43, 55);
  border-color: rgb(53, 56, 71);
  border-radius: 2px;
  color: rgb(183, 186, 205);
  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, 186, 205);
  border-color: rgb(53, 56, 71);
  background: rgb(41, 43, 55);
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.15);
}

.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(77, 121, 177);
}

#last_activity span p, #mybans span p {
  color: rgb(183, 186, 205);
}

#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: 2px;
}
#main-slider.carousel .carousel-control-prev, #main-slider.carousel .carousel-control-next {
  border-radius: 2px;
  border: 1px solid rgb(34, 35, 43);
  background: rgb(34, 35, 43);
}

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

#top_users a div > span {
  color: rgb(183, 186, 205);
}
#top_users a div > p span {
  color: rgb(183, 186, 205);
}
#top_users a div > p span i::before {
  color: rgba(77, 121, 177, 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(77, 121, 177, 0.5);
}

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

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

.vertical-navigation ul li {
  border-color: rgb(34, 35, 43);
}
.vertical-navigation ul li:hover, .vertical-navigation ul li.active {
  background: rgba(34, 35, 43, 0.6);
  border-color: rgb(77, 121, 177);
}
.vertical-navigation ul li a {
  border-color: rgb(49, 52, 72);
  color: rgb(183, 186, 205);
}
.vertical-navigation ul li a.active {
  background: rgba(34, 35, 43, 0.6);
  border-color: rgb(77, 121, 177);
}
.vertical-navigation ul li a.active::before {
  background-color: rgb(49, 52, 72);
}

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

.servers-online-line {
  background: rgb(41, 43, 55);
  border: rgb(53, 56, 71);
}
.servers-online-line .progress-bar.bg-primary {
  background-color: rgb(77, 121, 177) !important;
  border-color: rgb(77, 121, 177);
}
.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(222, 225, 233);
}

.label.label-primary, #stats .label.label-primary {
  background-color: rgb(77, 121, 177);
  color: #ffffff;
  border-color: rgb(77, 121, 177);
}
.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(41, 43, 55);
  border-radius: 2px;
  overflow: hidden;
  color: #ffffff;
}
.progress span {
  color: #ffffff;
}

.form-group label h4 {
  color: rgb(222, 225, 233);
}

.noty-block, .bs-callout {
  color: rgb(183, 186, 205);
  background-color: #2f3245;
  border: 1px solid #292b3c;
  border-left: 3px solid #292b3c;
  border-radius: 2px;
}
.noty-block.primary, .noty-block.bs-callout-primary, .bs-callout.primary, .bs-callout.bs-callout-primary {
  color: #ffffff;
  background-color: rgb(77, 121, 177) !important;
  border-color: rgb(77, 121, 177);
}
.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(77, 121, 177);
  color: #ffffff;
  border: 1px solid rgb(77, 121, 177);
  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, 35, 43);
}
.modal .modal-content .modal-header h4 {
  color: rgb(222, 225, 233);
}

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

#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(49, 52, 72);
  border-top: rgb(49, 52, 72);
  border-left: 1px solid rgb(77, 121, 177);
  border-bottom: rgb(49, 52, 72);
  color: rgb(222, 225, 233);
}

#new_news div:not(.loader) a h3, .news div:not(.loader) a h3 {
  color: rgb(77, 121, 177);
}

#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(77, 121, 177);
}

#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, 186, 205);
  border-color: rgb(77, 121, 177);
}
a.small:hover, a.small:focus, a.small:visited {
  color: rgb(222, 225, 233);
}

.registration .privacy-policy {
  border: 1px solid rgb(49, 52, 72);
  border-left: 3px solid rgb(49, 52, 72);
  background: rgb(41, 43, 55);
  color: rgb(174, 174, 174);
  border-radius: 2px;
  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, 186, 205);
  background-color: rgb(34, 35, 43);
  border-color: rgb(34, 35, 43);
}
.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(222, 225, 233);
  background-color: rgb(77, 121, 177);
  border-color: rgb(77, 121, 177);
}
.pagination > .active > a, .pagination > .active > span {
  color: rgb(222, 225, 233);
  background-color: rgb(77, 121, 177);
  border-color: rgb(77, 121, 177);
}
.pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span:hover, .pagination > .active > span:focus {
  color: rgb(222, 225, 233);
  background-color: #4872a6;
  border-color: #4872a6;
}

.profile-page #friends::after {
  background: linear-gradient(to top, rgb(34, 35, 43), 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: 2px;
  padding: 10px;
  margin: 0 0 5px;
  border-left: 5px solid rgb(49, 52, 72);
  background: rgba(49, 52, 72, 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(49, 52, 72);
}

.popover {
  background: rgb(49, 52, 72);
  border-color: rgb(49, 52, 72);
}
.popover .popover-body {
  color: rgb(183, 186, 205);
}

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

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

.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(49, 52, 72);
}

#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(49, 52, 72);
}

.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: 2px;
}

.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(222, 225, 233);
}

#place_for_messages .dialog > div:nth-child(1), #place_for_messages .dialog > div:nth-child(2) {
  background-color: rgb(49, 52, 72);
  border-color: rgb(49, 52, 72);
}
#place_for_messages .dialog > div:nth-child(1):hover, #place_for_messages .dialog > div:nth-child(2):hover {
  background-color: #2f3245;
  border-color: #2f3245;
}

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

.purse .row .col-lg-3 > div {
  border-radius: 2px;
}
.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(49, 52, 72);
  border-color: rgb(49, 52, 72);
  color: rgb(222, 225, 233);
}
.purse .row .col-lg-3:nth-child(1) > div {
  color: rgb(77, 121, 177);
}
.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: 2px;
}

.profile-page .profile table tbody tr td[colspan="2"] h4 {
  margin-left: -40px;
  background: rgb(49, 52, 72);
  border-top: 1px solid rgb(49, 52, 72);
  border-left: 1px solid rgb(77, 121, 177);
  border-bottom: 1px solid rgb(49, 52, 72);
  color: rgb(222, 225, 233);
}

.topic-answers div[id^=answer] .top-area {
  background: rgb(49, 52, 72);
  border-top: 1px solid rgb(49, 52, 72);
  border-left: 1px solid rgb(77, 121, 177);
  border-bottom: 1px solid rgb(49, 52, 72);
  color: rgb(222, 225, 233);
}
.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(49, 52, 72);
  box-shadow: none;
  border-radius: 2px;
}
.topic-answers div[id^=answer] .center-area .left-side p {
  color: rgb(183, 186, 205);
}
.topic-answers div[id^=answer] .center-area .left-side p::after {
  background: rgb(49, 52, 72);
}
.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(49, 52, 72);
}
.topic-answers div[id^=answer] .bottom-area {
  border-color: rgb(49, 52, 72);
}
.topic-answers div[id^=answer] .bottom-area::after {
  background: rgb(49, 52, 72);
}

div.spoiler div.spoiler-title {
  border-color: rgb(49, 52, 72);
  background: rgb(49, 52, 72);
}
div.spoiler div.spoiler-content {
  border-color: rgb(49, 52, 72);
  background: rgb(34, 35, 43);
}

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

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

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

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

.monitoring-table {
  background: rgb(34, 35, 43);
  border-color: rgb(34, 35, 43);
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.monitoring-table > table > tbody > tr > td .servers-online-line {
  background: rgb(41, 43, 55);
  border: 1px solid rgb(41, 43, 55);
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-bar.bg-primary {
  background-color: rgb(77, 121, 177) !important;
  border-color: rgb(77, 121, 177);
}
.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(222, 225, 233);
}
.monitoring-table > table > tbody > tr > td a {
  color: #ffffff;
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(1) {
  background: rgb(77, 121, 177);
  border: 1px solid rgb(77, 121, 177);
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(1):hover {
  background: rgba(77, 121, 177, 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(38, 40, 54) !important;
}



html, body {
    margin: 0;
    min-height: 100%;
    color: rgb(183, 186, 205);
}

/* 1) Щоб НІКОЛИ не було сірого зверху — фон одразу на html */
html {
  background: #0b1326 url("/templates/standart/img/play23.png") no-repeat center top fixed;
  background-size: cover;
}


/* 2) body прозорий, щоб не перекривав html */
body {
    background: transparent;
}

/* 3) Фіксуємо картинку як шар (щоб стояла на місці) */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url("/templates/standart/img/play23.png") no-repeat center top;
    background-size: 2048px auto;
    z-index: -2;
    pointer-events: none;
}

/* 4) Головне: закриваємо будь-яку “дірку” знизу темним фоном + плавний fade */
body::after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 4400px;          /* підкрути 4300–5000 якщо треба */
    bottom: 0;            /* важливо: завжди до низу екрану */
    height: auto;

    background:
        linear-gradient(to bottom,
            rgba(11,19,38,0) 0%,
            #0b1326 75%
        );
    z-index: -1;
    pointer-events: none;
}







.wapper .header {
  background: rgb(38, 40, 54);
}
.wapper .navigation {
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.25);
}

.wapper .monitoring .server {
  border-bottom: 0 !important;
}

.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 {
  color: rgb(222, 225, 233);
}

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

.block[style*="theme_ghost_bg_1.png"]{
  background: rgba(0,0,0,0.18) !important;
  background-image: none !important;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 14px;
  padding: 14px 16px;

  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}




/* Убрати всю полосу под меню (navigation + breadcrumb) */
.navigation{
display: none !important;
}

/* Залишити відступ під шапкою, але не показувати нічого */
.navigation{
  display: block !important;      /* перебиває можливий display:none */
  height: 22px !important;        /* міняй 16/20/26 як треба */
  min-height: 22px !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;

  visibility: hidden !important;  /* важливо: приховує текст, але місце лишається */
}
/* Глобальне закруглення блоків */
:root { --r: 14px; }   /* тут міняй радіус: 10 / 12 / 14 / 16 */

/* Основні блоки/панелі/карти */
.block,
.card,
.panel,
.widget,
.box,
.alert,
.modal-content,
.dropdown-menu,
.table,
.pagination,
.navigation,
.user-profile-row,
.user-profile-grid {
  border-radius: var(--r) !important;
  overflow: hidden; /* щоб фон/картинки не вилазили за кути */
}

/* Кнопки */
button,
.btn,
.glass-btn,
input[type="submit"],
input[type="button"]{
  border-radius: calc(var(--r) - 4px) !important;
}





.az-privcard{
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: 16px;

  background: rgba(0,0,0,.45);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 8px 22px rgba(0,0,0,.28);

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

/* ЛЕЙБЛ: виділення */
.az-privcard__label{
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  white-space: nowrap;

  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);

  display:inline-flex;
  align-items:center;
  gap:8px;
}

/* маленький "маркер" перед текстом */
.az-privcard__label::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background: rgba(255,180,74,.95);
  box-shadow: 0 0 10px rgba(255,180,74,.35);
}

/* БЕЙДЖ */
.az-privcard__value{
  display:inline-flex;
  align-items:center;
  gap:8px;

  padding: 6px 12px;
  font-size: 14px;
  font-weight: 900;
  color:#fff;

  border-radius: 999px;
  background: linear-gradient(135deg, #2c2c2c, #111);
  border: 1px solid rgba(255,255,255,.10);
  text-shadow: 0 2px 8px rgba(0,0,0,.6);

  white-space: nowrap;
}

/* якщо "Немає" */
.az-privcard__value.is-none{
  opacity:.75;
  background: linear-gradient(135deg, #3a3a3a, #1a1a1a);
  box-shadow:none;
}

/* мобілка */
@media (max-width: 520px){
  .az-privcard{flex-wrap:wrap;}
  .az-privcard__value{width:100%; justify-content:center;}
}







/* ЛІВО / ПРАВО в одному рядку */
.user-profile-header.az-headrow{
  display:flex;
  align-items:center;
  justify-content:space-between; /* лейбл зліва, нік+lvl справа */
  gap:12px;
  width:100%;
}

/* ЛІВИЙ чіп */
.user-profile-header.az-headrow .az-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;

  font-size:12px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;

  color: rgba(255,255,255,.70);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  white-space:nowrap;
}

.user-profile-header.az-headrow .az-chip::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background: rgba(255,180,74,.95);
  box-shadow: 0 0 10px rgba(255,180,74,.35);
}

/* ПРАВИЙ блок */
.user-profile-header.az-headrow .az-headrow-right{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0; /* щоб не стискало бейджі */
}

/* БЕЙДЖІ */
.user-profile-header.az-headrow .az-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:36px;
  padding:0 14px;
  border-radius:999px;
  border: 1px solid rgba(255,255,255,.10);
  text-shadow: 0 2px 8px rgba(0,0,0,.45);
  white-space:nowrap;
}

.user-profile-header.az-headrow .az-badge--nick{
  background: linear-gradient(135deg, rgba(0,0,0,.55), rgba(0,0,0,.85));
  color:#fff;
  font-weight:900;
  letter-spacing:.3px;
}

.user-profile-header.az-headrow .az-badge--lvl{
  background: linear-gradient(135deg, rgba(255,180,74,.18), rgba(255,120,0,.18));
  border-color: rgba(255,180,74,.25);
  color:#ffb44a;
  font-weight:900;
}

.user-profile-header.az-headrow .az-badge--lvl b{
  margin-left:6px;
  color:#ffcf7a;
}

/* Мобільний */
@media (max-width: 700px){
  .user-profile-header.az-headrow{
    flex-wrap:wrap;
  }
  .user-profile-header.az-headrow .az-headrow-right{
    width:100%;
    justify-content:flex-start; /* щоб не було центрування */
  }
}




/* Головне верхнє меню */
.navbar,
.header,
.main-header,
.topbar {
    background: transparent !important;
    backdrop-filter: none;
    border-bottom: none;
}

/* якщо там є ще внутрішній wrapper */
.navbar .container,
.header .container {
    background: transparent !important;
}



/* ===== ФУТЕР: темний блок по центру, прозорі боки, БЕЗ перекосу ===== */

.wapper > .footer{
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* тільки центральний контейнер має фон */
.wapper > .footer > .container{
  background: rgba(20,24,35,.92) !important;
  border-radius: 16px !important;
  box-shadow: 0 0 60px rgba(0,0,0,.7) !important;
  padding: 28px 26px !important;   /* нормальний розмір, не “роздуває” */
}

/* ВАЖЛИВО: повертаємо bootstrap-гуттери */
.wapper > .footer > .container > .row{
  margin-left: -15px !important;
  margin-right: -15px !important;
}

/* ніяких фейкових шарів */
.wapper > .footer::before,
.wapper > .footer::after{
  content: none !important;
}







/* ===== TOP MENU: як твої кнопки (сіро-прозорі), а hover = чорна + світяться края ===== */

/* базовий стан (сіро-прозорий як на скріні) */
.wapper .header .collapsible-menu > li > a{
  position: relative;
  overflow: hidden;
  background: rgba(140, 150, 175, 0.22) !important;  /* скло */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  border: 1px solid rgba(255,255,255,0.10) !important;
  border-radius: 14px;

  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.04),
    0 6px 18px rgba(0,0,0,.35);

  transition: background .22s ease, box-shadow .22s ease, border-color .22s ease, transform .22s ease;
}

/* “світіння по краях” — шар */
.wapper .header .collapsible-menu > li > a::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 120%,
      rgba(255,170,90,.65) 0%,
      rgba(255,120,40,.35) 28%,
      rgba(0,0,0,0) 60%
  );
  opacity: 0;
  filter: blur(10px);
  pointer-events:none;
  transition: opacity .22s ease;
}

/* hover = чорна кнопка */
.wapper .header .collapsible-menu > li > a:hover{
  background: rgba(10, 10, 12, 0.78) !important;     /* чорний */
  border-color: rgba(255,170,90,.35) !important;

  box-shadow:
    0 0 26px rgba(255,140,60,.35),   /* підсвітка */
    0 10px 26px rgba(0,0,0,.55),
    inset 0 0 0 1px rgba(255,200,120,.12);

  transform: translateY(-1px);
}

/* вмикаємо “світіння по краях” */
.wapper .header .collapsible-menu > li > a:hover::before{
  opacity: 1;
}

/* активна/відкрита — теж як hover */
.wapper .header .collapsible-menu > li > a.open,
.wapper .header .collapsible-menu > li.active > a{
  background: rgba(10, 10, 12, 0.72) !important;
  border-color: rgba(255,170,90,.28) !important;

  box-shadow:
    0 0 28px rgba(255,140,60,.30),
    0 10px 26px rgba(0,0,0,.55),
    inset 0 0 0 1px rgba(255,200,120,.10);
}

.wapper .header .collapsible-menu > li > a.open::before,
.wapper .header .collapsible-menu > li.active > a::before{
  opacity: 1;
}

/* іконки трошки яскравіше на hover */
.wapper .header .collapsible-menu > li > a i{
  opacity: .85;
  transition: opacity .22s ease, color .22s ease;
}
.wapper .header .collapsible-menu > li > a:hover i{
  opacity: 1;
  color: #ffb44a;
}
/* меню завжди в один ряд */
.wapper .header .collapsible-menu{
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 10px;                 /* відступи між кнопками */
  white-space: nowrap;
}

/* прибираємо старі марджини бутстрапа/теми */
.wapper .header .collapsible-menu > li{
  margin: 0 !important;
}

/* щоб шапка не обрізала якщо десь буде “піксель” */
.wapper .header{
  overflow: visible !important;
}









/* ===== MOBILE FIX: бургер-меню відкривається ВНИЗ, а не вправо ===== */
@media (max-width: 991.98px){

  /* дозволяємо перенос/вертикаль */
  .wapper .header .collapsible-menu{
    flex-wrap: wrap !important;
    white-space: normal !important;
    gap: 8px !important;
  }

  /* кнопки на всю ширину і рівно вниз */
  .wapper .header .collapsible-menu > li{
    width: 100% !important;
  }

  .wapper .header .collapsible-menu > li > a{
    width: 100% !important;
    justify-content: flex-start !important;
  }

  /* на всяк: щоб випадаючий блок не обрізався */
  .wapper .header{
    overflow: visible !important;
  }
}







/* ===== Dropdown "Серверное" -> зробити пункти кнопками ===== */

/* контейнер випадайки */
.wapper .header .collapsible-menu li ul,
.wapper .header .collapsible-menu .dropdown-menu{
  background: rgba(15, 18, 28, .72) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px !important;
  padding: 10px !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
  min-width: 240px;
}

/* самі пункти (A) */
.wapper .header .collapsible-menu li ul a,
.wapper .header .collapsible-menu .dropdown-menu a{
  display:flex !important;
  align-items:center !important;
  gap:10px;

  padding: 11px 12px !important;
  margin: 6px 0 !important;

  border-radius: 14px !important;
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.10) !important;

  text-decoration:none !important;
  font-weight: 800 !important;

  transition: .18s ease;
}

/* іконка рівно */
.wapper .header .collapsible-menu li ul a i,
.wapper .header .collapsible-menu .dropdown-menu a i{
  width: 18px;
  text-align:center;
  opacity: .95;
}

/* hover */
.wapper .header .collapsible-menu li ul a:hover,
.wapper .header .collapsible-menu .dropdown-menu a:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.20) !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.35);
}

/* активний/поточний пункт */
.wapper .header .collapsible-menu li ul li.active > a,
.wapper .header .collapsible-menu .dropdown-menu li.active > a{
  background: rgba(255,255,255,.12) !important;
  border-color: rgba(255,255,255,.25) !important;
}




/* =========================
   CHAT — HARD OVERRIDE CSS
   (без зміни HTML)
========================= */

/* контейнер чату: ловимо по id/class що містить "chat" */
:is(#chat, [id*="chat"], [class*="chat"], [class*="Chat"], [class*="im"], [class*="dialog"]) {
  background: rgba(20,25,40,.78) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 0 40px rgba(0,0,0,.6), inset 0 0 18px rgba(255,255,255,.03) !important;
}

/* заголовок "Чат" (у тебе він точно є) */
:is(#chat, [id*="chat"], [class*="chat"], [class*="Chat"]) :is(.block_head, .head, .title, h1, h2, h3){
  text-align:center !important;
  padding:14px 12px !important;
  font-size:18px !important;
  font-weight:900 !important;
  letter-spacing:1px !important;
  text-transform:uppercase !important;
  color: rgba(255,255,255,.92) !important;
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
}

/* список/область повідомлень */
:is(#chat, [id*="chat"], [class*="chat"], [class*="Chat"]) :is(.messages, .msgs, .items, .list, ul, .scroll, .content){
  scrollbar-width: thin;
  scrollbar-color: rgba(255,180,74,.55) rgba(255,255,255,.08);
}

/* кожне повідомлення (рядок) */
:is(#chat, [id*="chat"], [class*="chat"], [class*="Chat"]) :is(.message, .msg, .item, li, .row){
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
  padding: 12px 14px !important;
  transition: .18s ease !important;
}
:is(#chat, [id*="chat"], [class*="chat"], [class*="Chat"]) :is(.message, .msg, .item, li, .row):hover{
  background: rgba(255,255,255,.035) !important;
}

/* аватарки */
:is(#chat, [id*="chat"], [class*="chat"], [class*="Chat"]) :is(img, .avatar img, .ava img){
  border-radius: 999px !important;
}
:is(#chat, [id*="chat"], [class*="chat"], [class*="Chat"]) :is(.avatar img, .ava img, img[alt*="avatar"], img[src*="avatar"]){
  border: 2px solid rgba(255,180,74,.65) !important;
  box-shadow: 0 0 10px rgba(255,180,74,.45) !important;
}

/* нік (часто це <b> або <a>) */
:is(#chat, [id*="chat"], [class*="chat"], [class*="Chat"]) :is(.name, .nickname, .user, .username, b, strong, a){
  color: #ffb74a !important;
  font-weight: 900 !important;
  text-shadow: 0 0 10px rgba(255,180,74,.35) !important;
}

/* текст повідомлення */
:is(#chat, [id*="chat"], [class*="chat"], [class*="Chat"]) :is(.text, .msg-text, .message-text, p, span){
  color: rgba(255,255,255,.84) !important;
}

/* час справа */
:is(#chat, [id*="chat"], [class*="chat"], [class*="Chat"]) :is(.time, small, .date){
  color: rgba(255,255,255,.45) !important;
  font-size: 12px !important;
}

/* поле вводу */
:is(#chat, [id*="chat"], [class*="chat"], [class*="Chat"]) :is(input[type="text"], textarea){
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 999px !important;
  padding: 10px 14px !important;
  color: #fff !important;
  outline: none !important;
}
:is(#chat, [id*="chat"], [class*="chat"], [class*="Chat"]) :is(input[type="text"], textarea)::placeholder{
  color: rgba(255,255,255,.45) !important;
}

/* кнопка "Отправить" */
:is(#chat, [id*="chat"], [class*="chat"], [class*="Chat"]) :is(button, input[type="submit"], .btn){
  border-radius: 999px !important;
  border: 0 !important;
  font-weight: 900 !important;
  color: #0c0f16 !important;
  background: linear-gradient(135deg, #ff4c50, #ffb74a) !important;
  box-shadow: 0 0 18px rgba(255,100,50,.55) !important;
  padding: 10px 18px !important;
}
:is(#chat, [id*="chat"], [class*="chat"], [class*="Chat"]) :is(button, input[type="submit"], .btn):hover{
  filter: brightness(1.05) !important;
  transform: translateY(-1px) !important;
}



/* =============================================
   НОРМАЛЬНИЙ ТЕКСТ (ЩОБ ВИДНО БУЛО)
   ============================================= */

.table-responsive.monitoring-table thead td {
    color: #9fd3ff !important;
}

.table-responsive.monitoring-table tbody td {
    color: #e6f1ff !important;
}

.table-responsive.monitoring-table tbody td:first-child {
    color: #FFFFFF !important;
}




/* =============================================
   ПОЛОСКА (НЕ ЛАМАЄ ЦИФРИ!)
   ============================================= */

.progress {
    background: rgba(255,255,255,0.08) !important;
    border-radius: 10px !important;
}

/* ГОЛОВНЕ — НЕ ТРОГАЄМО ТЕКСТ */
.progress-bar {
    background: linear-gradient(90deg,
        #6a11cb,
        #2575fc,
        #00c6ff,
        #00ff9c
    ) !important;

    background-size: 200% 100% !important;
    animation: move 3s linear infinite !important;

    /* ВАЖЛИВО — НІЧОГО НЕ ДОДАЄМО */
    /* БЕЗ flex, БЕЗ align-items, БЕЗ justify-content */
    /* щоб цифри залишились як були */
}

/* АНІМАЦІЯ */
@keyframes move {
    0% { background-position: 0% }
    100% { background-position: 100% }
}




/* Текст рядків: назва, карта, IP */
/* .table-responsive.monitoring-table .table > tbody > tr > td p {
  color: #ff4040 !important;
}

/* Кнопки дій */
/* .monitoring-table .table tbody td:nth-child(5) a,
.monitoring-table .table tbody td:nth-child(5) i {
  color: #ff4040 !important; /* ← і тут */
}

