body {
  background-color: #181B26;
}

p, ul, ol, dl {
  color: #E3E3E3;
}

.sidebar .info p {
    color: #95A6CA;
}

.spoiler-list {
  background-color: #252B36;
}

.sidebar {
  background-color: #252B36;
}
.sidebar .download {
  background: #374357;
  border: 1px solid transparent;
  border-image: linear-gradient(90deg, #252B36 0%, #C1DEF8 100%); 
  border-image-slice: 1;
}
.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #374357;
}
.sidebar .auth .reg, .sidebar .auth-mobile .reg {
  background: #0468C4;
}

.rightbar {
  background-color: #252B36;
}

.topbar {
  background-color: #374357;
  border-bottom: 1px solid #374357;
}
.topbar .offers .offer {
  background-color: #374357;
}

.footer {
  background-color: #374357;
}

.divider {
  background-color: #5D6B81;
}

table thead tr {
  background-color: #374357;
}
table tbody tr:nth-child(2n) {
  background-color: #5D6B81;
}

.tabs .tab {
  background-color: #374357;
}
.tabs .tab button.active {
  background-color: #374357;
}

.faq .faq-item h3 {
  background-color: #374357;
}
.faq .faq-item .faq-item-content.show {
  background-color: #374357;
}

.cards .card {
  background-color: #374357;
}

.card-game {
  background-color: #374357;
}
.card-game .items .item {
  background-color: #374357;
}
.card-game .items .heading {
  color: #184CE7;
}

.card-provider {
  background-color: #374357;
}

.sitemap a:hover {
  background-color: #374357;
}

.showcase .showcase-item {
  background-color: #374357;
}

.reviews .item {
  background-color: #374357;
}

.slides .slide-first p.button {
  background: #0468C4;
}

.cookies {
  background-color: #252B36;
}
