.detailScore__status {
  color: #F0E117;
  font-weight: 700;
  padding-top: 8px;
  text-align: center;
  text-transform: uppercase;
}
.detailScore__status .eventAndAddedTime {
  align-items: center;
  display: flex;
  justify-content: center;
}

.view-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: rgba(0, 82, 38, 0.9);
  backdrop-filter: blur(15px);
}
.view-bottom #tv_links {
  display: flex;
  gap: 0px 5px;
  overflow-x: auto;
  width: calc(100% - 85px);
  padding-bottom: 5px;
}
.view-bottom #tv_links a{
  background: linear-gradient(275.67deg, #0B8F42 0%, #54C43A 100%);
  border-radius: 8px;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 7px;
  transition: all 0.4s;
  white-space: nowrap;
}
.view-bottom #tv_links a.playing, .view-bottom #tv_links a:hover {
  background: linear-gradient(275.6deg, #ECDC0C 0%, #FFF242 100%);
  color: #1A1D23;
}
.view-bottom .btn-odds {
  padding: 0 12px;
  min-width: 160px;
  background: linear-gradient(275.67deg, #0b8f42 0%, #54c43a 100%);
  border-radius: 8px;
  height: 38px;
  border: none;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #F2F2F2;
}
.view-bottom .btn-odds .tag {
  position: absolute;
  background: #db4037;
  width: 50px;
  height: 35px;
  padding-top: 6px;
  right: 11px;
  bottom: 8px;
  
}
.view-bottom .btn-odds .tag p {
  margin-bottom: 0px;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-size: 6.16584px;
  line-height: 11px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.view-bottom .btn-odds .tag div {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 13.7019px;
  line-height: 14px;
  color: #FFFFFF;
}
.play_main_right .wrap-nav {
  background: #0A833E;
  border: 1px solid #009B42;
  border-radius: 8px;
  padding: 9px 12px;
}
.play_main_right .nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 10px;
  overflow: hidden;
}
.play_main_right .nav a{
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #F0E117;
  border: 1px solid #F0E117;
  border-radius: 6px;
  padding: 5px 14px;
  white-space: nowrap;
}
.play_main_right .nav a.active {
  background: linear-gradient(62.6deg, #FEC800 18.81%, #FFF5A1 95.16%);
  color: #2B2700;
}
@media (max-width: 768px) {
  .view-bottom {
    padding: 10px;
  }
}
.scroll-btn {
  /* display: none !important; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: rgb(255, 255, 255);
  opacity: 0.8;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-indent: -99999px;
  outline: none;
}
.scroll-btn:focus {outline: none;}


.scroll-right-btn {
  right: 0;
}
.scroll-right-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translate(-50%, -50%) rotate(45deg);
}

.scroll-left-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  transform: translate(-50%, -50%) rotate(45deg);
}
.wrap-nav {position: relative;}
.wrap-nav:hover .scroll-btn {
  display: block;
}

.view-info {
  background: rgba(0, 112, 54, 0.4);
  backdrop-filter: blur(15px);
  /* Note: backdrop-filter has minimal browser support */

  border-radius: 8px;
  padding: 15px;
  margin-top: 10px;
  border: 1px solid rgba(11, 143, 66, 0.4);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.view-info-item {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  /* Note: backdrop-filter has minimal browser support */

  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
}
.view-info-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-info-text p {
  margin-bottom: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
}
.view-info-text div {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.tab-content .content-tab-child {
  max-height: 465px;
  overflow-y: scroll;
  margin-top: 10px;
  border-radius: 10px;
}
.content-tab-child::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	background-color: #F5F5F5;
}

.content-tab-child::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
    border-radius: 2.5px;
}

.content-tab-child::-webkit-scrollbar-thumb
{
	background-color: #44494F;
	/* border: 2px solid #555555; */
}
.all-utilities > .nav {gap: 0px 8px;}
.all-utilities > .nav a{
  background: linear-gradient(320.49deg, #8FED57 1.11%, #078C67 56.15%);
  border-radius: 6px;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  border: 0px;
  display: flex;
  align-items: center;
}
.all-utilities > .nav a svg {margin-right: 6px;}
.all-utilities > .nav a:hover,.all-utilities > .nav a.active {
  background: linear-gradient(62.6deg, #FEC800 18.81%, #FFF5A1 95.16%);
}
.all-utilities > .nav a:hover svg *,.all-utilities > .nav a.active svg * {fill: #000;}
.match_statistics {
  background: #1F1F1F;
  backdrop-filter: blur(10px);
  border-radius: 8px;
  font-size: 14px;
  padding: 10px;
}
.match_statistics .stline {margin-bottom: 5px;}
.match_statistics .stline .stnum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.6em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.match_statistics .stline .stnum span {color: #fff;}
.match_statistics .stline .stbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2px;
  padding: 0px;
}
.match_statistics .stline .stbar span {
  width: 50%;
  background-color: #FFF;
}
.match_statistics .stline .stbar span:first-child {
  background: #f00;
}
.match_statistics .stline .stbar span:last-child {
  background: #03BE49;
}

/* Events */
.hTmmUs {padding: 8px;}
.kFMWeW {
    background-color: #e5e9ef66;
    padding: 4px 8px;
    border-radius: 16px;
}
.kumyUq {
    color: #fff;
    text-align: center;
    font: 700 14px / 1.14;
}
.derOdV {
    display: inline-block;
    flex: 0 0 1px;
    align-self: stretch;
    width: 1px;
    background-color: #22222626;
}
.guEkoy {
    height: 16px;
    color: #ffffff73;
    text-align: left;
    line-height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 4px;
}
.flex-row-reverse > * + * {
    margin-right: 4px;
}
.bSGlQb {
    min-width: 24px;
    text-align: center;
    color: #FFF;
    font-weight: 500;
}
.summary_blockWrapper {
  background: #1F1F1F;
  backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 8px;
  font-size: 14px;
  color: #fff;
}
.giaLbc {font-size: 16px;font-weight: bold;}
.bqXnZZ {display: flex;align-items: center;}
.cRcmyO {display: flex;align-items: center;}
.awayEvent {flex-direction: row-reverse;}
/* .awayEvent .bqXnZZ {margin-left: 10px;} */
.awayEvent .gJZTGH {font-weight: 500;}
.awayEvent svg {margin-left: 5px;}
.awayEvent .gJZTGH {margin-left: 5px;}
.awayEvent .dAJeXv {flex-direction: row-reverse;}
.homeEvent svg {margin-right: 5px;}
.homeEvent .bqXnZZ {margin-right: 10px;}
.awayEvent .bqXnZZ {margin-left: 10px;}
.homeEvent .gJZTGH {font-weight: 500;}
.sc-bqWxrE.giaLbc:not(:empty) {margin-right: 10px;}
/* .homeEvent .cRcmyO {margin-left: 10px;} */
/* Events */

/* lineup */

.Field_fieldWrapper {
  background-color: #1D9C5B;
  font-size: 12px;
  max-height: 495px;
  overflow-y: scroll;
}
.Field_fieldWrapper::-webkit-scrollbar-track
{
/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
background-color: #F5F5F5;
}

.Field_fieldWrapper::-webkit-scrollbar
{
width: 5px;
background-color: #F5F5F5;
  border-radius: 2.5px;
}

.Field_fieldWrapper::-webkit-scrollbar-thumb
{
background-color: #44494F;
/* border: 2px solid #555555; */
}

.Field_fieldWrapper .Field_teamInfo {
  display: flex;
  justify-content: space-between;
  background-color: #17834B;
  padding: 0.5rem;
  align-items: center;
}

.Field_fieldWrapper .Field_teamInfo .Field_name {
  display: flex;
  align-items: center;
}

.Field_fieldWrapper .Field_teamInfo .Field_name img {
  width: 25px;
  margin-right: 1rem;
}

.Field_playingField {
  position: relative;
  overflow: hidden;
  height: 726px;
}

.Field_playingField .Field_awayForm, .Field_playingField .Field_homeForm {
  display: flex;
  position: absolute;
  z-index: 20;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem;
  height: 50%;
}

.Field_playingField .Field_awayForm {
  top: 50%;
}

.Field_playingField .Field_awayForm .Field_formRow, .Field_playingField .Field_homeForm .Field_formRow {
  align-items: flex-start;
  color: #fff;
  display: flex;
}

.Field_playingField .Field_corners {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/*.Field_playingField .Field_corners div {border: 2px solid #61BA8D; border-radius: 9999px; height: 4rem; position: absolute; width: 4rem; }
.Field_playingField .Field_corners .Field_tl {left: -20px; top: -20px; }
.Field_playingField .Field_corners .Field_tr {left: calc(100% + -20px); top: -20px; }
.Field_playingField .Field_corners .Field_br {bottom: -20px; right: -20px; }
.Field_playingField .Field_corners .Field_bl {bottom: -20px; left: -20px; }*/

.Field_playingField .Field_centerLine {
  border-top: 1px solid #61BA8D;
  position: absolute;
  top: calc(50% - 2px);
  width: 100%;
}

.Field_playingField .Field_centerSpot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background-color: #61BA8D;
  left: calc(50% - 3px);
  top: calc(50% - 4px);
}

.Field_playingField .Field_centerCircle {
  position: absolute;
  height: 76px;
  border-radius: 9999px;
  border: 1px solid #61BA8D;
  left: calc(50% - 38px);
  top: calc(50% - 38px);
  width: 76px;
}

.Field_goalBox, .Field_penaltyArea {
  position: absolute;
  width: 50%;
  left: calc(50% - 25%);
  border: 1px solid #61BA8D;
}

.Field_penaltyArea {
  z-index: 19;
  height: 10%;
}

.Field_penaltyArea.Field_top {
  top: -2px;
}

.Field_goalBox {
  height: 2.4rem;
}

.Field_penaltyArea.Field_top .Field_goalBox {
  top: -2px;
}

.Field_arch {
  position: absolute;
  left: calc(50% - 29px);
  border: 1px solid #61BA8D;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  width: 58px;
  height: 15px;
}

.Field_arch.Field_top {
  top: 67px;
  transform: rotate(180deg);
}

.Field_penaltyArea.Field_bottom {
  top: auto;
  border-top: 1px solid #61BA8D;
  bottom: -2px;
}

.Field_penaltyArea.Field_bottom .Field_goalBox {
  top: auto;
  border-top: 1px solid #61BA8D;
  bottom: -2px;
}

.Field_arch.Field_bottom {
  bottom: 68px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  top: auto;
  border-top-width: 1px;
}

.Field_player {
  flex: 1 1;
}

.Field_player .Field_info {
  display: flex;
  flex: 1 1;
  justify-content: center;
  text-align: center;
}

.Field_player .Field_info .Field_circle {
  align-items: center;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  font-size: 8px;
  position: relative;
  border: 1px solid #fff;
}

.Field_player .Field_info .Field_circle {
  background-color: #fff;
}
.Field_player .Field_info .Field_circle img {
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.Field_player .Field_info .Field_circle .number {
  position: absolute;
  left: 100%;
  top: 0;
  font-size: 11px;
  margin-left: 2px;
}
.Field_player .Field_info .Field_circle .rating {
  position: absolute;
  display: block;
  line-height: 1;
  padding: 2px 4px;
  left: 50%;
  font-size: 11px;
  border-radius: 6px;
  bottom: 100%;
  transform: translateX(-50%);
}
.Field_player .Field_info .Field_circle.Field_away {
  background-color: #FD583C;
}

.Field_player .Field_name {
  color: #fff;
  display: block;
  justify-content: center;
  margin-top: 0.25rem;
  text-align: center;
}

.Field_player .Field_name strong {
  color: #aaa;
  margin-right: 0.25rem;
}

.Field_player .Field_info .Field_circle .Field_card, .Field_player .Field_info .Field_circle .Field_goal, .Field_player .Field_info .Field_circle .Field_ownGoal, .Field_player .Field_info .Field_circle .Field_sub {
  position: absolute;
}

.Field_player .Field_info .Field_circle .Field_card {
  right: -5px;
  top: -5px;
}

.Field_player .Field_info .Field_circle .Common_iconWrapper {
  position: relative;
  width: 0.7rem;
  max-width: max-content;
}

.Field_player .Field_info .Field_circle .Common_iconWrapper svg {
  display: block;
  height: 0.7rem;
  width: 0.7rem;
}

.Field_player .Field_info .Field_circle .Common_iconWrapper svg[name=FootballGoal] {
  height: 1.4rem;
  width: 1.4rem;
}

.Field_player .Field_info .Field_circle .Field_sub {
  bottom: -5px;
  right: -5px;
}

.Field_player .Field_info .Field_circle .Field_goal {
  top: -5px;
  left: -5px;
}
/* end lineup */

/* standing */

.tab-content .standings {
  max-height: 495px;
  overflow-x: auto;
  background: #1F1F1F;
}
.standings::-webkit-scrollbar-track
{
/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
background-color: #F5F5F5;
}

.standings::-webkit-scrollbar
{
width: 5px;
background-color: #F5F5F5;
  border-radius: 2.5px;
}

.standings::-webkit-scrollbar-thumb
{
background-color: #44494F;
/* border: 2px solid #555555; */
}
.home #ranks .tbl_custom {
  width: 655px;
  max-width: inherit;
}

.tbl_custom, .LeagueTableTab_table {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
}

.tbl_custom tr, .LeagueTableTab_table tr {
  border-bottom: 1px solid #bcd0c7;
}

#ranks .tbl_custom tr:first-child, .LeagueTableTab_table thead {
  background: #d1e7dd;
  border-bottom: none;
}

.tbl_custom tbody {
  border-bottom: none;
}

.tbl_custom th, .tbl_custom td, .LeagueTableTab_table th, .LeagueTableTab_table td {
  border-top: none;
  padding: 12px 13px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.tbl_custom th, .LeagueTableTab_table th {
  font-weight: 700;
  text-transform: inherit;
  color: #212529;
  padding: 8px 13px;
  border-bottom: 0px !important;
}

.tbl_custom .td_team, .LeagueTableTab_table .LeagueTableTab_teamCell {
  text-align: left;
  color: #fff;
}

.tbl_custom td:first-child, .LeagueTableTab_table .LeagueTablePositionCell_positionCell__tooltip {
  color: #fff;
}

.tbl_custom td.td_team img, .LeagueTableTab_table .LeagueTableTab_teamBadgeImg img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
}

.tbl_custom .td_point {
  font-weight: 700;
  color: #fff;
}

.tbl_custom .tHead th {
  background-color: #191B1F;
}

.tbl_custom .groupname {
  font-weight: 700;
  color: #fff;
  background-color: #2E3136;
}

.tbl_custom input[type=checkbox] {
  margin-bottom: 0;
  vertical-align: text-top;
}

.tbl_custom .tdTour p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
  font-size: 15px;
  line-height: 26px;
}

.tbl_custom .tdStatus {
  color: #EC4242;
  font-weight: 600;
}

.tbl_custom .tdHome, .tbl_custom .tdAway {
  color: #F2F3F3;
}

.tbl_custom .tdHome {
  text-align: right;
}

.tbl_custom .tdAway {
  text-align: left;
}

.tbl_custom .tdScore p {
  color: #fff;
  background-color: #0F4CD9;
  border-radius: 2px;
  font-weight: 700;
  font-size: 15px;
}

.tbl_custom .tdScore.noScore p {
  background-color: #2E3136;
}

.tbl_custom .tdHt {
  font-weight: 700;
  color: #fff;
}

.tbl_custom .tdTop a {
  width: 20px;
  height: 20px;
  background-color: #2E3136;
  display: inline-block;
  line-height: 20px;
  border-radius: 2px;
  color: #AFB4BA;
}

.tbl_custom .tdTop .active i {
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.LeagueTableTab_wrapper {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.LeagueTableTab_table .LeagueTableTab_rightHeader {
  width: 3rem;
}

.LeagueTableTab_table .LeagueTableTab_centerHeader {
  width: 3.4rem;
}

.LeagueTableTab_table .LeagueTableRow:hover, .LeagueTableTab_table .LeagueTableRow:hover .LeagueTablePositionCell_positionCell__tooltip, .LeagueTableTab_table .LeagueTableRow:hover .LeagueTableTab_teamCell {
  color: #fff;
}

.LeagueTableTab_table .LeagueTableTab_teamsHeader {
  text-align: left;
  min-width: 9rem;
}

.LeagueTableTab_table .LeagueTablePositionCell_tooltip {
  display: none;
}

.LeagueTableTab_table .LeagueTableTab_teamBadgeImg {
  display: inline-block;
}

.LeagueTableTab_table tbody tr:last-child {
  border-bottom-width: 2px;
}

/*.LeagueTableTab_table td:first-child, .LeagueTableTab_table td:nth-child(2){ background: #121A3A}*/

/*.LeagueTableTab_table td:first-child, .LeagueTableTab_table th:first-child{position: sticky; z-index: 9; left: 0}*/

/*.LeagueTableTab_table td:nth-child(2), .LeagueTableTab_table th:nth-child(2) {position: sticky; left: 38px; z-index: 9}*/

.standings .exGroup {
  background-color: #d1e7dd;
  box-shadow: inset 0 0 0 9999px #c7dbd2;
  text-align: center;
  padding: 5px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

.LeagueTableTab_table .LeagueTablePositionCell_positionCell {
  position: relative;
}

.LeagueTableTab_table .LeagueTablePositionCell_trimBefore {
  z-index: 1;
  width: 20px;
  border-top-left-radius: 5px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  height: 4px;
  border-top-right-radius: 5px;
}

.promotion_1 {
  background-color: #00efff;
}

.promotion_2 {
  background-color: #f1c371;
}

.promotion_3 {
  background-color: #23df8c;
}

.promotion_4 {
  background-color: #6f51da;
}

.relegation_1 {
  background-color: #dc4546;
}

.relegation_2 {
  background-color: #922f2f;
}

.LeagueTableTab_table .LeagueTableTab_centerCell .form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.LeagueTableTab_table .LeagueTableTab_centerCell .form span {
  font-size: 13px;
  border-radius: 50%;
  line-height: 24px;
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
  color: #05021c;
  margin-left: 6px;
}

.LeagueTableTab_table .LeagueTableTab_centerCell .form span:first-child {
  margin: 0;
}

.LeagueTableTab_table .LeagueTableTab_centerCell .form span.W {
  background: #00efff;
}

.LeagueTableTab_table .LeagueTableTab_centerCell .form span.D {
  background: #efc26f;
}

.LeagueTableTab_table .LeagueTableTab_centerCell .form span.L {
  background: #cc4545;
}

.LeagueStagePhases_leagueStagePhases {
  padding: 16px 16px 25px;
}

.LeagueStagePhases_row {
  display: flex;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  align-items: center;
  line-height: 22px;
}

.LeagueStagePhases_circle {
  min-width: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  float: left;
  margin-right: 13px;
}

.letterShortDesc {
  padding: 0 15px 15px;
  display: flex;
}

.letterShortDesc span {
  margin: 0 0.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.letterShortDesc span:first-child {
  margin-left: 0;
}

.letterShortDesc span strong {
  color: #AFB4BA;
}
#history .tbl_custom {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
}

#history .tbl_custom th, #history .tbl_custom td {
  text-align: left;
  padding: 12px 28px 12px 0;
}

#history .tbl_custom, #history .tbl_custom td:first-child {
  color: #fff;
}

#history .tbl_custom tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#history .tbl_custom th {
  padding: 8px 28px 8px 0;
}

.tab-pane .standings .tbl_custom th, .tab-pane .standings .LeagueTableTab_table th {
  padding: 5px;
}

.tab-pane .standings .LeagueTableTab_table td {
  padding: 5px;
}

.tab-pane .standings .LeagueTableTab_table td img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

/* end stanging */

/* tab doi dau */
#tab-doi-dau {list-style: none;}
#tab-doi-dau .matches__item .matches__wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}
#tab-doi-dau .matches__item .match__teams {
  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: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

#tab-doi-dau .matches__item .match__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#tab-doi-dau .matches__item .match__team--home {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

#tab-doi-dau .matches__item .match__team--logo {
  width: 40px;
  height: 40px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

#tab-doi-dau .matches__item .match__team--home img {}

#tab-doi-dau .matches__item .match__team--name {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
}

#tab-doi-dau .matches__item .match__ts {color: #fff;}
/* tab doi dau */
.matches {list-style: none;margin: 0px;padding: 0px;}
.matches .league_title {color: #fff;margin-bottom: 10px;}
.matches .league_title img{
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #004727;
  margin-right: 10px;
  padding: 4px;
}
.matches__item {
  background: #1F1F1F;
  border-radius: 8px;
  margin-bottom: 12px;
}
.matches__item > div {
  padding: 5px 20px;
}
.match__competition, .match__time {
  display: block!important;
  padding: 0.25em 0.5em;
  background-color: #f7f7f7;
  text-align: center;
}
.match__hour {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #FFFFFF;
}
.matches__item .match__teams {
  width: 100%;
}
.matches__item .match__teams,.matches__item .match__team {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  color: #DEDEDE;
}
.matches__item .match__team--home {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 20px;
}
.matches__item .match__team--away {
  padding-left: 20px;
}
.matches__item .match__team--logo {
  width: 50px;
  height: 50px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  background: #004727;
  border-radius: 10px;
  padding: 5px;
}
.matches__item .match__team--logo img {width: 100%;height: 100%;border-radius: 50%;}
.matches__item .match__team--home .match__team--logo {
  margin-left: 20px;
}
.matches__item .match__team--away .match__team--logo {
  margin-right: 20px;
}
.matches__item .match__ts {
  font-size: 15px;
  background-color: #0FA038;
  border-radius: 6px;
  line-height: 26px;
  padding: 0 22px;
  text-transform: uppercase;
  color: #FFF;
}
@media (min-width: 768px) {
  .match__competition, .match__time {
    padding: 0;
    background-color: transparent;
    text-align: left;
  }
  .match__hour {
    display: block;
    text-align: center;
    font-weight: 700;
  }
}
.info-match h1, .info-match h2 {
  font-size: 17px;
  color: #FEA013;
  margin-bottom: 0;
}
.info-match p {
  font-size: 15px;
  color: #AFB4BA;
  margin-bottom: 0;
}

/* Start: odd */
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-0 {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}
.teambox__odds .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.teambox__odds .table {
  margin: 0;
  padding: 0;
}
.teambox__odds .company .pointer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 78px;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  padding: 2px 28px;
  padding: 0.125rem 1.75rem;
  margin: 0 4px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 78.9299px;
}
.teambox__odds .company .pointer.active, .teambox__odds .company .pointer:hover {
  background: #009B3A;
  border: 1px solid #009B3A;
  color: #fff;
}
.teambox__odds .soccer .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}
.teambox__odds .soccer .item .green {
  color: #63fe16 !important;
}
.teambox__odds .soccer .item .orange {
  color: #ff775f !important;
}
.teambox__odds .soccer .item > div {
  background: #2A3038;
  border-radius: 4px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 11px;
  color: #AFB4BA;
}
.teambox__odds .soccer .item .center {
  width: 40px;
  padding: 3px 0;
  margin: 0 8px;
}
.teambox__odds .soccer .item .left, .teambox__odds .soccer .item .right {
  width: 190px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.teambox__odds .soccer .item span {
  font-style: normal;
  font-size: 13px;
  line-height: 11px;
  padding: 8px 0;
  text-align: center;
  color: #AFB4BA;
}
.odds-header {
  background: #292B2E;
  padding: 0.38rem 0.62rem;
}
.teambox__odds--mb .oddContent span {
  color: #4FA747;
  font-family: Oswald;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.125rem;
  text-transform: uppercase;
}
.teambox__odds--mb .odds-type {
  display: flex;
  gap: 0.5rem;
}
.teambox__odds--mb .odds-type span {
  color: #FFF;
  font-family: 'Oswald';
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.125rem;
  text-transform: uppercase;
  padding: 0.25rem 0.38rem;
  background: #292B2E;
  border: 1px solid rgba(28, 30, 31, 1);
  border-radius: 2px;
}
.teambox__odds--mb .odds-type span.active {
  border-color: #009139;
  color: #009139;
  box-shadow: 0px 2px 12px rgba(79, 167, 71, 0.20);
}
.teambox__odds {
  background: #323232;
  border-radius: 6px;
  border: 1px solid #494949;
  margin-bottom: 16px;
}
.oddContent {
  position: relative;
}
.oddContent>span {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.oddContent .oddList {
  background-color: #fff;
  position: absolute;
  z-index: 10;
  top: 35px;
  left: 0px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  list-style: none;
  padding: 0;
}
.oddContent .oddList li {
  width: 115px;
  border-bottom: 1px solid #e2e2e2;
  box-sizing: border-box;
  cursor: pointer;
  padding: 5px 10px;
}
.oddType {
  max-width: 115px;
}
.teambox__odds .table {
  border-right: 1px solid #494949;
}
.teambox__odds .table:last-child {
  border: 0px;
}
.teambox__odds .company {
  flex-direction: column;
  padding: 10px 20px;
  flex: none;
  width: 160px;
}
.teambox__odds .company .head {
  padding: 0px 14px;
}
.teambox__odds .company select {
  background: transparent;
  border: 0px;
  outline: none;
  color: #FFF;
  font-family: 'Raleway';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.teambox__odds .company .pointer {
  margin-bottom: 15px;
  width: 100%;
}
.teambox__odds .company .pointer:last-child {
  margin-bottom: 0;
}
.teambox__odds .state {
  width: 56px;
  flex: none;
}
.teambox__odds .state span {
  color: #FFF;
  text-align: center;
  font-family: 'Raleway';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
}
.teambox__odds .head {
  background: #404040;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 42px;
  color: #FFF;
  text-align: center;
  font-family: 'Raleway';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 1px solid #494949;
}
.teambox__odds .company .head {
  text-transform: capitalize;
  font-family: Raleway;
  font-size: 12px;
  justify-content: start;
}
.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 #494949;
  margin: 0px;
}
.teambox__odds .type .box {
  height: 84px;
}
.teambox__odds .box:last-child {
  border-bottom: 0px;
}
.teambox__odds .box .d-flex {
  padding: 0;
}
.teambox__odds .box .col {
  align-items: center;
  text-align: center;
  flex: 1;
  justify-content: center;
  display: flex;
  font-family: 'Oswald';
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem;
}
.teambox__odds .box .col span {
  display: flex;
  min-width: 55px;
  padding: 3px 5px;
  height: 20px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 100px;
  background: #363636;
  font-size: 12px;
  font-weight: 400;
  font-family: Roboto;
}
.green {
  color: #009B3A !important;
}
.orange {
  color: #FF361E !important 
}
.green:after {
  content: '';
  background: url('../../images/icon-arrow-up.png') no-repeat top;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 4px;
}
.orange:after {
  content: '';
  background: url('../../images/icon-arrow-down.png') no-repeat top;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 4px;
}

@media (max-width: 1300px) {
  .teambox__odds .box .col span {
    min-width: auto;
    width: auto;
    font-size: 12px;
    background: transparent;
  }
}
@media screen and (max-width: 991px) {
  .teambox__odds .state span {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .teambox__odds .box .col span {
    height: 30px;
  }
  .teambox__odds {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .teambox__odds .company .pointer {
    font-weight: 600;
    padding: 1px 18px;
  }
  .teambox__odds .soccer .item .left, .teambox__odds .soccer .item .right {
    width: 152px;
    max-width: 100%;
  }
  .teambox__odds .soccer .item span {
    padding: 6px 0;
  }
  .teambox__odds .company {
    margin-bottom: 9px !important;
  }
  .oddType {
    max-width: 60px;
  }
  .head.active::before {
    display: none;
  }
  .showOdds {
    grid-gap: 1px;
    background: #3D434D;
    border-top: 1px solid #494949;
  }
  .showOdds .h-on {
    height: 0;
    opacity: 0;
    overflow: hidden;
    margin-bottom: 0px !important;
  }
  .showOdds .h-off {
    height: auto;
    opacity: 1;
  }
  .teambox__odds .showOdds>* {
    background-color: #292B2E;
  }
  .showOdds .head-control span {
    background: none;
    color: #FFF;
    font-family: 'Raleway';
    font-size: 0.6125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.125rem;
  }
  .showOdds>.head-control:last-child {
    border-bottom: 0;
  }
  .teambox__odds {
    position: static;
    transform: inherit;
    flex-direction: column !important;
  }
  .teambox__odds .company {
    flex-direction: row;
    width: auto;
    margin: 0px;
    padding: 10px;
    color: #4FA747;
    font-family: 'Oswald';
    font-size: 0.6125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.125rem;
    text-transform: uppercase;
  }
  .teambox__odds .company .head {
    text-indent: inherit;
  }
  .teambox__odds .company .pointer {
    margin-bottom: 0px 
  }
  .teambox__odds .state {
    display: none;
  }
  .teambox {
    min-height: auto;
  }
  .showOdds {
    gap: 0px;
  }
  .teambox__odds .box {
    border-bottom: 0px;
  }
  div[data-type="1"] {
    margin-bottom: 5px !important;
  }
  div[data-type="1"].state .box{
    border: 1px solid #25b7d3;
    border-top: 0px;
  }
  div[data-type="1"] .col {
    border-right: 1px solid #25b7d3;
    border-bottom: 1px solid #25b7d3;
  }
  div[data-type="1"] {
    border-top: 1px solid #25b7d3;
  }
  div[data-type="1"].head-control {
    border: 1px solid #25b7d3;
    border-right: 0px;
  }
  span[data-type="1"].active {
    background-color: #25b7d3 !important;
  }
  div[data-type="2"] {
    margin-bottom: 5px !important;
  }
  div[data-type="2"].state .box{
    border: 1px solid #8dc642;
    border-top: 0px;
  }
  div[data-type="2"] .col {
    border-right: 1px solid #8dc642;
    border-bottom: 1px solid #8dc642;
  }
  div[data-type="2"] {
    border-top: 1px solid #8dc642;
  }
  div[data-type="2"].head-control {
    border: 1px solid #8dc642;
    border-right: 0px;
  }
  span[data-type="2"].active {
    background-color: #8dc642 !important;
  }
  div[data-type="3"] {
    margin-bottom: 5px !important;
  }
  div[data-type="3"].state .box{
    border: 1px solid #eb4095;
    border-top: 0px;
  }
  div[data-type="3"] .col {
    border-right: 1px solid #eb4095;
    border-bottom: 1px solid #eb4095;
  }
  div[data-type="3"] {
    border-top: 1px solid #eb4095;
  }
  div[data-type="3"].head-control {
    border: 1px solid #eb4095;
    border-right: 0px;
  }
  span[data-type="3"].active {
    background-color: #eb4095 !important;
  }
  div[data-type="4"] {
    margin-bottom: 5px !important;
  }
  div[data-type="4"].state .box{
    border: 1px solid #ffc107;
    border-top: 0px;
  }
  div[data-type="4"] .col {
    border-right: 1px solid #ffc107;
    border-bottom: 1px solid #ffc107;
  }
  div[data-type="4"] {
    border-top: 1px solid #ffc107;
  }
  div[data-type="4"].head-control {
    border: 1px solid #ffc107;
    border-right: 0px;
  }
  .teambox__odds .table:last-child {
    border-top: 1px solid #ffc107;
  }
  span[data-type="4"].active {
    background-color: #ffc107 !important;
  }
  .teambox__odds .box {
    min-height: 24px;
  }
  .teambox__odds .state span,
  .teambox__odds .box .col {
    font-size: 12px;
  }
  .table .head {
    display: none;
  }
  .teambox__odds .showOdds {
    display: grid;
    grid-template-columns: 85px 56px 1fr;
  }
  .teambox__odds--type span {
    color: #FFF;
    font-family: 'Oswald';
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.125rem;
    text-transform: uppercase;
    border: 1px solid #1C1E1F;
    background: #292B2E;
    padding: 0.25rem 0.38rem;
    cursor: pointer;
  }
  .teambox__odds--type span.active {
    background: #009139;
    box-shadow: 0px 2px 12px rgba(79, 167, 71, 0.20);
  }
  .teambox__odds .company {
    margin-bottom: 0px !important;
    cursor: pointer;
  }
}

@media (max-width: 576px) {
  .teambox__odds .box .col span {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .teambox__odds--type span {
    font-size: 9px;
    padding: 3px 4px;
  }
}
/* End: odd */

/* Start Teambox */
.teambox {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.teambox .grid-match__time {
  position: absolute;
  left: 0;
  top: -22px;
  transform: none;
  width: 100%;
  text-align: center;
  color: #00FF4B;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.teambox .grid-match__vs {
  height: 40px;
  width: 40px;
  font-size: 24px;
}
.teambox .grid-match__vs .vs {
  height: 34px;
  width: 34px;
}
.teambox .grid-match__vs.t_vs_num {
  height: inherit;
  width: inherit;
}
.teambox .grid-match__vs.t_vs_num span {
  font-size: 22px;
}
.teambox .grid-match__vs.t_vs_num span.winner {
  height: 34px;
  width: 34px;
}
.teambox__center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 2px;
  min-width: 42px;
}
.teambox__center_playing {
  width: 92px;
}
.teambox__team {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.teambox__team-name {
  color: #FFF;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  width: 140px;
  overflow: hidden;
  text-wrap: nowrap;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.teambox__team-home {
  justify-content: flex-end;
}
.teambox__team-home .teambox__team-name {
  text-align: right;
}
.teambox__team-home img {
  order: 1;
}
.teambox__competition {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.875rem;
}
.teambox__status {
  display: none;
  border-radius: 2px;
  background: #009139;
  color: #FFF;
  text-align: center;
  font-family: 'Raleway';
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  padding: 4px 8px;
}
.teambox__team-logo {
  width: 49px;
  height: 49px;
  object-fit: contain;
}
.teambox__team .team-logo-group img {
  width: 49px;
  height: 49px;
  object-fit: contain;
}

.teambox__team .team-logo-group-2 img {
  width: 44px;
  height: 44px;
}

.teambox__team .team-logo-group-2 .team-logo-1 {
  margin-left: -16px;
}

.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-live {
  display: grid;
  grid-template-columns: 260px 1.6fr 365px;
  background: url(/wp-content/themes/bongda/dist/images/bg-match-header.png?v=1.0.2);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 16px;
  min-height: 125px;
  align-items: center;
  border-radius: 10px;
  padding: 0 12px;
  gap: 6px;
}
/* Start: t-incident Football */
.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: #323232;
  outline: 0;
  border: none;
  border-radius: 20px;
  width: 77px;
  height: 26px;
  color: #8CD5FF;
  font-size: 12px;
  font-family: Roboto;
}
/* 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;
}
.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 */
/* 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 */
/* carousel-vote */
.team-vote h5 {
  color: #FFF;
  text-align: center;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#carousel-vote {
  padding-bottom: 10px;
}
#carousel-vote .vote-item {
  display: flex;
  justify-content: center;
  gap: 10px;
}
#carousel-vote .vote-btn {
  width: 98px;
  height: 28px;
  flex-shrink: 0;
  outline: 0;
  border-radius: 4px;
  border: none;
  background: transparent;
  color: #FFF;
  text-align: center;
  font-family: "Raleway";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  font-family: Raleway;
  padding-top: 3px;
}
#carousel-vote #vote-btn-1,
#carousel-vote #vote-btn-3,
#carousel-vote #vote-btn-4,
#carousel-vote #vote-btn-6 {
  color: #EC320C;
}
#carousel-vote #vote-btn-2,
#carousel-vote #vote-btn-5 {
  color: rgba(255, 255, 255, 0.80);
}
#carousel-vote .vote-btn.active {
  color: #FFF !important;
}
#carousel-vote .vote-btn span {
  position: relative;
  z-index: 2;
}
#carousel-vote .vote-btn svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#carousel-vote .carousel-indicators {
  margin: 0;
  bottom: -10px;
  gap: 2px;
  list-style: none;
}
#carousel-vote .carousel-indicators li {
  background: rgba(217, 217, 217, 0.30);
  width: 5px;
  height: 2px;
  border-radius: 2px;
  border: none;
}
#carousel-vote .carousel-indicators li.active {
  background-color: #FF4002;
  width: 10px;
}
#carousel-vote .arrow {
  border: solid #ffffff3b;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}
