:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

/* stylelint-disable scss/at-rule-no-unknown */
/* @tailwind base; */
.tw-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media (min-width: 540px) {

  .tw-container {
    max-width: 540px;
  }
}
@media (min-width: 720px) {

  .tw-container {
    max-width: 720px;
  }
}
@media (min-width: 960px) {

  .tw-container {
    max-width: 960px;
  }
}
@media (min-width: 1140px) {

  .tw-container {
    max-width: 1140px;
  }
}
@media (min-width: 1320px) {

  .tw-container {
    max-width: 1320px;
  }
}
.\!tw-absolute {
  position: absolute !important;
}
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-sticky {
  position: -webkit-sticky;
  position: sticky;
}
.-tw-left-1 {
  left: -0.25rem;
}
.-tw-left-10 {
  left: -2.5rem;
}
.-tw-left-6 {
  left: -1.5rem;
}
.-tw-top-px {
  top: -1px;
}
.tw-bottom-5 {
  bottom: 1.25rem;
}
.tw-top-14 {
  top: 3.5rem;
}
.tw-top-\[10px\] {
  top: 10px;
}
.tw-z-2 {
  z-index: 2;
}
.tw-z-7 {
  z-index: 7;
}
.tw-float-right {
  float: right;
}
.tw-float-left {
  float: left;
}
.\!tw-m-0 {
  margin: 0px !important;
}
.\!tw-m-auto {
  margin: auto !important;
}
.tw-m-1 {
  margin: 0.25rem;
}
.tw-m-2 {
  margin: 0.5rem;
}
.tw-m-auto {
  margin: auto;
}
.\!tw-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.\!tw-my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.tw-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.tw-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tw-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.tw-my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.tw-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!tw-ml-3 {
  margin-left: 0.75rem !important;
}
.\!tw-mr-2 {
  margin-right: 0.5rem !important;
}
.\!tw-mt-2 {
  margin-top: 0.5rem !important;
}
.\!tw-mt-4 {
  margin-top: 1rem !important;
}
.\!tw-mt-\[3px\] {
  margin-top: 3px !important;
}
.tw-mb-0 {
  margin-bottom: 0px;
}
.tw-mb-1 {
  margin-bottom: 0.25rem;
}
.tw-mb-2 {
  margin-bottom: 0.5rem;
}
.tw-mb-3 {
  margin-bottom: 0.75rem;
}
.tw-mb-px {
  margin-bottom: 1px;
}
.tw-ml-1 {
  margin-left: 0.25rem;
}
.tw-ml-2 {
  margin-left: 0.5rem;
}
.tw-ml-3 {
  margin-left: 0.75rem;
}
.tw-ml-4 {
  margin-left: 1rem;
}
.tw-mr-1 {
  margin-right: 0.25rem;
}
.tw-mr-2 {
  margin-right: 0.5rem;
}
.tw-mr-3 {
  margin-right: 0.75rem;
}
.tw-mr-5 {
  margin-right: 1.25rem;
}
.tw-mt-0 {
  margin-top: 0px;
}
.tw-mt-1 {
  margin-top: 0.25rem;
}
.tw-mt-2 {
  margin-top: 0.5rem;
}
.tw-mt-3 {
  margin-top: 0.75rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-mt-5 {
  margin-top: 1.25rem;
}
.tw-block {
  display: block;
}
.tw-inline-block {
  display: inline-block;
}
.\!tw-flex {
  display: flex !important;
}
.tw-flex {
  display: flex;
}
.tw-inline-flex {
  display: inline-flex;
}
.tw-grid {
  display: grid;
}
.tw-contents {
  display: contents;
}
.\!tw-h-30 {
  height: 120px !important;
}
.\!tw-h-4 {
  height: 1rem !important;
}
.\!tw-h-6 {
  height: 1.5rem !important;
}
.\!tw-h-7\.5 {
  height: 30px !important;
}
.\!tw-h-8 {
  height: 2rem !important;
}
.\!tw-h-9 {
  height: 2.25rem !important;
}
.\!tw-h-fit {
  height: -webkit-fit-content !important;
  height: fit-content !important;
}
.\!tw-h-full {
  height: 100% !important;
}
.tw-h-12\.5 {
  height: 50px;
}
.tw-h-16 {
  height: 4rem;
}
.tw-h-18 {
  height: 72px;
}
.tw-h-20 {
  height: 80px;
}
.tw-h-3 {
  height: 0.75rem;
}
.tw-h-7\.5 {
  height: 30px;
}
.tw-h-8 {
  height: 2rem;
}
.tw-h-9 {
  height: 2.25rem;
}
.tw-h-\[30px\] {
  height: 30px;
}
.tw-h-fit {
  height: -webkit-fit-content;
  height: fit-content;
}
.tw-h-full {
  height: 100%;
}
.\!tw-max-h-10 {
  max-height: 2.5rem !important;
}
.\!tw-max-h-\[42px\] {
  max-height: 42px !important;
}
.tw-max-h-\[60vh\] {
  max-height: 60vh;
}
.tw-min-h-full {
  min-height: 100%;
}
.tw-min-h-screen {
  min-height: 100vh;
}
.\!tw-w-1\/2 {
  width: 50% !important;
}
.\!tw-w-1\/3 {
  width: 33.333333% !important;
}
.\!tw-w-16 {
  width: 4rem !important;
}
.\!tw-w-2\/5 {
  width: 40% !important;
}
.\!tw-w-20 {
  width: 80px !important;
}
.\!tw-w-3\/4 {
  width: 75% !important;
}
.\!tw-w-4 {
  width: 1rem !important;
}
.\!tw-w-\[99\%\] {
  width: 99% !important;
}
.\!tw-w-fit {
  width: -webkit-fit-content !important;
  width: fit-content !important;
}
.\!tw-w-full {
  width: 100% !important;
}
.tw-w-1 {
  width: 0.25rem;
}
.tw-w-1\/2 {
  width: 50%;
}
.tw-w-1\/3 {
  width: 33.333333%;
}
.tw-w-1\/4 {
  width: 25%;
}
.tw-w-12\.5 {
  width: 50px;
}
.tw-w-15 {
  width: 60px;
}
.tw-w-16 {
  width: 4rem;
}
.tw-w-24 {
  width: 6rem;
}
.tw-w-3 {
  width: 0.75rem;
}
.tw-w-3\/4 {
  width: 75%;
}
.tw-w-3\/5 {
  width: 60%;
}
.tw-w-32 {
  width: 8rem;
}
.tw-w-5 {
  width: 1.25rem;
}
.tw-w-6 {
  width: 1.5rem;
}
.tw-w-75 {
  width: 300px;
}
.tw-w-8 {
  width: 2rem;
}
.tw-w-9 {
  width: 2.25rem;
}
.tw-w-\[300px\] {
  width: 300px;
}
.tw-w-\[35px\] {
  width: 35px;
}
.tw-w-auto {
  width: auto;
}
.tw-w-fit {
  width: -webkit-fit-content;
  width: fit-content;
}
.tw-w-full {
  width: 100%;
}
.tw-w-max {
  width: -webkit-max-content;
  width: max-content;
}
.\!tw-min-w-16 {
  min-width: 4rem !important;
}
.\!tw-min-w-8 {
  min-width: 2rem !important;
}
.\!tw-min-w-max {
  min-width: -webkit-max-content !important;
  min-width: max-content !important;
}
.tw-min-w-18 {
  min-width: 72px;
}
.tw-min-w-7\.5 {
  min-width: 30px;
}
.tw-min-w-75 {
  min-width: 300px;
}
.tw-min-w-\[160px\] {
  min-width: 160px;
}
.tw-max-w-18 {
  max-width: 72px;
}
.tw-max-w-75 {
  max-width: 300px;
}
.tw-max-w-full {
  max-width: 100%;
}
.tw-flex-1 {
  flex: 1 1 0%;
}
.tw-flex-none {
  flex: none;
}
.tw-flex-grow {
  flex-grow: 1;
}
.tw-cursor-pointer {
  cursor: pointer;
}
.tw-list-circle {
  list-style-type: circle;
}
.tw-list-disc {
  list-style-type: disc;
}
.tw-flex-row {
  flex-direction: row;
}
.tw-flex-col {
  flex-direction: column;
}
.tw-flex-wrap {
  flex-wrap: wrap;
}
.\!tw-flex-nowrap {
  flex-wrap: nowrap !important;
}
.tw-items-end {
  align-items: flex-end;
}
.tw-items-center {
  align-items: center;
}
.tw-justify-start {
  justify-content: flex-start;
}
.tw-justify-end {
  justify-content: flex-end;
}
.tw-justify-center {
  justify-content: center;
}
.tw-justify-between {
  justify-content: space-between;
}
.tw-gap-1 {
  gap: 0.25rem;
}
.tw-gap-2 {
  gap: 0.5rem;
}
.tw-gap-3 {
  gap: 0.75rem;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-gap-\[5\%\] {
  gap: 5%;
}
.tw-gap-x-1 {
  column-gap: 0.25rem;
}
.tw-gap-x-12\.5 {
  column-gap: 50px;
}
.tw-gap-x-15 {
  column-gap: 60px;
}
.tw-gap-x-2 {
  column-gap: 0.5rem;
}
.tw-gap-x-3 {
  column-gap: 0.75rem;
}
.tw-gap-x-4 {
  column-gap: 1rem;
}
.tw-gap-x-7\.5 {
  column-gap: 30px;
}
.tw-gap-y-1 {
  row-gap: 0.25rem;
}
.tw-gap-y-2 {
  row-gap: 0.5rem;
}
.tw-gap-y-3 {
  row-gap: 0.75rem;
}
.tw-gap-y-4 {
  row-gap: 1rem;
}
.tw-overflow-auto {
  overflow: auto;
}
.tw-overflow-hidden {
  overflow: hidden;
}
.tw-overflow-x-auto {
  overflow-x: auto;
}
.tw-overflow-y-auto {
  overflow-y: auto;
}
.tw-overflow-x-hidden {
  overflow-x: hidden;
}
.tw-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tw-text-wrap {
  text-wrap: wrap;
}
.tw-text-nowrap {
  text-wrap: nowrap;
}
.\!tw-rounded-none {
  border-radius: 0px !important;
}
.tw-rounded-full {
  border-radius: 9999px;
}
.tw-rounded-md {
  border-radius: 0.375rem;
}
.tw-rounded-none {
  border-radius: 0px;
}
.tw-rounded-sm {
  border-radius: 0.125rem;
}
.tw-rounded-e-sm {
  border-start-end-radius: 0.125rem;
  border-end-end-radius: 0.125rem;
}
.tw-rounded-s-sm {
  border-start-start-radius: 0.125rem;
  border-end-start-radius: 0.125rem;
}
.\!tw-bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1)) !important;
}
.\!tw-bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
}
.\!tw-bg-spinner-default {
  background-color: var(--loading-spinner) !important;
}
.\!tw-bg-spinner-overlay {
  background-color: var(--loading-spinner-bg) !important;
}
.\!tw-bg-transparent {
  background-color: transparent !important;
}
.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.tw-bg-custom-default {
  background-color: var(--custom-default);
}
.tw-bg-inherit {
  background-color: inherit;
}
.tw-bg-revert {
  background-color: var(--revert);
}
.tw-bg-table-info {
  background-color: var(--table-info);
}
.tw-bg-table-primary {
  background-color: var(--table-primary);
}
.tw-bg-transparent {
  background-color: transparent;
}
.tw-object-contain {
  object-fit: contain;
}
.\!tw-p-0 {
  padding: 0px !important;
}
.tw-p-1 {
  padding: 0.25rem;
}
.tw-p-2 {
  padding: 0.5rem;
}
.tw-p-3 {
  padding: 0.75rem;
}
.tw-p-4 {
  padding: 1rem;
}
.\!tw-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!tw-px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.tw-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.\!tw-pb-0 {
  padding-bottom: 0px !important;
}
.\!tw-pt-6 {
  padding-top: 1.5rem !important;
}
.tw-pb-0 {
  padding-bottom: 0px;
}
.tw-pb-2 {
  padding-bottom: 0.5rem;
}
.tw-pb-3 {
  padding-bottom: 0.75rem;
}
.tw-pb-6 {
  padding-bottom: 1.5rem;
}
.tw-pl-0 {
  padding-left: 0px;
}
.tw-pl-2 {
  padding-left: 0.5rem;
}
.tw-pr-3 {
  padding-right: 0.75rem;
}
.tw-pt-1 {
  padding-top: 0.25rem;
}
.tw-text-left {
  text-align: left;
}
.\!tw-text-center {
  text-align: center !important;
}
.tw-text-center {
  text-align: center;
}
.tw-text-right {
  text-align: right;
}
.\!tw-align-baseline {
  vertical-align: baseline !important;
}
.tw-align-top {
  vertical-align: top;
}
.tw-align-middle {
  vertical-align: middle;
}
.tw-align-bottom {
  vertical-align: bottom;
}
.tw-align-text-bottom {
  vertical-align: text-bottom;
}
.\!tw-text-extra-small {
  font-size: 12px !important;
}
.\!tw-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.\!tw-text-small {
  font-size: 16px !important;
}
.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tw-text-extra-small {
  font-size: 12px;
}
.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-medium {
  font-weight: 500;
}
.tw-tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.tw-leading-1 {
  line-height: 1;
}
.\!tw-text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!tw-text-cyan-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1)) !important;
}
.\!tw-text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1)) !important;
}
.\!tw-text-lightgray {
  --tw-text-opacity: 1 !important;
  color: rgb(211 211 211 / var(--tw-text-opacity, 1)) !important;
}
.\!tw-text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}
.\!tw-text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}
.\!tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.\!tw-text-yellow-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.tw-text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.tw-text-default {
  color: var(--default);
}
.tw-text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.tw-text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.tw-underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.tw-opacity-50 {
  opacity: 0.5;
}
.\!tw-title-medium {
  font-size: 18px !important;
  line-height: 27px !important;
}
*,
::after,
::before {
  scrollbar-color: var(--background-paper) var(--background-default);
  scrollbar-width: thin;
  box-sizing: border-box;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0px;
  margin-right: 0px;
  border-width: 0px;
  border-top-width: 1px;
  color: inherit;
  opacity: 0.25;
}

