
.matches-title[data-v-064bee41] {
  font-size: 1rem;
  font-family: var(--weight-600);
  margin-bottom: 1.2rem;
  color: var(--color-text-default-default);
}
.btn-aspn-primary[data-v-064bee41] {
  font-size: 1rem;
}
.hkfc-match__wrapper[data-v-064bee41] {
  display: flex;
  gap: 24px;
}
.hkfc-match__container[data-v-064bee41] {
  width: 576px; /*680px*/

  background: var(--color-background-default-secondary);
  padding: 16px;
  border-radius: 16px;
  margin-bottom: 1.2rem;
  box-sizing: border-box;
}

/* live video */
.hkfc-live-video__wrapper[data-v-064bee41] {
  position: relative;
  height: 306px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 12px;
}
.hkfc-live-video__wrapper.show-login[data-v-064bee41] {
  height: 306px;
}
.hkfc-countdown__wrapper[data-v-064bee41] {
  position: relative;
  /* height: 100%; */
  width: 100%;
}
.hkfc-countdown[data-v-064bee41] {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 2.4rem;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.hkfc-countdown__card-container[data-v-064bee41] {
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-right: 8px;
}
.hkfc-countdown__card[data-v-064bee41] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  min-width: 56px;
  height: 56px;
  margin-right: 8px;
  padding: 5px;
}
.hkfc-countdown__card-container.last[data-v-064bee41],
.hkfc-countdown__card.last[data-v-064bee41] {
  margin-right: 0;
}
.hkfc-countdown__number[data-v-064bee41] {
  font-family: var(--weight-700);
  font-size: 24px;
}
.hkfc-countdown__day[data-v-064bee41] {
  font-family: var(--weight-400);
  font-size: 12px;
}
/* date tabs */
.hkfc-date__card[data-v-064bee41] {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  border-radius: 8px;
  /* border-top-left-radius: 4px;
  border-top-right-radius: 4px; */
  cursor: pointer;
  color: var(--color-text-default-secondary);
  font-size: 12px;
  margin: 0 2px;
  padding: 10px 0;
  font-weight: 600;
}
.hkfc-date__card[data-v-064bee41]:hover,
.hkfc-date__card.selected[data-v-064bee41] {
  background: var(--color-background-success-default);
  color: white;
}
.hkfc-date__wrapper[data-v-064bee41] {
  display: flex;
  margin-bottom: 16px;
}
.hkfc-date__title[data-v-064bee41] {
  /* font-family: var(--weight-700); */
  margin-bottom: 3px;
}
.match-detail__video-live-overlay[data-v-064bee41] {
  background-color: var(--black-600);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  box-sizing: border-box;
}
.match-detail__video-live-overlay__title[data-v-064bee41] {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
}
.match-detail__video-live-overlay__button-wrapper[data-v-064bee41] {
  width: 20rem;
}

