
.matchList-content_overlay[data-v-36d47ddc] {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 2;
  /* display: flex; */
  /* align-items: center; */
}
.matchList-content_wrapper[data-v-36d47ddc] {
  margin: 3rem auto 5rem auto;
  width: 95%;
  flex-direction: column;
}
.matchList-content_table[data-v-36d47ddc] {
  margin-top: 1rem;
}
.matchList-content_table td[data-v-36d47ddc] {
  padding: 0.375rem 0;
}
.slide-in-leave-active[data-v-36d47ddc],
.slide-in-enter-active[data-v-36d47ddc] {
  transition: all 0.3s ease-in;
}
.slide-in-enter-from[data-v-36d47ddc],
.slide-in-leave-to[data-v-36d47ddc]
/* .slide-fade-leave-active below version 2.1.8 */ {
  transform: translateX(500px);
}

