html, body {
  background-color: #0f141b;
  color: #b7b4bf;
}

a, a[onclick] {
  color: #45688E;
}
a:hover, a[onclick]:hover {
  color: #45688E;
}

table.table-bordered td, table.table-bordered th {
  border-color: #1d2531;
}
table.table > tbody > tr.primary > td {
  background: rgba(108, 151, 212, 0.1);
  border-color: rgba(108, 151, 212, 0.2);
  color: #b7b4bf;
}
table.table > tbody > tr.primary > td span {
  color: #45688E;
}
table.table > tbody > tr.success > td {
  background: rgba(71, 188, 138, 0.1);
  border-color: rgba(71, 188, 138, 0.2);
  color: #b7b4bf;
}
table.table > tbody > tr.success > td span {
  color: #47bc8a;
}
table.table > tbody > tr.info > td {
  background: rgba(53, 172, 172, 0.1);
  border-color: rgba(53, 172, 172, 0.2);
  color: #b7b4bf;
}
table.table > tbody > tr.info > td span {
  color: #35acac;
}
table.table > tbody > tr.warning > td {
  background: rgba(207, 106, 50, 0.1);
  border-color: rgba(207, 106, 50, 0.2);
  color: #b7b4bf;
}
table.table > tbody > tr.warning > td span {
  color: #cf6a32;
}
table.table > tbody > tr.danger > td {
  background: rgba(216, 87, 82, 0.1);
  border-color: rgba(216, 87, 82, 0.2);
  color: #b7b4bf;
}
table.table > tbody > tr.danger > td span {
  color: #d85752;
}
table.table > tbody > tr.error > td {
  background: rgba(216, 87, 82, 0.1);
  border-color: rgba(216, 87, 82, 0.2);
  color: #b7b4bf;
}
table.table > tbody > tr.error > td span {
  color: #d85752;
}
table.table > tbody > tr *, table.table > tbody > tr > td {
  color: #b7b4bf;
}
table td[colspan$="10"] img, table td[colspan$="10"] {
  color: #b7b4bf;
  background-color: transparent;
}

.text-primary {
  color: #45688E !important;
}

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

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

.text-warning {
  color: #cf6a32 !important;
}

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

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

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

small {
  color: #aeaeae;
}

.block {
  background: #131921;
  border-color: #131921;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03);
  border-radius: 8px;
}
.block .block_head {
  color: #e6e6e6;
   /* color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(43deg, #45688E 0%, #C850C0 46%, #FFCC70 100%); */
}
.block .block_head a {
  color: #e6e6e6;
}
.block.block-search > .input-search {
  background: #131921;
  border-top: 1px solid #131921;
  border-left: 1px solid #45688E;
  border-bottom: 1px solid #131921;
}
.block.block-search > .input-search i.fa-search {
  color: #45688E;
}
.block.block-table > .table-responsive {
  border-color: #1d2531;
}

