/* START: supporting css */
.flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.table {
	margin-bottom: unset !important;
}

/* END: supporting css */

/* START: team live */
.team-live {
    position: relative;
	margin-bottom: 20px;
	align-items: center;
	border-radius: 10px;
	background: url(../images/detail-page/cakhiaz-match-header.png) no-repeat center center / cover;
}
.team-live::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(270deg, rgba(35, 47, 71, .75) 15%, rgba(110, 110, 110, .75) 50%, rgba(28, 34, 47, .75) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    pointer-events: none;
}

.team-live_teambox {
	display: grid;
	grid-template-columns: 1fr 1.6fr 1fr;
	margin-bottom: 20px;
	min-height: 120px;
	align-items: center;
	border-radius: 12px;
	padding: 0 6px;
	gap: 6px;
	/* border: 1px solid #182C37; */
}
.team-incident-content {
	display: flex;
}
.team-incident .incident-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    outline: 0;
    border: none;
    /* border-radius: 30px; */
    /* width: 77px; */
    /* height: 23px; */
    color: white;
    background: transparent;
    /* background: linear-gradient(180deg, #243f50, #1b2e3c); */
    padding-inline: 5px;
 }

.teambox {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	gap: 24px;
}
.teambox .grid-match__time {
	left: 0;
	top: -15px;
	transform: none;
	width: 100%;
	text-align: center;
	color: #00ff4b;
	/* font-family: Roboto; */
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
}
.grid-match__time {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 2;
}
.teambox .grid-match__first {
	width: 100%;
	text-align: center;
	color: #fff;
	/* font-family: Roboto; */
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
	bottom: -20px;
}
.grid-match__first {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 2;
}
.t_first .first-leg {
	color: #00ff4b;
}

.live_teambox-home {
    display: grid;
    justify-content: center;
}
/* .teambox__team-home {} */
/* .teambox__team-home .teambox__team-name {} */

.live_teambox-away {
    display: grid;
    justify-content: center;
}
.live_teambox-away .team-incident-content {
	justify-content: flex-end;
}
.teambox__team-away {
	justify-content: flex-start;
}

