@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,400&display=swap');

.wlc-custom-property__wlc-language-selector{background-image:url(flag)}.wlc-custom-property__wlc-last-wins-wrapper,.wlc-custom-property__wlc-signup-form{background-image:url(horizontal)}.wlc-custom-property__wlc-game-thumb{background-image:url(default)}

/* All wlc icons white */
.wlc-icon svg,
.wlc-icon path,
.wlc-icon svg path {
  fill: #fff !important;
}
.wlc-icon svg[stroke],
.wlc-icon path[stroke] {
  stroke: #fff !important;
}

/* Live Support icon: green bubble */
.wlc-menu-big__item_livechat .wlc-icon svg path {
  fill: #0ABB46 !important;
  stroke: none !important;
}

/* Menü (hamburger): white icon */
.wlc-menu-big__item-mobile .wlc-icon svg,
.wlc-menu-big__item-mobile .wlc-icon path {
  fill: #fff !important;
}
.wlc-menu-big__item-mobile .wlc-icon svg[stroke],
.wlc-menu-big__item-mobile .wlc-icon path[stroke] {
  stroke: #fff !important;
}

/* Bottom CASINO icon: outline 7 (no fill) */
.wlc-menu-big__item_casino .wlc-icon path {
  fill: none !important;
}

/* Header: padding from both sides so icons/buttons aren't flush to edges */
.wlc-header-main {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .wlc-header-main {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Mobile header: guests — Giriş / Üye Ol only. Logged-in — bakiye + Para Yatır + bomb (see .wlc-header-php-session). */
@media (max-width: 991px) {
  .wlc-header-right--logged-in {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    min-width: 0;
  }
  .wlc-main-menu__block_nav-mobile .wlc-login-buttons.wlc-desktop {
    display: flex !important;
    align-items: center;
    gap: 8px;
  }
}

/* Logged-in (PHP session): white balance | green Para Yatır | bomb opens #solhesapm2 */
.wlc-header-php-session .wlc-user-stat__block-dropdown {
  width: 100%;
}
.wlc-header-php-session .wlc-user-stat__block-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
}
.wlc-header-php-session .wlc-user-stat__block-deposit {
  margin: 0 !important;
  flex: 0 0 auto;
}
.wlc-header-php-session .wlc-user-stat__button {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
}
.wlc-header-php-session .wlc-user-stat__button-amount {
  cursor: pointer;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  color: #111 !important;
  border-radius: 8px !important;
  padding: 6px 12px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
  border: none !important;
  min-height: 36px;
  box-sizing: border-box;
}
.wlc-header-php-session .wlc-user-stat__button-text.wlc-header-php-session-deposit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #0abb46 !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 8px 14px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  border: none !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  min-height: 36px;
  box-sizing: border-box;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
}
.wlc-header-php-session .wlc-user-stat__button-text.wlc-header-php-session-deposit:hover {
  background: #099c3d !important;
  color: #fff !important;
}
.wlc-header-php-session .dropdown {
  flex: 0 0 auto;
}
.wlc-header-php-session .wlc-user-stat__block-username {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer;
}
.wlc-header-php-session .wlc-user-stat__block-username .dropdown-toggle {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.wlc-header-php-session .wlc-user-stat__block-username .dropdown-toggle::after {
  display: none !important;
}
.wlc-header-php-session .wlc-user-stat__block-username .wlc-arrow,
.wlc-header-php-session .wlc-user-stat__block-username .wlc-messages-notify {
  display: none !important;
}
.wlc-header-php-session .wlc-user-stat__block-menu {
  display: none !important;
}

/* Bottom fixed menu: bar and items */
.wlc-main-menu__block-2 {
  position: fixed;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #222121;
  border-top: 1px solid #666;
  padding: 3px 15px 12px;
  z-index: 1000;
}

/* Group icon + label in one column inside each footer link */
.wlc-main-menu__block-2 .wlc-footer-nav-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  box-sizing: border-box;
}

/* Border wraps icon + label together (not the anchor padding box alone) */
.wlc-main-menu__block-2 .wlc-menu-big__item a.active .wlc-footer-nav-stack,
.wlc-main-menu__block-2 .wlc-menu-big__item a:hover .wlc-footer-nav-stack {
  border: 1px solid #c7c3ba;
  border-radius: 5px;
  padding: 2px 2px;
}

.wlc-main-menu__block-2 .wlc-menu-big__item a.active,
.wlc-main-menu__block-2 .wlc-menu-big__item a:hover {
  border-color: transparent !important;
}

