@charset "UTF-8";
#myTable {
  height: 100%;
}
#myTable tbody {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.basic-table-row {
  display: flex;
  column-gap: 10px;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: 10px;
  padding: 8px;
  transform: translateX(-8px);
  box-sizing: content-box;
}
.basic-table-row::-webkit-scrollbar {
  display: none;
}
.basic-table-row .basic-item {
  position: relative;
  padding-top: 30px;
  border-radius: 10px 10px 0 0;
  box-shadow: -2px 0 4px 0 rgba(77, 77, 77, 0.06), 2px 0 4px 0 rgba(77, 77, 77, 0.06), 0 -2px 4px 0 rgba(77, 77, 77, 0.06), 0 2px 4px 0 rgba(18, 0, 137, 0.05);
}
.basic-table-row .basic-item .PointsTable {
  overflow-x: hidden;
  height: 100%;
  margin-top: 0px;
}
.basic-table-row .basic-item .PointsTable-Title {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 12px;
  font-weight: 400;
  background-color: rgba(18, 0, 137, 0.9);
  color: #fff;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-radius: 10px 10px 0 0;
  padding-left: 16px;
}
.basic-table-row .basic-item .PointsTable-Extra {
  border: none;
  border-radius: 0px;
}
.basic-table-row .basic-item .PointsTable-Extra table thead th {
  background: #fff;
  color: #666666;
  font-size: 10px;
  font-weight: 500;
}
.basic-table-row .basic-item .PointsTable-Extra table tbody tr:nth-child(even) {
  background: rgba(18, 0, 137, 0.05);
  color: #444444;
}
.basic-table-row .basic-item .PointsTable-Extra table tbody tr:nth-child(even) .fixed-column {
  background: transparent;
}
.basic-table-row .basic-item .PointsTable-Extra #myTable tr {
  display: flex;
  align-items: center;
  padding: 0 8px;
}
.basic-table-row .basic-item .PointsTable-Extra #myTable tr th,
.basic-table-row .basic-item .PointsTable-Extra #myTable tr td {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
  box-sizing: border-box;
  width: calc((100% - 75px) / 7);
  font-size: 12px;
}
.basic-table-row .basic-item .PointsTable-Extra #myTable tr th.fixed-column-1,
.basic-table-row .basic-item .PointsTable-Extra #myTable tr td.fixed-column-1 {
  position: static;
}
.basic-table-row .basic-item .PointsTable-Extra #myTable tr th.fixed-column-2,
.basic-table-row .basic-item .PointsTable-Extra #myTable tr td.fixed-column-2 {
  width: 75px;
  position: static;
}
.basic-table-row .basic-item .PointsTable-Extra #myTable tr th.fixed-column-2 span,
.basic-table-row .basic-item .PointsTable-Extra #myTable tr td.fixed-column-2 span {
  width: auto;
}
.basic-table-row .basic-item .PointsTable-Extra #myTable tr td {
  font-size: 12px;
  color: rgb(68, 68, 68);
  font-size: 500;
}
.basic-table-row .basic-item .PointsTable-Extra #myTable tr td:last-of-type {
  font-size: 12px;
  font-weight: bold;
}
.basic-table-row .basic-item .PointsTable-Extra #myTable tr td.fixed-column-2 {
  display: flex;
  align-items: center;
  column-gap: 4px;
}