.teambox__team-name {
	color: #fff;
	/* font-family: Raleway; */
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.teambox__team {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	flex: 1;
}

.teambox_agg {
	color: #FFF;
	font-family: "Roboto Condensed";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	position: absolute;
	bottom: -22px;
	left: 0;
	width: 100%;
	text-align: center;
}

.teambox_agg span {
	color: #00EB1F;
	font-weight: 500;
}
.team {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.teambox__center {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 2px;
}
.teambox__day {
	color: #fff;
	text-align: center;
	/* font-family: 'Roboto'; */
	font-size: 43px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	width: inherit;
	height: inherit;
	display: flex;
	padding: 5px 7px;
	justify-content: center;
	align-items: center;
	position: relative;
	gap: 20px;
}
/* .t_vs_num span.winner {
} */

.teambox__day span {
	color: #fff;
	text-align: center;
	/* font-family: Roboto; */
	font-size: 43px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	flex: 1;
	padding: 0 7px;
}

/* Start: t-incident Football */
.team-live .t-incident-column {
	z-index: 1;
}
.t-incident .t-incident-content {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.t-incident .incident-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #191b1f;
    outline: 0;
    border: none;
    border-radius: 20px;
    width: 77px;
    height: 23px;
    color: #8CD5FF;
	margin-bottom: 0;
}
/* End: t-incident Football */

/* Start: t-incident Basketball */
.t-incident-basketball {
    display: flex;
    flex-direction: column;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    gap: 8px;
    color: #fff;
}

.t-incident-basketball .tib-row {
    display: grid;
    grid-template-columns: 100px 1fr 1fr 1fr 1fr;
    gap: 4px;
    padding: 2px 10px;
	z-index: 1;
}
.t-incident-basketball .tib-row .tib-column-value-ot,
.t-incident-basketball .tib-row .tib-home-ot,
.t-incident-basketball .tib-row .tib-away-ot {
    display: none;
}
.t-incident-basketball .tib-row-ot {
    grid-template-columns: 100px 1fr 1fr 1fr 1fr 1fr;
}
.t-incident-basketball .tib-row-ot .tib-column-value-ot,
.t-incident-basketball .tib-row-ot .tib-home-ot,
.t-incident-basketball .tib-row-ot .tib-away-ot {
    display: block;
}
.t-incident-basketball .tib-row-head {
    text-transform: uppercase;
    color: #c2e598;
}

.t-incident-basketball .tib-row-team {
    position: relative;
}

.t-incident-basketball .tib-row-team::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 13px;
    padding: 1px;
    background: linear-gradient(360deg, #01a441, #1a1e23);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    pointer-events: none;
}

.t-incident-basketball .tib-column-name {
    color: #c2e598;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.t-incident-basketball .tib-column-value {
    text-align: center;
}

.t-incident-basketball .tib-row .tib-win {
    color: #00ff4b;
}
/* End: t-incident Basketball */

/* Start: t-incident tennis */
.t-incident-tennis {
    display: flex;
    flex-direction: column;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    gap: 8px;
    color: #ffffff;
}

.t-incident-tennis .tib-row {
    display: grid;
    grid-template-columns: 100px 1fr 1fr 1fr;
    gap: 4px;
    padding: 2px 10px;
}

.t-incident-tennis .tib-row .tib-column-s4,
.t-incident-tennis .tib-row .tib-column-s5 {
    display: none;
}

.t-incident-tennis .tib-row-3 {
    grid-template-columns: 100px 1fr 1fr 1fr;
}

.t-incident-tennis .tib-row-5 {
    grid-template-columns: 100px 1fr 1fr 1fr 1fr 1fr;
}

.t-incident-tennis .tib-row-5 .tib-column-s4,
.t-incident-tennis .tib-row-5 .tib-column-s5 {
    display: block;
}

.t-incident-tennis .tib-row-head {
    text-transform: uppercase;
    color: #c2e598;
}

.t-incident-tennis .tib-row-team {
    position: relative;
}

.t-incident-tennis .tib-row-team::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 13px;
    padding: 1px;
    background-image: linear-gradient(
        0deg,
        rgb(23, 30, 32) 0%,
        rgb(0, 93, 48) 50%,
        rgb(0, 153, 63) 100%
    );
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    pointer-events: none;
}

.t-incident-tennis .tib-column-name {
    color: #c2e598;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.t-incident-tennis .tib-column-value {
    text-align: center;
    position: relative;
}

.t-incident-tennis .tib-column-value .grab-7-points {
    position: absolute;
    top: -4px;
    font-size: 9px;
    padding-left: 3px;
}

.t-incident-tennis .tib-row .tib-win {
    color: #00ff4b;
}
/* End: t-incident tennis */

.team-live_carousel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #1C2940;
    padding-block: 20px;
}

/* team-vote */
.team-vote h5 {
	color: #fff;
	line-height: 18px;
	margin-bottom: 12px;
    font-family: 'Raleway', sans-serif;
font-weight: 600;
font-size: 12px;
letter-spacing: 0px;
text-align: center;
text-transform: uppercase;

}