.wlc-main-menu__block-2 .wlc-menu-big__item .wlc-text,
.wlc-main-menu__block-2 .wlc-menu-big__item a {
  font-size: 11px;
  color: #fff;
}
.wlc-main-menu__block-2 .wlc-menu-big__item a .wlc-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17px;
  height: 25px;
  position: relative;
  bottom: 3px;
}

/* Active/hover border wraps icon + label (shrink-wrap column), not the label alone */
.wlc-main-menu__block-2 .wlc-menu-big__item a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* /m/account — toolbar + backdrop for profile sidebar (#solhesapm1) */
.account-page-toolbar {
  padding: 16px;
  background: #1b1b1b;
  border-bottom: 1px solid #333;
  margin-bottom: 0;
}
.account-page-toolbar__title {
  color: #fff;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
}
.account-page-toolbar__hint {
  color: #bbb;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 14px;
}
.account-page-toolbar__open-btn {
  width: 100%;
  max-width: 420px;
  display: block;
  margin-bottom: 10px;
}
.account-page-toolbar__toggle-btn {
  width: 100%;
  max-width: 420px;
  display: block;
  color: #fbb203 !important;
}
.account-sidebar-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10040;
  -webkit-tap-highlight-color: transparent;
}
.account-sidebar-backdrop.is-visible {
  display: block;
}
/* Drawer above backdrop — RIGHT side: gap on the left (dimmed area), panel slides off to the right when closed */
#solhesapm1.wlc-nav-mobile {
  z-index: 10050;
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  max-width: 100%;
  width: min(80vw, 320px);
  height: 100%;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

/* Profile bomb drawer (#solhesapm2): full-screen overlay + panel from RIGHT (same axis as main menu) */
#solhesapm2.wlc-nav-mobile {
  position: fixed !important;
  inset: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  z-index: 10050;
  box-sizing: border-box;
  background: transparent !important;
  overflow: hidden !important;
}
#solhesapm2 .php-profile-drawer-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.55);
  -webkit-tap-highlight-color: transparent;
}
#solhesapm2 .wlc-php-profile-drawer-v2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: min(80vw, 360px);
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #1a1a1a;
  display: flex;
  flex-direction: column;
  font-family: 'Lato', sans-serif;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.45);
}
#solhesapm2 .wlc-php-profile-drawer-v2__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: max(18px, env(safe-area-inset-top, 0px)) 16px 14px;
  flex-shrink: 0;
}
#solhesapm2 .wlc-php-profile-drawer-v2__title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}
#solhesapm2 .wlc-php-profile-drawer-v2__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: -8px -8px -8px 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#solhesapm2 .wlc-php-profile-drawer-v2__close svg path {
  stroke: #fff;
}
#solhesapm2 .wlc-php-profile-drawer-v2__divider {
  height: 1px;
  flex-shrink: 0;
}
#solhesapm2 .wlc-php-profile-drawer-v2__divider--header {
  margin: 0;
  background: rgba(255, 255, 255, 0.35);
}
#solhesapm2 .wlc-php-profile-drawer-v2__divider--muted {
  margin: 0 16px;
  background: #333;
}
#solhesapm2 .wlc-php-profile-drawer-v2__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px 0 max(28px, env(safe-area-inset-bottom, 0px));
}
#solhesapm2 .wlc-php-profile-drawer-v2__block {
  padding: 0 16px 4px;
}
#solhesapm2 .wlc-php-profile-drawer-v2__block--spaced {
  margin-top: 20px;
}
#solhesapm2 .wlc-php-profile-drawer-v2__label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
#solhesapm2 .wlc-php-profile-drawer-v2__muted {
  margin: 0;
  font-size: 14px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#solhesapm2 .wlc-php-profile-drawer-v2__balance {
  text-align: center;
  padding: 18px 0 18px;
}
#solhesapm2 .wlc-php-profile-drawer-v2__balance-value {
  font-size: 26px;
  font-weight: 700;
  color: #fbb203;
  letter-spacing: 0.02em;
}
#solhesapm2 .wlc-php-profile-drawer-v2__stat {
  padding: 14px 16px 16px;
}
#solhesapm2 .wlc-php-profile-drawer-v2__stat .wlc-php-profile-drawer-v2__label {
  margin-bottom: 10px;
}
#solhesapm2 .wlc-php-profile-drawer-v2__stat-accent {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #00c853;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#solhesapm2 .wlc-php-profile-drawer-v2__nav {
  margin-top: 8px;
  padding: 4px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
