:root {
  --cdn-jackpot_icons: url("/cdn/plat/prd/Img/icons/redesign/egt_jackpot_icons_new.png");
}
body {
  margin: 0;
  background: #0b1200;
}
.tl_logo a {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}
.header_dropdown.active_header_content .header_dropdown__content {
  display: block;
}
.links_container {
  display: none;
}
.tl_drop_down.open .links_container,
.tl_acc_lang.open .links_container {
  display: block;
}
#rb23-quick-action.rb23-opened .rb23-qa-menu {
  display: block;
}
.gp-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  background: rgba(0,0,0,.72);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 70px;
}
.gp-overlay[hidden] { display: none !important; }
.gp-login-box {
  width: 460px;
  max-width: calc(100vw - 24px);
  background: #131703;
  position: relative;
}
.gp-login-box .tl_head_close {
  cursor: pointer;
}
.page-login {
  min-height: 100vh;
  background: #0b1200;
}
body.is-logged .gp-guest { display: none !important; }
.gp-logged[hidden],
body:not(.is-logged) .gp-logged { display: none !important; }
body.is-logged .gp-logged { display: flex !important; }
.gp-balance-chip {
  min-width: 110px;
  text-align: center;
  font-weight: 700;
  color: #f8d87f;
}
.gp-form-msg {
  color: #ff6b6b;
  text-align: center;
  width: 357px;
  max-width: calc(100vw - 32px);
  margin: 0 auto 12px;
  font-size: 14px;
}
.gp-user-drop.open .links_container { display: block; }
@keyframes gp-announcement-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
#announcement_slider.is-horizontal-mode #js_announcements_container,
#announcement_slider #js_announcements_container {
  display: block !important;
  overflow: hidden !important;
  position: relative;
  width: 100%;
}
#announcement_slider .ticker-scroller-wrapper {
  display: flex !important;
  width: max-content !important;
  min-width: max-content !important;
  will-change: transform;
  animation: gp-announcement-marquee var(--gp-ticker-duration, 22s) linear infinite !important;
  visibility: visible !important;
}
#announcement_slider .slides-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  min-width: max-content !important;
  align-items: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#announcement_slider .slide-item,
#announcement_slider .slide-item + .slide-item,
html[data-type="Mobile"] #announcement_slider .slide-item + .slide-item {
  display: flex !important;
  flex: 0 0 auto !important;
  width: max-content !important;
  min-width: max-content !important;
  padding-inline-end: 80px;
  box-sizing: content-box;
}
#announcement_slider .notification_slide,
#announcement_slider .js-announcement-text,
#announcement_slider .js-announcement-text p {
  display: inline !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  white-space: nowrap !important;
  text-overflow: clip !important;
  overflow: visible !important;
  text-align: left;
  margin: 0;
}
html[data-type="Mobile"] #app.toto_landint_container { display: none !important; }
html[data-type="Desktop"] #wrapper.wrapper { display: none !important; }
html[data-type="Mobile"] body > .tl_header_bot_row,
html[data-type="Mobile"] body > .content-wrapper,
html[data-type="Mobile"] body > #js_footer,
html[data-type="Mobile"] body > .fixed_social_icons,
html[data-type="Mobile"] body > .social_icons_fixed { display: none !important; }
#cw_hide_defs {
  display: none !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