#carousel-vote #vote-btn-4.active,
#carousel-vote #vote-btn-4:hover,
#carousel-vote #vote-btn-1.active,
#carousel-vote #vote-btn-1:hover
{
    position: relative;
	background: #1CAA17;
    color: #fff;
}
#carousel-vote #vote-btn-4.active::before,
#carousel-vote #vote-btn-4:hover::before,
#carousel-vote #vote-btn-1.active::before,
#carousel-vote #vote-btn-1:hover::before 
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 4px;
	padding: 1px;
    background: linear-gradient(180deg, #1caa17 0%, #005a19 100%);
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	pointer-events: none;
	z-index: -1;
}
#carousel-vote #vote-btn-5.active,
#carousel-vote #vote-btn-5:hover {
    position: relative;
	background: #375F7A;
    color: #fff;
}
#carousel-vote #vote-btn-5.active::before,
#carousel-vote #vote-btn-5:hover::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 4px;
	padding: 1px;
    background: #5C5C5C;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	pointer-events: none;
	z-index: -1;
}
#carousel-vote #vote-btn-6.active,
#carousel-vote #vote-btn-6:hover,
#carousel-vote #vote-btn-3.active,
#carousel-vote #vote-btn-3:hover  
{
    position: relative;
	background: #AA5417;
    color: #fff;
}
#carousel-vote #vote-btn-6.active::before,
#carousel-vote #vote-btn-6:hover::before,
#carousel-vote #vote-btn-3.active::before,
#carousel-vote #vote-btn-3:hover::before  
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 4px;
	padding: 1px;
    background: linear-gradient(180deg, #AA5517 0%, #8B1D05 100%);
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	pointer-events: none;
	z-index: -1;
}
#carousel-vote .vote-item {
	display: flex;
	justify-content: center;
	gap: 5px;
}
#carousel-vote .vote-btn {
    font-family: 'Raleway', sans-serif;
	position: relative;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	line-height: 20px;
	border: none;
	border-radius: 6px;
	text-transform: uppercase;
	outline: 0;
	height: 28px;
	width: 115px;
}
#carousel-vote #vote-btn-4, #carousel-vote #vote-btn-1 {
	position: relative;
	z-index: 2;
	border-radius: 4px;
    color: #1BA816;
	background: #061628;
}
#carousel-vote #vote-btn-4::before, #carousel-vote #vote-btn-1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 4px;
	padding: 1px;
	background: linear-gradient(180deg, #1caa17 0%, #005a19 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	pointer-events: none;
}
#vote {
	background: #1f3645;
	border: 1px solid #405c6e;
	position: relative;
	z-index: 2;
	border-radius: 4px;
}
#carousel-vote #vote-btn-5 {
	background: #061628;
	/* border: 1px solid #405C6E; */
	position: relative;
	z-index: 2;
	border-radius: 4px;
}
#carousel-vote #vote-btn-5::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 4px;
	padding: 1px;
	background: #5C5C5C;
	-webkit-mask: linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	pointer-events: none;
}
#carousel-vote #vote-btn-6,#carousel-vote #vote-btn-3 {
	background: #061628;
	position: relative;
	z-index: 2;
	border-radius: 4px;
}
#carousel-vote #vote-btn-6::before,#carousel-vote #vote-btn-3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 4px;
	padding: 1px;
	background: linear-gradient(180deg, #aa5517 0%, #8b1d05 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	pointer-events: none;
}

/* Carousel */
.carousel {
	position: relative;
}
#carousel-vote .carousel-indicators {
	margin: 0;
	bottom: -7px;
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
#carousel-vote .carousel-indicators li {
	background-color: #d9d9d9;
	width: 5px;
	height: 2px;
	border-radius: 10px;

}
.carousel-indicators li {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 12px; 
    height: 2px;
	margin-right: 1px;
	margin-left: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	-webkit-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}
.carousel-indicators .active {
	opacity: 1;
}
#carousel-vote .carousel-indicators li.active {
	/* background-color: #026c4f; */
    position: relative;
    width: 12px; 
    height: 2px; 
    border-radius: 10px;
    /* box-shadow: 0px 0px 6px rgba(255, 0, 0, 0.5); */
    background-color: #FF4002; 
    border-radius: 100px;
}
#carousel-vote .carousel-indicators li.active::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 12px; 
    height: 2px; 
    box-shadow: 0px 0px 6px rgba(255, 0, 0, 1);
    border-radius: 10px;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#carousel-vote .carousel-control-prev,
#carousel-vote .carousel-control-next {
	background: transparent;
	height: 28px;
	width: 28px;
	outline: 0;
	border: none;
    padding: 0;
}
#carousel-vote .left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
#carousel-vote .arrow {
	border: solid #ffffff3b;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}
#carousel-vote .carousel-control-next .arrow {
	border-color: #FF4002;
}
#carousel-vote .right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 30px !important;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: start;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	-webkit-transition: opacity 0.15s ease;
	-o-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}