#solhesapm2 .wlc-php-profile-drawer-v2__nav-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 16px 4px;
  margin: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}
#solhesapm2 .wlc-php-profile-drawer-v2__nav-row:active {
  background: rgba(255, 255, 255, 0.05);
}
#solhesapm2 .wlc-php-profile-drawer-v2__nav-text {
  flex: 1 1 auto;
  min-width: 0;
}
#solhesapm2 .wlc-php-profile-drawer-v2__chevron {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#solhesapm2 .wlc-php-profile-drawer-v2__logout-ico {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

/* Entire account sidebar uses Lato */
#solhesapm1.wlc-nav-mobile,
#solhesapm1.wlc-nav-mobile * {
  font-family: 'Lato', sans-serif;
}

/* —— Account sidebar: Menu | language | ✕ —— */
#solhesapm1 .account-sidebar-drawer {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #1b1b1b;
  font-family: 'Lato', sans-serif;
}
#solhesapm1 .account-sidebar-nav-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 12px 10px 10px 12px;
  box-sizing: border-box;
}
#solhesapm1 .account-sidebar-nav-icons__menu {
  flex: 0 0 auto;
}
#solhesapm1 .account-sidebar-nav-icons__menu-text {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.03em;
}
#solhesapm1 .account-sidebar-nav-icons__lang {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
  min-width: 0;
}
#solhesapm1 .account-sidebar-nav-icons__close {
  flex: 0 0 auto;
}
#solhesapm1 .account-sidebar-nav-icons__close a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  line-height: 0;
}
#solhesapm1 .wlc-nav-mobile .wlc-nav-icons__item .wlc-language-box {
  margin-left: 0;
  margin-right: 0;
}
#solhesapm1 .wlc-language-box {
  width: auto;
  min-width: 118px;
  max-width: 140px;
  height: 35px;
  border: 2px solid #8493a1;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 4px 8px;
}
#solhesapm1 .wlc-language-box-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-right: 0;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
}
#solhesapm1 .wlc-nav-mobile .wlc-language-box-trigger__icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  max-width: 22px;
  max-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#solhesapm1 .wlc-language-box-trigger__lang-code {
  flex: 0 1 auto;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  padding-right: 2px;
}
#solhesapm1 .wlc-language-box-trigger__arrow {
  flex: 0 0 auto;
  margin-left: auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 10px;
  min-width: 10px;
  height: 8px;
  position: static !important;
  transform: none !important;
}
#solhesapm1 .wlc-language-box-trigger__arrow svg {
  display: block;
  width: 8px;
  height: 6px;
}
#solhesapm1 .account-sidebar-header-separator {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 12px 8px;
  flex-shrink: 0;
}
#solhesapm1 .account-sidebar-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#solhesapm1 .account-sidebar-links {
  list-style: none;
  margin: 0;
  padding: 8px 0 16px;
}
#solhesapm1 .account-sidebar-links li {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.08); */
}
#solhesapm1 .account-sidebar-links a {
  display: block;
  padding: 15px 16px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-decoration: none;
}
#solhesapm1 .account-sidebar-links__row {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
#solhesapm1 .account-sidebar-links__chevron {
  color: #fbb203;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#solhesapm1 .account-sidebar-links__chat-ico {
  display: flex;
  align-items: center;
}
#solhesapm1 .account-sidebar-footer-btns {
  padding: 16px 12px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#solhesapm1 .account-sidebar-footer-btns__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  /* background: #252525; */
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.03em;
}
#solhesapm1 .account-sidebar-footer-btns__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#solhesapm1 .account-sidebar-footer-btns__icon--app {
  background: #111;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
#solhesapm1 .account-sidebar-footer-btns__icon--tg {
  background: #1a8bc7;
}
#solhesapm1 .account-sidebar-footer-btns__icon svg {
  width: 40px;
  height: 40px;
  display: block;
}

#solhesapm1 .wlc-nav-mobile .account-sidebar-nav-icons__close svg path {
  stroke: #fff;
  fill: none;
}

/* Home (and global /m): last wins container — rounded on small screens */
@media (max-width: 560px) {
  .wlc-last-wins.container {
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
  }
}

/* Game catalog wrapper — single column + rounded (e.g. home catalog) */
@media (max-width: 900px) {
  .wlc-game-catalog__wrp {
    grid-template-columns: 1fr;
    border-radius: 10px;
    overflow: hidden;
  }
}