.hdr-quick-btns {
  display: flex;
  align-items: stretch;
  gap: 6px;
  flex: 0 0 auto;
}
.hdr-quick-btn,
.hdr-bonus-talep-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 30px;
  padding: 5px 10px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #ebc317;
  background: transparent;
  color: #ebc317;
  font-family: 'Poppins', Roboto, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}
.hdr-quick-btn:hover,
.hdr-quick-btn:focus,
.hdr-bonus-talep-btn:hover,
.hdr-bonus-talep-btn:focus {
  background: rgba(235, 195, 23, 0.12);
  color: #ffe572;
  border-color: #ffe572;
  outline: none;
  filter: none;
}
.hdr-quick-btn__ico,
.hdr-bonus-talep-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  flex: 0 0 auto;
}
.hdr-quick-btn__ico svg,
.hdr-bonus-talep-ico svg {
  display: block;
}
.hdr-user-bp {
  height: auto !important;
  align-items: center !important;
  flex-wrap: wrap;
}
.hdr-user-bp .hdr-quick-btns {
  order: -1;
}
.hdr-user-bp .hdr-quick-btn {
  flex: 0 0 auto;
}
.hdr-user-bp .hdr-quick-btn,
.hdr-user-bp .hdr-quick-btn:hover,
.hdr-user-bp .hdr-quick-btn:focus {
  border: 1px solid #ebc317 !important;
  color: #ebc317 !important;
  background: transparent !important;
  padding: 5px 10px !important;
  padding-left: 10px !important;
  box-shadow: none !important;
  border-radius: 5px !important;
  font-weight: 700 !important;
  font-size: 11px !important;
}
.hdr-user-bp .hdr-quick-btn:hover,
.hdr-user-bp .hdr-quick-btn:focus {
  background: rgba(235, 195, 23, 0.12) !important;
  color: #ffe572 !important;
  border-color: #ffe572 !important;
}
.hdr-user-bp .hdr-quick-btn::before,
.hdr-user-bp .hdr-quick-btn::after {
  content: none !important;
  display: none !important;
  background: none !important;
}
.hdr-user-bp .hdr-quick-btn,
.hdr-user-bp a.hdr-quick-btn,
.hdr-user-bp button.hdr-quick-btn {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  float: none !important;
  margin: 0 !important;
}
.hdr-quick-btn.supportButton,
html body .hdr-quick-btn.supportButton {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
html body .hdr-quick-btn.supportButton span,
html body .hdr-user-bp .hdr-quick-btn.supportButton span,
html body .hdr-additional-info .hdr-quick-btn.supportButton span {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100% !important;
  position: static !important;
  float: none !important;
  left: auto !important;
  transform: none !important;
}
.hdr-user-bp > a {
  border-color: #ebc317 !important;
  color: #ebc317 !important;
}
.hdr-user-bp > a:hover {
  background: rgba(235, 195, 23, 0.12) !important;
  color: #ffe572 !important;
}
.hdr-user-bp > a:nth-child(2)::before {
  background-image: url('https://i.ibb.co/1tv1RJq9/af-icon.png') !important;
}
.hdr-user-bp > a::after {
  display: none !important;
}

.bb-bt-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(7px);
}
.bb-bt-modal.is-open {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.bb-bt-modal__box {
  width: min(560px, 96vw);
  max-height: 90vh;
  overflow: auto;
  border: 1px solid rgba(235, 195, 23, 0.45);
  border-radius: 18px;
  background: linear-gradient(145deg, #1a1608, #0b0907);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.75);
}
.bb-bt-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px 12px;
  border-bottom: 1px solid rgba(235, 195, 23, 0.18);
}
.bb-bt-modal__title {
  margin: 0;
  color: #ebc317;
  font: 800 18px/1.2 Roboto, Arial, sans-serif;
}
.bb-bt-modal__close {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(235, 195, 23, 0.35);
  border-radius: 10px;
  background: #1f1a14;
  color: #ebc317;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.bb-bt-modal__body {
  padding: 16px 18px 20px;
}
.bb-bt-lead {
  margin: 0 0 14px;
  color: #c9c0b4;
  font: 500 13px/1.5 Roboto, Arial, sans-serif;
}
.bb-bt-block {
  display: none;
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 193, 7, 0.35);
  background: rgba(255, 193, 7, 0.1);
  color: #ffd56a;
  font: 600 13px/1.45 Roboto, Arial, sans-serif;
}
.bb-bt-block.is-show {
  display: block;
}
.bb-bt-guest {
  text-align: center;
  padding: 12px 4px 6px;
}
.bb-bt-guest p {
  margin: 0 0 14px;
  color: #eee;
  font: 500 14px/1.5 Roboto, Arial, sans-serif;
}
.bb-bt-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 38vh;
  overflow: auto;
  margin-bottom: 14px;
}
.bb-bt-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: left;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #14110d;
  color: #f3f3f3;
  cursor: pointer;
}
.bb-bt-item.is-selected {
  border-color: rgba(235, 195, 23, 0.85);
  box-shadow: 0 0 0 1px rgba(235, 195, 23, 0.35);
  background: #1d160e;
}
.bb-bt-item.is-pending {
  opacity: 0.72;
}
.bb-bt-item img {
  width: 86px;
  height: 46px;
  object-fit: cover;
  border-radius: 8px;
  background: #090909;
  flex: 0 0 auto;
}
.bb-bt-item__meta {
  min-width: 0;
  flex: 1;
}
.bb-bt-item__name {
  display: block;
  font: 700 13px/1.3 Roboto, Arial, sans-serif;
  color: #fff;
}
.bb-bt-item__sub {
  display: block;
  margin-top: 3px;
  font: 500 11px/1.35 Roboto, Arial, sans-serif;
  color: #b8ae9f;
}
.bb-bt-item__badge {
  flex: 0 0 auto;
  font: 700 10px/1 Roboto, Arial, sans-serif;
  text-transform: uppercase;
  padding: 5px 7px;
  border-radius: 999px;
  color: #ffc107;
  border: 1px solid rgba(255, 193, 7, 0.35);
}
.bb-bt-field {
  margin-bottom: 12px;
}
.bb-bt-field label {
  display: block;
  margin-bottom: 6px;
  color: #ebc317;
  font: 700 11px/1.2 Roboto, Arial, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.bb-bt-field textarea,
.bb-bt-field input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #3a3228;
  background: #12100d;
  color: #fff;
  font: 500 13px/1.4 Roboto, Arial, sans-serif;
}
.bb-bt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bb-bt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  font: 700 13px/1 Roboto, Arial, sans-serif;
  text-decoration: none;
}
.bb-bt-btn--primary {
  background: linear-gradient(180deg, #ffe65b 0%, #d0a927 100%);
  color: #111;
  flex: 1;
  min-width: 140px;
}
.bb-bt-btn--primary:disabled {
  opacity: 0.55;
  cursor: default;
}
.bb-bt-btn--ghost {
  background: transparent;
  color: #eee;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.bb-bt-msg {
  display: none;
  margin-top: 12px;
  font: 500 13px/1.45 Roboto, Arial, sans-serif;
}
.bb-bt-msg.is-show {
  display: block;
}
.bb-bt-msg.is-ok {
  color: #7dffb0;
}
.bb-bt-msg.is-error {
  color: #ff9f9f;
}
.bb-bt-empty,
.bb-bt-loading {
  color: #b8ae9f;
  font: 500 13px/1.5 Roboto, Arial, sans-serif;
  padding: 8px 2px 12px;
}
.bb-bt-history {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.bb-bt-history h4 {
  margin: 0 0 8px;
  color: #ebc317;
  font: 700 13px/1.2 Roboto, Arial, sans-serif;
}
.bb-bt-history table {
  width: 100%;
  border-collapse: collapse;
  font: 500 12px/1.4 Roboto, Arial, sans-serif;
  color: #ddd;
}
.bb-bt-history th,
.bb-bt-history td {
  padding: 6px 4px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.bb-bt-st {
  font-weight: 700;
}
.bb-bt-st.is-pending { color: #ffc107; }
.bb-bt-st.is-approved { color: #7dffb0; }
.bb-bt-st.is-rejected { color: #ff9f9f; }

.layout-header-holder {
  position: relative !important;
  top: auto !important;
  box-shadow: none !important;
}
.header__bottom {
  margin-bottom: 5px !important;
}
.hdr-user-bp > a[href*="partners.bingobet"] {
  display: none !important;
}

@media (min-width: 993px) {
  .hdr-user-bp {
    flex-wrap: nowrap !important;
    align-items: center !important;
    height: auto !important;
    overflow: visible !important;
    gap: 8px;
  }
  .hdr-user-bp .hdr-quick-btns {
    order: 0;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 6px;
  }
  .hdr-user-bp .hdr-quick-btn,
  .hdr-user-bp a.hdr-quick-btn,
  .hdr-user-bp button.hdr-quick-btn {
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    margin: 0 !important;
    float: none !important;
  }
  .header__bottom {
    margin-top: 8px !important;
    margin-bottom: 10px !important;
  }
  .section-cards .product-banner-container-bc.col-4,
  .section-cards .product-banner-container-bc {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: stretch !important;
  }
  .section-cards .product-banner-info-bc,
  .section-cards .product-banner-bc {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    float: none !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
  }
  .section-cards .product-banner-img-bc {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: contain;
  }
}

html body .bb-db-slider .bb-slider-track {
  height: 100% !important;
}
html body .bb-db-slider .bb-slider-item {
  height: 100% !important;
  position: relative !important;
}
html body .bb-db-slider .sdr-item-holder-bc,
html body .bb-db-slider .sdr-item-bc,
html body .bb-db-slider .hero-slide__img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding-bottom: 0 !important;
}
html body .bb-db-slider .hero-slide__img::before,
html body .bb-db-slider .sdr-item-bc::before {
  display: none !important;
  content: none !important;
  background: none !important;
}
html body .pc-only .bb-db-slider {
  aspect-ratio: 1024 / 328 !important;
}
html body .mobile-only .bb-db-slider {
  aspect-ratio: 390 / 195 !important;
}
html body .bb-db-slider img,
html body .bb-db-slider .hero-slide__img img,
html body .bb-db-slider .sdr-image-bc {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: fill !important;
  object-position: center center !important;
}

@media (max-width: 992px) {
  :root {
    --header-height: 0px;
  }
  .layout-header-holder,
  .layout-header-holder .header {
    height: auto !important;
  }
  html body section.hero.mobile-only.bb-db-slider-section,
  html body .hero.mobile-only.bb-db-slider-section {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  html body .hero.mobile-only .hero__wrap,
  html body .hero.mobile-only .hero__container,
  html body .hero.mobile-only .hero__slider-wrap {
    padding: 0 !important;
    margin: 0 !important;
  }
  html body #swiper-hero-mobile,
  html body #swiper-hero-mobile.bb-db-slider,
  html body #swiper-hero-mobile.swiper-hero,
  html body #mobliste #swiper-hero-mobile,
  html body #mobliste section:first-child .hero__slider-wrap #swiper-hero-mobile {
    padding: 0 !important;
    padding-top: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }
  html body .bb-db-slider .hero-slide__img {
    padding-bottom: 0 !important;
    height: 100% !important;
    position: absolute !important;
  }
  html body .bb-db-slider .hero-slide__img img,
  html body .bb-db-slider img {
    position: absolute !important;
    inset: 0 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: fill !important;
    object-position: center center !important;
  }
  .hdr-additional-info.mobile-only {
    flex-direction: column !important;
    align-items: stretch !important;
    height: auto !important;
    gap: 0;
    padding: 8px 8px 0 !important;
  }
  .hdr-additional-info.mobile-only .hdr-quick-btns {
    display: flex !important;
    width: 100%;
    margin-bottom: 0;
    gap: 4px;
    min-width: 0;
    overflow: hidden;
  }
  .hdr-additional-info.mobile-only .hdr-user-bc {
    display: none !important;
  }
  .header__bottom.mobile-only {
    margin-top: 10px !important;
  }
  html body .hdr-additional-info.mobile-only .hdr-quick-btn,
  html body .hdr-additional-info.mobile-only a.hdr-quick-btn,
  html body .hdr-additional-info.mobile-only button.hdr-quick-btn {
    flex: 1 1 0 !important;
    width: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    padding: 4px 2px !important;
    padding-left: 2px !important;
    margin: 0 !important;
    font-size: 9px !important;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    position: relative !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    border: 1px solid #ebc317 !important;
    background: transparent !important;
    color: #ebc317 !important;
    box-shadow: none !important;
    filter: none !important;
  }
  html body .hdr-additional-info.mobile-only .hdr-quick-btn::before,
  html body .hdr-additional-info.mobile-only .hdr-quick-btn::after,
  html body .hdr-additional-info.mobile-only a.hdr-quick-btn::before,
  html body .hdr-additional-info.mobile-only a.hdr-quick-btn::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  html body .hdr-additional-info.mobile-only .hdr-quick-btn:hover,
  html body .hdr-additional-info.mobile-only .hdr-quick-btn:focus {
    background: rgba(235, 195, 23, 0.12) !important;
    color: #ffe572 !important;
    border-color: #ffe572 !important;
  }
  html body .hdr-additional-info.mobile-only .hdr-quick-btn span,
  html body .hdr-additional-info.mobile-only .hdr-quick-btn.supportButton span {
    display: inline-flex !important;
    width: auto !important;
    position: static !important;
    left: auto !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  html body .hdr-additional-info.mobile-only .hdr-quick-btn span:last-child {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    text-align: center;
  }
  html body .hdr-additional-info.mobile-only .hdr-quick-btn__ico {
    display: none !important;
  }
}
