@font-face {
  font-family: SourceSans3-Regular;
  src: url(../SourceSans3-Regular.ttf);
  font-display: swap;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer span, footer p, footer font {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.v-table-wrapper {
  --v-table-radius: 18px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.3);
  border-radius: var(--v-table-radius);
  border: 1px solid rgba(255, 255, 255, 0.15);
  max-height: 400px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.v-table-wrapper::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
  display: none;
}
.v-table-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
  display: none;
}
.v-table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: transparent;
  display: none;
}
.v-table-wrapper .v-table-header,
.v-table-wrapper .v-table-body {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.v-table-wrapper .v-table-header > div,
.v-table-wrapper .v-table-body > div {
  width: 100%;
  display: flex;
}
.v-table-wrapper .v-table-header > div > div,
.v-table-wrapper .v-table-body > div > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  text-shadow: 0.1em 0.1em 0.2em black;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
}
.v-table-wrapper .v-table-header > div > div:last-child,
.v-table-wrapper .v-table-body > div > div:last-child {
  border-right: none;
}
.v-table-wrapper .v-table-body > div:last-child > div {
  border-bottom: none;
}
.v-table-wrapper .v-table-header > div:first-child > div:first-child {
  border-top-left-radius: inherit;
}
.v-table-wrapper .v-table-header > div:first-child > div:last-child {
  border-top-right-radius: inherit;
}
.v-table-wrapper .v-table-body > div:last-child > div:first-child {
  border-bottom-left-radius: inherit;
}
.v-table-wrapper .v-table-body > div:last-child > div:last-child {
  border-bottom-right-radius: inherit;
}

@media (max-width: 1100px) {
  .v-table-wrapper {
    max-height: 400px;
  }
  .v-table-wrapper .v-table-header > div > div,
  .v-table-wrapper .v-table-body > div > div {
    min-width: 100px;
    padding: 5px 5px;
    font-size: 12px;
    white-space: normal;
    word-break: break-word;
  }
  .v-table-wrapper .v-table-header > div > div {
    padding: 8px 5px;
  }
}/*# sourceMappingURL=index.css.map */