:root {
  --primary-color: #00603a;
  --secondary-color: #04903f;
  --gray-color:#777;
  --light-gray-color:#dddddd;
}

.football-results-table .sub-menu ul {
  margin-bottom: 0;
}
.football-results-table .sub-menu ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.football-results-table .sub-menu ul li a {
  display: inline-block;
  margin-right: 2px;
  border-radius: 2px;
  padding: 5px 9px;
  background: #e1e1e1;
  margin-top: 2px;
  margin-bottom: 2px;
  float: left;
  color: #212121;
  font-size: 11px;
}
.football-results-table .sub-menu ul li a:hover {
  background-color: #4e4e4e;
  color: #fff;
}
.football-results-table .sub-menu ul li.sub-menu-active a {
  background: #666;
  color: #fff;
}
.football-results-table .tab-match {
  margin-bottom: 5px;
}
.football-results-table .tab-match a {
  display: inline-block;
  line-height: 24px;
  background-color: #989898;
  color: #ffffff;
  padding: 2px 12px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 5px;
  margin-top: 3px;
}
.football-results-table .tab-match a:hover, .football-results-table .tab-match a.active {
  background-color: #4e4e4e;
  color: #fff;
}
.football-results-table .headline {
  background-color: var(--primary-color);
  padding: 5px 10px;
}
.football-results-table .headline a {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.item-schedule {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  padding: 7px 5px;
}
.item-schedule .time {
  width: 50px;
  font-size: 14px;
}
.item-schedule .teams {
  width: 390px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.item-schedule .teams .home-team, .item-schedule .teams .away-team {
  width: 160px;
}
.item-schedule .teams .home-team {
  text-align: right;
}
.item-schedule .match-score {
  width: 50px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  height: max-content;
}
.item-schedule .half-time {
  background-color: var(--gray-color);
}
.item-schedule .full-time {
  background-color: var(--primary-color);
}
@media (max-width: 550px) {
  .item-schedule .teams .home-team, .item-schedule .teams .away-team {
    width: 120px;
    font-size: 2.5vw;
  }
  .item-schedule .half-time {
    display: none;
  }
  .item-schedule .time {
    font-size: 2.5vw;
    width: auto;
  }
}
.item-schedule.even {
  background-color: var(--light-gray-color);
}
.item-schedule .fw-bold, .item-schedule .bold-text {
  font-weight: bold !important;
}
.item-schedule .text-right {
  text-align: right !important;
}

.content_box_detail {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 16px;
  padding: 16px;
}
.content_box_detail .match-detail-boxinfo {
  background: #005533;
  border: 1px solid #30AF4A;
  border-radius: 8px;
  padding: 16px;
}
.content_box_detail .match-detail-boxinfo .boxinfo-row {
  display: grid;
  grid-template-columns: 5fr 2fr 5fr;
}
.content_box_detail .match-detail-boxinfo .boxinfo-row .first-row-item {
  font-size: 18px;
  line-height: 130%;
  text-transform: capitalize;
  color: #F18A10;
}
.content_box_detail .match-detail-boxinfo .boxinfo-row .first-row-center {
  font-size: 18px;
  line-height: 130%;
  text-transform: capitalize;
  color: #FFFFFF;
}
.content_box_detail .match-detail-boxinfo .boxinfo-row:nth-child(2), .content_box_detail .match-detail-boxinfo .boxinfo-row:nth-child(3) {
  margin-top: 20px;
}
.content_box_detail .second-row-item {
  position: relative;
}
.content_box_detail .team-logo {
  width: 70px;
  height: 70px;
}
.content_box_detail .team-logo-home {
  margin-left: 10%;
}
.content_box_detail .team-logo-away {
  margin-right: 10%;
}
.content_box_detail .teamName {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
  max-width: 65%;
}
@media (max-width: 680px) {
  .content_box_detail .teamName {
    max-width: 100%;
    top: 65%;
  }
}
.content_box_detail .teamName.team-name-home {
  right: 5%;
}
.content_box_detail .teamName.team-name-away {
  left: 5%;
}
.content_box_detail .boxinfo-center {
  text-align: center;
}
.content_box_detail .boxinfo-minute {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #30AF4A;
}
.content_box_detail .match-score {
  display: block;
}
.content_box_detail .match-score, .content_box_detail .match-score > span {
  font-weight: 700;
  font-size: 42px;
  line-height: 130%;
  color: #4C5EFF;
  background: #FFFFFF;
  border-radius: 40px;
}
@media (max-width: 680px) {
  .content_box_detail .match-score, .content_box_detail .match-score > span {
    font-size: 3.5vw;
  }
}
.content_box_detail .match-score-half {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
  display: block;
}
.content_box_detail .third-row-item {
  font-size: 14px;
  line-height: 130%;
  text-transform: capitalize;
  color: #FFFFFF;
}
.content_box_detail .box-odds-header {
  width: 50%;
  margin: 20px auto 0;
}
@media (max-width: 600px) {
  .content_box_detail .box-odds-header {
    width: 100%;
  }
}
.content_box_detail .box-odds-title {
  background: #626262;
  box-shadow: inset 0px -1px 0px #B3B3B3;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}
.content_box_detail .box-odds-title > div {
  padding: 6px;
  height: 100%;
  font-size: 12px;
}
.content_box_detail .box-odds-title.title-top {
  display: grid;
  grid-template-columns: 2fr 3fr 3fr 3fr;
}
.content_box_detail .box-odds-body {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .content_box_detail .box-odds-body {
    width: 100%;
  }
}
.content_box_detail .box-odds-body .box-odds-body-row {
  display: grid;
  grid-template-columns: 2fr 3fr 3fr 3fr;
  border-bottom: 1px solid #B3B3B3;
}
.content_box_detail .box-odds-body .box-odds-body-row .box-odds-body-header {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
  background: #626262;
}
.content_box_detail .box-odds-body .box-odds-body-row .box-body-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  border-right: 1px solid #B3B3B3;
  padding: 2px;
}
.content_box_detail .box-odds-body .box-odds-body-row .box-body-item > div > span {
  margin: 2px 0;
  font-size: 12px;
}
.content_box_detail .match-tabs {
  margin-top: 20px;
  background: #FFFFFF;
  box-shadow: inset 0px -2px 0px #30AF4A;
  border-radius: 16px 16px 0px 0px;
  text-align: center;
  padding-bottom: 2px;
}
.content_box_detail .match-tabs .match-tab-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #626262;
  padding: 12px 16px;
  background: #F5F5F5;
  border-radius: 8px 8px 0px 0px;
  display: inline-block;
}
.content_box_detail .match-tabs .match-tab-link.active {
  color: #FFFFFF;
  font-weight: 700;
  background: #00603A;
}
.content_box_detail #match-detail-show .section-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  padding: 7px 10px;
  display: block;
}
.content_box_detail #match-detail-show .table {
  width: 100%;
  display: table;
  border-collapse: collapse;
}
.content_box_detail #match-detail-show .table .tr {
  display: table-row;
}
.content_box_detail #match-detail-show .table .tr .td {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.42857;
  padding: 8px 5px;
}
.content_box_detail .listing-match .row-header {
  background: #626262;
  color: #FFFFFF;
  font-size: 13px;
}
.content_box_detail .listing-match .row-header td {
  color: #ffffff;
}
.content_box_detail .listing-match .td {
  border: none;
  padding: 10px !important;
  border-bottom: 1px solid #f1f1f1;
  vertical-align: middle;
  line-height: 1 !important;
}
.content_box_detail .listing-match .minute-event {
  background: #EDF2F7;
}
.content_box_detail .listing-match .away-event > span {
  float: right;
  text-align: right;
}
.content_box_detail .listing-match .home-event > img {
  float: right;
}
.content_box_detail .listing-match .team-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 550px) {
  .content_box_detail .listing-match tr td.m-hide {
    display: none;
  }
}
.content_box_detail .text-right {
  text-align: right !important;
}
.content_box_detail .mt-20 {
  margin-top: 20px;
}
.content_box_detail .listing-match-note-wrap {
  padding: 16px;
}
.content_box_detail .listing-match-note-wrap .listing-match-note {
  padding: 16px;
  background: #F7F7F7;
  border-radius: 8px;
}
.content_box_detail .listing-match-note-wrap .listing-match-note > .wrap-note-item {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-top: 8px;
}
@media (max-width: 680px) {
  .content_box_detail .listing-match-note-wrap .listing-match-note > .wrap-note-item {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 550px) {
  .content_box_detail .listing-match-note-wrap .listing-match-note > .wrap-note-item {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.content_box_detail .listing-match-note-wrap .listing-match-note > .wrap-note-item .listing-match-note-item {
  font-size: 12px;
  line-height: 18px;
  color: #5F6368;
}
.content_box_detail .listing-match-note-wrap .listing-match-note > .wrap-note-item .listing-match-note-item .listing-match-note-item > img {
  width: 14px;
  height: 14px;
}
.content_box_detail .lineup-header-info {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
}
.content_box_detail .lineup-header-info .lineup-header-home, .content_box_detail .lineup-header-info .lineup-header-away {
  padding: 8px 16px;
}
.content_box_detail .lineup-header-info .lineup-header-home > span, .content_box_detail .lineup-header-info .lineup-header-away > span {
  display: inline-block;
  vertical-align: super;
  margin: 0 16px;
}
.content_box_detail .lineup-header-info .lineup-header-home > .formation, .content_box_detail .lineup-header-info .lineup-header-away > .formation {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 3px;
}
.content_box_detail .lineup-header-info .lineup-header-home {
  text-align: left;
  background: #05903F;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.content_box_detail .lineup-header-info .lineup-header-away {
  text-align: right;
  background: #FF6600;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.content_box_detail .player .player-stat {
  position: relative;
}
.content_box_detail .player .player-stat .lineup_event {
  position: absolute;
}
.content_box_detail .player .player-stat .lineup_event.lineup_event_sub {
  background-color: #FFF;
  border-radius: 50%;
  right: -8px;
  bottom: -1px;
}
.content_box_detail .player .player-stat .lineup_event.lineup_event_card {
  position: absolute;
  right: -5px;
  top: -8px;
}
.content_box_detail .player .player-stat .lineup_event.lineup_event_goal {
  left: -8px;
  top: -5px;
  background-color: #FFF;
  border-radius: 50%;
}
.content_box_detail .sp-count-goal {
  position: absolute;
  top: -12px;
  left: -8px;
  background: #a00000;
  z-index: 2;
  font-size: 9px;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  width: 12px;
  line-height: 12px;
}
.content_box_detail .lineup-sub-wrap {
  width: 100%;
  color: #333333;
  background-color: #FFFFFF;
}
.content_box_detail .lineup-sub-wrap .sub-header {
  background: #F2F2F2;
  border-bottom: 1px solid #E0E0E0;
  box-shadow: inset 0px -1px 0px #EEEEEE;
  text-align: center;
  padding: 8px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.content_box_detail .lineup-sub-wrap .sub-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #E0E0E0;
}
.content_box_detail .lineup-sub-wrap .sub-detail .substitutes-list-home {
  border-right: 1px solid #E0E0E0;
}
.content_box_detail .lineup-sub-wrap .sub-header-home, .content_box_detail .lineup-sub-wrap .sub-header-away {
  padding: 8px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  box-shadow: inset 0px -1px 0px #EBEBEB;
  display: flex;
  gap: 6px;
}
.content_box_detail .lineup-sub-wrap .player-name-wrap {
  box-shadow: inset 0px -1px 0px #F5F5F5;
  padding: 8px 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: #000000;
}
.content_box_detail .lineup-sub-wrap .player-name-wrap .player-no {
  margin: 0 8px;
  width: 20px;
  display: inline-block;
}
.content_box_detail .match-team-stats-wrap {
  border: 1px solid #E0E0E0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.content_box_detail .match-team-stats-wrap .team-stats-header {
  background: #626262;
  padding: 8px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}
.content_box_detail .match-team-stats-wrap .team-stats-item {
  padding: 8px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E0E0E0;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  color: #333333;
  font-weight: 500;
}
.content_box_detail .match-team-stats-wrap .team-stats-home {
  width: 28%;
  display: inline-block;
}
.content_box_detail .match-team-stats-wrap .team-stats-center {
  width: 42%;
  display: inline-block;
}
.content_box_detail .match-team-stats-wrap .team-stats-away {
  width: 28%;
  display: inline-block;
}
.content_box_detail .live-odds-title > * {
  display: inline-block !important;
  width: auto;
  margin-bottom: 20px;
}
.content_box_detail .dropdown {
  width: 155px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 4px;
  position: relative;
  display: inline-block;
}
.content_box_detail .dropdown .dropbtn {
  height: 32px;
  width: 100%;
  color: #000;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-bottom: 0;
}
.content_box_detail .dropdown .dropbtn svg {
  margin-left: 5px;
}
.content_box_detail .dropdown .dropbtn:hover ~ .dropdown-content {
  display: block !important;
}
.content_box_detail .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  width: 100%;
  z-index: 1;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 16px;
  max-height: 500px;
  overflow-y: auto;
}
.content_box_detail .dropdown .dropdown-content input {
  padding: 0;
  margin: 0;
}
.content_box_detail .dropdown .dropdown-content .bet-company-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  margin-left: 10px;
}
.content_box_detail .dropdown .dropdown-content:hover {
  display: block;
}
.content_box_detail .oddsTable {
  border-collapse: collapse;
  width: 100%;
}
.content_box_detail .oddsTable thead {
  background: #626262;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color: #FFFFFF;
}
.content_box_detail .oddsTable thead th {
  font-weight: bold;
  text-align: center;
}
.content_box_detail .oddsTable td, .content_box_detail .oddsTable th {
  border: 1px solid #B3B3B3;
  vertical-align: middle;
}
.content_box_detail .oddsTable tbody td {
  padding: 3px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #333333;
  text-align: center;
}
.content_box_detail .section-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  padding: 7px 10px;
  display: block;
}
.content_box_detail #stadium .player .player-name {
  display: block;
  width: max-content;
}
.content_box_detail #stadium .pitch-container .player {
  transform: translateY(-50%);
}
@media (max-width: 639px) {
  .content_box_detail #stadium .pitch-container .player {
    transform: translateY(-50%) rotate(-90deg);
  }
}
.content_box_detail #stadium .bench {
  display: none;
}
@media (max-width: 640px) {
  .content_box_detail #stadium .bench {
    display: block;
  }
}
@media (max-width: 639px) {
  .content_box_detail #stadium .pitch-container .pitch-field {
    width: 100%;
  }
}
.content_box_detail .bg-odds-live {
  background: #ECF9EE;
}
.content_box_detail .bg-odds-live-lastest {
  background: #FAFCCD;
}
.content_box_detail .oddsTable-responsive {
  width: 100%;
  overflow-x: auto;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.football-live-score-panel {
  padding: 8px;
  background-color: #fff;
}
.football-live-score-panel .wr-tab-data {
  border-bottom: 2px solid #00603A;
  overflow: hidden;
  margin-bottom: 10px;
}
.football-live-score-panel .wr-tab-data ul {
  list-style: none;
}
.football-live-score-panel .wr-tab-data ul li {
  background: #F5F5F5;
  border-radius: 8px 8px 0px 0px;
  padding: 8px 10px;
  float: left;
  margin-right: 2px;
  margin-left: 0;
  margin-bottom: 0;
}
.football-live-score-panel .wr-tab-data ul li a {
  color: #626262;
  font-size: 14px;
}
.football-live-score-panel .wr-tab-data ul li.active {
  background: #00603A;
}
.football-live-score-panel .wr-tab-data ul li.active a {
  color: #fff;
}
.football-live-score-panel .table_live .scoretitle {
  height: auto;
  display: flex;
  justify-content: space-between;
  background-color: rgb(98, 98, 98);
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 5px 0;
  border-radius: 6px 6px 0 0;
}
.football-live-score-panel .table_live .scoretitle .star {
  width: 25px;
}
.football-live-score-panel .table_live .scoretitle .league-name {
  width: 50px;
}
.football-live-score-panel .table_live .scoretitle .time {
  width: 42px;
}
.football-live-score-panel .table_live .scoretitle .match-score {
  width: 56px;
}
.football-live-score-panel .table_live .scoretitle .hOdds {
  width: 50px;
}
.football-live-score-panel .table_live .scoretitle .team {
  width: 170px;
}
.football-live-score-panel .table_live .scoretitle .links {
  flex: 1;
  text-align: center;
}
.football-live-score-panel .table_live .scoretitle .time-league, .football-live-score-panel .table_live .scoretitle .team-score {
  display: flex;
  align-items: center;
}
.football-live-score-panel .table_live .mobile-title {
  display: none;
}
@media (max-width: 680px) {
  .football-live-score-panel .table_live .mobile-title {
    background-color: #00603a;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 5px;
    border-radius: 6px 6px 0 0;
  }
  .football-live-score-panel .table_live .mobile-title .group {
    width: calc(100vw - 135px);
    display: flex;
    justify-content: space-between;
  }
  .football-live-score-panel .table_live .mobile-title .links {
    flex: 1;
    text-align: center;
  }
  .football-live-score-panel .table_live .scoretitle {
    display: none;
  }
  .m-hide{
  	display: none;
	}
}
.football-live-score-panel .table_live .item-live-home {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  align-items: center;
  padding: 0 6px;
}
.football-live-score-panel .table_live .item-live-home .btn-dat-cuoc {
  display: none;
}
.football-live-score-panel .table_live .item-live-home:nth-child(even) {
  background-color: #edf2ef;
}
.football-live-score-panel .table_live .item-live-home .star {
  width: 25px;
}
.football-live-score-panel .table_live .item-live-home .league-name {
  width: 50px;
  min-height: 40px;
  font-size: 11px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.football-live-score-panel .table_live .item-live-home .league-name a {
  color: inherit;
}
.football-live-score-panel .table_live .item-live-home .time {
  width: 42px;
  text-align: center;
  font-size: 12px;
}
.football-live-score-panel .table_live .item-live-home .team {
  width: 170px;
  font-size: 12px;
}
.football-live-score-panel .table_live .item-live-home .team .wr-team-live {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
.football-live-score-panel .table_live .item-live-home .team .wr-team-live .score {
  font-size: 11px;
  line-height: initial;
  margin: 0 8px 0 0;
  display: none;
  color: #333;
}
.football-live-score-panel .table_live .item-live-home .item2-match-score {
  width: 56px;
}
.football-live-score-panel .table_live .item-live-home .hOdds {
  width: 50px;
}
.football-live-score-panel .table_live .item-live-home .links {
  flex: 1;
  display: flex;
  justify-content: end;
  gap: 4px;
}
.football-live-score-panel .table_live .item-live-home .time-league, .football-live-score-panel .table_live .item-live-home .team-score {
  display: flex;
  align-items: center;
}
.football-live-score-panel .table_live .item-live-home .group {
  display: flex;
  align-items: center;
}
@media (max-width: 680px) {
  .football-live-score-panel .table_live .item-live-home .star, .football-live-score-panel .table_live .item-live-home .hOdds {
    display: none;
  }
  .football-live-score-panel .table_live .item-live-home .group {
    flex-direction: column;
    align-items: flex-start;
  }
  .football-live-score-panel .table_live .item-live-home .time-league {
    width: calc(100vw - 135px);
    justify-content: space-between;
  }
  .football-live-score-panel .table_live .item-live-home .time-league .time {
    width: auto;
  }
  .football-live-score-panel .table_live .item-live-home .time-league .league-name {
    background-clip: text;
    color: transparent;
    text-shadow: none;
    min-height: auto;
    width: auto;
    font-weight: bold;
  }
  .football-live-score-panel .table_live .item-live-home .team-score {
    flex-direction: column;
  }
  .football-live-score-panel .table_live .item-live-home .team-score .item2-match-score {
    display: none;
  }
  .football-live-score-panel .table_live .item-live-home .team-score .td-team-home {
    text-align: left !important;
  }
  .football-live-score-panel .table_live .item-live-home .team-score .team {
    width: calc(100vw - 135px);
  }
  .football-live-score-panel .table_live .item-live-home .team-score .team .wr-team-live .score {
    display: block;
  }
  .football-live-score-panel .table_live .item-live-home .btn-dat-cuoc {
    display: block;
    font-size: 10px;
    padding: 0px 4px;
    border-radius: 4px;
    color: #fff !important;
    background-color: red;
    margin-left: 10px;
    line-height: 12px;
  }
}
.football-live-score-panel .table_live .black-down a {
  font-size: 10px;
  color: #FFF;
}
.football-live-score-panel .table_live .show-minute {
  color: #01B243 !important;
}
.football-live-score-panel .table_live .yellowCard i, .football-live-score-panel .table_live .redCard i {
  padding: 0 2px;
  border-radius: 2px;
  margin: 0 2px;
  transform: rotate(7deg);
  display: inline-block;
  width: 12px;
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.football-live-score-panel .table_live .yellowCard i {
  background-color: #F4D108;
  color: #333333;
}
.football-live-score-panel .table_live .redCard i {
  background-color: red;
  color: #fff;
}
.football-live-score-panel .table_live .tyso-corner {
  color: #202124;
  font-size: 12px;
}
.football-live-score-panel .table_live .tyso-h1 {
  color: #FF0000;
  font-size: 12px;
}
.football-live-score-panel .table_live .oddstd .w-hOdds {
  display: flex;
  width: 100%;
}
.football-live-score-panel .table_live .oddstd span {
  line-height: 16px;
  height: 16px;
  display: inline-block;
  white-space: nowrap;
  padding: 2px 0 2px 2px;
  font-size: 12px;
  width: 30px;
  text-align: right;
}
.football-live-score-panel .table_live .oddstd .txt-asia {
  color: #FF0000;
}
.football-live-score-panel .table_live .oddstd .txt-overunder {
  color: #0B71F9;
}
.football-live-score-panel .table_live .wr-info-tiso a {
  color: #0000FF;
  font-weight: 700;
}
.football-live-score-panel .table_live .wr-info-tiso a.text-vs {
  color: #005533;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.football-live-score-panel .text-right {
  text-align: right !important;
}
.football-live-score-panel .text-left {
  text-align: left !important;
}

.listing-match {
  border-collapse: collapse;
}
.listing-match .row-header {
  background: #626262;
  color: #FFFFFF;
}
.listing-match .row-header td {
  line-height: 16px;
  background-color: #529f45;
  color: #ffffff;
}
.listing-match strong {
  font-size: 12px;
}
.listing-match td {
  padding: 3px;
  color: #2e2e2e;
  vertical-align: middle;
}
.listing-match tr:nth-child(even) {
  background: #dddddd;
}
.listing-match tr:first-child, .listing-match td:first-child {
  padding-left: 3px;
}
@media (max-width: 550px) {
  .listing-match tr td.m-hide {
    display: none;
  }
}

.standings {
  border-collapse: collapse;
}
.standings .green-text {
  color: #04903f;
}
.standings .button-points {
  display: inline-block;
  background-color: #04903f;
  padding: 3px 5px;
  font-size: 12px;
  color: #ffffff;
  border-radius: 4px;
}
.standings thead td {
  line-height: 16px;
  background-color: #529f45;
  color: #ffffff;
}
.standings tr:first-child, .standings td:first-child {
  padding-left: 3px;
}
.standings td {
  border: 1px solid #999;
}
.standings tr:nth-child(even) {
  background: #dddddd;
}

.box-list-schedule-all .title-schedule-league {
  display: block;
  padding: 5px 10px;
  overflow: hidden;
  line-height: 31px;
  background-color: #00603a;
}
.box-list-schedule-all .title-schedule-league .league-name {
  float: left;
}
.box-list-schedule-all .title-schedule-league .league-name h2 {
  line-height: 18px;
  font-size: 16px;
  display: inline;
}
.box-list-schedule-all .title-schedule-league .league-name h2 a {
  max-width: 240px;
  overflow: hidden;
  font-size: 12px;
  color: #ffffff;
}
.box-list-schedule-all .title-schedule-league .league-links {
  float: right;
}
.box-list-schedule-all .title-schedule-league .league-links a {
  padding-right: 8px;
  font-size: 12px;
}
.box-list-schedule-all .title-schedule-league a {
  color: #ffffff;
}
.box-list-schedule-all .content-odds-item {
  display: block;
  height: 56px;
  background-color: #c6d4f1;
  border-bottom: 1px solid #fff;
}
.box-list-schedule-all .content-odds-item .time-info {
  display: inline-block;
  width: 40px;
  text-align: center;
  border-right: 1px solid #f2f2f2;
}
.box-list-schedule-all .content-odds-item .time-info span {
  color: #EE6363;
  font-size: 11px;
}
.box-list-schedule-all .content-odds-item .club-name {
  display: inline-block;
  width: calc(100% - 300px);
  vertical-align: middle;
  border-right: 1px solid #f2f2f2;
  height: 54px;
  float: none;
}
.box-list-schedule-all .content-odds-item .club-name span {
  font-weight: 500;
  color: #333;
  display: block;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
}
.box-list-schedule-all .content-odds-item .club-name span strong {
  color: #333;
}
.box-list-schedule-all .content-odds-item .club-name span.hafttime {
  color: #159f3a;
}
.box-list-schedule-all .content-odds-item .odds-content {
  border-right: 1px solid #f2f2f2;
  display: inline-block;
  height: 56px;
  padding-right: 5px;
  vertical-align: middle;
  width: 100px;
}
.box-list-schedule-all .content-odds-item .odds-content .odds-data {
  display: block;
  height: 18px;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  margin: 0;
  padding: 0;
}
.box-list-schedule-all .content-odds-item .odds-content .odds-data span {
  display: block;
  float: left;
  width: 50%;
  height: 18px;
  font-weight: bold;
  color: #444;
  font-size: 12px;
}
.box-list-schedule-all .content-odds-item .odds-content .odds-data .highlight {
  font-weight: bold;
  color: #159f3a;
}
.box-list-schedule-all .content-odds-item .odds-content .odds-data .right-text {
  text-align: right;
}
.box-list-schedule-all .content-odds-item .odds-content.europe-ratio {
  width: 35px;
  border-right: none;
  overflow: hidden;
}
.box-list-schedule-all .content-odds-item:nth-child(even) {
  background-color: #e4e4e4;
}
