@keyframes react-loading-skeleton {
  to {
      transform: translateX(100%)
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block;
  background-color: var(--base-color);
  width: 100%;
  border-radius: .25rem;
  display: inline-flex;
  line-height: 1;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.react-loading-skeleton:after {
  content: " ";
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));
  transform: translateX(-100%);
  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite
}

*,:after,:before {
  box-sizing: border-box
}

* {
  padding: 0;
  margin: 0
}

.img-res {
  max-width: 100%;
  height: auto
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 100%;
  margin: 0
}

.hidden-body,.overflow-modal {
  overflow: hidden
}

.hidden-body {
  position: fixed;
  height: 100%
}

@media screen and (max-width: 1024px) {
  .hidden-body main {
      overflow:hidden
  }
}

#app-container {
  padding-top: 2rem
}

@media screen and (max-width: 1024px) {
  #app-container {
      padding-top:1rem;
      position: relative
  }
}

.start-active:before {
  color: #ef9123
}

.icon-livescore {
  font-size: 2rem
}

@media screen and (max-width: 1024px) {
  .icon-livescore {
      font-size:1.8rem
  }
}

.font-weight-bold {
  font-weight: 700
}

.livescore-soccer {
  display: grid;
  grid-template-columns: 69% 31%;
  grid-template-rows: unset;
  grid-gap: 0;
  align-items: start
}

@media screen and (max-width: 1024px) {
  .livescore-soccer {
      grid-template-columns:100%
  }
}

@media (max-width: 767px) {
  .livescore-soccer {
      display:inherit
  }
}

.tab-content .tab-pane {
  display: none
}

.tab-content .tab-pane.active {
  display: block
}

.container {
  width: 100%;
  padding: 0 1rem;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width: 1024px) {
  .container {
      padding:0 1.2rem
  }
}

@media (min-width: 1280px) {
  .container {
      max-width:113rem
  }
}

@media (min-width: 1400px) {
  .container {
      max-width:130rem
  }
}

.livescore-container {
  width: 100%;
  padding: 0 1rem;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width: 1024px) {
  .livescore-container {
      padding:0 1.2rem
  }
}

@media (min-width: 1280px) {
  .livescore-container {
      max-width:104rem
  }
}

.live .soccer-match-stage span {
  color: #981e31!important;
  font-size: 1.3rem;
  line-height: 1.5rem;
  position: relative;
  font-weight: 700
}

.live .soccer-match-stage span:before {
  content: "";
  display: block;
  width: .6rem;
  height: .6rem;
  background: #981e31;
  border-radius: 100%;
  left: -15px;
  top: 6px;
  position: absolute
}

@media (max-width: 767px) {
  .live .soccer-match-stage span:before {
      top:5px
  }
}

.live .soccer-match-stage span:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #981e31;
  opacity: .7;
  border-radius: 100%;
  left: -19px;
  top: 2px;
  position: absolute;
  animation: live 2s ease-in-out infinite
}

@media (max-width: 767px) {
  .live .soccer-match-stage span:after {
      top:1px
  }
}

@keyframes live {
  0% {
      transform: scale(0)
  }

  to {
      transform: scale(1.5);
      background-color: rgba(225,60,41,0)
  }
}

.soccer-match-grid {
  margin-top: 2.4rem
}

@media (max-width: 767px) {
  .soccer-match-grid {
      margin-top:2rem
  }
}

.soccer-match-grid-item {
  background: #fffdf9;
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: .8rem;
  background-color: #e9e9e9;
  overflow: hidden
}

@media screen and (max-width: 1024px) {
  .soccer-match-grid-item {
      margin-bottom:.8rem
  }
}

.soccer-match-grid-item .text-matched {
  color: #39f
}

.soccer-match-grid-item-header {
  align-items: center;
  border-bottom: 1px solid #dadada;
  display: grid;
  grid-template-columns: 1fr 4.5rem;
  grid-template-rows: unset;
  grid-gap: 0;
  grid-auto-flow: column;
  padding: .4rem 2.2rem;
  cursor: pointer
}