.carousel-control-next {
	right: 0;
    justify-content: end;
}
.team-live.tl_incident,
.team-live.tl_vote {
	display: none;
}
.teambox__team img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
@media (max-width: 1199px) {
    .team-live_carousel {
        grid-template-columns: 200px 1fr 200px;
    }
}
@media (max-width: 992px) {
    .team-live_carousel {
        grid-template-columns: 100px 1fr 100px;
    }
    .teambox__team-name {
        font-size: 14px;
    }
    .teambox__team-home-name {
        text-align: left;
        width: 80px;    
    }
    .teambox__team-away-name {
        text-align: right;
        width: 80px;
    }
    .teambox__team-away {
        justify-content: start;
    }
}
@media (max-width: 768px) {
    .team-live_carousel {
        grid-template-columns: 80px 1fr 80px;
    }
    .team-live_teambox {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 576px) {
    .team-live_carousel {
        grid-template-columns: 1fr;
    }
    .teambox__day span,
    .teambox__day {
        font-size: 33px;
    }
    .teambox__team-name {
        font-size: 13px;
    }
    .teambox__day {
        gap: 0;
    }
    .teambox__team img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }
    .teambox__team-home-name,
    .teambox__team-away-name {
        text-overflow: ellipsis;
        overflow: hidden;
        text-wrap: nowrap;
    }
    .team-live_teambox {
        margin-bottom: 0px;
    }
}
@media (max-width: 410px) {
    .teambox__team-home-name,
    .teambox__team-away-name {
        width: 50px;    
    }
    #carousel-vote .vote-btn {
        font-size: 10px;
        height: 25px;
        width: 80px;
    }
    .teambox__team-name {
        font-size: 12px;
    }
    .teambox__day span,
    .teambox__day {
        font-size: 20px;
    }
    .teambox__day {
        padding: 3px;
    }
    .teambox .grid-match__time,
    .teambox .grid-match__first {
        font-size: 10px;
    }
}
/* END: team live */

