/* Custom Css*/
.custom-primary-btn,
.custom-secondary-btn,
.custom-active-btn.active,
.custom-active-type-nav-btn,
.custom-accmenu-wallet-btn {
  border: none !important;
}

.custom-home-jackpot-running {
  top: 50% !important;
  font-size: 1.5rem !important;
  font-family: LeagueSpartan !important;
  text-shadow: 0px 2px 2px #000000;
}

@media only screen and (min-width: 540px) {
  .custom-home-jackpot-running {
    font-size: 2.15rem !important;
    text-shadow: 0px 3px 3px #000000;
  }
}

@media screen and (min-width: 768px) {
  .custom-home-jackpot-running {
    font-size: 3.25rem !important;
    text-shadow: 0px 3px 3px #000000;
  }
}

.custom-active-nav-btn {
  border-color: var(--border-color-primary) !important;
}

.custom-active-btn {
  border: none !important;
}

.custom-active-nav-btn.active {
  border: none !important;
}

.custom-mobile-header-logo {
  bottom: 3px;
  position: relative;
}

.custom-nav-primary-bg {
  box-shadow: none !important;
}