dl, ol, ul {
  margin-bottom: 1rem;
  margin-top: 0px;
}

ol, ul {
  padding-left: 2rem;
}

p {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

  .h1, h1 {
    font-size: 2.5rem;
  }
}

.h2, h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {

  .h2, h2 {
    font-size: 2rem;
  }
}

.h3, h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {

  .h3, h3 {
    font-size: 1.75rem;
  }
}

.h4, h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {

  .h4, h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.h5, h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.h6, h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--default);
}

a {
  color: var(--link-color);
}

label {
  display: inline-block;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

tbody, td, tfoot, th, thead, tr {
  border-width: 0px;
  border-style: solid;
  border-color: inherit;
}

th {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 18px;
}

td {
  height: 2.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

img, svg {
  vertical-align: middle;
}

audio {
  color-scheme: var(--mode);
}

input[type=number] {
  color-scheme: var(--mode);
}

::-webkit-scrollbar {
  height: 0.625rem;
  width: 0.625rem;
}

::-webkit-scrollbar-track {
  background-color: var(--background-default);
}

::-webkit-scrollbar-thumb {
  background-color: var(--background-paper);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--divider);
}

.text-shadow {
  text-shadow: 1px 1px var(--shadow-default-revert);
}

.caption,
.text-gen {
  color: var(--text-caption);
}

.highlight-select-pokemon,
.current-select-pokemon,
.selected {
  background-color: var(--custom-selected) !important;
}

.result,
.result-pokemon,
.result-move-select,
.result-move-select-default {
  background-color: var(--custom-selected-bg);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  color: var(--text-primary);
}

.card-pokemon,
.card-move,
.card-pokemon-select {
  border-top: 1px solid var(--background-table-divided);
}
.card-pokemon:hover,
.card-pokemon .ranking-container .accordion-button.collapsed:hover,
.card-move:hover,
.card-move .ranking-container .accordion-button.collapsed:hover,
.card-pokemon-select:hover,
.card-pokemon-select .ranking-container .accordion-button.collapsed:hover {
  background-color: var(--custom-selected-hover);
}

.moveset-error {
  background-color: var(--background-paper);
}

.moveset-error-msg {
  background-color: var(--custom-default);
  color: var(--error-main, #f44336);
}

.types-select-btn button.btn-select-type {
  border-top: 1px solid var(--custom-btn-type-border);
  border-bottom: 1px solid var(--custom-btn-type-border);
}
.types-select-btn div.col:first-child button.btn-select-type {
  border-left: 1px solid var(--custom-btn-type-border);
}
.types-select-btn div.col:not(:first-child) button.btn-select-type {
  border-left: 0.5px solid var(--custom-btn-type-border);
}
.types-select-btn div.col:last-child button.btn-select-type {
  border-right: 1px solid var(--custom-btn-type-border);
}
.types-select-btn div.col:not(:last-child) button.btn-select-type {
  border-right: 0.5px solid var(--custom-btn-type-border);
}

.btn-select-type {
  background-color: var(--background-btn-type);
  color: var(--text-primary);
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.btn-select-type:hover:not(.select-type) {
  background-color: var(--background-table-hover);
}
.btn-select-type.select-type {
  background-color: var(--background-btn-type-select);
  border: 1px solid white;
}
.btn-select-type.select-type span {
  color: white !important;
}

.border-input {
  background-color: var(--background-paper);
  border: 1px solid var(--custom-table-background-sub-head-border);
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.head-types {
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  background-color: var(--table-head);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  padding: 0.625rem;
  font-weight: 700;
}

.table-head {
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  background-color: var(--table-head);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border: 1px solid var(--custom-table-background-sub-head-border);
}

.sticker-container h5 {
  background-color: var(--table-head);
  border: 1px solid var(--custom-table-background-sub-head-border);
}

.theme-shadow {
  text-shadow: 1px 1px var(--shadow-custom);
}

a.pokemon-link:hover {
  box-shadow: inset 0 0 8px 1px var(--shadow-hover);
}

.prev-next-block {
  background-color: var(--background-selected);
  color: var(--text-primary) !important;
}
.prev-next-block a {
  color: var(--text-primary) !important;
}

.table-desc tbody tr td:nth-child(1) {
  color: var(--text-primary) !important;
}
.table-desc tbody tr td:nth-child(2) {
  color: var(--text-primary);
}
.table-desc tbody tr:nth-child(odd) td {
  background-color: var(--custom-table-background-odd) !important;
}
.table-desc tbody tr:nth-child(even) td {
  background-color: var(--custom-table-background-even) !important;
}

.ranking-header,
.table-round-battle tbody tr td:not(:first-child),
.table-raid-cal tbody tr td,
.table-info tbody tr td:nth-child(2),
.battle-league tbody tr td {
  color: var(--text-primary);
}

.reward-league.group-rank-league,
.bg-ref-pokemon,
.result-type ul,
.result-weather ul,
.result-move ul,
.pokemon-content,
.table-raid-cal thead tr th:nth-child(1),
.table-info tbody tr.info-costs td:nth-child(1),
.ranking-header,
.table-round-battle tbody tr td:first-child,
.table-round-battle tbody tr td:not(:first-child, .bg-summary) {
  background-color: var(--custom-default) !important;
}

.table-round-battle tbody tr td:first-child {
  color: var(--text-primary) !important;
}

.rank-header,
.moves-title,
.table-round-battle thead tr.table-header th,
.table-raid-cal thead tr.table-header th:not(:first-child),
.group-model .desc,
.sub-header,
.table-column-head,
.table-raid-cal tbody tr td:nth-child(1) {
  background-color: var(--custom-table-background-sub-head) !important;
  color: var(--custom-table-background-sub-head-text) !important;
  border: 1px solid var(--custom-table-background-sub-head-border);
}

.table-raid-cal tbody tr td:nth-child(1) {
  color: var(--text-primary) !important;
}

.table-raid tbody tr td:nth-child(1),
.table-info tbody tr td:first-child,
.sub-group-model .gender {
  background-color: var(--table-info);
  color: var(--custom-table-background-sub-head-text);
  border: 1px solid var(--custom-table-background-sub-head-border);
}

.table-catch-chance thead th,
.table-info tbody tr.info-costs td:nth-child(2) {
  color: var(--text-primary);
  background-color: var(--table-info) !important;
}

.ranking-link-group button {
  color: var(--text-primary);
  background-color: var(--table-info);
}

.table-info tbody tr td.table-sub-header,
.table-main tbody tr td.table-sub-header,
.table-moves tbody tr td.table-sub-header {
  background-color: var(--custom-table-background-sub-head) !important;
  color: var(--custom-table-background-sub-head-text) !important;
  border: 1px solid var(--custom-table-background-sub-head-border);
}

.btn-form {
  background-color: var(--custom-btn-form) !important;
  color: var(--text-primary) !important;
}
.btn-form:hover:not(.form-selected) {
  background-color: var(--custom-btn-form-hover);
}
.btn-form:focus {
  background-color: var(--custom-btn-form-focus);
}
.btn-form.form-selected {
  background-color: var(--custom-btn-form-selected) !important;
}

.card-select-enabled {
  background-color: var(--background-paper);
}

.card-select-disabled {
  background-color: var(--bs-secondary-bg) !important;
  color: var(--body-color) !important;
}

.pokemon-select-right,
.select-down {
  background-color: var(--body-color);
}

.stats-container {
  background-color: var(--background-stats-container);
}

.table-movesets tbody tr td,
.table-moves tbody tr td {
  color: var(--custom-table-background-sub-head-text);
}

th,
td,
.table-info,
.table-counter-container,
.list-item-ranking,
.season-league,
.group-rank-league,
.sticker-detail,
.sticker-container,
.top-raid-group,
.top-raid-pokemon,
.trainer-battle,
.pokemon-battle,
.trainer-levelup {
  border: 1px solid var(--custom-table-background-sub-head-border) !important;
}

.table-info tbody tr:nth-child(even) td:nth-child(2) div:nth-child(1).td-costs {
  border-bottom: 1px solid var(--custom-table-background-sub-head-border) !important;
}

.custom-border-right {
  border-right: 1px solid var(--custom-table-background-sub-head-border);
}

.card-ranking,
.custom-border-left-2 {
  border-left: 2px solid var(--custom-table-background-sub-head-border);
}

.card-ranking,
.custom-border-right-2 {
  border-right: 2px solid var(--custom-table-background-sub-head-border);
}

.card-ranking,
.custom-border-bottom-2 {
  border-bottom: 2px solid var(--custom-table-background-sub-head-border);
}

.card-ranking:first-of-type,
.custom-border-top-2 {
  border-top: 2px solid var(--custom-table-background-sub-head-border);
}

.model,
.frame-badge,
.table-desc tbody tr td,
.prev-next-block,
.bg-ref-pokemon,
.border-type-stat,
.border-best-poke,
.stats-border {
  border: 1px solid var(--custom-table-border);
}

.border-types,
.btn-form,
.btn-default,
.border-window,
.count-pokemon,
.frame-badge-select,
.frame-badge:hover {
  border: 1px solid var(--custom-gray) !important;
}

.timeline-vertical div .pokemon-battle-header {
  border-left: 1px solid var(--custom-gray);
}

.pokemon-battle-header {
  border-right: 1px solid var(--custom-gray);
  border-top: 1px solid var(--custom-gray);
  border-bottom: 1px solid var(--custom-gray);
}

.move-img-desc img,
.img-desc,
.border-box-battle,
.stats-boss {
  border: 2px solid var(--custom-table-border);
}

.table-info thead tr,
.table-moves thead tr {
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  background-color: var(--table-head);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 700;
}

.img-type-icon,
.pokemon-link .pokemon-sprite-large {
  filter: drop-shadow(1px 1px 1px var(--shadow-default));
  -webkit-filter: drop-shadow(1px 1px 1px var(--shadow-default));
  -moz-filter: drop-shadow(1px 1px 1px var(--shadow-default));
  -o-filter: drop-shadow(1px 1px 1px var(--shadow-default));
  -ms-filter: drop-shadow(1px 1px 1px var(--shadow-default));
}

.bg-zero,
.pokemon-battle-header,
.moves-title-container,
.frame-badge-select,
.frame-badge:hover,
.form-header {
  background-color: var(--custom-according-header);
}

.accordion-footer {
  background-color: var(--custom-according-footer);
}

.card-header {
  background-color: var(--custom-dropdown-header) !important;
}

.bg-card-highlight {
  background-color: var(--custom-dropdown-highlight) !important;
}

.ranking-header .ranking-sort:not(.ranking-selected) {
  color: var(--table-sort) !important;
}

.loading-spin-container {
  background: radial-gradient(closest-side, var(--loading-spinner-bg-start), var(--loading-spinner-bg-end));
}

.stats-border {
  background-color: var(--background-stats-performance);
}

.play-line {
  background-color: var(--background-revert);
}

.league-opened .accordion-button.collapsed {
  background-color: var(--custom-according-highlight);
}

.table-catch-chance tbody td:not(.table-catch-chance tbody td:nth-child(1)) {
  background-color: var(--custom-btn-form-selected);
}

.table-sub-bonus .accordion-button {
  background-color: var(--custom-table-background-sub-head);
  color: var(--custom-table-background-sub-head-text);
}

.click-none,
.click-none.link-danger:hover {
  color: var(--custom-validator-disable) !important;
}

.table-desc tbody tr td div.first-extra-col,
.next-border {
  border-right: 0.5px solid var(--custom-light-gray);
}

.prev-border {
  border-left: 0.5px solid var(--custom-light-gray);
}

.ranking-container {
  border-bottom: 1px solid var(--border-color);
}

.accordion-footer,
.turn-battle {
  border-top: 1px solid var(--border-color);
}

.btn-form:focus,
.btn-form:hover:not(.form-selected),
.list-item-ranking:hover {
  border: 1px solid var(--default) !important;
}

.info-container {
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}

.tab-body {
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}

.table-top-of-move-container {
  border-top: 1px solid var(--custom-table-background-sub-head-border) !important;
}

.card-input {
  border: 1px solid var(--custom-selected-border) !important;
}

.ranking-header {
  border: 1px solid var(--custom-table-background-sub-head-border);
}

.iv-bg-bar {
  background-color: var(--custom-btn-form);
}

.impossible-encounter {
  background-color: var(--custom-background-unavailable);
}

.text-not-encounter {
  background-color: var(--custom-background-sub-unavailable);
}

.shadow-ic {
  background-color: #c184ec;
}

.bug {
  background-color: #9cb820;
}

.dark {
  background-color: #504843;
}

.dragon {
  background-color: #7038f8;
}

.electric,
.elite-ic,
.score-ic {
  background-color: #f8d030;
}

.fighting {
  background-color: #c03028;
}

.fire {
  background-color: #f08030;
}

.flying {
  background-color: #9096f0;
}

.fairy {
  background-color: #f09ad9;
}

.ground {
  background-color: #e0b668;
}

.ghost {
  background-color: #705898;
}

.grass {
  background-color: #22c02a;
}

.ice {
  background-color: #98d8d8;
}

.normal,
.purified-ic {
  background-color: #a8a8a8;
}

.psychic {
  background-color: #f85888;
}

.poison {
  background-color: #a040a0;
}

.rock {
  background-color: #b8a038;
}

.steel {
  background-color: #6d8f9c;
}

.water {
  background-color: #6890f0;
}

.bug-border {
  border-color: #9cb820;
}

.dark-border {
  border-color: #504843;
}

.dragon-border {
  border-color: #7038f8;
}

.electric-border {
  border-color: #f8d030;
}

.fighting-border {
  border-color: #c03028;
}

.fire-border {
  border-color: #f08030;
}

.flying-border {
  border-color: #9096f0;
}

.fairy-border {
  border-color: #f09ad9;
}

.ground-border {
  border-color: #e0b668;
}

.ghost-border {
  border-color: #705898;
}

.grass-border {
  border-color: #22c02a;
}

.ice-border {
  border-color: #98d8d8;
}

.normal-border {
  border-color: #a8a8a8;
}

.psychic-border {
  border-color: #f85888;
}

.poison-border {
  border-color: #a040a0;
}

.rock-border {
  border-color: #b8a038;
}

.steel-border {
  border-color: #6d8f9c;
}

.water-border {
  border-color: #6890f0;
}

.black-border {
  border-color: black;
}

.bug-bg {
  background: #9cb820;
}

.dark-bg {
  background: #504843;
}

.dragon-bg {
  background: #7038f8;
}

.electric-bg {
  background: #f8d030;
}

.fighting-bg {
  background: #c03028;
}

.fire-bg {
  background: #f08030;
}

.flying-bg {
  background: #9096f0;
}

.fairy-bg {
  background: #f09ad9;
}

.ground-bg {
  background: #e0b668;
}

.ghost-bg {
  background: #705898;
}

.grass-bg {
  background: #22c02a;
}

.ice-bg {
  background: #98d8d8;
}

.normal-bg {
  background: #a8a8a8;
}

.psychic-bg {
  background: #f85888;
}

.poison-bg {
  background: #a040a0;
}

.rock-bg {
  background: #b8a038;
}

.steel-bg {
  background: #6d8f9c;
}

.water-bg {
  background: #6890f0;
}

.black-bg {
  background: black;
}

.special-ic,
.exclusive-ic {
  background: linear-gradient(to right bottom, #825af0, #9ba0f0);
}

.dynamax-ic {
  background: #e44940;
}

.unavailable-ic {
  background: linear-gradient(to right bottom, #504843, #a8a8a8);
}

.disable-ic {
  background-color: darkgray;
  color: lightgray !important;
}

.filter-shadow {
  filter: drop-shadow(1px 1px 1px black);
  -webkit-filter: drop-shadow(1px 1px 1px black);
  -moz-filter: drop-shadow(1px 1px 1px black);
  -o-filter: drop-shadow(1px 1px 1px black);
  -ms-filter: drop-shadow(1px 1px 1px black);
}

.rank-max div b,
.rank-excellent div b,
.rank-great div b,
.rank-nice div b {
  text-shadow: white 1px 1px;
  -webkit-text-shadow: white 1px 1px;
  -moz-text-shadow: white 1px 1px;
  -o-text-shadow: white 1px 1px;
  -ms-text-shadow: white 1px 1px;
}

.img-gender {
  filter: drop-shadow(3px 3px 3px #222222);
  -webkit-filter: drop-shadow(3px 3px 3px #222222);
  -moz-filter: drop-shadow(3px 3px 3px #222222);
  -o-filter: drop-shadow(3px 3px 3px #222222);
  -ms-filter: drop-shadow(3px 3px 3px #222222);
}

.progress-hover:hover {
  filter: drop-shadow(2px 2px 2px rgba(10, 10, 10, 0.5019607843));
  -webkit-filter: drop-shadow(2px 2px 2px rgba(10, 10, 10, 0.5019607843));
  -moz-filter: drop-shadow(2px 2px 2px rgba(10, 10, 10, 0.5019607843));
  -o-filter: drop-shadow(2px 2px 2px rgba(10, 10, 10, 0.5019607843));
  -ms-filter: drop-shadow(2px 2px 2px rgba(10, 10, 10, 0.5019607843));
}

.sprite-raid:hover {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
  -moz-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
  -o-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
  -ms-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
}

.filter-shadow-hover:hover {
  filter: drop-shadow(2px 2px 2px var(--shadow-hover));
  -webkit-filter: drop-shadow(2px 2px 2px var(--shadow-hover));
  -moz-filter: drop-shadow(2px 2px 2px var(--shadow-hover));
  -o-filter: drop-shadow(2px 2px 2px var(--shadow-hover));
  -ms-filter: drop-shadow(2px 2px 2px var(--shadow-hover));
}

.filter-gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.filter-shiny,
.shiny-pokemon.active {
  filter: brightness(0) saturate(100%) invert(88%) sepia(36%) saturate(644%) hue-rotate(6deg) brightness(108%) contrast(105%) drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6));
  -webkit-filter: brightness(0) saturate(100%) invert(88%) sepia(36%) saturate(644%) hue-rotate(6deg) brightness(108%) contrast(105%) drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6));
  -moz-filter: brightness(0) saturate(100%) invert(88%) sepia(36%) saturate(644%) hue-rotate(6deg) brightness(108%) contrast(105%) drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6));
  -o-filter: brightness(0) saturate(100%) invert(88%) sepia(36%) saturate(644%) hue-rotate(6deg) brightness(108%) contrast(105%) drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6));
  -ms-filter: brightness(0) saturate(100%) invert(88%) sepia(36%) saturate(644%) hue-rotate(6deg) brightness(108%) contrast(105%) drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6));
}

.info-container img.info-background {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}

.no-released-pokemon {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6)) grayscale(100%);
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6)) grayscale(100%);
  -moz-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6)) grayscale(100%);
  -o-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6)) grayscale(100%);
  -ms-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6)) grayscale(100%);
}