#carousel-vote .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#carousel-vote .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#carousel-vote .carousel-control-next .arrow {
  border-color: #FF4002;
}
#carousel-vote .carousel-control-prev, #carousel-vote .carousel-control-next {
  background: transparent;
  height: 28px;
  width: 28px;
  outline: 0;
  border: none;
  top: 30px;
  opacity: 1;
}
@media (max-width: 1444px) {
  .teambox__team-name{
    width: 100px;
  }
}

@media (max-width: 1200px) {
  .teambox__team-name{
    width: 70px;
  }
}
@media (max-width: 992px) {
  .team-live {
    grid-template-columns: 1fr;
    height: auto;
    padding: 0;
    background: none;
    gap: 20px;
  }
  .team-live .t-incident-column, .team-live .teambox, .team-live .team-vote {
    background: url(/wp-content/themes/bongda/dist/images/bg-match-header.png?v=1.0.2);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 12px 5px;
    background-position: center;
  }
  .team-live .teambox {
    min-height: auto;
    min-height: 125px;
    gap: 12px;
  }
  .team-live .team-vote {
    min-height: 105px;
  }
  .teambox .grid-match__time {
    top: 12px;
  }
  .teambox .teambox_agg {
    bottom: 12px;
  }
  .teambox__team-name{
    width: 150px;
  }
}