@media screen and (max-width: 1024px) {
  .soccer-match-grid-item-header {
      display:grid;
      grid-template-columns: 1fr 3rem;
      grid-template-rows: unset;
      grid-gap: 0;
      padding: .5rem 1.6rem
  }
}

.soccer-match-grid-item-header .soccer-match-grid-item-star-icon {
  cursor: pointer;
  text-align: center
}

.soccer-match-grid-item-header .soccer-match-grid-item-league {
  align-items: center;
  display: flex;
  font-weight: 600
}

.soccer-match-grid-item-header .soccer-match-grid-item-league .icon-favourite-outline,.soccer-match-grid-item-header .soccer-match-grid-item-league .icon-live-start {
  margin-right: 1.7rem;
  font-size: 2.4rem
}

@media screen and (max-width: 1024px) {
  .soccer-match-grid-item-header .soccer-match-grid-item-league .icon-favourite-outline,.soccer-match-grid-item-header .soccer-match-grid-item-league .icon-live-start {
      margin-right:1.2rem;
      font-size: 2rem
  }
}

.soccer-match-grid-item-header .soccer-match-grid-item-league .icon-favourite-outline:hover:before {
  color: #ef9123
}

.soccer-match-grid-item-header .soccer-match-grid-item-league .livescore-logo-team {
  width: 2.4rem;
  height: 1.8rem;
  position: relative;
  overflow: hidden;
  margin-right: 1.2rem
}

@media screen and (max-width: 1024px) {
  .soccer-match-grid-item-header .soccer-match-grid-item-league .livescore-logo-team {
      margin-right:.6rem;
      width: 2.4rem;
      height: 1.8rem
  }
}

.soccer-match-grid-item-header .soccer-match-grid-item-league .livescore-logo-team img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast
}

.soccer-match-grid-item-header .soccer-match-grid-item-league .livescore-name-team {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #324a75;
  width: 85%
}

.soccer-match-grid-item-header .soccer-match-grid-item-league .livescore-name-team:hover {
  color: #981e31
}

@media screen and (max-width: 1024px) {
  .soccer-match-grid-item-header .soccer-match-grid-item-league .livescore-name-team {
      font-size:1.2rem;
      line-height: 1.6rem;
      width: 75%;
      display: flex;
      flex-wrap: wrap;
      font-weight: 700
  }
}

@media screen and (device-aspect-ratio: 40/71) {
  .soccer-match-grid-item-header .soccer-match-grid-item-league .livescore-name-team {
      font-size:1.1rem;
      width: 70%
  }
}

@media screen and (max-width: 1024px) {
  .soccer-match-grid-item-header .soccer-match-grid-item-league .livescore-name-team span.country-name {
      order:2;
      width: 100%;
      font-size: 1.1rem;
      color: #60718e;
      font-weight: 600
  }
}

@media screen and (max-width: 1024px) {
  .soccer-match-grid-item-header .soccer-match-grid-item-league .livescore-name-team span.round-name {
      order:1;
      width: 21.5rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis
  }
}

.soccer-match-grid-item-header .soccer-match-grid-item-result,.soccer-match-grid-item-header .soccer-match-grid-item-schedule,.soccer-match-grid-item-header .soccer-match-grid-item-standings {
  text-align: center;
  cursor: pointer;
  color: #06c;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem
}

@media screen and (max-width: 1024px) {
  .soccer-match-grid-item-header .soccer-match-grid-item-result,.soccer-match-grid-item-header .soccer-match-grid-item-schedule,.soccer-match-grid-item-header .soccer-match-grid-item-standings {
      display:none
  }
}

.soccer-match-grid-item-body {
  padding: .8rem;
  background: #fffdf9
}

@media screen and (max-width: 1024px) {
  .soccer-match-grid-item-body {
      padding:.6rem
  }
}

.soccer-match-grid-item-body .soccer-match-star-icon {
  text-align: right;
  position: absolute;
  right: 13px
}

@media screen and (max-width: 1024px) {
  .soccer-match-grid-item-body .soccer-match-star-icon {
      width:auto;
      position: unset
  }
}

.soccer-match-grid-item-body .soccer-match-star-icon .icon-live-right {
  font-size: 1.2rem
}