/* START: team-odds */
.teambox__odds-container {
    z-index: 1;
}
.teambox__odds-container {
    position: relative;
    z-index: 10;
}
.teambox__odds-container {
    overflow: visible;
}
.teambox__main {
    position: relative;
    z-index: -1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.teambox__main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(35, 47, 71, .75) 0%, rgba(35, 47, 71, .75) 50%, rgba(28, 34, 47, .75) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    pointer-events: none;
}
.teambox__header {
    position: relative;
    box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
    background: linear-gradient(180deg, rgba(0, 31, 59, 0.5) 0%, rgba(0, 25, 49, 0.5) 50%, rgba(26, 31, 43, 0.5) 100%);
}
.teambox__odds {
    position: relative;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    backdrop-filter: blur(10px);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15), inset 0px 0px 12px rgba(0, 0, 0, 0.12);
    background: linear-gradient(180deg, rgba(0, 31, 59, 0.5) 0%, rgba(0, 25, 49, 0.5) 50%, rgba(26, 31, 43, 0.5) 100%);
    /* border-radius: 6px; */
}
.teambox__header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(35, 47, 71, .75) 0%, rgba(35, 47, 71, .75) 50%, rgba(28, 34, 47, .75) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    pointer-events: none;
}
.teambox__header.teambox__odds .table {
    border-right: none;
}
.teambox__odds .company-odds {
    flex-direction: column;
    padding: 10px 20px;
    flex: none;
    width: 160px;
}
.teambox__header.teambox__odds .box {
    justify-content: flex-start;
    padding-inline: 25px;
    font-family: 'Poppins', Geneva, Verdana, sans-serif;
    font-weight: normal;
}
.teambox__odds .box:last-child {
    border-bottom: 0px;
}
.teambox__odds .box {
    min-height: 42px;
    color: #FFF;
    text-align: center;
    /* font-family: 'Raleway'; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    justify-content: center;
    display: flex;
    border-bottom: 1px solid #3D434D;
    margin: 0px;
    position: relative;
    border-bottom: 0;
}
.oddType {
    max-width: 115px;
}
.oddContent {
    cursor: pointer;
    position: relative;
}
.oddContent>span {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
}
.oddContent .oddList {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0;
}
.oddContent .oddList li {
    width: 115px;
    border-bottom: 1px solid #e2e2e2;
    box-sizing: border-box;
    cursor: pointer;
    padding: 5px 10px;
}
.oddList li {
    padding: 10px;
    text-align: center;
    cursor: pointer;
    list-style: none;
}
.teambox__header.teambox__odds .table {
    border-right: none;
}
.teambox__header .header {
    position: relative;
    padding: 12px 10px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
.teambox__header .header.chau-a::before{
	content: "";
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 2px;
	background-color: #ff4002;
	border-radius: 12px 12px 0 0;
}
.teambox__header .header.chau-a::after {
    content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
    background: #FF4002;
    border-radius: 50%;
    box-shadow: 0 2px 15px 3px rgba(250, 50, 24, 0.5);
    z-index: -1;
	pointer-events: none;
}
.teambox__header .header.chau-au::before{
	content: "";
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 2px;
	background-color: #199718;
	border-radius: 12px 12px 0 0;
}
.teambox__header .header.chau-au::after {
    content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
    background: #199718;
    border-radius: 50%;
    box-shadow: 0 2px 15px 3px rgba(32, 187, 32, 0.5);
    z-index: -1;
	pointer-events: none;
}
.teambox__header .header.tai-xiu::before{
	content: "";
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 2px;
	background-color: #0085FF;
	border-radius: 12px 12px 0 0;
}
.teambox__header .header.tai-xiu::after {
    content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
    background: #0085FF;
    border-radius: 50%;
    box-shadow: 0 2px 15px 3px rgb(0 133 255 / 50%);
    z-index: -1;
	pointer-events: none;
}
.teambox__header .header.phat-goc::before{
	content: "";
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 2px;
	background-color: #EFFB37;
	border-radius: 12px 12px 0 0;
}
.teambox__header .header.phat-goc::after {
    content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
    background: #EFFB37;
    border-radius: 50%;
    box-shadow: 0 2px 15px 3px rgb(239 251 55 / 50%);
    z-index: -1;
	pointer-events: none;
}
.teambox__header .header span {
    letter-spacing: 1px;
}

.table.flex-1.eu, .teambox__odds .company {
    position: relative;
}
.teambox__odds .company {
    flex-direction: column;
    padding: 10px 20px;
    flex: none;
    width: 160px;
}
/* .teambox__odds .company::before */
.table.flex-1.eu::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #1C2940;
    z-index: 1;
    border-radius: 0;
}
.teambox__header .state {
    width: 80px;
    flex: none;
    border-left: solid 1px #1C2940;
}
.teambox__odds .state {
    width: 80px;
    flex: none;
}
.teambox__header .header {
    border-left: 1px solid #1C2940;
}
.table.flex-1.state .box:nth-child(1) {
    border-left: 1px solid #1C2940;
    border-bottom: 1px solid #1C2940;
}
.table.flex-1.state .box:nth-child(2) {
    border-left: 1px solid #1C2940;
    border-bottom: 1px solid #1C2940;
}
.table.flex-1.state .box:nth-child(3) {
    border-left: 1px solid #1C2940;
}
.teambox__odds .box {
    position: relative;
    border-bottom: 0;
}
.teambox__odds .state span {
    color: #FFF;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
}
.teambox__odds .box .col {
    align-items: center;
    text-align: center;
    flex: 1;
    justify-content: center;
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.875rem;
}
.row.m-0.flex-1.showOdds {
    position: relative;
}
.row.m-0.flex-1.showOdds::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 41px;
    height: 1px;
    background: #1C2940;
    z-index: 1;
    border-radius: 0 0 10px 10px;
}
.row.m-0.flex-1.showOdds::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 42px;
    height: 1px;
    background: #1C2940;
    z-index: 1;
    border-radius: 0 0 10px 10px;
}
.cur_span {
    position: relative;
    width: 40px;
    padding: 5px 0;
    /* background: linear-gradient(#243F50 , #1B2E3C); */
    background: linear-gradient(180deg, rgba(0, 31, 59, 0.5) 0%, rgba(0, 25, 49, 0.5) 50%, rgba(26, 31, 43, 0.5) 100%);
    border-radius: 30px;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
}
.cur_span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(35, 47, 71, .75) 0%, rgba(35, 47, 71, .75) 50%, rgba(28, 34, 47, .75) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    pointer-events: none;
}

