
.match-detail-sidebar[data-v-1116e482] {
    width: 300px;
    flex-shrink: 0;
}
.match-detail-sidebar-title[data-v-1116e482] {
    font-size: var(--typography-heading-size-extra-small);
    font-family: var(--weight-700);
    margin-bottom: 16px;
    color: var(--color-text-default-default);
}
.match-detail-content-box[data-v-1116e482] {
    gap: 24px;
}
.match-info[data-v-1116e482] {
    border-radius: var(--size-radius-400);
    background: var(--color-background-default-secondary);
    padding: 16px;
}
.match-detail-estimated-probability[data-v-1116e482] {
    margin-top: 24px;
    padding: 16px;
    border-radius: var(--size-radius-400);
    background: var(--color-background-default-secondary);
}
.match-info-item[data-v-1116e482] {
    display: flex;
    margin-bottom: 18px;
    align-items: center;
    color: var(--color-text-default-default);
}
.match-info-item[data-v-1116e482]:last-child {
    margin-bottom: 0;
}
.match-info-item img[data-v-1116e482] {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}
.estimated-probability-list[data-v-1116e482] {
}
.estimated-probability-item[data-v-1116e482] {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    margin-bottom: 24px;
}
.estimated-probability-item[data-v-1116e482]:last-child {
    margin-bottom: 0px;
}
.estimated-probability-img[data-v-1116e482] {
    width: 27px;
}
.estimated-probability-progress[data-v-1116e482] {
    width: calc(100% - 37px);
    height: 16px;
    background-color: var(--color-bar-background);
    border-radius: var(--size-radius-200);
    position: absolute;
    top: calc(50% - 8px);
    border-radius: 8px;
    left: 37px;
}
.rate-progress[data-v-1116e482] {
    height: 16px;
    border-radius: 8px 0 0 8px;
    position: absolute;
}
.win-rate[data-v-1116e482] {
    background-color: var(--primary-400);
}
.draw-rate[data-v-1116e482] {
    background-color: var(--color-background-neutral-default);
}
.lose-rate[data-v-1116e482] {
    background-color: var(--secondary-400);
}
.rate-text[data-v-1116e482] {
  display: flex;
  justify-content: right;
  font-size: var(--typography-caption-size-small);
  font-family: var(--weight-700);
  line-height: 16px;
  margin-right: 8px;
  color: var(--color-text-default-default);
  position: relative;
  letter-spacing: 0.2px;
}
.official-highlight[data-v-1116e482] {
  border-radius: var(--size-radius-400);
  background: var(--color-background-default-secondary);
  padding: 16px;
  margin-bottom: 24px;
}
.official-highlight .match-detail-sidebar-title[data-v-1116e482] {
    margin-bottom: 16px;
}
.official-highlight-youtube-link[data-v-1116e482] {
    color: var(--color-text-default-secondary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.youtube-frame[data-v-1116e482] {
  width: 100%;
  border-radius: 8px;
  border: 0;
}
.youtube-box[data-v-1116e482] {
  position: relative;
  width: 100%;
}
.youtube-box2[data-v-1116e482] {
  width: 505px;
  height: 281px;
  position: fixed;
  bottom: 24px;
  right: 20.88px;
  border-radius: 8px;
  z-index: 999;
  animation: zoomIn-1116e482 1s;
  padding: 0;
}
.youtube-box2 .youtube-frame[data-v-1116e482] {
  margin-top: 0;
  width: 100%;
  height: 100%;
}
.youtube-box2.in[data-v-1116e482] {
  animation: zoomIn-1116e482 1s;
}
.youtube-box2.out[data-v-1116e482] {
  animation: zoomOut-1116e482 1s;
}
@keyframes zoomIn-1116e482 {
from {
    opacity: 0;
    transform: scale(0);
    transform-origin: right bottom;
}
to {
    opacity: 1;
    transform: scale(1);
    transform-origin: left top;
}
}
@keyframes zoomOut-1116e482 {
from {
    opacity: 1;
    transform: scale(1);
    transform-origin: left top;
}
to {
    opacity: 0;
    transform: scale(0);
    transform-origin: right bottom;
}
}
.youtube-frame-box[data-v-1116e482] {
  position: relative;
}
.cover-box[data-v-1116e482] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
}
.youtube-header[data-v-1116e482] {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 768px) {
  /* for test */
.match-detail-sidebar[data-v-1116e482] {
    display: none;
}
}


.html5-video-player {
  border-radius: 8px;
}
.youtube-frame {
  border-radius: 8px !important;
}


.match-detail-sidebar[data-v-15de21e4] {
    width: 300px;
    flex-shrink: 0;
}
.match-detail-sidebar-title[data-v-15de21e4] {
    font-size: var(--typography-heading-size-extra-small);
    font-family: var(--weight-600);
    margin-bottom: 16px;
    color: var(--color-text-default-default);
}
.match-detail-content-box[data-v-15de21e4] {
    gap: 24px;
}
.match-info[data-v-15de21e4] {
    border-radius: var(--size-radius-400);
    background: var(--color-background-default-secondary);
    padding: 16px;
}
.match-detail-estimated-probability[data-v-15de21e4] {
    margin-top: 24px;
    padding: 16px;
    border-radius: var(--size-radius-400);
    background: var(--color-background-default-secondary);
}
.match-info-item[data-v-15de21e4] {
    display: flex;
    margin-bottom: 18px;
    align-items: center;
    color: var(--color-text-default-default);
}
.match-info-item[data-v-15de21e4]:last-child {
    margin-bottom: 0;
}
.match-info-item img[data-v-15de21e4] {
    width: 20px;
    margin-right: 20px;
}
.estimated-probability-list[data-v-15de21e4] {
}
.estimated-probability-item[data-v-15de21e4] {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    margin-bottom: 32px;
}
.estimated-probability-item[data-v-15de21e4]:last-child {
    margin-bottom: 0px;
}
.estimated-probability-img[data-v-15de21e4] {
    width: 27px;
}
.estimated-probability-progress[data-v-15de21e4] {
    width: calc(100% - 32px);
    height: 16px;
    background-color: var(--color-bar-background);
    border-radius: var(--size-radius-200);
    position: absolute;
    top: calc(50% - 8px);
    border-radius: 8px;
    left: 32px;
}
.rate-progress[data-v-15de21e4] {
    height: 16px;
    border-radius: 8px 0 0 8px;
    position: absolute;
}
.win-rate[data-v-15de21e4] {
    background-color: var(--primary-400);
}
.draw-rate[data-v-15de21e4] {
    background-color: var(--color-background-neutral-default);
}
.lose-rate[data-v-15de21e4] {
    background-color: var(--secondary-400);
}
.rate-text[data-v-15de21e4] {
    display: flex;
    justify-content: right;
    font-size: var(--typography-caption-size-small);
    font-family: var(--weight-700);
    line-height: 16px;
    margin-right: 8px;
    color: var(--color-text-default-default);
    position: relative;
    letter-spacing: 0.2px;
}
@media(max-width: 768px) {
    /* for test */
.match-detail-sidebar[data-v-15de21e4] {
        width: 100%;
}
.match-detail-estimated-probability[data-v-15de21e4] {
}
.match-detail-sidebar-title[data-v-15de21e4] {
        text-align: center;
        font-size: 24px;
        letter-spacing: -0.64px;
        font-family: var(--weight-600);
}
.estimated-probability-item[data-v-15de21e4] {
        margin-bottom: 16px;
}
.estimated-probability-progress[data-v-15de21e4] {
        width: calc(100% - 40px);
        left: 40px;
}
.tab-wrapper[data-v-15de21e4] {
        align-items: baseline;
        width: 100%;
        background-color: var(--white-1000);
}
.sub-nav__child .nav-pill[data-v-15de21e4]:last-child {
        margin-right: 0 !important;
}
.sub-nav__child-indicator[data-v-15de21e4] {
        margin-top: 14px;
}
.sub-nav__child[data-v-15de21e4] {
        margin: 0.5rem 0.5rem 0 0.5rem;
}
.match-info[data-v-15de21e4] {
        /* margin-top: 16px; */
}
.match-detail-estimated-probability[data-v-15de21e4] {
        margin-top: 0px;
        border-radius: 8px;
        margin-bottom: 16px;
}
.match-detail__content-container[data-v-15de21e4] {
        margin: 0 8px;
        width: calc(100% - 16px);
}
}

