

.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"; }

.tabbarHomeCustom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #33353F;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 1000;
  padding-bottom: 4px;
}

.tabbarHomeCustom .tab-item {
  width: 20%;
  text-align: center;
  text-decoration: none;
  color: #ccc;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.tabbarHomeCustom .tab-item img {
  width: 50px;
  height: 50px;
  margin-bottom: 4px;
  filter: grayscale(100%) brightness(1.2);
}

.tabbarHomeCustom .tab-item span {
  font-size: 15px;
  line-height: 1;
  color: #ccc;
  white-space: nowrap;
  margin-top: 0;
}

.tabbarHomeCustom .tab-item.home {
  margin-top: -22px;
  z-index: 10;
}

.tabbarHomeCustom .tab-item.home .icon-wrapper {
  width: 50px;
  height: 50px;
  background: #FF780D;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #33353F;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabbarHomeCustom .tab-item.home img {
  width: 26px;
  height: 26px;
  margin: 0;
  filter: brightness(2);
}