/* END: team-odds */


/* Mobile Container Odds */
.mobile-odds-container {
    background-color: #000000;
    color: #fff;
    padding: 10px;
    display: block;
}
.category-header span.ch_title {
    color: #fff;
}

.bookmaker-selector select {
    width: 100%;
    padding: 10px;
    background-color: #0a3252;
    color: white;
    border: none;
    margin-bottom: 10px;
}

.odds-category {
    margin-bottom: 10px;
    border: 1px solid #000000;
    /* border-radius: 5px; */
    overflow: hidden;
}

.category-header {
    background-color: #10182B;
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.toggle-icon {
    transition: transform 0.3s ease;
}
span.toggle-icon {
    position: absolute;
    right: 10px;
}

.sub-header {
    display: flex;
    background-color: #14203B;
    /* border: 1px solid rgba(38, 45, 63, 1); */
}

.sub-header-item {
    flex: 1;
    text-align: center;
    padding: 5px;
    font-size: 0.9em;
    color: rgba(169, 169, 169, 1);
    font-size: 11px;
    font-weight: 500;
    line-height: 16.5px;
    /* border: 1px solid rgba(38, 45, 63, 1); */
    border-bottom: 0;
}
.sub-header-item:nth-child(1) {
    border-right: 1px solid #000000;
}

.odds-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.odds-value:nth-child(-n+6) {
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
}
.odds-value:nth-child(4) {
    border-left: 1px solid #000000;
}

.odds-value {
    text-align: center;
    padding: 10px 5px;
    font-size: 12px;
    font-weight: 500;
    /* border: 1px solid #000000; */
    background: #10182B;
    font-family: 'Poppins';
}

.odds-value:nth-child(3n) {
    border-right: none;
}

.odds-value:nth-last-child(-n+6) {
    border-bottom: none;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

.bookmaker-selector-container {
    display: flex;
    align-items: center;
}
.bookmaker-selector-container {
    display: flex;
    align-items: center;
    background: rgba(3, 25, 80, 0.6);
    padding: 7px;
    border: 1px solid rgba(11, 31, 86, 0.75);
    margin-bottom: 5px;
}

.bookmaker-label {
    margin-right: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    font-style: 'Roboto';
}

.bookmaker-dropdown {
    position: relative;
}

.selected-bookmaker {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.bookmaker-logo {
    width: 70px; 
    height: auto;
    margin-right: 5px;
}

.dropdown-arrow {
    transition: transform 0.3s ease;
}

.bookmaker-list {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    z-index: 1000;
}

.bookmaker-list.hidden {
    display: none;
}

.bookmaker-list li {
    cursor: pointer;
    padding: 5px;
    list-style: none;

    img {
        width: 70px;
        height: auto;
    }
}
.mobile-odds-container {
    display: none;
}

.bookmaker-list li:hover {
    background-color: #003956;
}

@media (max-width: 1199px) {
    .teambox__odds-container {
        display: none;
    }
    .mobile-odds-container {
        display: block;
    }
}
.company-unset-before img {
    width: 82px;
}
@media (max-width: 480px) {
    #mophong {
        height: 326px !important;
    }
}
/* Recent Changes */
@media (max-width: 992px) {
    .teambox__team-home-name,
    .teambox__team-away-name {
      text-overflow: ellipsis;
      overflow: hidden;
      text-wrap: nowrap;
    }
    .teambox__team-name {
      font-size: 13px;
    }
    .team-incident .incident-btn {
      margin-bottom: 0;
    }
  }
  @media (max-width: 768px) {
    .team-live_teambox {
      grid-template-columns: 1fr 90px 1fr;
    }
    .teambox__day span,
    .teambox__day {
      font-size: 23px;
    }
      .teambox__team-home-name {
          text-align: left;
          width: 65px;
      }
      .teambox__team-away-name {
          text-align: right;
          width: 65px;
      }
}

.green {
    color: #63fe16 !important;
}
.orange {
    color: #ff775f !important;
}
.green, .up, .orange, .down {
	font-size: 12px  !important;
}

.green:after {
    content: '';
    background: url('/wp-content/themes/bongda/public/images/icon-arrow-up.png') no-repeat top;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 4px;
}
.orange:after {
    content: '';
    background: url('/wp-content/themes/bongda/public/images/icon-arrow-down.png') no-repeat top;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 4px;
}

.teambox__team-home-name, .teambox__team-away-name {
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
    white-space: nowrap;
    width: 160px;
}
.teambox__team-away-name {
    text-align: right;
}
.as-odd-tab-sm .as-odd-tab-head {
    gap: .25rem;
    overflow-x: unset !important;
}
.as-match-item .as-match-item__footer .as-commentator svg{
    color: transparent !important;
}
.as-match-item .as-match-item__footer .as-commentator span {
    color: white !important;
}
@media (min-width: 768px) {
    .green, .up, .orange, .down {
        width: 42px  !important;
    }
}
@media (max-width: 120px) {
    .teambox__team-home-name, .teambox__team-away-name {
        width: 100px;
    }
}
@media (max-width: 480px) {
    .teambox__team {
        flex-direction: column;
        gap: 6px;
        margin-top: 10px;
    }
    .teambox__team-away {
        flex-direction: column-reverse;
    }
    .teambox__team-home-name {
        text-align: center;
        width: 100px;
    }
    .teambox__team-away-name {
        text-align: center;
        width: 100px;
    }
    #carousel-vote .vote-btn {
        width: 100px;
    }
    .team-live_teambox {
        gap: 0;
    }
}

/* Fix Tab detail */
.as-odd-tab .as-odd-tab-head .as-company .as-name img {
    width: 5.625rem !important;
}
.simulation-wrap {
    text-align: center;
}
.as-match-detail-content {
    background-color: #1c1e1f;
    height: 37.1875rem;
    overflow: hidden;
}

@media (min-width: 480px) {
    iframe#mophong {
        width: 73% !important;
    }
}
#carousel-vote .vote-btn {
   position: relative;
   color: #fff;
   font-size: 12px;
   font-weight: 700;
   line-height: 20px;
   border: none;
   border-radius: 6px;
   text-transform: uppercase;
   outline: 0;
   height: 28px;
   width: 115px;
}
.mb-2.share-social {
    margin-left: 10px;
}
.mb-2.share-social > * {
    flex: 1;
}
.share-social a, .btn-share {
    background-color: #1170FF;
    color: #fff;
    font-size: 13px;
    line-height: 38px;
    padding: 0 5px;
    border-radius: 2px;
    display: inline-block;
}
@media (max-width: 768px) {
	.link-video {
		width: 71%;
	}
}


