/* =====================================================================
   DjimlyStore Digital v2.37.9
   Final UI ownership layer:
   - one shared customer bottom dock
   - neutral/light Wallet + menu
   - TikTok Coins popup stacking fix
   - 1xBet popup purchase flow
===================================================================== */

/* ---------------------------------------------------------------------
   ONE SHARED BOTTOM NAVIGATION
--------------------------------------------------------------------- */
#djs-portal .djs-screen .djs-bottom-nav.djs-legacy-screen-nav{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

html body #djs-portal #djs-global-bottom-nav{
  position:absolute!important;
  z-index:2147483100!important;
  left:8px!important;
  right:8px!important;
  bottom:max(8px,env(safe-area-inset-bottom))!important;
  width:auto!important;
  max-width:none!important;
  height:72px!important;
  min-height:72px!important;
  margin:0!important;
  padding:7px 6px!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  grid-auto-flow:column!important;
  gap:0!important;
  align-items:stretch!important;
  overflow:visible!important;
  border:1px solid #e1e5ea!important;
  border-radius:23px!important;
  background:rgba(255,255,255,.96)!important;
  -webkit-backdrop-filter:blur(20px) saturate(150%)!important;
  backdrop-filter:blur(20px) saturate(150%)!important;
  box-shadow:0 15px 38px rgba(15,23,42,.14)!important;
  transform:none!important;
}
html body #djs-portal #djs-global-bottom-nav.is-hidden{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
html body #djs-portal #djs-global-bottom-nav>.djs-bn-item{
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:58px!important;
  min-height:58px!important;
  margin:0!important;
  padding:4px 1px 3px!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:34px 15px!important;
  place-items:center!important;
  align-content:center!important;
  gap:1px!important;
  border:0!important;
  border-radius:15px!important;
  background:transparent!important;
  color:#667085!important;
  box-shadow:none!important;
  transform:none!important;
  font-size:9px!important;
  font-weight:800!important;
  line-height:1!important;
  text-align:center!important;
  overflow:visible!important;
}
html body #djs-portal #djs-global-bottom-nav>.djs-bn-item:nth-child(1){grid-column:1!important}
html body #djs-portal #djs-global-bottom-nav>.djs-bn-item:nth-child(2){grid-column:2!important}
html body #djs-portal #djs-global-bottom-nav>.djs-bn-item:nth-child(3){grid-column:3!important}
html body #djs-portal #djs-global-bottom-nav>.djs-bn-item:nth-child(4){grid-column:4!important}
html body #djs-portal #djs-global-bottom-nav>.djs-bn-item:nth-child(5){grid-column:5!important}
html body #djs-portal #djs-global-bottom-nav>.djs-bn-item:nth-child(6){grid-column:6!important}

html body #djs-portal #djs-global-bottom-nav>.djs-bn-item>.djs-modern-nav-icon{
  grid-row:1!important;
  justify-self:center!important;
  align-self:center!important;
  width:31px!important;
  height:31px!important;
  min-width:31px!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  border-radius:10px!important;
  background:transparent!important;
  color:#344054!important;
  box-shadow:none!important;
  transform:none!important;
}
html body #djs-portal #djs-global-bottom-nav>.djs-bn-item>.djs-modern-nav-icon svg{
  width:24px!important;
  height:24px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
html body #djs-portal #djs-global-bottom-nav>.djs-bn-item>span:not(.djs-modern-nav-icon):not(.djs-cart-count-badge):not(.djs-message-unread-badge){
  grid-row:2!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  color:inherit!important;
  -webkit-text-fill-color:currentColor!important;
  font-size:9px!important;
  font-weight:800!important;
  line-height:1!important;
  text-align:center!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
