jdiv#jvlabelWrap {
  display: none !important;
}

.__jivoMobileButton {
  display: none !important;
}
/* Shared */
.header .nav-btn__text,
.account-btn .user,
.providers-bar,
.games__category-title .show-all,
.alerts .SupportButtons,
.ScrollToTopButton button,
.handle-back,
.Auth .content .window-wrapper .window .forms .submit,
.bonus-line .link,
.balance__added,
.tabs .information .promocodes .PromoForm .flex .submit,
.popup__profile .profile .tabs .controls .submit-button[data-disabled=false],
.menu-alerts .login img {
  box-shadow: 0 0 10px #ffd700, 0 0 20px #ffd700 !important;
}

/* Header */
.account-btn .user:not(.user--reg) {
    background: #FFD700 !important;
}

.account-btn .user:not(.user--reg):hover {
    background: var(--header__user-hover--bg) !important;
}

.account-btn .user--reg {
  border: 1px solid #FFD700 !important;
}

.account-btn .balance__added {
  background: #FFD700 !important;
}

.account-btn .balance__added:before,
.account-btn .balance__added:after {
    background: #000 !important;
}

.account-btn .balance {
  border-radius: 100px 0 0 100px !important;
  height: 100%;
}

.account-btn .bonuses {
  background: #ffffff20 !important;
  border-radius: 0 100px 100px 0;
  height: 100%;
  padding-right: 15px !important;
}

.header-bottom .header__logo a,
.header__logo img {
  display: none !important;
}

.header__logo {
  content: "";
  display: block;
  width: 200px;
  height: 75px;
  background-image: url(images/logo.gif);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .header__logo {
    height: 60px;
  }
}

/* Banners */
.banners {
  min-height: 24.42vw !important;
}

/*@media (max-width: 991px) and (orientation: portrait) {*/
/*  .banners {*/
/*    min-height: 82.04vw !important;*/
/*  }*/
/*}*/

@media (max-width: 991px) {
  .banners .banner {
    height: auto !important;
  }
}

/* Nav Game */
.providers-bar {
  border: 1px solid #FFD700;
  border-radius: 100px !important;
}

/* Game Card */
.Game-card .buttons .real {
  color: #000 !important;
}

/* Lobby Page */
.ScrollToTopButton button svg path {
  fill: #000 !important;
}

.toggle-switch input[type=checkbox]:checked + .switch {
  background: #FFD700 !important;
}

.footer.mobile-menu .SupportButtons {
  bottom: 170px !important;
}

.games .handle-back {
  color: #000 !important;
}

@media (min-width: 992px) {
  .games .nav .swiper-button-next,
  .games .nav .swiper-button-prev {
    background: transparent !important;
    border: 1px solid #fff !important;
  }
}

@media (orientation: portrait) and (max-width: 991px) {
  .a2hs {
    bottom: 250px !important;
    height: 140px !important;
  }
}

@media (orientation: landscape) and (max-width: 991px) {
  .a2hs {
    display: none !important;
  }
}

/* Mobile Menu */
.menu-alerts {
  box-shadow: 0 -4px 10px #ffd700;
}

.menu-alerts .login img {
  border-radius: 100px;
}

.menu-alerts .item[data-active=true]:before {
    box-shadow: 0 0 20px 15px #ffd700 !important;
}

/* Profile */
.profile__wrapper .tabs .support-btn .text {
  color: #ffffff !important;
}

.tabs .balance .information .promocodes .PromoForm .flex .submit {
  color: #000 !important;
}

.profile__wrapper .tabs .support-btn__title {
  color: #fff !important;
}