
.winrate-progress__wrapper{
  margin: 16px 0;
  width: 720px;
}
.winrate-progress-bar{
  height: 8px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  background: #6F8C9B;
  margin-bottom: 16px;
}
.winrate-win{
  width: 33.3%;
  height: inherit;
  background: #2E8FEF;
}
.winrate-draw{
  width: 33.3%;
  height: inherit;
  background: #CFD9DE;
}
.winrate-lose{
  width: 33.3%;
  background: #6F8C9B;
  height: inherit;
}
.winrate-block__wrapper{
  display: flex;
  justify-content: space-between;
}
.winrate-block__container{
  display: flex;
  align-items: center;
}
.winrate-block{
  width: 48px;
  height: 40px;
  border-radius: 8px;
  background: #2E8FEF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-family: var(--weight-700);
}
.winrate-block-draw{
  background: #CFD9DE;
  color:black;
}
.winrate-block-lose{
  background: #6F8C9B;
}
.winrate-label{
  font-family: var(--weight-700);
  font-size: 14px;
	letter-spacing: 0.64px;
}
.winrate-value{
  font-family: var(--weight-700);
  font-size: 11px;
}
.odds-block__container{
  background: #35454D;
  border-radius: 8px;
  width: 112px;
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  box-sizing: border-box;
  font-size: 18px;
  font-family: var(--weight-700);
  position: relative;
  overflow: hidden;
  height: 36px;
  pointer-events: none;
}
.odds-block__wrapper{
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.odds-block__img-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  opacity: 0;
  transition: all .3s;
  border-radius: 8px;
}
.odds-block{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 0;
  padding: 8px 10px;
}
.odds-block__container:hover .odds-block__img-wrapper{
  opacity: 1;
  background: #35454D;
  border: 2px solid #01C3F7;
}
@media(max-width: 768px) { /* for test */
.winrate-progress__wrapper{
      width: auto;
}
.winrate-block{
      width: 32px;
      height: 24px;
      font-size: 11px;
      border-radius: 4px;
      margin-right: 8px;
}
.winrate-progress-bar{
      width: 100%;
      height: 4px;
      margin-bottom: 4px;
}
.winrate-label{
      font-size: 11px;
}
.winrate-value{
      font-size: 9px;
}
.winrate-progress__wrapper {
      padding: 12px 21px;
      margin: 0;
      background-color: var(--white-1000);
}
.odds-block__container{
      width: 72px;
      height: 28px;
      font-size: 11px;
}
.odds-block__wrapper{
      width: 100%;
      transition: all .3s;
      margin-top: 0;
      /* transform: translateX(100vw);
      display: none; */
}
.mobile-odds{
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .3s;
      margin-top: 15px;
}
.mobile-odds__img-wrapper{
      display: flex;
      align-items: center;
      justify-content: center;
}
.mobile-odds__img{
      opacity: 0;
      transition: all .3s;
}
.odds-block__container:hover .odds-block__img-wrapper{
      opacity: 0;
}
}