html body #djs-portal #djs-global-bottom-nav>.djs-bn-item.active{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:4px 1px 3px!important;
  border:0!important;
  background:#f2f4f7!important;
  color:#101828!important;
  box-shadow:none!important;
  transform:none!important;
}
html body #djs-portal #djs-global-bottom-nav>.djs-bn-item.active>.djs-modern-nav-icon{
  background:#fff!important;
  color:#101828!important;
  box-shadow:0 4px 11px rgba(16,24,40,.08)!important;
}
html body #djs-portal #djs-global-bottom-nav>.djs-bn-item.active::before,
html body #djs-portal #djs-global-bottom-nav>.djs-bn-item.active::after{
  display:none!important;
  content:none!important;
}
html body #djs-portal #djs-global-bottom-nav .djs-cart-count-badge:not(:empty){
  position:absolute!important;
  top:1px!important;
  right:calc(50% - 21px)!important;
  min-width:16px!important;
  height:16px!important;
  padding:0 4px!important;
  display:grid!important;
  place-items:center!important;
  border:2px solid #fff!important;
  border-radius:999px!important;
  background:#111827!important;
  color:#fff!important;
  font-size:7px!important;
  font-weight:900!important;
  line-height:1!important;
}
html body #djs-portal #djs-global-bottom-nav .djs-bn-item[data-nav="chat"].has-message-unread::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  top:4px!important;
  left:calc(50% + 9px)!important;
  width:7px!important;
  height:7px!important;
  min-width:7px!important;
  min-height:7px!important;
  border:2px solid #fff!important;
  border-radius:50%!important;
  background:#111827!important;
  box-shadow:none!important;
  animation:none!important;
}
@media(max-width:380px){
  html body #djs-portal #djs-global-bottom-nav{
    left:5px!important;right:5px!important;padding-left:3px!important;padding-right:3px!important;
  }
  html body #djs-portal #djs-global-bottom-nav>.djs-bn-item>span:not(.djs-modern-nav-icon):not(.djs-cart-count-badge):not(.djs-message-unread-badge){
    font-size:7.8px!important;
  }
}
@media(min-width:900px){
  html body #djs-portal #djs-global-bottom-nav{display:none!important}
}

/* scrollers reserve space for the one global dock */
@media(max-width:899px){
  html body #djs-portal .djs-screen .djs-scroller{
    padding-bottom:104px!important;
  }
  html body #djs-portal #djs-screen-chat.is-thread .djs-mc-body{
    padding-bottom:calc(78px + env(safe-area-inset-bottom))!important;
  }
}

/* ---------------------------------------------------------------------
   HEADER: neutral wallet / cart / menu controls
--------------------------------------------------------------------- */
html body #djs-portal .djs-header-wallet{
  border-color:#dfe3e8!important;
  background:linear-gradient(180deg,#fff,#f8fafc)!important;
  color:#101828!important;
  box-shadow:0 6px 18px rgba(16,24,40,.05)!important;
}
html body #djs-portal .djs-header-wallet>.ms{
  background:#f2f4f7!important;
  color:#344054!important;
}
html body #djs-portal .djs-topbar-cart,
html body #djs-portal .djs-header-menu-toggle{
  border-color:#dfe3e8!important;
  background:linear-gradient(180deg,#fff,#f8fafc)!important;
  color:#101828!important;
  box-shadow:0 6px 18px rgba(16,24,40,.05)!important;
}

/* ---------------------------------------------------------------------
   CUSTOMER MENU: fully light / neutral
--------------------------------------------------------------------- */
html body #djs-main-menu{
  background:#fff!important;
  border-color:#e4e7ec!important;
}
html body #djs-main-menu .djs-main-menu-wallet-card{
  background:linear-gradient(145deg,#f5f7f9,#fff)!important;
  border:1px solid #e1e5ea!important;
  color:#101828!important;
  box-shadow:0 8px 24px rgba(16,24,40,.05)!important;
}
html body #djs-main-menu .djs-main-menu-wallet-icon{
  background:#fff!important;
  border:1px solid #e1e5ea!important;
  color:#344054!important;
}
html body #djs-main-menu .djs-main-menu-wallet-card small{color:#98a2b3!important}
html body #djs-main-menu .djs-main-menu-wallet-card b{color:#101828!important}
html body #djs-main-menu .djs-main-menu-wallet-card>button{
  background:#101828!important;
  color:#fff!important;
}
html body #djs-main-menu .djs-main-menu-item-icon.is-support{
  background:#f2f4f7!important;
  color:#344054!important;
}
html body #djs-main-menu .djs-main-menu-profile{
  background:#f8fafc!important;
}
html body #djs-main-menu .djs-main-menu-avatar{
  background:#344054!important;
}
html body #djs-main-menu .djs-main-menu-foot>.ms{
  background:#f2f4f7!important;
  color:#475467!important;
}

