/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@keyframes blinker {
  50% {
      color: #dab867
  }
}

@keyframes oppositeBlinker {
  50% {
      color: #2a8fbd
  }
}

@keyframes overlayBlinker {
  50% {
      opacity: 0
  }
}

@keyframes oppositeOverlayBlinker {
  50% {
      opacity: 1
  }
}

@-webkit-keyframes pop-in {
  0% {
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0)
  }

  70% {
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
  }

  to {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

@keyframes pop-in {
  0% {
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0)
  }

  70% {
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
  }

  to {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

@keyframes slide-in-y {
  0% {
      transform: translateY(100%)
  }

  to {
      transform: translate(0)
  }
}

@keyframes slide-out-y {
  0% {
      transform: translate(0)
  }

  to {
      transform: translateY(100%)
  }
}

.hot-news p{
  margin: 7px 0;

  background: url(https://mcdn.w88ux.net/_static/icons/v1/announcement-right.png) 7px 0 no-repeat;
  padding-left: 36px;
  background-size: 20px;
}
.login-buttons {
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
}
.login-buttons a {
  display: block;
  text-align: center;
  width: 50%;
  font-size: .875rem;
  padding: 12px;
  text-decoration: none;
}
.login-buttons .btn-login {
  border: 1px solid #2a8fbd;
  background-color: #2a8fbd;
  color: #fff;
}
.login-buttons .btn-join {
  color: #fff;
  border-color: #b3b3b3;
  background-color: #cc001b;
}
.home-icon .col{
  max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
.home-icon h5{
  text-transform: none;
  font-weight: 400;
  font-size: 0.75em;
}
.copyright-footer{
  font-size: 0.8em;
}
.block-discover, .block-lucky{
  -ms-flex-flow: inherit;
  flex-flow: inherit;
  overflow-x: auto;
  max-width: auto !important;
      
  padding: 0 15px 15px;
  margin-right: -15px !important;
}
.block-discover .col{
  padding-bottom: 0;
  padding: 0 5px;
}
.block-title p{
  margin-bottom: 0;
}
.block-title>.col{
  padding-bottom: 0;
}
.block-discover .col-inner{
  width: 304px;
}
.block-discover p{
  font-size: 0.85em;
}
.block-discover img{
  border-radius: 7px;
}
.block-discover .icon-box-text {
  position: relative;
}
.block-discover .icon-box-text .button{
  position: absolute;
  left: 1em;
  bottom: 1em;
  font-size: 0.75em;
  font-weight: 400;
}
.block-lucky>.col>.col-inner{
  width: 250px;
}
.block-lucky>.col{
  padding: 0 5px;
}
.lucky-title{
  display: flex;
  justify-content: space-between;
  background: #264c64;
  color: #d0b36a;
  border-radius: 10px;
  font-weight: 400;
  padding: 10px;
  margin-bottom: 10px;
}
.lucky-item .col{
  padding-bottom: 0;
}
.block-slots li.tab a{
  color: #fff;
  white-space: nowrap;
  font-size: 0.85em;
}
.block-slots li.tab.active a{
  font-weight: bold;
}
.block-slots li.tab a:before{
  display: none;
}
.block-slots .nav-line{
  -ms-flex-flow: inherit;
  flex-flow: inherit;
  overflow-x: auto;
  max-width: auto !important;
  width: auto;
  flex-wrap: nowrap;
      
}
.block-slots .box-text{
  display: none;
}
.block-slots .entry-content .col{
  padding: 0 5px 10px 5px;
}
.block-slots .entry-content .col img{
  will-change: transform;
  animation-name: pop-in;
  animation-duration: .18s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

.block-top{
  -ms-flex-flow: inherit;
  flex-flow: inherit;
  overflow-x: auto;
  max-width: auto !important;
  width: auto;
  flex-wrap: nowrap;
      
}

.block-top>.col>.col-inner{
  width: 188px;
}
.block-top>.col>.col-inner img{
  border-radius: 4px;
}
.block-top .icon-box{
  padding-bottom: 10px;
}
.block-top>.col>.col-inner .text{
  line-height: 1.2em;
}
.block-top>.col>.col-inner .text p{
  font-size: 0.8em;
  color: #d3dee3;
}
.block-w88>.col>.col-inner{
  width: 290px;
}
.block-w88 .icon-box-text{
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
}
.block-w88 .icon-box-text .button{
  font-weight: normal;
  height: 30px;
  font-size: 0.75em;
}
.block-week, .block-x{
  overflow-x: auto;
  max-width: auto !important;
  width: auto;
  flex-wrap: nowrap;
}
.block-week img{
  border-radius: 8px;
}
.block-week .icon-box-img{
  margin-bottom: 8px;
  z-index: 2;
}
.block-week .button{
  margin-top: 5px;
  font-weight: normal;
  font-size: 0.75em;
}
.block-week .icon-box{
  width: 190px;
  height: 220px;
}
.block-week .icon-box-text{
  z-index: 2;
  position: relative;
}
.block-week .icon-box:before{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 190px;
  min-width: 190px!important;
  height: auto;
  background: linear-gradient(0,#1a1e33,#1d4457);
  margin-right: 10px;
  border-radius: 20px;
  min-height: 187px;
  z-index: 1;
}
.block-lottery .icon-box img{
  border-radius: 8px;
}
.block-lottery .icon-box-img{
  margin-bottom: 5px;
}
.block-lottery .icon-box p{
  color: #d3dee3;
  font-weight: 400;
  font-size: 0.75em;
}
.gameplay-icon{
  color: #fff;
  border-radius: 10px;
  background: #173d53;
  margin-bottom: 5px;
  position: relative;
  padding: 10px;
}
.gameplay-icon img{
  border-radius: 4px;
}
.gameplay-icon .text{
  padding-top: 10px
}
.block-top-games .col-inner{
  width: 88px;
}
.block-top-games .box{
  margin-bottom: 10px;
}
.block-top-games .col-inner>.text p{
  font-size: 0.85em;
}
.block-top-games .box-text{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  
}
.block-top-games .box-text .box-text-inner{
  background: url(/wp-content/uploads/2023/08/1-1.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  width: 30px;
  height: 45px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  
}
.block-hottest .col{
  padding: 0 5px;
}
.block-hottest .col-inner{
  width: 188px;
}
.block-hottest p{
  text-align: left;
}
.booster-section {
  padding: 10px;
  color: #fff;
  font-size: .7em;
}
.booster-section .boost-bar {
  background: #156484;
  border-radius: 50px;
  overflow: hidden;
  color: #fff;
  position: relative;
}
.booster-section .boost-bar>div {
  display: inline-block;
  padding: 10px;
  text-align: center;
}
.booster-section .boost-bar>div.boost-percent {
  background: #4fd639;
  text-transform: uppercase;
  color: #000;
  border-radius: 150px;
  width: 135px;
  position: absolute;
  left: 0;
  height: 100%;
  font-weight: 700;
}
.booster-section .boost-bar>div p {
  margin: 0;
  text-transform: uppercase;
}
.booster-section .boost-bar>div.boost-percent>p {
  position: relative;
  height: 100%;
}
.booster-section .boost-bar>div p>* {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
.booster-section .boost-bar>div.boost-percent>p>div {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  text-align: center;
}
.booster-section .boost-bar>div.boost-date {
  width: calc(100% - 135px);
  display: flex;
  position: relative;
  float: right;
  padding: 10px 5px;
}
.booster-section .boost-bar>div.boost-date>p {
  width: 93%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.booster-section .boost-bar>div.boost-date>p>div {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.booster-section .boost-bar>div.boost-date>p>div:first-child {
  width: 17px;
  height: 18px;
}
.booster-section .boost-bar>div .lightning {
  margin-right: 5px;
  width: 17px;
  position: relative;
  display: inline-block;
  border-radius: 0;
  vertical-align: middle;
}
.booster-section .boost-bar>div .flashdate {
  margin-right: 5px;
  color: #fff;
}
.booster-section .boost-bar>div .timer {
  font-weight: 700;
  color: #4fd639;
}

.grid-flashboost-header .grid-flashboost-icon {
  width: 12%;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
.grid-flashboost-header .grid-flashboost-icon .img {
  height: auto;
  position: relative;
}
.grid-flashboost-header .grid-flashboost-icon .img {
  width: 35px;
}
.grid-flashboost-header .grid-flashboost-icon .img img {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  min-height: auto;
  will-change: transform;
  animation-name: pop-in;
  animation-duration: .18s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.grid-flashboost-header .grid-flashboost-desc {
  display: inline-block;
  vertical-align: middle;
  width: 84%;
}
.grid-flashboost-header .grid-flashboost-desc p {
  margin-bottom: 9px;
}
.grid-flashboost-header .grid-flashboost-desc .grid-xp {
  font-size: 1rem;
  font-weight: 900;
}
.grid-flashboost-header .grid-flashboost-desc .grid-xp span:first-child {
  margin-right: 5px;
  text-transform: uppercase;
}
.grid-xp span:nth-child(1) {
  font-size: 18px;
}
.grid-flashboost-header .grid-flashboost-desc .grid-xp span:nth-child(n+2) {
  background: #4fd639;
  color: #023144;
  border-radius: 3px;
  padding: 5px;
  margin: 1px;
}
.grid-flashboost-header .grid-flashboost-desc .grid-xp span:nth-child(n+2) {
  background: #449a1b;
  color: #fff;
}
.grid-flashboost-header .grid-flashboost-desc .grid-desc {
  font-size: .7rem;
}
 img{
  will-change: transform;
  animation-name: pop-in;
  animation-duration: .18s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
 }
 .block-flash .col-inner{
  width: 88px;
 }
 .block-flash .col{
  padding: 0 5px;
 }
 .block-flash img{
  border-radius: 4px;
 }
 .grid-hotmatches-wrapper {
  padding: 0;
  border-bottom: 4px solid #022635;
}
 #page-w88world #sports-widget .grid-hotmatches-wrapper {
  border: 0;
}
.hot-matches-tabs {
  color: #d3dee3;
}

.grid-hotmatches-wrapper .header {
  margin-bottom: 5px;
  padding: 15px 15px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 0 !important;
  position: relative;
  padding: 10px;
}
.grid-hotmatches-wrapper .header .title {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 300;
  color: #dab867;
  font-size: 0.8em;
}
.hot-matches-tabs .tabs {
  display: flex;
  width: 100%;
  overflow-x: auto;
  padding: 0 10px;
}
.hot-matches-tabs .tabs button {
  border-radius: 15px;
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-loader {
  position: relative;
  height: 0;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}
.hot-matches-tabs .tabs button .img {
  height: 26px;
  width: 27px;
}
.hot-matches-tabs .tabs button .img img {
  height: 100%;
  width: auto;
  position: relative;
  margin: 0 auto;
  border-radius: 4px;
  width: 100%;
  height: auto;
  min-height: 1px;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
}
.hot-matches-tabs .content {
  padding: 0;
}
.hot-matches-tabs .content .item-wrap {
  width: 100%;
}
.hot-matches-tabs .content .item-wrap .item {
  display: flex;
  overflow-x: auto;
  height: 169px;
  margin-bottom: 5px;
  padding: 0 4px 15px;
}

.hot-matches-tabs .content .item-wrap .match {
  background-color: #022635;
  border: 1px solid #143f59;
  border-radius: 15px;
  position: relative;
  padding: 10px;
  margin: 0 5px;
  width: 100%;
}
.hot-matches-tabs .content .item-wrap .match .game {
  padding-top: 5px;
  width: 100%;
  display: flex;
  align-items: center;
}
.hot-matches-tabs .content .item-wrap .match .game .row-tb {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  position: relative;
}
.hot-matches-tabs .content .item-wrap .match .game .row-tb {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  position: relative
}

.hot-matches-tabs .content .item-wrap .match .game .row-tb .column {
  text-align: center;
  align-self: center
}

.hot-matches-tabs .content .item-wrap .match .game .row-tb .column.full {
  width: 100%
}

.hot-matches-tabs .content .item-wrap .match .game .row-tb .column.logo {
  width: 51px
}

.hot-matches-tabs .content .item-wrap .match .game .row-tb .column.logo .img {
  height: 51px;
  width: 51px;
  padding: 0
}

.hot-matches-tabs .content .item-wrap .match .game .row-tb .column.logo .img img {
  width: auto;
  height: 100%;
  position: relative
}

.hot-matches-tabs .content .item-wrap .match .game .row-tb .column.name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin: 0 10px;
  flex-grow: 1;
  width: calc(100% - 123px);
  overflow: hidden;
  text-overflow: ellipsis
}

.hot-matches-tabs .content .item-wrap .match .game .row-tb .column.odds {
  margin-top: 10px
}

.hot-matches-tabs .content .item-wrap .match .game .row-tb .column.odds span {
  font-size: 0.8em;
  color: #75d6ff;
  padding: 0 10px
}

.hot-matches-tabs .content .item-wrap .match .game .row-tb .column.odds span.red {
  color: #ff7c7c
}

.hot-matches-tabs .content .item-wrap .match .game .row-tb.away .odds.handicap,.hot-matches-tabs .content .item-wrap .match .game .row-tb.home .odds.handicap {
  border-radius: 5px;
  display: flex;
  overflow: hidden
}

.hot-matches-tabs .content .item-wrap .match .game .row-tb.away .odds.handicap span,.hot-matches-tabs .content .item-wrap .match .game .row-tb.home .odds.handicap span {
  background: #143f59
}

.hot-matches-tabs .content .item-wrap .match .game .row-tb.away .odds.handicap span:last-child,.hot-matches-tabs .content .item-wrap .match .game .row-tb.home .odds.handicap span:last-child {
  background: #1d323f
}

.hot-matches-tabs .content .item-wrap .match .game .row-tb.away.away .odds:nth-child(2),.hot-matches-tabs .content .item-wrap .match .game .row-tb.home.away .odds:nth-child(2) {
  visibility: hidden
}

.hot-matches-tabs .content .item-wrap .match .game .row-tb.away.away .odds:nth-child(3),.hot-matches-tabs .content .item-wrap .match .game .row-tb.home.away .odds:nth-child(3) {
  margin: 0;
  position: absolute;
  z-index: 2;
  bottom: 0
}

.hot-matches-tabs .content .item-wrap .match .game .countDown {
  padding: 0 10px;
  width: 90px
}

.hot-matches-tabs .content .item-wrap .match .game .countDown .title {
  font-size: 0.8em;
  color: #fff;
  font-weight: 700
}

.hot-matches-tabs .content .item-wrap .match .game .countDown .time .num {
  font-size: 0.85em;
  color: #e0e0e0
}

.hot-matches-tabs .content .item-wrap .match .footer {
  width: 100%;
  display: flex;
  background-color: #022635;
  padding-top: 0;
}

.hot-matches-tabs .content .item-wrap .match .footer .column {
  display: flex;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  margin-top: 10px
}

.hot-matches-tabs .content .item-wrap .match .footer .column.btn {
  width: 30%
}

.hot-matches-tabs .content .item-wrap .match .footer .column.btn a {
  font-size: 0.8em;
  text-transform: uppercase;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  background-color: #318db6;
  border-color: #1f698b;
  border-radius: 25px;
  padding: 5px;
  text-decoration: none
}
.flickity-page-dots{
  position: static;
  margin-top: 5px;

}

.flickity-page-dots .dot{
  width: 8px!important;
  height: 8px;
  display: inline-block!important;
  background: #0e2533 !important;
  margin: 5px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected{
  background: #2a8fbd !important;
  box-shadow: 0 0 6px 0 #2a8fbd !important
}

#top-bar .dicon-wrap .group-input {
  padding: 5px 22px 5px 0;
  align-self: center;
  border: none;
  margin-right: 5px;
}
.mainmenu {
  position: relative;
  top: 0;
  left: 0;
  width: 100px;
  background: #011f2b;
  display: inline-block;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  z-index: 8;
  padding-bottom: 20px;
}
.mainmenu {
  position: relative;
  top: 0;
  left: 0;
  width: 100px;
  background: #011f2b;
  display: inline-block;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  z-index: 8;
  padding-bottom: 20px;
}
.mfp-content{
  width: 100px !important;
  background: #011f2b;
}
.mfp-content .html, .sidebar-menu{
  padding: 0 !important;
}
.mainmenu {
  position: relative;
  top: 0;
  left: 0;
  width: 100px;
  background: #011f2b;
  display: inline-block;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  z-index: 8;
  padding-bottom: 20px;
}
.mainmenu  a .text {
  color: #dab867;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 0.8em;
  text-align: center;
  display: block;
}
.mainmenu .clickable .img {
  padding-bottom: 0;
  width: 27px;
  height: auto;
  margin: 10px auto 20px;
}