.wapper .navigation {
  background: #1d2531;
  border-color: #1d2531;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03);
}
.wapper .navigation .breadcrumb li > a {
  color: #b7b4bf;
}
.wapper .navigation .breadcrumb li.active {
  color: #aeaeae;
}
.wapper .header {
  background: #131921;
  border-bottom: 1px solid #131921;
}
.wapper .header .collapsible-menu > li > a {
  background: #131921;
  color: #e6e6e6;
  border-bottom: 1px solid #131921;
}
.wapper .header .collapsible-menu > li > a::after, .wapper .header .collapsible-menu > li > a::before {
  background: #1d2531;
}
.wapper .header .collapsible-menu > li > a.open {
  background: #1d2531;
  border-color: #45688E;
}
.wapper .header .collapsible-menu > li ul {
  background: #1d2531;
  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: #b7b4bf;
  border-bottom: none;
}
.wapper .header .collapsible-menu.user-menu > li > a h3 {
  color: #e6e6e6;
}
.wapper .header .collapsible-menu.user-menu > li > a p {
  color: #b7b4bf;
}
.wapper .header .collapsible-menu.user-menu .point {
  background: #47bc8a;
  border: 2px solid #1d2531;
}
.wapper .header .menu-trigger {
  background: #1d2531;
  color: #e6e6e6;
}
@media (max-width: 991.99px) {
  .wapper .header {
    background: #131921;
    border-bottom: 1px solid #131921;
  }
  .wapper .header .collapsible-menu > li {
    border-radius: 8px;
    overflow: hidden;
  }
  .wapper .header .collapsible-menu > li > a {
    border-bottom: 1px solid #131921;
    color: #e6e6e6;
  }
  .wapper .header .collapsible-menu > li > a.open {
    background: #1d2531;
    border-color: #45688E;
  }
  .wapper .header .collapsible-menu > li > a:hover {
    background: #1d2531;
  }
  .wapper .header .collapsible-menu > li ul > li > a {
    color: #e6e6e6;
    border-bottom: 1px solid #1d2531;
  }
  .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: #1d2531;
    box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03);
  }
  .wapper .header .collapsible-menu.user-menu > li > ul > li:hover {
    background: #1d2531;
  }
  .wapper .header .collapsible-menu.user-menu > li > ul > li > a {
    color: #e6e6e6;
  }
  .wapper .header .collapsible-menu.user-menu > li > a {
    background: #131921;
  }
  .wapper .header .collapsible-menu.user-menu > li > a > p {
    color: #e6e6e6;
  }
  .wapper .header .collapsible-menu.user-menu > li > a.open {
    background: #1d2531;
    border-color: #45688E;
  }
}
.wapper .monitoring .server {
  border-radius: 8px;
  border-color: #131921;
  border-bottom: 2px solid #ba77ca;
  background: #131921;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03);
}
.wapper .monitoring .server:nth-child(odd) {
  background: #131921;
  border-bottom: 2px solid #35acac;
}
.wapper .monitoring .server:nth-child(3n) {
  background: #131921;
  border-bottom: 2px solid #cf6a32;
}
.wapper .monitoring .server h3 {
  color: #b7b4bf;
}
.wapper .monitoring .server .map-image {
    /* border-radius: 6px; */
    position: absolute;
    box-shadow: rgb(0 0 0 / 44%) 0px 0px 0px 128px inset;
    height: 120px;
    width: 255px;
    left: 0px;
    bottom: 0px;
    border-radius: 8px;
}
.wapper .monitoring .server > p {
  color: #ffffff;
}
.wapper .monitoring .server > p a {
  color: #ffffff;
}
.wapper > .footer {
  background-color: #131921;
  border-color: #131921;
  box-shadow: none;
}
.wapper > .footer strong {
  color: #e6e6e6;
}
.wapper > .footer ul li a {
  color: #b7b4bf;
}
.wapper > .footer hr {
  border-color: #1d2531;
}

.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: #45688E;
  border-color: #45688E;
}
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: #45688E;
  border-color: #45688E;
  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: #45688E;
  border-color: #45688E;
}
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: #45688E;
  border-color: #45688E;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03);
}

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

textarea.form-control, input.form-control, input[type=file], select.form-control, select[type=file], .form-control {
  background: #0000001a;
  border-color: #3a3846;
  border-radius: 8px;
  color: #b7b4bf;
  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: #b7b4bf;
  border-color: #3a3846;
  background: #131921;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03);
}

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

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

.error_message {
  color: #d85752 !important;
}

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

#last_activity span p a, #mybans span p a, table.table > tbody > tr > td a {
  color: #45688E;
}

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

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

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

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

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

#forum .row .col-lg-8 > div p span i::before, #forum.row .col-lg-8 > div p span i::before, #forum_topics .row .col-lg-8 > div p span i::before, #forum_topics.row .col-lg-8 > div p span i::before {
  color: rgba(108, 151, 212, 0.5);
}

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