@media screen and (max-width: 1024px) {
  .soccer-match-grid-item-body .soccer-match-star-icon .icon-live-right {
      display:none
  }
}

.group-match-item {
  margin-bottom: .6rem
}

.group-match-item:last-child {
  margin-bottom: 0
}

.group-match-item-slogan {
  background: #d8e0ed;
  border-radius: 3px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding: .6rem 1.2rem;
  text-transform: uppercase;
  margin-bottom: .6rem
}

@media screen and (max-width: 1024px) {
  .group-match-item-slogan {
      font-size:1.1rem;
      line-height: 1.5rem;
      padding: .4rem .8rem
  }
}

@media screen and (max-width: 1024px) {
  .group-match-item-slogan .livescore-name-team {
      display:flex;
      flex-wrap: wrap
  }
}

@media screen and (max-width: 1024px) {
  .group-match-item-slogan .livescore-name-team span.country-name {
      order:2;
      width: 100%
  }
}

@media screen and (max-width: 1024px) {
  .group-match-item-slogan .livescore-name-team span.round-name {
      order:1;
      width: 21.5rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis
  }
}

.group-match-item .soccer-match-item {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border: 1px solid #ededed;
  box-sizing: border-box;
  border-radius: 5px;
  padding: .6rem 1.4rem;
  margin-top: .6rem;
  transition: all .2s ease-in-out;
  cursor: pointer;
  position: relative
}

@media screen and (max-width: 1024px) {
  .group-match-item .soccer-match-item {
      justify-content:space-between
  }
}

.group-match-item .soccer-match-item:first-child {
  margin-top: 0
}

.group-match-item .soccer-match-item:hover {
  box-shadow: 0 0 5px rgba(0,0,0,.25);
  background: #fff
}

.group-match-item .soccer-match-item:hover .icon-favourite-outline:before {
  color: #ef9123
}

.group-match-item .soccer-match-item .icon-favourite-outline {
  font-size: 2rem
}

@media screen and (max-width: 1024px) {
  .group-match-item .soccer-match-item .icon-favourite-outline {
      font-size:1.8rem
  }
}

.group-match-item .soccer-match-item .icon-favourite-outline.disabled:before {
  color: #e0e0e0
}

.group-match-item .soccer-match-item .icon-livescore,.group-match-item .soccer-match-item .soccer-match-stage {
  margin-right: 1.2rem
}

@media screen and (max-width: 1024px) {
  .group-match-item .soccer-match-item .icon-livescore,.group-match-item .soccer-match-item .soccer-match-stage {
      margin-right:0
  }
}

@media screen and (max-width: 1024px) {
  .group-match-item .soccer-match-item {
      padding:.6rem 1rem
  }
}

.group-match-item .soccer-match-item .soccer-match-stage {
  width: 9rem;
  text-align: center
}

.group-match-item .soccer-match-item .soccer-match-team {
  width: 66%
}

@media screen and (max-width: 1024px) {
  .group-match-item .soccer-match-item .soccer-match-team {
      width:70%
  }
}

@media screen and (device-aspect-ratio: 40/71) {
  .group-match-item .soccer-match-item .soccer-match-team {
      width:60%
  }
}

.group-match-item .soccer-match-item .soccer-match-team .group-team .soccer-team {
  display: flex;
  align-items: center
}

.group-match-item .soccer-match-item .soccer-match-team .group-team .soccer-team-name {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 600;
  padding-right: 1rem
}

@media (max-width: 767px) {
  .group-match-item .soccer-match-item .soccer-match-team .group-team .soccer-team-name {
      max-width:12.2rem;
      font-size: 1.1rem;
      line-height: 1.3rem;
      padding-right: .3rem
  }
}

@media screen and (device-aspect-ratio: 40/71) {
  .group-match-item .soccer-match-item .soccer-match-team .group-team .soccer-team-name {
      font-size:1rem;
      max-width: 6rem
  }
}

.group-match-item .soccer-match-item .soccer-match-team .group-team .soccer-team-logo {
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 1.6rem;
  image-rendering: -webkit-optimize-contrast
}

