body {
  background-color: #070C21;
}

.sidebar {
  background-color: #141E4A;
  border-right: 1px solid #0D1537;
}
.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #0D1537;
}

.topbar {
  background-color: #141E4A;
  border-bottom: 1px solid #0D1537;
}
.topbar .offers .offer {
  background-color: #0D1537;
}

.box, .footer {
  background-color: #141E4A;
}

.divider {
  background-color: #0D1537;
}

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

.tabs .tab {
  background-color: #070C21;
}
.tabs .tab button.active {
  background-color: #0D1537;
}

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

.cards .card {
  background-color: #0D1537;
}

.card-game {
  background-color: #0D1537;
}
.card-game .items .item {
  background-color: #141E4A;
}
.card-game .items .heading {
  color: #1AB9F7;
}

.card-provider {
  background-color: #0D1537;
}

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

.showcase .showcase-item {
  background-color: #0D1537;
}

.reviews .item {
  background-color: #67719C;
}