.vertical-center-line::after {
  background: #1d2531;
}

.vertical-navigation ul li {
  border-color: #131921;
}
.vertical-navigation ul li:hover, .vertical-navigation ul li.active {
 /* background: rgba(34, 33, 39, 0.6);
  border-color: #45688E; */
    border-color: rgba(108, 151, 212, 0) rgb(125 104 255);
    box-shadow: rgb(50 49 49) 2px 2px 20px;
    background: linear-gradient(rgb(32, 31, 31) 0%, rgb(25, 25, 25) 50%, rgb(36, 34, 34) 100%);
    border-left-width: 3px;
    border-left-style: solid;
    border-right-width: 3px;
    border-right-style: solid;
}
.vertical-navigation ul li a {
  border-color: #1d2531;
  color: #b7b4bf;
}
.vertical-navigation ul li a.active {
  /*background: rgba(34, 33, 39, 0.6);
  border-color: #45688E;*/
border-color: rgba(108, 151, 212, 0) rgb(125 104 255);
    box-shadow: rgb(50 49 49) 2px 2px 20px;
    background: linear-gradient(rgb(32, 31, 31) 0%, rgb(25, 25, 25) 50%, rgb(36, 34, 34) 100%);
    border-left-width: 3px;
    border-left-style: solid;
    border-right-width: 3px;
    border-right-style: solid;
}
.vertical-navigation ul li a.active::before {
  background-color: #1d2531;
}

.empty-element {
  border-top: #1d2531;
  color: #aeaeae;
}

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

.label.label-primary, #stats .label.label-primary {
  background-color: #45688E;
  color: #ffffff;
  border-color: #45688E;
}
.label.label-success, #stats .label.label-success {
  background-color: #47bc8a;
  color: #ffffff;
  border-color: #47bc8a;
}
.label.label-info, #stats .label.label-info {
  background-color: #35acac;
  color: #ffffff;
  border-color: #35acac;
}
.label.label-warning, #stats .label.label-warning {
  background-color: #cf6a32;
  color: #ffffff;
  border-color: #cf6a32;
}
.label.label-danger, #stats .label.label-danger {
  background-color: #d85752;
  color: #ffffff;
  border-color: #d85752;
}
.label.label-error, #stats .label.label-error {
  background-color: #d85752;
  color: #ffffff;
  border-color: #d85752;
}

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

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

.form-group label h4 {
  color: #e6e6e6;
}

.noty-block, .bs-callout {
  color: #b7b4bf;
  background-color: #131921;
  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: #45688E !important;
  border-color: #45688E;
}
.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: #47bc8a !important;
  border-color: #47bc8a;
}
.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: #35acac !important;
  border-color: #35acac;
}
.noty-block.info *, .noty-block.bs-callout-info *, .bs-callout.info *, .bs-callout.bs-callout-info * {
  color: #ffffff;
}
.noty-block.warning, .noty-block.bs-callout-warning, .bs-callout.warning, .bs-callout.bs-callout-warning {
  color: #ffffff;
  background-color: #cf6a32 !important;
  border-color: #cf6a32;
}
.noty-block.warning *, .noty-block.bs-callout-warning *, .bs-callout.warning *, .bs-callout.bs-callout-warning * {
  color: #ffffff;
}
.noty-block.danger, .noty-block.bs-callout-danger, .bs-callout.danger, .bs-callout.bs-callout-danger {
  color: #ffffff;
  background-color: #d85752 !important;
  border-color: #d85752;
}
.noty-block.danger *, .noty-block.bs-callout-danger *, .bs-callout.danger *, .bs-callout.bs-callout-danger * {
  color: #ffffff;
}
.noty-block.error, .noty-block.bs-callout-error, .bs-callout.error, .bs-callout.bs-callout-error {
  color: #ffffff;
  background-color: #d85752 !important;
  border-color: #d85752;
}
.noty-block.error *, .noty-block.bs-callout-error *, .bs-callout.error *, .bs-callout.bs-callout-error * {
  color: #ffffff;
}