.basic-table-column {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  overflow-y: scroll;
  margin-bottom: 10px;
  padding: 4px 8px;
  transform: translateX(-8px);
  width: calc(100% + 16px);
}
.basic-table-column::-webkit-scrollbar {
  display: none;
}
.basic-table-column .basic-item {
  width: 100%;
  position: relative;
  padding-top: 30px;
  border-radius: 10px 10px 0 0;
  box-shadow: -2px 0 4px 0 rgba(77, 77, 77, 0.06), 2px 0 4px 0 rgba(77, 77, 77, 0.06), 0 -2px 4px 0 rgba(77, 77, 77, 0.06), 0 2px 4px 0 rgba(18, 0, 137, 0.05);
}
.basic-table-column .basic-item .PointsTable {
  height: 100%;
  margin-top: 0px;
}
.basic-table-column .basic-item .PointsTable-Title {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 12px;
  font-weight: 400;
  background-color: rgba(18, 0, 137, 0.9);
  color: #fff;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-radius: 10px 10px 0 0;
  padding-left: 16px;
}
.basic-table-column .basic-item .PointsTable-Extra {
  border: none;
  border-radius: 0px;
}
.basic-table-column .basic-item .PointsTable-Extra table thead th {
  background: #fff;
  color: #666666;
  font-size: 10px;
  font-weight: 500;
}
.basic-table-column .basic-item .PointsTable-Extra table tbody tr:nth-child(even) {
  background: rgba(18, 0, 137, 0.05);
  color: #444444;
}
.basic-table-column .basic-item .PointsTable-Extra table tbody tr:nth-child(even) .fixed-column {
  background: transparent;
}
.basic-table-column .basic-item .PointsTable-Extra #myTable tr {
  display: flex;
  align-items: center;
  padding: 0 8px;
}
.basic-table-column .basic-item .PointsTable-Extra #myTable tr th,
.basic-table-column .basic-item .PointsTable-Extra #myTable tr td {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
  width: calc((100% - 225px) / 7);
  font-size: 12px;
}
.basic-table-column .basic-item .PointsTable-Extra #myTable tr th.fixed-column-1,
.basic-table-column .basic-item .PointsTable-Extra #myTable tr td.fixed-column-1 {
  position: static;
}
.basic-table-column .basic-item .PointsTable-Extra #myTable tr th.fixed-column-2,
.basic-table-column .basic-item .PointsTable-Extra #myTable tr td.fixed-column-2 {
  width: 75px;
  position: static;
}
.basic-table-column .basic-item .PointsTable-Extra #myTable tr th.fixed-column-2 span,
.basic-table-column .basic-item .PointsTable-Extra #myTable tr td.fixed-column-2 span {
  width: auto;
}
.basic-table-column .basic-item .PointsTable-Extra #myTable tr th:last-of-type,
.basic-table-column .basic-item .PointsTable-Extra #myTable tr td:last-of-type {
  width: 75px;
}
.basic-table-column .basic-item .PointsTable-Extra #myTable tr th:nth-last-of-type(2),
.basic-table-column .basic-item .PointsTable-Extra #myTable tr td:nth-last-of-type(2) {
  width: 75px;
}
.basic-table-column .basic-item .PointsTable-Extra #myTable tr td {
  font-size: 12px;
  color: rgb(68, 68, 68);
  font-size: 500;
}
.basic-table-column .basic-item .PointsTable-Extra #myTable tr td:nth-of-type(8) {
  font-size: 12px;
  font-weight: bold;
}
.basic-table-column .basic-item .PointsTable-Extra #myTable tr td.fixed-column-2 {
  display: flex;
  align-items: center;
  column-gap: 4px;
}

.navigationBar-extra {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
  width: 100%;
}
.navigationBar-extra .fixNav {
  width: auto;
  position: static;
  white-space: nowrap;
}
.navigationBar-extra .fixNav ul {
  width: auto;
}
.navigationBar-extra .navigationscroll {
  margin-left: 0px;
  display: flex;
  align-items: center;
}