@media screen and (max-width: 1024px) {
  .group-match-item .soccer-match-item .soccer-match-team .group-team .soccer-team-logo {
      width:2rem;
      height: 2rem;
      margin-right: .6rem
  }
}

.group-match-item .soccer-match-item .soccer-match-team .group-team .soccer-team-result {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center
}

@media screen and (device-aspect-ratio: 40/71) {
  .group-match-item .soccer-match-item .soccer-match-team .group-team .soccer-team-result {
      font-size:1.2rem
  }
}

.group-match-item .soccer-match-item .soccer-match-team .group-team .soccer-team-result .total-score {
  font-weight: 700;
  margin-right: .6rem;
  width: 1.8rem;
  display: block;
  text-align: center;
  border-radius: 3px
}

@media (max-width: 767px) {
  .group-match-item .soccer-match-item .soccer-match-team .group-team .soccer-team-result .total-score {
      margin-right:.3rem
  }
}

.group-match-item .soccer-match-item .soccer-match-team .group-team .soccer-team-status {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center
}

.group-match-item .soccer-match-item .soccer-match-team .group-team .soccer-team-status li {
  text-transform: uppercase;
  background: #7297c1;
  border: 1px solid #abc4e1;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1rem;
  padding: .3rem .5rem
}

@media screen and (max-width: 1024px) {
  .group-match-item .soccer-match-item .soccer-match-team .group-team .soccer-team-status li {
      font-size:.8rem;
      line-height: 1;
      padding: .1rem .3rem
  }
}

.group-match-item .soccer-match-item .soccer-match-team .group-team .home-team {
  padding-bottom: .6rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative
}

.group-match-item .soccer-match-item .soccer-match-team .group-team .away-team {
  padding-top: .6rem;
  position: relative
}

@media screen and (max-width: 1024px) {
  .group-match-item .soccer-match-item .soccer-match-stage {
      order:3;
      width: 4.4rem;
      line-height: 1;
      text-align: center
  }
}

.group-match-item .soccer-match-item .soccer-match-stage span {
  font-size: 1.3rem;
  line-height: 1.4rem
}

@media screen and (max-width: 1024px) {
  .group-match-item .soccer-match-item .soccer-match-stage span {
      font-size:1.1rem
  }
}

@media (max-width: 767px) {
  .group-match-item .soccer-match-item.live-intermission .soccer-match-stage {
      margin-top:1.2rem
  }
}

.group-match-item .soccer-match-item.live-intermission .soccer-match-stage span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: .5rem
}

@media screen and (max-width: 1024px) {
  .group-match-item .soccer-match-item.live-intermission .soccer-match-stage span {
      font-size:.9rem;
      line-height: 1.5rem
  }
}

.group-match-item .soccer-match-item.live-intermission .soccer-match-stage span:before {
  left: auto;
  right: 50%;
  top: 0;
  transform: translate(50%,-50%)
}

@media screen and (max-width: 1024px) {
  .group-match-item .soccer-match-item.live-intermission .soccer-match-stage span:before {
      right:35%
  }
}

.group-match-item .soccer-match-item.live-intermission .soccer-match-stage span:after {
  left: auto;
  right: 41%;
  top: -7px;
  transform: translate(50%,-50%)
}

@media screen and (max-width: 1024px) {
  .group-match-item .soccer-match-item.live-intermission .soccer-match-stage span:after {
      right:13%
  }
}

.icon-live-right {
  font-size: 1.2rem;
  text-align: right
}

@media screen and (device-aspect-ratio: 40/71) {
  .icon-live-right {
      font-size:1.2rem
  }
}

.rc-highlight {
  background-color: #fcde9d!important;
  color: #2f2f2f!important
}

.livescore-post-detail {
  margin-top: 2rem
}

@media (max-width: 767px) {
  .livescore-post-detail {
      padding-bottom:0;
      border-bottom: none
  }
}

.livescore-post-detail .none-data {
  font-size: 1.4rem;
  text-align: center;
  padding: .5rem 0
}

.livescore-post-detail .livescore-name-team {
  display: block;
  background: #f5f3ef;
  padding: 1rem 1.2rem;
  color: #222;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.9rem
}

.livescore-post-detail .livescore-name-team .round-name {
  cursor: pointer
}

