.dropdown-wrapper[data-v-1f4db1a8] {
  max-width: 300px;
  display: flex;
  flex: 1 1 auto;
}
.dropdown-button[data-v-1f4db1a8] {
  text-transform: unset;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 12px !important;
  width: 100%;
}
.dropdown-select .v-menu__content[data-v-1f4db1a8] {
  max-height: 300px;
}
.dropdown-select .menu-content[data-v-1f4db1a8] {
  background-color: #242628;
}
.dropdown-select .menu-content > div[data-v-1f4db1a8] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 8px 12px;
  color: #fff;
}
.dropdown-select .menu-content > div[data-v-1f4db1a8]:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
[data-v-e038561e] .v-chip {
  border-radius: 4px;
  padding: 2px 6px 2px;
  height: unset;
}
[data-v-e038561e] .v-pagination button {
  color: #fff;
}
[data-v-e038561e] .v-pagination li:is(:first-of-type, :last-of-type) button {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.4);
}
[data-v-e038561e] .v-pagination li:is(:first-of-type, :last-of-type) button .v-icon {
  color: #fff;
}
[data-v-e038561e] .v-pagination li:not(:first-of-type, :last-of-type) {
  background-color: rgba(255, 255, 255, 0.1);
  height: 44px;
}
[data-v-e038561e] .v-pagination li:not(:first-of-type, :last-of-type) .v-pagination__item {
  color: #fff;
}
[data-v-e038561e] .v-pagination li:not(:first-of-type, :last-of-type) .v-pagination__more {
  font-weight: 800;
  font-size: 24px;
  color: #fff;
}
[data-v-e038561e] .v-pagination li:not(:first-of-type, :last-of-type):not(.v-pagination__item--active) button {
  background-color: transparent;
  box-shadow: none;
}
[data-v-e038561e] .v-pagination li:not(:first-of-type, :last-of-type) button.v-pagination__item--active {
  background-color: #0080FF !important;
}
[data-v-e038561e] .v-pagination li:nth-of-type(2) {
  border-bottom-left-radius: 22px;
  border-top-left-radius: 22px;
}
[data-v-e038561e] .v-pagination li:nth-last-of-type(2) {
  border-bottom-right-radius: 22px;
  border-top-right-radius: 22px;
}
span[data-v-3a3c984e] {
  font-size: 12px;
  line-height: 150%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 500;
}
span[blue][data-v-3a3c984e] {
  color: #0080FF !important;
  background-color: rgba(0, 128, 255, 0.1);
}
.v-data-table[data-v-4048e548] {
  background: transparent;
}
.v-data-table[data-v-4048e548] .v-data-table__wrapper {
  /* scrollbar */
  /* Handle */
  /* Track */
}
.v-data-table[data-v-4048e548] .v-data-table__wrapper::-webkit-scrollbar {
  width: 14px !important;
  background: transparent !important;
}
.v-data-table[data-v-4048e548] .v-data-table__wrapper::-webkit-scrollbar-thumb {
  width: 14px !important;
  background: #f5f5f5 !important;
}
.v-data-table[data-v-4048e548] .v-data-table__wrapper::-webkit-scrollbar-track {
  box-shadow: none;
  width: 14px !important;
  background: #2e1f38;
  border-radius: 10px !important;
}
.v-data-table[data-v-4048e548] table {
  border-collapse: separate !important;
  font-weight: 500;
  height: 1px;
}
.v-data-table[data-v-4048e548] table thead.v-data-table-header tr th {
  height: 26px;
  font-size: 14px;
  position: relative;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: none !important;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
}
.v-data-table[data-v-4048e548] table thead.v-data-table-header tr th:hover {
  color: #FFF !important;
}
.v-data-table[data-v-4048e548] table thead.v-data-table-header tr th.active {
  color: #FFF !important;
}
.v-data-table[data-v-4048e548] table thead.v-data-table-header tr th span {
  width: -moz-max-content;
  width: max-content;
}
.v-data-table[data-v-4048e548] table thead.v-data-table-header tr th i {
  display: none;
}
.v-data-table[data-v-4048e548] table thead.v-data-table-header tr th:first-child {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.v-data-table[data-v-4048e548] table thead.v-data-table-header tr th:last-child {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.v-data-table[data-v-4048e548] table tbody tr td {
  font-size: 14px;
  height: 54px !important;
  border-bottom: none !important;
  width: -moz-max-content;
  width: max-content;
  color: #FFF;
  font-weight: 400;
}
.v-data-table[data-v-4048e548] table tbody tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.v-data-table[data-v-4048e548] table tbody tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.v-data-table[data-v-4048e548] table tbody tr td:nth-child(2) {
  color: rgba(255, 255, 255, 0.6);
}
.v-data-table[data-v-4048e548] table tbody tr td:nth-child(4) {
  font-weight: 100;
}
.v-data-table[data-v-4048e548] table tbody tr:nth-child(odd) td {
  background: rgba(255, 255, 255, 0.05);
}
.v-data-table[data-v-4048e548] table tbody tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.1);
}
.v-data-table[data-v-4048e548] table tbody tr:hover {
  background: initial !important;
}
.v-data-table[data-v-4048e548] table tbody tr:hover td:first-child {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.v-data-table[data-v-4048e548] table tbody tr:hover td:last-child {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.data-container[data-v-4048e548] {
  container: data-container/inline-size;
}
.max-pagination[data-v-4048e548] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #fff;
}
.max-pagination .pagination-max[data-v-4048e548] {
  grid-column: 2;
}
.max-pagination .goto[data-v-4048e548] {
  gap: 8px;
}
.max-pagination[data-v-4048e548] .dropdown-wrapper {
  max-width: 90px;
}
.max-pagination[data-v-4048e548] .dropdown-wrapper .dropdown-button {
  background-color: rgba(255, 255, 255, 0.1);
  border: unset;
  border-radius: 22px;
  height: 44px;
}
.max-pagination[data-v-4048e548] .dropdown-wrapper .dropdown-button .v-btn__content {
  justify-content: center;
  gap: 16px;
}
.v-data-table[data-v-4048e548] .v-chip {
  border-radius: 4px;
  padding: 2px 6px 2px;
  height: unset;
}
.v-data-table[data-v-4048e548] .v-chip:before {
  content: none;
}
.copy-icon[data-v-4048e548] {
  width: 18px;
  height: 18px;
}

/*# sourceMappingURL=8.53de27c9.css.map*/