* {
  scrollbar-width: thin;
  scrollbar-color: #5d837b #1c2d27;
}
*::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
*::-webkit-scrollbar-thumb {
  background: rgb(255 255 255);
  border-radius: 4px;
  height: 4px;
  width: 4px;
}
*::-webkit-scrollbar-track {
  background: #60828b;
  height: 4px;
  width: 4px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.w-20 {
  width: 20%;
}
.overflow-scroll {
    max-height: 700px;
    overflow-y: scroll;
}

.box_live {
    background: #1A1D23;
    border-radius: 2px;
}

.match_events .score_ht tbody {
    border: 0;
}

.match_events .score_ht tr td {
    padding: 5px;
    border: 0;
}

.match_events .section-title {
    padding-left: 0 !important;
    margin-bottom: 0;
}

.match_events table tbody {
    border: 0;
}

.match_events table tr td {
    border: 0;
}

.match_events table tr td .inlineText {
    background: #44494F;
    border-radius: 4px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #009B3A;
    padding: 10px 8px;
}

.match_events table tr td .inlineText img,
.match_events table tr td .inlineText i {
    margin-right: 4px;
}

.match_events table tr td .inlineText b {
    font-weight: 400;
    color: #fff;
}

.match_events table tr td .box_detail_content_table_td_ct {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    color: #FFFFFF;
}

.match_events table tr td:nth-child(2) {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    color: #FFFFFF;
    display: table-cell;
    vertical-align: middle;
}

.match_events table tr td .inlineText img,
.match_events table tr td .inlineText i {
    margin-right: 4px;
}

.s-post-single ul {
    list-style-type: disc;
    padding-left: 15px;
}

.s-post-single ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}

.content_page .list-related-by-list {
    list-style-type: none;
}

.content_page .list-related-by-list li {
    list-style-type: none;
}

.list-social {
    list-style: none !important;
}

.list-social li {
    list-style: none !important;
}

.matches__item--header {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.matches__item--league {
    text-align: left;
    padding-left: 10px;
    flex: 1;
}
.matches__item--date {
    flex: 1;
    text-align: right;
    padding-right: 10px;
}
.matches__item--date .time {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    background: #e11d23;
    border-radius: 2px;
    padding: 3px 8px;
}
.matches__item--footer {
    justify-content: flex-end;
}
.matches__status {top: 0;}
.matches__item--date .date {
    font-family: "Oswald", sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.125rem; 
    background: #e11d23;
    border-radius: 2px;
    padding: 0.1875rem 0.5rem;
}
.matches__item--action .btn-odds-detail{min-width: 108px;}
.matches__item--action .btn-odds-detail::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #28a745;
    position: absolute;
    z-index: -1;
    left: -20px;
}
.matches__item--commentator span {
    color: #ffba00;
    font-weight: bold;
    font-size: 14px;
}
.single-tab ul {display: flex;background: #1A1D23;border-radius: 6px;align-items: center;justify-content: center;margin: 15px 0px;}
.single-tab ul li:first-child {border-left: 1px solid #33373D;}
.single-tab ul li {border-right: 1px solid #33373D;}
.single-tab ul li a {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    padding: 7px 14px;
}
.single-tab ul li a:hover {
    background: #01B243;
}
.teambox__odds-bk {
    background: #1A1D23;
    border-radius: 2px;
}
.teambox__odds-bk .company {
    flex-direction: column;
    background: #2A3038;
    padding: 10px 20px;
    flex: none;
    width: 135px;
}
.teambox__odds-bk .company .pointer {
    margin-bottom: 15px;
    width: 100%;
}
.teambox__odds-bk .company .pointer:last-child {margin-bottom: 0;}
.teambox__odds-bk .state {
    width: 90px;
    flex: none;
}
.teambox__odds-bk .state span {
    background: #2A3038;
    border-radius: 4px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #AFB4BA;
    width: 30px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.teambox__odds-bk .head {
    background: #2A3038;
    justify-content: center;
    align-items: center;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    display: flex;
    height: 42px;
}
.teambox__odds-bk .box {
    min-height: 42px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #AFB4BA;
    justify-content: center;
    display: flex;
    border-bottom: 1px solid #2A3038;
    border-left: 1px solid #2A3038;
    margin: 0px;
}
.teambox__odds-bk .box .col {
    align-items: center;
    text-align: center;
    flex: 1;
    justify-content: center;
    display: flex;
}
.all-utilities .nav {
    flex-wrap: nowrap;
    gap: 12px;
    overflow: hidden;
}
.all-utilities .nav a {
    white-space: nowrap;
    background: #2A3038;
    border-radius: 4px; 
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #AFB4BA;
    padding: 6px 10px;
}
.all-utilities .nav a:hover,.all-utilities .nav a.active {
    background: #0154D4;
    color: #fff;
}
.all-utilities .match_statistics {

}
.box_live.match_statistics {padding: 15px 0px;max-height: 410px;overflow: auto;}
.match_statistics::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	background-color: #F5F5F5;
}

.match_statistics::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
    border-radius: 2.5px;
}

.match_statistics::-webkit-scrollbar-thumb
{
	background-color: #44494F;
	/* border: 2px solid #555555; */
}
.match_statistics .stnum{
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
    padding: 0px 25px;
}
.match_statistics .stnum span:first-child,.match_statistics .stnum span:last-child {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #AFB4BA;
}
.match_statistics {
    background: #1A1D23;
    border-radius: 4px;
    height: 495px;
    overflow-y: scroll;
    padding: 22px 10px 10px;
}
.match_statistics .stline {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}
.match_statistics .stat-c {
    width: 35px;
    text-align: center;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    justify-content: center;
}
.match_statistics .stat-bar-wrapper {
    flex: 1;
    background: #292C30;
    height: 6px;
}
.match_statistics .stat-bar-wrapper.homes {display: flex;justify-content: flex-end;}
.match_statistics .stat-bar-wrapper.homes .stat-bar {
    background: #0154D4;
    height: 100%;
    display: block;
}
.match_statistics .stat-bar-wrapper.aways .stat-bar {
    background: #01B243;
    height: 100%;
    display: block;
}
.match_statistics .stat-title{
    width: 140px;
    height: 25px;
    background: #2A3038;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #DFE0E1;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

/* EVENT */

.matchRowEvent_matchRowWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    padding: 5px 0;
}

.matchRowEvent_matchRowWrapper,
.infoRowScores_matchScoreRow {
    
}

.matchRowEvent_icon,
.matchRowEvent_time {
    display: flex;
    align-items: center;
}

.matchRowEvent_time {
    width: 3rem;
    min-width: 3rem;
    color: rgba(255, 255, 255, 0.7);
}
.summary_blockWrapper {
    background: #1A1D23;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 6px;
    max-height: 384px;
    overflow-y: scroll;
}
.summary_blockWrapper::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	background-color: #F5F5F5;
}

.summary_blockWrapper::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
    border-radius: 2.5px;
}