@media (max-width: 768px) {
  .teambox__team {
    flex: 1;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
  }

  .teambox__team-name {
    text-align: center;
  }

  .teambox__team-home .team-name-group {
    order: 2;
  }
}

@media (max-width: 576px) {
  .team-live .t-incident-content, .team-live .teambox, .team-live .team-vote {
      background-size: 100% 100%;
  }
  .teambox__team .teambox__team-logo {
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
  }
  .teambox__team-name {
    width: 100px;
    font-size: 13px;
  }
  .teambox__team-home {
    justify-content: flex-end;
  }
  .teambox__team-home .teambox__team-name {
    text-align: center;
    order: 2;
  }
  .teambox__team-home img {
    order: 1;
  }
  .team-live .teambox {
    gap: 6px;
  }
}
@media (max-width: 375px) {
  #carousel-vote .vote-btn {
    width: 97px;
  }
  #carousel-vote .vote-item {
    gap: 4px;
  }
}
/* End Teambox */
[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;
}
.highlight__goal-scoring {
  display: inline-flex;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid #1F2E26;
  background: #061628;
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
  color: #FFF;
}
.highlight__goal-scoring .halfCourt {
  color: #FFB400;
}
.single-highlight .team-vote {
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  .highlight__goal-half {
      min-height: auto !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;
  }
  
@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%;
  }