/* Start: t-incident Basketball */
.t-incident-basketball {
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  gap: 8px;
}
.t-incident-basketball .tib-row {
  display: grid;
  grid-template-columns: 120px 1fr 1fr 1fr 1fr;
  gap: 4px;
  padding: 2px 10px;
}
.t-incident-basketball .tib-row .tib-column-value-ot,
.t-incident-basketball .tib-row .tib-home-ot,
.t-incident-basketball .tib-row .tib-away-ot {
  display: none;
}
.t-incident-basketball .tib-row-ot {
  grid-template-columns: 120px 1fr 1fr 1fr 1fr 1fr;
}
.t-incident-basketball .tib-row-ot .tib-column-value-ot,
.t-incident-basketball .tib-row-ot .tib-home-ot,
.t-incident-basketball .tib-row-ot .tib-away-ot {
  display: block;
}
.t-incident-basketball .tib-row-head {
  text-transform: uppercase;
  color: #C2E598;
}
.t-incident-basketball .tib-row-team {
  position: relative;
}
.t-incident-basketball .tib-row-team::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 13px;
  padding: 1px;
  background: linear-gradient(360deg, #01a441, #1a1e23);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
}
.t-incident-basketball .tib-column-name {
  color: #C2E598;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.t-incident-basketball .tib-column-value {
  text-align: center;
  color: #8CD5FF;
}
.t-incident-basketball .tib-row .tib-win {
  color: #00FF4B;
}
/* End: t-incident Basketball */
[data-sport-name="tennis"] [data-type="4"],
[data-sport-name="tennis"] [data-category="nemPhat"],
[data-sport-name="tennis"] [data-target="#phatGoc"],
[data-sport-name="tennis"] .hidden-tennis {
    display: none !important;
}
.is-win {
    background: linear-gradient(0deg, #2532d5 0%, #070e59 76.25%);
    position: relative;
    border-radius: 9px;
}
.is-win:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    padding: 1px;
    background: linear-gradient(360deg, rgba(0, 200, 244, 0.75), rgba(66, 83, 243, 0.75));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask-composite: exclude;
    -webkit-mask-composite: xor;
    pointer-events: none;
}
.teambox__day {
    font-family: 'Roboto';
}