.noty_bar .noty_message {
  background: #45688E;
  color: #ffffff;
  border: 1px solid #45688E;
  box-shadow: none;
}
.noty_bar .noty_message a {
  color: #ffffff;
}
.noty_bar.noty_type_error .noty_message {
  background: #d85752;
  border-color: #d85752;
}
.noty_bar.noty_type_success .noty_message {
  background: #47bc8a;
  border-color: #47bc8a;
}

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

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

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

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

#forum > h2, #forum .col-lg-12 > h2, #forum_topics > h2, #forum_topics .col-lg-12 > h2 {
  background: #1d2531;
  border-top: #1d2531;
  border-left: 1px solid #45688E;
  border-bottom: #1d2531;
  color: #e6e6e6;
}

#new_news div:not(.loader) a h3, .news div:not(.loader) a h3 {
  color: #45688E;
}

#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: #45688E;
}

#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: #aeaeae;
}

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

.registration .privacy-policy {
  border: 1px solid #1d2531;
  border-left: 3px solid #1d2531;
  background: #131921;
  color: #aeaeae;
  border-radius: 8px;
  line-height: 1.5;
  font-size: 13px;
}

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

.pagination > li > a, .pagination > li > span, .pagination > .disabled > a, .pagination > .disabled > span {
  color: #b7b4bf;
  background-color: #131921;
  border-color: #131921;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus {
  color: #e6e6e6;
  background-color: #45688E;
  border-color: #45688E;
}
.pagination > .active > a, .pagination > .active > span {
  color: #e6e6e6;
  background-color: #45688E;
  border-color: #45688E;
}
.pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span:hover, .pagination > .active > span:focus {
  color: #e6e6e6;
  background-color: #608fd1;
  border-color: #608fd1;
}

.profile-page #friends::after {
  background: linear-gradient(to top, #131921, 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: #1d2531;
  top: 0;
}*/

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

.comment > div .info .date, .comment > div .dell_message, .comment > div .edit_message {
  color: #aeaeae;
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  border-top-color: #1d2531;
}

.popover {
  background: #1d2531;
  border-color: #1d2531;
}
.popover .popover-body {
  color: #b7b4bf;
}

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

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

.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: #1d2531;
}

#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: #1d2531;
}

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

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

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

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

.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: #1d2531;
  border-color: #1d2531;
  color: #e6e6e6;
}
.purse .row .col-lg-3:nth-child(1) > div {
  color: #45688E;
}
.purse .row .col-lg-3:nth-child(2) > div {
  color: #35acac;
}
.purse .row .col-lg-3:nth-child(3) > div {
  color: #ba77ca;
}
.purse .row .col-lg-3:nth-child(4) > div {
  color: #47bc8a;
}

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

.profile-page .profile table tbody tr td[colspan="4"] h4 {
  margin-left: -40px;
  background: #1d2531;
  border-top: 1px solid #1d2531;
  border-left: 1px solid #45688E;
  border-bottom: 1px solid #1d2531;
  color: #e6e6e6;
}

.topic-answers div[id^=answer] .top-area {
  background: #1d2531;
  border-top: 1px solid #1d2531;
  border-left: 1px solid #45688E;
  border-bottom: 1px solid #1d2531;
  color: #e6e6e6;
}
.topic-answers div[id^=answer] .top-area .right-side a {
  color: #aeaeae;
}
.topic-answers div[id^=answer] .center-area .left-side img {
  background: #1d2531;
  box-shadow: none;
  border-radius: 8px;
}
.topic-answers div[id^=answer] .center-area .left-side p {
  color: #b7b4bf;
}
.topic-answers div[id^=answer] .center-area .left-side p::after {
  background: #1d2531;
}
.topic-answers div[id^=answer] .center-area .right-side .edited {
  color: #aeaeae;
}
.topic-answers div[id^=answer] .center-area .right-side .signature {
  color: #aeaeae;
  border-color: #1d2531;
}
.topic-answers div[id^=answer] .bottom-area {
  border-color: #1d2531;
}
.topic-answers div[id^=answer] .bottom-area::after {
  background: #1d2531;
}

