/*
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%)
  }
}


.nav-icon svg{
  width: 23px;
}
.header-main li.html.custom {
  display: block !important;
}
.header-main li.html.custom img{
  width: 28px;
  margin-top: -5px;
}
.flickity-page-dots {
  /* position: static; */
  /* margin-top: 5px; */
  right: 10%;
  left: auto;
  bottom: 0;
}

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

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

.footer-acc .accordion-title{
  font-size: .875em;
  padding-left: 0;
}
.footer-acc  .toggle{
  left: auto;
  right: 0;
}
.footer-acc ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-acc ul li{
  margin-left: 0;
  padding-left: 0;
}

.footer-acc .accordion-inner{
  padding-left: 0;
}
.absolute-footer {
  display: none;
}
.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 #ff9200;
  background-color: #ff9200;
  color: #fff;
}
.login-buttons .btn-join {
  color: #fff;
  border-color: #474747;
  background-color: #474747;
}
.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
}




#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;
} */
.mfp-content p{
  margin-bottom: 0;
  font-size: 12px;
  color: #333;
}
.mfp-content .icon-box{
  align-items: center;
}
.mobileGameTabContainer .mobile-menu-tab {
  display: flex;
  align-items: center;
  background: #f3f5f6;
  border-radius: 20px;
  overflow: hidden;
}
.mobileGameTabContainer .mobile-menu-tab .mobile-menu-tab-box {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  padding: 7px;
}
.mobileGameTabContainer .mobile-menu-tab .mobile-menu-tab-box .menu-item {
  position: relative;
  display: flex;
  align-items: center;
  min-width: fit-content;
  height: 100%;
  border-radius: 20px;
  font-size: 12px;
  color: #8697a2;
  margin: 0 3px;
  cursor: pointer;
  white-space: nowrap;  
  padding: 5px 8px;

}
.mobileGameTabContainer .mobile-menu-tab .mobile-menu-tab-box .menu-item .mobile-menu-tab-svg {
  height: 22.8px;
}
.mobileGameTabContainer .mobile-menu-tab .mobile-menu-tab-box .menu-item.menu-selected .standard-SmallsubContent-font-size {
  margin-left: 5px;
  font-size: 12px;
  text-transform: capitalize;
}
.mobileGameTabContainer .mobile-menu-tab .mobile-menu-tab-box .menu-item p{
  margin-bottom: 0;
}
.icon-star-container .icon-border-star {
  fill: #fff;
  width: 100%;
  height: 100%;
  padding: 3px;
}
.mobileGameTabContainer .mobile-menu-tab .mobile-menu-tab-box .menu-item .icon-star-container {
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
}
.icon-star-container {
  display: flex;
  position: absolute;
  width: 6px;
  height: 6px;
  overflow: visible;
}
.mobileGameTabContainer .mobile-menu-tab .mobile-menu-tab-box .menu-item.menu-selected {
  background: linear-gradient(to right,#095ebd,#04a9c2);
  color: #fff;
  margin: 0 3px;
}

.mobileGameTabContainer .submenu-item-container {
    margin: 10px 0 0 0;
}
#mProvider-S{
  list-style: none;
  margin: 0;
  padding: 0;
}
#mProvider-S li{
  margin: 0;
}
.mobileGameTabContainer .submenu-item-container .submenu-item {
  height: 117px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 7px;
  padding: 10px;
}
.mobileGameTabContainer .submenu-item-container .submenu-item .submenu-img {
  height: 25.39px;
  margin: 0 0 0 3px;
}
.mobileGameTabContainer .submenu-item-container .submenu-item .standard-SecondSubtitle-font-size {
  font-size: 11px;
  margin: 7px 0 0 3px;
  color: #8697a2;
}
.mobileGameTabContainer .submenu-item-container .submenu-item .btn-container button {
  min-width: 80px;
  height: 27px;
  border-radius: 15px;
  font-size: 11px;
  padding: 0 5px;
}
.mobileGameTabContainer .submenu-item-container .submenu-item .btn-container button.btnBetNow {
  background: #ff8a00;
  color: #fff;
}
.mobileGameTabContainer .submenu-item-container .submenu-item .btn-container button.btnDesktop {
  background: #fff;
  color: #8697a2;
}

 .betContainer {
  position: relative;
  background: #f3f5f6;
  border-radius: 7px;
  overflow: hidden;
  /* width: 3.88rem; */
}
.betContainer .top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right,#48125e,#73277f);
  color: #fff;
  padding:7px;
  border-radius: 7px 7px 0 0;
}
.betContainer .top-content .bet-title {
  background: unset;
  font-size: 11px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  width: 60%;
}
 .top-content .right-box {
  display: flex;
  align-items: center;
  font-size: 11px;
}
.important-notice-box {
  display: none;
}
.betContainer .top-content .right-box svg {
  position: unset;
  width: 8px;
  height: 8px;
  margin: -3px 0 0 2px;
  background: #fff;
  border-radius: 50%;
}
.match-time{
  margin: 0;
}
.betContainer .top-content p{
  margin: 0;
}
.betContainer .imgWarpper {
  display: grid;
  justify-content: space-between;
  padding: 10px;
  margin: 0;
  grid-template-areas:
      'teamName teamName teamImg teamImg'
      'matchDetail matchDetail matchDetail matchDetail';
  grid-template-columns: 5px;
  color: #0f161f;
  list-style: none;
}
.betContainer .imgWarpper li{
  margin: 0;
}
.betContainer .imgWarpper li p{
  margin: 0;
  color: #333;
  font-weight: bold;
}
.betContainer .imgWarpper .team-name {
  grid-area: teamName;
  font-size: 11px;
}
.betContainer .imgWarpper .team-name {
  font-size: 11px;
}
.betContainer .imgWarpper .team-name>div {
  display: flex;
  align-items: center;
}
.team-home{
  margin-bottom: 5px;
}