.teambox_agg {
    display: none;
}
[data-sport-name="football"] .teambox_agg, [data-sport-name="tennis"] .teambox_agg {
    display: block;
}
.share-social {
    display: none !important;
}
/* New tabs above player */
.play_main_left ul {
	background: none;
	display: flex;
	border-radius: 10px 10px 0px 0px;
	/* overflow: hidden; */
	border: 0px;
  }
  
  .play_main_left ul.nav li.nav-item {
	flex: 1;
	display: flex;
  }
  
  .play_main_left ul.nav-tabs button {
	background: #292B2E;
	gap: 10px;
	width: 100%;
	text-align: center;
	font-family: Oswald;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 200% */
	text-transform: uppercase;
	color: #FFF;
	border: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	border-radius: 0px;
	position: relative;
	outline: none;
	text-transform: uppercase;
	font-weight: 500;
	gap: 16px;
  }
  
  .play_main_left ul.nav-tabs button#live-player-tab {
	border-top-left-radius: 10px;
  }
  
  .play_main_left ul.nav-tabs button span {
	z-index: 1;
  }
  
  .play_main_left ul.nav-tabs button.active,
  .play_main_left ul.nav-tabs button:focus {
	background: linear-gradient(180deg, #042104 39.71%, #045830 119.12%);
  }
  
  .play_main_left ul.nav-tabs button.active span,
  .play_main_left ul.nav-tabs button:focus span {
	background: linear-gradient(105deg, #FFF 0%, #FFF500 90.26%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  
  .play_main_left ul.nav-tabs .socialvn-share {
	width: 100%;
	border-left: 1px solid #4A4A4A;
  }
  
  .play_main_left ul.nav-tabs .cate-24h-foot-arti-deta-social,
  .play_main_left ul.nav-tabs .btn-share-24h {
	height: 100%;
  }
  
  .play_main_left ul.nav-tabs .btn-share-24h .cv19-sha-social {
	width: 100%;
	height: 100%;
	border-radius: 0;
	background-color: #292B2E;
	padding: 12px;
	position: relative;
	border-top-right-radius: 10px;
  }
  
  .play_main_left ul.nav-tabs .btn-share-24h .cv19-sha-social span {
	background: linear-gradient(105deg, #FFF 0%, #FFF500 90.26%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-size: 16px;
	font-family: Oswald;
	font-weight: 500;
	position: absolute;
	left: 0;
	right: 0;
	height:100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .play_main_left ul.nav-tabs  .btn-share-24h .cv19-sha-social__tit:before {
	background: url('../images/live-tab-icon-share.svg') no-repeat;
	margin: 0 16px 0 0;
  }
  .play_main_left li.nav-item button {
    margin-bottom: 0px !important;
}
@media (max-width: 576px) {
    .play_main_left ul.nav-tabs button {
        font-size: 13px;
        gap: 8px;
    }
}
  @media (max-width: 390px) {
    .play_main_left ul.nav-tabs button {
        font-size: 11px;
        gap: 4px;
        padding: 6px;
    }
}
.simulation-body.is-moved {
    position: absolute;
    background: #1C1E1F;
    border-radius: 0 !important;
  }
  .simulation-body.is-moved .simulation-wrap{
    max-width: 100%;
  }
.single-live .f-content {
    overflow: unset !important;
}