.Hot-Players-Extra .Hot-Players-list-Extra .Hot-Players-list-items .players-photo-extra {
  width: 100%;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.Hot-Players-Extra .Hot-Players-list-Extra .Hot-Players-list-items .players-photo-extra img {
  border-radius: 0px;
}

.Teams-Nav-Extra {
  margin-top: 0px;
}
.Teams-Nav-Extra a img {
  border-radius: 0px;
}

/* .match-live-PointsTable-Extra {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  border: none;
  table tbody tr:nth-child(even) {
    background: rgba($color: #120089, $alpha: 0.05);
  }
} */
.overs-list-extra {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.overs-list-extra .overs-list-column {
  background-color: rgba(18, 0, 137, 0.9);
}
.overs-list-extra .overs-list-items ul li .row-cont .Hidden-content p.tips.tips-red {
  background-color: rgba(18, 0, 137, 0.9);
}
.overs-list-extra .overs-list-items ul li .row-cont.filter-highlight {
  background: rgba(18, 0, 137, 0.05);
}

.Dashboard-Extra {
  background: url("../images/dashboard_bg@2x.png") no-repeat bottom right;
  background-size: 100% 100%;
  padding: 10px 16px 5px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  color: #fff;
  border-radius: 12px;
  box-shadow: -2px 0 4px 0 rgba(77, 77, 77, 0.06), 2px 0 4px 0 rgba(18, 0, 137, 0.2), 0 -2px 4px 0 rgba(18, 0, 137, 0.2), 0 2px 4px 0 rgba(18, 0, 137, 0.05); /* 底部阴影 */
}
.Dashboard-Extra b {
  font-weight: 400;
}
.Dashboard-Extra .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(13, 3, 79, 0.06);
}
.Dashboard-Extra .title span {
  position: relative;
  padding-left: 10px;
}
.Dashboard-Extra .title span::before {
  content: "";
  width: 2px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.Dashboard-Extra .title a {
  color: rgba(255, 255, 255, 0.6);
}
.Dashboard-Extra .Dashboard {
  align-items: flex-start;
}
.Dashboard-Extra .Dashboard .Total-Matches {
  border: none;
}
.Dashboard-Extra .Dashboard .Total-Matches div {
  align-items: flex-start;
}
.Dashboard-Extra .Dashboard .Total-Matches div p {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.Dashboard-Extra .Dashboard .Total-Matches div p span {
  font-size: 16px;
}
.Dashboard-Extra .Dashboard .Total-Matches div p b {
  font-size: 24px;
}
.Dashboard-Extra .Dashboard .Dashboard-total-text {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-left: 0px;
}
.Dashboard-Extra .Dashboard .Dashboard-total-text .Dashboard-total-text-top span {
  color: #fff;
  font-size: 10px;
  font-weight: lighter;
}
.Dashboard-Extra .Dashboard .Dashboard-total-text .Dashboard-total-text-top span b {
  color: #ffba11;
  font-size: 12px;
  vertical-align: top;
  margin-left: 4px;
}
.Dashboard-Extra .Dashboard .Dashboard-total-text .Dashboard-total-text-bottom-box {
  padding-top: 0px;
}
.Dashboard-Extra .Dashboard .Dashboard-total-text .Dashboard-total-text-bottom-box div {
  border-right: 1px solid rgba(13, 3, 79, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Dashboard-Extra .Dashboard .Dashboard-total-text .Dashboard-total-text-bottom-box div:last-of-type {
  border-right: none;
}
.Dashboard-Extra .Dashboard .Dashboard-total-text .Dashboard-total-text-bottom-box div p {
  white-space: nowrap;
  font-size: 10px;
  font-weight: lighter;
}
.Dashboard-Extra .Dashboard .Dashboard-total-text .Dashboard-total-text-bottom-box div h3 {
  font-size: 12px;
  background-color: rgba(95, 38, 214, 0.17);
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  width: 50px;
}

.stats ul li .pic-extra {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stats ul li .pic-extra img.avatar-extra {
  width: 20px;
  height: 20px;
  margin: 0px;
  border: none;
  padding: 2px;
  box-sizing: content-box;
  border: 2px solid #004CE4;
}

.firstLi.firstLi-extra {
  display: flex !important;
  align-items: flex-start;
  column-gap: 16px;
}
.firstLi.firstLi-extra .pic {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
.firstLi.firstLi-extra .pic .avatar-extra {
  width: 45px;
  margin: 0px;
  border: none;
  padding: 2px;
  box-sizing: content-box;
  border: 2px solid #004CE4;
  box-shadow: 0px 0px 3px 3px rgba(52, 22, 255, 0.15);
}
.firstLi.firstLi-extra .pic .national-flag {
  width: 20px;
  margin: 0;
}

.stats ul li.firstLi .pic img.national-flag {
  border-radius: 3px;
  padding: 2px;
  box-sizing: content-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.Leaderboard-scroll {
  padding: 0 8px;
  transform: translateX(-8px);
}
.Leaderboard-scroll .stats-extra {
  border: none;
  box-shadow: 0px 0px 2px 2px rgba(77, 77, 77, 0.06);
  border-radius: 10px;
}

.radioTabbox-extra {
  border: none;
  font-size: 12px;
}

.radioTabbox-items-extra:first-of-type {
  border-radius: 3px 0px 0px 3px;
}
.radioTabbox-items-extra:nth-of-type(2) {
  border-radius: 0px 3px 3px 0px;
}

#navigationTab-box-extra {
  display: flex;
  align-items: center;
  height: 76px;
}

.navigationTab-box-extra {
  margin-top: 0;
}
.navigationTab-box-extra .navigationTab-scroll a {
  font-size: 12px;
  color: #0d034f;
  font-weight: 400;
}
.navigationTab-box-extra .navigationTab-scroll a.current {
  color: #0d034f;
  font-weight: 700;
}

#Schedule-scroll {
  margin-bottom: 10px;
}

.Schedule-scroll-extra {
  display: flex;
  align-items: center;
}
.Schedule-scroll-extra .Schedule-scroll-items {
  height: 155px;
}
.Schedule-scroll-extra .Schedule-scroll-items .schedule {
  height: calc(100% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Schedule-scroll-extra .Schedule-scroll-items .schedule .schedule-info-extra {
  height: 24px;
  display: flex;
  align-items: center;
  column-gap: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Schedule-scroll-items-extra {
  width: auto;
}
.Schedule-scroll-items-extra a {
  width: 250px;
}
.Schedule-scroll-items-extra a:hover {
  color: rgb(4, 4, 4);
}

.footer-info-extra {
  position: relative;
}
.footer-info-extra::before {
  content: "";
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  background-color: #004CE4;
}
.footer-info-extra::after {
  content: "";
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
  background-color: #004CE4;
}

.footer-info-extra {
  height: 80px;
  /*padding-bottom: 50px;*/
  box-sizing: content-box;
}

.footer-info-extra-tran-ls {
  height: 180px;
  padding-bottom: 50px;
  box-sizing: content-box;
}

.adFix-extra {
  height: 100px;
  position: fixed;
  bottom: 0;
  left: 0;
}

.Hot-Players-extra .players-photo {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

#app {
  padding-bottom: var(--data-paddingBottom);
}

.live-tips {
  display: inline-block;
  padding: 2px 5px;
  /* background: var(--primary-color-01); */
  background: #f00;
  color: #fff;
  font-size: 10px;
  border-radius: 3px;
}

.latest-news-extra {
  box-shadow: 0px 0px 2px 2px rgba(77, 77, 77, 0.06);
  border-radius: 10px;
  padding: 8px 8px 8px 16px;
}
.latest-news-extra .num {
  color: #444444;
}
.latest-news-extra .news-items:nth-child(1) .num {
  color: #ff0000;
}
.latest-news-extra .news-items:nth-child(2) .num {
  color: #ff6900;
}
.latest-news-extra .news-items:nth-child(3) .num {
  color: #ffb400;
}

.items-column-extra {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.items-column-extra span {
  font-size: 14px;
  color: #444444;
  position: relative;
  padding-left: 8px;
  font-weight: 500;
}
.items-column-extra span::before {
  content: "";
  width: 2px;
  height: 7px;
  background-color: #444444;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.items-column-extra .text-link-extra {
  color: #999;
  font-size: 10px;
}
.items-column-extra .more-extra {
  margin-top: 0px !important;
  background-size: contain !important;
}

.feedbackBtn-extra.feedbackBtn {
  background-color: rgb(41, 25, 148);
  font-size: 12px;
  font-weight: 400;
}

.radioTabbox-items label {
  color: rgb(41, 25, 148);
}
.radioTabbox-items.current label {
  color: #fff;
}

.PointsTable .tableIcon-extra {
  border-radius: 0px;
  width: 20px;
  height: auto;
  padding: 2px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.national-flag-wrap {
  display: flex;
  align-items: center;
  width: 30px;
  height: auto;
  text-align: center;
  border-radius: 3px;
  padding: 2px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 5px;
}
.national-flag-wrap .national-flag {
  width: 100%;
  display: inline-block;
  border-radius: 3px;
}

.latest-news .news-items .num {
  color: rgb(68, 68, 68);
}

.latest-news .news-items:nth-child(1) .num {
  color: rgb(255, 0, 0);
}

.latest-news .news-items:nth-child(2) .num {
  color: rgb(255, 105, 0);
}

.latest-news .news-items:nth-child(3) .num {
  color: rgb(255, 180, 0);
}

.schedule-teams-num {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 4px;
}

.PointsTable table tbody tr .fixed-column-3-extra {
  white-space: nowrap;
}
.PointsTable table tbody tr .fixed-column-3-extra span {
  width: 100px;
}
.PointsTable table tbody tr .fixed-column-3-extra span a {
  width: 60px !important;
  display: inline-block;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.PointsTable table tbody tr .fixed-column-4-extra {
  white-space: nowrap;
}

.PointsTable table tbody tr:nth-child(even) .fixed-column-3-extra {
  background-color: #f9f9f9 !important;
}
.PointsTable table tbody tr:nth-child(even) .fixed-column-4-extra {
  background-color: #f9f9f9 !important;
}

.stats ul li {
  display: flex;
  align-items: center;
}
.stats ul li .text {
  line-height: 20px;
  word-break: break-all;
}