/* ---------------------------------------------------------------------
   WALLET: light banking UI — NO RED, NO DARK HERO
--------------------------------------------------------------------- */
html body #djs-portal #djs-screen-wallet{
  background:#f5f6f8!important;
  color:#101828!important;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-topbar{
  background:#fff!important;
  border-bottom-color:#e5e7eb!important;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-hero{
  background:linear-gradient(145deg,#fff 0%,#f5f7fa 100%)!important;
  border:1px solid #e1e5ea!important;
  color:#101828!important;
  box-shadow:0 12px 34px rgba(16,24,40,.07)!important;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-glow{display:none!important}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-kicker{color:#667085!important}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-dot{
  background:#98a2b3!important;
  box-shadow:0 0 0 4px rgba(152,162,179,.12)!important;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-hero .djs-wallet-p3-head h2{
  color:#101828!important;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-hero .djs-wallet-p3-head p{
  color:#667085!important;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-mark{
  background:#fff!important;
  border:1px solid #e1e5ea!important;
  color:#344054!important;
  box-shadow:0 5px 15px rgba(16,24,40,.05)!important;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-balances .djs-wallet-p3-balance{
  background:#fff!important;
  border:1px solid #e1e5ea!important;
  box-shadow:0 6px 18px rgba(16,24,40,.04)!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-balances .djs-wallet-p3-balance small{
  color:#667085!important;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-currency-pill{
  background:#f2f4f7!important;
  color:#475467!important;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-currency-pill.is-usd{
  background:#eef1f5!important;
  color:#344054!important;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-balances .djs-wallet-p3-balance>strong,
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-balances .djs-wallet-p3-balance>strong em{
  color:#101828!important;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-balance-meta>span{
  background:#f7f8fa!important;
  color:#667085!important;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-balance-meta em{color:#98a2b3!important}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-balance-meta b{color:#344054!important}

html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-actions button{
  background:#fff!important;
  border:1px solid #e1e5ea!important;
  color:#101828!important;
  box-shadow:0 5px 16px rgba(16,24,40,.04)!important;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-actions button:active{
  background:#f2f4f7!important;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-action-icon{
  background:#f2f4f7!important;
  color:#344054!important;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-action-icon .ms{color:#344054!important}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-actions b{color:#101828!important}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-actions small{color:#98a2b3!important}

html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-exchange-ready{
  background:#fff!important;
  border-color:#e1e5ea!important;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-ready-icon{
  background:#f2f4f7!important;
  color:#475467!important;
  box-shadow:none!important;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-ready-icon .ms{color:#475467!important}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-exchange-ready button{
  background:#344054!important;
  color:#fff!important;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378-secure{
  background:#f2f4f7!important;
  color:#475467!important;
}

/* remove inherited red/pink wallet states from the normal wallet dashboard */
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378 *{
  --djs-wallet-accent:#475467;
}
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378 a,
html body #djs-portal #djs-screen-wallet .djs-wallet-v2378 button{
  -webkit-tap-highlight-color:transparent!important;
}

/* ---------------------------------------------------------------------
   TIKTOK COINS — modal now above the portal and neutral
--------------------------------------------------------------------- */
html body #djs-portal #djs-tiktok-coins-backdrop.djs-ttc-backdrop{
  z-index:2147483400!important;
  background:rgba(15,23,42,.34)!important;
}
html body #djs-portal #djs-tiktok-coins-modal.djs-ttc-modal{
  z-index:2147483410!important;
  border:1px solid #e4e7ec!important;
  box-shadow:0 28px 80px rgba(15,23,42,.24)!important;
}
html body #djs-portal .djs-ttc-platforms button.active{
  border-color:#98a2b3!important;
  background:#f5f6f8!important;
  box-shadow:0 0 0 3px rgba(71,84,103,.06)!important;
}
html body #djs-portal .djs-ttc-add{
  background:#101828!important;
  color:#fff!important;
  box-shadow:0 9px 20px rgba(16,24,40,.16)!important;
}
html body #djs-portal .djs-ttc-loading{
  margin:15px 0!important;
  min-height:52px!important;
  padding:11px 13px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  border:1px solid #e4e7ec!important;
  border-radius:14px!important;
  background:#f8fafc!important;
  color:#667085!important;
  font-size:11px!important;
  font-weight:750!important;
}
html body #djs-portal .djs-ttc-loading[hidden]{display:none!important}
html body #djs-portal .djs-ttc-page-eyebrow{color:#475467!important}

/* ---------------------------------------------------------------------
   1XBET — TRUE WHITE POPUP, NO RED ACCENTS
--------------------------------------------------------------------- */
body.djs-xbet-modal-open{overflow:hidden!important}
html body #djs-portal #djs-xbet-modal-backdrop{
  position:absolute!important;
  inset:0!important;
  z-index:2147483420!important;
  display:block!important;
  background:rgba(15,23,42,.30)!important;
  -webkit-backdrop-filter:blur(5px)!important;
  backdrop-filter:blur(5px)!important;
  opacity:1!important;
}
html body #djs-portal #djs-xbet-modal-backdrop[hidden]{display:none!important}
html body #djs-portal #djs-xbet-modal{
  position:absolute!important;
  z-index:2147483430!important;
  left:50%!important;
  top:50%!important;
  width:min(520px,calc(100% - 24px))!important;
  max-height:min(760px,calc(100dvh - 28px))!important;
  display:flex!important;
  flex-direction:column!important;
  transform:translate(-50%,-50%)!important;
  overflow:hidden!important;
  border:1px solid #e1e5ea!important;
  border-radius:26px!important;
  background:#fff!important;
  color:#101828!important;
  box-shadow:0 30px 90px rgba(15,23,42,.24)!important;
}
html body #djs-portal #djs-xbet-modal[hidden]{display:none!important}
html body #djs-portal .djs-xbet-modal-head{
  flex:0 0 auto!important;
  min-height:76px!important;
  padding:13px 14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  border-bottom:1px solid #edf0f3!important;
  background:#fff!important;
}
html body #djs-portal .djs-xbet-modal-brand{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
html body #djs-portal .djs-xbet-modal-brand img{
  width:50px!important;
  height:50px!important;
  flex:0 0 50px!important;
  object-fit:cover!important;
  border:1px solid #e4e7ec!important;
  border-radius:14px!important;
  background:#f8fafc!important;
}
html body #djs-portal .djs-xbet-modal-brand>div{min-width:0!important}
html body #djs-portal .djs-xbet-modal-brand small{
  display:block!important;
  color:#98a2b3!important;
  font-size:7.5px!important;
  font-weight:950!important;
  letter-spacing:.11em!important;
}
html body #djs-portal .djs-xbet-modal-brand h2{
  margin:2px 0 3px!important;
  color:#101828!important;
  font-size:18px!important;
  font-weight:950!important;
  letter-spacing:-.035em!important;
}
html body #djs-portal .djs-xbet-modal-brand>div>span{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  color:#067647!important;
  font-size:8px!important;
  font-weight:850!important;
}
html body #djs-portal .djs-xbet-modal-brand>div>span i{
  width:6px!important;height:6px!important;border-radius:50%!important;background:#12b76a!important;
}
html body #djs-portal .djs-xbet-modal-close{
  width:40px!important;
  height:40px!important;
  flex:0 0 40px!important;
  border:1px solid #e4e7ec!important;
  border-radius:13px!important;
  background:#f8fafc!important;
  color:#344054!important;
  display:grid!important;
  place-items:center!important;
}
html body #djs-portal .djs-xbet-modal-scroll{
  min-height:0!important;
  flex:1 1 auto!important;
  overflow-y:auto!important;
  -webkit-overflow-scrolling:touch!important;
  padding:14px!important;
  background:#fff!important;
}
html body #djs-portal .djs-xbet-popup-card{
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  color:#101828!important;
}
html body #djs-portal .djs-xbet-popup-summary{
  display:grid!important;
  grid-template-columns:1fr 32px 1fr!important;
  align-items:center!important;
  gap:8px!important;
  padding:13px!important;
  border:1px solid #e4e7ec!important;
  border-radius:17px!important;
  background:#f8fafc!important;
}
html body #djs-portal .djs-xbet-popup-summary>div:last-child{text-align:right!important}
html body #djs-portal .djs-xbet-popup-summary small{
  display:block!important;color:#98a2b3!important;font-size:7.5px!important;font-weight:900!important;letter-spacing:.06em!important;
}
html body #djs-portal .djs-xbet-popup-summary strong{
  display:block!important;margin-top:3px!important;color:#101828!important;font-size:13px!important;font-weight:950!important;
}
html body #djs-portal .djs-xbet-popup-arrow{
  width:30px!important;height:30px!important;border-radius:10px!important;background:#fff!important;color:#667085!important;display:grid!important;place-items:center!important;border:1px solid #e4e7ec!important;
}
html body #djs-portal .djs-xbet-popup-arrow .ms{font-size:16px!important}
html body #djs-portal .djs-xbet-description{
  margin:11px 2px!important;color:#667085!important;font-size:10px!important;line-height:1.45!important;
}
html body #djs-portal .djs-xbet-know{
  margin:0 0 12px!important;padding:10px!important;border:1px solid #e4e7ec!important;border-radius:14px!important;background:#fff!important;color:#344054!important;
}
html body #djs-portal .djs-xbet-know>.ms{
  color:#475467!important;background:#f2f4f7!important;
}
html body #djs-portal .djs-xbet-currency-selector{
  margin:0 0 12px!important;padding:0!important;border:0!important;
}
html body #djs-portal .djs-xbet-currency-selector legend{
  margin-bottom:6px!important;color:#344054!important;font-size:10px!important;font-weight:900!important;
}
html body #djs-portal .djs-xbet-currency-options{
  display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;
}
html body #djs-portal .djs-xbet-currency-options label{
  min-height:58px!important;padding:9px!important;border:1px solid #dfe3e8!important;border-radius:14px!important;background:#fff!important;color:#344054!important;
}
html body #djs-portal .djs-xbet-currency-options label.is-selected{
  border-color:#98a2b3!important;
  background:#f2f4f7!important;
  box-shadow:0 0 0 3px rgba(71,84,103,.06)!important;
}
html body #djs-portal .djs-xbet-currency-options label.is-selected>.ms{color:#344054!important}
html body #djs-portal .djs-xbet-field{
  display:block!important;margin:0 0 12px!important;color:#344054!important;font-size:10px!important;font-weight:900!important;
}
html body #djs-portal .djs-xbet-field>div:first-of-type{
  min-height:49px!important;margin-top:6px!important;border:1px solid #dfe3e8!important;border-radius:14px!important;background:#f8fafc!important;
}
html body #djs-portal .djs-xbet-field input{
  color:#101828!important;background:transparent!important;font-size:16px!important;
}
html body #djs-portal .djs-xbet-field>small{color:#98a2b3!important;font-size:8px!important}
html body #djs-portal .djs-xbet-usd-rate-note,
html body #djs-portal .djs-xbet-net-preview,
html body #djs-portal .djs-xbet-price-preview{
  border-color:#e4e7ec!important;
  background:#f8fafc!important;
  color:#344054!important;
}
html body #djs-portal .djs-xbet-net-preview strong,
html body #djs-portal .djs-xbet-price-preview b,
html body #djs-portal .djs-xbet-price-preview strong{color:#101828!important}
html body #djs-portal .djs-xbet-address-guide{
  margin:12px 0!important;border:1px solid #e4e7ec!important;border-radius:14px!important;background:#fff!important;color:#344054!important;
}
html body #djs-portal .djs-xbet-address-guide summary{background:#f8fafc!important}
html body #djs-portal .djs-xbet-guide-body li>span{
  background:#e9edf2!important;color:#344054!important;
}
html body #djs-portal .djs-xbet-address-status{
  border-color:#e4e7ec!important;background:#f8fafc!important;color:#667085!important;
}
html body #djs-portal .djs-xbet-address-status.is-invalid,
html body #djs-portal .djs-xbet-address-field.is-address-invalid .djs-xbet-address-status{
  border-color:#f2d18a!important;background:#fffaeb!important;color:#93370d!important;
}
html body #djs-portal .djs-xbet-address-status.is-valid,
html body #djs-portal .djs-xbet-address-field.is-address-valid .djs-xbet-address-status{
  border-color:#abefc6!important;background:#ecfdf3!important;color:#067647!important;
}
html body #djs-portal .djs-xbet-add-btn{
  width:100%!important;
  min-height:51px!important;
  margin-top:12px!important;
  border:0!important;
  border-radius:14px!important;
  background:#101828!important;
  color:#fff!important;
  box-shadow:0 9px 20px rgba(16,24,40,.15)!important;
  font-size:11px!important;
  font-weight:950!important;
}
html body #djs-portal .djs-xbet-add-btn:disabled{
  background:#d0d5dd!important;
  color:#667085!important;
  box-shadow:none!important;
}
@media(max-width:560px){
  html body #djs-portal #djs-xbet-modal{
    top:auto!important;
    bottom:0!important;
    left:0!important;
    width:100%!important;
    max-height:91dvh!important;
    transform:none!important;
    border-left:0!important;border-right:0!important;border-bottom:0!important;
    border-radius:25px 25px 0 0!important;
  }
  html body #djs-portal .djs-xbet-modal-scroll{
    padding:12px 12px calc(16px + env(safe-area-inset-bottom))!important;
  }
}

/* v2.37.9 final small-control refinement */
html body #djs-main-menu #djs-main-menu-close{
  width:38px!important;height:38px!important;min-width:38px!important;border-radius:13px!important;
}
