body {
  background-color: #194277;
}

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

.sidebar {
  background-color: #2C61A7;
}
.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #4D87D4;
}
.sidebar .download {
  border: 1px solid linear-gradient(90deg, #76B0FD 0%, #B4D5FF 100%);
  background: #4D87D4;
}
.sidebar .auth .reg {
  background: #21D6FA;
}
.sidebar .spoiler label {
  background-color: #4D87D4;
}

.rightbar {
  background-color: #2C61A7;
}
.rightbar .games .game .btn-play-now {
  background: #21D6FA;
}
.rightbar .games .game .info {
  background-color: #4D87D4;
}
.rightbar .games .game .info .free {
  background: #4ACB96;
}
.rightbar .games .game .image {
  background: #FFD21D;
}
.rightbar .games .game .image .num {
  background: #FFD21D;
}

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

.footer {
  background-color: #2C61A7;
}

.divider {
  background-color: #4D87D4;
}

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

.tabs .tab {
  background-color: #194277;
}
.tabs .tab button.active {
  background-color: #2C61A7;
}

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

.cards .card {
  background-color: #2C61A7;
}

.card-game {
  background-color: #2C61A7;
}
.card-game .items .item {
  background-color: #2C61A7;
}
.card-game .items .heading {
  color: #21D6FA;
}

.card-provider {
  background-color: #2C61A7;
}

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

.showcase .showcase-item {
  background-color: #2C61A7;
}

.reviews .item {
  background-color: #2C61A7;
}

.cookies {
  background-color: #4D87D4;
}