.summary_blockWrapper::-webkit-scrollbar-thumb
{
	background-color: #44494F;
	/* border: 2px solid #555555; */
}
.matchIconExplain {
    background: #1A1D23;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 0px;
    padding: 15px 0px 5px;
    border-top: 1px solid #2A3038;
}
.matchIconExplain .icon span {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    color: #AFB4BA;
}
.matchIconExplain .icon {display: flex;align-items: center;margin-bottom: 10px;}
.matchIconExplain .icon svg {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}
.matchRowEvent_content {
    display: flex;
    flex: 1 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 0px 6px;
}
.matchRowEvent_content.isActive .matchRowEvent_playerWrapper{
    background: #2A3038;
    border-radius: 4px;
    overflow: hidden;
}

.matchRowEvent_content.homeContent {
    justify-content: flex-end;
}

.matchRowEvent_playerWrapper {
   padding: 3px 10px;
}

.matchRowEvent_playerWrapper.homePlayer {
    text-align: right;
}
.matchRowEvent_player span,.matchRowEvent_assist span {
    width: calc(100% - 20px);
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.matchRowEvent_assist,
.matchRowEvent_player {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    position: relative;
    min-width: 100px;
}
.matchRowEvent_player strong {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #01B243;
}
.matchRowEvent_player svg,.matchRowEvent_assist svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    display: block;
}
.homePlayer .matchRowEvent_player svg,.homePlayer .matchRowEvent_assist svg {
    right: 0;
}
.awayContent .matchRowEvent_player span, .awayContent .matchRowEvent_assist span {
    float: right;
}
.matchRowEvent_assist {
    color: rgba(255, 255, 255, 0.4);
}

.matchRowEvent_icon {
    min-width: 2rem;
    flex-direction: column;
}

.matchRowEvent_iconText {
    font-size: 9px;
}

.matchRowEvent_icon .common_iconWrapper {
    position: relative;
    width: 1.4rem;
    max-width: max-content;
}

.matchRowEvent_icon .common_iconWrapper svg {
    display: block;
}

.matchRowEvent_center {
    display: flex;
    flex-direction: column;
    flex: 0 0 2rem;
    text-align: center;
}

.matchRowEvent_center span {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #FFFFFF;
}

.infoRowScores_matchScoreRow {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0.5rem 15px;
    position: relative;
    justify-content: space-between;
}

.infoRowScores_matchScoreRow .infoRowScores_status {
    width: 3rem;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
}

.infoRowScores_matchScoreRow .infoRowScores_home {
    text-align: right;
}

.infoRowScores_matchScoreRow .infoRowScores_away,
.infoRowScores_matchScoreRow .infoRowScores_home {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #01B243;
}

.scores_scoresMatch {
    display: flex;
    flex: 0 0 8rem;
    justify-content: center;
    text-align: center;
}

.infoRowScores_matchScoreRow span {
    white-space: nowrap;
}

/* EVENT */
/* 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;
    height: 20px;
    width: 20px;
    justify-content: center;
    font-size: 8px;
    position: relative;
    border: 1px solid #fff;
  }
  
  .Field_player .Field_info .Field_circle {
    background-color: #99040B;
  }
  
  .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 */

