.loyaltyLevelTableRow.loyaltyCurrentRow .loyaltyCurrentRowBorder {
  background: #fff !important;
  color: #fff !important;
}

.loyaltyLevelTableRow.loyaltyCurrentRow .loyaltyLevelTableCell {
  color: #fff !important;
}

.footerWarningAge {
  border-color: #7f0f33 !important;
  color: #7f0f33 !important;
}
/* NAVBAR */
.nav-content-bc {
  background: transparent !important;
}

.nav-menu-container.header-navigation:first-child .nav-menu {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 15px !important;
  padding: 10px 24px !important;
  height: 50px !important;
  border-radius: 10px !important;
  background-color: #0f1115 !important;
  box-shadow:
    inset 0 2px 3px 0 #a21a42,
    0 1px 3px rgba(0, 0, 0, 0.5) !important;
}

.nav-menu-container.header-navigation:first-child {
  background: transparent !important;
}

.nav-menu-container.header-navigation:first-child .nav-menu>li:hover>.nav-menu-item, .nav-menu-container.header-navigation:first-child .nav-menu-other:hover>.nav-menu-item, .nav-menu-container.header-navigation:first-child .nav-menu>li>.nav-menu-item.active, .nav-menu-container.header-navigation:first-child .nav-menu-other>.nav-menu-item.active {
  box-shadow: none !important;
  background: #9c103c !important;
  border-radius: 20px !important;
}

.is-home-page .casinoHorizontalGamesList .sectionTitle {
  background: #9c103c !important;
  padding-left: 10px !important;
  border-radius: 8px !important;
}

.is-home-page .featuredGameItem {
  box-shadow: inset 0px 3px 2px 0 #a21a42, 0 1px 3px rgba(0, 0, 0, 0.5) !important;
}

.promotion-page .horizontal-sl-list {
  margin: 15px auto !important;
  display: flex !important;
  justify-content: center !important;
}

.promotion-page .promotionsList-bc {
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 15px !important;
}

/* .entrance-f-error-message-bc {
    display: none !important;
    justify-content: center;
    margin-bottom: 5px;
    padding: 5px;
    color: rgba(var(--b-sc), 1);
    border-radius: var(--border-radius);
    font-size: 12px;
    background: rgba(var(--oc-3), .2);
} */


.header-custom-buttons > .bc-i-instagram {
  background: #bf4199 !important;
}

.header-custom-buttons > .bc-i-telegram {
  background: #2c9ed9 !important;
}