
section {
  /* margin: 1.5rem auto; */
  scroll-margin: 20px;
}
.matchList-container {
  width: 100%;
}
.matchList-shortcut-wrapper {
  position: fixed;
  right: 0;
  top: 12rem;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.matchList-shortcut-tab img {
  width: 8px;
  height: 12px;
}
.matchList-shortcut-tab.shortcut-active {
  background: #2e8fef;
  color: #fff;
}
.matchList-shortcut-tab {
  background: #01c3f7;
  color: #000;
  border-radius: 4px 0px 0px 4px;
  height: 2.25rem;
  width: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0;
  cursor: pointer;
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-family: var(--weight-700);
}
.matchList-content_wrapper {
  display: flex;
  justify-content: space-between;
  margin: 1rem auto;
}
.matchList-content_table {
  font-size: 0.625rem;
  line-height: 0.875rem;
  background: #35454d;
  border-collapse: collapse;
  width: 48%;
  text-align: center;
}
.matchList-content_table {
  font-size: 0.625rem;
  line-height: 0.875rem;
  background: #35454d;
  border-collapse: collapse;
  text-align: center;
}
.table-half {
  width: 48%;
}
.table-full {
  width: 100%;
}
.matchList-content_table-title {
  font-size: 12px;
  line-height: 0.875rem;
  padding: 0.875rem 0 !important;
}
.matchList-content_title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0.625rem 0 0.625rem 1rem;
}
.matchList-content_table-subtitle th:nth-child(2),
.matchList-content_table-subtitle th:nth-child(3) {
  width: 35%;
}
.matchList-content_table th {
  font-family: var(--weight-700);
}
.matchList-content_table th,
.matchList-content_table td {
  border: 0.5px solid #4b616c;
  padding: 0.625rem 0.25rem;
}
.matchList-content_separator {
  font-family: var(--weight-700);
  background: #35454d;
}
.matchList-content_table tbody {
  background: #212b30;
}
.matchList-content_table td.no-stat {
  padding: 0.625rem 0.25rem !important;
  font-size: 0.625rem;
  line-height: 0.875rem;
}
@media (max-width: 768px) {
  /* for test */
section {
    scroll-margin: 50px;
}
#TEAM,
  #TEAM section,
  #TEAM .matchList-content_title {
    margin-top: 0;
}
.matchList-container {
    width: 95%;
}
.matchList-content_table {
    empty-cells: show;
}
.matchList-content_table-title,
  .matchList-content_title {
    font-size: 12px;
    font-family: var(--weight-700);
    text-indent: unset;
}
.matchList-content_title {
    margin: 0.625rem 0;
}
.matchList-content_table .matchList-content_table-title {
    padding: 0.625rem 0;
}
.matchList-content_table th {
    border: 0.75px solid #4b616c;
    padding: 0.35rem 0;
    background: #35454d;
}
.matchList-content_table td {
    border: 0.75px solid #4b616c;
    padding: 1rem 0;
}
.matchList-tab {
    display: flex;
}
.matchList-tab button {
    background: none;
    color: #6f8c9b;
    border: 0;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.25rem;
    position: relative;
    padding: 0 0 6px 0;
    margin-right: 1rem;
}
.matchList-tab button:hover,
  .matchList-tab button.tab-selected {
    color: #fff;
}
.matchList-tab button.tab-selected::after,
  .matchList-tab button:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #6f8c9b;
    border-radius: 2px;
}
.matchList-content_table {
    border-radius: 0.5rem;
    overflow: hidden;
}
.matchList-content_table tfoot td {
    padding: 0 !important;
    height: 1.875rem;
}
.matchList-content_separator button {
    background: #35454d;
    border: 1px solid #4b616c;
    border-radius: 8px;
    color: #fff;
    width: 95%;
    cursor: pointer;
    padding: 0.3rem 0;
    font-family: var(--weight-700);
    font-size: 12px;
}
.matchList-content_separator button.active {
    background: #4b616c;
}
.matchList-shortcut-wrapper {
    position: fixed;
    right: 0;
    top: unset;
    bottom: 12rem;
}
.show-shortcut {
    height: 2.25rem;
    width: 3rem;
    margin-right: 0;
}
  /* transition */
.shortcut-enter-active,
  .shortcut-leave-active {
    transition: all 1s ease;
}
.shortcut-enter-from,
  .shortcut-leave-to {
    transform: translateX(5rem);
}
}

