/*CSS HANDLER */
#livebettingLightContent {
  overflow: hidden;
  margin-top: 25px !important;
  margin-bottom: 20px !important;
  height: 220px;
}

#livebettingLightContent .mhead::after {
  background-image: url(../img/wifi.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
  display: block;
  overflow: inherit;
  position: absolute;
  right: 30px;
  top: 38px;
  height: 20px;
  width: 20px;
  filter: var(--filter_Color1);
}

#livebettingLightContent .navGroup {
	display: inline-block;
}

.navGroup a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px;
}

.statsBoxContent ul li span a {
  display: inline-block;
  line-height: 15px;
  padding: 4px 8px 4px 30px;
  width: auto;
}

.statsBoxContent ul li span a.gitem::after {
  top: -1px;
}

#livebettingLightContent .groupNav {
  background-color: transparent;
  text-align: left;
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
  height: 30px;
  margin-bottom: 15px;
  justify-content: center;
  display: inline-flex;
	gap: 10px; 
}

#livebettingLightContent .mhead {
  padding: 0 !important;
  justify-content: center;
}

.heading_LiveBetting{
	margin-left: 30px;
}

.heading_LiveBetting h2 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 90px;
  text-align: left;
  text-transform: uppercase;
}

.heading_LiveBetting h2.no-background {
  position: relative;
  z-index: 1;
	width: 100%;
  &:before {
    height: 2px;
    background:radial-gradient(50% 50% at 50% 50%, var(--bg_text) 0%, rgba(209, 205, 205, 0) 100%);
    content:"";
    position: absolute;
    top: 40%; left: -8%; right: 0; bottom: 0;
    width: 114%;
    z-index: -1;
	}
	span {
		background: var(--livebetLightBg);
	    padding: 0 5px; 
		color: var(--bg_text);
	}
}

#livebettingLightContent .statsBoxContent .mtable th {
  text-align: center;
}

#livebettingLightContent.widget .betrad_stats i {
  line-height: 22px;
}

#livebettingLightContent .live_odd span {
  line-height: 22px;
}

#livebettingLightContent .mtable td{
	vertical-align: middle;
}

.scoreLiveLb {
  color: var(--EveDateCol);
  text-align: center;
  width: 40px;
}

.timeLiveLb {
  color: var(--EveDateCol);
  text-align: center;
  width: 30px;
}

#livebettingLightContent .goLiveLb {
  width: 50px;
}

#livebettingLightContent .oddTd {
  width: 60px;
}

#livebettingLightContent .oddTd:has(a.selected)::before,
#livebettingLightContent .oddTd:has(a:hover)::before{
	color: var(--textColor4);
}

.groupName{
  height: 11px;
}

.groupName > span{
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto;
  height: 11px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 400;
  line-height: 10.97px;
  text-align: left;
}

.groupName > img {
  margin-left: 5px;
  margin-right: 5px;
	filter: var(--colorInvert);
}

#livebettingLightContent .icoLiveLb {
  background-image: url("../img/Live.svg");
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  width: 45px;
  height: 25px;
}

.goLiveLb {
  display: none !important;
}

#livebettingLightContent .statsLiveLb {
  width: 30px;
}

#livebettingLightContent #eleGroup_7 .timeLiveLb {
  width: 0px;
  padding: 0;
}

#livebettingLightContent .disabled {
  opacity: 0.4;
  pointer-events: none;
}

#livebettingLightContent .navGroup{
  font-size: 17px;
  font-weight: 500;
  line-height: 15.85px;
  text-align: center;
	filter: var(--filter_Color1);
}

#livebettingLightContent .navGroup .liveNavGroupWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 3px;
}

#livebettingLightContent .navGroup .liveNavGroupWrapper .sport-icon-livebetting {
	width: 15px;
}

#livebettingLightContent > .mhead.stats > span {
  font-size: 22px;
  font-weight: 700;
  line-height: 17.85px;
  font-style: italic;
  text-align: center;
	color: var(--textColor);
}

#livebettingLightContent .navGroup > span > a {
	background-image: none;
	padding: 5px;
	padding-right: 0;
}

#livebettingLightContent .navGroup.activetab > span > a{
  color: var(--textColor);
  filter: var(--filter_Color);
}

#livebettingLightContent .navGroup:hover span > a{
  color: var(--textColor);
  filter: var(--filter_Color);
}

.groupNav .navGroup a{
	position: relative;
}

.slick-list{
  width: 94%;
  margin-left: 3% !important;
  margin-right: 3% !important;
  padding-left: 30px !important;
}

.carousel-item{
  height: 140px;
  display: block;
}

tr.carousel-item{
  background: var(--table_row);
  border-radius: 7px;
}

#live_content .slick-slide{
  width: 280px !important;
  height: 140px;
  position: relative !important;
  margin-right: 44px;
}

.slick-arrow {
	z-index: 1;
	width: 40px;
	height: 40px;
}

.slick-arrow:before {
	font-size: 30px;
}

.slick-next {
	right: 0;
}

.slick-prev {
	left: 0;
}

.btn-wrap {
	text-align: center;
	width: 100%;
}

.slick-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  display: inline-flex;
  width: 280px !important;
  height: 140px;
  border-radius: 6px;
  padding: 1px;
	border: 2px solid var(--border-main);
  mask-composite: exclude;
  z-index: -1;
}

.secondRow{
  justify-content: center;
  margin-top: 10px;
}

.thirdRow{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 11px;
  font-size: 11px;
  font-weight: 400;
  line-height: 10.97px;
  text-align: center;
}

.carousel-item > .oddTd,
.disabled > .oddTd {
  position: relative;
}