.input-group {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}

.input-group-text {
  background-color: var(--tertiary-color);
  border: 1px solid var(--border-color);
  display: flex;
  max-height: 2.5rem;
  white-space: nowrap;
  padding-top: .375rem;
  padding-bottom: .375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--default);
}

.input-control-group {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.input-group > :not(:first-child) {
  margin-left: -1px;
}

.row {
  display: flex !important;
  flex-wrap: wrap;
}

.row > * {
  flex-shrink: 0 !important;
  margin-top: 0px;
  width: 100%;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.col {
  flex: 1 1 0%;
}

.slide-container {
  direction: ltr;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 0px;
  border-style: none;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.slide-container .slide-col {
  direction: ltr;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 100%;
}
.slide-container .slide-col div {
  margin-top: 0.5rem;
}

.caption-constant {
  color: grey !important;
}

.vertical-center {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0px;
}

html {
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.1s;
  margin: 0px;
  height: 100%;
  touch-action: manipulation;
  background-color: var(--custom-default);
  line-height: 1.5;
  color: var(--default);
}

#root {
  position: relative;
  height: 100%;
}

@media (min-width: 576px) {

  .sm\:tw-w-1\/2 {
    width: 50%;
  }

  .sm\:tw-justify-center {
    justify-content: center;
  }
}

@media (min-width: 768px) {

  .md\:tw-w-1\/2 {
    width: 50%;
  }

  .md\:tw-w-1\/3 {
    width: 33.333333%;
  }

  .md\:tw-w-1\/4 {
    width: 25%;
  }

  .md\:tw-w-2\/3 {
    width: 66.666667%;
  }

  .md\:tw-w-3\/4 {
    width: 75%;
  }

  .md\:tw-w-4\/5 {
    width: 80%;
  }

  .md\:tw-w-5\/12 {
    width: 41.666667%;
  }

  .md\:tw-w-7\/12 {
    width: 58.333333%;
  }
}

@media (min-width: 992px) {

  .lg\:tw-mt-4 {
    margin-top: 1rem;
  }

  .lg\:tw-hidden {
    display: none;
  }

  .lg\:tw-w-1\/2 {
    width: 50%;
  }

  .lg\:tw-w-1\/3 {
    width: 33.333333%;
  }

  .lg\:tw-w-1\/4 {
    width: 25%;
  }

  .lg\:tw-w-2\/3 {
    width: 66.666667%;
  }

  .lg\:tw-w-5\/12 {
    width: 41.666667%;
  }

  .lg\:tw-w-7\/12 {
    width: 58.333333%;
  }

  .lg\:tw-flex-1 {
    flex: 1 1 0%;
  }
}

@media (min-width: 1200px) {

  .xl\:tw-w-1\/2 {
    width: 50%;
  }

  .xl\:tw-w-1\/3 {
    width: 33.333333%;
  }

  .xl\:tw-w-2\/3 {
    width: 66.666667%;
  }

  .xl\:tw-w-5\/12 {
    width: 41.666667%;
  }

  .xl\:tw-w-7\/12 {
    width: 58.333333%;
  }

  .xl\:tw-flex-1 {
    flex: 1 1 0%;
  }

  .xl\:tw-flex-initial {
    flex: 0 1 auto;
  }
}

@media (min-width: 1400px) {

  .\32xl\:tw-flex-1 {
    flex: 1 1 0%;
  }
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.caption {
  text-decoration: none !important;
  display: block;
  font-size: 12px;
}

a {
  text-decoration: none !important;
}

.loading {
  animation: loading-spin 1s linear infinite;
}

@keyframes loading-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.link-url {
  color: #0d6efd !important;
  cursor: pointer;
}

.link-url:hover {
  color: #0000ee !important;
}

img.pokemon-main-sprite {
  height: 205px;
  width: 100%;
  object-fit: contain;
}

img.sprite-type {
  height: 2.25rem;
  width: 100%;
  object-fit: contain;
}

img.pokemon-sprite-accordion {
  height: 50px;
  width: 100%;
  object-fit: contain;
}

img.pokemon-navigate-sprite {
  height: 60px;
  object-fit: contain;
}

img.pokemon-sprite-small {
  height: 1rem;
  width: 100%;
  object-fit: contain;
}

img.pokemon-sprite-medium {
  height: 4rem;
  width: 100%;
  object-fit: contain;
}

img.pokemon-sprite,
img.pokemon-sprite-large {
  height: 6rem;
  width: 100%;
  object-fit: contain;
}

img.pokemon-sprite-counter {
  height: 4rem;
  width: 100%;
  object-fit: contain;
}

img.pokemon-sprite-model {
  height: 80px;
  width: 100%;
  object-fit: contain;
}

img.sprite-type-large,
img.pokemon-sprite-raid {
  height: 8rem;
  width: 100%;
  object-fit: contain;
}

img.block-spirit-timeline {
  height: 2.75rem;
  width: 100%;
  object-fit: contain;
}

img.frame-type-sprite {
  height: 2.5rem;
  width: 100%;
  object-fit: contain;
}

img.badge-type-sprite {
  height: 1.25rem;
  width: 100%;
  object-fit: contain;
}

.shadow-icon,
.purified-icon {
  position: absolute;
  bottom: 0px;
}

.border-type-init {
  height: 30px;
  border-width: 1px;
  border-style: solid;
}

.type-select-bg {
  column-gap: 0.25rem;
  border-radius: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

ul {
  list-style-type: none;
}

.result {
  position: absolute;
  z-index: 4;
  max-height: 570px;
  width: 300px;
  overflow-y: auto;
}

.result-type ul,
.result-weather ul,
.result-move ul {
  margin: 0px;
  padding: 0px;
}

.card-pokemon {
  width: 100%;
  cursor: pointer;
  padding: 0.625rem;
}

.img-search {
  margin: 0 5px;
}

.moveset-error {
  height: 100%;
  width: 100%;
  opacity: 0.5;
}

.moveset-error-msg {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.5rem;
  padding: 15px;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.disable-card-move {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.ic {
  padding: 1px 6px !important;
  font-weight: bold !important;
  text-shadow: none !important;
  color: black !important;
  width: -webkit-fit-content !important;
  width: fit-content !important;
  display: inline-block;
  text-align: center;
  font-size: 10px;
}

.type-border,
.text-shadow-black {
  text-shadow: 1px 1px black;
}

.type-border-white {
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.popover-info {
  background-color: var(--custom-pop-over);
  border-radius: 0.5rem;
  padding: 1rem;
  color: var(--default);
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.info-main-container {
  display: flex;
  max-height: 90vh;
  flex-direction: column;
  row-gap: 1.25rem;
}

.info-container {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 16rem;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.info-container img.info-background {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -100%;
  margin-right: -100%;
  height: -webkit-max-content;
  height: max-content;
  min-width: 100%;
  max-width: none;
  opacity: 0.4;
}
.info-container img.info-banner-img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.info-event-ending {
  border: 1px solid rgba(220, 53, 69, 0.5019607843);
  box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.2509803922);
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.0509803922);
}

.info-event-progress {
  border: 1px solid rgba(13, 202, 240, 0.5019607843);
  box-shadow: 0 0 0 0.15rem rgba(13, 202, 240, 0.2509803922);
  color: #0dcaf0;
  background-color: rgba(13, 202, 240, 0.0509803922);
}

.info-event-future {
  border: 1px solid rgba(25, 135, 84, 0.0509803922);
  box-shadow: 0 0 0 0.15rem rgba(25, 135, 84, 0.2509803922);
  color: #198754;
  background-color: rgba(25, 135, 84, 0.0509803922);
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

ul.pokemon-content {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  padding: 0px;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.type-list {
  gap: 0.625rem;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.pokemon-link {
  padding: 0.5rem;
}

.no-released-pokemon {
  position: absolute;
  left: 5px;
  top: 5px;
}

.shiny-pokemon {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.table-info {
  width: 100%;
}

.table-info td:nth-child(1) {
  width: 50%;
}

.battle-league td:nth-child(1) {
  width: 35%;
}

.table-info thead tr {
  font-weight: 700;
}

.table-info tbody tr td:nth-child(1) {
  font-weight: 700;
}

.td-style {
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.shadow-text {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(193 132 236 / var(--tw-text-opacity, 1));
}

.purified-text {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(116 225 230 / var(--tw-text-opacity, 1));
}

.buddy-text {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(244 228 116 / var(--tw-text-opacity, 1));
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.poke-container {
  margin-bottom: 15px;
  overflow: hidden;
}

.img-desc {
  height: 217px;
  width: 217px;
  padding: 0.25rem;
}

.text-gen {
  font-size: 16px;
}

.img-form-group hr {
  width: 350px;
}

.title-evo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

a b.link-title,
.title-evo b,
.info-title {
  text-decoration: underline !important;
}

.table-main,
.table-desc {
  max-width: 500px !important;
}

.table-main thead tr th {
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 16px;
}

td h5,
td h6 {
  margin: 0px;
}

.table-info tbody tr td:nth-child(1) {
  width: 25%;
  min-width: 180px;
}

.table-desc tbody tr td:nth-child(1) {
  width: 25% !important;
  min-width: 180px;
  text-align: start;
}

.table-desc tbody tr:nth-child(odd) td {
  text-align: start;
}

.table-desc tbody tr td div.tw-h-full {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.table-desc tbody tr:nth-child(even) td {
  text-align: start;
}

.table-desc.table-info tbody tr td:first-child {
  text-align: start !important;
}

.table-info tbody tr.tw-text-center td.table-sub-header:nth-child(2) {
  font-weight: 700;
}

.table-info tbody tr:nth-child(even) td:nth-child(2) {
  text-align: start;
}

.table-info tbody tr:nth-child(even) td:nth-child(2) div.row-extra {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.text-navigate,
.text-overflow {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prev-next-block {
  z-index: 3 !important;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.3019607843);
  margin: 0px;
  height: 62px;
}

.prev-block .text-navigate {
  padding-right: 8%;
}

.next-block .text-navigate {
  padding-left: 8%;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.group-model {
  padding: 15px;
}

.model {
  display: inline-block;
  min-width: 50%;
  padding: 0.625rem;
}

.sub-group-model .gender {
  width: auto;
  text-align: center;
  font-weight: 700;
}

.group-model .desc {
  width: 100%;
  text-align: center;
  font-weight: 700;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.error-img {
  min-height: calc(100vh - 56px);
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.img {
  background-image: url("/static/media/error.ktgfoDVA.jpg");
  background-position-x: right;
  background-position-y: bottom;
  position: fixed;
  right: 0px;
  bottom: 0px;
  height: 100%;
  max-height: 564px;
  width: 100%;
  max-width: 900px;
  background-size: cover;
  background-repeat: no-repeat;
}

.error-desc {
  width: 100%;
  text-align: center;
}

.error-desc .desc {
  transform: translateY(-20%);
  position: fixed;
  top: 20%;
  width: 100%;
  padding: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.error-desc .desc .desc-head {
  font-size: calc(5rem + 7vw);
  --tw-text-opacity: 1;
  color: rgb(205 92 92 / var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.error-img img {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 900px;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.scroll-form {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}

.img-form-gender-group {
  margin-right: 5%;
  display: inline-block;
  height: 130px;
  width: 6rem;
  text-align: center;
  vertical-align: top;
}
.img-form-gender-group .img-gender-group {
  height: 6rem;
  width: 100%;
  min-width: 6rem;
}

.btn-form:focus {
  box-shadow: 0 0 0 3px rgba(100, 100, 100, 0.4) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.progress {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  margin-left: 0px;
  margin-right: 0px;
  height: 30px;
  min-width: 350px;
}

.progress-hover {
  cursor: pointer;
}

.stats-text {
  margin-left: 1%;
  height: 30px;
  align-items: center;
}

.box-text span {
  border-radius: 5px;
  background-color: #d3d3d3cc;
  padding: 3px;
  font-weight: 700;
}

.rank-text {
  height: 30px;
  align-items: center;
}
.rank-text span {
  margin-right: 1%;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.table-counter-container {
  height: 600px;
}

.table-counter {
  height: 100%;
  width: 100%;
}

.counter-none {
  height: 550px;
}

.group-pokemon-sprite {
  width: 4rem;
}

.sub-header {
  position: relative;
  padding: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.sub-header span.sub-title {
  font-weight: 700;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.table-moves-col {
  height: 10%;
  max-height: 700px;
  overflow-y: auto;
}

.table-moves {
  table-layout: -webkit-fixed;
  table-layout: fixed;
  width: 100%;
  min-width: 250px;
}

.table-moves thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.table-moves thead tr th {
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 16px;
}

.table-moves tbody tr td {
  font-weight: 700;
}

.main-move {
  width: 40%;
}

.text-origin {
  font-weight: lighter !important;
}

.text-b-ic {
  margin-right: 0.5rem;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.evo-container {
  white-space: initial !important;
  text-align: center;
}

.ul-evo {
  margin: 0px;
  padding: 0px;
}

.li-evo {
  margin-right: 0px;
  height: 100%;
}

.select-evo {
  margin-bottom: 0.625rem;
  display: block;
  height: 100%;
}

.select-evo p {
  margin: 0px;
  height: 18px;
}

.select-evo:hover {
  cursor: pointer;
}

.select-evo b.link-title {
  color: #0d6efd !important;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.tooltips-info {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.info-evo span {
  margin-bottom: 5px;
}

.info-evo span:last-child {
  margin-bottom: 0px;
}

.scroll-evolution {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}

.img-evo-container {
  -ms-flex-negative: 0;
  position: relative;
  display: inline-flex;
  width: 6rem;
  flex-shrink: 0;
  vertical-align: middle;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.form-special-container {
  white-space: initial !important;
  height: 100% !important;
  text-align: center;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.table-head {
  vertical-align: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.table-movesets-col {
  position: relative;
  height: auto;
  overflow-y: auto;
}

td.data-table {
  padding: 0px;
}

.type-icon-small {
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.card-input div h5 {
  margin-bottom: 0.625rem;
  text-align: center;
}

.card-input {
  height: 86px;
  width: 300px;
}

.card-input:hover {
  cursor: pointer;
}

.card-select {
  position: relative;
  padding: 0.625rem;
}

.result-type {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 2;
  max-height: 50%;
  width: 300px;
  overflow-y: auto;
}

.type-title {
  border-radius: 5px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 6px;
  padding-right: 6px;
}

.weakness-title {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.resistance-title {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.neutral-title {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.text-navigator {
  color: var(--bs-danger);
  font-size: 1.5rem;
  font-weight: 700;
}

.tools {
  box-shadow: 0 4px 8px 0 black;
  z-index: 0;
  margin-top: 2.5rem;
}

.search-container {
  margin-bottom: 15px;
}

.scroll-card .MuiButtonBase-root:not(:first-child) {
  margin-left: 0.625rem;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.four-star {
  margin: 0.625rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 215 215 / var(--tw-bg-opacity, 1));
  padding: 5px;
}

.one-star, .three-star, .two-star {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 215 / var(--tw-bg-opacity, 1));
}

.one-star, .three-star, .two-star, .zero-star {
  margin: 0.625rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  padding: 5px;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.table-result td:nth-child(1) {
  width: 40% !important;
}

.battle-game {
  margin: 0px;
  padding: 0.625rem;
}

.border-window {
  padding: 15px;
}

.result-move {
  height: auto !important;
  max-height: 250px !important;
}

.card-header {
  cursor: auto !important;
  text-align: center;
}

.caption-small {
  font-size: 13px;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.card-select-disabled {
  cursor: default !important;
}

.card-select-enabled {
  cursor: pointer !important;
}

.card-pokemon-input,
.card-move-input {
  height: 38px;
  width: 100%;
}

.remove-pokemon-select {
  cursor: pointer;
  opacity: 0.5;
}

.remove-pokemon-select:hover {
  opacity: 1;
}

.card-move {
  width: 100%;
  cursor: pointer;
  padding: 0.25rem;
}

.result-move-select {
  text-align: start !important;
  position: absolute;
  z-index: 2;
  max-height: 180px;
  width: auto;
  overflow-y: auto;
}

.result-move-select-default {
  position: absolute;
  z-index: 2;
  max-height: 300px;
  width: 298px;
  overflow-y: auto;
}

.select-down {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 1px;
  height: calc(100% - 2px);
  padding-right: 0.625rem;
}

.frame-badge {
  height: 62px;
  width: 62px;
  cursor: pointer;
  border-radius: 0.5rem;
  padding: 0.625rem;
}

.position-badge {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.pos-up {
  bottom: 2.5rem;
}

.pos-up-default {
  bottom: 86px;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.border-type {
  border-radius: 10px;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.border-type img {
  border-radius: 9999px;
}

.border-type h3 {
  text-shadow: 2px 2px black;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 0px;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.head-box {
  margin-top: 1rem;
  margin-left: 2%;
  height: 60px;
  gap: 15px;
}

h1.text-move {
  margin-bottom: 0px;
}

.move-table td:nth-child(1) {
  width: 40% !important;
  min-width: 150px !important;
}

.move-damage-table td:nth-child(1) {
  width: 40% !important;
  min-width: 200px !important;
}

.target-buff {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0 !important;
  text-align: start !important;
  text-align-last: start !important;
}

.buff-power {
  font-size: 14px;
}

.table-top-of-move {
  max-width: 0px;
  overflow-x: auto;
}

.table-sub-bonus.accordion-item {
  border-style: none;
}
.table-sub-bonus.accordion-item tr td:nth-child(1) {
  width: 25% !important;
  vertical-align: middle;
}
.table-sub-bonus.accordion-item tr td:nth-child(2),
.table-sub-bonus.accordion-item tr td:nth-child(3) {
  font-weight: lighter !important;
  vertical-align: middle;
}

.table-sub-bonus .accordion-button {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  height: 35px;
  border-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.table-sub-bonus .accordion-button span {
  margin-left: 1.25rem;
  width: 100%;
  text-align: center;
}

.table-bonus-cost {
  display: inline-flex;
  height: 100%;
  width: 50%;
  align-items: center;
  gap: 5px;
}

.table-sub-bonus .accordion-body {
  padding: 0 !important;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.title-leagues {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.league {
  position: relative;
  margin: auto;
  height: -webkit-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: max-content;
}

.season-league {
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  overflow-x: auto;
  white-space: nowrap;
}

.group-rank-league {
  display: inline-block;
}

.rank-header {
  padding: 0.5rem;
  font-weight: 700;
}

.reward-league {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  z-index: 2;
}

.badge-league {
  transform: translateY(-65%);
  box-shadow: inset 0 0 0 3.5px white;
  position: absolute;
  top: 65%;
  right: 7%;
  display: inline-flex;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 5px;
  --tw-border-opacity: 1;
  border-color: rgb(178 178 178 / var(--tw-border-opacity, 1));
}

.badge-league img {
  padding: 0.5rem;
}

.sub-badge {
  display: flex;
}

li.unique-type ul {
  padding: 0px;
}

.great-league {
  background-image: linear-gradient(45deg, #2a3fa5 60%, #4b7ad6);
}

.ultra-league {
  background-image: linear-gradient(45deg, #2f363c 60%, #7f898b);
}

.master-league {
  background-image: linear-gradient(45deg, #4b228a 60%, #a388d0);
}

.img-link {
  display: inline-block !important;
  margin: 5px;
  width: -webkit-max-content;
  width: max-content;
}

.league-body.accordion-body div.sub-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combat-league {
  position: relative;
  margin-right: 5px;
  display: inline-block;
  width: 4rem;
}

.combat-league-info {
  position: relative;
  margin-right: 5px;
  display: inline-block;
  width: 6rem;
}

.combat-league img.main-combat-league {
  height: 4rem;
  width: 100%;
  object-fit: contain;
}

.combat-league-info img.main-combat-league-info {
  height: 6rem;
  width: 100%;
  object-fit: contain;
}

.combat-center-league {
  transform: translate(-50%, -40%);
  position: absolute;
  top: 38%;
  left: 49%;
}

.combat-center-league-info {
  transform: translate(-49%, -40%);
  position: absolute;
  top: 45%;
  left: 49%;
}

.combat-center-league-text {
  transform: translate(-50%, -30%);
  position: absolute;
  top: 30%;
  left: 50%;
  font-size: 20px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.require-rank-info b {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.require-rank-info li {
  list-style-type: none;
}

.combat-center-league-top {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.reward-info {
  font-size: 14px !important;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.contain-poke-best-league {
  margin: 0.625rem;
}

.poke-best-league {
  padding: 0.625rem;
}

.best-poke-desc {
  padding: 13px;
}

.best-name {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.list-best-league li {
  padding-left: 2rem;
}

.evo-item-desc {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  margin-left: 5%;
  margin-right: 5%;
}

.form-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: start;
  font-weight: 700;
}

.rank-max {
  --tw-bg-opacity: 1;
  background-color: rgb(236 200 200 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.rank-excellent {
  --tw-bg-opacity: 1;
  background-color: rgb(236 200 236 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(138 43 226 / var(--tw-text-opacity, 1));
}

.rank-great {
  --tw-bg-opacity: 1;
  background-color: rgb(200 236 200 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.rank-nice {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 200 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.pokemon-best-league {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.sticker-detail {
  margin: 0.625rem;
  display: inline-block;
  padding: 5px;
  text-align: center;
}

.sticker-container {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  max-height: 75vh;
  overflow-y: auto;
}

.sticker-container .sticker-group {
  padding: 0.625rem;
}

.sticker-container h5 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.sticker-container h5 span {
  margin-left: 15px;
}

.icon-shop {
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
  padding: 5px;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.top-raid-group {
  overflow-x: auto;
  white-space: nowrap;
}

.top-raid-pokemon {
  display: inline-block;
  min-width: 250px;
  padding: 0.625rem;
}

.trainer-battle {
  margin-bottom: 15px;
  width: 100%;
  padding: 0.625rem;
}

.pokemon-battle {
  display: inline-block;
}

.pokemon-battle span {
  display: flex;
  height: 45px;
  width: 45px;
  padding: 5px;
}

img.pokemon-sprite-battle {
  margin-right: 0.625rem;
  width: 2.25rem;
  object-fit: contain;
}

.pokemon-battle-group {
  overflow-y: auto;
  white-space: nowrap;
}

.sprite-raid {
  width: 8rem;
}

.stats-boss {
  padding: 1rem;
}

.line-dps {
  margin-left: 1px;
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.line-left,
.line-right {
  position: absolute;
  top: -0.625rem;
}

.line-dps span.line-left {
  left: -1.5px;
}

.line-dps span.line-right {
  right: -1.5px;
}

.line-dps hr {
  position: absolute;
  margin: 0px;
  height: 0.125rem;
  opacity: 1;
}

.line-dps div.text-dps {
  position: absolute;
  top: -15.5px;
  left: calc(50% - 7.5px);
  font-size: 8px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.count-pokemon {
  border-radius: 5px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 15px;
  padding-right: 15px;
}

.click-none {
  cursor: not-allowed !important;
}

.table-round-battle thead tr th {
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 16px;
}

.table-round-battle tbody tr td:nth-child(1) {
  width: auto;
  min-width: 0px;
  text-align: center;
  font-weight: 700;
}

.table-info tbody tr td .table-pokemon {
  height: 2.25rem;
  width: -webkit-max-content;
  width: max-content;
}

.text-summary {
  font-weight: 700;
}

.ic-group {
  position: absolute;
  top: -1rem;
  right: 0.5rem;
}

.ic-copy,
.ic-remove {
  cursor: pointer;
  border-radius: 9999px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.ic-group-small {
  position: absolute;
  right: 5px;
}

.ic-copy-small,
.ic-remove-small {
  cursor: pointer;
  border-radius: 9999px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.ic-copy:not(.click-none):hover,
.ic-copy-small:not(.click-none):hover {
  background-color: #076dbb !important;
}

.ic-remove:not(.click-none):hover,
.ic-remove-small:not(.click-none):hover {
  background-color: #bb0707 !important;
}

.text-group-small {
  position: absolute;
  left: 5px;
  font-weight: 700;
}

.slot-active {
  box-shadow: inset 0 0 4px 0.5px rgba(25, 135, 84, 0.5019607843);
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(25 135 84 / var(--tw-border-opacity, 1));
}

.move-badge {
  transform: translate(5px, 5px);
  position: absolute;
  top: -1rem;
  right: -0.5rem;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.type-badge-container {
  width: -webkit-max-content;
  width: max-content;
  opacity: 1;
}

.type-badge-container a:hover {
  opacity: 0.8;
}

.text-type-border {
  margin-top: 5px;
  margin-left: 42px;
  margin-bottom: 1px;
}

.type-icon-border {
  position: absolute;
  left: 0px;
  border-radius: 9999px;
  padding: 0.5rem;
}

.type-badge-border {
  transform: translate(5px, 5px);
  position: absolute;
  top: -14px;
  right: -25px;
}

.type-badge-border .type-icon-small {
  box-shadow: 1px 1px rgba(0, 0, 0, 0.5019607843);
}

.type-icon-border img {
  border-radius: 9999px;
}

.type-border {
  margin-left: 35px;
  width: -webkit-max-content;
  width: max-content;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.type-border span {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0px;
  margin-bottom: 0px;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.tab-body {
  padding: 1.5rem;
}

.table-raid-cal thead tr th {
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 16px;
}

.table-raid-cal thead tr th:nth-child(1) {
  width: 75px !important;
  min-width: 75px !important;
}

.table-raid-cal tbody tr td {
  text-align: center !important;
  font-size: medium !important;
}

.table-raid-cal tbody tr td:nth-child(1) {
  width: auto;
  min-width: 0px;
  text-align: center;
  font-weight: 700;
}

.sticky-left {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
}

.sticky-table-left tbody tr td:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
}

.text-iv {
  color: white !important;
  text-shadow: 1px 1px black;
  font-weight: 400;
}

.text-iv-bulk {
  font-weight: 400;
}

.border-type-stat {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0.625rem;
}

.bp-left-border {
  border-left: 2px solid red !important;
}

.bp-right-border {
  border-right: 2px solid red !important;
}

.bp-top-border {
  border-top: 2px solid red !important;
}

.bp-bottom-border {
  border-bottom: 2px solid red !important;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.pvp-container {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5vh;
}

.pokemon-ranking-body hr {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ranking-container {
  max-height: 70vh;
  overflow-y: auto;
}

.card-container {
  display: grid;
  width: 100%;
  overflow-x: auto;
}

.ranking-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 4;
  cursor: pointer;
  padding: 15px;
}

.ranking-header .ranking-selected {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.ranking-sort svg path {
  display: none;
}

.ranking-sort:hover svg path {
  display: inline-block;
}

.ranking-selected.ranking-sort svg path {
  display: inline-block;
}

.ranking-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ranking-score {
  border-radius: 0.5rem;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-weight: 700;
}

.ranking-container .accordion-item:first-of-type {
  border-top: none !important;
}

.ranking-container .accordion-item:last-of-type {
  border-bottom: none !important;
}

.ranking-container .accordion-item:first-of-type,
.ranking-container .accordion-item:last-of-type {
  border-radius: 0 !important;
}

.ranking-body {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0px;
  padding-right: 0px;
}

.ranking-info {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.title-item-ranking {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
.title-item-ranking h4 {
  margin: 0px;
}

.list-item-ranking {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.list-item-ranking:hover {
  opacity: 0.9;
}

.status-ranking {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.status-ranking div .progress {
  min-width: 0px;
}

.ranking-link-group button {
  border-radius: 0 !important;
  box-shadow: none !important;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.ranking-link-group button.active {
  font-weight: 700;
}

.ranking-link-group button:not(:first-of-type, :last-of-type) {
  border-left: 0.5px solid black;
  border-right: 0.5px solid black;
}

.ranking-link-group button:first-of-type {
  border-left: 1px solid black;
  border-right: 0.5px solid black;
}

.ranking-link-group button:last-of-type {
  border-left: 0.5px solid black;
  border-right: 1px solid black;
}

.moves-title {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  font-weight: 700;
}

.type-rank-list {
  max-height: 300px;
  overflow-y: auto;
}

.type-rank-item {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  border-radius: 5px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.stats-container {
  border-radius: 0.5rem;
}

@media screen and (min-width <= 1200px) {
  .stats-container {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
.group-selected {
  margin: 0.625rem;
  display: flex;
  column-gap: 0.625rem;
  overflow-x: auto;
  white-space: nowrap;
}

.card-ranking {
  padding: 0.625rem;
}

.view-pokemon {
  cursor: pointer;
  opacity: 0.5;
}

.view-pokemon:hover {
  opacity: 1;
}

.battle-bar {
  height: 150px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0px;
  padding-right: 0px;
}

.battle-bar .battle-bar-container {
  overflow-x: auto;
}

.battle-bar .battle-bar-container,
.fit-timeline .tw-relative {
  width: calc(100% - 20px);
}

.battle-bar .battle-bar-container .tw-relative {
  width: -webkit-max-content;
  width: max-content;
}

.fast-attack {
  height: 0.75rem;
  width: 0.75rem;
  border-width: 1px;
  border-style: solid;
}

.charge-attack {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
}

.wait-attack {
  height: 0.75rem;
  width: 0.75rem;
}

.pokemon-battle-header {
  padding: 0.625rem;
}

.battle-container {
  max-height: 80vh;
  overflow-y: auto;
}

.battle-body-container {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  padding-bottom: 0.625rem;
}

.turn-battle {
  width: 100% !important;
  display: flex;
}

.fast-attack-container {
  display: flex;
  height: 80px;
  align-items: center;
}

.fast-attack-content {
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 5px;
  padding: 0.625rem;
}

.wait-attack-container {
  height: 80px;
  width: -webkit-max-content;
  width: max-content;
  min-width: 1.25rem;
}

.block-attack-container {
  width: 2.75rem;
}

.swipe-attack-container {
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  padding: 9px;
}

.charged-attack-container {
  display: flex;
  height: 80px;
  align-items: center;
}

.charged-attack-content {
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 5px;
  padding: 0.625rem;
}

.winner-container,
.loser-container {
  width: 100%;
  padding: 0.625rem;
  text-align: center;
  font-weight: 700;
}

.dec-block {
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.fit-timeline {
  height: 150px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0px;
  padding-right: 0px;
}

.fit-timeline .timeline-fit-container div {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  display: inline-block;
}

.bufs-container {
  transform: translateY(-50%);
  position: absolute;
  right: -0.625rem;
  top: calc(50% + 15px);
}

.icon-buff {
  transform: translateX(-50%);
  top: -1.25rem;
  left: 11px;
}

.icon-buff-timeline {
  display: flex !important;
  transform: translateX(-50%);
  top: -1px;
  left: 50%;
  width: -webkit-max-content;
  width: max-content;
  gap: 5px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
}

.bg-ref-pokemon {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.625rem;
  padding: 0.625rem;
}

.bg-type-moves {
  display: flex;
  justify-content: center;
  column-gap: 1.25rem;
}

.play-line {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  height: 100%;
  width: 1px;
}

.battle-logo {
  transform: scaleX(-1);
  position: absolute;
  left: 0px;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.sprite-type-select {
  width: auto !important;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.stats-border {
  display: flex;
  align-items: center;
  justify-content: center;
}

.leader-text {
  transform: translateX(-50%);
  top: 0.625rem;
  left: 50%;
}

.attacker-text {
  transform: translateY(-50%);
  left: 0.625rem;
  top: 25%;
}

.consistence-text {
  transform: translateY(50%);
  left: 0.625rem;
  bottom: 25%;
}

.closer-text {
  transform: translateX(-50%);
  bottom: 0.625rem;
  left: 50%;
}

.charger-text {
  transform: translateY(25%);
  right: 1.25rem;
  bottom: 25%;
}

.switch-text {
  transform: translateY(-25%);
  right: 1.25rem;
  top: 25%;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.iv-bg-group {
  display: inline-flex;
  width: 99%;
  column-gap: 5px;
}

.iv {
  width: 33.333333%;
}

.iv-bg-bar {
  height: 13px;
}

.iv-bar {
  background-color: #ef911d;
  height: 13px;
}

.iv-first-child div {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.iv-last-child div {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.text-not-encounter {
  border-radius: 10px;
  padding: 10px;
}

.circle-ring {
  transform: translateY(-50%);
  top: 50%;
}

.table-container {
  min-width: 50%;
  overflow-x: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.table-catch-chance tbody td,
.table-catch-chance thead th {
  width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
}

.table-catch-chance tbody td:not(.table-catch-chance tbody td:nth-child(1)) {
  transition: 0.1ms;
  font-weight: 500;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.type-info-container {
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  padding: 15px;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.table-stats-ranking {
  max-width: 100% !important;
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

#p1,
#p2,
#p3 {
  opacity: 0;
}

#p1 {
  animation: fade-in 1s 0s infinite ease-in-out;
}

#p2 {
  animation: fade-in 1s 0.1s infinite ease-in-out;
}

#p3 {
  animation: fade-in 1s 0.2s infinite ease-in-out;
}

@keyframes fade-in {
  100% {
    opacity: 1;
  }
}
.reload-text {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  margin-left: 0px;
  margin-right: 0px;
  cursor: pointer;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(211 211 211 / var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.reload-text:hover {
  --tw-text-opacity: 1;
  color: rgb(226 226 226 / var(--tw-text-opacity, 1));
}:root {
  --text-constant: black;
  --primary-contrast-text: white;
  --secondary-contrast-text: white;
  --border-radius: 4px;
  --spacing-unit: 8px;
}

:root[data-theme=light] {
  --mode: light;
  --primary-main: #1976d2;
  --primary-light: #42a5f5;
  --primary-dark: #1565c0;
  --secondary-main: #9c27b0;
  --secondary-light: #ba68c8;
  --secondary-dark: #7b1fa2;
  --default: black;
  --revert: white;
  --custom-light-gray: lightgray;
  --custom-gray: gray;
  --custom-default: #fafafa;
  --background-paper: white;
  --background-revert: black;
  --background-selected: #eeeeee;
  --background-btn-type: #fafafa;
  --background-btn-type-select: #757575;
  --table-primary: white;
  --background-table-divided: rgba(0, 0, 0, 0.1215686275);
  --background-table-strip: #fafafa;
  --background-table-hover: #eeeeee;
  --background-input: #eeeeee;
  --background-stats-container: rgba(200, 200, 200, 0.9019607843);
  --background-stats-performance: #a8a8a8;
  --text-primary: black;
  --text-secondary: #757575;
  --text-disabled: rgb(0 0 0 / 38%);
  --text-custom: black;
  --text-caption: gray;
  --divider: rgb(0 0 0 / 12%);
  --shadow-default: black;
  --shadow-default-revert: white;
  --shadow-custom: rgba(0, 0, 0, 0);
  --shadow-hover: rgba(0, 0, 0, 0.8);
  --loading-spinner: rgba(255, 255, 255, 0.3764705882);
  --loading-spinner-bg: #f8f8f8;
  --loading-custom-bg: #f8f8f8;
  --loading-spinner-bg-start: rgba(70, 70, 70, 0.7019607843);
  --loading-spinner-bg-end: rgba(70, 70, 70, 0.4);
  --table-highlight-row: #e3f2fd;
  --table-sort: gray;
  --custom-selected: #aaaaaa;
  --custom-selected-border: #dddddd;
  --custom-selected-bg: white;
  --custom-selected-hover: lightgray;
  --custom-text: black;
  --custom-caption: grey;
  --custom-pop-over: cornsilk;
  --table-head: #409ff1;
  --custom-table-background-odd: #eeeeee;
  --custom-table-background-even: white;
  --table-info: #f1ffff;
  --custom-table-strip: #fafafa;
  --custom-table-hover: #eeeeee;
  --custom-table-background-sub-head: #f1f1ff;
  --custom-table-background-sub-head-text: #0571c2;
  --custom-table-background-sub-head-border: #b8d4da;
  --custom-table-background-sub-head-hover: #3386d2;
  --custom-table-border: lightgray;
  --custom-btn-type-border: #b8d4da;
  --custom-according-header: lightgray;
  --custom-according-footer: #f6f6f6;
  --custom-according-highlight: #e6ffe6;
  --custom-dropdown-header: #e6e6e6;
  --custom-dropdown-highlight: lightyellow;
  --custom-btn-form: #e1e1e1;
  --custom-btn-form-selected: #969696;
  --custom-btn-form-hover: #c8c8c8;
  --custom-btn-form-focus: grey;
  --custom-validator-disable: lightgray;
  --custom-background-unavailable: rgba(250, 250, 250, 0.7294117647);
  --custom-background-sub-unavailable: #e7e7e7;
  --border-color: #dee2e6;
  --tertiary-color: #f8f9fa;
  --body-color: #212529;
  --link-color: #0d6efd;
}

:root[data-theme=dark] {
  --mode: dark;
  --primary-main: #90caf9;
  --primary-light: #e3f2fd;
  --primary-dark: #42a5f5;
  --secondary-main: #ce93d8;
  --secondary-light: #f3e5f5;
  --secondary-dark: #ab47bc;
  --default: white;
  --revert: black;
  --custom-light-gray: #3d3d3d;
  --custom-gray: #b0b0b0;
  --custom-default: #222222;
  --background-paper: #333333;
  --background-revert: white;
  --background-selected: #555555;
  --background-btn-type: #555555;
  --background-btn-type-select: #111111;
  --table-primary: #222222;
  --background-table-divided: rgba(255, 255, 255, 0.1215686275);
  --background-table-strip: #050505;
  --background-table-hover: #333333;
  --background-input: #666666;
  --background-stats-container: rgba(55, 55, 55, 0.9019607843);
  --background-stats-performance: #686868;
  --text-primary: white;
  --text-secondary: #afafaf;
  --text-disabled: rgb(255 255 255 / 50%);
  --text-custom: white;
  --text-caption: #ebebeb;
  --divider: rgb(255 255 255 / 12%);
  --shadow-default: white;
  --shadow-default-revert: white;
  --shadow-custom: white;
  --shadow-hover: white;
  --loading-spinner: rgba(0, 0, 0, 0.3764705882);
  --loading-spinner-bg: #232323;
  --loading-custom-bg: #1e1e1e;
  --loading-spinner-bg-start: rgba(48, 48, 48, 0.7019607843);
  --loading-spinner-bg-end: rgba(48, 48, 48, 0.4);
  --table-highlight-row: #1a3f5f;
  --table-sort: #b0b0b0;
  --custom-selected: #2b2b2b;
  --custom-selected-border: #444444;
  --custom-selected-bg: black;
  --custom-selected-hover: #333333;
  --custom-text: white;
  --custom-caption: #ebebeb;
  --custom-pop-over: #4d4535;
  --table-head: #1e78c2;
  --custom-table-background-odd: #222222;
  --custom-table-background-even: black;
  --table-info: #204545;
  --custom-table-strip: #050505;
  --custom-table-hover: #111111;
  --custom-table-background-sub-head: #1e78c2;
  --custom-table-background-sub-head-text: #90caf9;
  --custom-table-background-sub-head-border: #495559;
  --custom-table-background-sub-head-hover: #0d5ca0;
  --custom-table-border: #3d3d3d;
  --custom-btn-type-border: #788c92;
  --custom-according-header: #3d3d3d;
  --custom-according-footer: #262626;
  --custom-according-highlight: #193319;
  --custom-dropdown-header: #333333;
  --custom-dropdown-highlight: #4d4d30;
  --custom-btn-form: #3a3a45;
  --custom-btn-form-selected: #4f4f5c;
  --custom-btn-form-hover: #454550;
  --custom-btn-form-focus: #5a5a6a;
  --custom-validator-disable: #3d3d3d;
  --custom-background-unavailable: rgba(34, 34, 34, 0.7294117647);
  --custom-background-sub-unavailable: #181818;
  --border-color: #495057;
  --tertiary-color: #2b3035;
  --body-color: #dee2e6;
  --link-color: #6ea8fe;
}

.light-mode {
  animation: movement-up 0.5s ease-in-out;
}

.dark-mode {
  animation: movement-down 0.5s ease-in-out;
}

@keyframes movement-up {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes movement-down {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.nav-info,
.nav-info-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-version {
  display: flex;
}

.nav-info-icon {
  display: none !important;
}

@media (width >= 1200px) {
  .nav-info {
    display: none;
  }
}
@media (width <= 1200px) {
  .nav-info-top {
    display: none;
  }
}
@media (width <= 474px) {
  .text-version {
    display: none;
  }
  .nav-info-icon {
    display: block !important;
  }
}