.match-detail__content-container {
  /* min-height: 50vh; */
}
.match-detail__header-wrapper {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* padding-top: 16px; */
  flex-direction: column;
  padding-bottom: 32px;
  /*2rem*/
}
.match-detail__header-wrapper.match-ended {
  padding-bottom: 24px;
}
.match-detail__header-info {
  text-align: center;
  margin-bottom: 4px;
}
.match-detail__header-info__match {
  color: var(--color-text-default-default);
  text-align: center;

  /* Body Base */
  font-size: var(--typography-body-size-large);
  font-style: normal;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.64px;
  font-family: var(--weight-700);
}
.match-detail__header-info__country {
  color: var(--color-text-default-secondary);
  text-align: center;

  /* Body Small */
  font-family: var(--typography-body-font-family);
  font-size: var(--typography-body-size-small);
  font-style: normal;
  font-weight: var(--typography-body-font-weight-regular);
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.64px;
  margin-bottom: 16px;
}
.match-detail__header-info__date {
  color: var(--color-text-default-secondary);
  text-align: center;

  /* Body Small */
  font-family: var(--typography-body-font-family);
  font-size: var(--typography-body-size-small);
  font-style: normal;
  font-weight: var(--typography-body-font-weight-regular);
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.64px;
}
.match-detail__header-info__date-kh {
  font-family: "Khmer-400";
}
.match-detail__header-info__opponent {
  /* margin-bottom: 0.5rem; */
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.match-detail__header-info__match-status {
  color: var(--color-text-default-default);
  text-align: center;

  /* Body Strong */
  font-family: var(--typography-body-font-family);
  font-size: var(--typography-body-size-large);
  font-style: normal;
  font-family: var(--weight-600);
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.64px;
}
.match-detail__header-team-container {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  position: relative;
  padding-top: 11px;
  padding-bottom: 4px;
}
.match-detail__header-team-container img {
  width: 83.3px;
  height: 83.3px;
}
.header-staring {
  padding-top: 0;
  padding-bottom: 31px;
}
.header-started {
  padding-top: 0;
  padding-bottom: 0;
}
.header-before-start-tomorrow {
  padding-bottom: 0;
}
.header-before-start-not-today-tomorrow {
  padding-top: 21px;
  padding-bottom: 31px;
}
.match-detail__header-info__home-name {
  overflow: hidden;
  color: var(--color-text-default-default);
  text-align: center;
  text-overflow: ellipsis;

  /* Body Strong */
  font-size: var(--typography-body-size-large);
  font-style: normal;
  font-family: var(--weight-700);
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.64px;
}
.match-detail__header-info__home-name:hover {
  color: var(--primary-500);
}
.match-detail__header-info__away-name {
  overflow: hidden;
  color: var(--color-text-default-default);
  text-align: center;
  text-overflow: ellipsis;

  /* 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-detail__header-info__away-name:hover {
  color: var(--primary-500);
}
.match-detail__header-info__penatly {
  border-top: 0.1rem solid #35454d;
  margin-top: 0.6rem;
  padding-top: 0.5rem;
  /* width: 37.5rem; */
}
.match-detail__header-info__penatly-title {
  font-size: 0.875rem; /*0.7rem;*/
  color: var(--color-grey-light);
  margin-bottom: 1rem;
  line-height: 1.125rem;
  font-family: var(--weight-700);
}
.match-detail__header-info__penatly-label {
  top: 0.6rem;

  position: absolute;
  width: 2.3rem;
}
.match-detail__header-info__penatly-label.left {
  right: 3.4rem;
}
.match-detail__header-info__penatly-label.right {
  left: 3.4rem;
}
.penalty-compact-label {
  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;
}
.penalty-compact-label.left {
  top: -0.4rem;
  left: -0.6rem;
}
.penalty-compact-label.right {
  top: 24px;
  right: -0.6rem;
}
.match-penalty-score-wrapper {
  color: var(--color-text-default-secondary);
  text-align: center;

  /* 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-penalty-score-separator {
  margin: 0 0.2rem;
}
.match-detail__header-info__score-wrapper {
  /* font-size: 1.375rem;
  font-family: var(--weight-700);
  width: 7.5rem; */
}
.match-detail__header-info__score-section {
  color: var(--color-text-default-default);

  /* Title Page */
  font-family: var(--typography-heading-font-family);
  font-size: var(--typography-heading-size-large);
  font-style: normal;
  font-family: var(--weight-700);
  line-height: 120%; /* 57.6px */
  letter-spacing: -0.64px;
  line-height: 120%;
}
.match-time {
  /* padding-top: 14px; */
}
.match-time-date-not-start {
  padding-top: 42px;
}
.match-time-date-not-start-tomorrow {
  padding-top: 16px;
}
.match-time-date-ended {
  padding-top: 16px;
}
.match-time-date-matching {
  height: 38.4px;
}
.match-detail__header-info__penatly-score-wrapper {
  font-size: 1.375rem;
  font-family: var(--weight-700);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.match-detail__header-info__score {
  width: 5.125rem; /*2rem*/
  text-align: center;
}
.match-detail__header-info__score-100 {
  width: 5.125rem; /*3rem*/
  text-align: center;
}
.match-detail__header-info__livevideo {
  width: 100%;
  height: auto;
}



.match-summary-container[data-v-6c076e87] {
  /* margin-top: 16px; */
  background-color: var(--color-background-default-tertiary);
  border-radius: 0 0 8px 8px;
}
.goal-list[data-v-6c076e87] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 96px;
  padding: 8px 0;
}
.goal-item[data-v-6c076e87] {
  gap: 24px;
  font-size: 16px;
  color: var(--color-text-default-secondary);
  text-align: left;
  letter-spacing: .64px;
  font-style: italic;
  flex: 1;
	letter-spacing: 0.64px;
}
.goal-item.left[data-v-6c076e87] {

  transform: rotateY(180deg);
  text-align: left;
}
.goal-child[data-v-6c076e87] {
  
  display: inline-block;
  margin-right: 24px;
  margin-left: 0;
  margin-bottom: 4px;
}
.goal-item.left .goal-child[data-v-6c076e87] {
  transform: rotateY(180deg);
  display: inline-block;
  margin-left: 24px;
  margin-right: 0;
}
.goal-icon[data-v-6c076e87] {
  width: 24px;
  height: 24px;
}
.btn-view-all-card[data-v-6c076e87] {
  display: flex;
  align-items: center;
  text-decoration: underline;
  padding: 8px 0;
  justify-content: center;
  cursor: pointer;
  color: var(--color-text-default-default);
}
.arrow-icon[data-v-6c076e87] {
  margin-left: 8px;
  transform: rotate(0deg);
  transition: .5s;
}
.arrow-icon.show[data-v-6c076e87] {
  transform: rotate(180deg);
  transition: .5s;
}
.player__row--item--red-card[data-v-6c076e87] {
  width: 12px;
  height: 16px;
  border-radius: 4px;
  transform: rotate(-20deg);
  background-color: var(--card-red);
}
.player__row--item--yellowred-card[data-v-6c076e87] {
  width: 12px;
  height: 16px;
  border-radius: 4px;
  transform: rotate(-20deg);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAK4SURBVHgB7Zm/b9NAFMe/z2khUjN4YWCzmNiSrEhI5S+g/wH8B2VnQAzsjfgDgJWJiYGFsldKsjAAUt0JRlcqKB3ix3tuCFGT+5HUPrmqP9Kpjt/Zve/du+/ZPqChoeFaQygRbrd3wfxYDhMpsZQM9znDA0pwT37dwQhdGlB/kqIkNhLAw3aCad5DzjFaURcsDX6JHj4VDfdhJCWdl+l0jK2tlCbrC/MSwMM4Rv5nH0x78rO3VGEg5T3KYgSiA/n7xUeQU0DR2zl/Lnp5FR+lvEIVpCLkkUtEZAs6G6+U1/OXSWQ+DWVeJbZKVgHI8xfWxp9J+Y4qiUXEG1sFo4Ci95mewka1jf/HLsdxbAqaR0BdxsUZwjCZ7JlCZgF5ZFQ9J8wIWIlwFb4hDHmemUIWAa0RXIRKIebUFDIL2P6dwkWoFNrZSU0howDqy3MMwXhh0fthRiCjLNskhQSG8cKAE3hsCzomMZkvDpX/RMe2sGME2DyRw43AiS3oEEDmFApnoVY3dKSQxUpDpZBlDVDsAmxWGiqFOp3NR6CwUvByD9TEQhWPRwlKl079RCjGrgo+ApZv8guhyFwV3AJ4xWocKv+JnM9jmwkIlUIOC1U8UmiFlYYTUEIKrbLSmlio4hSwZKU1slDF841swUprZKGKr4D/N6uRhSp+AhadKNxjtPuVFpsICIWHhSqeKbRgpQ8RBg8LVfwELFppR0of1eNhoYqXgAsrxeH8xHMpd1Ed8iboY6GK/4etnN7Nj7Xxr1GdiCg68K261g4NH916K5c8mZ/QNWGIi0/s5a3OAzo/f+Zbee0tJj66rb2zvzKognSdUDHHsnr/oFN8LdKvCz/WarxyhT0yln9E3dldUsnb05n1jbDdyi5v5M02KuS6aYJWSzcvuuL1+v1fBZ7I8QfZjTlEQ0PDzeIvBGX9BW8U2pMAAAAASUVORK5CYII=);
  background-size: 100%;
    background-repeat: no-repeat;
    transform: scale(1.7) translate3d(0, 2px, 10px);
}
.player__row--item--yellow-card[data-v-6c076e87] {
  width: 12px;
  height: 16px;
  border-radius: 4px;
  transform: rotate(-20deg);
  background-color: var(--card-yellow);
}
.match-yellowred-list[data-v-6c076e87] {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 8px 0;
}
.match-yellowred-item[data-v-6c076e87] {
  flex: 1;
}
.match-yellowred-item.left[data-v-6c076e87] {
  justify-content: right;
}
.match-yellowred-child[data-v-6c076e87] {
  gap: 8px;
  display: flex;
  font-size: 16px;
  color: var(--color-text-default-secondary);
  text-align: center;
  justify-content: left;
  letter-spacing: .64px;
  font-style: italic;
  margin-bottom: 8px;
}
.match-yellowred-item.left .match-yellowred-child[data-v-6c076e87] {
  justify-content: right;
}
.match-yellowred-child[data-v-6c076e87]:last-child {
  margin-bottom: 0;
}
.team-red-card-section[data-v-6c076e87] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.team-red-card-container[data-v-6c076e87] {
  display: flex;
  justify-content: center;
  width: var(--size-icon-medium);
}
.team-red-card[data-v-6c076e87] {
  background: var(--color-background-error-default);
  width: 9px;
  height: 12px;
  margin-right: 2px;
  border-radius: 1px;
  display: block;
  flex-shrink: 0;
}
.team-red-card[data-v-6c076e87]:last-child {
  margin-right: 0;
}
.match-detail-team-icon[data-v-6c076e87] {
  width: 83.3px;
  height: 83.3px;
}
.justify-left[data-v-6c076e87] {
  justify-content: left;
  padding-right: 20px;
}
.justify-right[data-v-6c076e87] {
  padding-left: 20px;
  justify-content: right;
}
.justify-left .match-detail__header-team-container[data-v-6c076e87],
.justify-right .match-detail__header-team-container[data-v-6c076e87] {
  gap: 34.33px;
}
.justify-left .match-detail__header-info__away-name[data-v-6c076e87] {
  text-align: left;
}
.justify-right .match-detail__header-info__home-name[data-v-6c076e87] {
  text-align: right;
}
.justify-left .match-detail__header-info__away-name[data-v-6c076e87],
.justify-right .match-detail__header-info__home-name[data-v-6c076e87] {
  font-size: 30px;
	line-height: 120%;
  font-family: var(--weight-600);
  line-height: 120%;
  letter-spacing: -0.64px;
}
.match-detail__header-info-container[data-v-6c076e87] {
  min-width: 290.38px;
}