/* match card*/
.hkfc-match__header[data-v-064bee41] {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: var(--weight-700);
  margin-bottom: 8px;
  letter-spacing: 0.64px;
}
.hkfc-match__header-country[data-v-064bee41] {
  font-size: 11px;
  font-family: var(--weight-400);
  color: #93a9b4;
}
.hkfc-live-icon[data-v-064bee41] {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.home-match__title-wrapper[data-v-064bee41] {
  font-family: var(--weight-700);
}
/* .home-match__title-wrapper:hover .home-match__title {
  color: white;
} */
.skeleton-match__wrapper[data-v-064bee41] {
  width: 100%;
  height: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.skeleton-match__title[data-v-064bee41] {
  width: 50%;
  height: 1rem;
  margin-bottom: 0.25rem;
}
.skeleton-match__content[data-v-064bee41] {
  width: 100%;
  height: 2rem;
  margin-bottom: 0.5rem;
}
.home-match__win-lose[data-v-064bee41] {
  background-color: green;
  border-radius: 50%;
  padding: 0.3rem;
  color: white;
  width: 0.75rem;
  border: 0.1rem solid white;
  height: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.5rem;
}
.home-match__win-lose.W[data-v-064bee41] {
  background-color: #5cd66c;
}
.home-match__win-lose.L[data-v-064bee41] {
  background-color: #cf283e;
}
.home-match__win-lose.D[data-v-064bee41] {
  background-color: #ed9c5a;
}
.home-match__status[data-v-064bee41] {
  margin-right: 16px;
  margin-left: 5px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-text-default-secondary);
  text-align: center;
  margin-bottom: 8px;
  font-family: var(--typography-caption-font-family);
  font-size: var(--typography-caption-size-large);
  font-style: normal;
  font-weight: var(--typography-caption-font-weight-strong);
  line-height: normal;
  letter-spacing: 0.2px;
}
.home-match__1-wrapper[data-v-064bee41] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-match__1-container[data-v-064bee41] {
  flex: 1;
  justify-content: space-between;
  /* margin-bottom: 0.2rem; */
}
.home-match__team-name[data-v-064bee41] {
  color: var(--color-grey-light);
}
.home-match__date[data-v-064bee41] {
  margin-bottom: 0.5rem;

  color: var(--color-text-default-default);

  /* Body Strong */
  font-family: var(--typography-body-font-family);
  font-size: var(--typography-body-size-large);
  font-style: normal;
  font-family: var(--weight-700);
  font-weight: var(--weight-700);
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.64px;
}
.match-wrapper[data-v-064bee41] {
  background: var(--color-background-default-secondary);
  /* padding: 16px; */
  border-radius: 16px;
  /* margin-bottom: 1.2rem; */
}
.match-container[data-v-064bee41] {
  display: flex;
  margin-bottom: 0.5rem;
  position: relative;
}
.match-container:hover .home-match__score-card__wrapper[data-v-064bee41] {
  background-color: var(--color-background-default-tertiary-hover);
}
.match-container:hover .home-match__static-card__wrapper[data-v-064bee41] {
  background-color: var(--bg-hover);
}
.match-container:hover
  .home-match__actions-card__wrapper
  .home-match__icon-wrapper[data-v-064bee41] {
  background-color: var(--bg-hover);
}
.home-match__static-card__wrapper[data-v-064bee41] {
  background-color: #35454d;
  padding: 0.5rem 0.25rem 0.2rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 6.25rem;
  align-items: center;
}
.home-match__static-card__brief[data-v-064bee41] {
  padding: 0.5rem 1.5rem;
}
.home-match__score-card__wrapper[data-v-064bee41] {
  display: flex;
  flex-grow: 1;
  background-color: var(--color-theme);
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  width: 35rem;
  padding: 1rem 0 0.5rem;
  border-left: 0.4rem solid transparent;
  border-radius: var(--size-radius-200);
  background: var(--color-background-default-tertiary);
}
.home-match__score-card__wrapper.live-selected[data-v-064bee41] {
  position: relative;
}
.home-match__score-card__wrapper.live-selected[data-v-064bee41]:after {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  top: 0;
  width: 5px;
  height: 100%;
  border-radius: 100px 0 0 100px;
  background-color: var(--color-icon-primary-active);
}
.home-match__score-card__wrapper.no-odds-match[data-v-064bee41] {
  border-radius: 0.5rem;
}
.home-match__actions-card__wrapper[data-v-064bee41] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.live-selected[data-v-064bee41] {
  border-left: 0.4rem solid var(--color-icon-primary-active);
}
.match-status__live[data-v-064bee41] {
  background-color: #cf283e;
  padding: 0.2rem;
  border-radius: 0.3rem;
  font-size: 10.4px;
}
.match-detail[data-v-064bee41] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.match-detail__status[data-v-064bee41] {
  width: 1.6rem;
}
.match-detail__status-w-auto[data-v-064bee41] {
  width: auto;
}
.match-detail__score-wrapper[data-v-064bee41] {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.match-detail__score-wrapper .score[data-v-064bee41] {
  min-width: 1.25rem;
  min-height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.688rem;
  font-family: var(--weight-700);
}
.match-detail__team-container[data-v-064bee41] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
.match-detail__name[data-v-064bee41] {
  width: 9rem;
  white-space: nowrap;
  overflow: hidden;
  color: var(--color-text-default-default);
  text-align: center;
  text-overflow: ellipsis;

  /* Caption */
  font-family: var(--typography-caption-font-family);
  font-size: var(--typography-body-size-small);
  font-style: normal;
  /* font-family: var(--weight-700); */
  line-height: normal;
  letter-spacing: 0.64px;
  margin-top: 0.375rem;
}
.match-middle[data-v-064bee41] {
  flex: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.match-middle__seperator[data-v-064bee41] {
  margin: 0 0.5rem;
  font-family: var(--weight-700);
}
.match-score-or-time-section[data-v-064bee41] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* Subheading Strong */
  font-family: var(--typography-heading-font-family);
  font-size: var(--typography-heading-size-extra-small);
  font-style: normal;
  font-family: var(--weight-700);
  line-height: 120%; /* 24px */
  min-width: 97px;
  /* margin-top: 18px; */
  margin-top: -17px;
}
.fav-time-section[data-v-064bee41] {
  margin-top: 18px;
}
.match-score-or-time__strikethrough[data-v-064bee41] {
  text-decoration: line-through;
}
.match-score-or-time-container[data-v-064bee41] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-text-default-default);
  text-align: center;
  font-size: 24px;
  font-family: var(--weight-600);
}
.match-score-or-time-container-fav[data-v-064bee41] {
  margin-top: 7px;
}
.match-score-or-time__pad-for-red-card[data-v-064bee41] {
  padding-top: 0.375rem;
}
.match-penalty-score-wrapper[data-v-064bee41] {
  color: var(--color-text-default-secondary);
  text-align: center;

  /* Caption Strong */
  font-family: var(--typography-caption-font-family);
  font-size: var(--typography-caption-size-large);
  font-style: normal;
  font-weight: var(--typography-caption-font-weight-strong);
  line-height: normal;
  letter-spacing: 0.2px;
}
.match-penalty-score-separator[data-v-064bee41] {
  margin: 0 0.2rem;
}
.has-subleague-fav[data-v-064bee41] {
  margin-right: 0.25rem;
}
.penalty-compact-label[data-v-064bee41] {
  border-radius: var(--size-radius-100);
  background: var(--color-background-brand-default);
  padding: 2px 4px;
  font-size: 0.813rem;
  font-family: var(--weight-700);
  color: var(--color-tag-active-text);
  position: absolute;
  top: -0.4rem;
  right: -0.6rem;
}
.penalty-score[data-v-064bee41] {
  border-left: 1px solid var(--color-grey-40);
}
.home-match__league-group[data-v-064bee41] {
  font-size: 9px;
  color: var(--color-grey-light);
  padding-left: 2.5rem;
  margin-bottom: 5.33px;
}
.icon-league[data-v-064bee41] {
  position: relative; /*absolute*/
  width: 40px;
  height: 40px;
  /* padding: 2.5px; */
  box-sizing: border-box;
}
.home-match-country[data-v-064bee41] {
  color: var(--color-text-default-secondary);
  font-size: 12px;
  line-height: 140%;
  font-family: var(--weight-400);
}
.no-data[data-v-064bee41] {
  background-color: var(--color-background-default-tertiary);
  color: var(--color-text-default-default);
  padding: 16px;
  border-radius: 8px;
  box-sizing: border-box;
  letter-spacing: 0.64px;
}
@media (max-width: 480px) {
.hkfc-countdown[data-v-064bee41] {
    bottom: 6.5vw !important;
}
}
@media (max-width: 400px) {
.home-match__team-name[data-v-064bee41] {
    /* display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 9.5rem;
}
.home-match__team-name.with-fav-star[data-v-064bee41],
  .home-match__team-name.with-penalty-score[data-v-064bee41] {
    max-width: 8.5rem;
}
.home-match__team-name.with-fav-star.with-penalty-score[data-v-064bee41],
  .home-match__team-name.with-penalty-score.with-penalty-win[data-v-064bee41] {
    max-width: 7.5rem;
}
.home-match__team-name.with-fav-star.with-penalty-score.with-penalty-win[data-v-064bee41] {
    max-width: 6.5rem;
}
}
@media (max-width: 320px) {
.home-match__team-name[data-v-064bee41] {
    max-width: 8rem;
}
.home-match__team-name.with-fav-star[data-v-064bee41],
  .home-match__team-name.with-penalty-score[data-v-064bee41] {
    max-width: 7rem;
}
.home-match__team-name.with-fav-star.with-penalty-score[data-v-064bee41],
  .home-match__team-name.with-penalty-score.with-penalty-win[data-v-064bee41] {
    max-width: 6rem;
}
.home-match__team-name.with-fav-star.with-penalty-score.with-penalty-win[data-v-064bee41] {
    max-width: 5rem;
}
}
@media (min-width: 550px) and (max-width: 768px) {
.has-space[data-v-064bee41] {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.hkfc-countdown[data-v-064bee41] {
    bottom: 9vw !important;
}
}
@media (max-width: 1200px) {
.hkfc-match__wrapper[data-v-064bee41] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.hkfc-match__container[data-v-064bee41] {
    width: calc(100vw - 1.6rem);
    padding: 0.5rem;
}
.mobile-selected-standings[data-v-064bee41] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
.nav-pill__wrapper[data-v-064bee41] {
    padding-bottom: 10px;
}
  /* for test */
  /* .match-container:hover .home-match__score-card__wrapper {
    background-color: var(--color-theme);
  } */
.hkfc-date__card[data-v-064bee41] {
    padding: 6px;
}
.hkfc-date__title[data-v-064bee41] {
    margin-bottom: 0;
}
.nav-pill[data-v-064bee41] {
    width: 100%;
    padding: 8px 16px;
}
.nav-pill[data-v-064bee41]:last-child {
    margin-right: 0;
}
.hkfc-date__wrapper[data-v-064bee41] {
    margin-bottom: 12px;
    padding: 0 0.5rem;
}
.hkfc-live-video__wrapper[data-v-064bee41] {
    margin-bottom: 12px;
    height: 54vw; /*48vw*/
}
.hkfc-live-video__wrapper.show-login[data-v-064bee41] {
    height: 54vw; /*48vw*/
}
.hkfc-countdown__day[data-v-064bee41] {
    font-size: 9px;
}
.hkfc-countdown__number[data-v-064bee41] {
    font-size: 11px;
}
.hkfc-countdown__card-container[data-v-064bee41] {
    font-size: 11px;
    margin-right: 4px;
}
.hkfc-countdown__card[data-v-064bee41] {
    min-width: 32px;
    height: 32px;
    margin-right: 4px;
}
.hkfc-countdown__card-container.last[data-v-064bee41],
  .hkfc-countdown__card.last[data-v-064bee41] {
    margin-right: 0;
}
.hkfc-countdown[data-v-064bee41] {
    bottom: 5.5vw;
}
.icon-league[data-v-064bee41] {
    width: 36px;
    height: 36px;
    /* padding: 2px; */
    box-sizing: border-box;
}
  /* .home-match__status {
    margin-right: 0;
    margin-left: 15px;
    width: 32px;
    font-size: 13px;
  } */
.match-detail__name[data-v-064bee41] {
    width: 5rem;
}
.home-match__score-card__wrapper[data-v-064bee41] {
    width: calc(100% - 1.4rem);
}
.btn-fav-wrapper[data-v-064bee41] {
    width: 1rem;
}
}