#ranks, .all-utilities .standings {
    background: #1A1D23;
    border-radius: 6px;
    max-height: 495px;
    overflow-x: auto;
}
.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: #AFB4BA;
    margin-bottom: 0;
    font-family: "Oswald", sans-serif;
  }
  
  .tbl_custom tr, .LeagueTableTab_table tr {
    border-bottom: 1px solid #2A3038;
  }
  
  #ranks .tbl_custom tr:first-child, .LeagueTableTab_table thead {
    background: #2A3038;
    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: #fff !important;
    padding: 8px 13px;
    border-bottom: 0px !important;
  }
  
  .tbl_custom .td_team, .LeagueTableTab_table .LeagueTableTab_teamCell {
    text-align: left;
    color: #F2F3F3;
  }
  
  .tbl_custom td:first-child, .LeagueTableTab_table .LeagueTablePositionCell_positionCell__tooltip {
    color: #717983;
  }
  
  .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: #000;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
  }
  
  .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: #F2F3F3;
    font-family: "Oswald", sans-serif;
    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 standing */
/* head to head */
.panel .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;
}
.panel .matches__item .match__team--home {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.panel .matches__item .match__team--logo {
    width: 32px;
    height: 32px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.panel .matches__item .match__team--home img {
    margin-left: 12px;
}

.panel .matches__item .match__team--away img {
    margin-right: 12px;
}

.panel .matches__item .match__ts {
    background: #0F4CD9;
    border-radius: 2px;
    padding: 0px 13px;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.team-logo-group .serve-icon {
  position: absolute;
  bottom: -11px;
  left: calc(50% - 5px);
 }
 .team-logo-group .badminton-serve-icon {
  bottom: -14px;
 }
 .team-logo-group .volleyball-serve-icon {
  bottom: -11px;
 }
@media (max-width: 768px) {
  .pc {
      display: none;
  }
  
  .sp {
      display: block;
  }
  .switch .switch-style {
    margin-right: 4px !important;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1280px)  {
    .container {max-width: 1200px !important;}
}
@media screen and (max-width: 991px) {
    .matches__item--league {max-width: inherit;}
    .matches__status .t_time_num {margin-bottom: 10px;}
    .match-detail .panel__body .matches li .match__teams {padding-left: 0;}
}
@media screen and (max-width: 767px) {
    .single-tab ul {
      flex-flow: wrap;
    }
    .single-tab ul li {
      border-left: 1px solid #33373D;
      border-right: 1px solid #33373D;
      border-bottom: 1px solid #33373D;
    }
    .teambox__odds-bk {position: static;transform: inherit;flex-direction: column !important;}
    .teambox__odds-bk .company {flex-direction: row;width: auto;margin:0px;padding: 10px;background: #1A1D23;}
    .teambox__odds-bk .company .pointer {margin-bottom: 0;}
    .teambox__odds-bk .state {display: none;}
    .teambox {min-height: inherit;}
  }
  
  /* Fixed Header */

#header {
    background: #212428;
    padding: 0px !important;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
}
main {
    padding-top: 62px;
}
@media screen and (max-width: 1199px) {
  main {
    padding-top: 0;
  }
}
.sk_float_left, .sk_float_right {
    position: fixed;
    text-align: center;
    z-index: 1;
    padding-top: 60px;
    top: 7px !important;
}
.as-modal__dialog {
    left: 50%;
    max-width: 62rem;
    position: fixed;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9999;
}
.share-social a, .btn-share {
    background: #1170FF !important;
    color: #fff !important;
    font-size: 13px !important;
    border-radius: 2px !important;
    display: inline-block !important;
    padding: 6px 10px;
}
.share-social {
    position: absolute;
    right: 10px;
    margin-top: 7px;
}

.player__header .share-social {
    margin-top: 0px;
}
div#tv_links {
    position: relative;
    width: 78%;
}
.home .team__name a {
    font-weight: bold !important;
}
@media screen and (max-width: 767px) {
	.events_box .sl-leagues select {
		max-width:100% !important;
	}
}
@media screen and (min-width: 768px) {
	.as-popup {
		
	}
}
body:has(.as-popup__show) .nav-mobile{
    z-index: 1;
}
body:has(.as-popup__show) #header{
    z-index: 1;
}

.offer .score-component {
    padding-top: 8px !important;
}
.btn-share:hover {
    text-decoration: none;
}
.player__left #tv_links a i {
  display: none;
}
body {
  overflow-x: hidden !important;
}
#menu-mb a {
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .grid-matches {
    display: flex;
    flex-direction: column;
  }
  .highlights_box .grid-matches {
    display: block !important;
  }
}
.teambox_agg {
  display: none;
}
[data-sport-name="football"] .teambox_agg, [data-sport-name="tennis"] .teambox_agg {
  display: block;
}
.page-template-template-top-offer .container.main {
  min-height: 400px;
}
/* TV ẩn quảng cáo */
.hide-ads-on-tv .ads-item {
  display: none !important;
}
.box_content_home .home_content a {
    color: #FFBA00 !important;
    font-size: 16px;
}
.box_content_home .home_content span {
    color: white !important;
}