.livescore-post-detail .livescore-soccer-main {
  background: #f5f3ef;
  border: 1px solid #dadada;
  border-radius: 3px;
  overflow: overlay;
  max-height: 44.4rem
}

.livescore-post-detail .livescore-soccer-main::-webkit-scrollbar {
  width: .6rem
}

@media (max-width: 767px) {
  .livescore-post-detail .livescore-soccer-main::-webkit-scrollbar {
      display:none
  }
}

.livescore-post-detail .livescore-soccer-main::-webkit-scrollbar-track {
  background-color: transparent
}

.livescore-post-detail .livescore-soccer-main::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.2);
  border-radius: 3px
}

.livescore-post-detail .livescore-soccer-main .wc-bg-overflow {
  background: #fcfaf6;
  position: relative;
  border-top: 1px solid #dadada
}

.livescore-post-detail .livescore-soccer-main .wc-bg-overflow:first-child {
  border-top: none
}

.livescore-post-detail .livescore-soccer-main .wc-bg-overflow .live-score-nav {
  position: absolute;
  top: 10px;
  right: 10px;
  list-style: none;
  display: flex
}

.livescore-post-detail .livescore-soccer-main .wc-bg-overflow .live-score-nav li {
  padding: 0 .6rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #888;
  text-decoration: none;
  cursor: pointer
}

.livescore-post-detail .livescore-soccer-main .wc-bg-overflow .live-score-nav li.active {
  color: #222
}

.livescore-post-detail .livescore-soccer-main.ff-scroll {
  overflow: auto;
  scrollbar-width: thin
}

.livescore-post-detail .group-duel .duel-date {
  background: #d8e0ed;
  padding: .3rem 1.1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #222
}

.livescore-post-detail .group-duel .duel-participant {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: .6rem 0;
  border-bottom: 1px solid #e8e6e3;
  cursor: pointer
}

.livescore-post-detail .group-duel .duel-participant:last-child {
  border-bottom: none
}

.livescore-post-detail .group-duel .duel-participant .flex-league {
  display: flex;
  justify-content: center;
  align-items: center
}

.livescore-post-detail .group-duel .live.live-intermission .soccer-match-stage span,.livescore-post-detail .group-duel .live .soccer-match-stage span {
  color: #981e31;
  font-size: 1.1rem
}

.livescore-post-detail .group-duel .live.live-intermission .soccer-match-stage span:before,.livescore-post-detail .group-duel .live .soccer-match-stage span:before {
  left: -10px;
  top: 5px;
  width: .4rem;
  height: .4rem
}

.livescore-post-detail .group-duel .live.live-intermission .soccer-match-stage span:after,.livescore-post-detail .group-duel .live .soccer-match-stage span:after {
  width: 1rem;
  height: 1rem;
  left: -13px;
  top: 2px
}

.livescore-post-detail .group-duel .column-left .team-logo {
  margin-left: .6rem
}

.livescore-post-detail .group-duel .column-left .team-name {
  text-align: right
}

.livescore-post-detail .group-duel .column-right .team-logo {
  margin-right: .6rem
}

.livescore-post-detail .group-duel .column-right .team-name {
  text-align: left
}

.livescore-post-detail .group-duel .result-league {
  margin: 0 1rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.9rem;
  width: 4rem
}

.livescore-post-detail .group-duel .result-league .detail-score-wrapper {
  text-align: center
}

.livescore-post-detail .group-duel .team {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
  align-items: center;
  display: flex
}

.livescore-post-detail .group-duel .team-logo {
  width: 2.2rem;
  height: 2.2rem;
  overflow: hidden;
  text-align: center
}

.livescore-post-detail .group-duel .team-logo img {
  max-width: 100%;
  height: 100%
}

.livescore-post-detail .group-duel .team-name {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  width: clamp(10rem,10rem,13rem)
}

@media (max-width: 767px) {
  .livescore-post-detail .group-duel .team-name {
      width:clamp(9rem,9rem,10rem)
  }
}

.livescore-post-detail .group-duel .team-name.win {
  font-weight: 700
}

.livescore-post-detail .group-duel .soccer-match-stage {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4rem
}
