.max-button[data-v-944a1fee] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  padding: 14px 32px;
  font-weight: 600;
  background-color: #0080FF;
  border-radius: 10px;
  line-height: 100%;
}
.max-button[secondary][data-v-944a1fee] {
  padding: 14px 16px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.max-button[green][data-v-944a1fee] {
  background-color: #0a9a49;
}
.max-button[disabled][data-v-944a1fee] {
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.4);
}
.max-button[outlined][data-v-944a1fee] {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.max-button[data-v-944a1fee]:hover {
  filter: brightness(103%);
}
.max-button[data-v-944a1fee]:active {
  filter: brightness(97%);
}
.social-button[data-v-944a1fee] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 10px;
  background: #fff;
  gap: 10px;
  color: #160526;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
}
.social-button[data-v-944a1fee]:hover {
  filter: brightness(105%);
}
.social-button[data-v-944a1fee]:active {
  filter: brightness(97%);
}
.social-button[data-v-944a1fee]:disabled {
  pointer-events: none;
  filter: grayscale(1);
}
.social-button svg[data-v-944a1fee] {
  max-width: 24px;
  max-height: 24px;
}
label[data-v-4eb2605a] {
  display: flex;
  gap: 6px;
  font-size: 14px;
}
label input[data-v-4eb2605a] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
label input[data-v-4eb2605a]:not(:checked) {
  border: 1px solid #fff;
}
label input[data-v-4eb2605a]::before, label input[data-v-4eb2605a]::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
label input[data-v-4eb2605a]::before {
  background-color: transparent;
  transition: background-color 300ms ease;
}
label input[data-v-4eb2605a]::after {
  position: absolute;
  background: #fff;
  -webkit-mask-image: url("data:image/svg+xml;base64,ICA8c3ZnIHZpZXdCb3g9IjAgMCAxMCA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgPHBhdGggZD0iTTEgNS41OTA5MUwzIDcuNUw5IDEuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIC8+CiAgPC9zdmc+Cg==");
          mask-image: url("data:image/svg+xml;base64,ICA8c3ZnIHZpZXdCb3g9IjAgMCAxMCA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgPHBhdGggZD0iTTEgNS41OTA5MUwzIDcuNUw5IDEuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIC8+CiAgPC9zdmc+Cg==");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 11px;
  height: 9px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
label input[data-v-4eb2605a]:checked::before {
  background-color: #0080FF;
}
label input[data-v-4eb2605a]:checked::after {
  transform: scale(1);
}
.table-container > div.d-flex[data-v-b2820508] {
  gap: 10px;
}
.no-data[data-v-b2820508] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 10px;
}

/*# sourceMappingURL=25.2d4f34cf.css.map*/