body {
  background-color: #060A2E;
}

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

.sidebar {
  background-color: #171D52;
}
.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #252B62;
}
.sidebar .auth .reg, .sidebar .auth-mobile .reg {
  background: #0F76FD;
}

.rightbar {
  background-color: #171D52;
}

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

.footer {
  background-color: #171D52;
}

.divider {
  background-color: #252B62;
}

table thead tr {
  background-color: #171D52;
}
table tbody tr:nth-child(2n) {
  background-color: #171D52;
}

.tabs .tab {
  background-color: #060A2E;
}
.tabs .tab button.active {
  background-color: #171D52;
}

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

.cards .card {
  background-color: #171D52;
}

.card-game {
  background-color: #171D52;
}
.card-game .items .item {
  background-color: #171D52;
}
.card-game .items .heading {
  color: #0F76FD;
}

.card-provider {
  background-color: #171D52;
}

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

.showcase .showcase-item {
  background-color: #171D52;
}

.reviews .item {
  background-color: #171D52;
}

.slides .slide-first p.button {
  background: #0F76FD;
}