html[data-type="Mobile"] body { padding-top: 50px !important; }
html[data-type="Mobile"] body.page-login { padding-top: 0 !important; }
.gp-login-btn-mob { display: none; }
.gp-login-promo { display: none; }
html[data-type="Mobile"] .gp-overlay {
  padding: 0;
  align-items: stretch;
  background: #0b0f00;
  z-index: 20000;
  overflow: auto;
}
html[data-type="Mobile"]:has(#gp-login-overlay:not([hidden])) .cookiePopup,
html[data-type="Mobile"]:has(#gp-login-overlay:not([hidden])) .cookiePopup-cover,
html[data-type="Mobile"]:has(#gp-login-overlay:not([hidden])) #rb23-quick-action {
  display: none !important;
  visibility: hidden !important;
}
html[data-type="Mobile"] .gp-login-box {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  background: #131703;
  padding: 8px 18px 28px;
  box-sizing: border-box;
  overflow-y: auto;
}
html[data-type="Mobile"] .gp-login-box .tl_popup_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent !important;
  height: auto !important;
  padding: 10px 0 18px !important;
  border-radius: 0;
}
html[data-type="Mobile"] .gp-login-box .tl_head_text {
  text-transform: none !important;
  font-size: 16px !important;
  font-weight: 600;
  color: #fff !important;
  height: auto !important;
  line-height: 1.2 !important;
  width: auto;
}
html[data-type="Mobile"] .gp-login-box .tl_head_close {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: static !important;
  top: auto !important;
  color: #fff !important;
}
html[data-type="Mobile"] .gp-login-box .tl_head_close:after {
  content: "\00d7";
  font-family: Arial, sans-serif !important;
  font-size: 28px !important;
  line-height: 1 !important;
  color: #fff;
  font-style: normal;
}
html[data-type="Mobile"] .gp-login-box .D_logo {
  display: none !important;
}
html[data-type="Mobile"] .gp-login-box .dyn_login_form_group {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  flex-wrap: nowrap;
  margin: 0 0 12px !important;
  background: transparent !important;
}
html[data-type="Mobile"] .gp-login-box .dyn_login_label {
  display: none !important;
}
html[data-type="Mobile"] .gp-login-box .dyn_login_input,
html[data-type="Mobile"] .gp-login-box .eye_block .dyn_login_input {
  width: 100% !important;
  height: 46px;
  box-sizing: border-box;
  background: #0d1202 !important;
  color: #fff;
  border: none !important;
  border-radius: 23px !important;
  padding: 12px 18px;
  margin: 0;
  font-size: 14px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.35);
}
html[data-type="Mobile"] .gp-login-box .dyn_login_input::placeholder {
  color: #8b9178;
  font-size: 14px;
}
html[data-type="Mobile"] .gp-login-box .eye_block {
  position: relative;
  width: 100%;
}
html[data-type="Mobile"] .gp-login-box .eye_button {
  position: absolute;
  right: 8px;
  top: 0;
  width: 40px;
  height: 46px;
  background: transparent !important;
  border: none;
  color: #9aa08a;
}
html[data-type="Mobile"] .gp-login-box .login_btn {
  width: 100% !important;
  min-width: 0 !important;
  height: 46px;
  padding: 0 16px;
  border: none !important;
  border-radius: 23px !important;
  background: linear-gradient(135deg, #f5a623 0%, #e6951b 50%, #d4840f 100%) !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 15px !important;
  letter-spacing: .4px;
  text-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 4px 15px rgba(245,166,35,.35);
}
html[data-type="Mobile"] .gp-login-btn-desk { display: none !important; }
html[data-type="Mobile"] .gp-login-btn-mob { display: inline !important; }
html[data-type="Mobile"] .gp-login-box .tl_popup_link {
  display: block;
  text-align: center;
  color: #d7d7d7;
  margin: 14px 0 18px;
  font-size: 13px;
  text-decoration: none;
}
html[data-type="Mobile"] .gp-login-promo {
  display: block;
  margin: 8px 0 0;
}
html[data-type="Mobile"] .gp-login-promo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
html[data-type="Mobile"],
html[data-type="Mobile"] body,
html[data-type="Mobile"] body.ofh {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: auto !important;
  max-height: none !important;
  min-height: 100%;
  touch-action: pan-y;
}
html[data-type="Mobile"] #wrapper.wrapper {
  width: 100%;
  min-height: 100vh;
  height: auto !important;
  overflow: visible !important;
  background: #0b1200;
}
html[data-type="Mobile"] .cw_mob_root {
  height: auto !important;
  min-height: auto !important;
  overflow: visible !important;
  max-height: none !important;
}
html[data-type="Mobile"] .cw_mob_mav_fixed_bot { z-index: 1100; }
html[data-type="Mobile"] .cookiePopup {
  z-index: 11110 !important;
  pointer-events: auto;
}
html[data-type="Mobile"] .cookiePopup-cover {
  display: none !important;
}
html[data-type="Mobile"] .banners_billboard_slider .dynamicBanners_img {
  z-index: 0;
}
html[data-type="Mobile"] .billboard_container .banners_billboard,
html[data-type="Mobile"] .billboard_container .banners_billboard_slider .dynamicBanners_img {
  min-height: 200px;
}
html[data-type="Mobile"] .banners_button .dynamicBanners_img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 52px;
}
html[data-type="Mobile"] .story {
  min-height: 120px;
  overflow: visible !important;
}
html[data-type="Mobile"] .story__swiper,
html[data-type="Mobile"] .story__swiper .swiper-wrapper {
  min-height: 110px;
}
html[data-type="Mobile"] .story__swiper .swiper-slide {
  width: 110px !important;
}
html[data-type="Mobile"] .dynamic_featured_content {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  flex-wrap: nowrap !important;
}
html[data-type="Mobile"] .dynamic_featured_item img.fixed_size {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
html[data-type="Mobile"] #jackpot_container_16 .top_jackpots__container,
html[data-type="Mobile"] #jackpot_container_16.onerow .top_jackpots__container,
html[data-type="Mobile"] .jackpot_container.onerow .top_jackpots__container,
html[data-type="Mobile"] .skeleton-jackpot__container,
html[data-type="Mobile"] .gp-sport-jp-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  overflow: visible !important;
  padding-inline: 16px;
}
html[data-type="Mobile"] .top_jackpot_icon {
  display: block !important;
  background-image: var(--cdn-jackpot_icons) !important;
  background-repeat: no-repeat !important;
  background-size: 32px auto !important;
  width: 32px !important;
  height: 32px !important;
  flex-shrink: 0;
}
html[data-type="Mobile"] .top_jackpot_icon.ic_club,
html[data-type="Mobile"] .top_jackpot_icon.ic_one { background-position: 0 -105px !important; }
html[data-type="Mobile"] .top_jackpot_icon.ic_diamond,
html[data-type="Mobile"] .top_jackpot_icon.ic_two { background-position: 0 -70px !important; }
html[data-type="Mobile"] .top_jackpot_icon.ic_heart,
html[data-type="Mobile"] .top_jackpot_icon.ic_three { background-position: 0 -35px !important; }
html[data-type="Mobile"] .top_jackpot_icon.ic_spade,
html[data-type="Mobile"] .top_jackpot_icon.ic_four { background-position: 0 0 !important; }
html[data-type="Mobile"] .top_jackpots__anim {
  min-height: 62px;
  width: 100%;
}
html[data-type="Mobile"] .top_jackpots__value.component_jackpot_slider {
  position: relative !important;
  overflow: hidden !important;
  height: 26px !important;
  white-space: nowrap !important;
  display: inline-block;
  color: var(--cwPrimary, #e8c44a);
}
html[data-type="Mobile"] .component_jackpot_slider_number_wrapper {
  position: relative !important;
  display: inline-block !important;
  vertical-align: top !important;
  will-change: transform;
}
html[data-type="Mobile"] .component_jackpot_slider_number,
html[data-type="Mobile"] .component_jackpot_slider .digit {
  height: 26px !important;
  line-height: 26px !important;
  font-weight: 700;
}
html[data-type="Mobile"] .component_jackpot_slider .sprtr {
  display: inline-block;
  line-height: 26px;
  vertical-align: top;
  font-weight: 700;
}
html[data-type="Mobile"] .gp-sport-jp-cell {
  min-height: 62px;
  border-radius: 12px;
  background: #202900;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset;
  padding: 18px 12px;
  display: flex;
  align-items: center;
}
html[data-type="Mobile"] .gp-sport-jp-cell i {
  display: block;
  height: 16px;
  width: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #d4ee3a 0%, #9fbf18 38%, rgba(80, 96, 12, 0.25) 100%);
}
html[data-type="Desktop"] .gp-sport-jp-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
html[data-type="Desktop"] .gp-sport-jp-cell {
  min-height: 78px;
  border-radius: 16px;
  background: var(--bg-level-2, #1a2204);
  border: 1px solid var(--bg-level-3, #2a3308);
  padding: 22px 16px;
  display: flex;
  align-items: center;
}
html[data-type="Desktop"] .gp-sport-jp-cell i {
  display: block;
  height: 18px;
  width: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #d4ee3a 0%, #9fbf18 38%, rgba(80, 96, 12, 0.25) 100%);
}
html[data-type="Desktop"] .top_jackpots__value.component_jackpot_slider {
  position: relative;
  overflow: hidden;
}
html[data-type="Desktop"] .component_jackpot_slider_number,
html[data-type="Desktop"] .component_jackpot_slider .digit {
  height: 45px;
  line-height: 45px;
  font-weight: 700;
}
html[data-type="Desktop"] .component_jackpot_slider .sprtr {
  display: inline-block;
  line-height: 45px;
  vertical-align: top;
  font-weight: 700;
}
#js-sport-Live-cont,
#js-sport-Prematch-cont {
  width: 100%;
  min-height: 180px;
}
sport-live,
sport-prematch {
  display: block;
  width: 100%;
  min-height: 160px;
}
.gp-sport-wait {
  font-size: 13px;
  color: #9aa36a;
  padding: 16px 4px;
  text-align: center;
}
.gp-sport-snap {
  width: 100%;
}
.gp-lm {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gp-lm-pills {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 0 6px;
  -webkit-overflow-scrolling: touch;
}
.gp-lm-pill {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #2a3308;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.gp-lm-pill.is-on {
  background: #d4ee3a;
}
.gp-lm-ico {
  display: block;
  width: 22px;
  height: 22px;
  background: #c8c8c8;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.gp-lm-pill.is-on .gp-lm-ico { background: #1a2200; }
.gp-lm-fb { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2'/><path d='M12 3v18M3 12h18M6 6c3 3 9 3 12 0M6 18c3-3 9-3 12 0' fill='none' stroke='black' stroke-width='1.6'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2'/><path d='M12 3v18M3 12h18M6 6c3 3 9 3 12 0M6 18c3-3 9-3 12 0' fill='none' stroke='black' stroke-width='1.6'/></svg>"); }
.gp-lm-bk { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2'/><path d='M12 3c3 3 5 6 5 9s-2 6-5 9M12 3c-3 3-5 6-5 9s2 6 5 9M4 9h16M4 15h16' fill='none' stroke='black' stroke-width='1.5'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2'/><path d='M12 3c3 3 5 6 5 9s-2 6-5 9M12 3c-3 3-5 6-5 9s2 6 5 9M4 9h16M4 15h16' fill='none' stroke='black' stroke-width='1.5'/></svg>"); }
.gp-lm-vb { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2'/><path d='M4 8c4 2 12 2 16 0M4 16c4-2 12-2 16 0M9 4c-1 5-1 11 0 16M15 4c1 5 1 11 0 16' fill='none' stroke='black' stroke-width='1.5'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2'/><path d='M4 8c4 2 12 2 16 0M4 16c4-2 12-2 16 0M9 4c-1 5-1 11 0 16M15 4c1 5 1 11 0 16' fill='none' stroke='black' stroke-width='1.5'/></svg>"); }
.gp-lm-tn { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2'/><path d='M4 12c4-6 12-6 16 0M12 4c6 4 6 12 0 16' fill='none' stroke='black' stroke-width='1.6'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2'/><path d='M4 12c4-6 12-6 16 0M12 4c6 4 6 12 0 16' fill='none' stroke='black' stroke-width='1.6'/></svg>"); }
.gp-lm-hb { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2'/><path d='M8 7h8l-1 4H9zM9 11l-2 6M15 11l2 6M10 17h4' fill='none' stroke='black' stroke-width='1.5'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2'/><path d='M8 7h8l-1 4H9zM9 11l-2 6M15 11l2 6M10 17h4' fill='none' stroke='black' stroke-width='1.5'/></svg>"); }
.gp-lm-ih { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2'/><path d='M7 14h10M8 17h8M12 7v7' fill='none' stroke='black' stroke-width='1.6'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2'/><path d='M7 14h10M8 17h8M12 7v7' fill='none' stroke='black' stroke-width='1.6'/></svg>"); }
.gp-lm-card {
  display: block;
  background: #141a05;
  border: 1px solid #2a3308;
  border-radius: 12px;
  padding: 10px 12px;
  color: #eee;
  text-decoration: none;
}
.gp-lm-league {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #9aa08a;
  font-size: 12px;
  margin-bottom: 8px;
}
.gp-lm-flag {
  width: 16px;
  height: 12px;
  border-radius: 2px;
  background: #3d4a12;
  flex: 0 0 16px;
}
.gp-lm-flag-fj { background: linear-gradient(90deg, #012169 50%, #c8102e 50%); }
.gp-lm-flag-in { background: linear-gradient(180deg, #ff9933 33%, #fff 33% 66%, #138808 66%); }
.gp-lm-flag-th { background: linear-gradient(180deg, #a51931 20%, #fff 20% 40%, #2d2a4a 40% 60%, #fff 60% 80%, #a51931 80%); }
.gp-lm-flag-tr { background: #e30a17; }
.gp-lm-mid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
}
.gp-lm-team-r { text-align: right; }
.gp-lm-score {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #f3d56a;
  font-size: 16px;
}
.gp-lm-score i { font-style: normal; color: #888; font-weight: 500; }
.gp-lm-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
  font-size: 12px;
  color: #c8c8c8;
}
.gp-lm-live {
  background: #1f7a1f;
  color: #fff;
  border-radius: 4px;
  padding: 1px 6px;
  font-weight: 700;
  font-size: 11px;
}
.gp-lm-odds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.gp-lm-odds-3 { grid-template-columns: repeat(3, 1fr); }
.gp-lm-odd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0f1403;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 12px;
}
.gp-lm-odd em { font-style: normal; color: #b8b8b8; }
.gp-lm-odd b { color: #f3d56a; }
html[data-type="Desktop"] .gp-lm-card { padding: 14px 16px; }
html[data-type="Desktop"] .gp-lm-mid { font-size: 16px; }
html[data-type="Mobile"] .gp-sport-jp-static {
  display: grid;
  grid-template-columns: repeat(4, minmax(72px, 1fr));
  gap: 8px;
  padding-inline: 16px;
}
html[data-type="Mobile"] .gp-sport-jp-card {
  flex-direction: column;
  align-items: stretch !important;
  gap: 4px;
  min-height: 62px;
}
html[data-type="Mobile"] .gp-sport-jp-name {
  color: #c8c8c8;
  font-size: 11px;
}
html[data-type="Mobile"] .gp-sport-jp-amt {
  color: #f3d56a;
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
}
html[data-type="Mobile"] .gp-sport-jp-bar {
  height: 6px;
  border-radius: 4px;
  background: #2a3308;
  overflow: hidden;
}
html[data-type="Mobile"] .gp-sport-jp-bar > i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #d4ee3a, #7a9a12);
}
html[data-type="Desktop"] body.page-sport #app.toto_landint_container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
html[data-type="Desktop"] body.page-sport .gp-sport-wrap,
html[data-type="Desktop"] body.page-sport .gp-sport-main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
}
html[data-type="Desktop"] body.page-sport .gp-sport-shell {
  flex: 1 1 auto;
  position: relative;
  width: 100%;
  min-height: calc(100vh - 148px);
  background: #0b1200;
}
html[data-type="Desktop"] body.page-sport .gp-sport-shell sport-desktop,
html[data-type="Desktop"] body.page-sport .gp-sport-shell sport-mobile,
html[data-type="Desktop"] body.page-sport .gp-sport-shell sport-app,
html[data-type="Desktop"] body.page-sport #gp-sport-frame {
  display: block;
  width: 100%;
  min-height: calc(100vh - 148px);
  height: calc(100vh - 148px);
  border: 0;
  background: #0b1200;
}
html[data-type="Mobile"] body.page-sport {
  padding-top: 50px !important;
}
html[data-type="Mobile"] body.page-sport.ofh {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: auto !important;
  max-height: none !important;
}
html[data-type="Mobile"] body.page-sport #wrapper.wrapper {
  overflow: visible !important;
  height: auto !important;
  background: #0b1200;
}
html[data-type="Mobile"] body.page-sport .cw_mob_root {
  overflow: visible !important;
  height: auto !important;
  min-height: 0 !important;
}
html[data-type="Mobile"] body.page-sport .gp-sport-shell {
  position: relative;
  width: 100%;
  height: calc(100dvh - 50px - var(--navbarHeaderHeight, 50px) - var(--cwNavbarBottomHeight, 76px));
  min-height: 280px;
  background: #0b1200;
}
html[data-type="Mobile"] body.page-sport .gp-sport-shell sport-desktop,
html[data-type="Mobile"] body.page-sport .gp-sport-shell sport-mobile,
html[data-type="Mobile"] body.page-sport .gp-sport-shell sport-app,
html[data-type="Mobile"] body.page-sport #gp-sport-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
  background: #0b1200;
}
html[data-type="Mobile"] body.page-sport .cw_mob_root-sidebar_opened,
html[data-type="Mobile"] body.page-sport .cw_mob_root-right_sidebar_opened {
  overflow: hidden !important;
}
html[data-type="Desktop"] body.page-sport .tl_header_bot_row {
  position: relative;
  z-index: 20;
  flex: 0 0 auto;
}
html[data-type="Desktop"] body.page-sport .tl_main_nav_item.tl_main_nav_item-active .tl_main_nav_item-inner,
html[data-type="Desktop"] body.page-sport a.tl_main_nav_item-active {
  color: #f8d87f;
}
html[data-type="Desktop"] body.page-sport .header_nav__dropdown_button_click:hover .header_nav__dropdown,
html[data-type="Desktop"] body.page-sport .js_header_dropdown:hover .header_nav__dropdown {
  display: block;
}
.gp-sport-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  height: 100%;
  color: #d6c57a;
  font-size: 16px;
  text-align: center;
  padding: 24px;
}
.gp-sport-loading a { color: #f8d87f; }
html[data-type="Desktop"] body.page-sport sport-european-view,
html[data-type="Desktop"] body.page-sport sport-esport-view,
html[data-type="Desktop"] body.page-sport sport-live-page,
html[data-type="Desktop"] body.page-sport sport-modern-view,
html[data-type="Mobile"] body.page-sport sport-mobile,
html[data-type="Mobile"] body.page-sport sport-esport-view {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
#js_popup-container.gp-duyuru-hidden {
  display: none !important;
}
#js_popup-container .dyn_popUp_root {
  position: fixed;
  inset: 0;
  z-index: 12050;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding: 16px;
  box-sizing: border-box;
}
#js_popup-container .dyn_popUp_wrapper {
  display: flex;
  flex-direction: column;
  max-width: min(653px, calc(100vw - 24px));
  width: 100%;
  position: relative;
}
.gp-duyuru-strip {
  background: #202900;
  color: #fff;
  border-radius: 8px 8px 0 0;
  padding: 12px;
  position: relative;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.gp-duyuru-strip p { margin: 0; flex: 1 1 auto; min-width: 0; }
#js_popup-container .popup-close-btn,
#js_popup-container .gp-duyuru-x {
  position: static;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #f8d87f;
  color: #111;
  font-size: 22px;
  line-height: 32px;
  cursor: pointer;
  z-index: 6;
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
#js_popup-container .dyn_popUp_wrapper_box {
  background: #0b1200;
  border-radius: 0 0 8px 8px;
  overflow: auto;
  max-height: 80vh;
}
#js_popup-container .dyn_popUp_wrapper_box img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
html[data-type="Desktop"] body.gp-duyuru-open,
html[data-type="Desktop"] body.gp-duyuru-open.ofh {
  overflow: hidden;
}
html[data-type="Mobile"] body.gp-duyuru-open,
html[data-type="Mobile"] body.gp-duyuru-open.ofh {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
html[data-type="Mobile"] #js_popup-container .dyn_popUp_root {
  align-items: flex-start;
  padding-top: 18px;
}
#js_popup-container > .gp-duyuru-x-float {
  position: fixed !important;
  top: 12px;
  right: 12px;
  z-index: 12060;
  width: 36px !important;
  height: 36px !important;
  background: #f8d87f !important;
  color: #111 !important;
  box-shadow: 0 0 0 2px #111;
}
html[data-type="Desktop"] #js_popup-container > .gp-duyuru-x-float {
  display: none !important;
}
html[data-type="Mobile"] body.page-register { padding-top: 50px !important; background: #0b1200; }
html[data-type="Mobile"] .gp-reg-page {
  padding: 8px 16px 24px;
  max-width: 480px;
  margin: 0 auto;
}
html[data-type="Mobile"] .gp-reg-title {
  margin: 6px 0 22px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .8px;
  color: #fff;
  text-transform: uppercase;
}
html[data-type="Mobile"] .gp-reg-page .reg_progress_dots {
  padding: 0 8px 10px;
}
html[data-type="Mobile"] .gp-reg-page .reg_progress_dots span:before {
  width: calc(25vw - 42px);
  max-width: 72px;
  background: #d0b752;
  opacity: .55;
}
html[data-type="Mobile"] .gp-reg-stepnum {
  color: #ccc;
  font-size: 15px;
  margin: 0 0 18px;
}
html[data-type="Mobile"] .gp-reg-step { margin: 0; }
html[data-type="Mobile"] .gp-reg-label {
  display: block;
  color: #fff;
  font-size: 13px;
  margin: 0 0 8px;
  font-weight: 500;
  background: none !important;
  width: auto !important;
  min-height: 0 !important;
  position: static !important;
  text-transform: none;
}
html[data-type="Mobile"] .gp-reg-label .gp-req { color: #fff; }
html[data-type="Mobile"] .gp-reg-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  border: none;
  border-radius: 4px;
  background: #2b350b;
  color: #fff;
  padding: 0 14px;
  font-size: 14px;
  margin: 0 0 16px;
}
html[data-type="Mobile"] .gp-reg-input::placeholder { color: #8b9178; }
html[data-type="Mobile"] .gp-reg-passwrap { position: relative; }
html[data-type="Mobile"] .gp-reg-passwrap .gp-reg-input { padding-right: 44px; }
html[data-type="Mobile"] .gp-reg-passwrap .eye_button {
  position: absolute;
  right: 4px;
  top: 0;
  height: 44px;
  width: 40px;
  background: transparent;
  border: none;
  color: #9aa08a;
}
html[data-type="Mobile"] .gp-reg-next,
html[data-type="Mobile"] .gp-reg-submit {
  display: block;
  width: 100%;
  height: 46px;
  margin: 18px 0 8px;
  border: none;
  border-radius: 23px;
  background: #d0b752;
  color: #0f1300;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  cursor: pointer;
}
html[data-type="Mobile"] .gp-reg-next[hidden],
html[data-type="Mobile"] .gp-reg-submit[hidden] { display: none !important; }
html[data-type="Mobile"] .gp-reg-page .gp-form-msg { width: 100%; max-width: 100%; }
html[data-type="Desktop"] .gp-login-promo { display: none !important; }

/* cashier */
body.is-logged #menu-right { display: none !important; }
body.page-cashier { background: #0b1200; min-height: 100vh; }
body.page-cashier .gp-cash-wrap { padding: 18px 0 40px; }
body.page-cashier .tl_my_acc_cont {
  width: min(1536px, calc(100% - 24px));
  background: #1a2208 !important;
  border: 1px solid #39440e;
}
body.page-cashier .tl_my_acc_cont_nav { background: #161d06; }
body.page-cashier .tl_my_acc_cont_content { background: #1a2208; padding: 20px 0 28px; }
.gp-cash-tabs { display: flex; gap: 0; margin: 0 0 16px; }
.gp-cash-tabs a {
  display: inline-block;
  padding: 8px 16px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.gp-cash-tabs a:before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: linear-gradient(45deg, #ffe500, #404e18, #fffb00, #49571c);
  background-size: 400%;
  filter: blur(5px);
  animation: glowing 20s linear infinite;
}
.gp-cash-tabs a:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg,#4c5e0c,#374602);
}
.gp-cash-tabs a.active:after { background: linear-gradient(358deg,#e1e066,#1d2211); }
.gp-pay-logo {
  width: 86px;
  height: 42px;
  object-fit: contain;
  background: #fff;
  border-radius: 4px;
  padding: 3px 6px;
  box-sizing: border-box;
}
.gp-pay-body { padding: 0 16px 16px; }
.gp-pay-form { display: flex; flex-wrap: wrap; gap: 10px 16px; padding: 8px 10px 16px; }
.gp-pay-chips { width: 100%; display: flex; flex-wrap: wrap; gap: 8px; }
.gp-chip {
  border: 0;
  height: 32px;
  padding: 0 12px;
  border-radius: 2px;
  background: #2b350b;
  color: #f3e7a6;
  font-weight: 700;
  cursor: pointer;
}
.gp-chip:hover { background: #39440e; }
.gp-pay-field { flex: 1 1 220px; min-width: 200px; }
.gp-pay-field label { display: block; color: #d0b752; font-size: 13px; margin: 0 0 6px; }
.gp-pay-field .tl_input_popup,
.gp-pay-field input {
  width: 100%;
  height: 36px;
  border: 0;
  background: #2b350b;
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
}
.gp-pay-amt-view { color: #e1e066; font-weight: 700; margin-top: 6px; min-height: 18px; }
.gp-pay-submit {
  margin-top: 8px;
  background: linear-gradient(358deg,#1d2211,#e1e066);
  color: #111;
  font-weight: 800;
  border: 0;
  cursor: pointer;
}
.gp-cash-empty { color: #b8b8b8; padding: 12px; }
.gp-hist-table { width: 100%; border-collapse: collapse; color: #fff; font-size: 13px; }
.gp-hist-table th { background: #000; color: #b8b8b8; text-align: left; padding: 8px; }
.gp-hist-table td { background: #222907; padding: 8px; border-bottom: 1px solid #1a1a1a; }
.gp-cash-mob-page { padding: 10px 12px 28px; }
.gp-cash-mob-bar { display: flex; align-items: center; gap: 10px; margin: 8px 0 12px; }
.gp-cash-mob-bar h1 { margin: 0; font-size: 18px; color: #fff; }
.gp-cash-back {
  width: 32px; height: 32px; display: block;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23e1e066' d='M15.4 4.6L7 13l8.4 8.4 1.4-1.4L9.8 13l7-7z'/></svg>") center/18px no-repeat;
}
.gp-cash-h2 { color: #d0b752; font-size: 15px; margin: 18px 0 8px; }
html[data-type="Mobile"] .page-cashier .tl_payment_block {
  background: #2d360a;
  color: #fff;
  border-radius: 5px;
  margin: 0 0 10px;
}
html[data-type="Mobile"] .page-cashier .tl_payment_block.active { background: #39440e; }
html[data-type="Mobile"] .page-cashier .tl_payment_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: auto;
  padding: 10px;
  cursor: pointer;
}
html[data-type="Mobile"] .page-cashier .tl_payment_desc { font-weight: 700; }
html[data-type="Mobile"] .page-cashier .tl_min_max_col { width: 100%; padding-top: 6px; font-size: 12px; }
html[data-type="Mobile"] .page-cashier .tl_info_col { margin-left: auto; color: #e1e066; font-size: 12px; }
html[data-type="Mobile"] .gp-login-btn-desk { display: none; }
html[data-type="Desktop"] .gp-login-btn-mob { display: none; }
html[data-type="Mobile"] .gp-overlay { padding-top: 24px; align-items: flex-start; }
html[data-type="Mobile"] .gp-login-box { width: calc(100vw - 16px); }

/* 3D slot + live casino lobby */
html[data-type="Desktop"] body.page-lobby #app.toto_landint_container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
html[data-type="Desktop"] body.page-lobby .gp-lobby-wrap,
html[data-type="Desktop"] body.page-lobby .gp-lobby-main {
  flex: 1 1 auto;
  min-height: 0;
  background: #0b1200;
}
html[data-type="Desktop"] body.page-lobby .gp-lobby-shell {
  padding: 12px 20px 40px;
  max-width: 1680px;
  margin: 0 auto;
}
html[data-type="Desktop"] body.page-lobby .tl_main_nav_item.tl_main_nav_item-active .tl_main_nav_item-inner,
html[data-type="Desktop"] body.page-lobby a.tl_main_nav_item-active {
  color: #f8d87f;
}
html[data-type="Desktop"] body.page-lobby .header_nav__dropdown_button_click:hover .header_nav__dropdown,
html[data-type="Desktop"] body.page-lobby .js_header_dropdown:hover .header_nav__dropdown {
  display: block;
}
html[data-type="Mobile"] body.page-lobby {
  background: #0b1200;
}
html[data-type="Mobile"] body.page-lobby #wrapper.wrapper {
  overflow: visible !important;
}
html[data-type="Mobile"] body.page-lobby .gp-lobby-shell {
  padding: 8px 8px 88px;
  background: #0b1200;
}
.gp-lobby-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 4px 4px 10px;
}
.gp-lobby-title {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.gp-lobby-count { color: #b3b3b3; font-size: 13px; }
.gp-lobby-shell .tl_casino_navigation_wrapper,
.gp-lobby-shell .casino_nav__links_block {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  flex-wrap: nowrap;
  background: #0f1300;
  border-radius: 4px 4px 0 0;
}
.gp-lobby-shell .tl_casino_navigation_tab {
  height: 42px;
  line-height: 42px;
  padding: 0 14px;
  color: #b3b3b3;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}
.gp-lobby-shell .tl_casino_navigation_tab.active,
.gp-lobby-shell .tl_casino_navigation_tab:hover {
  background: rgba(15,19,0,0.7);
  color: #d0b752;
}
.gp-lobby-search-wrap {
  margin: 8px 0 10px;
}
.gp-lobby-search-wrap .search__input,
.gp-lobby-search-wrap .lca-search-input {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 4px;
  background: #2b350b;
  color: #fff;
  padding: 0 14px;
  box-sizing: border-box;
}
.gp-lobby-providers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}
.gp-lobby-providers .lobbyFilter_provider_item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 4px;
  background: #6b7938;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
}
.gp-lobby-providers .lobbyFilter_provider_item img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.gp-lobby-providers .lobbyFilter_provider_item.active,
.gp-lobby-providers .lobbyFilter_provider_item:hover {
  background: #b1871c;
  color: #111;
}
html[data-type="Desktop"] .page-lobby .dynamic_games_grid .grid_inner {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
html[data-type="Mobile"] .page-lobby .dynamic_games_grid .grid_inner {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.page-lobby .lca-card {
  min-width: 0;
}
.page-lobby .lca-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #171f03;
}
.page-lobby .lca-card-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  background: #0006b8;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
}
.page-lobby .game__link_real {
  background: #d0b752;
  color: #111;
  font-weight: 700;
  min-width: 0;
  flex: 1;
}
.page-lobby .game__link_demo {
  background: #2b350b;
  color: #fff;
  min-width: 0;
}
html[data-type="Mobile"] .page-lobby .lca-card-hover {
  opacity: 1;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.72));
}
html[data-type="Mobile"] .page-lobby .lca-card-hover-header { display: none; }
html[data-type="Mobile"] .page-lobby .lca-card-btn-wrapper {
  margin-top: auto;
  padding: 8px;
}
html[data-type="Mobile"] .page-lobby .game__link_demo { display: none; }
.gp-play-shell {
  min-height: 70vh;
  background: #0b1200;
  position: relative;
}
.gp-play-status {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d6c57a;
  font-size: 18px;
  text-align: center;
  padding: 32px 16px;
}
.gp-play-frame {
  display: block;
  width: 100%;
  min-height: 78vh;
  border: 0;
  background: #000;
}
html[data-type="Mobile"] .gp-play-shell { min-height: calc(100vh - 130px); }
html[data-type="Mobile"] .gp-play-frame { min-height: calc(100vh - 130px); }

/* promotions */
html[data-type="Desktop"] body.page-promo #app.toto_landint_container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
html[data-type="Desktop"] body.page-promo .gp-promo-wrap,
html[data-type="Desktop"] body.page-promo .gp-promo-main {
  flex: 1 1 auto;
  background: #0b1200;
}
html[data-type="Desktop"] body.page-promo .tl_news_container,
html[data-type="Desktop"] body.page-promo .tl_promotions_container {
  width: min(1600px, calc(100% - 24px));
  min-width: 0;
  margin: 12px auto 40px;
}
html[data-type="Desktop"] body.page-promo .tl_promotions {
  background: transparent;
  box-shadow: none;
  width: 100%;
}
html[data-type="Desktop"] body.page-promo .pn_category {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 8px 16px;
}
html[data-type="Desktop"] body.page-promo .js_news_promo_categories {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 36px;
  padding: 0 14px;
  color: #fff;
  text-decoration: none;
  margin: 0;
  width: auto;
}
html[data-type="Desktop"] body.page-promo .js_news_promo_categories .nm {
  max-width: none;
  height: auto;
  line-height: 1;
}
html[data-type="Desktop"] body.page-promo .tl_promo_news_item {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #131703;
  text-decoration: none;
}
html[data-type="Desktop"] body.page-promo .tl_promo_news_image {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  min-height: 180px;
}
html[data-type="Desktop"] body.page-promo .tl_promo_news_item:hover .dynamic_promo_inner,
html[data-type="Desktop"] body.page-promo .tl_promo_news_item:hover .tl_promo_news_hover {
  opacity: 1;
  transform: scaleY(1);
}
html[data-type="Desktop"] body.page-promo .dynamic_promo_inner.tl_promo_news_hover {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 10px 0;
}
html[data-type="Desktop"] body.page-promo .tl_promo_news_button {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  cursor: pointer;
}
html[data-type="Mobile"] body.page-promo {
  background: #0b1200;
}
html[data-type="Mobile"] body.page-promo #wrapper.wrapper {
  overflow: visible !important;
}
html[data-type="Mobile"] .gp-promo-shell {
  padding: 8px 8px 96px;
  background: #0b1200;
}
html[data-type="Mobile"] .gp-promo-shell .pn_category {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 8px 4px 12px;
}
html[data-type="Mobile"] .gp-promo-shell .js_news_promo_categories {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 12px;
  color: #fff;
  text-decoration: none;
  margin: 0;
  width: auto;
}
html[data-type="Mobile"] .gp-promo-shell .promo_mobile_cont {
  display: block;
  margin: 0 0 12px;
  background: #1a2208;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}
html[data-type="Mobile"] .gp-promo-shell .promo_img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  padding: 0;
  object-fit: cover;
}
html[data-type="Mobile"] .gp-promo-shell .promo_mobile_title { color: #d0b752; }
html[data-type="Mobile"] .gp-promo-shell .promo_mobile_descr { color: #ddd; text-shadow: none; }
.gp-promo-back {
  display: inline-block;
  margin: 0 8px 12px;
  color: #d0b752;
  text-decoration: none;
  font-weight: 700;
}
.gp-promo-detail-card {
  background: #131703;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 8px 24px;
}
.gp-promo-detail-img {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}
.gp-promo-detail-body { padding: 16px 18px 24px; color: #eee; }
.gp-promo-detail-body h1 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: 22px;
}
.gp-promo-cms p { margin: 0 0 10px; line-height: 1.55; color: #ddd; }
.gp-promo-claim {
  position: relative !important;
  margin-top: 16px;
  border: 0;
  cursor: pointer;
}
html[data-type="Desktop"] .gp-promo-detail-card { margin: 0 0 24px; }
html[data-type="Desktop"] body.page-promo .promo_btn.promotions {
  box-shadow: 0 0 0 1px #d0b752;
}
html[data-type="Desktop"] body.page-promo .header_nav__dropdown_button_click:hover .header_nav__dropdown,
html[data-type="Desktop"] body.page-promo .js_header_dropdown:hover .header_nav__dropdown {
  display: block;
}

/* logged-in header + account pages */
html[data-type="Mobile"] body.is-logged #menu-right { display: none !important; }
html[data-type="Mobile"] #menu-right-logged.topheader_user_info {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
html[data-type="Mobile"] .topheader_user_deposit {
  width: 40px;
  min-width: 40px;
  height: 36px;
  font-size: 0 !important;
  color: transparent !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 0;
}
html[data-type="Mobile"] a.topheader_user_id {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  min-width: 88px;
  text-decoration: none;
  row-gap: 2px;
}
html[data-type="Mobile"] #menu-right-logged > a.header_login_btn { display: none !important; }
.gp-user-drop .links_container {
  min-width: 220px;
  max-height: 70vh;
  overflow: auto;
  z-index: 40;
}
body.page-account { background: #0b1200; min-height: 100vh; }
body.page-account .gp-acc-wrap { padding: 18px 0 40px; }
body.page-account .tl_my_acc_cont {
  width: min(1536px, calc(100% - 24px));
  background: #1a2208 !important;
  border: 1px solid #39440e;
}
body.page-account .tl_my_acc_cont_nav { background: #222907; }
body.page-account .tl_my_acc_cont_content { background: #1a2208; position: relative; }
body.page-account .tl_my_acc_close { cursor: pointer; }
.gp-acc-mob-page { padding: 10px 12px 28px; }
.gp-acc-mob-nav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 0 12px;
  -webkit-overflow-scrolling: touch;
}
.gp-acc-mob-nav a {
  flex: 0 0 auto;
  padding: 8px 12px;
  color: #fff !important;
  background: linear-gradient(358deg,#5d7025,#000);
  border-radius: 4px;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.gp-acc-mob-nav a.active {
  background: linear-gradient(358deg,#e1e066,#1d2211);
  color: #111 !important;
}
.gp-acc-form .tl_my_prof_item { padding: 0 12px; box-sizing: border-box; }
.gp-acc-form .tl_input,
.gp-acc-form input.tl_input {
  background: #2b350b;
  color: #fff;
  width: 100%;
  border: 0;
  height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
}
.gp-acc-save { margin: 16px 12px; }
.gp-acc-empty { color: #b8b8b8; padding: 18px 12px; }
.gp-acc-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  margin: 8px 12px;
  background: #2b350b;
  color: #fff;
  border-radius: 6px;
}
.gp-switch { position: relative; width: 40px; height: 22px; display: inline-block; }
.gp-switch input { display: none; }
.gp-switch i {
  display: block;
  width: 100%;
  height: 100%;
  background: #39440e;
  border-radius: 11px;
}
.gp-switch i:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f8d87f;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  transition: .2s;
}
.gp-switch input:checked + i { background: #5d7025; }
.gp-switch input:checked + i:after { transform: translateX(18px); }
.gp-acc-hint { color: #999; padding: 8px 12px; font-size: 12px; }
.tl_my_acc_title {
  color: #d0b752;
  font-size: 18px;
  font-weight: 700;
  padding: 4px 12px 10px;
}
.gp-acc-grid { display: flex; flex-wrap: wrap; }
html[data-type="Desktop"] .gp-acc-form .tl_my_prof_item { width: 46%; }
html[data-type="Mobile"] .page-account .tl_my_acc_cont_nav { display: none; }
html[data-type="Desktop"] .gp-acc-mob { display: none; }