.bg[data-v-8cb1a356] {
    border-radius: 8px;
    background: linear-gradient(108deg, #F00 0%, #2279D0 100%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
}
.hightlights-title[data-v-8cb1a356] {
    margin-top: 11.2px;
    color: var(--color-button-active);
    font-size: 14px;
    font-family: var(--weight-600);
}
.hightlights-content[data-v-8cb1a356] {
    color: var(--color-button-active);
    font-size: 11px;
    font-family: var(--weight-600);
}
.hightlights-button[data-v-8cb1a356] {
    background-color: #F00;
    color: var(--color-button-active);
    border-radius: 8px;
    font-size: 13px;
    margin-top: 8px;
    padding: 8px;
    box-sizing: border-box;
    outline: none;
    border: 0;
    font-family: var(--weight-600);
    cursor: pointer;
}
.youtube-icon[data-v-8cb1a356] {
    flex-shrink: 0;
}
@media(max-width: 768px) {  /* for test */
.bg[data-v-8cb1a356] {
    border-radius: 2px;
    background: linear-gradient(108deg, #F00 0%, #2279D0 100%);
    width: 100%;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hightlights-title[data-v-8cb1a356] {
    margin-top: 16px;
}
.hightlights-button[data-v-8cb1a356] {
    margin-top: 24px;
}
}


@media(max-width: 768px) { /* for test */
.team-red-card-container[data-v-407fcb09] {
    display: flex;
    width: 24px;
    justify-content: center;
    width: var(--size-icon-medium);
}
.team-red-card[data-v-407fcb09] {
    background: var(--color-background-error-default);
    width: 6px;
    height: 8px;
    margin-right: 2px;
    border-radius: 1px;
    display: block;
    flex-shrink: 0;
}
.team-red-card[data-v-407fcb09]:last-child {
    margin-right: 0;
}
.match-detail__content-container[data-v-407fcb09] {
    /* min-height: 50vh; */
}
.match-detail__header-wrapper[data-v-407fcb09] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 16px;
    /* margin-bottom: 0.5rem; */
    /*2rem*/
    padding-bottom: 16px;
    background-color: var(--color-background-default-secondary);
}
.match-detail__header-info[data-v-407fcb09] {
    text-align: center;
    margin-bottom: 1rem;
}
.match-detail__header-info__match[data-v-407fcb09] {
    font-size: 0.875rem;
}
.match-detail__header-info__country[data-v-407fcb09] {
    font-size: 0.563rem;
}
.match-detail__header-secondary_info[data-v-407fcb09] {
    /*.match-detail__header-info__date*/
    /* color: var(--color-grey-80);
    font-size: 0.688rem;
    min-height: 0.849rem; */
  
    color: var(--color-text-default-secondary);
  
    font-family: var(--weight-600);
    font-size: 13px;
    font-style: normal;
    line-height: 140%; /* 18.2px */
    margin-bottom: 16px;
    background-color: var(--bg-selected);
    color: var(--color-button-active);
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.52px;
    
    border-radius: 9px;
      padding: 0 8px;
}
.match-detail__header-info__date-kh[data-v-407fcb09] {
    font-family: "Khmer-400";
}
.match-detail__header-info__opponent[data-v-407fcb09] {
    margin-bottom: 0.5rem;
}
.match-detail__header-info__match-status[data-v-407fcb09] {
    font-size: 0.688rem;
    line-height: 1.125rem;
    font-family: var(--weight-400);
    color: var(--bg-selected);
    border: 1px solid var(--bg-selected);
    border-radius: 10px;
    margin-bottom: 0.5rem;
}
.match-detail__team-info-wrapper[data-v-407fcb09] {
    position: relative;
}
.match-detail-team-icon[data-v-407fcb09] {
    width: 56px;
    height: 56px;
}
.match-detail__header-info__home-name[data-v-407fcb09],
  .match-detail__header-info__away-name[data-v-407fcb09] {
    width: 7.625rem;
    /* font-size: 0.688rem;
    font-family: var(--weight-400); */
    text-align: center;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  
    overflow: hidden;
    /* color: var(--color-grey-light); */
    margin-top: 0.25rem;
  
    color: var(--color-text-default-default);
    text-align: center;
  
    font-family: var(--weight-600);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 18.2px */
}
.match-detail__header-info__home-name[data-v-407fcb09]:hover,
  .match-detail__header-info__away-name[data-v-407fcb09]:hover {
    color: var(--primary-500);
}
.match-detail__header-info__penatly[data-v-407fcb09] {
    border-top: 0.1rem solid #35454d;
    margin-top: 0.6rem;
    padding-top: 0.5rem;
}
.match-detail__header-info__penatly-title[data-v-407fcb09] {
    font-size: 11.2px;
    color: var(--color-grey-light);
    margin-bottom: 1rem;
}
.match-detail__header-info__penatly-label[data-v-407fcb09] {
    top: 0.8rem; /*0.6rem*/
  
    position: absolute;
    width: 1.625rem; /*2.3rem*/
}
.match-detail__header-info__penatly-label.left[data-v-407fcb09] {
    right: 5.5rem; /*3.4rem*/
}
.match-detail__header-info__penatly-label.right[data-v-407fcb09] {
    left: 5.5rem; /*3.4rem*/
}
.match-detail__header-info__score-wrapper[data-v-407fcb09] {
    font-size: 13px;
    font-family: var(--weight-700);
    width: 8.125rem; /*4.375rem*/
    color: var(--color-text-default-default);
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
    align-items: center;
}
.score-wrapper-not-start.score-wrapper-not-today-tomorrow[data-v-407fcb09] {
    
    padding-bottom: 0;
}
.match-end-score[data-v-407fcb09] {
    margin-bottom: 30px;
}
.match-has-second-status[data-v-407fcb09] {
    margin-bottom: 0;
}
.match-detail__header-info__score-container[data-v-407fcb09] {
    color: var(--color-text-default-default);
    text-align: center;
    font-family: var(--weight-600);
    font-size: 24px;
    font-style: normal;
    
    line-height: 75%; /* 18px */
    letter-spacing: -0.64px;
    gap: 10px;
}
.match-detail__header-info__score[data-v-407fcb09] {
    width: 2rem;
    text-align: center;
}
.match-detail__header-info__score-100[data-v-407fcb09] {
    width: 2.8rem;
    text-align: center;
}
.match-detail__header-info__score-divider[data-v-407fcb09] {
    width: 1.5rem;
    display: flex;
    justify-content: center;
    /* margin: 0 0.5rem; */
}
.match-detail__header-info__livevideo[data-v-407fcb09] {
    width: 100%;
    height: auto;
}
.penalty-compact-label[data-v-407fcb09] {
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-family: var(--weight-600);
}
.penalty-compact-label.left[data-v-407fcb09] {
    top: -13px;
    left: 10px;
}
.penalty-compact-label.right[data-v-407fcb09] {
    top: -13px;
    right: 10px;
}
.skeleton-match-detail__wrapper[data-v-407fcb09] {
    width: 100%;
    height: 100%;
    padding: 0rem;
    border-radius: 0.5rem;
    box-sizing: border-box;
}
  /* .skeleton-match-detail__title{
    width: 50%;
    height: 1rem;
    margin-bottom: .25rem;
  }
  .skeleton-match-detail__content{
    width: 100%;
    height: 2rem;
    margin-bottom: 0.5rem;
  } */
.skeleton-match-detail__score[data-v-407fcb09] {
    width: calc(100% - 0.6rem);
    height: 1.688rem;
    margin: 0 0.15rem;
    box-sizing: border-box;
    /* margin-bottom: 0.5rem; */
}
.youtube-frame[data-v-407fcb09] {
    width: 100%;
    min-height: 211px;
    margin-bottom: 16px;
    border: 0;
}
.youtube-box[data-v-407fcb09] {
    position: relative;
    width: 100%;
}
}




video:-webikit-full-page-media {
  width: 100%;
}


@media(max-width: 768px) { /* for test */
.match-summary-container[data-v-407fcb09] {
    background-color: var(--color-background-default-secondary);
    /* border-radius: 0 0 8px 8px; */
}
.goal-list[data-v-407fcb09] {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 16px;
    margin: 0 24px;
    padding: 8px 0;
    border-bottom: 1px dotted var(--color-border-default-default);
}
.goal-item[data-v-407fcb09] {
    /* display: flex; */
    align-items: center;
    gap: 24px;
    font-size: 13px;
    color: var(--color-text-default-secondary);
    text-align: left;
    letter-spacing: .64px;
    font-style: italic;
    flex: 1;
}
.goal-item.left[data-v-407fcb09] {
    text-align: right;
}
.goal-child[data-v-407fcb09] {
}
.goal-icon[data-v-407fcb09] {
    width: 24px;
    height: 24px;
}
.btn-view-all-card[data-v-407fcb09] {
    display: flex;
    align-items: center;
    padding: 8px 0;
    margin: 0 24px;
    justify-content: center;
    cursor: pointer;
    border-bottom: 1px dotted var(--color-border-default-default);
    color: var(--color-text-default-default);
}
.arrow-icon[data-v-407fcb09] {
    margin-left: 8px;
    transform: rotate(0deg);
    transition: .5s;
}
.arrow-icon.show[data-v-407fcb09] {
    transform: rotate(180deg);
    transition: .5s;
}
.player__row--item--red-card[data-v-407fcb09] {
    width: 12px;
    height: 16px;
    border-radius: 4px;
    transform: rotate(-20deg);
    background-color: var(--card-red);
}
.player__row--item--yellow-card[data-v-407fcb09] {
    width: 12px;
    height: 16px;
    border-radius: 4px;
    transform: rotate(-20deg);
    background-color: var(--card-yellow);
}
.match-yellowred-list[data-v-407fcb09] {
    display: flex;
    justify-content: center;
    gap: 32px;
    padding-top: 16px;
}
.match-yellowred-item[data-v-407fcb09] {
    flex: 1;
}
.match-yellowred-item.left[data-v-407fcb09] {
}
.match-yellowred-child[data-v-407fcb09] {
    gap: 8px;
    display: flex;
    font-size: 13px;
    color: var(--color-text-default-secondary);
    text-align: center;
    letter-spacing: .64px;
    font-style: italic;
}
.match-yellowred-child[data-v-407fcb09]:last-child {
    margin-bottom: 0;
}
.match-yellowred-item.left .match-yellowred-child[data-v-407fcb09] {
    justify-content: right;
}
.match__event-type[data-v-407fcb09] {
    width: 12px;
    height: 12px;
    padding-top: 5px;
    background-size: 12px;
}
.match-detail__status[data-v-407fcb09] {
    color: var(--color-text-default-secondary);
    font-size: 13px;
    margin-top: 8px;
}
.match-detail__header-info__score-wrapper[data-v-407fcb09] {
    font-size: 24px;
    letter-spacing: -0.64px;
    font-family: var(--weight-600);
}
.future-match-time[data-v-407fcb09] {
    margin-bottom: 14px;
}
.postp[data-v-407fcb09] {
    margin-bottom: 20px;
}
}



.social-media__wrapper{
    display: flex;
    align-items: center;
}
.social-media__container{
    margin-right: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-media__container img {
    width: 100%;
}


.drawer-overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition:all.15s;
    z-index: 10;
}
.drawer-overlay.active{
    background-color: rgb(0 0 0 / 57%);
}
.drawer-wrapper{
    padding: 1rem;
    position: fixed;
    bottom: 0;
    /* padding-bottom: 20px; */
    left: 0;
    right: 0;
    background-color: #F3F5F7;

    font-family: var(--weight-700);
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 10;
    transition: transform .3s cubic-bezier(.4,0,.6,1);
    transform: translateY(100%);
}
.drawer-wrapper.active{
    transform: translateY(0);
}
.drawer-container{
    padding: 1rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.drawer-container__icon{
    margin-right: 1rem;
    width: 24px;
    height: auto;
}
.drawer-container__text{
    color: var(--color-theme-2) !important;
}