div.spoiler div.spoiler-title {
  border-color: #1d2531;
  background: #1d2531;
}
div.spoiler div.spoiler-content {
  border-color: #1d2531;
  background: #131921;
}

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

#news a.small-new {
  border-color: #1d2531;
}
#news a.small-new div p {
  color: #aeaeae;
}

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

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

.monitoring-table {
  background: #131921;
  border-color: #131921;
  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: #131921;
  border: 1px solid #131921;
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-bar.bg-primary {
  background-color: #45688E !important;
  border-color: #45688E;
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-bar.bg-success {
  background-color: #47bc8a !important;
  border-color: #47bc8a;
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-bar.bg-info {
  background-color: #35acac !important;
  border-color: #35acac;
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-bar.bg-warning {
  background-color: #cf6a32 !important;
  border-color: #cf6a32;
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-bar.bg-danger {
  background-color: #d85752 !important;
  border-color: #d85752;
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-bar.bg-error {
  background-color: #d85752 !important;
  border-color: #d85752;
}
.monitoring-table > table > tbody > tr > td .servers-online-line .progress-val {
  color: #e6e6e6;
}
.monitoring-table > table > tbody > tr > td a {
  color: #ffffff;
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(1) {
  background: #45688E;
  border: 1px solid #45688E;
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(1):hover {
  background: rgba(108, 151, 212, 0.7);
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(1) > i {
  color: #ffffff;
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(2) {
  background: #47bc8a;
  border: 1px solid #47bc8a;
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(2):hover {
  background: rgba(71, 188, 138, 0.7);
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(2) > i {
  color: #ffffff;
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(3) {
  background: #35acac;
  border: 1px solid #35acac;
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(3):hover {
  background: rgba(53, 172, 172, 0.7);
}
.monitoring-table > table > tbody > tr > td:last-child > a:nth-child(3) > i {
  color: #ffffff;
}

/* online */
.users-number {
    position: relative;
    left: 5px;
    background: #2a2f38;
    border-radius: 66px;
    padding: 0 10px;
    color: #cbd7cb;
}
.visitors-online {
    cursor: help;
    font-size: 16px;
    color: #b7b4bf;
    font-weight: bold;
}
/* online */
.top-users-reiting {
	color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    margin-right: 18px;
    background: #f03d3d;
    position: relative;
    left: 9px;
}

.top-users-reiting-meaning {
	background: #2a2f38;
    width: 18px;
    color: #fff;
    height: 18px;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    position: relative;
    top: 8px;
    right: 9px;
}

.top-users-comments {
	color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    margin-right: 6px;
	background: #3a8dff;
}

.top-users-comments-meaning {
	background: #2a2f38;
    width: 18px;
    color: #fff;
    height: 18px;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    position: relative;
    top: 8px;
    right: 9px;
}

.top-users-likes {
	color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    margin-right: 6px;
	background: #42ad40;
}

.top-users-likes-meaning {
	background: #2a2f38;
    width: 18px;
    color: #fff;
    height: 18px;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    position: relative;
    top: 8px;
    right: 9px;
}

::-webkit-scrollbar-button {
  background-image: url('');
  background-repeat: no-repeat;
  width: 6px;
  height: 0px;
}
::-webkit-scrollbar-track {
  background-color: #14151b;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: rgb(33, 33, 33);
}
::-webkit-scrollbar-thumb:hover {
  background-color: #45688E;
}
::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  width: 6px;
  height: 0px;
}
::-webkit-scrollbar {
  width: 6px;
  pointer-events: auto;
}
.h-top-link, .h-top-link:hover {display:none;cursor:pointer;width: 48px;height: 48px;text-align:center;background: #45688E;color:#fff;position:fixed;right:30px;bottom:30px;border-radius: 8px;}
.h-top-link i {
width: 48px;
height: 48px;
font-size: 20px;
line-height: 48px;
}
.w-sto {
    height: 150px;
    border: 2px solid #39393f;
}
i.online-indicator {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 2px;
    background-color: rgb(15, 204, 69);
    border-radius: 50%;
    position: relative;
}
.copy-button {
    background: no-repeat rgba(0, 0, 0, 0.4);
    cursor: url(../img/NeonLinkSelect04-Blue.cur), auto;
    border-radius: 3px;
    border: none;
    overflow: hidden;
    outline: none;
    color: white;
    font-weight: 500;
}
/* /// */
.news-widget__list {
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
    padding: 20px 0
}

@media only screen and (max-width:1343px) {
    .news-widget__list {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr))
    }
}

.news-list__category {
    margin: 5px;
    height: 30px
}

@media(max-width:410px) {

    .news-list__categories,
    .news-list__category {
        width: 100%
    }
}

.news-list__content {
    padding: 20px 0;
    min-height: 400px;
    position: relative
}

.news-list__items {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr))
}

.news-list__not-found {
    margin-top: 20px
}

.news-list_empty .toolbar {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.news-list_empty .news-list__content {
    background-color: #16171b
}

@media only screen and (max-width:1343px) {
    .news-list .toolbar .layout {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:767px) {
    .news-list .toolbar__extension {
        margin-top: 16px;
        width: 100%
    }
}

.news-item-detail__details {
    display: block;
    padding: 0 20px;
    margin-bottom: 50px;
}

.news-item-detail__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.47em
}

.news-item-detail__date {
    margin-top: 10px;
    color: #9b9ea8;
    font-size: 15px;
}

.news-item-detail__views {
    margin-top: 10px;
    color: #9b9ea8;
    font-size: 15px;
    margin-right: 10px;
    border-right: 1px solid;
    padding-right: 10px;
}

.news-item-detail__category {
    margin-top: 10px;
    color: #9b9ea8;
    font-size: 15px;
    margin-right: 10px;
    border-right: 1px solid;
    padding-right: 10px;
}

.news-item-detail__author {
    margin-top: 10px;
    color: #9b9ea8;
    font-size: 15px;
}

.news-item-detail__text {
    font-size: 14px;
    line-height: 1.47em;
    margin-top: 20px
}

.news-item-detail__text p {
    margin: 10px 0
}

.news-item-detail__text img {
    float: left;
    margin: 10px
}

.news-item-detail__text ol,
.news-item-detail__text ul {
    margin-left: 1em;
    padding-left: 40px
}

@media only screen and (max-width:767px) {

    .news-item-detail__text ol,
    .news-item-detail__text ul {
        padding-left: 20px
    }
}

.news-item-detail .card__divider {
    margin: 0
}

.news-item-detail .card__actions {
    padding-top: 0
}

@media only screen and (max-width:767px) {

    .news-item-detail__author,
    .news-item-detail__content {
        padding: 0
    }
}

.news-item {
    text-decoration: none
}

.news-item .card__media_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    border: var(--card-media-wrap-border);
    border-radius: 15px;
    justify-content: flex-end;
    overflow: hidden
}

.news-item .card__media_wrap:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 3, 26, 0)), to(#007bff));
    background: linear-gradient(180deg, rgba(232, 3, 26, 0) 0, #007bff);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.news-item__content {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    will-change: transform;
    -webkit-transform: translateY(60px);
    transform: translateY(60px)
}

.news-item__date {
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #007bff99;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px
}

.news-item:focus,
.news-item:hover {
    text-decoration: none;
    outline: none
}

.news-item:focus .card__media_wrap:before,
.news-item:hover .card__media_wrap:before {
    opacity: 1
}

.news-item:focus .news-item__content,
.news-item:hover .news-item__content {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.news-item:focus .news-item__date,
.news-item:hover .news-item__date {
    color: #fff;
    background-color: transparent;
    -webkit-transform: translate(-10px);
    transform: translate(-10px)
}

.news-item__image {
    border-radius: 10px
}

.news-item__title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    margin: 16px 0;
    color: #fff;
}

.news-item__text {
    font-size: 14px;
    line-height: 22px;
    height: 86px;
    overflow: hidden
}

.news-item__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-item__more {
    margin-left: auto
}

.card__media {
    position: relative;
    border-radius: inherit;
    transition: .3s
}

.card__media img {
    display: block;
    width: 100%;
    border-radius: inherit
}

.card__media_wrap {
    border-radius: inherit;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.card__content,
.card__media_wrap {
    padding: 20px
}

.card__actions {
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card__content {
    position: relative
}

.card__divider {
    height: 1px;
    margin: 0 20px;
    background: #1a1b1f;
    -webkit-transition: .3s cubic-bezier(.25, .8, .5, 1);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.card__loading {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-50% - 40px));
    transform: translate(-50%, calc(-50% - 40px));
    position: absolute
}

.card__scroller {
    margin: -20px;
    width: calc(100% + 40px);
    overflow: auto;
    padding: 0;
    margin: 0 -20px;
    position: relative
}

.card__scroller:after,
.card__scroller:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 30px;
    top: 0;
    z-index: 1;
    border-radius: 5px
}

.card__scroller:after {
    background: -webkit-gradient(linear, right top, left top, from(#16171b), to(rgba(22, 23, 27, 0)));
    background: linear-gradient(270deg, #16171b 0, rgba(22, 23, 27, 0));
    right: 0
}

.card__scroller:before {
    background: -webkit-gradient(linear, left top, right top, from(#16171b), to(rgba(22, 23, 27, 0)));
    background: linear-gradient(90deg, #16171b 0, rgba(22, 23, 27, 0));
    left: 0
}

.card__scroller .simplebar-scrollbar:before {
    border-radius: 100px;
    -webkit-transition: opacity .2s !important;
    transition: opacity .2s !important;
    background: #007bff
}

.card__scroller:hover .simplebar-scrollbar:before {
    opacity: .8;
    background: #007bff
}

.card__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 0;
    margin: 0 -10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card__subtitle_extension,
.card__subtitle_text {
    position: relative;
    width: 100%;
    padding: 0 10px
}

.card__subtitle_text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    width: 100%;
    max-width: 100%
}

.card__subtitle_extension {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

@media only screen and (max-width:1023px) {
    .card__subtitle_extension {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.card__media-image {
    background: rgba(22, 23, 27, .5) no-repeat 50%;
    background-size: cover;
    width: 100%;
    min-height: 100px;
    border-radius: 15px;
    -webkit-transition: .3s;
    transition: .3s
}

.card__media_wrap {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 23, 27, .8)), to(rgba(22, 23, 27, 0)));
    background: linear-gradient(0deg, rgba(22, 23, 27, .8) 0, rgba(22, 23, 27, 0))
}

.news-item__description {
    font-size: 16px;
    line-height: 1.25;
    margin: 16px 0;
    color: #dbdbdb;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-item__views {
    float: right;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    opacity: 0.7;
}

.news-item__views svg {
	font-size: 14px;
    margin-right: 5px;
}

.toolbar__icon svg {
	color: #007bff;
	height: 40px;
	width: 40px;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    color: #000;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
	color: #000;
}

.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
	background-color: var(--jconfirm-bg);
}

.card-playground {
    background-color: var(--card-background);
    box-shadow: var(--card-box-shadow);
    border: var(--card-border);
}

.category-playground {
	margin: -20px -20px -50px -20px;
}
/* /// */
.news-item .card__media_wrap:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 3, 26, 0)), to(#007bff));
    background: linear-gradient(180deg, rgba(232, 3, 26, 0) 0, #007bff);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
/*# sourceMappingURL=theme_dark.css.map */
