.header-button .button{background:#292e3b;text-transform:capitalize;font-weight:400;position:relative;border:none;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.1),0 2px 4px 0 rgba(0,0,0,0.1);box-shadow:0 2px 4px 0 rgba(0,0,0,0.1),0 2px 4px 0 rgba(0,0,0,0.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all 0.3s;transition:all 0.3s}.header-button .button:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.header-button .button:before{background:-webkit-gradient(linear, left top, left bottom, from(#94b3ff), to(#5b7cfe));background:linear-gradient(180deg, #94b3ff, #5b7cfe);content:"";border-radius:24px;inset:0;padding:2px;position:absolute;-webkit-mask:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:exclude;mask-composite:exclude}.header-button .button span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;gap:5px}.header-button .button span:before{content:"";display:inline-block;width:15px;height:15px}.section_downloadqr .section-bg img{-o-object-position:right bottom;object-position:right bottom;-o-object-fit:contain;object-fit:contain}.header-button-1 .button span:before{background:transparent url(../images/user.svg) center/cover no-repeat}.header-button-2 .button span:before{background:transparent url(../images/user-add.svg) center/cover no-repeat}.header-nav>.menu-item>a{border:1px solid transparent;padding-right:8px;padding-left:8px;-webkit-transition:0s;transition:0s}.header-nav>.menu-item>a:hover img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.header-nav>.menu-item.current-menu-item>a{background-image:linear-gradient(119deg, #7146ff, #4a69ff);border-color:#cbd0ff}.header-nav>.menu-item.current-menu-item>a img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.section_title .section-title b{background-color:transparent;opacity:1;height:24px}.section_title .section-title b:first-of-type{background:transparent url(../images/bg-title-left.png) center right no-repeat;background-size:contain}.section_title .section-title b:last-of-type{background:transparent url(../images/bg-title-right.png) center left no-repeat;background-size:contain}.section_title .section-title-main{background:transparent url(../images/bg-title.png) center no-repeat;background-size:100% 100%;display:inline-block;position:relative;text-transform:none;padding:15px 45px}.game_slider .gallery-box .box-image{background:#3e3f45;border-radius:16px;-webkit-box-shadow:inset 0 -2px 2px 0 rgba(0,0,0,0.1),inset 0 1px 0 0 rgba(255,255,255,0.11),0 1px 8px 0 rgba(0,0,0,0.08);box-shadow:inset 0 -2px 2px 0 rgba(0,0,0,0.1),inset 0 1px 0 0 rgba(255,255,255,0.11),0 1px 8px 0 rgba(0,0,0,0.08);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 13%;flex:0 13%;-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;position:relative;overflow:hidden}.game_slider .gallery-box .box-text{background:#323337;color:#e3e3e3;border-radius:0 0 16px 16px;font-size:14px;line-height:1;padding:8px 0;position:absolute;bottom:0;left:0;text-align:center;width:100%}.game_slider .gallery-box .box-text p{margin:0}.game_slider .gallery-box:hover .box-text{background:#425de3}.game_slider.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{margin-top:0;bottom:calc(50% - 15px);-webkit-transform:translateY(-50%);transform:translateY(-50%);top:auto}.box_casino{background:transparent url(../images/bg_live_item.png) center no-repeat;background-size:100% 100%;border-radius:24px;overflow:hidden}.box_casino .col_right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.box_casino .col_right .btn_playgame{background-color:#fff;color:#24262b;margin-bottom:0}.box_casino .box_main .box-text{padding:10px}.box_casino .box_main .box-text p{font-size:14px}.box_sport{background:transparent url(../images/bg_sports.png) center no-repeat;background-size:100% 100%;border-radius:24px;overflow:hidden}.box_sport .col_left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.box_sport .box_main .box-image{margin:0}.box_sport .box_main .box-text{padding-left:18px;padding-bottom:0}@media (max-width: 549px){.section_title .section-title b:first-of-type{background-size:cover}.section_title .section-title b:last-of-type{background-size:cover}.section_downloadqr .section-bg img{display:none}}

.row.equalize-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
}

.popularBettingNewTheme {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.popularBetting {
  background: #3e3f45;
  border-radius: 16px;
  box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 hsla(0, 0%, 100%, 0.11), 0 1px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 20px 15px;
  height: 100%; /* ✅ fix auto to full height */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.countdown-wp {
  background: linear-gradient(180deg, #ff598e, #ff2d55);
  border-radius: 0 16px 0 16px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 91px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.popularBetting-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  gap: 15px;
}

.image-wrapper {
  background: #313537;
  border-radius: 12px;
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-wrapper img {
  width: 66px;
  height: 66px;
}

.lottery-name {
  background: #313537;
  padding: 10px 15px;
  color: #fff;
  font-weight: bold;
}

.play-info-wp {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.play-info-wp div {
  background: rgba(32, 34, 37, 0.2);
  border-radius: 12px;
  color: #8491a5;
  font-size: 13px;
  margin: 8px 6px 0 0;
  padding: 8px 14px;
  display: inline-block;
  white-space: nowrap;
}

.open-numbers {
  width: 100%;
}

.dice-wp {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.open_results {
  background: linear-gradient(127deg, #7146ff, #4a69ff);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 12px;
  width: 40px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.open_results.name {
  background: none;
  box-shadow: inset 0 -1px 2px #8e9fda, inset 0 1px 2px #8d9ed9;
  color: #8fa1dc;
}

.betting {
  background: linear-gradient(127deg, #7146ff, #4a69ff);
  border-radius: 20px;
  text-align: center;
  padding: 8px 0;
  margin-top: 10px;
  width: 100%;
}

.betting span {
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .row.equalize-box {
    flex-direction: column;
    align-items: stretch;
  }
}

.row.equalize-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
.popularBettingNewTheme {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.popularBetting {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@font-face {
  font-family: 'iconfont';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/iconfont.e223a9ab.woff2') format('woff2'),
       url('/wp-content/themes/flatsome-child/assets/fonts/iconfont.deb98e45.woff') format('woff'),
       url('/wp-content/themes/flatsome-child/assets/fonts/iconfont.1c0cdef3.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.floating-service-widget {
  position: fixed;
  top: 24%;
  right: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px 6px;
}

.floating-service-widget .service-button {
  width: 74px;
  height: 74px;
  border-radius: 12px;
  background: rgba(60, 62, 66, 0.9);
  border: 1px solid #ffffff20;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}

.floating-service-widget .service-button:hover {
  background: linear-gradient(137deg, #a98fff 1%, #4a69ff 99%);
  color: #fff;
}

.floating-service-widget .service-button i {
  font-family: 'iconfont' !important;
  font-size: 24px;
  margin-bottom: 4px;
}

.floating-service-widget .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #f56c6c;
  color: #fff;
  border-radius: 10px;
  padding: 0 5px;
  font-size: 10px;
  line-height: 16px;
}
.iconfont {
  font-family: 'iconfont' !important;
  font-style: normal;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_customer_service:before { content: "\e650"; }
.icon-icon_game_demo:before { content: "\e668"; }
.icon-icon_nav_chatroom_nor:before { content: "\e66a"; }
.icon-icon_floatbar_phone:before { content: "\e66d"; }
.icon-icon_download_btn:before { content: "\e66e"; transform: rotate(180deg); }
.icon-icon_send:before { content: "\e635"; }

