body {
  background-color: #060D6B;
}

.sidebar {
  background-color: #131CA1;
  border-right: 1px solid #081081;
}
.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #081081;
}

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

.box, .footer {
  background-color: #131CA1;
}

.divider {
  background-color: #081081;
}

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

.tabs .tab {
  background-color: #060D6B;
}
.tabs .tab button.active {
  background-color: #081081;
}

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

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

.card-game {
  background-color: #081081;
}
.card-game .items .item {
  background-color: #131CA1;
}
.card-game .items .heading {
  color: #FFB604;
}

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

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

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

.reviews .item {
  background-color: #9195D8;
}
