
.matchList-content_overlay[data-v-55c81d5f] {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 4 !important;
}
.matchList-content_wrapper[data-v-55c81d5f] {
  margin: 3rem auto 7rem auto;
  width: 95%;
  flex-direction: column;
}
.matchList-filter_wrapper[data-v-55c81d5f] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0.5rem 0;
}
.matchList-filter_buttons[data-v-55c81d5f] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.625rem;
}
.nav-pill[data-v-55c81d5f] {
  padding: 0.375rem 0.75rem;
}
.active[data-v-55c81d5f] {
  background-color: var(--color-hover);
  border: 0.1rem solid var(--color-hover);
  color: black;
  font-family: var(--weight-700);
}
.matchList-filter_confirm[data-v-55c81d5f] {
  padding: 1.625rem 2rem;
  border-top: 2px solid #4b616c;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: #000;
}
.matchList-filter_confirm button[data-v-55c81d5f] {
  background: #01c3f7;
  border-radius: 4px;
  border: 0;
  font-family: var(--weight-700);
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
  padding: 0.5rem 0;
  width: 100%;
  cursor: pointer;
}

