
.skeleton-match__wrapper[data-v-707c5524] {
  width: 100%;
  height: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.skeleton-match__title[data-v-707c5524] {
  width: 50%;
  height: 1rem;
  margin-bottom: 0.25rem;
}
.skeleton-match__content[data-v-707c5524] {
  width: 100%;
  height: 2rem;
  margin-bottom: 0.5rem;
}
.home-match__win-lose[data-v-707c5524] {
  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-707c5524] {
  background-color: #5cd66c;
}
.home-match__win-lose.L[data-v-707c5524] {
  background-color: #cf283e;
}
.home-match__win-lose.D[data-v-707c5524] {
  background-color: #ed9c5a;
}
.match-wrapper[data-v-707c5524] {
  margin-bottom: 1.2rem;
}
.match-container[data-v-707c5524] {
  display: flex;
  background-color: var(--color-theme);
  color: #cfd9de;
  margin-bottom: 0.5rem;
  padding: 0.6rem 0.91rem;
  border-radius: 0.5rem;
  font-size: 0.88rem;
  text-align: left;
  min-width: 36rem;
  box-sizing: border-box;
}
.match-container[data-v-707c5524]:hover {
  background-color: var(--bg-hover);
}
.match-container.live-selected[data-v-707c5524] {
  border-left: 0.4rem solid var(--color-icon-primary-active);
  padding-left: 0.5rem;
}
.match-status__live[data-v-707c5524] {
  background-color: #cf283e;
  padding: 0.2rem;
  border-radius: 0.3rem;
  font-size: 10.4px;
}
.match-detail[data-v-707c5524] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.match-detail__status[data-v-707c5524] {
  width: 1.6rem;
}
.match-detail__status-w-auto[data-v-707c5524] {
  width: auto;
}
.match-detail__score[data-v-707c5524] {
  width: 1rem;
  text-align: center;
}
.match-detail__name[data-v-707c5524] {
  width: 9rem;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.match-middle[data-v-707c5524] {
  flex: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.match-middle__seperator[data-v-707c5524] {
  margin: 0 0.5rem;
  font-family: var(--weight-700);
  font-family: var(--weight-700);
}


svg path[data-v-7959618c] {
  stroke: var(--color-icon-default-active);
}