.betContainer .imgWarpper .team-name>div p:first-child {
  margin: 0 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  font-size: .11rem;
}

.betContainer .imgWarpper .team-name>div p:first-child.home-type {
  background: #33c600;
}
.betContainer .imgWarpper .team-name>div p:first-child {
  margin: 0 5px 0 0;
  width: 18px;
  height: 18px;
  font-size: 11px;
}
.betContainer .imgWarpper .team-name>div p:first-child.away-type {
  background: #ff4e00;
}
.betContainer .imgWarpper li .team-name {
  color: #0f161f;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}
.betContainer .imgWarpper .team-img {
  grid-area: teamImg;
  position: relative;
}


.betContainer .imgWarpper .team-img img {
  position: absolute;
  width: 48px;
  height: 48px;
  filter: drop-shadow;
  box-shadow: 0.02rem 0.05rem 0.1rem rgba(0,0,0,.3);
  border-radius: 50%;
  background: #fff;
}

.betContainer .imgWarpper .team-img img.img-home {
  left: 8%;
  top: -10%;
  z-index: 2;
}

.betContainer .imgWarpper .team-img img {
  width: 48px;
  height: 48px;
}
.betContainer .imgWarpper .team-img img.img-home {
  left: 8%;
  top: -10%;
}
.betContainer .imgWarpper .team-img img.img-away {
  right: 8%;
  bottom: -10%;
}

.betContainer .imgWarpper .match-detail {
  grid-area: matchDetail;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 0;
  font-size: 11px;
  
}
.betContainer .imgWarpper .match-detail {
  margin: 10px 0 0;
  font-size: 11px;
}


.betContainer .imgWarpper .match-detail>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  width: 49%;
  background: #f3f5f6;
  border-radius: 5px
}
.betContainer .imgWarpper .match-detail>div {
  padding: 9px;
  background: #fff;
}
.betContainer .imgWarpper .match-detail>div p {
  margin: 0;
}
.betContainer .imgWarpper .match-detail>div p:nth-child(2) {
  color: #8697a2;
}
.khuyenmai, .thucchung, .game-live{
  flex-flow: inherit;
  overflow-x: auto;
}
.khuyenmai>.col>.col-inner, .thucchung>.col>.col-inner{
  width: 300px;
}
.star-container{
  text-align: center;
}
.star-container i{
  color: rgb(253, 191, 40);
  font-size: 11px;
}
/* .thucchung svg{
  width: 18px;
} */

.game-live>.col>.col-inner{
  width: 180px;
}
.khuyenmai .box{
  background: #f3f5f6;
  border-radius: 7px;
  padding-bottom: 10px;
}
.khuyenmai img{
  border-radius: 7px;
}
.khuyenmai .box h6{
  background: #fff;
  border-radius: 5px;
  font-size: 10px;
  font-weight: normal;
}
.btm-content {
  display: flex;
  height: 41px;
  margin: 7px 0 0;
  justify-content:  space-between;
}
.btm-content .promo-btn {
  font-weight: 600;
  background: #ff8a00;
  color: #fff;
  height: 28px;
  border-radius: 5px;
  font-size: 11px;
  width: 100px;
  min-width: 100px;
}

.digit-box{
  display: flex;
 
}
.digit-box .digit-day {
    /* display: flex; */
    align-items: center;
    background: #fff;
    border-radius: 5px;
    padding: 7px 3px;
    width: 52px;
    text-align: center;
    /* height: 29px; */
    vertical-align: center;

}
.digit-box .time-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  margin: 0 3px;
  padding: 0 13px;
}
.digit-box .time-box p {
  display: flex;
  justify-content: center;
  width: 17px;
}
 .digit-box .time-box span {
  margin: 0 7px;
}
.desc-box{
  display: flex;
  font-size: 11px;
  
}
.desc-day{
  width: 52px;
  text-align: center;
}
.time-box{
  display: flex;
  padding: 0 13px
}
.time-box p{
  padding-right: 10px;
}
.hot{
  background: #ff650f;
  display: block;
  color: #fff;
  border-radius: 7px;
  font-size: 10px;
}
.game-rtp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 0.08rem;
  background: #0088f3;
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
}
.game-rtp span {
  margin: 0 0 0 7px;
}
.game-live .box-text{
  padding-left: 0;
  padding-right: 0;
}