.carousel-item > .oddTd > .oddTd_a_div,
.disabled > .oddTd > .oddTd_a_div{
  border-radius: 6px !important;
  border: 2px solid var(--border-main) !important;
  background: transparent !important;
  color: var(--textColorWhite) !important;
  margin-right: 5px;
  line-height: 25.85px;
  text-align: right;
}

.carousel-item > td.oddTd.twoOddTd > a,
.disabled > td.oddTd.twoOddTd > a{
  width: 130px;
  height: 30px;
  margin-top: 7px;
}

.carousel-item > td.oddTd > .oddTd_a_div,
.disabled > td.oddTd > .oddTd_a_div  {
  height: 30px;
  margin-top: 7px;
  margin-left: 10%;
}

.carousel-item > td.oddTd.twoOddTd > .oddTd_a_div,
.disabled > td.oddTd.twoOddTd > .oddTd_a_div {
	width: 125px;
}

.carousel-item > td.oddTd.threeOddTd > .oddTd_a_div,
.disabled > td.oddTd.threeOddTd > .oddTd_a_div {
  width: 84px;
  height: 30px;
  margin-top: 7px;
  margin-left: 10%;
}

.carousel-item > td.oddTd a,
.disabled > td.oddTd a {
	display: flex;
	justify-content: end;
	align-items: center !important;
	width: 100%;
	margin: 0;
	height: 100%;
	padding-right: 7px;
	border-radius: 4px;
}

td.oddTd.oddTd-1 > a {
  margin-left: 9px;
}

/* Styles for the first element with class twoOddTd */
.carousel-item > td.oddTd.oddTd-1.twoOddTd::before,
.disabled > td.oddTd.oddTd-1.twoOddTd::before  {
  content: "1";
  position: absolute;
  left: 5px;
  height: 30px;
  width: 23px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 31.85px;
  color: var(--border-main9);
  margin-left: 9px;
  margin-top: 7px;
}

/* Styles for the last element with class twoOddTd */
.carousel-item > td.oddTd.oddTd-2.twoOddTd::before,
.disabled > td.oddTd.oddTd-2.twoOddTd::before {
  content: "2";
  position: absolute;
  left: 15px;
  height: 30px;
  width: 23px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 31.85px;
  color: var(--border-main9);
  margin-top: 7px;
}

.carousel-item > td.oddTd::before,
.disabled > td.oddTd::before {
	line-height: 30px !important;
}

/* Styles for the first element with class threeOddTd */
.carousel-item > td.oddTd.threeOddTd.oddTd-1::before,
.disabled > td.oddTd.threeOddTd.oddTd-1::before {
  content: "1";
  position: absolute;
  left: 0;
  height: 30px;
  width: 23px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 31.85px;
  color: var(--border-main9);
  margin-left: 9px;
  margin-top: 7px;
}

/* Styles for the second element with class threeOddTd */
.carousel-item > td.oddTd.threeOddTd.oddTd-2::before,
.disabled > td.oddTd.threeOddTd.oddTd-2::before {
  content: "X";
  position: absolute;
  left: 0;
  height: 30px;
  width: 23px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 31.85px;
  color: var(--border-main9);
  margin-left: 9px;
  margin-top: 7px;
}

/* Styles for the third element with class threeOddTd */
.carousel-item > td.oddTd.threeOddTd.oddTd-3::before,
.disabled > td.oddTd.threeOddTd.oddTd-3::before {
  content: "2";
  position: absolute;
  left: 0;
  height: 30px;
  width: 23px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 31.85px;
  color: var(--border-main9);
  margin-left: 9px;
  margin-top: 7px;
}

.slick-prev.slick-arrow{
  float: right;
  top: -27px;
  left: unset;
  right: 80px;
  width: 20px;
  height: 30px;
  filter: var(--filter_Color1);
}

.slick-next.slick-arrow{
  float: right;
  top: -27px;
  right: 60px;
  width: 20px;
  height: 30px;
  filter: var(--filter_Color1);
}

.slick-next:before {
  content:url(../img/rightLive.svg) !important;
}

.slick-prev:before {
  content:url(../img/leftLive.svg) !important;
}

.NoLive{
  background-image: url(../img/NoLiveBetting.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 65%;
}

#live_navigation .navGroup:hover > .glow-line-3,
#live_navigation .navGroup.activetab > .glow-line-3 {
  width: 100%;
  height: 2px;
  background-color: var(--textColor);
  border-radius: 5px;
  position: relative;
  bottom: 0px;
  box-shadow: var(--box_shadow_style);
  transition: all 0.3s ease-in-out;
}

#live_navigation .navGroup.activetab > .glow-line-3::before,
#live_navigation .navGroup:hover > .glow-line-3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 40px;
  transform: translate(8%, -88%);
  background-color: var(--textColor);
  border-radius: 10px;
  filter: blur(30px);
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
  z-index: -2;
}

#live_navigation .navGroup > .glow-line-3 {
  width: 90%;
  height: 2px;
  border-radius: 5px;
  position: relative;
  bottom: 0px;
  transition: all 0.3s ease-in-out;
}

#live_navigation .navGroup.activetab:hover > .glow-line-3 {
  width: 100% !important;
  margin-left: 0 !important;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1141px) {
  .heading_LiveBetting{
    width: 90%;
    margin-left: 3%;
    margin-right: 3%;
  }
}

@media screen and (max-width: 1400px) {
  .heading_LiveBetting{
    width: 90%;
    margin-left: 3%;
    margin-right: 3%;
  }
}

@media screen and (max-width: 1370px) {
  .heading_LiveBetting{
    width: 90%;
    margin-left: 3%;
    margin-right: 3%;
  }
}