@charset "UTF-8";
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap");
:root,
[data-bs-theme=light] {
  --bs-blue: #2c3e50;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #e74c3c;
  --bs-orange: #fd7e14;
  --bs-yellow: #f39c12;
  --bs-green: #18bc9c;
  --bs-teal: #20c997;
  --bs-cyan: #3498db;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #95a5a6;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #ecf0f1;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #b4bcc2;
  --bs-gray-600: #95a5a6;
  --bs-gray-700: #7b8a8b;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #2c3e50;
  --bs-secondary: #95a5a6;
  --bs-success: #18bc9c;
  --bs-info: #3498db;
  --bs-warning: #f39c12;
  --bs-danger: #e74c3c;
  --bs-light: #ecf0f1;
  --bs-dark: #7b8a8b;
  --bs-primary-rgb: 44, 62, 80;
  --bs-secondary-rgb: 149, 165, 166;
  --bs-success-rgb: 24, 188, 156;
  --bs-info-rgb: 52, 152, 219;
  --bs-warning-rgb: 243, 156, 18;
  --bs-danger-rgb: 231, 76, 60;
  --bs-light-rgb: 236, 240, 241;
  --bs-dark-rgb: 123, 138, 139;
  --bs-primary-text-emphasis: rgb(17.6, 24.8, 32);
  --bs-secondary-text-emphasis: rgb(59.6, 66, 66.4);
  --bs-success-text-emphasis: rgb(9.6, 75.2, 62.4);
  --bs-info-text-emphasis: rgb(20.8, 60.8, 87.6);
  --bs-warning-text-emphasis: rgb(97.2, 62.4, 7.2);
  --bs-danger-text-emphasis: rgb(92.4, 30.4, 24);
  --bs-light-text-emphasis: #7b8a8b;
  --bs-dark-text-emphasis: #7b8a8b;
  --bs-primary-bg-subtle: rgb(212.8, 216.4, 220);
  --bs-secondary-bg-subtle: rgb(233.8, 237, 237.2);
  --bs-success-bg-subtle: rgb(208.8, 241.6, 235.2);
  --bs-info-bg-subtle: rgb(214.4, 234.4, 247.8);
  --bs-warning-bg-subtle: rgb(252.6, 235.2, 207.6);
  --bs-danger-bg-subtle: rgb(250.2, 219.2, 216);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(170.6, 177.8, 185);
  --bs-secondary-border-subtle: rgb(212.6, 219, 219.4);
  --bs-success-border-subtle: rgb(162.6, 228.2, 215.4);
  --bs-info-border-subtle: rgb(173.8, 213.8, 240.6);
  --bs-warning-border-subtle: rgb(250.2, 215.4, 160.2);
  --bs-danger-border-subtle: rgb(245.4, 183.4, 177);
  --bs-light-border-subtle: #ecf0f1;
  --bs-dark-border-subtle: #b4bcc2;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #ecf0f1;
  --bs-secondary-bg-rgb: 236, 240, 241;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0068DB;
  --bs-link-color-rgb: 0, 104, 219;
  --bs-link-decoration: none;
  --bs-link-hover-color: rgb(0, 83.2, 175.2);
  --bs-link-hover-color-rgb: 0, 83, 175;
  --bs-code-color: #e83e8c;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(252.6, 235.2, 207.6);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(44, 62, 80, 0.25);
  --bs-form-valid-color: #18bc9c;
  --bs-form-valid-border-color: #18bc9c;
  --bs-form-invalid-color: #e74c3c;
  --bs-form-invalid-border-color: #e74c3c;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(128.4, 139.2, 150);
  --bs-secondary-text-emphasis: rgb(191.4, 201, 201.6);
  --bs-success-text-emphasis: rgb(116.4, 214.8, 195.6);
  --bs-info-text-emphasis: rgb(133.2, 193.2, 233.4);
  --bs-warning-text-emphasis: rgb(247.8, 195.6, 112.8);
  --bs-danger-text-emphasis: rgb(240.6, 147.6, 138);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(8.8, 12.4, 16);
  --bs-secondary-bg-subtle: rgb(29.8, 33, 33.2);
  --bs-success-bg-subtle: rgb(4.8, 37.6, 31.2);
  --bs-info-bg-subtle: rgb(10.4, 30.4, 43.8);
  --bs-warning-bg-subtle: rgb(48.6, 31.2, 3.6);
  --bs-danger-bg-subtle: rgb(46.2, 15.2, 12);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(26.4, 37.2, 48);
  --bs-secondary-border-subtle: rgb(89.4, 99, 99.6);
  --bs-success-border-subtle: rgb(14.4, 112.8, 93.6);
  --bs-info-border-subtle: rgb(31.2, 91.2, 131.4);
  --bs-warning-border-subtle: rgb(145.8, 93.6, 10.8);
  --bs-danger-border-subtle: rgb(138.6, 45.6, 36);
  --bs-light-border-subtle: #7b8a8b;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(128.4, 139.2, 150);
  --bs-link-hover-color: rgb(153.72, 162.36, 171);
  --bs-link-color-rgb: 128, 139, 150;
  --bs-link-hover-color-rgb: 154, 162, 171;
  --bs-code-color: rgb(241.2, 139.2, 186);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(97.2, 62.4, 7.2);
  --bs-border-color: #7b8a8b;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(116.4, 214.8, 195.6);
  --bs-form-valid-border-color: rgb(116.4, 214.8, 195.6);
  --bs-form-invalid-color: rgb(240.6, 147.6, 138);
  --bs-form-invalid-border-color: rgb(240.6, 147.6, 138);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

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

h1, .h1 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}

h3, .h3 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #95a5a6;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: initial;
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: initial;
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: initial;
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: initial;
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #fff;
  --bs-table-bg: #2c3e50;
  --bs-table-border-color: rgb(86.2, 100.6, 115);
  --bs-table-striped-bg: rgb(54.55, 71.65, 88.75);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(65.1, 81.3, 97.5);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(59.825, 76.475, 93.125);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #fff;
  --bs-table-bg: #95a5a6;
  --bs-table-border-color: rgb(170.2, 183, 183.8);
  --bs-table-striped-bg: rgb(154.3, 169.5, 170.45);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(159.6, 174, 174.9);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(156.95, 171.75, 172.675);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #fff;
  --bs-table-bg: #18bc9c;
  --bs-table-border-color: rgb(70.2, 201.4, 175.8);
  --bs-table-striped-bg: rgb(35.55, 191.35, 160.95);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(47.1, 194.7, 165.9);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(41.325, 193.025, 163.425);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #fff;
  --bs-table-bg: #3498db;
  --bs-table-border-color: rgb(92.6, 172.6, 226.2);
  --bs-table-striped-bg: rgb(62.15, 157.15, 220.8);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(72.3, 162.3, 222.6);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(67.225, 159.725, 221.7);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #fff;
  --bs-table-bg: #f39c12;
  --bs-table-border-color: rgb(245.4, 175.8, 65.4);
  --bs-table-striped-bg: rgb(243.6, 160.95, 29.85);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(244.2, 165.9, 41.7);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(243.9, 163.425, 35.775);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #fff;
  --bs-table-bg: #e74c3c;
  --bs-table-border-color: rgb(235.8, 111.8, 99);
  --bs-table-striped-bg: rgb(232.2, 84.95, 69.75);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(233.4, 93.9, 79.5);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(232.8, 89.425, 74.625);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #ecf0f1;
  --bs-table-border-color: rgb(188.8, 192, 192.8);
  --bs-table-striped-bg: rgb(224.2, 228, 228.95);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(212.4, 216, 216.9);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(218.3, 222, 222.925);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #7b8a8b;
  --bs-table-border-color: rgb(149.4, 161.4, 162.2);
  --bs-table-striped-bg: rgb(129.6, 143.85, 144.8);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(136.2, 149.7, 150.6);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(132.9, 146.775, 147.7);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(149.5, 158.5, 167.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(44, 62, 80, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(149.5, 158.5, 167.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(44, 62, 80, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(149.5, 158.5, 167.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(44, 62, 80, 0.25);
}
.form-check-input:checked {
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #2c3e50;
  border-color: #2c3e50;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28149.5, 158.5, 167.5%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(44, 62, 80, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(44, 62, 80, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #2c3e50;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(191.7, 197.1, 202.5);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #2c3e50;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(191.7, 197.1, 202.5);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #95a5a6;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2318bc9c' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2318bc9c' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e74c3c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74c3c' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e74c3c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74c3c' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2c3e50;
  --bs-btn-border-color: #2c3e50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(37.4, 52.7, 68);
  --bs-btn-hover-border-color: rgb(35.2, 49.6, 64);
  --bs-btn-focus-shadow-rgb: 76, 91, 106;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(35.2, 49.6, 64);
  --bs-btn-active-border-color: rgb(33, 46.5, 60);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2c3e50;
  --bs-btn-disabled-border-color: #2c3e50;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #95a5a6;
  --bs-btn-border-color: #95a5a6;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(126.65, 140.25, 141.1);
  --bs-btn-hover-border-color: rgb(119.2, 132, 132.8);
  --bs-btn-focus-shadow-rgb: 165, 179, 179;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(119.2, 132, 132.8);
  --bs-btn-active-border-color: rgb(111.75, 123.75, 124.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #95a5a6;
  --bs-btn-disabled-border-color: #95a5a6;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #18bc9c;
  --bs-btn-border-color: #18bc9c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(20.4, 159.8, 132.6);
  --bs-btn-hover-border-color: rgb(19.2, 150.4, 124.8);
  --bs-btn-focus-shadow-rgb: 59, 198, 171;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(19.2, 150.4, 124.8);
  --bs-btn-active-border-color: #128d75;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #18bc9c;
  --bs-btn-disabled-border-color: #18bc9c;
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3498db;
  --bs-btn-border-color: #3498db;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(44.2, 129.2, 186.15);
  --bs-btn-hover-border-color: rgb(41.6, 121.6, 175.2);
  --bs-btn-focus-shadow-rgb: 82, 167, 224;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(41.6, 121.6, 175.2);
  --bs-btn-active-border-color: rgb(39, 114, 164.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3498db;
  --bs-btn-disabled-border-color: #3498db;
}

.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f39c12;
  --bs-btn-border-color: #f39c12;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(206.55, 132.6, 15.3);
  --bs-btn-hover-border-color: rgb(194.4, 124.8, 14.4);
  --bs-btn-focus-shadow-rgb: 245, 171, 54;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(194.4, 124.8, 14.4);
  --bs-btn-active-border-color: rgb(182.25, 117, 13.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f39c12;
  --bs-btn-disabled-border-color: #f39c12;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e74c3c;
  --bs-btn-border-color: #e74c3c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(196.35, 64.6, 51);
  --bs-btn-hover-border-color: rgb(184.8, 60.8, 48);
  --bs-btn-focus-shadow-rgb: 235, 103, 89;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(184.8, 60.8, 48);
  --bs-btn-active-border-color: rgb(173.25, 57, 45);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e74c3c;
  --bs-btn-disabled-border-color: #e74c3c;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #ecf0f1;
  --bs-btn-border-color: #ecf0f1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(200.6, 204, 204.85);
  --bs-btn-hover-border-color: rgb(188.8, 192, 192.8);
  --bs-btn-focus-shadow-rgb: 201, 204, 205;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(188.8, 192, 192.8);
  --bs-btn-active-border-color: rgb(177, 180, 180.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ecf0f1;
  --bs-btn-disabled-border-color: #ecf0f1;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #7b8a8b;
  --bs-btn-border-color: #7b8a8b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(142.8, 155.55, 156.4);
  --bs-btn-hover-border-color: rgb(136.2, 149.7, 150.6);
  --bs-btn-focus-shadow-rgb: 143, 156, 156;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(149.4, 161.4, 162.2);
  --bs-btn-active-border-color: rgb(136.2, 149.7, 150.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #7b8a8b;
  --bs-btn-disabled-border-color: #7b8a8b;
}

.btn-outline-primary {
  --bs-btn-color: #2c3e50;
  --bs-btn-border-color: #2c3e50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2c3e50;
  --bs-btn-hover-border-color: #2c3e50;
  --bs-btn-focus-shadow-rgb: 44, 62, 80;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2c3e50;
  --bs-btn-active-border-color: #2c3e50;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2c3e50;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2c3e50;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #95a5a6;
  --bs-btn-border-color: #95a5a6;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #95a5a6;
  --bs-btn-hover-border-color: #95a5a6;
  --bs-btn-focus-shadow-rgb: 149, 165, 166;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #95a5a6;
  --bs-btn-active-border-color: #95a5a6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #95a5a6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #95a5a6;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #18bc9c;
  --bs-btn-border-color: #18bc9c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #18bc9c;
  --bs-btn-hover-border-color: #18bc9c;
  --bs-btn-focus-shadow-rgb: 24, 188, 156;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #18bc9c;
  --bs-btn-active-border-color: #18bc9c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #18bc9c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #18bc9c;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #3498db;
  --bs-btn-border-color: #3498db;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3498db;
  --bs-btn-hover-border-color: #3498db;
  --bs-btn-focus-shadow-rgb: 52, 152, 219;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3498db;
  --bs-btn-active-border-color: #3498db;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3498db;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3498db;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #f39c12;
  --bs-btn-border-color: #f39c12;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f39c12;
  --bs-btn-hover-border-color: #f39c12;
  --bs-btn-focus-shadow-rgb: 243, 156, 18;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f39c12;
  --bs-btn-active-border-color: #f39c12;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f39c12;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f39c12;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #e74c3c;
  --bs-btn-border-color: #e74c3c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e74c3c;
  --bs-btn-hover-border-color: #e74c3c;
  --bs-btn-focus-shadow-rgb: 231, 76, 60;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e74c3c;
  --bs-btn-active-border-color: #e74c3c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e74c3c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e74c3c;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #ecf0f1;
  --bs-btn-border-color: #ecf0f1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ecf0f1;
  --bs-btn-hover-border-color: #ecf0f1;
  --bs-btn-focus-shadow-rgb: 236, 240, 241;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ecf0f1;
  --bs-btn-active-border-color: #ecf0f1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ecf0f1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ecf0f1;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #7b8a8b;
  --bs-btn-border-color: #7b8a8b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7b8a8b;
  --bs-btn-hover-border-color: #7b8a8b;
  --bs-btn-focus-shadow-rgb: 123, 138, 139;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7b8a8b;
  --bs-btn-active-border-color: #7b8a8b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #7b8a8b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #7b8a8b;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #95a5a6;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 38, 127, 224;
  text-decoration: none;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: #ced4da;
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: #ced4da;
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: #343a40;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-link-hover-bg: #2c3e50;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #2c3e50;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #95a5a6;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: #ced4da;
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: #ced4da;
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #2c3e50;
  --bs-dropdown-link-disabled-color: #b4bcc2;
  --bs-dropdown-header-color: #b4bcc2;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 2rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #95a5a6;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(44, 62, 80, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: #ced4da;
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: #ced4da #ced4da transparent;
  --bs-nav-tabs-link-active-color: #343a40;
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: #ced4da #ced4da transparent;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #2c3e50;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 1rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: #fff;
  --bs-navbar-hover-color: #18bc9c;
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #18bc9c;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #18bc9c;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%2817.6, 24.8, 32%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(44, 62, 80, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28128.4, 139.2, 150%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28128.4, 139.2, 150%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0.75rem;
  --bs-breadcrumb-padding-y: 0.375rem;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: 0.25rem;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #fff;
  --bs-pagination-bg: #2c3e50;
  --bs-pagination-border-width: 0;
  --bs-pagination-border-color: transparent;
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: rgb(16.8548387097, 23.75, 30.6451612903);
  --bs-pagination-hover-border-color: transparent;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(44, 62, 80, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: rgb(16.8548387097, 23.75, 30.6451612903);
  --bs-pagination-active-border-color: transparent;
  --bs-pagination-disabled-color: #ecf0f1;
  --bs-pagination-disabled-bg: rgb(71.1451612903, 100.25, 129.3548387097);
  --bs-pagination-disabled-border-color: transparent;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * 0);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #2c3e50;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: #ecf0f1;
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: #ecf0f1;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #2c3e50;
  --bs-list-group-active-border-color: #2c3e50;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #fff;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.4;
  --bs-btn-close-hover-opacity: 1;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(44, 62, 80, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #fff !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #fff !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(35, 50, 64, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(35, 50, 64, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(119, 132, 133, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(119, 132, 133, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(19, 150, 125, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(19, 150, 125, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(42, 122, 175, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(42, 122, 175, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(194, 125, 14, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(194, 125, 14, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(185, 61, 48, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(185, 61, 48, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(240, 243, 244, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(240, 243, 244, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(98, 110, 111, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(98, 110, 111, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-2 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-3 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3rem !important;
  }
  .fs-2 {
    font-size: 2.5rem !important;
  }
  .fs-3 {
    font-size: 2rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.pagination a:hover {
  text-decoration: none;
}

.badge.bg-light {
  color: #7b8a8b;
}

.alert {
  color: #fff;
  border: none;
}
.alert a,
.alert .alert-link {
  color: #fff;
  text-decoration: underline;
}
.alert-primary {
  background-color: #2c3e50;
}
.alert-secondary {
  background-color: #95a5a6;
}
.alert-success {
  background-color: #18bc9c;
}
.alert-info {
  background-color: #3498db;
}
.alert-warning {
  background-color: #f39c12;
}
.alert-danger {
  background-color: #e74c3c;
}
.alert-light {
  background-color: #ecf0f1;
}
.alert-dark {
  background-color: #7b8a8b;
}
.alert-light,
.alert-light a,
.alert-light .alert-link {
  color: #212529;
}

.modal .btn-close,
.toast .btn-close,
.offcanvas .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.dropzone {
  background-color: inherit;
}

[data-bs-theme=dark] {
  --border-color: #222;
  --widget-bg-color: #313131;
  --nav-dropdown-bg-color: #313131;
  --tag-bg-color: #EE9746;
  --text-paper: #6FB7E7;
  --text-online: #EE9746;
  --text-increasing: #00bc8c;
  --text-decreasing: #e74c3c;
  --text-muted: #adb5bd;
  --text-color: #fff;
}
[data-bs-theme=dark] .btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #444;
  --bs-btn-border-color: #444;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(57.8, 57.8, 57.8);
  --bs-btn-hover-border-color: rgb(54.4, 54.4, 54.4);
  --bs-btn-focus-shadow-rgb: 96, 96, 96;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(54.4, 54.4, 54.4);
  --bs-btn-active-border-color: #333333;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #444;
  --bs-btn-disabled-border-color: #444;
}
[data-bs-theme=dark] .recharts-text.recharts-polar-angle-axis-tick-value {
  fill: var(--text-color);
}
[data-bs-theme=dark] hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
[data-bs-theme=dark] .article-tile-super-tag, [data-bs-theme=dark] .article-tag {
  color: #fff;
  background-color: #EE9746;
  color: #343a40;
}
[data-bs-theme=dark] .home-premium-membership {
  background-color: var(--widget-bg-color);
}
[data-bs-theme=dark] .tournament-decklist-odd {
  background-color: #303030;
}
[data-bs-theme=dark] .svg-sprite path {
  fill: #fff;
}
[data-bs-theme=dark] .table-striped tbody tr:nth-of-type(even),
[data-bs-theme=dark] .table-ebay-listing .even {
  background-color: #222;
}
[data-bs-theme=dark] .table-ebay-listing .odd {
  background-color: #313131;
}
[data-bs-theme=dark] .theme-light-only {
  display: none;
}
[data-bs-theme=dark] .nav-tabs {
  --bs-nav-tabs-border-color: #444;
  --bs-nav-tabs-link-hover-border-color: #444;
  --bs-nav-tabs-link-active-color: #fff;
  --bs-nav-tabs-link-active-bg: #313131;
  --bs-nav-tabs-link-active-border-color: #444 #444 #313131;
}
[data-bs-theme=dark] .nav-tabs .nav-link {
  color: rgba(255, 255, 255, 0.75);
}
[data-bs-theme=dark] .nav-tabs .nav-link:hover, [data-bs-theme=dark] .nav-tabs .nav-link:focus {
  color: #fff;
}
[data-bs-theme=dark] .form-control, [data-bs-theme=dark] .form-select, [data-bs-theme=dark] input:not(.btn):not(.btn-link), [data-bs-theme=dark] select, [data-bs-theme=dark] textarea {
  background-color: #fff !important;
  color: #212529 !important;
  color-scheme: light;
}
[data-bs-theme=dark] {
  /*
  %name
    %name-left
    %name-content-wrapper
      %name-content
  */
}
[data-bs-theme=dark] .daterangepicker {
  color: inherit;
  background-color: var(--widget-bg-color);
  border-radius: 4px;
  border: 1px solid #ddd;
}
[data-bs-theme=dark] .daterangepicker:before, [data-bs-theme=dark] .daterangepicker:after {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
[data-bs-theme=dark] .daterangepicker:before {
  border-bottom: 7px solid #ccc;
}
[data-bs-theme=dark] .daterangepicker:after {
  border-bottom: 6px solid #fff;
}
[data-bs-theme=dark] .daterangepicker.drop-up:before {
  border-top: 7px solid #ccc;
}
[data-bs-theme=dark] .daterangepicker.drop-up:after {
  border-top: 6px solid #fff;
}
[data-bs-theme=dark] .daterangepicker .calendar-table .next span, [data-bs-theme=dark] .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
[data-bs-theme=dark] .daterangepicker .calendar-table {
  border: 1px solid transparent;
  background-color: var(--widget-bg-color);
}
[data-bs-theme=dark] .daterangepicker td.available:hover, [data-bs-theme=dark] .daterangepicker th.available:hover,
[data-bs-theme=dark] .daterangepicker td.available:hover span, [data-bs-theme=dark] .daterangepicker th.available:hover span {
  background-color: #eee;
  border-color: #212529;
  color: #212529;
}
[data-bs-theme=dark] .daterangepicker td.week, [data-bs-theme=dark] .daterangepicker th.week {
  color: #ccc;
}
[data-bs-theme=dark] .daterangepicker td.off, [data-bs-theme=dark] .daterangepicker td.off.in-range, [data-bs-theme=dark] .daterangepicker td.off.start-date, [data-bs-theme=dark] .daterangepicker td.off.end-date {
  background-color: var(--widget-bg-color);
  border-color: transparent;
  color: #999;
}
[data-bs-theme=dark] .daterangepicker td.in-range {
  background-color: #cceeff;
  border-color: transparent;
  color: #000;
}
[data-bs-theme=dark] .daterangepicker td.active, [data-bs-theme=dark] .daterangepicker td.active:hover {
  background-color: #08c;
  border-color: transparent;
  color: #fff;
}
[data-bs-theme=dark] .daterangepicker td.disabled, [data-bs-theme=dark] .daterangepicker option.disabled {
  color: #999;
}
[data-bs-theme=dark] .daterangepicker select.hourselect, [data-bs-theme=dark] .daterangepicker select.minuteselect, [data-bs-theme=dark] .daterangepicker select.secondselect, [data-bs-theme=dark] .daterangepicker select.ampmselect {
  width: 50px;
  background: #eee;
  border: 1px solid #eee;
}
[data-bs-theme=dark] .daterangepicker .calendar-time select.disabled {
  color: #ccc;
}
[data-bs-theme=dark] .daterangepicker .drp-buttons {
  border-top: 1px solid #ddd;
}
[data-bs-theme=dark] .daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}
[data-bs-theme=dark] .daterangepicker .ranges li:hover {
  background-color: #cceeff;
  color: #212529;
}
[data-bs-theme=dark] .daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}
[data-bs-theme=dark] .was-validated :invalid ~ .invalid-feedback,
[data-bs-theme=dark] .was-validated :invalid ~ .invalid-tooltip,
[data-bs-theme=dark] .is-invalid ~ .invalid-feedback,
[data-bs-theme=dark] .is-invalid ~ .invalid-tooltip {
  display: block;
}

[data-bs-theme=light] {
  --border-color: #CBCBCB;
  --nav-dropdown-bg-color: #f9f9f9;
  --tag-bg-color: #333030;
  --text-paper: #0066dd;
  --text-online: #BF573B;
  --text-increasing: #348460;
  --text-decreasing: #C90D12;
  --text-muted: #595959;
  --text-color: #212529;
  /*
  %name
    %name-left
    %name-content-wrapper
      %name-content
  */
}
[data-bs-theme=light] .btn-secondary {
  color: #343a40;
  background-color: #fff;
  border-color: #95a5a6;
}
[data-bs-theme=light] .btn-secondary:focus, [data-bs-theme=light] .btn-secondary.focus {
  color: #343a40;
  background-color: white;
  border-color: rgb(85.5769230769, 100.9615384615, 101.9230769231);
}
[data-bs-theme=light] .btn-secondary:hover {
  color: #343a40;
  background-color: white;
  border-color: rgb(115.8369230769, 136.6615384615, 137.9630769231);
}
[data-bs-theme=light] .btn-secondary:active, [data-bs-theme=light] .btn-secondary.active, .open > [data-bs-theme=light] .btn-secondary.dropdown-toggle {
  color: #343a40;
  background-color: white;
  border-color: #95a5a6;
}
[data-bs-theme=light] .btn-secondary:active:hover, [data-bs-theme=light] .btn-secondary:active:focus, [data-bs-theme=light] .btn-secondary:active.focus, [data-bs-theme=light] .btn-secondary.active:hover, [data-bs-theme=light] .btn-secondary.active:focus, [data-bs-theme=light] .btn-secondary.active.focus, .open > [data-bs-theme=light] .btn-secondary.dropdown-toggle:hover, .open > [data-bs-theme=light] .btn-secondary.dropdown-toggle:focus, .open > [data-bs-theme=light] .btn-secondary.dropdown-toggle.focus {
  color: #343a40;
  background-color: white;
  border-color: rgb(85.5769230769, 100.9615384615, 101.9230769231);
}
[data-bs-theme=light] .btn-secondary:active, [data-bs-theme=light] .btn-secondary.active, .open > [data-bs-theme=light] .btn-secondary.dropdown-toggle {
  background-image: none;
}
[data-bs-theme=light] .btn-secondary.disabled:hover, [data-bs-theme=light] .btn-secondary.disabled:focus, [data-bs-theme=light] .btn-secondary.disabled.focus, [data-bs-theme=light] .btn-secondary[disabled]:hover, [data-bs-theme=light] .btn-secondary[disabled]:focus, [data-bs-theme=light] .btn-secondary[disabled].focus, fieldset[disabled] [data-bs-theme=light] .btn-secondary:hover, fieldset[disabled] [data-bs-theme=light] .btn-secondary:focus, fieldset[disabled] [data-bs-theme=light] .btn-secondary.focus {
  background-color: #fff;
  border-color: #95a5a6;
}
[data-bs-theme=light] .btn-secondary .badge {
  color: #fff;
  background-color: #343a40;
}
[data-bs-theme=light] .article-tile .article-tile-super-tag {
  color: #fff;
  background-color: #333030;
}
[data-bs-theme=light] .tournament-decklist-odd {
  background-color: #ecf0f1;
}
[data-bs-theme=light] .svg-sprite path {
  fill: #212529;
}
[data-bs-theme=light] .article-tile-super-tag {
  color: #fff;
  background-color: #333030;
}
[data-bs-theme=light] .table-ebay-listing .even {
  background-color: #ecf0f1;
}
[data-bs-theme=light] .theme-dark-only {
  display: none;
}

[data-bs-theme=light], [data-bs-theme=dark] {
  /*
  %name
    %name-left
    %name-content-wrapper
      %name-content
  */
}
[data-bs-theme=light] .color-clear, [data-bs-theme=dark] .color-clear {
  color: rgba(255, 255, 255, 0);
}
[data-bs-theme=light] .color-paper, [data-bs-theme=dark] .color-paper {
  color: var(--text-paper);
}
[data-bs-theme=light] .color-online, [data-bs-theme=dark] .color-online {
  color: var(--text-online);
}
[data-bs-theme=light] .color-declining, [data-bs-theme=dark] .color-declining {
  color: var(--text-decreasing);
}
[data-bs-theme=light] .color-rising, [data-bs-theme=dark] .color-rising {
  color: var(--text-increasing);
}
[data-bs-theme=light] .btn-transparent, [data-bs-theme=dark] .btn-transparent {
  color: #343a40;
  background-color: #fff;
  border-color: #fff;
}
[data-bs-theme=light] .btn-transparent:focus, [data-bs-theme=light] .btn-transparent.focus, [data-bs-theme=dark] .btn-transparent:focus, [data-bs-theme=dark] .btn-transparent.focus {
  color: #343a40;
  background-color: white;
  border-color: rgb(191.25, 191.25, 191.25);
}
[data-bs-theme=light] .btn-transparent:hover, [data-bs-theme=dark] .btn-transparent:hover {
  color: #343a40;
  background-color: white;
  border-color: rgb(224.4, 224.4, 224.4);
}
[data-bs-theme=light] .btn-transparent:active, [data-bs-theme=light] .btn-transparent.active, .open > [data-bs-theme=light] .btn-transparent.dropdown-toggle, [data-bs-theme=dark] .btn-transparent:active, [data-bs-theme=dark] .btn-transparent.active, .open > [data-bs-theme=dark] .btn-transparent.dropdown-toggle {
  color: #343a40;
  background-color: white;
  border-color: white;
}
[data-bs-theme=light] .btn-transparent:active:hover, [data-bs-theme=light] .btn-transparent:active:focus, [data-bs-theme=light] .btn-transparent:active.focus, [data-bs-theme=light] .btn-transparent.active:hover, [data-bs-theme=light] .btn-transparent.active:focus, [data-bs-theme=light] .btn-transparent.active.focus, .open > [data-bs-theme=light] .btn-transparent.dropdown-toggle:hover, .open > [data-bs-theme=light] .btn-transparent.dropdown-toggle:focus, .open > [data-bs-theme=light] .btn-transparent.dropdown-toggle.focus, [data-bs-theme=dark] .btn-transparent:active:hover, [data-bs-theme=dark] .btn-transparent:active:focus, [data-bs-theme=dark] .btn-transparent:active.focus, [data-bs-theme=dark] .btn-transparent.active:hover, [data-bs-theme=dark] .btn-transparent.active:focus, [data-bs-theme=dark] .btn-transparent.active.focus, .open > [data-bs-theme=dark] .btn-transparent.dropdown-toggle:hover, .open > [data-bs-theme=dark] .btn-transparent.dropdown-toggle:focus, .open > [data-bs-theme=dark] .btn-transparent.dropdown-toggle.focus {
  color: #343a40;
  background-color: white;
  border-color: rgb(191.25, 191.25, 191.25);
}
[data-bs-theme=light] .btn-transparent:active, [data-bs-theme=light] .btn-transparent.active, .open > [data-bs-theme=light] .btn-transparent.dropdown-toggle, [data-bs-theme=dark] .btn-transparent:active, [data-bs-theme=dark] .btn-transparent.active, .open > [data-bs-theme=dark] .btn-transparent.dropdown-toggle {
  background-image: none;
}
[data-bs-theme=light] .btn-transparent.disabled:hover, [data-bs-theme=light] .btn-transparent.disabled:focus, [data-bs-theme=light] .btn-transparent.disabled.focus, [data-bs-theme=light] .btn-transparent[disabled]:hover, [data-bs-theme=light] .btn-transparent[disabled]:focus, [data-bs-theme=light] .btn-transparent[disabled].focus, fieldset[disabled] [data-bs-theme=light] .btn-transparent:hover, fieldset[disabled] [data-bs-theme=light] .btn-transparent:focus, fieldset[disabled] [data-bs-theme=light] .btn-transparent.focus, [data-bs-theme=dark] .btn-transparent.disabled:hover, [data-bs-theme=dark] .btn-transparent.disabled:focus, [data-bs-theme=dark] .btn-transparent.disabled.focus, [data-bs-theme=dark] .btn-transparent[disabled]:hover, [data-bs-theme=dark] .btn-transparent[disabled]:focus, [data-bs-theme=dark] .btn-transparent[disabled].focus, fieldset[disabled] [data-bs-theme=dark] .btn-transparent:hover, fieldset[disabled] [data-bs-theme=dark] .btn-transparent:focus, fieldset[disabled] [data-bs-theme=dark] .btn-transparent.focus {
  background-color: #fff;
  border-color: #fff;
}
[data-bs-theme=light] .btn-transparent .badge, [data-bs-theme=dark] .btn-transparent .badge {
  color: #fff;
  background-color: #343a40;
}
[data-bs-theme=light] .btn-online, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link, [data-bs-theme=light] .btn-toggle-online.disabled, [data-bs-theme=dark] .btn-online, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link, [data-bs-theme=dark] .btn-toggle-online.disabled {
  text-align: left;
  color: #343a40;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
[data-bs-theme=light] .btn-online:focus, [data-bs-theme=light] .btn-online.focus, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link:focus, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link.focus, [data-bs-theme=light] .btn-toggle-online.disabled:focus, [data-bs-theme=light] .btn-toggle-online.disabled.focus, [data-bs-theme=dark] .btn-online:focus, [data-bs-theme=dark] .btn-online.focus, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link:focus, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link.focus, [data-bs-theme=dark] .btn-toggle-online.disabled:focus, [data-bs-theme=dark] .btn-toggle-online.disabled.focus {
  color: #343a40;
  background-color: #f0ad4e;
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
[data-bs-theme=light] .btn-online:hover, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link:hover, [data-bs-theme=light] .btn-toggle-online.disabled:hover, [data-bs-theme=dark] .btn-online:hover, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link:hover, [data-bs-theme=dark] .btn-toggle-online.disabled:hover {
  color: #343a40;
  background-color: #f0ad4e;
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
[data-bs-theme=light] .btn-online:active, [data-bs-theme=light] .btn-online.active, .open > [data-bs-theme=light] .btn-online.dropdown-toggle, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link:active, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link.active, .open > [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link.dropdown-toggle, [data-bs-theme=light] .btn-toggle-online.disabled:active, [data-bs-theme=light] .btn-toggle-online.disabled.active, .open > [data-bs-theme=light] .btn-toggle-online.disabled.dropdown-toggle, [data-bs-theme=dark] .btn-online:active, [data-bs-theme=dark] .btn-online.active, .open > [data-bs-theme=dark] .btn-online.dropdown-toggle, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link:active, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link.active, .open > [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link.dropdown-toggle, [data-bs-theme=dark] .btn-toggle-online.disabled:active, [data-bs-theme=dark] .btn-toggle-online.disabled.active, .open > [data-bs-theme=dark] .btn-toggle-online.disabled.dropdown-toggle {
  color: #343a40;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
[data-bs-theme=light] .btn-online:active:hover, [data-bs-theme=light] .btn-online:active:focus, [data-bs-theme=light] .btn-online:active.focus, [data-bs-theme=light] .btn-online.active:hover, [data-bs-theme=light] .btn-online.active:focus, [data-bs-theme=light] .btn-online.active.focus, .open > [data-bs-theme=light] .btn-online.dropdown-toggle:hover, .open > [data-bs-theme=light] .btn-online.dropdown-toggle:focus, .open > [data-bs-theme=light] .btn-online.dropdown-toggle.focus, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link:active:hover, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link:active:focus, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link:active.focus, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link.active:hover, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link.active:focus, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link.active.focus, .open > [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link.dropdown-toggle:hover, .open > [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link.dropdown-toggle:focus, .open > [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link.dropdown-toggle.focus, [data-bs-theme=light] .btn-toggle-online.disabled:active:hover, [data-bs-theme=light] .btn-toggle-online.disabled:active:focus, [data-bs-theme=light] .btn-toggle-online.disabled:active.focus, [data-bs-theme=light] .btn-toggle-online.disabled.active:hover, [data-bs-theme=light] .btn-toggle-online.disabled.active:focus, [data-bs-theme=light] .btn-toggle-online.disabled.active.focus, .open > [data-bs-theme=light] .btn-toggle-online.disabled.dropdown-toggle:hover, .open > [data-bs-theme=light] .btn-toggle-online.disabled.dropdown-toggle:focus, .open > [data-bs-theme=light] .btn-toggle-online.disabled.dropdown-toggle.focus, [data-bs-theme=dark] .btn-online:active:hover, [data-bs-theme=dark] .btn-online:active:focus, [data-bs-theme=dark] .btn-online:active.focus, [data-bs-theme=dark] .btn-online.active:hover, [data-bs-theme=dark] .btn-online.active:focus, [data-bs-theme=dark] .btn-online.active.focus, .open > [data-bs-theme=dark] .btn-online.dropdown-toggle:hover, .open > [data-bs-theme=dark] .btn-online.dropdown-toggle:focus, .open > [data-bs-theme=dark] .btn-online.dropdown-toggle.focus, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link:active:hover, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link:active:focus, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link:active.focus, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link.active:hover, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link.active:focus, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link.active.focus, .open > [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link.dropdown-toggle:hover, .open > [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link.dropdown-toggle:focus, .open > [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link.dropdown-toggle.focus, [data-bs-theme=dark] .btn-toggle-online.disabled:active:hover, [data-bs-theme=dark] .btn-toggle-online.disabled:active:focus, [data-bs-theme=dark] .btn-toggle-online.disabled:active.focus, [data-bs-theme=dark] .btn-toggle-online.disabled.active:hover, [data-bs-theme=dark] .btn-toggle-online.disabled.active:focus, [data-bs-theme=dark] .btn-toggle-online.disabled.active.focus, .open > [data-bs-theme=dark] .btn-toggle-online.disabled.dropdown-toggle:hover, .open > [data-bs-theme=dark] .btn-toggle-online.disabled.dropdown-toggle:focus, .open > [data-bs-theme=dark] .btn-toggle-online.disabled.dropdown-toggle.focus {
  color: #343a40;
  background-color: #f0ad4e;
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
[data-bs-theme=light] .btn-online:active, [data-bs-theme=light] .btn-online.active, .open > [data-bs-theme=light] .btn-online.dropdown-toggle, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link:active, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link.active, .open > [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link.dropdown-toggle, [data-bs-theme=light] .btn-toggle-online.disabled:active, [data-bs-theme=light] .btn-toggle-online.disabled.active, .open > [data-bs-theme=light] .btn-toggle-online.disabled.dropdown-toggle, [data-bs-theme=dark] .btn-online:active, [data-bs-theme=dark] .btn-online.active, .open > [data-bs-theme=dark] .btn-online.dropdown-toggle, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link:active, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link.active, .open > [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link.dropdown-toggle, [data-bs-theme=dark] .btn-toggle-online.disabled:active, [data-bs-theme=dark] .btn-toggle-online.disabled.active, .open > [data-bs-theme=dark] .btn-toggle-online.disabled.dropdown-toggle {
  background-image: none;
}
[data-bs-theme=light] .btn-online.disabled:hover, [data-bs-theme=light] .btn-online.disabled:focus, [data-bs-theme=light] .btn-online.disabled.focus, [data-bs-theme=light] .btn-online[disabled]:hover, [data-bs-theme=light] .btn-online[disabled]:focus, [data-bs-theme=light] .btn-online[disabled].focus, fieldset[disabled] [data-bs-theme=light] .btn-online:hover, fieldset[disabled] [data-bs-theme=light] .btn-online:focus, fieldset[disabled] [data-bs-theme=light] .btn-online.focus, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link.disabled:hover, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link.disabled:focus, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link.disabled.focus, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link[disabled]:hover, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link[disabled]:focus, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link[disabled].focus, fieldset[disabled] [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link:hover, fieldset[disabled] [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link:focus, fieldset[disabled] [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link.focus, [data-bs-theme=light] .btn-toggle-online.disabled.disabled:hover, [data-bs-theme=light] .btn-toggle-online.disabled.disabled:focus, [data-bs-theme=light] .btn-toggle-online.disabled.disabled.focus, [data-bs-theme=light] .btn-toggle-online.disabled[disabled]:hover, [data-bs-theme=light] .btn-toggle-online.disabled[disabled]:focus, [data-bs-theme=light] .btn-toggle-online.disabled[disabled].focus, fieldset[disabled] [data-bs-theme=light] .btn-toggle-online.disabled:hover, fieldset[disabled] [data-bs-theme=light] .btn-toggle-online.disabled:focus, fieldset[disabled] [data-bs-theme=light] .btn-toggle-online.disabled.focus, [data-bs-theme=dark] .btn-online.disabled:hover, [data-bs-theme=dark] .btn-online.disabled:focus, [data-bs-theme=dark] .btn-online.disabled.focus, [data-bs-theme=dark] .btn-online[disabled]:hover, [data-bs-theme=dark] .btn-online[disabled]:focus, [data-bs-theme=dark] .btn-online[disabled].focus, fieldset[disabled] [data-bs-theme=dark] .btn-online:hover, fieldset[disabled] [data-bs-theme=dark] .btn-online:focus, fieldset[disabled] [data-bs-theme=dark] .btn-online.focus, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link.disabled:hover, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link.disabled:focus, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link.disabled.focus, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link[disabled]:hover, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link[disabled]:focus, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link[disabled].focus, fieldset[disabled] [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link:hover, fieldset[disabled] [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link:focus, fieldset[disabled] [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link.focus, [data-bs-theme=dark] .btn-toggle-online.disabled.disabled:hover, [data-bs-theme=dark] .btn-toggle-online.disabled.disabled:focus, [data-bs-theme=dark] .btn-toggle-online.disabled.disabled.focus, [data-bs-theme=dark] .btn-toggle-online.disabled[disabled]:hover, [data-bs-theme=dark] .btn-toggle-online.disabled[disabled]:focus, [data-bs-theme=dark] .btn-toggle-online.disabled[disabled].focus, fieldset[disabled] [data-bs-theme=dark] .btn-toggle-online.disabled:hover, fieldset[disabled] [data-bs-theme=dark] .btn-toggle-online.disabled:focus, fieldset[disabled] [data-bs-theme=dark] .btn-toggle-online.disabled.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
[data-bs-theme=light] .btn-online .badge, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link .badge, [data-bs-theme=light] .btn-toggle-online.disabled .badge, [data-bs-theme=dark] .btn-online .badge, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link .badge, [data-bs-theme=dark] .btn-toggle-online.disabled .badge {
  color: #f0ad4e;
  background-color: #343a40;
}
[data-bs-theme=light] .btn-paper, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link, [data-bs-theme=light] .btn-toggle-paper.disabled, [data-bs-theme=dark] .btn-paper, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link, [data-bs-theme=dark] .btn-toggle-paper.disabled {
  text-align: left;
  color: #fff;
  background-color: #0066dd;
  border-color: #0066dd;
}
[data-bs-theme=light] .btn-paper:focus, [data-bs-theme=light] .btn-paper.focus, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link:focus, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link.focus, [data-bs-theme=light] .btn-toggle-paper.disabled:focus, [data-bs-theme=light] .btn-toggle-paper.disabled.focus, [data-bs-theme=dark] .btn-paper:focus, [data-bs-theme=dark] .btn-paper.focus, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link:focus, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link.focus, [data-bs-theme=dark] .btn-toggle-paper.disabled:focus, [data-bs-theme=dark] .btn-toggle-paper.disabled.focus {
  color: #fff;
  background-color: #0066dd;
  border-color: rgb(0, 43.1538461538, 93.5);
}
[data-bs-theme=light] .btn-paper:hover, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link:hover, [data-bs-theme=light] .btn-toggle-paper.disabled:hover, [data-bs-theme=dark] .btn-paper:hover, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link:hover, [data-bs-theme=dark] .btn-toggle-paper.disabled:hover {
  color: #fff;
  background-color: #0066dd;
  border-color: rgb(0, 73.7538461538, 159.8);
}
[data-bs-theme=light] .btn-paper:active, [data-bs-theme=light] .btn-paper.active, .open > [data-bs-theme=light] .btn-paper.dropdown-toggle, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link:active, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link.active, .open > [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link.dropdown-toggle, [data-bs-theme=light] .btn-toggle-paper.disabled:active, [data-bs-theme=light] .btn-toggle-paper.disabled.active, .open > [data-bs-theme=light] .btn-toggle-paper.disabled.dropdown-toggle, [data-bs-theme=dark] .btn-paper:active, [data-bs-theme=dark] .btn-paper.active, .open > [data-bs-theme=dark] .btn-paper.dropdown-toggle, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link:active, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link.active, .open > [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link.dropdown-toggle, [data-bs-theme=dark] .btn-toggle-paper.disabled:active, [data-bs-theme=dark] .btn-toggle-paper.disabled.active, .open > [data-bs-theme=dark] .btn-toggle-paper.disabled.dropdown-toggle {
  color: #fff;
  background-color: #0066dd;
  border-color: #0066dd;
}
[data-bs-theme=light] .btn-paper:active:hover, [data-bs-theme=light] .btn-paper:active:focus, [data-bs-theme=light] .btn-paper:active.focus, [data-bs-theme=light] .btn-paper.active:hover, [data-bs-theme=light] .btn-paper.active:focus, [data-bs-theme=light] .btn-paper.active.focus, .open > [data-bs-theme=light] .btn-paper.dropdown-toggle:hover, .open > [data-bs-theme=light] .btn-paper.dropdown-toggle:focus, .open > [data-bs-theme=light] .btn-paper.dropdown-toggle.focus, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link:active:hover, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link:active:focus, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link:active.focus, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link.active:hover, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link.active:focus, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link.active.focus, .open > [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link.dropdown-toggle:hover, .open > [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link.dropdown-toggle:focus, .open > [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link.dropdown-toggle.focus, [data-bs-theme=light] .btn-toggle-paper.disabled:active:hover, [data-bs-theme=light] .btn-toggle-paper.disabled:active:focus, [data-bs-theme=light] .btn-toggle-paper.disabled:active.focus, [data-bs-theme=light] .btn-toggle-paper.disabled.active:hover, [data-bs-theme=light] .btn-toggle-paper.disabled.active:focus, [data-bs-theme=light] .btn-toggle-paper.disabled.active.focus, .open > [data-bs-theme=light] .btn-toggle-paper.disabled.dropdown-toggle:hover, .open > [data-bs-theme=light] .btn-toggle-paper.disabled.dropdown-toggle:focus, .open > [data-bs-theme=light] .btn-toggle-paper.disabled.dropdown-toggle.focus, [data-bs-theme=dark] .btn-paper:active:hover, [data-bs-theme=dark] .btn-paper:active:focus, [data-bs-theme=dark] .btn-paper:active.focus, [data-bs-theme=dark] .btn-paper.active:hover, [data-bs-theme=dark] .btn-paper.active:focus, [data-bs-theme=dark] .btn-paper.active.focus, .open > [data-bs-theme=dark] .btn-paper.dropdown-toggle:hover, .open > [data-bs-theme=dark] .btn-paper.dropdown-toggle:focus, .open > [data-bs-theme=dark] .btn-paper.dropdown-toggle.focus, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link:active:hover, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link:active:focus, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link:active.focus, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link.active:hover, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link.active:focus, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link.active.focus, .open > [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link.dropdown-toggle:hover, .open > [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link.dropdown-toggle:focus, .open > [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link.dropdown-toggle.focus, [data-bs-theme=dark] .btn-toggle-paper.disabled:active:hover, [data-bs-theme=dark] .btn-toggle-paper.disabled:active:focus, [data-bs-theme=dark] .btn-toggle-paper.disabled:active.focus, [data-bs-theme=dark] .btn-toggle-paper.disabled.active:hover, [data-bs-theme=dark] .btn-toggle-paper.disabled.active:focus, [data-bs-theme=dark] .btn-toggle-paper.disabled.active.focus, .open > [data-bs-theme=dark] .btn-toggle-paper.disabled.dropdown-toggle:hover, .open > [data-bs-theme=dark] .btn-toggle-paper.disabled.dropdown-toggle:focus, .open > [data-bs-theme=dark] .btn-toggle-paper.disabled.dropdown-toggle.focus {
  color: #fff;
  background-color: #0066dd;
  border-color: rgb(0, 43.1538461538, 93.5);
}
[data-bs-theme=light] .btn-paper:active, [data-bs-theme=light] .btn-paper.active, .open > [data-bs-theme=light] .btn-paper.dropdown-toggle, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link:active, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link.active, .open > [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link.dropdown-toggle, [data-bs-theme=light] .btn-toggle-paper.disabled:active, [data-bs-theme=light] .btn-toggle-paper.disabled.active, .open > [data-bs-theme=light] .btn-toggle-paper.disabled.dropdown-toggle, [data-bs-theme=dark] .btn-paper:active, [data-bs-theme=dark] .btn-paper.active, .open > [data-bs-theme=dark] .btn-paper.dropdown-toggle, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link:active, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link.active, .open > [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link.dropdown-toggle, [data-bs-theme=dark] .btn-toggle-paper.disabled:active, [data-bs-theme=dark] .btn-toggle-paper.disabled.active, .open > [data-bs-theme=dark] .btn-toggle-paper.disabled.dropdown-toggle {
  background-image: none;
}
[data-bs-theme=light] .btn-paper.disabled:hover, [data-bs-theme=light] .btn-paper.disabled:focus, [data-bs-theme=light] .btn-paper.disabled.focus, [data-bs-theme=light] .btn-paper[disabled]:hover, [data-bs-theme=light] .btn-paper[disabled]:focus, [data-bs-theme=light] .btn-paper[disabled].focus, fieldset[disabled] [data-bs-theme=light] .btn-paper:hover, fieldset[disabled] [data-bs-theme=light] .btn-paper:focus, fieldset[disabled] [data-bs-theme=light] .btn-paper.focus, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link.disabled:hover, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link.disabled:focus, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link.disabled.focus, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link[disabled]:hover, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link[disabled]:focus, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link[disabled].focus, fieldset[disabled] [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link:hover, fieldset[disabled] [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link:focus, fieldset[disabled] [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link.focus, [data-bs-theme=light] .btn-toggle-paper.disabled.disabled:hover, [data-bs-theme=light] .btn-toggle-paper.disabled.disabled:focus, [data-bs-theme=light] .btn-toggle-paper.disabled.disabled.focus, [data-bs-theme=light] .btn-toggle-paper.disabled[disabled]:hover, [data-bs-theme=light] .btn-toggle-paper.disabled[disabled]:focus, [data-bs-theme=light] .btn-toggle-paper.disabled[disabled].focus, fieldset[disabled] [data-bs-theme=light] .btn-toggle-paper.disabled:hover, fieldset[disabled] [data-bs-theme=light] .btn-toggle-paper.disabled:focus, fieldset[disabled] [data-bs-theme=light] .btn-toggle-paper.disabled.focus, [data-bs-theme=dark] .btn-paper.disabled:hover, [data-bs-theme=dark] .btn-paper.disabled:focus, [data-bs-theme=dark] .btn-paper.disabled.focus, [data-bs-theme=dark] .btn-paper[disabled]:hover, [data-bs-theme=dark] .btn-paper[disabled]:focus, [data-bs-theme=dark] .btn-paper[disabled].focus, fieldset[disabled] [data-bs-theme=dark] .btn-paper:hover, fieldset[disabled] [data-bs-theme=dark] .btn-paper:focus, fieldset[disabled] [data-bs-theme=dark] .btn-paper.focus, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link.disabled:hover, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link.disabled:focus, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link.disabled.focus, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link[disabled]:hover, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link[disabled]:focus, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link[disabled].focus, fieldset[disabled] [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link:hover, fieldset[disabled] [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link:focus, fieldset[disabled] [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link.focus, [data-bs-theme=dark] .btn-toggle-paper.disabled.disabled:hover, [data-bs-theme=dark] .btn-toggle-paper.disabled.disabled:focus, [data-bs-theme=dark] .btn-toggle-paper.disabled.disabled.focus, [data-bs-theme=dark] .btn-toggle-paper.disabled[disabled]:hover, [data-bs-theme=dark] .btn-toggle-paper.disabled[disabled]:focus, [data-bs-theme=dark] .btn-toggle-paper.disabled[disabled].focus, fieldset[disabled] [data-bs-theme=dark] .btn-toggle-paper.disabled:hover, fieldset[disabled] [data-bs-theme=dark] .btn-toggle-paper.disabled:focus, fieldset[disabled] [data-bs-theme=dark] .btn-toggle-paper.disabled.focus {
  background-color: #0066dd;
  border-color: #0066dd;
}
[data-bs-theme=light] .btn-paper .badge, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link .badge, [data-bs-theme=light] .btn-toggle-paper.disabled .badge, [data-bs-theme=dark] .btn-paper .badge, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link .badge, [data-bs-theme=dark] .btn-toggle-paper.disabled .badge {
  color: #0066dd;
  background-color: #fff;
}
[data-bs-theme=light] .btn-paper-muted, [data-bs-theme=dark] .btn-paper-muted {
  text-align: left;
  color: #343a40;
  background-color: #fff;
  border-color: #0066dd;
}
[data-bs-theme=light] .btn-paper-muted:focus, [data-bs-theme=light] .btn-paper-muted.focus, [data-bs-theme=dark] .btn-paper-muted:focus, [data-bs-theme=dark] .btn-paper-muted.focus {
  color: #343a40;
  background-color: white;
  border-color: rgb(0, 43.1538461538, 93.5);
}
[data-bs-theme=light] .btn-paper-muted:hover, [data-bs-theme=dark] .btn-paper-muted:hover {
  color: #343a40;
  background-color: white;
  border-color: rgb(0, 73.7538461538, 159.8);
}
[data-bs-theme=light] .btn-paper-muted:active, [data-bs-theme=light] .btn-paper-muted.active, .open > [data-bs-theme=light] .btn-paper-muted.dropdown-toggle, [data-bs-theme=dark] .btn-paper-muted:active, [data-bs-theme=dark] .btn-paper-muted.active, .open > [data-bs-theme=dark] .btn-paper-muted.dropdown-toggle {
  color: #343a40;
  background-color: white;
  border-color: #0066dd;
}
[data-bs-theme=light] .btn-paper-muted:active:hover, [data-bs-theme=light] .btn-paper-muted:active:focus, [data-bs-theme=light] .btn-paper-muted:active.focus, [data-bs-theme=light] .btn-paper-muted.active:hover, [data-bs-theme=light] .btn-paper-muted.active:focus, [data-bs-theme=light] .btn-paper-muted.active.focus, .open > [data-bs-theme=light] .btn-paper-muted.dropdown-toggle:hover, .open > [data-bs-theme=light] .btn-paper-muted.dropdown-toggle:focus, .open > [data-bs-theme=light] .btn-paper-muted.dropdown-toggle.focus, [data-bs-theme=dark] .btn-paper-muted:active:hover, [data-bs-theme=dark] .btn-paper-muted:active:focus, [data-bs-theme=dark] .btn-paper-muted:active.focus, [data-bs-theme=dark] .btn-paper-muted.active:hover, [data-bs-theme=dark] .btn-paper-muted.active:focus, [data-bs-theme=dark] .btn-paper-muted.active.focus, .open > [data-bs-theme=dark] .btn-paper-muted.dropdown-toggle:hover, .open > [data-bs-theme=dark] .btn-paper-muted.dropdown-toggle:focus, .open > [data-bs-theme=dark] .btn-paper-muted.dropdown-toggle.focus {
  color: #343a40;
  background-color: white;
  border-color: rgb(0, 43.1538461538, 93.5);
}
[data-bs-theme=light] .btn-paper-muted:active, [data-bs-theme=light] .btn-paper-muted.active, .open > [data-bs-theme=light] .btn-paper-muted.dropdown-toggle, [data-bs-theme=dark] .btn-paper-muted:active, [data-bs-theme=dark] .btn-paper-muted.active, .open > [data-bs-theme=dark] .btn-paper-muted.dropdown-toggle {
  background-image: none;
}
[data-bs-theme=light] .btn-paper-muted.disabled:hover, [data-bs-theme=light] .btn-paper-muted.disabled:focus, [data-bs-theme=light] .btn-paper-muted.disabled.focus, [data-bs-theme=light] .btn-paper-muted[disabled]:hover, [data-bs-theme=light] .btn-paper-muted[disabled]:focus, [data-bs-theme=light] .btn-paper-muted[disabled].focus, fieldset[disabled] [data-bs-theme=light] .btn-paper-muted:hover, fieldset[disabled] [data-bs-theme=light] .btn-paper-muted:focus, fieldset[disabled] [data-bs-theme=light] .btn-paper-muted.focus, [data-bs-theme=dark] .btn-paper-muted.disabled:hover, [data-bs-theme=dark] .btn-paper-muted.disabled:focus, [data-bs-theme=dark] .btn-paper-muted.disabled.focus, [data-bs-theme=dark] .btn-paper-muted[disabled]:hover, [data-bs-theme=dark] .btn-paper-muted[disabled]:focus, [data-bs-theme=dark] .btn-paper-muted[disabled].focus, fieldset[disabled] [data-bs-theme=dark] .btn-paper-muted:hover, fieldset[disabled] [data-bs-theme=dark] .btn-paper-muted:focus, fieldset[disabled] [data-bs-theme=dark] .btn-paper-muted.focus {
  background-color: #fff;
  border-color: #0066dd;
}
[data-bs-theme=light] .btn-paper-muted .badge, [data-bs-theme=dark] .btn-paper-muted .badge {
  color: #fff;
  background-color: #343a40;
}
[data-bs-theme=light] .btn-paper-muted.disabled, [data-bs-theme=light] .btn-paper-muted.active,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted, [data-bs-theme=dark] .btn-paper-muted.disabled, [data-bs-theme=dark] .btn-paper-muted.active,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted {
  text-align: left;
  color: #fff;
  background-color: #0066dd;
  border-color: #0066dd;
}
[data-bs-theme=light] .btn-paper-muted.disabled:focus, [data-bs-theme=light] .btn-paper-muted.disabled.focus, [data-bs-theme=light] .btn-paper-muted.active:focus, [data-bs-theme=light] .btn-paper-muted.active.focus,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted:focus,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted.focus, [data-bs-theme=dark] .btn-paper-muted.disabled:focus, [data-bs-theme=dark] .btn-paper-muted.disabled.focus, [data-bs-theme=dark] .btn-paper-muted.active:focus, [data-bs-theme=dark] .btn-paper-muted.active.focus,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted:focus,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted.focus {
  color: #fff;
  background-color: #0066dd;
  border-color: rgb(0, 43.1538461538, 93.5);
}
[data-bs-theme=light] .btn-paper-muted.disabled:hover, [data-bs-theme=light] .btn-paper-muted.active:hover,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted:hover, [data-bs-theme=dark] .btn-paper-muted.disabled:hover, [data-bs-theme=dark] .btn-paper-muted.active:hover,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted:hover {
  color: #fff;
  background-color: #0066dd;
  border-color: rgb(0, 73.7538461538, 159.8);
}
[data-bs-theme=light] .btn-paper-muted.disabled:active, [data-bs-theme=light] .btn-paper-muted.disabled.active, .open > [data-bs-theme=light] .btn-paper-muted.disabled.dropdown-toggle, [data-bs-theme=light] .btn-paper-muted.active:active, [data-bs-theme=light] .btn-paper-muted.active.active, .open > [data-bs-theme=light] .btn-paper-muted.active.dropdown-toggle,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted:active,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted.active,
.open > [data-bs-theme=light] .btn-check:checked + .btn-paper-muted.dropdown-toggle, [data-bs-theme=dark] .btn-paper-muted.disabled:active, [data-bs-theme=dark] .btn-paper-muted.disabled.active, .open > [data-bs-theme=dark] .btn-paper-muted.disabled.dropdown-toggle, [data-bs-theme=dark] .btn-paper-muted.active:active, [data-bs-theme=dark] .btn-paper-muted.active.active, .open > [data-bs-theme=dark] .btn-paper-muted.active.dropdown-toggle,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted:active,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted.active,
.open > [data-bs-theme=dark] .btn-check:checked + .btn-paper-muted.dropdown-toggle {
  color: #fff;
  background-color: #0066dd;
  border-color: #0066dd;
}
[data-bs-theme=light] .btn-paper-muted.disabled:active:hover, [data-bs-theme=light] .btn-paper-muted.disabled:active:focus, [data-bs-theme=light] .btn-paper-muted.disabled:active.focus, [data-bs-theme=light] .btn-paper-muted.disabled.active:hover, [data-bs-theme=light] .btn-paper-muted.disabled.active:focus, [data-bs-theme=light] .btn-paper-muted.disabled.active.focus, .open > [data-bs-theme=light] .btn-paper-muted.disabled.dropdown-toggle:hover, .open > [data-bs-theme=light] .btn-paper-muted.disabled.dropdown-toggle:focus, .open > [data-bs-theme=light] .btn-paper-muted.disabled.dropdown-toggle.focus, [data-bs-theme=light] .btn-paper-muted.active:active:hover, [data-bs-theme=light] .btn-paper-muted.active:active:focus, [data-bs-theme=light] .btn-paper-muted.active:active.focus, [data-bs-theme=light] .btn-paper-muted.active.active:hover, [data-bs-theme=light] .btn-paper-muted.active.active:focus, [data-bs-theme=light] .btn-paper-muted.active.active.focus, .open > [data-bs-theme=light] .btn-paper-muted.active.dropdown-toggle:hover, .open > [data-bs-theme=light] .btn-paper-muted.active.dropdown-toggle:focus, .open > [data-bs-theme=light] .btn-paper-muted.active.dropdown-toggle.focus,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted:active:hover,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted:active:focus,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted:active.focus,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted.active:hover,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted.active:focus,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted.active.focus,
.open > [data-bs-theme=light] .btn-check:checked + .btn-paper-muted.dropdown-toggle:hover,
.open > [data-bs-theme=light] .btn-check:checked + .btn-paper-muted.dropdown-toggle:focus,
.open > [data-bs-theme=light] .btn-check:checked + .btn-paper-muted.dropdown-toggle.focus, [data-bs-theme=dark] .btn-paper-muted.disabled:active:hover, [data-bs-theme=dark] .btn-paper-muted.disabled:active:focus, [data-bs-theme=dark] .btn-paper-muted.disabled:active.focus, [data-bs-theme=dark] .btn-paper-muted.disabled.active:hover, [data-bs-theme=dark] .btn-paper-muted.disabled.active:focus, [data-bs-theme=dark] .btn-paper-muted.disabled.active.focus, .open > [data-bs-theme=dark] .btn-paper-muted.disabled.dropdown-toggle:hover, .open > [data-bs-theme=dark] .btn-paper-muted.disabled.dropdown-toggle:focus, .open > [data-bs-theme=dark] .btn-paper-muted.disabled.dropdown-toggle.focus, [data-bs-theme=dark] .btn-paper-muted.active:active:hover, [data-bs-theme=dark] .btn-paper-muted.active:active:focus, [data-bs-theme=dark] .btn-paper-muted.active:active.focus, [data-bs-theme=dark] .btn-paper-muted.active.active:hover, [data-bs-theme=dark] .btn-paper-muted.active.active:focus, [data-bs-theme=dark] .btn-paper-muted.active.active.focus, .open > [data-bs-theme=dark] .btn-paper-muted.active.dropdown-toggle:hover, .open > [data-bs-theme=dark] .btn-paper-muted.active.dropdown-toggle:focus, .open > [data-bs-theme=dark] .btn-paper-muted.active.dropdown-toggle.focus,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted:active:hover,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted:active:focus,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted:active.focus,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted.active:hover,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted.active:focus,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted.active.focus,
.open > [data-bs-theme=dark] .btn-check:checked + .btn-paper-muted.dropdown-toggle:hover,
.open > [data-bs-theme=dark] .btn-check:checked + .btn-paper-muted.dropdown-toggle:focus,
.open > [data-bs-theme=dark] .btn-check:checked + .btn-paper-muted.dropdown-toggle.focus {
  color: #fff;
  background-color: #0066dd;
  border-color: rgb(0, 43.1538461538, 93.5);
}
[data-bs-theme=light] .btn-paper-muted.disabled:active, [data-bs-theme=light] .btn-paper-muted.disabled.active, .open > [data-bs-theme=light] .btn-paper-muted.disabled.dropdown-toggle, [data-bs-theme=light] .btn-paper-muted.active:active, [data-bs-theme=light] .btn-paper-muted.active.active, .open > [data-bs-theme=light] .btn-paper-muted.active.dropdown-toggle,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted:active,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted.active,
.open > [data-bs-theme=light] .btn-check:checked + .btn-paper-muted.dropdown-toggle, [data-bs-theme=dark] .btn-paper-muted.disabled:active, [data-bs-theme=dark] .btn-paper-muted.disabled.active, .open > [data-bs-theme=dark] .btn-paper-muted.disabled.dropdown-toggle, [data-bs-theme=dark] .btn-paper-muted.active:active, [data-bs-theme=dark] .btn-paper-muted.active.active, .open > [data-bs-theme=dark] .btn-paper-muted.active.dropdown-toggle,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted:active,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted.active,
.open > [data-bs-theme=dark] .btn-check:checked + .btn-paper-muted.dropdown-toggle {
  background-image: none;
}
[data-bs-theme=light] .btn-paper-muted.disabled.disabled:hover, [data-bs-theme=light] .btn-paper-muted.disabled.disabled:focus, [data-bs-theme=light] .btn-paper-muted.disabled.disabled.focus, [data-bs-theme=light] .btn-paper-muted.disabled[disabled]:hover, [data-bs-theme=light] .btn-paper-muted.disabled[disabled]:focus, [data-bs-theme=light] .btn-paper-muted.disabled[disabled].focus, fieldset[disabled] [data-bs-theme=light] .btn-paper-muted.disabled:hover, fieldset[disabled] [data-bs-theme=light] .btn-paper-muted.disabled:focus, fieldset[disabled] [data-bs-theme=light] .btn-paper-muted.disabled.focus, [data-bs-theme=light] .btn-paper-muted.active.disabled:hover, [data-bs-theme=light] .btn-paper-muted.active.disabled:focus, [data-bs-theme=light] .btn-paper-muted.active.disabled.focus, [data-bs-theme=light] .btn-paper-muted.active[disabled]:hover, [data-bs-theme=light] .btn-paper-muted.active[disabled]:focus, [data-bs-theme=light] .btn-paper-muted.active[disabled].focus, fieldset[disabled] [data-bs-theme=light] .btn-paper-muted.active:hover, fieldset[disabled] [data-bs-theme=light] .btn-paper-muted.active:focus, fieldset[disabled] [data-bs-theme=light] .btn-paper-muted.active.focus,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted.disabled:hover,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted.disabled:focus,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted.disabled.focus,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted[disabled]:hover,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted[disabled]:focus,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted[disabled].focus,
fieldset[disabled] [data-bs-theme=light] .btn-check:checked + .btn-paper-muted:hover,
fieldset[disabled] [data-bs-theme=light] .btn-check:checked + .btn-paper-muted:focus,
fieldset[disabled] [data-bs-theme=light] .btn-check:checked + .btn-paper-muted.focus, [data-bs-theme=dark] .btn-paper-muted.disabled.disabled:hover, [data-bs-theme=dark] .btn-paper-muted.disabled.disabled:focus, [data-bs-theme=dark] .btn-paper-muted.disabled.disabled.focus, [data-bs-theme=dark] .btn-paper-muted.disabled[disabled]:hover, [data-bs-theme=dark] .btn-paper-muted.disabled[disabled]:focus, [data-bs-theme=dark] .btn-paper-muted.disabled[disabled].focus, fieldset[disabled] [data-bs-theme=dark] .btn-paper-muted.disabled:hover, fieldset[disabled] [data-bs-theme=dark] .btn-paper-muted.disabled:focus, fieldset[disabled] [data-bs-theme=dark] .btn-paper-muted.disabled.focus, [data-bs-theme=dark] .btn-paper-muted.active.disabled:hover, [data-bs-theme=dark] .btn-paper-muted.active.disabled:focus, [data-bs-theme=dark] .btn-paper-muted.active.disabled.focus, [data-bs-theme=dark] .btn-paper-muted.active[disabled]:hover, [data-bs-theme=dark] .btn-paper-muted.active[disabled]:focus, [data-bs-theme=dark] .btn-paper-muted.active[disabled].focus, fieldset[disabled] [data-bs-theme=dark] .btn-paper-muted.active:hover, fieldset[disabled] [data-bs-theme=dark] .btn-paper-muted.active:focus, fieldset[disabled] [data-bs-theme=dark] .btn-paper-muted.active.focus,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted.disabled:hover,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted.disabled:focus,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted.disabled.focus,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted[disabled]:hover,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted[disabled]:focus,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted[disabled].focus,
fieldset[disabled] [data-bs-theme=dark] .btn-check:checked + .btn-paper-muted:hover,
fieldset[disabled] [data-bs-theme=dark] .btn-check:checked + .btn-paper-muted:focus,
fieldset[disabled] [data-bs-theme=dark] .btn-check:checked + .btn-paper-muted.focus {
  background-color: #0066dd;
  border-color: #0066dd;
}
[data-bs-theme=light] .btn-paper-muted.disabled .badge, [data-bs-theme=light] .btn-paper-muted.active .badge,
[data-bs-theme=light] .btn-check:checked + .btn-paper-muted .badge, [data-bs-theme=dark] .btn-paper-muted.disabled .badge, [data-bs-theme=dark] .btn-paper-muted.active .badge,
[data-bs-theme=dark] .btn-check:checked + .btn-paper-muted .badge {
  color: #0066dd;
  background-color: #fff;
}
[data-bs-theme=light] .btn-online-muted, [data-bs-theme=dark] .btn-online-muted {
  text-align: left;
  color: #343a40;
  background-color: #fff;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
[data-bs-theme=light] .btn-online-muted:focus, [data-bs-theme=light] .btn-online-muted.focus, [data-bs-theme=dark] .btn-online-muted:focus, [data-bs-theme=dark] .btn-online-muted.focus {
  color: #343a40;
  background-color: white;
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
[data-bs-theme=light] .btn-online-muted:hover, [data-bs-theme=dark] .btn-online-muted:hover {
  color: #343a40;
  background-color: white;
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
[data-bs-theme=light] .btn-online-muted:active, [data-bs-theme=light] .btn-online-muted.active, .open > [data-bs-theme=light] .btn-online-muted.dropdown-toggle, [data-bs-theme=dark] .btn-online-muted:active, [data-bs-theme=dark] .btn-online-muted.active, .open > [data-bs-theme=dark] .btn-online-muted.dropdown-toggle {
  color: #343a40;
  background-color: white;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
[data-bs-theme=light] .btn-online-muted:active:hover, [data-bs-theme=light] .btn-online-muted:active:focus, [data-bs-theme=light] .btn-online-muted:active.focus, [data-bs-theme=light] .btn-online-muted.active:hover, [data-bs-theme=light] .btn-online-muted.active:focus, [data-bs-theme=light] .btn-online-muted.active.focus, .open > [data-bs-theme=light] .btn-online-muted.dropdown-toggle:hover, .open > [data-bs-theme=light] .btn-online-muted.dropdown-toggle:focus, .open > [data-bs-theme=light] .btn-online-muted.dropdown-toggle.focus, [data-bs-theme=dark] .btn-online-muted:active:hover, [data-bs-theme=dark] .btn-online-muted:active:focus, [data-bs-theme=dark] .btn-online-muted:active.focus, [data-bs-theme=dark] .btn-online-muted.active:hover, [data-bs-theme=dark] .btn-online-muted.active:focus, [data-bs-theme=dark] .btn-online-muted.active.focus, .open > [data-bs-theme=dark] .btn-online-muted.dropdown-toggle:hover, .open > [data-bs-theme=dark] .btn-online-muted.dropdown-toggle:focus, .open > [data-bs-theme=dark] .btn-online-muted.dropdown-toggle.focus {
  color: #343a40;
  background-color: white;
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
[data-bs-theme=light] .btn-online-muted:active, [data-bs-theme=light] .btn-online-muted.active, .open > [data-bs-theme=light] .btn-online-muted.dropdown-toggle, [data-bs-theme=dark] .btn-online-muted:active, [data-bs-theme=dark] .btn-online-muted.active, .open > [data-bs-theme=dark] .btn-online-muted.dropdown-toggle {
  background-image: none;
}
[data-bs-theme=light] .btn-online-muted.disabled:hover, [data-bs-theme=light] .btn-online-muted.disabled:focus, [data-bs-theme=light] .btn-online-muted.disabled.focus, [data-bs-theme=light] .btn-online-muted[disabled]:hover, [data-bs-theme=light] .btn-online-muted[disabled]:focus, [data-bs-theme=light] .btn-online-muted[disabled].focus, fieldset[disabled] [data-bs-theme=light] .btn-online-muted:hover, fieldset[disabled] [data-bs-theme=light] .btn-online-muted:focus, fieldset[disabled] [data-bs-theme=light] .btn-online-muted.focus, [data-bs-theme=dark] .btn-online-muted.disabled:hover, [data-bs-theme=dark] .btn-online-muted.disabled:focus, [data-bs-theme=dark] .btn-online-muted.disabled.focus, [data-bs-theme=dark] .btn-online-muted[disabled]:hover, [data-bs-theme=dark] .btn-online-muted[disabled]:focus, [data-bs-theme=dark] .btn-online-muted[disabled].focus, fieldset[disabled] [data-bs-theme=dark] .btn-online-muted:hover, fieldset[disabled] [data-bs-theme=dark] .btn-online-muted:focus, fieldset[disabled] [data-bs-theme=dark] .btn-online-muted.focus {
  background-color: #fff;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
[data-bs-theme=light] .btn-online-muted .badge, [data-bs-theme=dark] .btn-online-muted .badge {
  color: #fff;
  background-color: #343a40;
}
[data-bs-theme=light] .btn-online-muted.disabled, [data-bs-theme=light] .btn-online-muted.active,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted, [data-bs-theme=dark] .btn-online-muted.disabled, [data-bs-theme=dark] .btn-online-muted.active,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted {
  text-align: left;
  color: #343a40;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
[data-bs-theme=light] .btn-online-muted.disabled:focus, [data-bs-theme=light] .btn-online-muted.disabled.focus, [data-bs-theme=light] .btn-online-muted.active:focus, [data-bs-theme=light] .btn-online-muted.active.focus,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted:focus,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted.focus, [data-bs-theme=dark] .btn-online-muted.disabled:focus, [data-bs-theme=dark] .btn-online-muted.disabled.focus, [data-bs-theme=dark] .btn-online-muted.active:focus, [data-bs-theme=dark] .btn-online-muted.active.focus,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted:focus,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted.focus {
  color: #343a40;
  background-color: #f0ad4e;
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
[data-bs-theme=light] .btn-online-muted.disabled:hover, [data-bs-theme=light] .btn-online-muted.active:hover,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted:hover, [data-bs-theme=dark] .btn-online-muted.disabled:hover, [data-bs-theme=dark] .btn-online-muted.active:hover,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted:hover {
  color: #343a40;
  background-color: #f0ad4e;
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
[data-bs-theme=light] .btn-online-muted.disabled:active, [data-bs-theme=light] .btn-online-muted.disabled.active, .open > [data-bs-theme=light] .btn-online-muted.disabled.dropdown-toggle, [data-bs-theme=light] .btn-online-muted.active:active, [data-bs-theme=light] .btn-online-muted.active.active, .open > [data-bs-theme=light] .btn-online-muted.active.dropdown-toggle,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted:active,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted.active,
.open > [data-bs-theme=light] .btn-check:checked + .btn-online-muted.dropdown-toggle, [data-bs-theme=dark] .btn-online-muted.disabled:active, [data-bs-theme=dark] .btn-online-muted.disabled.active, .open > [data-bs-theme=dark] .btn-online-muted.disabled.dropdown-toggle, [data-bs-theme=dark] .btn-online-muted.active:active, [data-bs-theme=dark] .btn-online-muted.active.active, .open > [data-bs-theme=dark] .btn-online-muted.active.dropdown-toggle,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted:active,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted.active,
.open > [data-bs-theme=dark] .btn-check:checked + .btn-online-muted.dropdown-toggle {
  color: #343a40;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
[data-bs-theme=light] .btn-online-muted.disabled:active:hover, [data-bs-theme=light] .btn-online-muted.disabled:active:focus, [data-bs-theme=light] .btn-online-muted.disabled:active.focus, [data-bs-theme=light] .btn-online-muted.disabled.active:hover, [data-bs-theme=light] .btn-online-muted.disabled.active:focus, [data-bs-theme=light] .btn-online-muted.disabled.active.focus, .open > [data-bs-theme=light] .btn-online-muted.disabled.dropdown-toggle:hover, .open > [data-bs-theme=light] .btn-online-muted.disabled.dropdown-toggle:focus, .open > [data-bs-theme=light] .btn-online-muted.disabled.dropdown-toggle.focus, [data-bs-theme=light] .btn-online-muted.active:active:hover, [data-bs-theme=light] .btn-online-muted.active:active:focus, [data-bs-theme=light] .btn-online-muted.active:active.focus, [data-bs-theme=light] .btn-online-muted.active.active:hover, [data-bs-theme=light] .btn-online-muted.active.active:focus, [data-bs-theme=light] .btn-online-muted.active.active.focus, .open > [data-bs-theme=light] .btn-online-muted.active.dropdown-toggle:hover, .open > [data-bs-theme=light] .btn-online-muted.active.dropdown-toggle:focus, .open > [data-bs-theme=light] .btn-online-muted.active.dropdown-toggle.focus,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted:active:hover,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted:active:focus,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted:active.focus,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted.active:hover,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted.active:focus,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted.active.focus,
.open > [data-bs-theme=light] .btn-check:checked + .btn-online-muted.dropdown-toggle:hover,
.open > [data-bs-theme=light] .btn-check:checked + .btn-online-muted.dropdown-toggle:focus,
.open > [data-bs-theme=light] .btn-check:checked + .btn-online-muted.dropdown-toggle.focus, [data-bs-theme=dark] .btn-online-muted.disabled:active:hover, [data-bs-theme=dark] .btn-online-muted.disabled:active:focus, [data-bs-theme=dark] .btn-online-muted.disabled:active.focus, [data-bs-theme=dark] .btn-online-muted.disabled.active:hover, [data-bs-theme=dark] .btn-online-muted.disabled.active:focus, [data-bs-theme=dark] .btn-online-muted.disabled.active.focus, .open > [data-bs-theme=dark] .btn-online-muted.disabled.dropdown-toggle:hover, .open > [data-bs-theme=dark] .btn-online-muted.disabled.dropdown-toggle:focus, .open > [data-bs-theme=dark] .btn-online-muted.disabled.dropdown-toggle.focus, [data-bs-theme=dark] .btn-online-muted.active:active:hover, [data-bs-theme=dark] .btn-online-muted.active:active:focus, [data-bs-theme=dark] .btn-online-muted.active:active.focus, [data-bs-theme=dark] .btn-online-muted.active.active:hover, [data-bs-theme=dark] .btn-online-muted.active.active:focus, [data-bs-theme=dark] .btn-online-muted.active.active.focus, .open > [data-bs-theme=dark] .btn-online-muted.active.dropdown-toggle:hover, .open > [data-bs-theme=dark] .btn-online-muted.active.dropdown-toggle:focus, .open > [data-bs-theme=dark] .btn-online-muted.active.dropdown-toggle.focus,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted:active:hover,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted:active:focus,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted:active.focus,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted.active:hover,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted.active:focus,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted.active.focus,
.open > [data-bs-theme=dark] .btn-check:checked + .btn-online-muted.dropdown-toggle:hover,
.open > [data-bs-theme=dark] .btn-check:checked + .btn-online-muted.dropdown-toggle:focus,
.open > [data-bs-theme=dark] .btn-check:checked + .btn-online-muted.dropdown-toggle.focus {
  color: #343a40;
  background-color: #f0ad4e;
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
[data-bs-theme=light] .btn-online-muted.disabled:active, [data-bs-theme=light] .btn-online-muted.disabled.active, .open > [data-bs-theme=light] .btn-online-muted.disabled.dropdown-toggle, [data-bs-theme=light] .btn-online-muted.active:active, [data-bs-theme=light] .btn-online-muted.active.active, .open > [data-bs-theme=light] .btn-online-muted.active.dropdown-toggle,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted:active,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted.active,
.open > [data-bs-theme=light] .btn-check:checked + .btn-online-muted.dropdown-toggle, [data-bs-theme=dark] .btn-online-muted.disabled:active, [data-bs-theme=dark] .btn-online-muted.disabled.active, .open > [data-bs-theme=dark] .btn-online-muted.disabled.dropdown-toggle, [data-bs-theme=dark] .btn-online-muted.active:active, [data-bs-theme=dark] .btn-online-muted.active.active, .open > [data-bs-theme=dark] .btn-online-muted.active.dropdown-toggle,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted:active,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted.active,
.open > [data-bs-theme=dark] .btn-check:checked + .btn-online-muted.dropdown-toggle {
  background-image: none;
}
[data-bs-theme=light] .btn-online-muted.disabled.disabled:hover, [data-bs-theme=light] .btn-online-muted.disabled.disabled:focus, [data-bs-theme=light] .btn-online-muted.disabled.disabled.focus, [data-bs-theme=light] .btn-online-muted.disabled[disabled]:hover, [data-bs-theme=light] .btn-online-muted.disabled[disabled]:focus, [data-bs-theme=light] .btn-online-muted.disabled[disabled].focus, fieldset[disabled] [data-bs-theme=light] .btn-online-muted.disabled:hover, fieldset[disabled] [data-bs-theme=light] .btn-online-muted.disabled:focus, fieldset[disabled] [data-bs-theme=light] .btn-online-muted.disabled.focus, [data-bs-theme=light] .btn-online-muted.active.disabled:hover, [data-bs-theme=light] .btn-online-muted.active.disabled:focus, [data-bs-theme=light] .btn-online-muted.active.disabled.focus, [data-bs-theme=light] .btn-online-muted.active[disabled]:hover, [data-bs-theme=light] .btn-online-muted.active[disabled]:focus, [data-bs-theme=light] .btn-online-muted.active[disabled].focus, fieldset[disabled] [data-bs-theme=light] .btn-online-muted.active:hover, fieldset[disabled] [data-bs-theme=light] .btn-online-muted.active:focus, fieldset[disabled] [data-bs-theme=light] .btn-online-muted.active.focus,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted.disabled:hover,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted.disabled:focus,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted.disabled.focus,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted[disabled]:hover,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted[disabled]:focus,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted[disabled].focus,
fieldset[disabled] [data-bs-theme=light] .btn-check:checked + .btn-online-muted:hover,
fieldset[disabled] [data-bs-theme=light] .btn-check:checked + .btn-online-muted:focus,
fieldset[disabled] [data-bs-theme=light] .btn-check:checked + .btn-online-muted.focus, [data-bs-theme=dark] .btn-online-muted.disabled.disabled:hover, [data-bs-theme=dark] .btn-online-muted.disabled.disabled:focus, [data-bs-theme=dark] .btn-online-muted.disabled.disabled.focus, [data-bs-theme=dark] .btn-online-muted.disabled[disabled]:hover, [data-bs-theme=dark] .btn-online-muted.disabled[disabled]:focus, [data-bs-theme=dark] .btn-online-muted.disabled[disabled].focus, fieldset[disabled] [data-bs-theme=dark] .btn-online-muted.disabled:hover, fieldset[disabled] [data-bs-theme=dark] .btn-online-muted.disabled:focus, fieldset[disabled] [data-bs-theme=dark] .btn-online-muted.disabled.focus, [data-bs-theme=dark] .btn-online-muted.active.disabled:hover, [data-bs-theme=dark] .btn-online-muted.active.disabled:focus, [data-bs-theme=dark] .btn-online-muted.active.disabled.focus, [data-bs-theme=dark] .btn-online-muted.active[disabled]:hover, [data-bs-theme=dark] .btn-online-muted.active[disabled]:focus, [data-bs-theme=dark] .btn-online-muted.active[disabled].focus, fieldset[disabled] [data-bs-theme=dark] .btn-online-muted.active:hover, fieldset[disabled] [data-bs-theme=dark] .btn-online-muted.active:focus, fieldset[disabled] [data-bs-theme=dark] .btn-online-muted.active.focus,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted.disabled:hover,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted.disabled:focus,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted.disabled.focus,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted[disabled]:hover,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted[disabled]:focus,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted[disabled].focus,
fieldset[disabled] [data-bs-theme=dark] .btn-check:checked + .btn-online-muted:hover,
fieldset[disabled] [data-bs-theme=dark] .btn-check:checked + .btn-online-muted:focus,
fieldset[disabled] [data-bs-theme=dark] .btn-check:checked + .btn-online-muted.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
[data-bs-theme=light] .btn-online-muted.disabled .badge, [data-bs-theme=light] .btn-online-muted.active .badge,
[data-bs-theme=light] .btn-check:checked + .btn-online-muted .badge, [data-bs-theme=dark] .btn-online-muted.disabled .badge, [data-bs-theme=dark] .btn-online-muted.active .badge,
[data-bs-theme=dark] .btn-check:checked + .btn-online-muted .badge {
  color: #f0ad4e;
  background-color: #343a40;
}
[data-bs-theme=light] .btn-arena, [data-bs-theme=dark] .btn-arena {
  text-align: left;
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
[data-bs-theme=light] .btn-arena:focus, [data-bs-theme=light] .btn-arena.focus, [data-bs-theme=dark] .btn-arena:focus, [data-bs-theme=dark] .btn-arena.focus {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(116.96875, 28.5, 25.53125);
}
[data-bs-theme=light] .btn-arena:hover, [data-bs-theme=dark] .btn-arena:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(171.39, 41.76, 37.41);
}
[data-bs-theme=light] .btn-arena:active, [data-bs-theme=light] .btn-arena.active, .open > [data-bs-theme=light] .btn-arena.dropdown-toggle, [data-bs-theme=dark] .btn-arena:active, [data-bs-theme=dark] .btn-arena.active, .open > [data-bs-theme=dark] .btn-arena.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
[data-bs-theme=light] .btn-arena:active:hover, [data-bs-theme=light] .btn-arena:active:focus, [data-bs-theme=light] .btn-arena:active.focus, [data-bs-theme=light] .btn-arena.active:hover, [data-bs-theme=light] .btn-arena.active:focus, [data-bs-theme=light] .btn-arena.active.focus, .open > [data-bs-theme=light] .btn-arena.dropdown-toggle:hover, .open > [data-bs-theme=light] .btn-arena.dropdown-toggle:focus, .open > [data-bs-theme=light] .btn-arena.dropdown-toggle.focus, [data-bs-theme=dark] .btn-arena:active:hover, [data-bs-theme=dark] .btn-arena:active:focus, [data-bs-theme=dark] .btn-arena:active.focus, [data-bs-theme=dark] .btn-arena.active:hover, [data-bs-theme=dark] .btn-arena.active:focus, [data-bs-theme=dark] .btn-arena.active.focus, .open > [data-bs-theme=dark] .btn-arena.dropdown-toggle:hover, .open > [data-bs-theme=dark] .btn-arena.dropdown-toggle:focus, .open > [data-bs-theme=dark] .btn-arena.dropdown-toggle.focus {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(116.96875, 28.5, 25.53125);
}
[data-bs-theme=light] .btn-arena:active, [data-bs-theme=light] .btn-arena.active, .open > [data-bs-theme=light] .btn-arena.dropdown-toggle, [data-bs-theme=dark] .btn-arena:active, [data-bs-theme=dark] .btn-arena.active, .open > [data-bs-theme=dark] .btn-arena.dropdown-toggle {
  background-image: none;
}
[data-bs-theme=light] .btn-arena.disabled:hover, [data-bs-theme=light] .btn-arena.disabled:focus, [data-bs-theme=light] .btn-arena.disabled.focus, [data-bs-theme=light] .btn-arena[disabled]:hover, [data-bs-theme=light] .btn-arena[disabled]:focus, [data-bs-theme=light] .btn-arena[disabled].focus, fieldset[disabled] [data-bs-theme=light] .btn-arena:hover, fieldset[disabled] [data-bs-theme=light] .btn-arena:focus, fieldset[disabled] [data-bs-theme=light] .btn-arena.focus, [data-bs-theme=dark] .btn-arena.disabled:hover, [data-bs-theme=dark] .btn-arena.disabled:focus, [data-bs-theme=dark] .btn-arena.disabled.focus, [data-bs-theme=dark] .btn-arena[disabled]:hover, [data-bs-theme=dark] .btn-arena[disabled]:focus, [data-bs-theme=dark] .btn-arena[disabled].focus, fieldset[disabled] [data-bs-theme=dark] .btn-arena:hover, fieldset[disabled] [data-bs-theme=dark] .btn-arena:focus, fieldset[disabled] [data-bs-theme=dark] .btn-arena.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
[data-bs-theme=light] .btn-arena .badge, [data-bs-theme=dark] .btn-arena .badge {
  color: #d9534f;
  background-color: #fff;
}
[data-bs-theme=light] .btn-arena-muted, [data-bs-theme=dark] .btn-arena-muted {
  text-align: left;
  color: #343a40;
  background-color: #fff;
  border-color: #d43f3a;
}
[data-bs-theme=light] .btn-arena-muted:focus, [data-bs-theme=light] .btn-arena-muted.focus, [data-bs-theme=dark] .btn-arena-muted:focus, [data-bs-theme=dark] .btn-arena-muted.focus {
  color: #343a40;
  background-color: white;
  border-color: rgb(116.96875, 28.5, 25.53125);
}
[data-bs-theme=light] .btn-arena-muted:hover, [data-bs-theme=dark] .btn-arena-muted:hover {
  color: #343a40;
  background-color: white;
  border-color: rgb(171.39, 41.76, 37.41);
}
[data-bs-theme=light] .btn-arena-muted:active, [data-bs-theme=light] .btn-arena-muted.active, .open > [data-bs-theme=light] .btn-arena-muted.dropdown-toggle, [data-bs-theme=dark] .btn-arena-muted:active, [data-bs-theme=dark] .btn-arena-muted.active, .open > [data-bs-theme=dark] .btn-arena-muted.dropdown-toggle {
  color: #343a40;
  background-color: white;
  border-color: #d43f3a;
}
[data-bs-theme=light] .btn-arena-muted:active:hover, [data-bs-theme=light] .btn-arena-muted:active:focus, [data-bs-theme=light] .btn-arena-muted:active.focus, [data-bs-theme=light] .btn-arena-muted.active:hover, [data-bs-theme=light] .btn-arena-muted.active:focus, [data-bs-theme=light] .btn-arena-muted.active.focus, .open > [data-bs-theme=light] .btn-arena-muted.dropdown-toggle:hover, .open > [data-bs-theme=light] .btn-arena-muted.dropdown-toggle:focus, .open > [data-bs-theme=light] .btn-arena-muted.dropdown-toggle.focus, [data-bs-theme=dark] .btn-arena-muted:active:hover, [data-bs-theme=dark] .btn-arena-muted:active:focus, [data-bs-theme=dark] .btn-arena-muted:active.focus, [data-bs-theme=dark] .btn-arena-muted.active:hover, [data-bs-theme=dark] .btn-arena-muted.active:focus, [data-bs-theme=dark] .btn-arena-muted.active.focus, .open > [data-bs-theme=dark] .btn-arena-muted.dropdown-toggle:hover, .open > [data-bs-theme=dark] .btn-arena-muted.dropdown-toggle:focus, .open > [data-bs-theme=dark] .btn-arena-muted.dropdown-toggle.focus {
  color: #343a40;
  background-color: white;
  border-color: rgb(116.96875, 28.5, 25.53125);
}
[data-bs-theme=light] .btn-arena-muted:active, [data-bs-theme=light] .btn-arena-muted.active, .open > [data-bs-theme=light] .btn-arena-muted.dropdown-toggle, [data-bs-theme=dark] .btn-arena-muted:active, [data-bs-theme=dark] .btn-arena-muted.active, .open > [data-bs-theme=dark] .btn-arena-muted.dropdown-toggle {
  background-image: none;
}
[data-bs-theme=light] .btn-arena-muted.disabled:hover, [data-bs-theme=light] .btn-arena-muted.disabled:focus, [data-bs-theme=light] .btn-arena-muted.disabled.focus, [data-bs-theme=light] .btn-arena-muted[disabled]:hover, [data-bs-theme=light] .btn-arena-muted[disabled]:focus, [data-bs-theme=light] .btn-arena-muted[disabled].focus, fieldset[disabled] [data-bs-theme=light] .btn-arena-muted:hover, fieldset[disabled] [data-bs-theme=light] .btn-arena-muted:focus, fieldset[disabled] [data-bs-theme=light] .btn-arena-muted.focus, [data-bs-theme=dark] .btn-arena-muted.disabled:hover, [data-bs-theme=dark] .btn-arena-muted.disabled:focus, [data-bs-theme=dark] .btn-arena-muted.disabled.focus, [data-bs-theme=dark] .btn-arena-muted[disabled]:hover, [data-bs-theme=dark] .btn-arena-muted[disabled]:focus, [data-bs-theme=dark] .btn-arena-muted[disabled].focus, fieldset[disabled] [data-bs-theme=dark] .btn-arena-muted:hover, fieldset[disabled] [data-bs-theme=dark] .btn-arena-muted:focus, fieldset[disabled] [data-bs-theme=dark] .btn-arena-muted.focus {
  background-color: #fff;
  border-color: #d43f3a;
}
[data-bs-theme=light] .btn-arena-muted .badge, [data-bs-theme=dark] .btn-arena-muted .badge {
  color: #fff;
  background-color: #343a40;
}
[data-bs-theme=light] .btn-arena-muted.disabled, [data-bs-theme=light] .btn-arena-muted.active,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted, [data-bs-theme=dark] .btn-arena-muted.disabled, [data-bs-theme=dark] .btn-arena-muted.active,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted {
  text-align: left;
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
[data-bs-theme=light] .btn-arena-muted.disabled:focus, [data-bs-theme=light] .btn-arena-muted.disabled.focus, [data-bs-theme=light] .btn-arena-muted.active:focus, [data-bs-theme=light] .btn-arena-muted.active.focus,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted:focus,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted.focus, [data-bs-theme=dark] .btn-arena-muted.disabled:focus, [data-bs-theme=dark] .btn-arena-muted.disabled.focus, [data-bs-theme=dark] .btn-arena-muted.active:focus, [data-bs-theme=dark] .btn-arena-muted.active.focus,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted:focus,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted.focus {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(116.96875, 28.5, 25.53125);
}
[data-bs-theme=light] .btn-arena-muted.disabled:hover, [data-bs-theme=light] .btn-arena-muted.active:hover,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted:hover, [data-bs-theme=dark] .btn-arena-muted.disabled:hover, [data-bs-theme=dark] .btn-arena-muted.active:hover,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(171.39, 41.76, 37.41);
}
[data-bs-theme=light] .btn-arena-muted.disabled:active, [data-bs-theme=light] .btn-arena-muted.disabled.active, .open > [data-bs-theme=light] .btn-arena-muted.disabled.dropdown-toggle, [data-bs-theme=light] .btn-arena-muted.active:active, [data-bs-theme=light] .btn-arena-muted.active.active, .open > [data-bs-theme=light] .btn-arena-muted.active.dropdown-toggle,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted:active,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted.active,
.open > [data-bs-theme=light] .btn-check:checked + .btn-arena-muted.dropdown-toggle, [data-bs-theme=dark] .btn-arena-muted.disabled:active, [data-bs-theme=dark] .btn-arena-muted.disabled.active, .open > [data-bs-theme=dark] .btn-arena-muted.disabled.dropdown-toggle, [data-bs-theme=dark] .btn-arena-muted.active:active, [data-bs-theme=dark] .btn-arena-muted.active.active, .open > [data-bs-theme=dark] .btn-arena-muted.active.dropdown-toggle,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted:active,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted.active,
.open > [data-bs-theme=dark] .btn-check:checked + .btn-arena-muted.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
[data-bs-theme=light] .btn-arena-muted.disabled:active:hover, [data-bs-theme=light] .btn-arena-muted.disabled:active:focus, [data-bs-theme=light] .btn-arena-muted.disabled:active.focus, [data-bs-theme=light] .btn-arena-muted.disabled.active:hover, [data-bs-theme=light] .btn-arena-muted.disabled.active:focus, [data-bs-theme=light] .btn-arena-muted.disabled.active.focus, .open > [data-bs-theme=light] .btn-arena-muted.disabled.dropdown-toggle:hover, .open > [data-bs-theme=light] .btn-arena-muted.disabled.dropdown-toggle:focus, .open > [data-bs-theme=light] .btn-arena-muted.disabled.dropdown-toggle.focus, [data-bs-theme=light] .btn-arena-muted.active:active:hover, [data-bs-theme=light] .btn-arena-muted.active:active:focus, [data-bs-theme=light] .btn-arena-muted.active:active.focus, [data-bs-theme=light] .btn-arena-muted.active.active:hover, [data-bs-theme=light] .btn-arena-muted.active.active:focus, [data-bs-theme=light] .btn-arena-muted.active.active.focus, .open > [data-bs-theme=light] .btn-arena-muted.active.dropdown-toggle:hover, .open > [data-bs-theme=light] .btn-arena-muted.active.dropdown-toggle:focus, .open > [data-bs-theme=light] .btn-arena-muted.active.dropdown-toggle.focus,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted:active:hover,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted:active:focus,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted:active.focus,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted.active:hover,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted.active:focus,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted.active.focus,
.open > [data-bs-theme=light] .btn-check:checked + .btn-arena-muted.dropdown-toggle:hover,
.open > [data-bs-theme=light] .btn-check:checked + .btn-arena-muted.dropdown-toggle:focus,
.open > [data-bs-theme=light] .btn-check:checked + .btn-arena-muted.dropdown-toggle.focus, [data-bs-theme=dark] .btn-arena-muted.disabled:active:hover, [data-bs-theme=dark] .btn-arena-muted.disabled:active:focus, [data-bs-theme=dark] .btn-arena-muted.disabled:active.focus, [data-bs-theme=dark] .btn-arena-muted.disabled.active:hover, [data-bs-theme=dark] .btn-arena-muted.disabled.active:focus, [data-bs-theme=dark] .btn-arena-muted.disabled.active.focus, .open > [data-bs-theme=dark] .btn-arena-muted.disabled.dropdown-toggle:hover, .open > [data-bs-theme=dark] .btn-arena-muted.disabled.dropdown-toggle:focus, .open > [data-bs-theme=dark] .btn-arena-muted.disabled.dropdown-toggle.focus, [data-bs-theme=dark] .btn-arena-muted.active:active:hover, [data-bs-theme=dark] .btn-arena-muted.active:active:focus, [data-bs-theme=dark] .btn-arena-muted.active:active.focus, [data-bs-theme=dark] .btn-arena-muted.active.active:hover, [data-bs-theme=dark] .btn-arena-muted.active.active:focus, [data-bs-theme=dark] .btn-arena-muted.active.active.focus, .open > [data-bs-theme=dark] .btn-arena-muted.active.dropdown-toggle:hover, .open > [data-bs-theme=dark] .btn-arena-muted.active.dropdown-toggle:focus, .open > [data-bs-theme=dark] .btn-arena-muted.active.dropdown-toggle.focus,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted:active:hover,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted:active:focus,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted:active.focus,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted.active:hover,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted.active:focus,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted.active.focus,
.open > [data-bs-theme=dark] .btn-check:checked + .btn-arena-muted.dropdown-toggle:hover,
.open > [data-bs-theme=dark] .btn-check:checked + .btn-arena-muted.dropdown-toggle:focus,
.open > [data-bs-theme=dark] .btn-check:checked + .btn-arena-muted.dropdown-toggle.focus {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(116.96875, 28.5, 25.53125);
}
[data-bs-theme=light] .btn-arena-muted.disabled:active, [data-bs-theme=light] .btn-arena-muted.disabled.active, .open > [data-bs-theme=light] .btn-arena-muted.disabled.dropdown-toggle, [data-bs-theme=light] .btn-arena-muted.active:active, [data-bs-theme=light] .btn-arena-muted.active.active, .open > [data-bs-theme=light] .btn-arena-muted.active.dropdown-toggle,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted:active,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted.active,
.open > [data-bs-theme=light] .btn-check:checked + .btn-arena-muted.dropdown-toggle, [data-bs-theme=dark] .btn-arena-muted.disabled:active, [data-bs-theme=dark] .btn-arena-muted.disabled.active, .open > [data-bs-theme=dark] .btn-arena-muted.disabled.dropdown-toggle, [data-bs-theme=dark] .btn-arena-muted.active:active, [data-bs-theme=dark] .btn-arena-muted.active.active, .open > [data-bs-theme=dark] .btn-arena-muted.active.dropdown-toggle,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted:active,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted.active,
.open > [data-bs-theme=dark] .btn-check:checked + .btn-arena-muted.dropdown-toggle {
  background-image: none;
}
[data-bs-theme=light] .btn-arena-muted.disabled.disabled:hover, [data-bs-theme=light] .btn-arena-muted.disabled.disabled:focus, [data-bs-theme=light] .btn-arena-muted.disabled.disabled.focus, [data-bs-theme=light] .btn-arena-muted.disabled[disabled]:hover, [data-bs-theme=light] .btn-arena-muted.disabled[disabled]:focus, [data-bs-theme=light] .btn-arena-muted.disabled[disabled].focus, fieldset[disabled] [data-bs-theme=light] .btn-arena-muted.disabled:hover, fieldset[disabled] [data-bs-theme=light] .btn-arena-muted.disabled:focus, fieldset[disabled] [data-bs-theme=light] .btn-arena-muted.disabled.focus, [data-bs-theme=light] .btn-arena-muted.active.disabled:hover, [data-bs-theme=light] .btn-arena-muted.active.disabled:focus, [data-bs-theme=light] .btn-arena-muted.active.disabled.focus, [data-bs-theme=light] .btn-arena-muted.active[disabled]:hover, [data-bs-theme=light] .btn-arena-muted.active[disabled]:focus, [data-bs-theme=light] .btn-arena-muted.active[disabled].focus, fieldset[disabled] [data-bs-theme=light] .btn-arena-muted.active:hover, fieldset[disabled] [data-bs-theme=light] .btn-arena-muted.active:focus, fieldset[disabled] [data-bs-theme=light] .btn-arena-muted.active.focus,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted.disabled:hover,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted.disabled:focus,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted.disabled.focus,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted[disabled]:hover,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted[disabled]:focus,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted[disabled].focus,
fieldset[disabled] [data-bs-theme=light] .btn-check:checked + .btn-arena-muted:hover,
fieldset[disabled] [data-bs-theme=light] .btn-check:checked + .btn-arena-muted:focus,
fieldset[disabled] [data-bs-theme=light] .btn-check:checked + .btn-arena-muted.focus, [data-bs-theme=dark] .btn-arena-muted.disabled.disabled:hover, [data-bs-theme=dark] .btn-arena-muted.disabled.disabled:focus, [data-bs-theme=dark] .btn-arena-muted.disabled.disabled.focus, [data-bs-theme=dark] .btn-arena-muted.disabled[disabled]:hover, [data-bs-theme=dark] .btn-arena-muted.disabled[disabled]:focus, [data-bs-theme=dark] .btn-arena-muted.disabled[disabled].focus, fieldset[disabled] [data-bs-theme=dark] .btn-arena-muted.disabled:hover, fieldset[disabled] [data-bs-theme=dark] .btn-arena-muted.disabled:focus, fieldset[disabled] [data-bs-theme=dark] .btn-arena-muted.disabled.focus, [data-bs-theme=dark] .btn-arena-muted.active.disabled:hover, [data-bs-theme=dark] .btn-arena-muted.active.disabled:focus, [data-bs-theme=dark] .btn-arena-muted.active.disabled.focus, [data-bs-theme=dark] .btn-arena-muted.active[disabled]:hover, [data-bs-theme=dark] .btn-arena-muted.active[disabled]:focus, [data-bs-theme=dark] .btn-arena-muted.active[disabled].focus, fieldset[disabled] [data-bs-theme=dark] .btn-arena-muted.active:hover, fieldset[disabled] [data-bs-theme=dark] .btn-arena-muted.active:focus, fieldset[disabled] [data-bs-theme=dark] .btn-arena-muted.active.focus,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted.disabled:hover,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted.disabled:focus,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted.disabled.focus,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted[disabled]:hover,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted[disabled]:focus,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted[disabled].focus,
fieldset[disabled] [data-bs-theme=dark] .btn-check:checked + .btn-arena-muted:hover,
fieldset[disabled] [data-bs-theme=dark] .btn-check:checked + .btn-arena-muted:focus,
fieldset[disabled] [data-bs-theme=dark] .btn-check:checked + .btn-arena-muted.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
[data-bs-theme=light] .btn-arena-muted.disabled .badge, [data-bs-theme=light] .btn-arena-muted.active .badge,
[data-bs-theme=light] .btn-check:checked + .btn-arena-muted .badge, [data-bs-theme=dark] .btn-arena-muted.disabled .badge, [data-bs-theme=dark] .btn-arena-muted.active .badge,
[data-bs-theme=dark] .btn-check:checked + .btn-arena-muted .badge {
  color: #d9534f;
  background-color: #fff;
}
[data-bs-theme=light] .btn-orange, [data-bs-theme=dark] .btn-orange {
  color: #000;
  background-color: #EFA661;
  border-color: #EFA661;
}
[data-bs-theme=light] .btn-orange:focus, [data-bs-theme=light] .btn-orange.focus, [data-bs-theme=dark] .btn-orange:focus, [data-bs-theme=dark] .btn-orange.focus {
  color: #000;
  background-color: #efa661;
  border-color: rgb(189.3275862069, 101.8534482759, 19.1724137931);
}
[data-bs-theme=light] .btn-orange:hover, [data-bs-theme=dark] .btn-orange:hover {
  color: #000;
  background-color: #efa661;
  border-color: rgb(233.3724137931, 134.6965517241, 41.4275862069);
}
[data-bs-theme=light] .btn-orange:active, [data-bs-theme=light] .btn-orange.active, .open > [data-bs-theme=light] .btn-orange.dropdown-toggle, [data-bs-theme=dark] .btn-orange:active, [data-bs-theme=dark] .btn-orange.active, .open > [data-bs-theme=dark] .btn-orange.dropdown-toggle {
  color: #000;
  background-color: #efa661;
  border-color: #efa661;
}
[data-bs-theme=light] .btn-orange:active:hover, [data-bs-theme=light] .btn-orange:active:focus, [data-bs-theme=light] .btn-orange:active.focus, [data-bs-theme=light] .btn-orange.active:hover, [data-bs-theme=light] .btn-orange.active:focus, [data-bs-theme=light] .btn-orange.active.focus, .open > [data-bs-theme=light] .btn-orange.dropdown-toggle:hover, .open > [data-bs-theme=light] .btn-orange.dropdown-toggle:focus, .open > [data-bs-theme=light] .btn-orange.dropdown-toggle.focus, [data-bs-theme=dark] .btn-orange:active:hover, [data-bs-theme=dark] .btn-orange:active:focus, [data-bs-theme=dark] .btn-orange:active.focus, [data-bs-theme=dark] .btn-orange.active:hover, [data-bs-theme=dark] .btn-orange.active:focus, [data-bs-theme=dark] .btn-orange.active.focus, .open > [data-bs-theme=dark] .btn-orange.dropdown-toggle:hover, .open > [data-bs-theme=dark] .btn-orange.dropdown-toggle:focus, .open > [data-bs-theme=dark] .btn-orange.dropdown-toggle.focus {
  color: #000;
  background-color: #efa661;
  border-color: rgb(189.3275862069, 101.8534482759, 19.1724137931);
}
[data-bs-theme=light] .btn-orange:active, [data-bs-theme=light] .btn-orange.active, .open > [data-bs-theme=light] .btn-orange.dropdown-toggle, [data-bs-theme=dark] .btn-orange:active, [data-bs-theme=dark] .btn-orange.active, .open > [data-bs-theme=dark] .btn-orange.dropdown-toggle {
  background-image: none;
}
[data-bs-theme=light] .btn-orange.disabled:hover, [data-bs-theme=light] .btn-orange.disabled:focus, [data-bs-theme=light] .btn-orange.disabled.focus, [data-bs-theme=light] .btn-orange[disabled]:hover, [data-bs-theme=light] .btn-orange[disabled]:focus, [data-bs-theme=light] .btn-orange[disabled].focus, fieldset[disabled] [data-bs-theme=light] .btn-orange:hover, fieldset[disabled] [data-bs-theme=light] .btn-orange:focus, fieldset[disabled] [data-bs-theme=light] .btn-orange.focus, [data-bs-theme=dark] .btn-orange.disabled:hover, [data-bs-theme=dark] .btn-orange.disabled:focus, [data-bs-theme=dark] .btn-orange.disabled.focus, [data-bs-theme=dark] .btn-orange[disabled]:hover, [data-bs-theme=dark] .btn-orange[disabled]:focus, [data-bs-theme=dark] .btn-orange[disabled].focus, fieldset[disabled] [data-bs-theme=dark] .btn-orange:hover, fieldset[disabled] [data-bs-theme=dark] .btn-orange:focus, fieldset[disabled] [data-bs-theme=dark] .btn-orange.focus {
  background-color: #EFA661;
  border-color: #EFA661;
}
[data-bs-theme=light] .btn-orange .badge, [data-bs-theme=dark] .btn-orange .badge {
  color: #EFA661;
  background-color: #000;
}
[data-bs-theme=light] .nav-pills .nav-link.paper, [data-bs-theme=dark] .nav-pills .nav-link.paper {
  color: #343a40;
  background-color: #fff;
  border-color: #0066dd;
}
[data-bs-theme=light] .nav-pills .nav-link.paper.active, [data-bs-theme=light] .nav-pills .nav-link.paper.dropdown-toggle, [data-bs-theme=dark] .nav-pills .nav-link.paper.active, [data-bs-theme=dark] .nav-pills .nav-link.paper.dropdown-toggle {
  color: #fff;
  background-color: #0066dd;
}
[data-bs-theme=light] .nav-pills .nav-link.online, [data-bs-theme=dark] .nav-pills .nav-link.online {
  color: #343a40;
  background-color: #fff;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
[data-bs-theme=light] .nav-pills .nav-link.online.active, [data-bs-theme=light] .nav-pills .nav-link.online.dropdown-toggle, [data-bs-theme=dark] .nav-pills .nav-link.online.active, [data-bs-theme=dark] .nav-pills .nav-link.online.dropdown-toggle {
  color: #343a40;
  background-color: #f0ad4e;
}
[data-bs-theme=light] .nav-pills .nav-link.arena, [data-bs-theme=dark] .nav-pills .nav-link.arena {
  color: #343a40;
  background-color: #fff;
  border-color: #d43f3a;
}
[data-bs-theme=light] .nav-pills .nav-link.arena.active, [data-bs-theme=light] .nav-pills .nav-link.arena.dropdown-toggle, [data-bs-theme=dark] .nav-pills .nav-link.arena.active, [data-bs-theme=dark] .nav-pills .nav-link.arena.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
}
[data-bs-theme=light] #btn-toggle-dark, [data-bs-theme=dark] #btn-toggle-dark {
  display: none;
}
[data-bs-theme=light] #btn-toggle-dark:checked + label, [data-bs-theme=dark] #btn-toggle-dark:checked + label {
  background-color: #ee9746;
}
[data-bs-theme=light] #btn-toggle-dark + label, [data-bs-theme=dark] #btn-toggle-dark + label {
  display: inline-block;
  background-color: #2b2b2b;
  color: white;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  position: relative;
  text-transform: uppercase;
  width: 60px;
  border-radius: 20px;
  margin: 0;
}
[data-bs-theme=light] #btn-toggle-dark + label > span,
[data-bs-theme=light] #btn-toggle-dark + label > i, [data-bs-theme=dark] #btn-toggle-dark + label > span,
[data-bs-theme=dark] #btn-toggle-dark + label > i {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
[data-bs-theme=light] #btn-toggle-dark:checked + label > span, [data-bs-theme=dark] #btn-toggle-dark:checked + label > span {
  background-color: #67B04F;
}
[data-bs-theme=light] #btn-toggle-dark + label > span:before,
[data-bs-theme=light] #btn-toggle-dark + label > span:after,
[data-bs-theme=light] #btn-toggle-dark + label i, [data-bs-theme=dark] #btn-toggle-dark + label > span:before,
[data-bs-theme=dark] #btn-toggle-dark + label > span:after,
[data-bs-theme=dark] #btn-toggle-dark + label i {
  width: 50%;
  display: inline-block;
  height: 100%;
  text-align: center;
}
[data-bs-theme=light] #btn-toggle-dark + label > i, [data-bs-theme=dark] #btn-toggle-dark + label > i {
  background-color: white;
  left: 10%;
  top: 3px;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  position: relative;
  /*
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  */
}
[data-bs-theme=light] #btn-toggle-dark:checked + label > i, [data-bs-theme=dark] #btn-toggle-dark:checked + label > i {
  left: 50%;
}
[data-bs-theme=light] h1, [data-bs-theme=light] .h1, [data-bs-theme=dark] h1, [data-bs-theme=dark] .h1 {
  font-size: 1.75rem;
}
[data-bs-theme=light] h2, [data-bs-theme=light] .h2, [data-bs-theme=dark] h2, [data-bs-theme=dark] .h2 {
  font-size: 1.6rem;
}
[data-bs-theme=light] h3, [data-bs-theme=light] .h3, [data-bs-theme=dark] h3, [data-bs-theme=dark] .h3 {
  font-size: 1.3rem;
}
[data-bs-theme=light] h4, [data-bs-theme=light] .h4, [data-bs-theme=dark] h4, [data-bs-theme=dark] .h4 {
  font-size: 1.1rem;
}
[data-bs-theme=light] h5, [data-bs-theme=light] .h5, [data-bs-theme=dark] h5, [data-bs-theme=dark] .h5 {
  font-size: 1.05rem;
}
[data-bs-theme=light] h6, [data-bs-theme=light] .h6, [data-bs-theme=dark] h6, [data-bs-theme=dark] .h6 {
  font-size: 0.9375rem;
}
@media (min-width: 900px) {
  [data-bs-theme=light] h1, [data-bs-theme=light] .h1, [data-bs-theme=dark] h1, [data-bs-theme=dark] .h1 {
    font-size: 2rem;
  }
  [data-bs-theme=light] h2, [data-bs-theme=light] .h2, [data-bs-theme=dark] h2, [data-bs-theme=dark] .h2 {
    font-size: 1.8rem;
  }
  [data-bs-theme=light] h3, [data-bs-theme=light] .h3, [data-bs-theme=dark] h3, [data-bs-theme=dark] .h3 {
    font-size: 1.6rem;
  }
  [data-bs-theme=light] h4, [data-bs-theme=light] .h4, [data-bs-theme=dark] h4, [data-bs-theme=dark] .h4 {
    font-size: 1.30625rem;
  }
  [data-bs-theme=light] h5, [data-bs-theme=light] .h5, [data-bs-theme=dark] h5, [data-bs-theme=dark] .h5 {
    font-size: 1.1rem;
  }
  [data-bs-theme=light] h6, [data-bs-theme=light] .h6, [data-bs-theme=dark] h6, [data-bs-theme=dark] .h6 {
    font-size: 0.9375rem;
  }
}
[data-bs-theme=light] .modal-header h1, [data-bs-theme=light] .modal-header .h1, [data-bs-theme=light] .modal-header h2, [data-bs-theme=light] .modal-header .h2, [data-bs-theme=light] .modal-header h3, [data-bs-theme=light] .modal-header .h3, [data-bs-theme=light] .modal-header h4, [data-bs-theme=light] .modal-header .h4, [data-bs-theme=light] .modal-header h5, [data-bs-theme=light] .modal-header .h5, [data-bs-theme=light] .modal-header h6, [data-bs-theme=light] .modal-header .h6, [data-bs-theme=dark] .modal-header h1, [data-bs-theme=dark] .modal-header .h1, [data-bs-theme=dark] .modal-header h2, [data-bs-theme=dark] .modal-header .h2, [data-bs-theme=dark] .modal-header h3, [data-bs-theme=dark] .modal-header .h3, [data-bs-theme=dark] .modal-header h4, [data-bs-theme=dark] .modal-header .h4, [data-bs-theme=dark] .modal-header h5, [data-bs-theme=dark] .modal-header .h5, [data-bs-theme=dark] .modal-header h6, [data-bs-theme=dark] .modal-header .h6 {
  margin: 0;
}
[data-bs-theme=light] .btn-link, [data-bs-theme=dark] .btn-link {
  border: none;
  vertical-align: baseline;
  padding: 0;
}
[data-bs-theme=light] .fa, [data-bs-theme=light] .far, [data-bs-theme=light] .fas, [data-bs-theme=dark] .fa, [data-bs-theme=dark] .far, [data-bs-theme=dark] .fas {
  font-family: "Font Awesome 5 Free";
}

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 3em 0;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: #fff;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
  fill: #fff;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 15%;
  right: 15%;
  border: 3px solid rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #fff;
  display: block;
  position: relative;
  height: 100%;
  width: 0;
  transition: width 300ms ease-in-out;
  border-radius: 17px;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #b10606;
  padding: 0.5em 1em;
  color: #fff;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #b10606;
} 
/*! jQuery UI - v1.13.3 - 2024-04-26
* https://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit https://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url("%22images%2Fui-icons_555555_256x240.png%22")&iconsHighlight=url("%22images%2Fui-icons_777620_256x240.png%22")&iconsHeader=url("%22images%2Fui-icons_444444_256x240.png%22")&iconsError=url("%22images%2Fui-icons_cc0000_256x240.png%22")&iconsDefault=url("%22images%2Fui-icons_777777_256x240.png%22")&iconsContent=url("%22images%2Fui-icons_444444_256x240.png%22")&iconsActive=url("%22images%2Fui-icons_ffffff_256x240.png%22")&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=%22alpha(opacity%3D30)%22&opacityFilterOverlay=%22alpha(opacity%3D30)%22&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright OpenJS Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)"; /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.003;
  -ms-filter: "alpha(opacity=.3)"; /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.ebay-results dt {
  width: 350px;
  text-align: left;
  margin-right: 30px;
}

.bin {
  font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-left: 30px;
}

.spinner-box {
  width: 535px;
}

.spinner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
  margin-bottom: 200px;
  width: 32px;
  height: 32px;
  display: block;
}

dl.amazon-results {
  margin-top: 10px;
  margin-bottom: 0px;
}

.amazon-results dt {
  width: 270px;
  text-align: left;
  margin-right: 20px;
}

.ebay-ad {
  /*width: 220px;
  */
  border: 1px solid;
  margin: 10px;
  position: relative;
}

.ebay-ad-image {
  background-size: cover;
  background-position: 40% 15%;
  background-repeat: no-repeat;
  height: 100px;
}

.ebay-ad .ad-title {
  float: left;
}

.ebay-ad .ad-price {
  float: right;
  color: #390;
}

.ebay-ad-header {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 215px;
}

.ebay-ad-footer {
  padding: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}

.popover {
  max-width: 800px;
}

.table-ebay-listing {
  margin-bottom: 0;
}
.table-ebay-listing tbody tr th {
  vertical-align: middle;
}
.table-ebay-listing tbody tr th, .table-ebay-listing tbody tr td {
  border-top: none;
}
.table-ebay-listing .even {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-ebay-listing .odd {
  background-color: #fff;
}
.table-ebay-listing .image-right-now-on-ebay {
  width: 50%;
}
.table-ebay-listing .ebayPriceWidget-colBuyNow {
  text-align: center;
}

.spoiler-page-ebay-widget .card-two-col-content {
  border-left: 1px solid #ddd;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
[data-bs-theme=light] p.empty, [data-bs-theme=light] p.stats-unavailable, [data-bs-theme=dark] p.empty, [data-bs-theme=dark] p.stats-unavailable {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.5rem;
  font-size: 20px;
  color: var(--text-muted);
}
[data-bs-theme=light] #portfolio .col-favorite, [data-bs-theme=dark] #portfolio .col-favorite {
  width: 55px;
}
[data-bs-theme=light] #portfolio .col-quantity, [data-bs-theme=light] #portfolio .col-price, [data-bs-theme=light] #portfolio .col-daily, [data-bs-theme=light] #portfolio .col-daily-pct, [data-bs-theme=light] #portfolio .col-weekly, [data-bs-theme=light] #portfolio .col-weekly-pct, [data-bs-theme=dark] #portfolio .col-quantity, [data-bs-theme=dark] #portfolio .col-price, [data-bs-theme=dark] #portfolio .col-daily, [data-bs-theme=dark] #portfolio .col-daily-pct, [data-bs-theme=dark] #portfolio .col-weekly, [data-bs-theme=dark] #portfolio .col-weekly-pct {
  text-align: right;
}
[data-bs-theme=light] #portfolio .portfolio-entry-details .card_link_square, [data-bs-theme=dark] #portfolio .portfolio-entry-details .card_link_square {
  margin-right: 10px;
}
[data-bs-theme=light] #portfolio .portfolio-entry-details h3, [data-bs-theme=light] #portfolio .portfolio-entry-details .h3, [data-bs-theme=dark] #portfolio .portfolio-entry-details h3, [data-bs-theme=dark] #portfolio .portfolio-entry-details .h3 {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1;
}
[data-bs-theme=light] #portfolio .portfolio-entry-details, [data-bs-theme=dark] #portfolio .portfolio-entry-details {
  position: absolute;
  top: 26px;
  width: 100%;
  left: -64px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px;
}
[data-bs-theme=light] .card .details-link, [data-bs-theme=dark] .card .details-link {
  color: #000;
  cursor: pointer;
}
[data-bs-theme=light] .card a, [data-bs-theme=dark] .card a {
  cursor: pointer;
}
[data-bs-theme=light] .form-transaction, [data-bs-theme=dark] .form-transaction {
  display: none;
  margin-top: 20px;
  margin-bottom: 30px;
}
[data-bs-theme=light] .portfolio-entry-image-tile::after, [data-bs-theme=dark] .portfolio-entry-image-tile::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .portfolio-entry-image-tile, [data-bs-theme=dark] .portfolio-entry-image-tile {
  margin-right: 1rem;
  float: left;
}
[data-bs-theme=light], [data-bs-theme=dark] {
  /*
  .portfolio-transaction-input-quantity { width: 100px !important; margin-bottom: 5px;}
  .portfolio-transaction-input-datepicker { 
    width: 100px !important; 
    margin-bottom: 5px;
  }
  .portfolio-transaction-input-price-input-group { width: 150px !important; margin-bottom: 5px;}
  @media (max-width: $screen-sm-min) {
    .portfolio-transaction-submit-btn,
    .portfolio-transaction-input-quantity,
    .portfolio-transaction-input-datepicker,
    .portfolio-transaction-input-price-input-group {
      width: 100% !important;
      margin-bottom: 0;
    }
  }
  */
}
[data-bs-theme=light] .btn-pe-delete, [data-bs-theme=dark] .btn-pe-delete {
  cursor: pointer;
  color: #454545;
}
[data-bs-theme=light] .input-group .glyphicon, [data-bs-theme=dark] .input-group .glyphicon {
  z-index: 2;
}
[data-bs-theme=light] .ajax-btn-group .ajax-indicator, [data-bs-theme=dark] .ajax-btn-group .ajax-indicator {
  display: none;
}
[data-bs-theme=light] td.favorite .ajax-btn-group, [data-bs-theme=dark] td.favorite .ajax-btn-group {
  display: inline-flex;
  align-items: center;
}
[data-bs-theme=light] td.favorite .ajax-indicator, [data-bs-theme=dark] td.favorite .ajax-indicator {
  align-items: center;
  margin-left: 6px;
}
[data-bs-theme=light] td.favorite .ajax-indicator img, [data-bs-theme=dark] td.favorite .ajax-indicator img {
  display: block;
  margin: 0;
  height: 16px;
  width: 16px;
}
[data-bs-theme=light] .tab-title > .ajax-indicator img, [data-bs-theme=dark] .tab-title > .ajax-indicator img {
  height: 16px;
  width: 16px;
}
[data-bs-theme=light] .pe-delete .ajax-indicator img, [data-bs-theme=dark] .pe-delete .ajax-indicator img {
  height: 16px;
  width: 16px;
  margin-top: -5px;
}
[data-bs-theme=light] table.portfolio_entry_transactions th.delete, [data-bs-theme=light] table.portfolio_entry_transactions td.delete, [data-bs-theme=dark] table.portfolio_entry_transactions th.delete, [data-bs-theme=dark] table.portfolio_entry_transactions td.delete {
  padding-left: 10px;
  width: 65px;
}
[data-bs-theme=light] table.portfolio_entry_transactions th.transaction, [data-bs-theme=light] table.portfolio_entry_transactions td.transaction, [data-bs-theme=dark] table.portfolio_entry_transactions th.transaction, [data-bs-theme=dark] table.portfolio_entry_transactions td.transaction {
  width: 100px;
}
[data-bs-theme=light] .pagination-btn-group .ajax-indicator > img, [data-bs-theme=dark] .pagination-btn-group .ajax-indicator > img {
  height: 20px;
  width: 20px;
  margin-left: 10px;
}
[data-bs-theme=light] .submit-group .ajax-indicator > img, [data-bs-theme=dark] .submit-group .ajax-indicator > img {
  height: 20px;
  width: 20px;
}
[data-bs-theme=light] .import-msg, [data-bs-theme=dark] .import-msg {
  margin-top: 5px;
  text-align: center;
}
[data-bs-theme=light] .div-progress, [data-bs-theme=dark] .div-progress {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
[data-bs-theme=light] .div-progress .progress, [data-bs-theme=dark] .div-progress .progress {
  margin-bottom: 0;
  margin-top: 10px;
}
[data-bs-theme=light] .account-settings .notification-email, [data-bs-theme=dark] .account-settings .notification-email {
  width: 300px;
}
[data-bs-theme=light] .account-settings label, [data-bs-theme=dark] .account-settings label {
  font-weight: bold;
}
[data-bs-theme=light] .account-settings .checkbox label, [data-bs-theme=dark] .account-settings .checkbox label {
  font-weight: normal;
}
[data-bs-theme=light] .modal-med, [data-bs-theme=dark] .modal-med {
  max-width: 540px;
}
[data-bs-theme=light] form.price-alert .target-price-group, [data-bs-theme=dark] form.price-alert .target-price-group {
  width: 110px;
}
[data-bs-theme=light] .col-favorite a, [data-bs-theme=dark] .col-favorite a {
  cursor: pointer;
}
[data-bs-theme=light] .col-alert a, [data-bs-theme=dark] .col-alert a {
  color: #ccc;
  cursor: pointer;
}
[data-bs-theme=light] .col-alert .active-price-alert a, [data-bs-theme=dark] .col-alert .active-price-alert a {
  color: #4A8EBC;
}
[data-bs-theme=light] .pe-price-alert .ajax-indicator img, [data-bs-theme=dark] .pe-price-alert .ajax-indicator img {
  margin-top: -5px;
  height: 16px;
  width: 16px;
}
[data-bs-theme=light] .col-card .graph-icon, [data-bs-theme=dark] .col-card .graph-icon {
  margin-top: -6px;
  margin-left: 5px;
}
[data-bs-theme=light] #premium, [data-bs-theme=dark] #premium {
  margin-top: 5px;
}
[data-bs-theme=light] .card-dropdown-positioner, [data-bs-theme=dark] .card-dropdown-positioner {
  position: relative;
}
[data-bs-theme=light] .table-filter-wrapper .ajax-indicator img, [data-bs-theme=dark] .table-filter-wrapper .ajax-indicator img {
  width: 16px;
  height: 16px;
}
[data-bs-theme=light] .col-filter-form button, [data-bs-theme=dark] .col-filter-form button {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer;
  padding: 0 !important;
}
[data-bs-theme=light] .col-filter-form .bootstrap-icon-unsorted, [data-bs-theme=dark] .col-filter-form .bootstrap-icon-unsorted {
  width: 10px;
  height: 14px;
  display: block;
  margin-top: 3px;
}
[data-bs-theme=light] .table-filter-wrapper, [data-bs-theme=dark] .table-filter-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
[data-bs-theme=light] .table-filter-content, [data-bs-theme=dark] .table-filter-content {
  padding-right: 5px;
}
[data-bs-theme=light] td.card .card-name, [data-bs-theme=dark] td.card .card-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-bs-theme=light] .portfolio-stats, [data-bs-theme=dark] .portfolio-stats {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
[data-bs-theme=light] .portfolio-stats h3, [data-bs-theme=light] .portfolio-stats .h3, [data-bs-theme=light] .portfolio-stats h4, [data-bs-theme=light] .portfolio-stats .h4, [data-bs-theme=dark] .portfolio-stats h3, [data-bs-theme=dark] .portfolio-stats .h3, [data-bs-theme=dark] .portfolio-stats h4, [data-bs-theme=dark] .portfolio-stats .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
[data-bs-theme=light] #portfolio-stats-paper, [data-bs-theme=dark] #portfolio-stats-paper {
  display: none;
}
[data-bs-theme=light] .datepicker.dropdown-menu, [data-bs-theme=dark] .datepicker.dropdown-menu {
  z-index: 9999 !important;
}
[data-bs-theme=light] .portfolio-import-supported-formats, [data-bs-theme=dark] .portfolio-import-supported-formats {
  margin-bottom: 10px;
}
[data-bs-theme=light] #portfolio-add-qty-input, [data-bs-theme=dark] #portfolio-add-qty-input {
  width: 4rem;
  display: inline-block;
}
[data-bs-theme=light] .price-alert_form > .price-alert-errors, [data-bs-theme=dark] .price-alert_form > .price-alert-errors {
  flex: 0 0 100%;
  width: 100%;
}
[data-bs-theme=light] .price-alert_form .input-group, [data-bs-theme=dark] .price-alert_form .input-group {
  flex-wrap: nowrap;
}
[data-bs-theme=light] .price-alert_form .form-group, [data-bs-theme=dark] .price-alert_form .form-group {
  width: 100%;
}
@media (min-width: 600px) {
  [data-bs-theme=light] .price-alert_form .form-group, [data-bs-theme=dark] .price-alert_form .form-group {
    width: auto;
  }
}
[data-bs-theme=light] .portfolio-stats, [data-bs-theme=dark] .portfolio-stats {
  text-align: right;
}
[data-bs-theme=light] .type-switcher-container, [data-bs-theme=dark] .type-switcher-container {
  padding-top: 10px;
}
[data-bs-theme=light] #portfolio-stats-paper, [data-bs-theme=light] #portfolio-stats-online, [data-bs-theme=light] #portfolio-stats-arena, [data-bs-theme=dark] #portfolio-stats-paper, [data-bs-theme=dark] #portfolio-stats-online, [data-bs-theme=dark] #portfolio-stats-arena {
  text-align: right;
}
[data-bs-theme=light] #portfolio-stats-paper .total-value, [data-bs-theme=light] #portfolio-stats-online .total-value, [data-bs-theme=light] #portfolio-stats-arena .total-value, [data-bs-theme=dark] #portfolio-stats-paper .total-value, [data-bs-theme=dark] #portfolio-stats-online .total-value, [data-bs-theme=dark] #portfolio-stats-arena .total-value {
  font-size: 2rem;
  font-weight: bold;
}
[data-bs-theme=light] .table-portfolio-stats-movers, [data-bs-theme=dark] .table-portfolio-stats-movers {
  font-size: 200%;
  margin-left: auto;
}
[data-bs-theme=light] .table-portfolio-stats-movers td, [data-bs-theme=dark] .table-portfolio-stats-movers td {
  padding: 0.5rem;
}
[data-bs-theme=light] #quickadd, [data-bs-theme=dark] #quickadd {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
[data-bs-theme=light] #quickadd .form-group, [data-bs-theme=dark] #quickadd .form-group {
  padding-left: 0.3rem;
}
[data-bs-theme=light] #quickadd .form-group-quantity, [data-bs-theme=dark] #quickadd .form-group-quantity {
  flex-shrink: 0;
}
[data-bs-theme=light] #quickadd .form-group-card, [data-bs-theme=dark] #quickadd .form-group-card {
  flex-grow: 1;
}
[data-bs-theme=light] .portfolio-tools-import, [data-bs-theme=dark] .portfolio-tools-import {
  display: flex;
}
[data-bs-theme=light] .portfolio-tools-import .btn, [data-bs-theme=dark] .portfolio-tools-import .btn {
  flex-grow: 1;
}
[data-bs-theme=light] .portfolio-tools-import .btn:not(:first-child), [data-bs-theme=dark] .portfolio-tools-import .btn:not(:first-child) {
  margin-left: 1rem;
}
[data-bs-theme=light] .portfolio-search, [data-bs-theme=dark] .portfolio-search {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
[data-bs-theme=light] .portfolio-search h3, [data-bs-theme=light] .portfolio-search .h3, [data-bs-theme=light] .portfolio-search h4, [data-bs-theme=light] .portfolio-search .h4, [data-bs-theme=dark] .portfolio-search h3, [data-bs-theme=dark] .portfolio-search .h3, [data-bs-theme=dark] .portfolio-search h4, [data-bs-theme=dark] .portfolio-search .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .portfolio-header, [data-bs-theme=dark] .portfolio-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  [data-bs-theme=light] .portfolio-header .portfolio-summary, [data-bs-theme=light] .portfolio-header .portfolio-search, [data-bs-theme=dark] .portfolio-header .portfolio-summary, [data-bs-theme=dark] .portfolio-header .portfolio-search {
    width: 49%;
  }
}
[data-bs-theme=light] .new_portfolio_import_request, [data-bs-theme=light] .new_portfolio_export_request, [data-bs-theme=dark] .new_portfolio_import_request, [data-bs-theme=dark] .new_portfolio_export_request {
  margin-bottom: 1rem;
}
[data-bs-theme=light] .tablesorter-filter-popover, [data-bs-theme=dark] .tablesorter-filter-popover {
  margin: 1rem 0;
}
[data-bs-theme=light] #new_portfolio_entry .form-group, [data-bs-theme=dark] #new_portfolio_entry .form-group {
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 0.5rem;
}
[data-bs-theme=light] #new_portfolio_entry .form-group, [data-bs-theme=dark] #new_portfolio_entry .form-group {
  padding-left: 0.3rem;
}
[data-bs-theme=light] #new_portfolio_entry .form-group:first-child, [data-bs-theme=dark] #new_portfolio_entry .form-group:first-child {
  padding-left: 0;
}
[data-bs-theme=light] .portfolioEntryTransactions, [data-bs-theme=dark] .portfolioEntryTransactions {
  margin-bottom: 1rem;
}
[data-bs-theme=light] #confirm-delete-modal .btn, [data-bs-theme=dark] #confirm-delete-modal .btn {
  width: 100%;
}
[data-bs-theme=light] .modal-title, [data-bs-theme=light] .modal-header .modal-title, [data-bs-theme=dark] .modal-title, [data-bs-theme=dark] .modal-header .modal-title {
  font-size: 1.75rem;
}
[data-bs-theme=light] #portfolio-set, [data-bs-theme=dark] #portfolio-set {
  margin-top: 0.5rem;
}
[data-bs-theme=light] .collection-filter-form .collection-filter-row, [data-bs-theme=dark] .collection-filter-form .collection-filter-row {
  display: flex;
}
[data-bs-theme=light] .collection-filter-form .collection-filter-row .collection-filter-field, [data-bs-theme=dark] .collection-filter-form .collection-filter-row .collection-filter-field {
  flex-grow: 1;
}
[data-bs-theme=light] .collection-filter-form .collection-filter-row .collection-filter-label, [data-bs-theme=dark] .collection-filter-form .collection-filter-row .collection-filter-label {
  padding-right: 1rem;
  flex-basis: 5rem;
  text-align: right;
}
[data-bs-theme=light] .collection-filter-form .collection-filter-row .collection-filter-label > label, [data-bs-theme=dark] .collection-filter-form .collection-filter-row .collection-filter-label > label {
  margin: auto 0;
}
[data-bs-theme=light] .checkbox-inline, [data-bs-theme=dark] .checkbox-inline {
  margin-right: 1rem;
}
[data-bs-theme=light] .portfolio-controls, [data-bs-theme=dark] .portfolio-controls {
  margin-bottom: 1rem;
}
[data-bs-theme=light] .portfolio-controls .portfolio-summary, [data-bs-theme=light] .portfolio-controls .portfolio-search-controls, [data-bs-theme=dark] .portfolio-controls .portfolio-summary, [data-bs-theme=dark] .portfolio-controls .portfolio-search-controls {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .portfolio-controls, [data-bs-theme=dark] .portfolio-controls {
    display: flex;
    justify-content: space-between;
  }
  [data-bs-theme=light] .portfolio-controls .portfolio-search-controls, [data-bs-theme=dark] .portfolio-controls .portfolio-search-controls {
    width: 49.5%;
    order: 1;
  }
  [data-bs-theme=light] .portfolio-controls .portfolio-summary, [data-bs-theme=dark] .portfolio-controls .portfolio-summary {
    width: 49.5%;
    order: 2;
  }
}
[data-bs-theme=light] .div-quick-add-card-form-group, [data-bs-theme=dark] .div-quick-add-card-form-group {
  flex-grow: 1;
}
[data-bs-theme=light] .portfolio-search-controls-body, [data-bs-theme=dark] .portfolio-search-controls-body {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
[data-bs-theme=light] .portfolio-search-controls-body h3, [data-bs-theme=light] .portfolio-search-controls-body .h3, [data-bs-theme=light] .portfolio-search-controls-body h4, [data-bs-theme=light] .portfolio-search-controls-body .h4, [data-bs-theme=dark] .portfolio-search-controls-body h3, [data-bs-theme=dark] .portfolio-search-controls-body .h3, [data-bs-theme=dark] .portfolio-search-controls-body h4, [data-bs-theme=dark] .portfolio-search-controls-body .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
[data-bs-theme=light] .portfolio-search-controls-body, [data-bs-theme=dark] .portfolio-search-controls-body {
  flex-grow: 1;
}
[data-bs-theme=light] .div-import, [data-bs-theme=dark] .div-import {
  margin-bottom: 1rem;
}
[data-bs-theme=light] .div-import .portfolio-tool-btn, [data-bs-theme=dark] .div-import .portfolio-tool-btn {
  font-size: 0.9rem;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .div-import .portfolio-tool-btn, [data-bs-theme=dark] .div-import .portfolio-tool-btn {
    font-size: 1rem;
  }
}
[data-bs-theme=light] .div-import .portfolio-tool-btn:not(:first-child):not(:last-child), [data-bs-theme=dark] .div-import .portfolio-tool-btn:not(:first-child):not(:last-child) {
  margin: 0 0.25rem;
}
[data-bs-theme=light] .div-tools, [data-bs-theme=dark] .div-tools {
  margin-bottom: 1rem;
  margin-left: auto;
  min-width: 0;
  width: min(100%, 40rem);
}
[data-bs-theme=light] .div-quick-add, [data-bs-theme=dark] .div-quick-add {
  width: 100%;
}
[data-bs-theme=light] .portfolio-actions, [data-bs-theme=dark] .portfolio-actions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
[data-bs-theme=light] .set-completion-items, [data-bs-theme=dark] .set-completion-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
[data-bs-theme=light] .set-completion-item, [data-bs-theme=dark] .set-completion-item {
  display: flex;
  width: 49%;
  align-items: center;
  margin: 0.25rem 0;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .set-completion-item, [data-bs-theme=dark] .set-completion-item {
    width: 30%;
  }
}
[data-bs-theme=light] .set-completion-item, [data-bs-theme=dark] .set-completion-item {
  font-size: 0.85rem;
}
[data-bs-theme=light] .set-completion-item .set-completion-symbol,
[data-bs-theme=light] .set-completion-item .set-completion-set,
[data-bs-theme=light] .set-completion-item .set-completion-percentage, [data-bs-theme=dark] .set-completion-item .set-completion-symbol,
[data-bs-theme=dark] .set-completion-item .set-completion-set,
[data-bs-theme=dark] .set-completion-item .set-completion-percentage {
  display: inline-block;
}
[data-bs-theme=light] .set-completion-item .set-completion-symbol, [data-bs-theme=dark] .set-completion-item .set-completion-symbol {
  width: 40px;
  text-align: center;
}
[data-bs-theme=light] .set-completion-item .set-completion-set, [data-bs-theme=dark] .set-completion-item .set-completion-set {
  width: 2rem;
  text-align: left;
}
[data-bs-theme=light] .set-completion-item .set-completion-percentage, [data-bs-theme=dark] .set-completion-item .set-completion-percentage {
  text-align: right;
  width: 9rem;
  flex-grow: 1;
}
[data-bs-theme=light] .portfolio-stats, [data-bs-theme=dark] .portfolio-stats {
  flex-grow: 1;
}
[data-bs-theme=light] .portfolio-stats-completion-percentage-header, [data-bs-theme=dark] .portfolio-stats-completion-percentage-header {
  margin-bottom: 1rem;
}
[data-bs-theme=light] .completion-stats-details-panel, [data-bs-theme=dark] .completion-stats-details-panel {
  min-height: 12rem;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
[data-bs-theme=light] .completion-stats-details-panel h3, [data-bs-theme=light] .completion-stats-details-panel .h3, [data-bs-theme=light] .completion-stats-details-panel h4, [data-bs-theme=light] .completion-stats-details-panel .h4, [data-bs-theme=dark] .completion-stats-details-panel h3, [data-bs-theme=dark] .completion-stats-details-panel .h3, [data-bs-theme=dark] .completion-stats-details-panel h4, [data-bs-theme=dark] .completion-stats-details-panel .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
[data-bs-theme=light] .completion-stats-details-panel .completion-stats-details-summary-number, [data-bs-theme=dark] .completion-stats-details-panel .completion-stats-details-summary-number {
  font-size: 4rem;
  font-weight: bold;
}
[data-bs-theme=light] .completion-stats-details-panel .completion-stats-table, [data-bs-theme=dark] .completion-stats-details-panel .completion-stats-table {
  width: 60%;
}
[data-bs-theme=light] .completion-stats-details-panel .completion-stats-table th, [data-bs-theme=light] .completion-stats-details-panel .completion-stats-table td, [data-bs-theme=dark] .completion-stats-details-panel .completion-stats-table th, [data-bs-theme=dark] .completion-stats-details-panel .completion-stats-table td {
  padding: 0.3rem;
}
[data-bs-theme=light] .set-completion-set-selector, [data-bs-theme=dark] .set-completion-set-selector {
  display: flex;
  padding-right: 1rem;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .set-completion-set-selector .form-control, [data-bs-theme=dark] .set-completion-set-selector .form-control {
    width: auto;
  }
}

.set-completion-subset-dropdown {
  display: inline-block;
  margin-left: 0.5rem;
}

.cardconduit-banner.portfolio-stats-paper {
  text-align: left;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
[data-bs-theme=light] .hidden-inline-block-xxs, [data-bs-theme=dark] .hidden-inline-block-xxs {
  display: none;
}
@media (min-width: 400px) {
  [data-bs-theme=light] .hidden-inline-block-xxs, [data-bs-theme=dark] .hidden-inline-block-xxs {
    display: inline-block;
  }
}
[data-bs-theme=light] .pagination, [data-bs-theme=dark] .pagination {
  margin: 0 auto;
}
[data-bs-theme=light] .svg-sprite-set > svg, [data-bs-theme=dark] .svg-sprite-set > svg {
  height: 25px;
}
[data-bs-theme=light] .btn-stealth, [data-bs-theme=dark] .btn-stealth {
  margin: 0;
  padding: 0;
}
[data-bs-theme=light] .card-tile, [data-bs-theme=dark] .card-tile {
  width: 100%;
}
[data-bs-theme=light] .card-tile .card-image-tile, [data-bs-theme=dark] .card-tile .card-image-tile {
  width: 100%;
  background-size: 125%;
  background-position: 50% 20%;
}
[data-bs-theme=light] .btn.disabled.btn-arena, [data-bs-theme=light] .btn.disabled.btn-arena-muted, [data-bs-theme=light] .btn.disabled.btn-online, [data-bs-theme=light] .btn.disabled.btn-online-muted, [data-bs-theme=light] .btn.disabled.btn-paper, [data-bs-theme=light] .btn.disabled.btn-paper-muted, [data-bs-theme=dark] .btn.disabled.btn-arena, [data-bs-theme=dark] .btn.disabled.btn-arena-muted, [data-bs-theme=dark] .btn.disabled.btn-online, [data-bs-theme=dark] .btn.disabled.btn-online-muted, [data-bs-theme=dark] .btn.disabled.btn-paper, [data-bs-theme=dark] .btn.disabled.btn-paper-muted {
  opacity: 1;
}
[data-bs-theme=light] .price-box, [data-bs-theme=dark] .price-box {
  margin: 0 10px 0 10px;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
}
[data-bs-theme=light] .price-box-type, [data-bs-theme=light] .price-box-price, [data-bs-theme=dark] .price-box-type, [data-bs-theme=dark] .price-box-price {
  display: block;
}
[data-bs-theme=light] .price-box-type, [data-bs-theme=dark] .price-box-type {
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  margin-bottom: -10px;
}
[data-bs-theme=light] .paper, [data-bs-theme=dark] .paper {
  color: var(--text-paper);
}
[data-bs-theme=light] .online, [data-bs-theme=dark] .online {
  color: var(--text-online);
}
[data-bs-theme=light] .card-tile, [data-bs-theme=dark] .card-tile {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
[data-bs-theme=light] .card-image-tile, [data-bs-theme=dark] .card-image-tile {
  margin: 0 auto;
  width: 180px;
  height: 130px;
}
@media (max-width: 375px) {
  [data-bs-theme=light] .card-image-tile, [data-bs-theme=dark] .card-image-tile {
    height: 100px;
  }
}
[data-bs-theme=light] .card-image-tile, [data-bs-theme=dark] .card-image-tile {
  background-position: -21px -42px;
  border: 1px solid var(--border-color);
  position: relative;
}
[data-bs-theme=light] .pokemon .card-image-tile, [data-bs-theme=dark] .pokemon .card-image-tile {
  background-position: -50px -65px;
  background-size: 160%;
}
[data-bs-theme=light] .card-image-tile-old, [data-bs-theme=dark] .card-image-tile-old {
  background-size: 240px;
  background-position: -31px -42px;
}
[data-bs-theme=light] .card-image-tile-pw, [data-bs-theme=dark] .card-image-tile-pw {
  background-size: 250px;
  background-position: -31px -37px;
}
[data-bs-theme=light] .card-image-tile-thumbnail, [data-bs-theme=dark] .card-image-tile-thumbnail {
  background-position: 0px 0px !important;
}
[data-bs-theme=light] .card-image-tile-thumbnail-sm, [data-bs-theme=dark] .card-image-tile-thumbnail-sm {
  width: 90px;
  height: 65px;
  background-position: 0px 0px !important;
  background-size: 100% !important;
}
[data-bs-theme=light] .card-image-tile-thumbnail-sm.card-image-tile-old, [data-bs-theme=dark] .card-image-tile-thumbnail-sm.card-image-tile-old {
  background-size: 120px !important;
  background-position: -15px -20px !important;
}
[data-bs-theme=light] .card-image-tile-thumbnail-sm.card-image-tile-pw, [data-bs-theme=dark] .card-image-tile-thumbnail-sm.card-image-tile-pw {
  background-size: 130px !important;
  background-position: -20px -20px !important;
}
[data-bs-theme=light] .card-image-tile-sm, [data-bs-theme=dark] .card-image-tile-sm {
  width: 90px;
  height: 65px;
  background-size: 130%;
  background-position: -10px -20px;
}
[data-bs-theme=light] .pokemon .card-image-tile-sm, [data-bs-theme=dark] .pokemon .card-image-tile-sm {
  width: 90px;
  height: 65px;
  background-size: 160%;
  background-position: -20px -30px;
}
[data-bs-theme=light] .card-tile-name, [data-bs-theme=dark] .card-tile-name {
  padding: 5px;
  width: 100%;
  position: absolute;
  bottom: -25px;
  background-color: rgba(255, 255, 255, 0.8);
  color: rgb(69, 69, 69);
  opacity: 0;
  border: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[data-bs-theme=light] .card-image-tile-link-overlay, [data-bs-theme=dark] .card-image-tile-link-overlay {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
}
[data-bs-theme=light] .card-tile-hover:hover .card-tile-name, [data-bs-theme=dark] .card-tile-hover:hover .card-tile-name {
  bottom: 0;
  opacity: 1;
}
[data-bs-theme=light] .social-shares, [data-bs-theme=dark] .social-shares {
  display: flex;
}
[data-bs-theme=light] .social-shares iframe, [data-bs-theme=dark] .social-shares iframe {
  vertical-align: top;
}
[data-bs-theme=light] .social-shares span, [data-bs-theme=dark] .social-shares span {
  vertical-align: top !important;
}
[data-bs-theme=light] .social-share-reddit, [data-bs-theme=light] .social-share-twitter, [data-bs-theme=light] .social-share-facebook, [data-bs-theme=dark] .social-share-reddit, [data-bs-theme=dark] .social-share-twitter, [data-bs-theme=dark] .social-share-facebook {
  margin-right: 5px;
}
[data-bs-theme=light] .social-share-reddit-img, [data-bs-theme=dark] .social-share-reddit-img {
  height: 20px;
  vertical-align: top;
}
[data-bs-theme=light] .video-container, [data-bs-theme=dark] .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
[data-bs-theme=light] .video-container > iframe,
[data-bs-theme=light] .video-container > object,
[data-bs-theme=light] .video-container > embed, [data-bs-theme=dark] .video-container > iframe,
[data-bs-theme=dark] .video-container > object,
[data-bs-theme=dark] .video-container > embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-bs-theme=light] .concepts-image-seasons, [data-bs-theme=dark] .concepts-image-seasons {
  margin: 0 auto;
}
[data-bs-theme=light] .card-link-square, [data-bs-theme=dark] .card-link-square {
  background-position: -25px -38px;
  width: 150px;
  height: 70px;
  float: left;
  margin: 0;
}
[data-bs-theme=light] .subNav-menu, [data-bs-theme=dark] .subNav-menu {
  margin: 0.5rem 0;
}
[data-bs-theme=light] .subNav-menu::after, [data-bs-theme=dark] .subNav-menu::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .subNav-menu .subNav-menu-select, [data-bs-theme=dark] .subNav-menu .subNav-menu-select {
  width: 100%;
}
[data-bs-theme=light] .subNav-menu .subNav-menu-desktop, [data-bs-theme=light] .subNav-menu .subNav-menu-mobile, [data-bs-theme=dark] .subNav-menu .subNav-menu-desktop, [data-bs-theme=dark] .subNav-menu .subNav-menu-mobile {
  float: left;
}
[data-bs-theme=light] .subNav-menu .subNav-menu-desktop, [data-bs-theme=dark] .subNav-menu .subNav-menu-desktop {
  display: none !important;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .subNav-menu .subNav-menu-desktop, [data-bs-theme=dark] .subNav-menu .subNav-menu-desktop {
    display: block !important;
  }
  [data-bs-theme=light] .subNav-menu .subNav-menu-mobile, [data-bs-theme=dark] .subNav-menu .subNav-menu-mobile {
    display: none !important;
  }
}
[data-bs-theme=light] .btn-buyNow, [data-bs-theme=dark] .btn-buyNow {
  padding: 3px 6px;
}
[data-bs-theme=light] .ebayPriceWidget-colBuyNow, [data-bs-theme=light] .tcgplayerPriceWidget-colBuyNow, [data-bs-theme=dark] .ebayPriceWidget-colBuyNow, [data-bs-theme=dark] .tcgplayerPriceWidget-colBuyNow {
  text-align: right;
}
[data-bs-theme=light] .img-centered, [data-bs-theme=dark] .img-centered {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}
[data-bs-theme=light] .btn-shop::after, [data-bs-theme=dark] .btn-shop::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .btn-shop, [data-bs-theme=dark] .btn-shop {
  width: 100%;
  margin-bottom: 5px;
}
[data-bs-theme=light] .btn-shop-price, [data-bs-theme=dark] .btn-shop-price {
  float: right;
}
[data-bs-theme=light] .btn-shop-label, [data-bs-theme=dark] .btn-shop-label {
  float: left;
}
[data-bs-theme=light] .common-price-change, [data-bs-theme=dark] .common-price-change {
  white-space: nowrap;
}
[data-bs-theme=light] .manacost, [data-bs-theme=light] .manacost-inline, [data-bs-theme=dark] .manacost, [data-bs-theme=dark] .manacost-inline {
  font-size: 0.8rem;
}
[data-bs-theme=light] .manacost > .ms, [data-bs-theme=light] .manacost-inline > .ms, [data-bs-theme=dark] .manacost > .ms, [data-bs-theme=dark] .manacost-inline > .ms {
  margin-left: 1px !important;
  margin-right: 1px;
}
[data-bs-theme=light] .manacost, [data-bs-theme=light] .manacost-inline, [data-bs-theme=dark] .manacost, [data-bs-theme=dark] .manacost-inline {
  display: inline-block;
  position: relative;
  top: -2px;
  white-space: nowrap;
}
[data-bs-theme=light] .manacost svg, [data-bs-theme=light] .manacost-inline svg, [data-bs-theme=dark] .manacost svg, [data-bs-theme=dark] .manacost-inline svg {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
[data-bs-theme=light] .card-tile-dynamic, [data-bs-theme=dark] .card-tile-dynamic {
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 100%;
}
[data-bs-theme=light] .card-tile-dynamic-image, [data-bs-theme=dark] .card-tile-dynamic-image {
  margin: 0 auto;
  width: 100%;
  height: 130px;
  border: 1px solid #ccc;
  position: relative;
  background-size: 130%;
  background-position: 50% 20%;
}
[data-bs-theme=light] .card-tile-dynamic-name, [data-bs-theme=dark] .card-tile-dynamic-name {
  padding: 5px;
  width: 100%;
  position: absolute;
  bottom: -25px;
  background-color: rgba(255, 255, 255, 0.8);
  color: rgb(69, 69, 69);
  opacity: 0;
  border: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[data-bs-theme=light] .card-tile-dynamic-link-overlay, [data-bs-theme=dark] .card-tile-dynamic-link-overlay {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
}
[data-bs-theme=light] #toggle-type, [data-bs-theme=dark] #toggle-type {
  float: right;
}
[data-bs-theme=light] .ebayPriceWidget-colBuyNow, [data-bs-theme=light] .tcgplayerPriceWidget-colBuyNow, [data-bs-theme=dark] .ebayPriceWidget-colBuyNow, [data-bs-theme=dark] .tcgplayerPriceWidget-colBuyNow {
  display: none;
}
@media (min-width: 600px) {
  [data-bs-theme=light] .ebayPriceWidget-colBuyNow, [data-bs-theme=light] .tcgplayerPriceWidget-colBuyNow, [data-bs-theme=dark] .ebayPriceWidget-colBuyNow, [data-bs-theme=dark] .tcgplayerPriceWidget-colBuyNow {
    display: table-cell;
  }
}
[data-bs-theme=light] fieldset > legend, [data-bs-theme=dark] fieldset > legend {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  border: none;
}
[data-bs-theme=light] .login-btn, [data-bs-theme=dark] .login-btn {
  padding: 0;
}
[data-bs-theme=light] .login-btn-twitch, [data-bs-theme=dark] .login-btn-twitch {
  background: #6441A4;
  height: 30px;
  width: 180px;
  color: #fff;
  font-size: 85%;
  border: 1px solid #333;
}

.help .import p {
  margin-top: 20px;
}

.decklist_widget textarea {
  height: 100px;
}
.decklist_widget label {
  font-weight: bold;
}

.popover {
  max-width: 100% !important;
}

.popover-card {
  padding: 3px;
}
.popover-card .popover-body {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.popover-card .popover-body .popover-image {
  width: 265px;
  height: 370px;
}
.popover-card .popover-body .popover-image > img {
  border-radius: 15px;
}
.popover-card .popover-body .popover-image-rotate {
  width: 370px;
  height: 265px;
}
.popover-card .popover-body .popover-image-rotate > img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  -o-transform-origin: 0px 0px;
  transform-origin: 0px 0px;
  position: absolute;
  left: 374px;
  border-radius: 15px;
}
.popover-card .popover-body .popover-image-backside {
  margin-left: 3px;
}
.popover-card .popover-body .popover-image-backside > img {
  border-radius: 15px;
}
.popover-card .popover-body {
  padding: 0;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
.amazon-product {
  width: 160px;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}

.amazon-product-prime {
  margin-bottom: 3px;
}

.amazon-product-title {
  margin-top: 5px;
}

.amazon-product-price {
  color: #b12704 !important;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
.color-completed {
  color: #090;
}

.bin-tag {
  font-size: 12px;
  display: block;
}

.preorder-menu td {
  vertical-align: top;
  padding: 10px;
}

.shop-disclosure {
  margin-top: 20px;
}

.shop-product-image {
  width: 225px;
  margin: 0 auto;
  display: block;
}

.shop-product-dd3-image {
  margin-top: 20px;
}

@media (max-width: 480) {
  .shop-product-dd3-image {
    margin: 0 auto;
  }
}
.shop-product-image-deck {
  margin-top: 20px;
}

.shop-product-image-text {
  margin-top: 10px;
  text-align: center;
}

.card-two-col::after {
  display: block;
  clear: both;
  content: "";
}

.card-two-col-left {
  float: left;
  width: 225px;
  margin-right: -100%;
  position: relative;
  z-index: 1;
}

.card-two-col-content-wrapper {
  float: left;
  width: 100%;
}

.card-two-col-content {
  margin-left: 225px;
  padding-left: 10px;
}

@media (max-width: 480) {
  .card-two-col-content-wrapper, .card-two-col-content, .card-two-col-left {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .card-two-col-left {
    margin-bottom: 10px;
  }
}
.shop-shopify_items {
  margin-top: 20px;
}
.shop-shopify_items::after {
  display: block;
  clear: both;
  content: "";
}

.shop-shopify_item {
  display: inline-block;
  margin-right: 20px;
  width: 300px;
  max-width: 100%;
  vertical-align: top;
}

.shop-shopify_item-card {
  width: 150px;
  max-width: 100%;
}

.shop-shopify_item-card4x {
  width: 500px;
  max-width: 100%;
}

.shop-shopify_item > h3, .shop-shopify_item > .h3 {
  font-size: 16px;
}

.shop-shopify_item-image {
  height: 177px;
  max-width: 100%;
}

.shop-shopify_item-price {
  position: absolute;
  color: #767676;
  font-size: 16px;
  bottom: 0.5em;
  left: 110px;
}

.shop-shopify_item-widget {
  position: relative;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
[data-bs-theme=light] .main::after, [data-bs-theme=dark] .main::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .main-fixed, [data-bs-theme=dark] .main-fixed {
  float: left;
  width: 450px;
  margin-left: -450px;
}
[data-bs-theme=light] .main-content-wrapper, [data-bs-theme=dark] .main-content-wrapper {
  float: left;
  width: 100%;
}
[data-bs-theme=light] .main-content, [data-bs-theme=dark] .main-content {
  margin-right: 450px;
  padding-right: 10px;
}
@media (max-width: 992) {
  [data-bs-theme=light] .main-content-wrapper, [data-bs-theme=light] .main-content, [data-bs-theme=light] .main-fixed, [data-bs-theme=dark] .main-content-wrapper, [data-bs-theme=dark] .main-content, [data-bs-theme=dark] .main-fixed {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  [data-bs-theme=light] .main-fixed, [data-bs-theme=dark] .main-fixed {
    margin-top: 10px;
  }
}
[data-bs-theme=light] .home-card-tile:hover .home-card-name, [data-bs-theme=dark] .home-card-tile:hover .home-card-name {
  bottom: 0;
  opacity: 1;
}
[data-bs-theme=light] .home-card-tile, [data-bs-theme=dark] .home-card-tile {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
[data-bs-theme=light] .home-image-tile, [data-bs-theme=dark] .home-image-tile {
  margin: 0 auto;
  width: 180px;
  height: 130px;
  background-position: -21px -42px;
  border: 1px solid #ccc;
}
[data-bs-theme=light] .home-card-name, [data-bs-theme=dark] .home-card-name {
  padding: 5px;
  width: 100%;
  position: absolute;
  bottom: -25px;
  background-color: rgba(255, 255, 255, 0.8);
  color: rgb(69, 69, 69);
  opacity: 0;
  border: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[data-bs-theme=light] .home-top-decks, [data-bs-theme=dark] .home-top-decks {
  padding-right: 0px !important;
  display: block;
}
[data-bs-theme=light] .home-top-decks .home-tile-control, [data-bs-theme=dark] .home-top-decks .home-tile-control {
  right: 0px !important;
}
[data-bs-theme=light] .home-top-decks::after, [data-bs-theme=dark] .home-top-decks::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .home-tile-container, [data-bs-theme=dark] .home-tile-container {
  margin: 0 auto;
  position: relative;
  width: auto;
  padding-right: 45px;
}
[data-bs-theme=light] .home-tile-control, [data-bs-theme=dark] .home-tile-control {
  position: absolute;
  right: 45px;
  height: 100%;
  top: 50%;
  font-size: 30px;
}
[data-bs-theme=light] .home-tile-control-icon, [data-bs-theme=dark] .home-tile-control-icon {
  top: -20px !important;
}
@media (max-width: 480) {
  [data-bs-theme=light] .home-tile-container, [data-bs-theme=dark] .home-tile-container {
    padding-right: 0;
  }
  [data-bs-theme=light] .home-tile-control, [data-bs-theme=dark] .home-tile-control {
    display: none;
  }
  [data-bs-theme=light] .home-featured-hero, [data-bs-theme=dark] .home-featured-hero {
    margin-left: 0;
    margin-right: 0;
  }
}
[data-bs-theme=light] .home-tile-control-icon, [data-bs-theme=dark] .home-tile-control-icon {
  color: #ccc !important;
}
[data-bs-theme=light] .home-trending, [data-bs-theme=dark] .home-trending {
  font-size: 23px;
}
[data-bs-theme=light] .home-featured, [data-bs-theme=dark] .home-featured {
  margin-top: 5px;
}
[data-bs-theme=light] .home-featured::after, [data-bs-theme=dark] .home-featured::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .home-social-panel, [data-bs-theme=dark] .home-social-panel {
  float: right;
  margin: 5px;
  width: 200px;
}
[data-bs-theme=light] .home-featured-secondary-image, [data-bs-theme=dark] .home-featured-secondary-image {
  max-width: 100%;
  border: 1px solid #ccc;
}
[data-bs-theme=light] .home-featured-secondary-body, [data-bs-theme=dark] .home-featured-secondary-body {
  font-size: 120%;
  margin-top: 20px;
}
[data-bs-theme=light] .home-featured-secondary-body .highlight-text, [data-bs-theme=dark] .home-featured-secondary-body .highlight-text {
  color: #D9380D;
}
[data-bs-theme=light] .home-featured-secondary-body .btn, [data-bs-theme=dark] .home-featured-secondary-body .btn {
  margin-top: 5px;
}
[data-bs-theme=light] .featured-secondary-inline, [data-bs-theme=dark] .featured-secondary-inline {
  display: none;
}
@media (max-width: 1160px) {
  [data-bs-theme=light] .home-social-panel, [data-bs-theme=dark] .home-social-panel {
    display: none;
  }
  [data-bs-theme=light] .home-news-flash, [data-bs-theme=dark] .home-news-flash {
    display: none;
  }
  [data-bs-theme=light] .featured-secondary-inline, [data-bs-theme=dark] .featured-secondary-inline {
    display: block;
  }
}
[data-bs-theme=light] .home-social, [data-bs-theme=dark] .home-social {
  margin-top: 0px;
}
[data-bs-theme=light] .home-social-divider, [data-bs-theme=dark] .home-social-divider {
  margin-bottom: 15px;
}
[data-bs-theme=light] .home-popular-series::after, [data-bs-theme=dark] .home-popular-series::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .homepage-spoiler-panel .homepage-spoiler-panel-set-image, [data-bs-theme=dark] .homepage-spoiler-panel .homepage-spoiler-panel-set-image {
  background-image: url("https://images1.mtggoldfish.com/uploads/40324b5f-2d5d-4f24-8208-12347a8d8722/theros-beyond-death.jpg");
  background-size: cover;
  width: 100%;
  display: block;
  padding-top: 50%;
}
[data-bs-theme=light] .homepage-spoiler-panel .homepage-spoiler-panel-set-image-fae, [data-bs-theme=dark] .homepage-spoiler-panel .homepage-spoiler-panel-set-image-fae {
  background-image: url("https://images1.mtggoldfish.com/uploads/a3d72baa-dae2-409f-aa5b-863f5ea689f3/artisanhistoric.jpg");
}
[data-bs-theme=light] .homepage-spoiler-panel .homepage-spoiler-panel-set-image-fae .homepage-spoiler-panel-contents > p, [data-bs-theme=dark] .homepage-spoiler-panel .homepage-spoiler-panel-set-image-fae .homepage-spoiler-panel-contents > p {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
[data-bs-theme=light] .homepage-spoiler-panel .homepage-spoiler-panel-set-name, [data-bs-theme=dark] .homepage-spoiler-panel .homepage-spoiler-panel-set-name {
  width: 200px;
  display: block;
  margin: 0 auto;
}
[data-bs-theme=light] .homepage-spoiler-panel .homepage-spoiler-panel-contents, [data-bs-theme=dark] .homepage-spoiler-panel .homepage-spoiler-panel-contents {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 2px;
  padding-right: 2px;
}
[data-bs-theme=light] .homepage-spoiler-panel .homepage-spoiler-panel-contents p, [data-bs-theme=dark] .homepage-spoiler-panel .homepage-spoiler-panel-contents p {
  margin-top: 10px;
}
[data-bs-theme=light] .home-card-previews .spoiler-card-container, [data-bs-theme=dark] .home-card-previews .spoiler-card-container {
  display: flex;
  justify-content: center;
}
@media (min-width: 350px) {
  [data-bs-theme=light] .home-card-previews .spoiler-card-container .spoiler-card:nth-last-child(2), [data-bs-theme=dark] .home-card-previews .spoiler-card-container .spoiler-card:nth-last-child(2) {
    display: block;
  }
  [data-bs-theme=light] .home-card-previews .spoiler-card-container .spoiler-card:last-child, [data-bs-theme=dark] .home-card-previews .spoiler-card-container .spoiler-card:last-child {
    display: none;
  }
}
@media (min-width: 660px) {
  [data-bs-theme=light] .home-card-previews .spoiler-card-container .spoiler-card:nth-last-child(2), [data-bs-theme=dark] .home-card-previews .spoiler-card-container .spoiler-card:nth-last-child(2) {
    display: none;
  }
  [data-bs-theme=light] .home-card-previews .spoiler-card-container .spoiler-card:last-child, [data-bs-theme=dark] .home-card-previews .spoiler-card-container .spoiler-card:last-child {
    display: none;
  }
}
@media (min-width: 920px) {
  [data-bs-theme=light] .home-card-previews .spoiler-card-container .spoiler-card:nth-last-child(2), [data-bs-theme=dark] .home-card-previews .spoiler-card-container .spoiler-card:nth-last-child(2) {
    display: block;
  }
  [data-bs-theme=light] .home-card-previews .spoiler-card-container .spoiler-card:last-child, [data-bs-theme=dark] .home-card-previews .spoiler-card-container .spoiler-card:last-child {
    display: none;
  }
}
@media (min-width: 1150px) {
  [data-bs-theme=light] .home-card-previews .spoiler-card-container .spoiler-card:last-child, [data-bs-theme=dark] .home-card-previews .spoiler-card-container .spoiler-card:last-child {
    display: block;
  }
  [data-bs-theme=light] .home-card-previews .spoiler-card-container .spoiler-card:nth-last-child(2), [data-bs-theme=dark] .home-card-previews .spoiler-card-container .spoiler-card:nth-last-child(2) {
    display: block;
  }
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
[data-bs-theme=light] html, [data-bs-theme=dark] html {
  font-size: 100%;
}
[data-bs-theme=light] html body, [data-bs-theme=dark] html body {
  font-size: 100%;
}
[data-bs-theme=light] .layout-header-header-brand::after, [data-bs-theme=dark] .layout-header-header-brand::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .layout-searchbar-mobile, [data-bs-theme=dark] .layout-searchbar-mobile {
  border: none;
  padding: 0;
  padding: 0 75px 0 60px;
  width: 100%;
}
[data-bs-theme=light] .layout-navbar-input-group, [data-bs-theme=dark] .layout-navbar-input-group {
  z-index: 1;
}
@media (min-width: 1200) {
  [data-bs-theme=light] .layout-navbar-input-group, [data-bs-theme=dark] .layout-navbar-input-group {
    padding-left: 25px;
  }
}
[data-bs-theme=light] .layout-navbar-input-group .ts-wrapper, [data-bs-theme=dark] .layout-navbar-input-group .ts-wrapper {
  flex: 1;
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
[data-bs-theme=light] .layout-navbar-input-group .ts-wrapper .ts-control, [data-bs-theme=dark] .layout-navbar-input-group .ts-wrapper .ts-control {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
[data-bs-theme=light] .layout-navbar-search-btn, [data-bs-theme=dark] .layout-navbar-search-btn {
  top: 0;
}
[data-bs-theme=light] .layout-navbar-collapse,
[data-bs-theme=light] .layout-navbar-toggle, [data-bs-theme=dark] .layout-navbar-collapse,
[data-bs-theme=dark] .layout-navbar-toggle {
  z-index: 900;
  position: relative;
}
@media (max-width: 768) {
  [data-bs-theme=light] .layout-navbar-collapse, [data-bs-theme=dark] .layout-navbar-collapse {
    padding: 0 15px;
  }
}
[data-bs-theme=light] .layout-navbar-toggle, [data-bs-theme=dark] .layout-navbar-toggle {
  margin-left: 10px;
}
[data-bs-theme=light] .layout-brand-image, [data-bs-theme=dark] .layout-brand-image {
  height: 35px;
  width: 35px;
}
[data-bs-theme=light] .navbar-brand-desktop, [data-bs-theme=dark] .navbar-brand-desktop {
  display: none;
}
@media (min-width: 1200) {
  [data-bs-theme=light] .navbar-brand-desktop, [data-bs-theme=dark] .navbar-brand-desktop {
    float: left;
    display: block;
    padding-right: 10px;
  }
}
[data-bs-theme=light] .layout-navbar-brand, [data-bs-theme=dark] .layout-navbar-brand {
  padding: 7px;
  height: auto;
  position: relative;
  z-index: 1;
}
[data-bs-theme=light] .layout-navbar-brand-text, [data-bs-theme=dark] .layout-navbar-brand-text {
  display: inline-block;
  padding-left: 5px;
}
[data-bs-theme=light] .layout-navbar-top, [data-bs-theme=dark] .layout-navbar-top {
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #fff;
  margin-bottom: 10px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}
[data-bs-theme=light] .layout-navbar-wrapper, [data-bs-theme=dark] .layout-navbar-wrapper {
  background-color: #EE9746;
}
@media (min-width: 768) {
  [data-bs-theme=light] .layout-navbar-wrapper, [data-bs-theme=dark] .layout-navbar-wrapper {
    background-image: asset_url("/assets/layout-header-bg-f06c8f08.svg");
    background-size: cover;
  }
}
[data-bs-theme=light] .layout-navbar-wrapper, [data-bs-theme=dark] .layout-navbar-wrapper {
  width: 100%;
}
[data-bs-theme=light] .navbar-default, [data-bs-theme=dark] .navbar-default {
  background-color: transparent;
}
[data-bs-theme=light] .navbar-default .navbar-brand, [data-bs-theme=dark] .navbar-default .navbar-brand {
  color: #343a40;
}
[data-bs-theme=light] .navbar-default .navbar-brand:hover, [data-bs-theme=light] .navbar-default .navbar-brand:focus, [data-bs-theme=dark] .navbar-default .navbar-brand:hover, [data-bs-theme=dark] .navbar-default .navbar-brand:focus {
  color: #343a40;
}
[data-bs-theme=light] .navbar-default .navbar-text, [data-bs-theme=dark] .navbar-default .navbar-text {
  color: #343a40;
}
[data-bs-theme=light] .navbar-default .navbar-nav > li > a, [data-bs-theme=dark] .navbar-default .navbar-nav > li > a {
  color: #343a40;
}
[data-bs-theme=light] .navbar-default .navbar-nav > li > a:hover, [data-bs-theme=dark] .navbar-default .navbar-nav > li > a:hover {
  color: #343a40;
}
[data-bs-theme=light] .navbar-default .navbar-nav > li > a:focus, [data-bs-theme=dark] .navbar-default .navbar-nav > li > a:focus {
  color: #343a40;
  background-color: rgb(233.7079207921, 124.7425742574, 23.2920792079);
}
[data-bs-theme=light] .navbar-default .navbar-nav > .active > a, [data-bs-theme=light] .navbar-default .navbar-nav > .active > a:hover, [data-bs-theme=light] .navbar-default .navbar-nav > .active > a:focus, [data-bs-theme=dark] .navbar-default .navbar-nav > .active > a, [data-bs-theme=dark] .navbar-default .navbar-nav > .active > a:hover, [data-bs-theme=dark] .navbar-default .navbar-nav > .active > a:focus {
  color: #343a40;
  background-color: #ee9746;
}
[data-bs-theme=light] .navbar-default .navbar-nav > .open > a, [data-bs-theme=light] .navbar-default .navbar-nav > .open > a:hover, [data-bs-theme=light] .navbar-default .navbar-nav > .open > a:focus, [data-bs-theme=dark] .navbar-default .navbar-nav > .open > a, [data-bs-theme=dark] .navbar-default .navbar-nav > .open > a:hover, [data-bs-theme=dark] .navbar-default .navbar-nav > .open > a:focus {
  color: #343a40;
  background-color: #ee9746;
}
[data-bs-theme=light] .navbar-default .navbar-toggle, [data-bs-theme=dark] .navbar-default .navbar-toggle {
  border-color: inherit;
}
[data-bs-theme=light] .navbar-default .navbar-toggle:hover, [data-bs-theme=light] .navbar-default .navbar-toggle:focus, [data-bs-theme=dark] .navbar-default .navbar-toggle:hover, [data-bs-theme=dark] .navbar-default .navbar-toggle:focus {
  background-color: #EE9746;
}
[data-bs-theme=light] .navbar-default .navbar-toggle .icon-bar, [data-bs-theme=dark] .navbar-default .navbar-toggle .icon-bar {
  background-color: #343a40;
}
[data-bs-theme=light] .navbar-default .navbar-collapse,
[data-bs-theme=light] .navbar-default .navbar-form, [data-bs-theme=dark] .navbar-default .navbar-collapse,
[data-bs-theme=dark] .navbar-default .navbar-form {
  border-color: inherit;
}
[data-bs-theme=light] .navbar-default .navbar-link, [data-bs-theme=dark] .navbar-default .navbar-link {
  color: #343a40;
}
[data-bs-theme=light] .navbar-default .navbar-link:hover, [data-bs-theme=dark] .navbar-default .navbar-link:hover {
  color: #343a40;
}
@media (max-width: 1200) {
  [data-bs-theme=light] .dropdown > .dropdown-menu > .dropdown-header, [data-bs-theme=dark] .dropdown > .dropdown-menu > .dropdown-header {
    color: #343a40;
  }
  [data-bs-theme=light] .navbar-default .navbar-nav .open .dropdown-menu > li > a, [data-bs-theme=dark] .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #343a40;
  }
  [data-bs-theme=light] .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, [data-bs-theme=light] .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, [data-bs-theme=dark] .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, [data-bs-theme=dark] .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #343a40;
  }
  [data-bs-theme=light] .navbar-default .navbar-nav .open .dropdown-menu > .active > a, [data-bs-theme=light] .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, [data-bs-theme=light] .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, [data-bs-theme=dark] .navbar-default .navbar-nav .open .dropdown-menu > .active > a, [data-bs-theme=dark] .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, [data-bs-theme=dark] .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #343a40;
    background-color: #db521b;
  }
  [data-bs-theme=light] .navbar-default .navbar-nav .open .dropdown-menu > .active, [data-bs-theme=dark] .navbar-default .navbar-nav .open .dropdown-menu > .active {
    background-color: #EE9746;
  }
}
[data-bs-theme=light] .layout-adblock-message, [data-bs-theme=dark] .layout-adblock-message {
  background-color: #464548;
  border: 1px dashed #f0976f;
}
[data-bs-theme=light] .layout-top-ad-container, [data-bs-theme=dark] .layout-top-ad-container {
  margin: 3px auto 3px auto;
}
[data-bs-theme=light] .layout-ad-devo, [data-bs-theme=dark] .layout-ad-devo {
  display: block;
}
[data-bs-theme=light] .layout-adblock-message-p, [data-bs-theme=dark] .layout-adblock-message-p {
  text-align: center;
  color: #f0976f;
}
[data-bs-theme=light] .layout-adsize-responsiveSkyscraper, [data-bs-theme=dark] .layout-adsize-responsiveSkyscraper {
  display: none !important;
}
@media (min-width: 992) {
  [data-bs-theme=light] .layout-adsize-responsiveSkyscraper, [data-bs-theme=dark] .layout-adsize-responsiveSkyscraper {
    display: block !important;
  }
}
[data-bs-theme=light] .layout-navbar-top, [data-bs-theme=dark] .layout-navbar-top {
  /*
    .navbar-header {
      padding: 0px;
    }
    */
}
[data-bs-theme=light] .layout-navbar-top .nav > li > a, [data-bs-theme=dark] .layout-navbar-top .nav > li > a {
  padding-left: 10px;
  padding-right: 10px;
}
[data-bs-theme=light] .layout-bottom-banner, [data-bs-theme=dark] .layout-bottom-banner {
  margin: 0;
  width: 100%;
  background-color: #464548;
  color: #ccc;
}
[data-bs-theme=light] .layout-bottom-banner::after, [data-bs-theme=dark] .layout-bottom-banner::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .layout-bottom-banner, [data-bs-theme=dark] .layout-bottom-banner {
  margin: 0 auto;
  margin-top: 10px;
}
[data-bs-theme=light] .layout-bottom-banner a, [data-bs-theme=dark] .layout-bottom-banner a {
  color: #70C1FF;
}
[data-bs-theme=light] .layout-bottom-banner a:hover, [data-bs-theme=light] .layout-bottom-banner a:focus, [data-bs-theme=dark] .layout-bottom-banner a:hover, [data-bs-theme=dark] .layout-bottom-banner a:focus {
  color: rgb(188.5, 226.1678321678, 255);
}
[data-bs-theme=light] .layout-footer-panel-menu > li > a:hover, [data-bs-theme=light] .layout-footer-panel-menu > li > a, [data-bs-theme=dark] .layout-footer-panel-menu > li > a:hover, [data-bs-theme=dark] .layout-footer-panel-menu > li > a {
  color: #ccc;
}
[data-bs-theme=light] .layout-footer-panel-menu, [data-bs-theme=dark] .layout-footer-panel-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
[data-bs-theme=light] .layout-bottom-contents, [data-bs-theme=dark] .layout-bottom-contents {
  padding: 10px;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 10px;
}
[data-bs-theme=light] .layout-bottom-contents .ads-container-cdm-zone-03, [data-bs-theme=dark] .layout-bottom-contents .ads-container-cdm-zone-03 {
  width: 300px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .layout-bottom-contents, [data-bs-theme=dark] .layout-bottom-contents {
    display: flex;
    justify-content: space-between;
  }
}
[data-bs-theme=light] .layout-social-item, [data-bs-theme=dark] .layout-social-item {
  padding: 0 !important;
  margin-left: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
[data-bs-theme=light], [data-bs-theme=dark] {
  /*
  .social-panel h4 {
    margin-left: 10px;
  }
  */
}
[data-bs-theme=light] .bottom-shelf, [data-bs-theme=dark] .bottom-shelf {
  margin: 0;
  width: 100%;
  background-color: #6e6e6e;
  color: #ccc;
}
[data-bs-theme=light] .layout-copyright-notice, [data-bs-theme=dark] .layout-copyright-notice {
  font-size: 11px;
  padding: 5px 10px 10px 10px;
  margin-bottom: 0;
  color: #F5F5F5;
}
[data-bs-theme=light] .autocomplete-dropdown-item, [data-bs-theme=dark] .autocomplete-dropdown-item {
  display: block;
}
[data-bs-theme=light] .search-no-card, [data-bs-theme=dark] .search-no-card {
  font-weight: normal;
  text-transform: none;
  font-size: 1em;
}
[data-bs-theme=light] .search-more-results, [data-bs-theme=dark] .search-more-results {
  font-weight: normal;
  color: #666666;
  text-transform: none;
  text-align: right;
}
[data-bs-theme=light] .autocomplete-foil-icon, [data-bs-theme=dark] .autocomplete-foil-icon {
  width: 29px;
  margin-left: 10px;
}
[data-bs-theme=light] .search-set-name, [data-bs-theme=dark] .search-set-name {
  color: #BF573B;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 1rem;
}
[data-bs-theme=light] .autocomplete-card-option, [data-bs-theme=dark] .autocomplete-card-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
[data-bs-theme=light] .autocomplete-card-option .card-num, [data-bs-theme=light] .autocomplete-card-option .badge-variation, [data-bs-theme=dark] .autocomplete-card-option .card-num, [data-bs-theme=dark] .autocomplete-card-option .badge-variation {
  margin-left: 0.5rem;
}
[data-bs-theme=light] .autocomplete-card-option .search-set-name i.ss, [data-bs-theme=dark] .autocomplete-card-option .search-set-name i.ss {
  font-size: 150%;
}
[data-bs-theme=light] .search-card-variation, [data-bs-theme=dark] .search-card-variation {
  margin-left: 0.5rem;
  background: #494949;
  color: #fff;
  padding: 0 0.25rem;
  font-size: 75%;
}
[data-bs-theme=light] .autocomplete-dropdown, [data-bs-theme=dark] .autocomplete-dropdown {
  position: absolute;
  list-style: none;
  background: white;
  border: 1px solid #ccc;
  z-index: 99999;
  max-height: 400px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  border-radius: 0 0 5px 5px;
}
[data-bs-theme=light] .autocomplete-dropdown .search-card-name .card-num, [data-bs-theme=light] .autocomplete-dropdown .search-card-name .badge-variation, [data-bs-theme=dark] .autocomplete-dropdown .search-card-name .card-num, [data-bs-theme=dark] .autocomplete-dropdown .search-card-name .badge-variation {
  margin-left: 0.5rem;
}
[data-bs-theme=light] .search-set-deck, [data-bs-theme=dark] .search-set-deck {
  color: #286090;
}
[data-bs-theme=light] .search-set-article, [data-bs-theme=dark] .search-set-article {
  color: #392F5A;
}
[data-bs-theme=light] .search-deck-format, [data-bs-theme=dark] .search-deck-format {
  margin-top: 2px;
  font-size: 80%;
  color: #464548;
  margin-left: 5px;
}
[data-bs-theme=light] .search-from, [data-bs-theme=dark] .search-from {
  float: right;
  font-size: 75%;
  margin-left: 10px;
  margin-top: 3px;
}
[data-bs-theme=light] .layout-mock-ad-300, [data-bs-theme=dark] .layout-mock-ad-300 {
  border: 3px dashed #ccc;
  height: 300px;
  width: 300px;
  text-align: center;
  font-size: 20px;
  color: #ccc;
  padding-top: 140px;
}
[data-bs-theme=light] .layout-mock-ad-300:before, [data-bs-theme=dark] .layout-mock-ad-300:before {
  content: "Ad 300x300";
}
[data-bs-theme=light] .row-fluid, [data-bs-theme=dark] .row-fluid {
  width: 100%;
}
[data-bs-theme=light] .row-fluid::after, [data-bs-theme=dark] .row-fluid::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 1200) {
  [data-bs-theme=light] .layout-navbar-collapse, [data-bs-theme=light] .layout-searchbar-mobile, [data-bs-theme=dark] .layout-navbar-collapse, [data-bs-theme=dark] .layout-searchbar-mobile {
    float: left;
  }
  [data-bs-theme=light] .layout-searchbar-mobile, [data-bs-theme=dark] .layout-searchbar-mobile {
    padding-left: 520px;
    padding-right: 20px;
    /*
      margin-left: 520px;
      margin-right: 20px;
      */
  }
}
@media (max-width: 1199px) {
  [data-bs-theme=light] .autocomplete-omni, [data-bs-theme=dark] .autocomplete-omni {
    left: 1em !important;
    right: 1em !important;
    width: auto !important;
  }
}
[data-bs-theme=light], [data-bs-theme=dark] {
  /*
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
  }
  */
}
[data-bs-theme=light] .autocomplete-dropdown .autocomplete-dropdown-item .autocomplete-dropdown-item, [data-bs-theme=dark] .autocomplete-dropdown .autocomplete-dropdown-item .autocomplete-dropdown-item {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 1rem;
}
@media (max-width: 1200px) {
  [data-bs-theme=light] .autocomplete-dropdown, [data-bs-theme=dark] .autocomplete-dropdown {
    left: 0 !important;
    right: 20px !important;
    width: auto !important;
  }
  [data-bs-theme=light], [data-bs-theme=dark] {
    /*
    .autocomplete-dropdown-item {
      border-top: 1px solid #ccc;
      padding-top: 10px !important;
      padding-bottom: 10px !important;
    }
    .layout-search-input:focus {
      font-size: 16px!important;
    }
    */
  }
}
[data-bs-theme=light] .layout-container-fluid, [data-bs-theme=dark] .layout-container-fluid {
  min-height: 840px;
  max-width: 1500px;
  position: relative;
}
[data-bs-theme=light] .layout-header-banner, [data-bs-theme=dark] .layout-header-banner {
  position: relative;
}
[data-bs-theme=light] .layout-header-nav-inner, [data-bs-theme=dark] .layout-header-nav-inner {
  position: relative;
}
[data-bs-theme=light] .layout-header-nav::after, [data-bs-theme=dark] .layout-header-nav::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .layout-header-banner-logo, [data-bs-theme=dark] .layout-header-banner-logo {
  float: left;
  margin-left: 20px;
  margin-top: 15px;
}
[data-bs-theme=light] .layout-header-search-menu, [data-bs-theme=dark] .layout-header-search-menu {
  width: 100%;
}
[data-bs-theme=light] .layout-header-search-menu-logo, [data-bs-theme=dark] .layout-header-search-menu-logo {
  display: none;
}
[data-bs-theme=light] .layout-navbar-brand, [data-bs-theme=dark] .layout-navbar-brand {
  display: block;
}
[data-bs-theme=light] .layout-header-banner-logo, [data-bs-theme=dark] .layout-header-banner-logo {
  display: none;
}
@media (min-width: 1200) {
  [data-bs-theme=light] .navbar-ad-container, [data-bs-theme=dark] .navbar-ad-container {
    margin: 0 auto;
  }
  [data-bs-theme=light] .layout-navbar-brand, [data-bs-theme=dark] .layout-navbar-brand {
    display: none;
  }
  [data-bs-theme=light] .layout-header-banner-logo, [data-bs-theme=dark] .layout-header-banner-logo {
    display: block;
  }
}
@media (min-width: 1200) {
  [data-bs-theme=light] .navbar-ad-container, [data-bs-theme=dark] .navbar-ad-container {
    margin: 0 auto;
  }
  [data-bs-theme=light] .layout-header-search-menu-logo, [data-bs-theme=dark] .layout-header-search-menu-logo {
    position: absolute;
    left: 20px;
    display: block;
  }
  [data-bs-theme=light] .layout-header-banner-logo, [data-bs-theme=dark] .layout-header-banner-logo {
    display: none;
  }
  [data-bs-theme=light] .layout-header-banner, [data-bs-theme=dark] .layout-header-banner {
    width: 734px;
    float: right;
    margin-left: -100%;
  }
  [data-bs-theme=light] .layout-header-nav, [data-bs-theme=dark] .layout-header-nav {
    width: 100%;
    float: left;
  }
  [data-bs-theme=light] .layout-header-nav-inner, [data-bs-theme=dark] .layout-header-nav-inner {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
  [data-bs-theme=light] .layout-header-nav-inner::after, [data-bs-theme=dark] .layout-header-nav-inner::after {
    display: block;
    clear: both;
    content: "";
  }
  [data-bs-theme=light] .layout-searchbar-mobile, [data-bs-theme=dark] .layout-searchbar-mobile {
    float: none;
  }
  [data-bs-theme=light] .layout-searchbar-mobile, [data-bs-theme=dark] .layout-searchbar-mobile {
    margin: 2px 0;
    top: 0;
    position: static;
    padding: 0;
  }
}
[data-bs-theme=light] .skyscraper-layout, [data-bs-theme=dark] .skyscraper-layout {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .skyscraper-layout, [data-bs-theme=dark] .skyscraper-layout {
    flex-wrap: nowrap;
  }
}
[data-bs-theme=light] .skyscraper-layout .skyscraper-layout-content, [data-bs-theme=dark] .skyscraper-layout .skyscraper-layout-content {
  width: 100%;
}
[data-bs-theme=light] .skyscraper-layout .skyscraper-layout-ad, [data-bs-theme=dark] .skyscraper-layout .skyscraper-layout-ad {
  padding: 0 1rem;
  width: 100%;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .skyscraper-layout .skyscraper-layout-ad, [data-bs-theme=dark] .skyscraper-layout .skyscraper-layout-ad {
    padding-top: 1rem;
    width: 350px;
  }
}
[data-bs-theme=light] .navbar-ad-container, [data-bs-theme=dark] .navbar-ad-container {
  position: relative;
  z-index: 1;
}
[data-bs-theme=light] #error, [data-bs-theme=dark] #error {
  text-align: center;
}
[data-bs-theme=light] .menu-date-subtext, [data-bs-theme=dark] .menu-date-subtext {
  margin-top: 2px;
  position: absolute;
  right: 20px;
}
[data-bs-theme=light] .dropdown-menu-sets > .dropdown-menu-sets-prerelease > a, [data-bs-theme=dark] .dropdown-menu-sets > .dropdown-menu-sets-prerelease > a {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 768) {
  [data-bs-theme=light] .menu-date-subtext, [data-bs-theme=dark] .menu-date-subtext {
    color: #ecf0f1;
  }
}
[data-bs-theme=light] .layout-print-logo, [data-bs-theme=dark] .layout-print-logo {
  display: none;
}
[data-bs-theme=light] .layout-breadcrumb, [data-bs-theme=dark] .layout-breadcrumb {
  font-size: 12px;
  margin-bottom: 1rem;
}
[data-bs-theme=light] .layout-section-header, [data-bs-theme=dark] .layout-section-header {
  margin-top: 40px;
}
[data-bs-theme=light], [data-bs-theme=dark] {
  /*
  .section-highlight {
    background-color: #f26739;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  */
}
[data-bs-theme=light] .layout-bottom-ad, [data-bs-theme=dark] .layout-bottom-ad {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 2rem;
}
[data-bs-theme=light] .ads-container-cdm-zone-02, [data-bs-theme=dark] .ads-container-cdm-zone-02 {
  width: 300px;
  margin: 0 auto;
}
[data-bs-theme=light] .ads-container-cdm-zone-06, [data-bs-theme=dark] .ads-container-cdm-zone-06 {
  width: 300px;
  margin: 0 auto;
}
[data-bs-theme=light] #cdm-zone-01, [data-bs-theme=light] #cdm-zone-02, [data-bs-theme=light] #cdm-zone-03, [data-bs-theme=light] #cdm-zone-04, [data-bs-theme=light] #cdm-zone-05, [data-bs-theme=light] #cdm-zone-06, [data-bs-theme=light] #cdm-zone-0m, [data-bs-theme=dark] #cdm-zone-01, [data-bs-theme=dark] #cdm-zone-02, [data-bs-theme=dark] #cdm-zone-03, [data-bs-theme=dark] #cdm-zone-04, [data-bs-theme=dark] #cdm-zone-05, [data-bs-theme=dark] #cdm-zone-06, [data-bs-theme=dark] #cdm-zone-0m {
  position: relative;
}
[data-bs-theme=light] #cdm-zone-04, [data-bs-theme=dark] #cdm-zone-04 {
  margin: 0 auto;
  width: 720px;
  max-width: 100%;
}
[data-bs-theme=light], [data-bs-theme=dark] {
  /*
  .btn-orange {
    color: white;
    background-color: #f26739;
    border-color: #D94E20;
  }
  */
}
@media (max-width: 1200) {
  [data-bs-theme=light], [data-bs-theme=dark] {
    /*
      .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
        left: 0 !important;
        right: 0 !important;
        width: auto !important;
      }
      .ui-menu-item {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
      }
    */
  }
  [data-bs-theme=light] .layout-search-input:focus, [data-bs-theme=dark] .layout-search-input:focus {
    font-size: 16px !important;
  }
}
[data-bs-theme=light] #card-popup-modal > .modal-dialog, [data-bs-theme=dark] #card-popup-modal > .modal-dialog {
  width: 350px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}
[data-bs-theme=light] #card-popup-modal > .modal-dialog #card-popup-modal-image, [data-bs-theme=dark] #card-popup-modal > .modal-dialog #card-popup-modal-image {
  width: 265px;
  max-width: 100%;
}
[data-bs-theme=light] .pokemon-navbar-form .input-group, [data-bs-theme=dark] .pokemon-navbar-form .input-group {
  display: table;
}
[data-bs-theme=light] .pokemon-navbar-form .input-group .input-group-addon,
[data-bs-theme=light] .pokemon-navbar-form .input-group .input-group-btn, [data-bs-theme=dark] .pokemon-navbar-form .input-group .input-group-addon,
[data-bs-theme=dark] .pokemon-navbar-form .input-group .input-group-btn {
  white-space: nowrap;
  width: 1%;
}
[data-bs-theme=light] .pokemon-navbar-form .input-group .form-control, [data-bs-theme=dark] .pokemon-navbar-form .input-group .form-control {
  width: 100%;
}
[data-bs-theme=light] .autocomplete-dropdown, [data-bs-theme=dark] .autocomplete-dropdown {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 300px;
}
[data-bs-theme=light] .autocomplete-dropdown .autocomplete-dropdown-item, [data-bs-theme=dark] .autocomplete-dropdown .autocomplete-dropdown-item {
  display: block;
  width: 100%;
  text-decoration: none;
}
[data-bs-theme=light] .autocomplete-dropdown .autocomplete-dropdown-item--active, [data-bs-theme=dark] .autocomplete-dropdown .autocomplete-dropdown-item--active {
  margin: 0;
}
[data-bs-theme=light] #layout-scoops-sidebar-pop, [data-bs-theme=dark] #layout-scoops-sidebar-pop {
  width: 210px;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  bottom: 120px;
  margin-left: -270px;
}
[data-bs-theme=light] #layout-scoops-sidebar-pop::after, [data-bs-theme=dark] #layout-scoops-sidebar-pop::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 1850px) {
  [data-bs-theme=light] #layout-scoops-sidebar-pop, [data-bs-theme=dark] #layout-scoops-sidebar-pop {
    display: none;
  }
}
[data-bs-theme=light] #layout-scoops-sidebar-pop-close, [data-bs-theme=dark] #layout-scoops-sidebar-pop-close {
  color: var(--text-muted);
  margin-bottom: 5px;
  border: 0;
  background: transparent;
}
[data-bs-theme=light] .search-category-icon, [data-bs-theme=dark] .search-category-icon {
  height: 17px;
  width: 17px;
  margin-right: 5px;
  margin-top: -3px;
}
[data-bs-theme=light] .search-advanced-icon, [data-bs-theme=dark] .search-advanced-icon {
  height: 10px;
  width: 10px;
  margin-right: 5px;
  margin-top: -3px;
}
[data-bs-theme=light] .autocomplete-omni, [data-bs-theme=dark] .autocomplete-omni {
  font-family: "Open Sans";
  padding: 0;
}
[data-bs-theme=light] .autocomplete-omni .autocomplete-dropdown-item, [data-bs-theme=light] .autocomplete-omni li, [data-bs-theme=dark] .autocomplete-omni .autocomplete-dropdown-item, [data-bs-theme=dark] .autocomplete-omni li {
  padding: 0 0.625rem;
}
[data-bs-theme=light] .autocomplete-omni .autocomplete-omni-category, [data-bs-theme=dark] .autocomplete-omni .autocomplete-omni-category {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 600;
  color: #5A5A5A;
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
}
[data-bs-theme=light] .autocomplete-omni .autocomplete-item-card .autocomplete-dropdown-item--active, [data-bs-theme=dark] .autocomplete-omni .autocomplete-item-card .autocomplete-dropdown-item--active {
  background-color: #EE9746;
  color: #fff;
  border: none;
}
[data-bs-theme=light] .autocomplete-omni .autocomplete-item-link .autocomplete-dropdown-item--active,
[data-bs-theme=light] .autocomplete-omni .autocomplete-item-deck .autocomplete-dropdown-item--active,
[data-bs-theme=light] .autocomplete-omni .autocomplete-item-article .autocomplete-dropdown-item--active,
[data-bs-theme=light] .autocomplete-omni .autocomplete-item-tournament .autocomplete-dropdown-item--active, [data-bs-theme=dark] .autocomplete-omni .autocomplete-item-link .autocomplete-dropdown-item--active,
[data-bs-theme=dark] .autocomplete-omni .autocomplete-item-deck .autocomplete-dropdown-item--active,
[data-bs-theme=dark] .autocomplete-omni .autocomplete-item-article .autocomplete-dropdown-item--active,
[data-bs-theme=dark] .autocomplete-omni .autocomplete-item-tournament .autocomplete-dropdown-item--active {
  color: #EE9746;
  border: none;
  background-color: transparent;
}
[data-bs-theme=light] .autocomplete-omni .autocomplete-item-link, [data-bs-theme=dark] .autocomplete-omni .autocomplete-item-link {
  font-style: italic;
  font-size: 0.85em;
  font-weight: normal;
}
@media (min-width: 600px) {
  [data-bs-theme=light] .autocomplete-omni .autocomplete-item-link, [data-bs-theme=dark] .autocomplete-omni .autocomplete-item-link {
    margin-bottom: 1em;
  }
}
[data-bs-theme=light] .autocomplete-omni, [data-bs-theme=dark] .autocomplete-omni {
  /*
    .autocomplete-dropdown-item {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
  */
}
[data-bs-theme=light] .autocomplete-omni .autocomplete-dropdown-item, [data-bs-theme=dark] .autocomplete-omni .autocomplete-dropdown-item {
  border-top: none;
}
@media (min-width: 600px) {
  [data-bs-theme=light] .autocomplete-omni, [data-bs-theme=dark] .autocomplete-omni {
    background: linear-gradient(to right, white 0%, white 50%, #f3f3f3 50%, #f3f3f3 100%);
    min-width: 550px;
  }
}
[data-bs-theme=light] .autocomplete-omni-subcontainer, [data-bs-theme=dark] .autocomplete-omni-subcontainer {
  width: 100%;
}
[data-bs-theme=light] .autocomplete-omni-right-container, [data-bs-theme=dark] .autocomplete-omni-right-container {
  background-color: #f3f3f3;
}
@media only screen and (min-width: 600px) {
  [data-bs-theme=light] .autocomplete-omni-left-container, [data-bs-theme=dark] .autocomplete-omni-left-container {
    font-size: 1.25em;
  }
  [data-bs-theme=light] .autocomplete-omni-subcontainer, [data-bs-theme=dark] .autocomplete-omni-subcontainer {
    float: left;
    width: 50%;
  }
}
[data-bs-theme=light] abbr[title], [data-bs-theme=dark] abbr[title] {
  border: none;
}
[data-bs-theme=light] .layout-ads-top-container, [data-bs-theme=dark] .layout-ads-top-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
[data-bs-theme=light] .layout-ads-top-container .layout-ads-supplemental-ad, [data-bs-theme=dark] .layout-ads-top-container .layout-ads-supplemental-ad {
  display: none;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .layout-ads-top-container .layout-ads-supplemental-ad, [data-bs-theme=dark] .layout-ads-top-container .layout-ads-supplemental-ad {
    display: inline-block;
  }
}
[data-bs-theme=light] .btn.fa, [data-bs-theme=light] .btn.fas, [data-bs-theme=dark] .btn.fa, [data-bs-theme=dark] .btn.fas {
  font-weight: 900;
}
[data-bs-theme=light] .hidden, [data-bs-theme=dark] .hidden {
  display: none !important;
}
[data-bs-theme=light] .cd-morph-dropdown .deck-submenu, [data-bs-theme=dark] .cd-morph-dropdown .deck-submenu {
  margin: 0;
  z-index: 1;
}
[data-bs-theme=light] #layout-submenu-archetype, [data-bs-theme=light] #layout-submenu-deck, [data-bs-theme=light] #layout-submenu-metagame-list, [data-bs-theme=light] #layout-submenu-card-price, [data-bs-theme=dark] #layout-submenu-archetype, [data-bs-theme=dark] #layout-submenu-deck, [data-bs-theme=dark] #layout-submenu-metagame-list, [data-bs-theme=dark] #layout-submenu-card-price {
  display: none;
}
[data-bs-theme=light] .deck-submenu.show, [data-bs-theme=dark] .deck-submenu.show {
  display: flex !important;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .deck-submenu.show, [data-bs-theme=dark] .deck-submenu.show {
    display: none !important;
  }
}
[data-bs-theme=light], [data-bs-theme=dark] {
  /*
  #main-navigation {
    -webkit-transition: 0.5s ease-in-out;
    top: 0;
  }
  #main-navigation.nav-fixed {
    position: fixed;
  }
  #main-navigation.nav-hidden {
    position: fixed;
    top: -200px;
  }
  */
}
[data-bs-theme=light] .cd-main-content.cd-main-content-with-submenu, [data-bs-theme=dark] .cd-main-content.cd-main-content-with-submenu {
  /*
  padding-top: 122px;
  @include for-desktop-up {
    padding-top: 70px;
  }
  */
}
[data-bs-theme=light] h1, [data-bs-theme=light] .h1, [data-bs-theme=light] h2, [data-bs-theme=light] .h2, [data-bs-theme=dark] h1, [data-bs-theme=dark] .h1, [data-bs-theme=dark] h2, [data-bs-theme=dark] .h2 {
  font-weight: bold;
}
[data-bs-theme=light] .layout-newsletter-form, [data-bs-theme=dark] .layout-newsletter-form {
  display: flex;
  flex-wrap: nowrap;
  max-width: 30rem;
}
[data-bs-theme=light] .layout-newsletter-form .layout-newsletter-input, [data-bs-theme=dark] .layout-newsletter-form .layout-newsletter-input {
  flex: 1 1 5em;
}
[data-bs-theme=light] .layout-newsletter-form .layout-newsletter-btn, [data-bs-theme=dark] .layout-newsletter-form .layout-newsletter-btn {
  flex-grow: 0;
}
[data-bs-theme=light] .bs-wizard > .bs-wizard-step, [data-bs-theme=dark] .bs-wizard > .bs-wizard-step {
  flex-grow: 1;
}
[data-bs-theme=light] #card-popup-modal img, [data-bs-theme=dark] #card-popup-modal img {
  max-width: 100%;
}
[data-bs-theme=light] .deck-code-container, [data-bs-theme=dark] .deck-code-container {
  margin-top: 1rem;
  padding-top: 1rem;
}
[data-bs-theme=light] input[type=radio], [data-bs-theme=light] input[type=checkbox], [data-bs-theme=dark] input[type=radio], [data-bs-theme=dark] input[type=checkbox] {
  margin-right: 0.5rem;
}
[data-bs-theme=light] .deck-iframe-contents, [data-bs-theme=dark] .deck-iframe-contents {
  margin: 1rem;
}
[data-bs-theme=light] .deck-iframe-contents .deck-view-title, [data-bs-theme=dark] .deck-iframe-contents .deck-view-title {
  margin-top: 0;
}
[data-bs-theme=light] .layout-footer-panel-container > h3, [data-bs-theme=light] .layout-footer-panel-container > .h3, [data-bs-theme=dark] .layout-footer-panel-container > h3, [data-bs-theme=dark] .layout-footer-panel-container > .h3 {
  font-size: 18px;
}
[data-bs-theme=light] .close, [data-bs-theme=dark] .close {
  color: #343a40;
  opacity: 1;
}
[data-bs-theme=light] .layout-header-search-menu > a:focus > img, [data-bs-theme=dark] .layout-header-search-menu > a:focus > img {
  background-color: rgb(233.7079207921, 124.7425742574, 23.2920792079);
}
[data-bs-theme=light] #privacy_modal_message, [data-bs-theme=dark] #privacy_modal_message {
  margin-top: 10px;
  color: #3c763d;
}
[data-bs-theme=light] .layout-navbar-wrapper, [data-bs-theme=dark] .layout-navbar-wrapper {
  box-shadow: 0px 6px 4px -4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1200) {
  [data-bs-theme=light] .layout-navbar-top, [data-bs-theme=dark] .layout-navbar-top {
    display: flex;
  }
  [data-bs-theme=light] .navbar-brand-desktop, [data-bs-theme=dark] .navbar-brand-desktop {
    display: flex;
    align-items: center;
    padding-left: 10px;
  }
  [data-bs-theme=light] .layout-searchbar-mobile, [data-bs-theme=dark] .layout-searchbar-mobile {
    flex: 1;
    align-items: center;
    display: flex;
    padding-right: 10px;
  }
  [data-bs-theme=light] .layout-top-ad-container, [data-bs-theme=dark] .layout-top-ad-container {
    margin-bottom: 5px;
  }
}
[data-bs-theme=light], [data-bs-theme=dark] {
  /*
  // change collapse width to screen-lg-min
  @media (max-width: $screen-lg-min) {
      .navbar-header {
          float: none;
      }
      .navbar-toggle {
          display: block;
      }
      .navbar-collapse {
          border-top: 1px solid transparent;
          box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
      }
      .navbar-collapse.collapse {
          display: none!important;
      }
      .navbar-nav {
          float: none!important;
          margin: 7.5px -15px;
      }
      .navbar-nav>li {
          float: none;
      }
      .navbar-nav>li>a {
          padding-top: 10px;
          padding-bottom: 10px;
      }
  }
  */
  /*
  @media (max-width: $screen-lg-min) {
      .navbar-header {
          float: none;
      }
      .navbar-left,.navbar-right {
          float: none !important;
      }
      .navbar-toggle {
          display: block;
      }
      .navbar-collapse {
          border-top: 1px solid transparent;
          box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
      }
      .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
    }
      .navbar-collapse.collapse {
          display: none!important;
      }
      .navbar-nav {
          float: none!important;
      margin-top: 7.5px;
    }
    .navbar-nav>li {
          float: none;
      }
      .navbar-nav>li>a {
          padding-top: 10px;
          padding-bottom: 10px;
      }
      .collapse.in{
        display:block !important;
    }
  }
  */
}
[data-bs-theme=light] .layout-v3, [data-bs-theme=dark] .layout-v3 {
  background-color: #EE9746;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .layout-v3, [data-bs-theme=dark] .layout-v3 {
    background-image: asset_url("/assets/layout-header-bg-f06c8f08.svg");
    background-size: cover;
  }
}
[data-bs-theme=light] .layout-v3, [data-bs-theme=dark] .layout-v3 {
  box-shadow: 0px 6px 4px -4px rgba(0, 0, 0, 0.25);
  z-index: 1;
  position: relative;
}
[data-bs-theme=light] .layout-v3 .navbar, [data-bs-theme=dark] .layout-v3 .navbar {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  padding: 0.25rem;
}
[data-bs-theme=light] .layout-v3 .navbar-collapse, [data-bs-theme=dark] .layout-v3 .navbar-collapse {
  width: 100%;
}
[data-bs-theme=light] .layout-v3 .layout-brand-long, [data-bs-theme=dark] .layout-v3 .layout-brand-long {
  display: none;
}
[data-bs-theme=light] .layout-v3 .layout-brand-circle, [data-bs-theme=dark] .layout-v3 .layout-brand-circle {
  margin-left: 0.3rem;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .layout-v3 .layout-brand-circle, [data-bs-theme=dark] .layout-v3 .layout-brand-circle {
    display: none;
  }
  [data-bs-theme=light] .layout-v3 .layout-brand-long, [data-bs-theme=dark] .layout-v3 .layout-brand-long {
    display: block;
    margin-right: 2rem;
    width: 150px;
  }
}
[data-bs-theme=light] .layout-v3 .layout-searchbar-mobile, [data-bs-theme=dark] .layout-v3 .layout-searchbar-mobile {
  flex-basis: 5rem;
  flex-grow: 2;
  padding: 0;
  margin: 0 1rem;
}
[data-bs-theme=light] .layout-v3 .navbar-collapse, [data-bs-theme=dark] .layout-v3 .navbar-collapse {
  margin-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .layout-v3 .navbar-collapse, [data-bs-theme=dark] .layout-v3 .navbar-collapse {
    margin-top: 0;
    border-top: none;
    order: 2;
  }
}
[data-bs-theme=light] .layout-v3 .navbar-logo-container, [data-bs-theme=dark] .layout-v3 .navbar-logo-container {
  order: 1;
}
[data-bs-theme=light] .layout-v3 .layout-searchbar-mobile, [data-bs-theme=dark] .layout-v3 .layout-searchbar-mobile {
  order: 2;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .layout-v3 .layout-searchbar-mobile, [data-bs-theme=dark] .layout-v3 .layout-searchbar-mobile {
    order: 10;
    flex-basis: 50rem;
  }
}
[data-bs-theme=light] .layout-v3 .navbar-toggler, [data-bs-theme=dark] .layout-v3 .navbar-toggler {
  order: 3;
}
[data-bs-theme=light] .layout-v3 .navbar-collapse, [data-bs-theme=dark] .layout-v3 .navbar-collapse {
  order: 4;
}
[data-bs-theme=light] .footer-toggle-dark-mode, [data-bs-theme=dark] .footer-toggle-dark-mode {
  display: flex;
  align-items: center;
}
[data-bs-theme=light] .footer-toggle-dark-mode label, [data-bs-theme=dark] .footer-toggle-dark-mode label {
  cursor: pointer;
}
[data-bs-theme=light] .responsive-column-meta-block, [data-bs-theme=dark] .responsive-column-meta-block {
  display: block;
}
@media (min-width: 600px) {
  [data-bs-theme=light] .responsive-column-meta-block, [data-bs-theme=dark] .responsive-column-meta-block {
    display: none;
  }
}
[data-bs-theme=light] .responsive-column-meta-inline-block, [data-bs-theme=dark] .responsive-column-meta-inline-block {
  display: inline-block;
}
@media (min-width: 600px) {
  [data-bs-theme=light] .responsive-column-meta-inline-block, [data-bs-theme=dark] .responsive-column-meta-inline-block {
    display: none;
  }
}
[data-bs-theme=light] .responsive-column, [data-bs-theme=dark] .responsive-column {
  display: none;
}
@media (min-width: 600px) {
  [data-bs-theme=light] .responsive-column, [data-bs-theme=dark] .responsive-column {
    display: table-cell;
  }
}
[data-bs-theme=light] .rails-bootstrap-forms-datetime-select .form-control, [data-bs-theme=dark] .rails-bootstrap-forms-datetime-select .form-control {
  width: auto;
  display: inline-block;
}
[data-bs-theme=light] .ajax-spinner, [data-bs-theme=dark] .ajax-spinner {
  margin: 10px auto;
  display: block;
  width: 32px;
}
[data-bs-theme=light] .ajax-spinner-inline, [data-bs-theme=dark] .ajax-spinner-inline {
  margin: 0;
  display: block;
  width: 16px;
  height: 16px;
}
[data-bs-theme=light] .turbo-spinner, [data-bs-theme=dark] .turbo-spinner {
  margin: 10px auto;
  display: inline-block;
  width: 32px;
}
[data-bs-theme=light] .card_name > .badge, [data-bs-theme=dark] .card_name > .badge {
  margin-left: 0.25rem;
}
[data-bs-theme=light] .card_name > .badge ~ .badge, [data-bs-theme=dark] .card_name > .badge ~ .badge {
  margin-left: 0.25rem;
}
[data-bs-theme=light] .form-group-remove-fields, [data-bs-theme=dark] .form-group-remove-fields {
  display: flex;
}
[data-bs-theme=light] .form-group-remove-fields .form-group, [data-bs-theme=dark] .form-group-remove-fields .form-group {
  flex-grow: 1;
}
[data-bs-theme=light] .remove_fields_array, [data-bs-theme=light] .remove_fields, [data-bs-theme=dark] .remove_fields_array, [data-bs-theme=dark] .remove_fields {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .primary-navigation .dropdown, [data-bs-theme=dark] .primary-navigation .dropdown {
    position: static !important;
  }
  [data-bs-theme=light] .primary-navigation .dropdown .dropdown-menu, [data-bs-theme=dark] .primary-navigation .dropdown .dropdown-menu {
    right: 0;
    background-color: var(--nav-dropdown-bg-color);
  }
}

@media (min-width: 1200px) {
  .mtggoldfish-staging .layout-v3 {
    background-image: none;
    background-size: cover;
  }
}
.mtggoldfish-staging .layout-v3 {
  background-color: #ADD8E6;
}

.layout-affiliate-disclosure {
  text-align: center;
  font-size: 80%;
  margin-bottom: 0rem;
}
@media (min-width: 1200px) {
  .layout-affiliate-disclosure {
    font-size: 90%;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}

.layout-ads-top-container {
  max-height: 50px;
  height: 50px;
  overflow: hidden;
}
@media (min-width: 900px) {
  .layout-ads-top-container {
    max-height: 90px;
    height: 90px;
    overflow: hidden;
  }
}

#ad-layout-header, #ad-layout-footer-nav, #ad-layout-footer-content, #ad-layout-content-primary, #ad-layout-content-secondary {
  text-align: center;
}

.gap-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; /* Works in modern browsers */
}

.set-symbol {
  font-size: 1.4rem;
  margin-left: 3px;
  margin-right: 3px;
}

#jwt-message .alert {
  margin: 0;
  margin-right: 0.5rem;
}

.vendor-promotion {
  font-size: 95%;
  padding: 0.55rem;
  font-style: italic;
}

@media (max-width: 1200px) {
  .navbar-search-dropdown {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
  }
}
/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
.label-reserved {
  font-size: 75%;
}

.table-movers {
  margin-bottom: 0.5rem;
}

.movers-view-more {
  display: block;
  text-align: right;
  margin-bottom: 0.5rem;
}

.movers-ad-container {
  margin: 1rem 0;
}

.movers-container .movers-ad-container {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
@media (min-width: 900px) {
  .movers-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .movers-container .movers-table-container {
    width: 49%;
  }
  .movers-container .movers-ad-container {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .movers-container {
    flex-wrap: nowrap;
  }
  .movers-container .movers-table-container:first-child {
    margin-right: 1rem;
  }
  .movers-container .movers-table-container {
    width: 100%;
    flex-grow: 1;
  }
  .movers-container .movers-ad-container {
    flex: 0 0 320px;
  }
}

.last-updated {
  text-align: center;
  margin-top: 3rem;
}

.movers-layout::after {
  display: block;
  clear: both;
  content: "";
}

.movers-layout-fixed {
  float: left;
  width: 400px;
  margin-left: -400px;
}

.movers-layout-content-wrapper {
  float: left;
  width: 100%;
}

.movers-layout-content {
  margin-right: 400px;
  padding-right: 10px;
}

@media (max-width: 992) {
  .movers-layout-content-wrapper, .movers-layout-content, .movers-layout-fixed {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .movers-layout-fixed {
    margin-top: 10px;
  }
}
.label-reserved {
  font-size: 75%;
}

.table-staples .col-card, .table-movers .col-card {
  white-space: normal;
}
@media (min-width: 600px) {
  .table-staples .col-card, .table-movers .col-card {
    white-space: nowrap;
  }
}
.table-staples .col-card, .table-movers .col-card {
  width: 100%;
  max-width: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.movers-table-container > h2, .movers-table-container > .h2 {
  margin-top: 1rem;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
[data-bs-theme=light] .set-subset-selector-container, [data-bs-theme=dark] .set-subset-selector-container {
  display: inline-block;
  margin-left: 1rem;
}
[data-bs-theme=light] .set-subset-selector-container > .form-control, [data-bs-theme=dark] .set-subset-selector-container > .form-control {
  margin-left: 0.5rem;
  width: auto;
  display: inline-block;
}
[data-bs-theme=light] .column-selector-label, [data-bs-theme=dark] .column-selector-label {
  margin-bottom: 0;
}
[data-bs-theme=light] .card-container-table .card-container-column-sort, [data-bs-theme=dark] .card-container-table .card-container-column-sort {
  margin-left: 0.5rem;
}
[data-bs-theme=light] .card-container-controls-container, [data-bs-theme=dark] .card-container-controls-container {
  margin-bottom: 1rem;
  margin-top: -0.5rem;
  display: flex;
  flex-wrap: wrap;
}
[data-bs-theme=light] .card-container-controls-container > *, [data-bs-theme=dark] .card-container-controls-container > * {
  margin-top: 0.5rem;
}
[data-bs-theme=light] .card-container-controls-container .card-container-controls, [data-bs-theme=dark] .card-container-controls-container .card-container-controls {
  display: inline-block;
  margin-right: 1rem;
  margin-top: 0;
}
[data-bs-theme=light] .card-container-controls-container .card-container-controls > *, [data-bs-theme=dark] .card-container-controls-container .card-container-controls > * {
  margin-top: 0.5rem;
}
[data-bs-theme=light] .card-container-controls-container .card-container-controls > .form-control, [data-bs-theme=dark] .card-container-controls-container .card-container-controls > .form-control {
  margin-left: 0.5rem;
  width: auto;
  display: inline-block;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .card-container-controls-container .card-container-column-selector, [data-bs-theme=dark] .card-container-controls-container .card-container-column-selector {
    flex-grow: 1;
    display: flex;
    margin-right: 0;
    width: 100%;
  }
  [data-bs-theme=light] .card-container-controls-container .card-container-column-selector .form-check-inline, [data-bs-theme=dark] .card-container-controls-container .card-container-column-selector .form-check-inline {
    width: auto;
  }
  [data-bs-theme=light] .card-container-controls-container .card-container-column-selector .form-check-inline:not(:last-child), [data-bs-theme=dark] .card-container-controls-container .card-container-column-selector .form-check-inline:not(:last-child) {
    margin-right: 1rem;
  }
}
[data-bs-theme=light] .price-card-purchase-header:not(:first-of-type), [data-bs-theme=dark] .price-card-purchase-header:not(:first-of-type) {
  margin-top: 1rem;
}
[data-bs-theme=light] .card-conduit-text-placement::after, [data-bs-theme=dark] .card-conduit-text-placement::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .card-conduit-text-placement svg, [data-bs-theme=dark] .card-conduit-text-placement svg {
  width: 30px;
  float: left;
  margin-right: 1rem;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] #oracle-collapse-control, [data-bs-theme=dark] #oracle-collapse-control {
    display: none;
  }
  [data-bs-theme=light] #oracle-text.collapse, [data-bs-theme=dark] #oracle-text.collapse {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
[data-bs-theme=light] .price-card-price-alert-btn, [data-bs-theme=dark] .price-card-price-alert-btn {
  width: 100%;
  margin-top: 0.5rem;
}
@media (min-width: 600px) {
  [data-bs-theme=light] .price-card-price-alert-btn, [data-bs-theme=dark] .price-card-price-alert-btn {
    width: 48%;
    margin: 1%;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .price-card-price-alert-btn, [data-bs-theme=dark] .price-card-price-alert-btn {
    width: 96%;
    margin-top: 0;
    margin-bottom: 0.5em;
  }
}
[data-bs-theme=light] .price-card-dfc, [data-bs-theme=dark] .price-card-dfc {
  position: relative;
  width: 100%;
  perspective: 2000px;
}
[data-bs-theme=light] .price-card-dfc .price-card-dfc-inner, [data-bs-theme=dark] .price-card-dfc .price-card-dfc-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
[data-bs-theme=light] .price-card-dfc .price-card-dfc-inner .price-card-dfc-spacer, [data-bs-theme=dark] .price-card-dfc .price-card-dfc-inner .price-card-dfc-spacer {
  visibility: hidden;
}
[data-bs-theme=light] .price-card-dfc .price-card-dfc-inner .price-card-dfc-front, [data-bs-theme=light] .price-card-dfc .price-card-dfc-inner .price-card-dfc-back, [data-bs-theme=dark] .price-card-dfc .price-card-dfc-inner .price-card-dfc-front, [data-bs-theme=dark] .price-card-dfc .price-card-dfc-inner .price-card-dfc-back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
[data-bs-theme=light] .price-card-dfc .price-card-dfc-inner .price-card-dfc-back, [data-bs-theme=dark] .price-card-dfc .price-card-dfc-inner .price-card-dfc-back {
  transform: rotateY(180deg);
}
[data-bs-theme=light] .btn-toggle-dfc, [data-bs-theme=dark] .btn-toggle-dfc {
  position: absolute;
  right: 10%;
  top: 25%;
  z-index: 2000;
  border-radius: 50%;
}
[data-bs-theme=light] .price-card-dfc.active .price-card-dfc-inner, [data-bs-theme=dark] .price-card-dfc.active .price-card-dfc-inner {
  transform: rotateY(180deg);
}
[data-bs-theme=light] .price-card-image-image, [data-bs-theme=dark] .price-card-image-image {
  width: 100%;
  border-radius: 5%;
}
[data-bs-theme=light] .price-card-image-price, [data-bs-theme=dark] .price-card-image-price {
  position: relative;
  float: left;
  margin-right: -100%;
}
[data-bs-theme=light] .price-card-image-price::after, [data-bs-theme=dark] .price-card-image-price::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .price-card-image-bg, [data-bs-theme=dark] .price-card-image-bg {
  width: 223px;
  height: 310px;
  background-size: contain;
  border-radius: 20px;
}
[data-bs-theme=light] .price-card-name-set-symbol, [data-bs-theme=dark] .price-card-name-set-symbol {
  margin-left: 10px;
}
[data-bs-theme=light] .price-card-name-set-name, [data-bs-theme=light] .price-card-name-foil, [data-bs-theme=dark] .price-card-name-set-name, [data-bs-theme=dark] .price-card-name-foil {
  font-size: 20px;
}
[data-bs-theme=light] .price-card-name-header-tags, [data-bs-theme=dark] .price-card-name-header-tags {
  margin-top: 0.25em;
}
[data-bs-theme=light] .price-card-name-header-set, [data-bs-theme=dark] .price-card-name-header-set {
  display: inline-block;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .price-card-name-header-name, [data-bs-theme=light] .price-card-name-header-set, [data-bs-theme=light] .price-card-name-header-tags, [data-bs-theme=dark] .price-card-name-header-name, [data-bs-theme=dark] .price-card-name-header-set, [data-bs-theme=dark] .price-card-name-header-tags {
    display: inline-block;
  }
  [data-bs-theme=light] .price-card-name-header-set, [data-bs-theme=dark] .price-card-name-header-set {
    margin: 0 1rem;
  }
  [data-bs-theme=light] .price-card-name-header-name > .badge, [data-bs-theme=dark] .price-card-name-header-name > .badge {
    margin-left: 1rem;
  }
  [data-bs-theme=light] .price-card-name-header-name > .badge ~ .badge, [data-bs-theme=dark] .price-card-name-header-name > .badge ~ .badge {
    margin-left: 0.5rem;
  }
}
[data-bs-theme=light] .price-card-name-header-name, [data-bs-theme=dark] .price-card-name-header-name {
  font-weight: bold;
}
[data-bs-theme=light] .price-card-purchase-button, [data-bs-theme=dark] .price-card-purchase-button {
  display: block;
}
[data-bs-theme=light], [data-bs-theme=dark] {
  /*
  .price-card-name {
    margin-bottom: 5px;
    @include make-row-fluid();
  }
  */
}
[data-bs-theme=light] #graphdiv-online, [data-bs-theme=light] #graphdiv-paper, [data-bs-theme=dark] #graphdiv-online, [data-bs-theme=dark] #graphdiv-paper {
  width: 100% !important;
  height: 200px;
}
[data-bs-theme=light] .price-card-name-header h2, [data-bs-theme=light] .price-card-name-header .h2, [data-bs-theme=dark] .price-card-name-header h2, [data-bs-theme=dark] .price-card-name-header .h2 {
  margin: 5px 0 5px 0;
  position: absolute;
  bottom: 0;
}
[data-bs-theme=light] .price-card-name-header::after, [data-bs-theme=dark] .price-card-name-header::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .price-card-name-header, [data-bs-theme=dark] .price-card-name-header {
  position: relative;
  height: 50px;
  margin-bottom: 10px;
}
[data-bs-theme=light] .price-card-secondary-printings, [data-bs-theme=dark] .price-card-secondary-printings {
  padding-top: 10px;
}
[data-bs-theme=light] .price-card-name-foil, [data-bs-theme=dark] .price-card-name-foil {
  margin-bottom: 5px;
}
[data-bs-theme=light] .price-card-history-placeholder, [data-bs-theme=dark] .price-card-history-placeholder {
  float: none;
  margin: 0;
}
[data-bs-theme=light] .price-card-image, [data-bs-theme=dark] .price-card-image {
  float: none;
  margin: 0 auto;
}
[data-bs-theme=light] .price-card-name-header, [data-bs-theme=light] .price-card-name-header h2, [data-bs-theme=light] .price-card-name-header .h2, [data-bs-theme=dark] .price-card-name-header, [data-bs-theme=dark] .price-card-name-header h2, [data-bs-theme=dark] .price-card-name-header .h2 {
  position: static;
  height: auto;
}
[data-bs-theme=light] .price-card-name-header-tags, [data-bs-theme=dark] .price-card-name-header-tags {
  position: static;
  display: block;
}
[data-bs-theme=light] .price-card-name-set-symbol, [data-bs-theme=dark] .price-card-name-set-symbol {
  margin-left: 0;
}
[data-bs-theme=light] .price-card-image-price, [data-bs-theme=dark] .price-card-image-price {
  float: none;
  margin: 0;
}
[data-bs-theme=light] #legend-online, [data-bs-theme=light] #legend-paper, [data-bs-theme=dark] #legend-online, [data-bs-theme=dark] #legend-paper {
  margin-bottom: 1.5rem;
  font-size: 12px;
  overflow: hidden;
  height: 18px;
  text-align: right;
  display: block !important;
}
[data-bs-theme=light] .legend-single > span.highlight, [data-bs-theme=dark] .legend-single > span.highlight {
  display: inline;
}
[data-bs-theme=light] .legend-single > span, [data-bs-theme=dark] .legend-single > span {
  display: inline;
}
[data-bs-theme=light] .legend-multi > span.highlight, [data-bs-theme=dark] .legend-multi > span.highlight {
  display: inline;
}
[data-bs-theme=light] .legend-multi > span, [data-bs-theme=dark] .legend-multi > span {
  display: none;
}
[data-bs-theme=light] #price-event-annotation, [data-bs-theme=dark] #price-event-annotation {
  padding: 0;
  border: none;
  position: absolute !important;
}
[data-bs-theme=light] .color-legend, [data-bs-theme=dark] .color-legend {
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  border: 1px solid;
  border-color: rgb(150, 150, 150);
  margin-right: 5px;
}
[data-bs-theme=light] .graph-indicator, [data-bs-theme=dark] .graph-indicator {
  padding: 10px;
  padding-left: 0px;
  padding-bottom: 0px;
  font-size: 11px;
  float: left;
}
[data-bs-theme=light] .graph-indicators, [data-bs-theme=dark] .graph-indicators {
  margin-top: 5px;
  margin-left: 20px;
}
[data-bs-theme=light] .modern-ptq, [data-bs-theme=dark] .modern-ptq {
  background-color: rgba(197, 224, 220, 0.8);
}
[data-bs-theme=light] .graph-indicator p, [data-bs-theme=dark] .graph-indicator p {
  float: left;
  margin-bottom: 0px;
}
[data-bs-theme=light] .graph-indicator img, [data-bs-theme=dark] .graph-indicator img {
  margin-left: 5px;
  margin-top: -5px;
}
[data-bs-theme=light] .standard, [data-bs-theme=dark] .standard {
  background-color: rgba(241, 212, 175, 0.8);
}
[data-bs-theme=light] .card-recent-decks-header, [data-bs-theme=dark] .card-recent-decks-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.5rem;
}
[data-bs-theme=light] .price-card-image, [data-bs-theme=dark] .price-card-image {
  position: relative;
  width: 225px;
  height: 310px;
}
[data-bs-theme=light] .price-card-history, [data-bs-theme=dark] .price-card-history {
  width: 100%;
}
[data-bs-theme=light] .price-card-history-placeholder-inner, [data-bs-theme=dark] .price-card-history-placeholder-inner {
  width: 100%;
}
[data-bs-theme=light] #priceHistoryTabs, [data-bs-theme=dark] #priceHistoryTabs {
  height: 42px;
  float: right;
}
[data-bs-theme=light] .price-card-statistics-header, [data-bs-theme=dark] .price-card-statistics-header {
  margin-top: 30px;
}
[data-bs-theme=light] .price-card-statistics-paper::after, [data-bs-theme=light] .price-card-statistics-online::after, [data-bs-theme=dark] .price-card-statistics-paper::after, [data-bs-theme=dark] .price-card-statistics-online::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light], [data-bs-theme=dark] {
  /*
  @media (max-width: $price-card-sidebar-bp) {
    .price-card-main-left-inner {
      margin:0;
    }
    .price-card-sidebar {
      margin: 0;
      float: none;
      width: auto;
      margin-top: 10px;
      padding-left: 0;
    }
  }
  */
}
[data-bs-theme=light] .price-card-secondary-ad, [data-bs-theme=dark] .price-card-secondary-ad {
  width: 300px;
  margin: 10px auto;
  margin-bottom: 1rem;
}
[data-bs-theme=light] .otherPrintingsLinkOnline:hover, [data-bs-theme=light] .otherPrintingsLinkOnline:focus, [data-bs-theme=light] .otherPrintingsLinkOnline, [data-bs-theme=dark] .otherPrintingsLinkOnline:hover, [data-bs-theme=dark] .otherPrintingsLinkOnline:focus, [data-bs-theme=dark] .otherPrintingsLinkOnline {
  font-weight: bold;
  color: var(--text-online) !important;
}
[data-bs-theme=light] .otherPrintingsLinkPaper:hover, [data-bs-theme=light] .otherPrintingsLinkPaper:focus, [data-bs-theme=light] .otherPrintingsLinkPaper, [data-bs-theme=dark] .otherPrintingsLinkPaper:hover, [data-bs-theme=dark] .otherPrintingsLinkPaper:focus, [data-bs-theme=dark] .otherPrintingsLinkPaper {
  font-weight: bold;
  color: var(--text-paper) !important;
}
[data-bs-theme=light] .ebay-auctions-widget, [data-bs-theme=light] .tcgplayer-widget, [data-bs-theme=light] .cardkingdom-widget, [data-bs-theme=light] .ev-widget, [data-bs-theme=dark] .ebay-auctions-widget, [data-bs-theme=dark] .tcgplayer-widget, [data-bs-theme=dark] .cardkingdom-widget, [data-bs-theme=dark] .ev-widget {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
[data-bs-theme=light] .price-card-secondary-widgets, [data-bs-theme=dark] .price-card-secondary-widgets {
  margin-top: 20px;
}
[data-bs-theme=light] .price-card-purchase-desktop, [data-bs-theme=dark] .price-card-purchase-desktop {
  display: none;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .price-card-purchase-mobile, [data-bs-theme=dark] .price-card-purchase-mobile {
    display: none !important;
  }
  [data-bs-theme=light] .price-card-purchase-desktop, [data-bs-theme=dark] .price-card-purchase-desktop {
    display: block;
  }
}
[data-bs-theme=light] .price-card-history-no-history, [data-bs-theme=dark] .price-card-history-no-history {
  max-width: 100%;
}
@media (max-width: 768) {
  [data-bs-theme=light] .price-card-history-no-history, [data-bs-theme=dark] .price-card-history-no-history {
    margin: 0 auto;
    max-width: 100%;
  }
}
[data-bs-theme=light] .btn-price-card-download, [data-bs-theme=dark] .btn-price-card-download {
  width: 100%;
  margin-bottom: 5px;
}
[data-bs-theme=light] .recommendation-carousel-container, [data-bs-theme=dark] .recommendation-carousel-container {
  position: relative;
}
[data-bs-theme=light] .recommendation-carousel-container > #blocker, [data-bs-theme=dark] .recommendation-carousel-container > #blocker {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  left: -15px;
  background-color: #fff;
  opacity: 0.7;
  z-index: 999;
}
[data-bs-theme=light] .blocker-spinner, [data-bs-theme=dark] .blocker-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  opacity: 1;
}
[data-bs-theme=light] .recommendation-carousel, [data-bs-theme=dark] .recommendation-carousel {
  margin-left: 20px;
  margin-right: 15px;
}
[data-bs-theme=light] .price-played-with-no-result, [data-bs-theme=dark] .price-played-with-no-result {
  font-size: 125%;
  margin-left: 20px;
}
[data-bs-theme=light] .price-played-with-select, [data-bs-theme=dark] .price-played-with-select {
  display: inline-block;
  width: 200px;
  /*
    margin-left: 10px;
    margin-top: 17px;
    float: left;
    */
}
[data-bs-theme=light] .price-card-secondary-source-product-header, [data-bs-theme=dark] .price-card-secondary-source-product-header {
  margin-top: 10px;
}
[data-bs-theme=light] .price-card-widgets-cards, [data-bs-theme=dark] .price-card-widgets-cards {
  margin-bottom: 20px;
}
[data-bs-theme=light] .priceList-price-price-wrapper, [data-bs-theme=dark] .priceList-price-price-wrapper {
  display: inline-block;
}
[data-bs-theme=light] .hover-thumbnail:hover, [data-bs-theme=dark] .hover-thumbnail:hover {
  position: absolute;
  top: 0;
  left: 0;
  /*
      top:-25px;
      left:-35px;
  */
  width: auto !important;
  height: auto !important;
  display: block;
  z-index: 999;
}
[data-bs-theme=light] .price-card-name-header-tags, [data-bs-theme=dark] .price-card-name-header-tags {
  font-size: 14px;
  padding-bottom: 5px;
}
[data-bs-theme=light] .gatherer-container, [data-bs-theme=dark] .gatherer-container {
  margin-top: 0.5rem;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .gatherer-container, [data-bs-theme=dark] .gatherer-container {
    margin-top: 0;
  }
}
[data-bs-theme=light] .gatherer-container, [data-bs-theme=dark] .gatherer-container {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
[data-bs-theme=light] .gatherer-container h3, [data-bs-theme=light] .gatherer-container .h3, [data-bs-theme=light] .gatherer-container h4, [data-bs-theme=light] .gatherer-container .h4, [data-bs-theme=dark] .gatherer-container h3, [data-bs-theme=dark] .gatherer-container .h3, [data-bs-theme=dark] .gatherer-container h4, [data-bs-theme=dark] .gatherer-container .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .gatherer-container, [data-bs-theme=dark] .gatherer-container {
    flex-grow: 1;
  }
}
[data-bs-theme=light] .gatherer-container, [data-bs-theme=dark] .gatherer-container {
  margin-bottom: 0.5em;
}
[data-bs-theme=light] .gatherer-container .gatherer-name, [data-bs-theme=dark] .gatherer-container .gatherer-name {
  margin: 0;
  margin-bottom: 0.5em;
}
[data-bs-theme=light] .gatherer-container .gatherer-name .manacost, [data-bs-theme=dark] .gatherer-container .gatherer-name .manacost {
  font-size: 1rem;
  top: -5px;
}
[data-bs-theme=light] .gatherer-container .gatherer-related .gatherer-name, [data-bs-theme=dark] .gatherer-container .gatherer-related .gatherer-name {
  font-size: 20px;
}
[data-bs-theme=light] .gatherer-container .gatherer-related .gatherer-type-power, [data-bs-theme=dark] .gatherer-container .gatherer-related .gatherer-type-power {
  font-size: 100%;
}
[data-bs-theme=light] .gatherer-container .gatherer-type, [data-bs-theme=dark] .gatherer-container .gatherer-type {
  font-size: 110%;
}
[data-bs-theme=light] .gatherer-container .gatherer-type, [data-bs-theme=light] .gatherer-container .gatherer-oracle, [data-bs-theme=light] .gatherer-container .gatherer-type-power, [data-bs-theme=light] .gatherer-container .gatherer-collectors, [data-bs-theme=dark] .gatherer-container .gatherer-type, [data-bs-theme=dark] .gatherer-container .gatherer-oracle, [data-bs-theme=dark] .gatherer-container .gatherer-type-power, [data-bs-theme=dark] .gatherer-container .gatherer-collectors {
  border-bottom: 1px solid #CBCBCB;
  margin: 0;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
[data-bs-theme=light] .gatherer-container .gatherer-collectors, [data-bs-theme=dark] .gatherer-container .gatherer-collectors {
  border: none;
}
[data-bs-theme=light] .gatherer-container .gatherer-legality::after, [data-bs-theme=dark] .gatherer-container .gatherer-legality::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .gatherer-container .gatherer-legality table, [data-bs-theme=dark] .gatherer-container .gatherer-legality table {
  margin: 0;
}
[data-bs-theme=light] .gatherer-container .gatherer-legality table tbody > tr > td, [data-bs-theme=dark] .gatherer-container .gatherer-legality table tbody > tr > td {
  border: none;
}
[data-bs-theme=light] .gatherer-container .gatherer-legality, [data-bs-theme=dark] .gatherer-container .gatherer-legality {
  font-size: 75%;
}
[data-bs-theme=light] .gatherer-container .gatherer-collectors, [data-bs-theme=dark] .gatherer-container .gatherer-collectors {
  text-align: right;
  font-size: 75%;
  color: var(--text-muted);
}
[data-bs-theme=light] .gatherer-container .gatherer-type-power::after, [data-bs-theme=dark] .gatherer-container .gatherer-type-power::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .gatherer-container .gatherer-type-power, [data-bs-theme=dark] .gatherer-container .gatherer-type-power {
  font-size: 110%;
}
[data-bs-theme=light] .gatherer-container .gatherer-type-power .gatherer-rarity, [data-bs-theme=dark] .gatherer-container .gatherer-type-power .gatherer-rarity {
  float: left;
}
[data-bs-theme=light] .gatherer-container .gatherer-type-power .gatherer-power, [data-bs-theme=dark] .gatherer-container .gatherer-type-power .gatherer-power {
  float: right;
  font-weight: bold;
}
[data-bs-theme=light] .btn-shop-label img, [data-bs-theme=dark] .btn-shop-label img {
  margin-right: 0.5em;
}
[data-bs-theme=light] .price-card-purchase-mobile h3, [data-bs-theme=light] .price-card-purchase-mobile .h3, [data-bs-theme=light] .price-card-secondary-printings h3, [data-bs-theme=light] .price-card-secondary-printings .h3, [data-bs-theme=dark] .price-card-purchase-mobile h3, [data-bs-theme=dark] .price-card-purchase-mobile .h3, [data-bs-theme=dark] .price-card-secondary-printings h3, [data-bs-theme=dark] .price-card-secondary-printings .h3 {
  font-weight: bold;
  margin-top: 0;
}
[data-bs-theme=light] .btn-price-card-show-sell, [data-bs-theme=light] .btn-price-card-show-buy, [data-bs-theme=dark] .btn-price-card-show-sell, [data-bs-theme=dark] .btn-price-card-show-buy {
  margin-top: 0.5em;
}
[data-bs-theme=light] #other-printings-sort-title, [data-bs-theme=light] #other-printings-sort-sidebar, [data-bs-theme=dark] #other-printings-sort-title, [data-bs-theme=dark] #other-printings-sort-sidebar {
  display: inline-block;
  width: auto;
}
[data-bs-theme=light] .badge, [data-bs-theme=dark] .badge {
  border-radius: 0;
}
[data-bs-theme=light] .badge-newest, [data-bs-theme=dark] .badge-newest {
  color: #fff;
  background-color: #009670;
}
[data-bs-theme=light] .badge-reserved, [data-bs-theme=light] .badge-foil, [data-bs-theme=light] .badge-foil-etched, [data-bs-theme=light] .badge-variation, [data-bs-theme=dark] .badge-reserved, [data-bs-theme=dark] .badge-foil, [data-bs-theme=dark] .badge-foil-etched, [data-bs-theme=dark] .badge-variation {
  color: #fff;
  background-color: #494949;
}
[data-bs-theme=light] .badge-cheapest_paper, [data-bs-theme=dark] .badge-cheapest_paper {
  color: #fff;
  background-color: #0066dd;
}
[data-bs-theme=light] .badge-cheapest_online, [data-bs-theme=dark] .badge-cheapest_online {
  color: #fff;
  background-color: #EE9746;
}
[data-bs-theme=light] .price-card-history-container, [data-bs-theme=dark] .price-card-history-container {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
[data-bs-theme=light] .price-card-history-container h3, [data-bs-theme=light] .price-card-history-container .h3, [data-bs-theme=light] .price-card-history-container h4, [data-bs-theme=light] .price-card-history-container .h4, [data-bs-theme=dark] .price-card-history-container h3, [data-bs-theme=dark] .price-card-history-container .h3, [data-bs-theme=dark] .price-card-history-container h4, [data-bs-theme=dark] .price-card-history-container .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
[data-bs-theme=light] .price-card-history-container .deck-type-menu, [data-bs-theme=dark] .price-card-history-container .deck-type-menu {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
[data-bs-theme=light] .price-card-history-container h3, [data-bs-theme=light] .price-card-history-container .h3, [data-bs-theme=dark] .price-card-history-container h3, [data-bs-theme=dark] .price-card-history-container .h3 {
  font-weight: bold;
  margin-top: 0;
}
[data-bs-theme=light] .price-card-recent-decks, [data-bs-theme=dark] .price-card-recent-decks {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
[data-bs-theme=light] .price-card-recent-decks h3, [data-bs-theme=light] .price-card-recent-decks .h3, [data-bs-theme=light] .price-card-recent-decks h4, [data-bs-theme=light] .price-card-recent-decks .h4, [data-bs-theme=dark] .price-card-recent-decks h3, [data-bs-theme=dark] .price-card-recent-decks .h3, [data-bs-theme=dark] .price-card-recent-decks h4, [data-bs-theme=dark] .price-card-recent-decks .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
[data-bs-theme=light] .ev-widget, [data-bs-theme=dark] .ev-widget {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
[data-bs-theme=light] .ev-widget h3, [data-bs-theme=light] .ev-widget .h3, [data-bs-theme=light] .ev-widget h4, [data-bs-theme=light] .ev-widget .h4, [data-bs-theme=dark] .ev-widget h3, [data-bs-theme=dark] .ev-widget .h3, [data-bs-theme=dark] .ev-widget h4, [data-bs-theme=dark] .ev-widget .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
[data-bs-theme=light] .cardkingdom-widget, [data-bs-theme=dark] .cardkingdom-widget {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
[data-bs-theme=light] .cardkingdom-widget h3, [data-bs-theme=light] .cardkingdom-widget .h3, [data-bs-theme=light] .cardkingdom-widget h4, [data-bs-theme=light] .cardkingdom-widget .h4, [data-bs-theme=dark] .cardkingdom-widget h3, [data-bs-theme=dark] .cardkingdom-widget .h3, [data-bs-theme=dark] .cardkingdom-widget h4, [data-bs-theme=dark] .cardkingdom-widget .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
[data-bs-theme=light] .ebay-auctions-widget, [data-bs-theme=dark] .ebay-auctions-widget {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
[data-bs-theme=light] .ebay-auctions-widget h3, [data-bs-theme=light] .ebay-auctions-widget .h3, [data-bs-theme=light] .ebay-auctions-widget h4, [data-bs-theme=light] .ebay-auctions-widget .h4, [data-bs-theme=dark] .ebay-auctions-widget h3, [data-bs-theme=dark] .ebay-auctions-widget .h3, [data-bs-theme=dark] .ebay-auctions-widget h4, [data-bs-theme=dark] .ebay-auctions-widget .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
[data-bs-theme=light] .tcgplayer-widget, [data-bs-theme=dark] .tcgplayer-widget {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
[data-bs-theme=light] .tcgplayer-widget h3, [data-bs-theme=light] .tcgplayer-widget .h3, [data-bs-theme=light] .tcgplayer-widget h4, [data-bs-theme=light] .tcgplayer-widget .h4, [data-bs-theme=dark] .tcgplayer-widget h3, [data-bs-theme=dark] .tcgplayer-widget .h3, [data-bs-theme=dark] .tcgplayer-widget h4, [data-bs-theme=dark] .tcgplayer-widget .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
[data-bs-theme=light] .price-card-name-header::after, [data-bs-theme=dark] .price-card-name-header::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .price-card-name-header .price-card-name-container, [data-bs-theme=dark] .price-card-name-header .price-card-name-container {
  float: left;
}
[data-bs-theme=light] .price-card-name-header .price-card-current-prices, [data-bs-theme=dark] .price-card-name-header .price-card-current-prices {
  float: right;
}
[data-bs-theme=light] .price-card-statistics-table, [data-bs-theme=dark] .price-card-statistics-table {
  font-size: 80%;
}
[data-bs-theme=light] .price-card-secondary-printings-header::after, [data-bs-theme=dark] .price-card-secondary-printings-header::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .price-card-secondary-printings-header, [data-bs-theme=dark] .price-card-secondary-printings-header {
  margin-bottom: 0.5em;
}
[data-bs-theme=light] .table > tbody > tr:first-child > td, [data-bs-theme=dark] .table > tbody > tr:first-child > td {
  border-top: none;
}
[data-bs-theme=light] .table-gatherer-legality, [data-bs-theme=dark] .table-gatherer-legality {
  float: left;
  width: 50%;
}
[data-bs-theme=light] #priceHistoryTabs .btn-type-menu, [data-bs-theme=dark] #priceHistoryTabs .btn-type-menu {
  flex-grow: 0;
}
[data-bs-theme=light] #priceHistoryTabs .btn-type-menu-paper, [data-bs-theme=dark] #priceHistoryTabs .btn-type-menu-paper {
  margin-left: auto;
}
[data-bs-theme=light] .price-card-statistics-table, [data-bs-theme=dark] .price-card-statistics-table {
  margin: 1%;
  float: left;
  width: 48%;
}
[data-bs-theme=light] .price-primary-container, [data-bs-theme=dark] .price-primary-container {
  width: 100%;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .price-container, [data-bs-theme=dark] .price-container {
    display: flex;
  }
  [data-bs-theme=light] .price-secondary-container, [data-bs-theme=dark] .price-secondary-container {
    flex: 0 0 25em;
    margin-left: 1em;
  }
  [data-bs-theme=light] .price-card-purchase h3, [data-bs-theme=light] .price-card-purchase .h3, [data-bs-theme=dark] .price-card-purchase h3, [data-bs-theme=dark] .price-card-purchase .h3 {
    font-weight: bold;
    margin-top: 0;
  }
  [data-bs-theme=light] .price-card-gatherer::after, [data-bs-theme=dark] .price-card-gatherer::after {
    display: block;
    clear: both;
    content: "";
  }
  [data-bs-theme=light] .price-card-gatherer, [data-bs-theme=dark] .price-card-gatherer {
    display: flex;
  }
  [data-bs-theme=light] .price-card-image-container, [data-bs-theme=dark] .price-card-image-container {
    flex: 0 0 223px;
    margin-right: 0.5em;
  }
  [data-bs-theme=light] .price-card-image-container .price-card-image, [data-bs-theme=dark] .price-card-image-container .price-card-image {
    margin-bottom: 0.5em;
  }
  [data-bs-theme=light] .price-row::after, [data-bs-theme=dark] .price-row::after {
    display: block;
    clear: both;
    content: "";
  }
  [data-bs-theme=light] .price-row, [data-bs-theme=dark] .price-row {
    display: flex;
  }
  [data-bs-theme=light] .price-card-recent-decks, [data-bs-theme=dark] .price-card-recent-decks {
    flex: 0 0 49.5%;
  }
}
[data-bs-theme=light] .price-change-version-container, [data-bs-theme=dark] .price-change-version-container {
  display: inline-block;
}
[data-bs-theme=light] .price-change-version-dropdown, [data-bs-theme=dark] .price-change-version-dropdown {
  width: 30em;
  padding: 0;
}
[data-bs-theme=light] .price-change-version-dropdown h3, [data-bs-theme=light] .price-change-version-dropdown .h3, [data-bs-theme=dark] .price-change-version-dropdown h3, [data-bs-theme=dark] .price-change-version-dropdown .h3 {
  margin-top: 0;
  font-size: 1.5em;
}
[data-bs-theme=light] .price-change-version-dropdown .price-card-secondary-printings-header, [data-bs-theme=dark] .price-change-version-dropdown .price-card-secondary-printings-header {
  background-color: var(--widget-bg-color);
  padding: 1em;
}
[data-bs-theme=light] .price-change-version-dropdown .other-printings, [data-bs-theme=dark] .price-change-version-dropdown .other-printings {
  margin: 0 1em;
  width: auto;
  margin-bottom: 1em;
}
[data-bs-theme=light] .price-card-secondary-printings .other-printings, [data-bs-theme=dark] .price-card-secondary-printings .other-printings {
  font-size: 0.9em;
}
[data-bs-theme=light] .priceList-lastUpdated abbr[title], [data-bs-theme=dark] .priceList-lastUpdated abbr[title] {
  border-bottom: none;
}
[data-bs-theme=light] .gatherer-oracle .manacost, [data-bs-theme=dark] .gatherer-oracle .manacost {
  margin: 0;
}
[data-bs-theme=light] .widgetPriceCompact-prices-link, [data-bs-theme=light] .btn-primary.widgetPriceCompact-prices-link, [data-bs-theme=light] .btn-warning.widgetPriceCompact-prices-link, [data-bs-theme=dark] .widgetPriceCompact-prices-link, [data-bs-theme=dark] .btn-primary.widgetPriceCompact-prices-link, [data-bs-theme=dark] .btn-warning.widgetPriceCompact-prices-link {
  text-align: center;
}
[data-bs-theme=light] .cardkingdomPriceWidget-logo, [data-bs-theme=dark] .cardkingdomPriceWidget-logo {
  height: 25px;
}
[data-bs-theme=light] .cardkingdomPriceWidget-btn-logo, [data-bs-theme=dark] .cardkingdomPriceWidget-btn-logo {
  height: 20px;
}
[data-bs-theme=light] .card-recent-decks-form, [data-bs-theme=dark] .card-recent-decks-form {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
[data-bs-theme=light] .price-card-invisible-label, [data-bs-theme=dark] .price-card-invisible-label {
  color: transparent;
  position: absolute;
  top: 1.05rem;
  left: 1.2rem;
  font-size: 0.85rem;
}
[data-bs-theme=light] .movers-last-updated, [data-bs-theme=dark] .movers-last-updated {
  text-align: center;
}
[data-bs-theme=light] .price-card-gatherer .price-card-image, [data-bs-theme=dark] .price-card-gatherer .price-card-image {
  width: 100%;
  height: auto;
}
[data-bs-theme=light] .price-card-gatherer .price-card-image .price-card-image-image, [data-bs-theme=dark] .price-card-gatherer .price-card-image .price-card-image-image {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .price-card-gatherer .price-card-image, [data-bs-theme=dark] .price-card-gatherer .price-card-image {
    width: 265px;
    height: 370px;
  }
  [data-bs-theme=light] .price-card-gatherer .price-card-image .price-card-image-image, [data-bs-theme=dark] .price-card-gatherer .price-card-image .price-card-image-image {
    width: 100%;
    height: auto;
  }
}
[data-bs-theme=light] .price-card-name-header, [data-bs-theme=dark] .price-card-name-header {
  display: none;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .price-card-name-header, [data-bs-theme=dark] .price-card-name-header {
    display: block;
  }
}
[data-bs-theme=light] .price-card-tools-container, [data-bs-theme=dark] .price-card-tools-container {
  display: flex;
  justify-content: space-between;
}
[data-bs-theme=light] .price-card-tools-container .btn, [data-bs-theme=dark] .price-card-tools-container .btn {
  width: 49%;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .price-card-tools-container, [data-bs-theme=dark] .price-card-tools-container {
    display: block;
  }
  [data-bs-theme=light] .price-card-tools-container .btn, [data-bs-theme=dark] .price-card-tools-container .btn {
    width: 100%;
  }
}
[data-bs-theme=light] .price-card-image-container .price-card-version-container, [data-bs-theme=dark] .price-card-image-container .price-card-version-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .price-card-image-container .price-card-version-container, [data-bs-theme=dark] .price-card-image-container .price-card-version-container {
    display: none;
  }
}
[data-bs-theme=light] .price-card-image-container .price-change-version-container, [data-bs-theme=dark] .price-card-image-container .price-change-version-container {
  margin: 0.5rem 0;
}
[data-bs-theme=light] .price-card-image-container .price-box-container, [data-bs-theme=dark] .price-card-image-container .price-box-container {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  margin: 0.5rem 0;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .price-card-image-container .price-box-container, [data-bs-theme=dark] .price-card-image-container .price-box-container {
    display: none;
  }
}
[data-bs-theme=light] .price-card-image-container .price-box, [data-bs-theme=dark] .price-card-image-container .price-box {
  font-size: inherit;
  margin: 0;
}
[data-bs-theme=light] .price-card-image-container .price-box-price, [data-bs-theme=dark] .price-card-image-container .price-box-price {
  display: inline-block;
}
[data-bs-theme=light] .price-card-image-container .price-box-type, [data-bs-theme=dark] .price-card-image-container .price-box-type {
  margin: 0;
  display: inline-block;
  font-size: inherit;
}
[data-bs-theme=light] .price-card-image-container .price-box-type::after, [data-bs-theme=dark] .price-card-image-container .price-box-type::after {
  content: ": ";
}
[data-bs-theme=light] #change-version-modal .modal-body h4, [data-bs-theme=light] #change-version-modal .modal-body .h4, [data-bs-theme=dark] #change-version-modal .modal-body h4, [data-bs-theme=dark] #change-version-modal .modal-body .h4 {
  display: none;
}
[data-bs-theme=light] #change-version-modal .form-group, [data-bs-theme=dark] #change-version-modal .form-group {
  margin: 0;
}
[data-bs-theme=light] #dropdown-type-selector, [data-bs-theme=dark] #dropdown-type-selector {
  float: right;
}
@media (min-width: 600px) {
  [data-bs-theme=light] #dropdown-type-selector, [data-bs-theme=dark] #dropdown-type-selector {
    display: none;
  }
}
[data-bs-theme=light] #priceHistoryTabs, [data-bs-theme=dark] #priceHistoryTabs {
  display: none;
}
@media (min-width: 600px) {
  [data-bs-theme=light] #priceHistoryTabs, [data-bs-theme=dark] #priceHistoryTabs {
    display: flex;
  }
}
[data-bs-theme=light] .price-history-download-container, [data-bs-theme=dark] .price-history-download-container {
  margin-top: 0.5rem;
  text-align: center;
}
@media (min-width: 600px) {
  [data-bs-theme=light] .price-history-download-container, [data-bs-theme=dark] .price-history-download-container {
    text-align: left;
  }
}
[data-bs-theme=light] .card-conduit-logo, [data-bs-theme=dark] .card-conduit-logo {
  height: 50px;
  float: left;
  margin-right: 1rem;
}

[data-bs-theme=light] .card-conduit-logo path {
  fill: #fff;
}
[data-bs-theme=light] .card-conduit-logo path:first-of-type {
  fill: var(--bg-color);
}

.card-popup-modal .modal-dialog {
  max-width: 1350px;
  width: 95%;
}
.card-popup-modal .modal-dialog .modal-body {
  padding: 0.25rem;
}

.dygraph-annotation {
  position: absolute;
  font-size: 1.8rem !important;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
[data-bs-theme=light] .table-tournament-new-cards, [data-bs-theme=dark] .table-tournament-new-cards {
  width: 100%;
}
[data-bs-theme=light] .archetype-tile-container, [data-bs-theme=dark] .archetype-tile-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
[data-bs-theme=light] .archetype-tile, [data-bs-theme=dark] .archetype-tile {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
[data-bs-theme=light] .archetype-tile h3, [data-bs-theme=light] .archetype-tile .h3, [data-bs-theme=light] .archetype-tile h4, [data-bs-theme=light] .archetype-tile .h4, [data-bs-theme=dark] .archetype-tile h3, [data-bs-theme=dark] .archetype-tile .h3, [data-bs-theme=dark] .archetype-tile h4, [data-bs-theme=dark] .archetype-tile .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
[data-bs-theme=light] .archetype-tile, [data-bs-theme=dark] .archetype-tile {
  padding: 0;
  width: 100%;
}
@media (min-width: 400px) {
  [data-bs-theme=light] .archetype-tile, [data-bs-theme=dark] .archetype-tile {
    width: 48.75%;
    margin: 0 1.25% 1.25% 0;
  }
  [data-bs-theme=light] .archetype-tile:nth-last-child(-n+2), [data-bs-theme=dark] .archetype-tile:nth-last-child(-n+2) {
    display: block;
  }
  [data-bs-theme=light] .archetype-tile:nth-last-child(-n+1), [data-bs-theme=dark] .archetype-tile:nth-last-child(-n+1) {
    display: none;
  }
}
@media (min-width: 600px) {
  [data-bs-theme=light] .archetype-tile, [data-bs-theme=dark] .archetype-tile {
    width: 32.5%;
    margin: 0 0.8333333333% 0.8333333333% 0;
  }
  [data-bs-theme=light] .archetype-tile:nth-last-child(-n+3), [data-bs-theme=dark] .archetype-tile:nth-last-child(-n+3) {
    display: block;
  }
}
@media (min-width: 800px) {
  [data-bs-theme=light] .archetype-tile, [data-bs-theme=dark] .archetype-tile {
    width: 24.375%;
    margin: 0 0.625% 0.625% 0;
  }
  [data-bs-theme=light] .archetype-tile:nth-last-child(-n+4), [data-bs-theme=dark] .archetype-tile:nth-last-child(-n+4) {
    display: block;
  }
  [data-bs-theme=light] .archetype-tile:nth-last-child(-n+3), [data-bs-theme=dark] .archetype-tile:nth-last-child(-n+3) {
    display: none;
  }
}
@media (min-width: 1000px) {
  [data-bs-theme=light] .archetype-tile, [data-bs-theme=dark] .archetype-tile {
    width: 19.5%;
    margin: 0 0.5% 0.5% 0;
  }
  [data-bs-theme=light] .archetype-tile:nth-last-child(-n+5), [data-bs-theme=dark] .archetype-tile:nth-last-child(-n+5) {
    display: block;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .archetype-tile, [data-bs-theme=dark] .archetype-tile {
    width: 16.25%;
    margin: 0 0.4166666667% 0.4166666667% 0;
  }
  [data-bs-theme=light] .archetype-tile:nth-last-child(-n+6), [data-bs-theme=dark] .archetype-tile:nth-last-child(-n+6) {
    display: block;
  }
  [data-bs-theme=light] .archetype-tile:nth-last-child(-n+3), [data-bs-theme=dark] .archetype-tile:nth-last-child(-n+3) {
    display: none;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .archetype-tile, [data-bs-theme=dark] .archetype-tile {
    width: 32.9761904762%;
    margin: 0 0.3571428571% 0.3571428571% 0;
  }
  [data-bs-theme=light] .archetype-tile:nth-last-child(-n+3), [data-bs-theme=dark] .archetype-tile:nth-last-child(-n+3) {
    display: block;
  }
}
@media (min-width: 1232px) {
  [data-bs-theme=light] .archetype-tile, [data-bs-theme=dark] .archetype-tile {
    width: 24.375%;
    margin: 0 0.625% 0.625% 0;
  }
  [data-bs-theme=light] .archetype-tile:nth-last-child(-n+4), [data-bs-theme=dark] .archetype-tile:nth-last-child(-n+4) {
    display: block;
  }
  [data-bs-theme=light] .archetype-tile:nth-last-child(-n+3), [data-bs-theme=dark] .archetype-tile:nth-last-child(-n+3) {
    display: none;
  }
}
@media (min-width: 1432px) {
  [data-bs-theme=light] .archetype-tile, [data-bs-theme=dark] .archetype-tile {
    width: 19.5%;
    margin: 0 0.5% 0.5% 0;
  }
  [data-bs-theme=light] .archetype-tile:nth-last-child(-n+5), [data-bs-theme=dark] .archetype-tile:nth-last-child(-n+5) {
    display: block;
  }
}
[data-bs-theme=light] .archetype-tile .archetype-tile-title, [data-bs-theme=dark] .archetype-tile .archetype-tile-title {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
}
[data-bs-theme=light] .archetype-tile .archetype-tile-description-wrapper, [data-bs-theme=dark] .archetype-tile .archetype-tile-description-wrapper {
  padding: 1em;
  padding-top: 0;
}
[data-bs-theme=light] .archetype-tile .archetype-tile-description-wrapper ul, [data-bs-theme=dark] .archetype-tile .archetype-tile-description-wrapper ul {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
}
[data-bs-theme=light] .archetype-tile .archetype-tile-description-wrapper ul > li, [data-bs-theme=dark] .archetype-tile .archetype-tile-description-wrapper ul > li {
  white-space: nowrap;
  overflow: hidden;
}
[data-bs-theme=light] .archetype-tile .archetype-tile-statistics, [data-bs-theme=dark] .archetype-tile .archetype-tile-statistics {
  border-top: 1px solid #CBCBCB;
  margin-top: 0.5em;
  padding-top: 0.5em;
}
[data-bs-theme=light] .archetype-tile .archetype-tile-statistics::after, [data-bs-theme=dark] .archetype-tile .archetype-tile-statistics::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .archetype-tile .archetype-tile-statistics-left, [data-bs-theme=dark] .archetype-tile .archetype-tile-statistics-left {
  float: left;
}
[data-bs-theme=light] .archetype-tile .archetype-tile-statistics-right, [data-bs-theme=dark] .archetype-tile .archetype-tile-statistics-right {
  float: right;
  text-align: right;
}
[data-bs-theme=light] .archetype-tile .archetype-tile-statistic.deck-price-paper, [data-bs-theme=dark] .archetype-tile .archetype-tile-statistic.deck-price-paper {
  color: var(--text-paper);
}
[data-bs-theme=light] .archetype-tile .archetype-tile-statistic.deck-price-online, [data-bs-theme=dark] .archetype-tile .archetype-tile-statistic.deck-price-online {
  color: var(--text-online);
}
[data-bs-theme=light] .archetype-tile .archetype-tile-statistic-see-decklist, [data-bs-theme=dark] .archetype-tile .archetype-tile-statistic-see-decklist {
  margin-top: 0.5em;
}
[data-bs-theme=light] .archetype-tile .archetype-tile-statistic-name, [data-bs-theme=dark] .archetype-tile .archetype-tile-statistic-name {
  font-size: 90%;
  line-height: 1;
}
[data-bs-theme=light] .archetype-tile .archetype-tile-statistic-value, [data-bs-theme=dark] .archetype-tile .archetype-tile-statistic-value {
  font-size: 120%;
  font-weight: bold;
}
[data-bs-theme=light] .archetype-tile .archetype-tile-statistic-value .archetype-tile-statistic-value-extra-data, [data-bs-theme=dark] .archetype-tile .archetype-tile-statistic-value .archetype-tile-statistic-value-extra-data {
  font-weight: normal;
  font-size: 80%;
}
[data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile, [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile {
  width: 100%;
}
@media (min-width: 400px) {
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile, [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile {
    width: 48.75%;
    margin: 0 1.25% 1.25% 0;
  }
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+2), [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+2) {
    display: block;
  }
}
@media (min-width: 600px) {
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile, [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile {
    width: 32.5%;
    margin: 0 0.8333333333% 0.8333333333% 0;
  }
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+3), [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+3) {
    display: block;
  }
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+1), [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+1) {
    display: none;
  }
}
@media (min-width: 800px) {
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile, [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile {
    width: 24.375%;
    margin: 0 0.625% 0.625% 0;
  }
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+4), [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+4) {
    display: block;
  }
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+2), [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+2) {
    display: none;
  }
}
@media (min-width: 1000px) {
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile, [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile {
    width: 19.5%;
    margin: 0 0.5% 0.5% 0;
  }
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+5), [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+5) {
    display: block;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile, [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile {
    width: 16.25%;
    margin: 0 0.4166666667% 0.4166666667% 0;
  }
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+6), [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+6) {
    display: block;
  }
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+4), [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+4) {
    display: none;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile, [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile {
    width: 32.9761904762%;
    margin: 0 0.3571428571% 0.3571428571% 0;
  }
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+3), [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+3) {
    display: block;
  }
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+1), [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+1) {
    display: none;
  }
}
@media (min-width: 1232px) {
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile, [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile {
    width: 24.375%;
    margin: 0 0.625% 0.625% 0;
  }
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+4), [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+4) {
    display: block;
  }
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+2), [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+2) {
    display: none;
  }
}
@media (min-width: 1432px) {
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile, [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile {
    width: 19.5%;
    margin: 0 0.5% 0.5% 0;
  }
  [data-bs-theme=light] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+5), [data-bs-theme=dark] .archetype-tile-container.budget-decks-container .archetype-tile:nth-last-child(-n+5) {
    display: block;
  }
}
[data-bs-theme=light] .archetype-tile-container.no-hide-container .archetype-tile, [data-bs-theme=dark] .archetype-tile-container.no-hide-container .archetype-tile {
  width: 100%;
}
@media (min-width: 400px) {
  [data-bs-theme=light] .archetype-tile-container.no-hide-container .archetype-tile, [data-bs-theme=dark] .archetype-tile-container.no-hide-container .archetype-tile {
    width: 48.75%;
    margin: 0 1.25% 1.25% 0;
  }
}
@media (min-width: 600px) {
  [data-bs-theme=light] .archetype-tile-container.no-hide-container .archetype-tile, [data-bs-theme=dark] .archetype-tile-container.no-hide-container .archetype-tile {
    width: 32.5%;
    margin: 0 0.8333333333% 0.8333333333% 0;
  }
}
@media (min-width: 800px) {
  [data-bs-theme=light] .archetype-tile-container.no-hide-container .archetype-tile, [data-bs-theme=dark] .archetype-tile-container.no-hide-container .archetype-tile {
    width: 24.375%;
    margin: 0 0.625% 0.625% 0;
  }
}
@media (min-width: 1000px) {
  [data-bs-theme=light] .archetype-tile-container.no-hide-container .archetype-tile, [data-bs-theme=dark] .archetype-tile-container.no-hide-container .archetype-tile {
    width: 19.5%;
    margin: 0 0.5% 0.5% 0;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .archetype-tile-container.no-hide-container .archetype-tile, [data-bs-theme=dark] .archetype-tile-container.no-hide-container .archetype-tile {
    width: 16.25%;
    margin: 0 0.4166666667% 0.4166666667% 0;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .archetype-tile-container.no-hide-container .archetype-tile, [data-bs-theme=dark] .archetype-tile-container.no-hide-container .archetype-tile {
    width: 32.9761904762%;
    margin: 0 0.3571428571% 0.3571428571% 0;
  }
}
@media (min-width: 1232px) {
  [data-bs-theme=light] .archetype-tile-container.no-hide-container .archetype-tile, [data-bs-theme=dark] .archetype-tile-container.no-hide-container .archetype-tile {
    width: 24.375%;
    margin: 0 0.625% 0.625% 0;
  }
}
@media (min-width: 1432px) {
  [data-bs-theme=light] .archetype-tile-container.no-hide-container .archetype-tile, [data-bs-theme=dark] .archetype-tile-container.no-hide-container .archetype-tile {
    width: 19.5%;
    margin: 0 0.5% 0.5% 0;
  }
}
[data-bs-theme=light] .deck-date, [data-bs-theme=dark] .deck-date {
  float: left;
}
[data-bs-theme=light] .deck-price, [data-bs-theme=dark] .deck-price {
  clear: left;
  float: right;
  margin-top: 15px;
  font-size: 120%;
}
[data-bs-theme=light], [data-bs-theme=dark] {
  /*
  .archetype-tile, .deck-tile {
    width: $archetype-tile-width;
    background-color: #fff;
    border: 1px solid #ccc;
    float:left; 
    margin: $archetype-tile-margin;
    padding: 7px;
  }
  */
  /*
  .archetype-tile .img-container {
    width:185px; margin: 0 auto;
  }
  .archetype-tile .title, .deck-tile .title {
    text-overflow: ellipsis; 
    white-space:nowrap;
    font-size: 20px;
    line-height:1.2; 
    margin-bottom:0px; 
    //width:185px; 
    overflow:hidden;
    margin-top: 0px;
    width: 100%;
    display: block;
  }
  .archetype-tile ul, .deck-tile ul {
    margin-top: 5px;
    list-style: none;
    margin:0;
    padding:0;
  }
  .archetype-tile ul > li {
    height: 20px;
    overflow: hidden;
  }
  .archetype-tile .stats {
    margin-bottom:0px; margin-top:5px;
  }
  */
}
[data-bs-theme=light] .decks-sidebar h3, [data-bs-theme=light] .decks-sidebar .h3, [data-bs-theme=dark] .decks-sidebar h3, [data-bs-theme=dark] .decks-sidebar .h3 {
  font-size: 16px;
}
[data-bs-theme=light] .decks-sidebar h4, [data-bs-theme=light] .decks-sidebar .h4, [data-bs-theme=dark] .decks-sidebar h4, [data-bs-theme=dark] .decks-sidebar .h4 {
  font-size: 12px;
}
@media (min-width: 525px) {
  [data-bs-theme=light] .metgame-list-title, [data-bs-theme=dark] .metgame-list-title {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .metgame-list-title, [data-bs-theme=dark] .metgame-list-title {
    width: auto;
  }
}
[data-bs-theme=light] .metagame-list-view-events, [data-bs-theme=dark] .metagame-list-view-events {
  width: 100%;
  margin-bottom: 0.5rem;
  display: block;
}
@media (min-width: 525px) {
  [data-bs-theme=light] .metagame-list-view-events, [data-bs-theme=dark] .metagame-list-view-events {
    width: auto;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .metagame-list-view-events, [data-bs-theme=dark] .metagame-list-view-events {
    display: none;
  }
}
[data-bs-theme=light] .metagame-list-format-select-menu, [data-bs-theme=dark] .metagame-list-format-select-menu {
  display: none;
}
[data-bs-theme=light] .metagame-list-nav::after, [data-bs-theme=dark] .metagame-list-nav::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .metagame-list-nav, [data-bs-theme=dark] .metagame-list-nav {
  margin-bottom: 5px;
}
[data-bs-theme=light] .metagame-list-full-nav::after, [data-bs-theme=dark] .metagame-list-full-nav::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .deck-price-online, [data-bs-theme=dark] .deck-price-online {
  display: none;
}
[data-bs-theme=light] .archetype-vote-upvote, [data-bs-theme=dark] .archetype-vote-upvote {
  border: none;
}
[data-bs-theme=light] .archetype-vote-upvoted, [data-bs-theme=dark] .archetype-vote-upvoted {
  margin-bottom: 3px;
}
[data-bs-theme=light] .archetype-vote-name, [data-bs-theme=dark] .archetype-vote-name {
  text-align: left !important;
  font-weight: normal;
}
[data-bs-theme=light], [data-bs-theme=dark] {
  /*
  .archetype-tile-format-label {
    position: absolute;
    right:1px;
    bottom:1px;
    z-index: 1;
    border-radius: 0;
    background-color: $brand-primary-bg-color;
    color: $text-color;
  }
  */
}
[data-bs-theme=light] .matchup-favored, [data-bs-theme=dark] .matchup-favored {
  color: green;
  font-weight: bold;
}
[data-bs-theme=light] .matchup-slightly-favored, [data-bs-theme=dark] .matchup-slightly-favored {
  color: green;
}
[data-bs-theme=light] .matchup-slightly-unfavored, [data-bs-theme=dark] .matchup-slightly-unfavored {
  color: red;
}
[data-bs-theme=light] .matchup-unfavored, [data-bs-theme=dark] .matchup-unfavored {
  color: red;
  font-weight: bold;
}
[data-bs-theme=light] .rotate90 > div, [data-bs-theme=dark] .rotate90 > div {
  transform: translate(0px, 125px) rotate(270deg);
  -ms-transform: translate(0px, 125px) rotate(270deg);
  -webkit-transform: translate(0px, 125px) rotate(270deg);
  width: 30px;
}
[data-bs-theme=light] .rotate90 > div > span, [data-bs-theme=dark] .rotate90 > div > span {
  padding: 5px 10px;
}
[data-bs-theme=light] .manacost-container, [data-bs-theme=dark] .manacost-container {
  height: 20px;
}
[data-bs-theme=light], [data-bs-theme=dark] {
  /*
  .archetype-view-matchup-show {
    font-weight: normal;
    font-size: 12px;
    margin-left: 10px;
  }
  */
}
[data-bs-theme=light] .copy-paste-box, [data-bs-theme=dark] .copy-paste-box {
  width: 100%;
  padding: 10px;
}
[data-bs-theme=light] .staples-table, [data-bs-theme=dark] .staples-table {
  margin-bottom: 0.5em;
}
[data-bs-theme=light] .staples-view-more, [data-bs-theme=dark] .staples-view-more {
  margin-bottom: 1em;
  display: block;
  text-align: right;
}
[data-bs-theme=light] .metagame-list-full-content .archetype-tile, [data-bs-theme=dark] .metagame-list-full-content .archetype-tile {
  width: 100%;
}
@media (min-width: 400px) {
  [data-bs-theme=light] .metagame-list-full-content .archetype-tile, [data-bs-theme=dark] .metagame-list-full-content .archetype-tile {
    width: 48.75%;
    margin: 0 1.25% 1.25% 0;
  }
}
@media (min-width: 600px) {
  [data-bs-theme=light] .metagame-list-full-content .archetype-tile, [data-bs-theme=dark] .metagame-list-full-content .archetype-tile {
    width: 32.5%;
    margin: 0 0.8333333333% 0.8333333333% 0;
  }
}
@media (min-width: 800px) {
  [data-bs-theme=light] .metagame-list-full-content .archetype-tile, [data-bs-theme=dark] .metagame-list-full-content .archetype-tile {
    width: 24.375%;
    margin: 0 0.625% 0.625% 0;
  }
}
@media (min-width: 1000px) {
  [data-bs-theme=light] .metagame-list-full-content .archetype-tile, [data-bs-theme=dark] .metagame-list-full-content .archetype-tile {
    width: 19.5%;
    margin: 0 0.5% 0.5% 0;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .metagame-list-full-content .archetype-tile, [data-bs-theme=dark] .metagame-list-full-content .archetype-tile {
    width: 16.25%;
    margin: 0 0.4166666667% 0.4166666667% 0;
  }
}
@media (min-width: 1400px) {
  [data-bs-theme=light] .metagame-list-full-content .archetype-tile, [data-bs-theme=dark] .metagame-list-full-content .archetype-tile {
    width: 13.9285714286%;
    margin: 0 0.3571428571% 0.3571428571% 0;
  }
}
[data-bs-theme=light] .tournament-staples-image-tiles, [data-bs-theme=dark] .tournament-staples-image-tiles {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
[data-bs-theme=light] .tournament-staples-image-tiles .card-tile, [data-bs-theme=dark] .tournament-staples-image-tiles .card-tile {
  width: 49.5%;
}
@media (min-width: 750px) {
  [data-bs-theme=light] .my-decks-title, [data-bs-theme=dark] .my-decks-title {
    float: left;
  }
}
@media (min-width: 750px) {
  [data-bs-theme=light] .my-decks-menu, [data-bs-theme=dark] .my-decks-menu {
    margin-top: 20px;
    float: right;
  }
}
[data-bs-theme=light] .g-recaptcha, [data-bs-theme=dark] .g-recaptcha {
  margin-bottom: 0.5rem;
}
[data-bs-theme=light] .metagame-header-container, [data-bs-theme=dark] .metagame-header-container {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
[data-bs-theme=light] .metagame-re-sort > form, [data-bs-theme=dark] .metagame-re-sort > form {
  display: inline-block;
}
[data-bs-theme=light] .metagame-re-sort .form-control, [data-bs-theme=dark] .metagame-re-sort .form-control {
  width: auto;
  display: inline-block;
  margin-left: 5px;
}
[data-bs-theme=light] .metagame-re-sort .ajax-indicator, [data-bs-theme=dark] .metagame-re-sort .ajax-indicator {
  display: none;
  float: right;
  margin-left: 5px;
}
[data-bs-theme=light] #name_vote, [data-bs-theme=dark] #name_vote {
  display: inline-block;
}
[data-bs-theme=light] .archetype-tile-description > .manacost-container > .manacost, [data-bs-theme=dark] .archetype-tile-description > .manacost-container > .manacost {
  margin-left: 0;
}
[data-bs-theme=light] .deck-display-ad, [data-bs-theme=dark] .deck-display-ad {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
[data-bs-theme=light] .deck_search_card_filter-remove, [data-bs-theme=dark] .deck_search_card_filter-remove {
  margin-top: 2rem;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
[data-bs-theme=light] .deck-view-image-tiles, [data-bs-theme=dark] .deck-view-image-tiles {
  text-align: center;
}
[data-bs-theme=light] .deck-view-images-sealed, [data-bs-theme=dark] .deck-view-images-sealed {
  max-width: 100%;
}
[data-bs-theme=light] .deck-view-title-bar::after, [data-bs-theme=dark] .deck-view-title-bar::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .deck-view-title-bar, [data-bs-theme=dark] .deck-view-title-bar {
  position: relative;
}
[data-bs-theme=light] .deck-view-price-boxes, [data-bs-theme=dark] .deck-view-price-boxes {
  float: right;
  margin-top: 20px;
}
[data-bs-theme=light] .deck-tile-author, [data-bs-theme=dark] .deck-tile-author {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-bs-theme=light] .deck-tile .deck-price, [data-bs-theme=dark] .deck-tile .deck-price {
  clear: none;
  margin-top: 0px;
}
[data-bs-theme=light] .deck-view-deck-wrapper, [data-bs-theme=dark] .deck-view-deck-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
[data-bs-theme=light] .deck-view-deck, [data-bs-theme=dark] .deck-view-deck {
  margin-left: 200px;
  margin-right: 400px;
}
[data-bs-theme=light] .deck-view-deck-compact, [data-bs-theme=dark] .deck-view-deck-compact {
  margin-right: 0;
}
[data-bs-theme=light] .deck-view-description, [data-bs-theme=dark] .deck-view-description {
  margin-bottom: 10px;
  margin-left: 10px;
}
[data-bs-theme=light] .deck-view-images-sidebar, [data-bs-theme=dark] .deck-view-images-sidebar {
  float: left;
  margin-left: -100%;
  width: 200px;
}
[data-bs-theme=light] .deck-view-related-sidebar, [data-bs-theme=dark] .deck-view-related-sidebar {
  float: left;
  margin-left: -400px;
  width: 400px;
}
[data-bs-theme=light] .deck-view-decklist, [data-bs-theme=dark] .deck-view-decklist {
  margin-top: 10px;
}
[data-bs-theme=light] .deck-view-decklist-test-element, [data-bs-theme=dark] .deck-view-decklist-test-element {
  display: none;
  float: left;
}
@media (min-width: 1200) {
  [data-bs-theme=light] .deck-view-decklist-test-element, [data-bs-theme=dark] .deck-view-decklist-test-element {
    float: none;
  }
  [data-bs-theme=light] .deck-view-decklist, [data-bs-theme=dark] .deck-view-decklist {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
[data-bs-theme=light] .manacost, [data-bs-theme=dark] .manacost {
  white-space: nowrap;
  margin-left: 3px;
  margin-right: 3px;
}
[data-bs-theme=light] .deck-header, [data-bs-theme=dark] .deck-header {
  font-weight: bold;
  padding: 5px 0 5px 0;
}
[data-bs-theme=light] .deck-col-qty, [data-bs-theme=dark] .deck-col-qty {
  padding-right: 5px;
  text-align: right;
}
[data-bs-theme=light] .deck-col-price, [data-bs-theme=dark] .deck-col-price {
  text-align: right;
  padding-right: 3px;
}
[data-bs-theme=light] .deck-col-frequency, [data-bs-theme=light] .deck-col-qty, [data-bs-theme=light] .deck-col-card, [data-bs-theme=light] .deck-col-mana, [data-bs-theme=light] .deck-col-price, [data-bs-theme=dark] .deck-col-frequency, [data-bs-theme=dark] .deck-col-qty, [data-bs-theme=dark] .deck-col-card, [data-bs-theme=dark] .deck-col-mana, [data-bs-theme=dark] .deck-col-price {
  vertical-align: text-top;
}
[data-bs-theme=light] .deck-col-frequency, [data-bs-theme=dark] .deck-col-frequency {
  font-size: 8pt;
  text-align: right;
  padding-right: 10px;
}
[data-bs-theme=light] .deck-view-purchase-button, [data-bs-theme=dark] .deck-view-purchase-button {
  margin-bottom: 5px;
  width: 100%;
}
[data-bs-theme=light] .deck-view-related-sidebar, [data-bs-theme=dark] .deck-view-related-sidebar {
  padding-left: 20px;
}
[data-bs-theme=light] .deck-view-tools, [data-bs-theme=dark] .deck-view-tools {
  padding: 0 10px;
}
[data-bs-theme=light] .deck-view-tool-btn, [data-bs-theme=dark] .deck-view-tool-btn {
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
}
[data-bs-theme=light] .deck-view-title, [data-bs-theme=dark] .deck-view-title {
  display: inline-block;
}
[data-bs-theme=light] .deck-view-author, [data-bs-theme=dark] .deck-view-author {
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
  color: var(--text-muted);
  font-weight: normal;
}
[data-bs-theme=light] .deck-view-subheader, [data-bs-theme=dark] .deck-view-subheader {
  display: block;
  font-size: 20px;
  margin: -10px 0 10px 10px;
  color: var(--text-muted);
  font-weight: normal;
}
[data-bs-theme=light] #name_vote, [data-bs-theme=dark] #name_vote {
  padding-left: 10px;
  font-size: 12px;
}
[data-bs-theme=light], [data-bs-theme=dark] {
  /*
  .suggest {
    font-size:12px;
    font-weight:normal;
    color: #454545;
  }
  */
}
[data-bs-theme=light] .deck-view-compact-purchase-buttons, [data-bs-theme=dark] .deck-view-compact-purchase-buttons {
  width: 100%;
}
[data-bs-theme=light] .deck-view-compact-purchase-buttons::after, [data-bs-theme=dark] .deck-view-compact-purchase-buttons::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .deck-view-compact-purchase-buttons, [data-bs-theme=dark] .deck-view-compact-purchase-buttons {
  margin-top: 20px;
}
[data-bs-theme=light] .deck-view-compact-purchase-buttons-secondary, [data-bs-theme=dark] .deck-view-compact-purchase-buttons-secondary {
  width: 100%;
}
[data-bs-theme=light] .deck-view-compact-purchase-buttons-secondary::after, [data-bs-theme=dark] .deck-view-compact-purchase-buttons-secondary::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 768) {
  [data-bs-theme=light] .deck-view-price-boxes, [data-bs-theme=light] .deck-view-title, [data-bs-theme=light] .deck-view-author, [data-bs-theme=light] .deck-view-subheader, [data-bs-theme=light] #name_vote, [data-bs-theme=dark] .deck-view-price-boxes, [data-bs-theme=dark] .deck-view-title, [data-bs-theme=dark] .deck-view-author, [data-bs-theme=dark] .deck-view-subheader, [data-bs-theme=dark] #name_vote {
    display: block;
    width: 100%;
    float: none;
    position: static;
  }
  [data-bs-theme=light] .deck-view-author, [data-bs-theme=light] .deck-view-subheader, [data-bs-theme=dark] .deck-view-author, [data-bs-theme=dark] .deck-view-subheader {
    margin: 0;
  }
  [data-bs-theme=light] .deck-view-description, [data-bs-theme=dark] .deck-view-description {
    margin-top: 10px;
    margin-left: 0;
  }
  [data-bs-theme=light] .deck-view-price-boxes, [data-bs-theme=dark] .deck-view-price-boxes {
    margin-top: 10px;
  }
  [data-bs-theme=light] .deck-view-deck-wrapper, [data-bs-theme=light] .deck-view-deck, [data-bs-theme=light] .deck-view-images-sidebar, [data-bs-theme=light] .deck-view-related-sidebar, [data-bs-theme=dark] .deck-view-deck-wrapper, [data-bs-theme=dark] .deck-view-deck, [data-bs-theme=dark] .deck-view-images-sidebar, [data-bs-theme=dark] .deck-view-related-sidebar {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  [data-bs-theme=light] .deck-view-deck-wrapper, [data-bs-theme=light] .deck-view-images-sidebar, [data-bs-theme=light] .deck-view-related-sidebar, [data-bs-theme=dark] .deck-view-deck-wrapper, [data-bs-theme=dark] .deck-view-images-sidebar, [data-bs-theme=dark] .deck-view-related-sidebar {
    margin-top: 20px;
  }
  [data-bs-theme=light] .deck-view-images-sealed, [data-bs-theme=light] .deck-view-image-tiles, [data-bs-theme=dark] .deck-view-images-sealed, [data-bs-theme=dark] .deck-view-image-tiles {
    display: none;
  }
  [data-bs-theme=light] .deck-view-decklist-compact, [data-bs-theme=dark] .deck-view-decklist-compact {
    min-height: 0;
  }
  [data-bs-theme=light] #name_vote, [data-bs-theme=dark] #name_vote {
    padding-left: 0;
    margin-top: 5px;
  }
}
[data-bs-theme=light] .deck-view-deck-table, [data-bs-theme=dark] .deck-view-deck-table {
  width: 100%;
}
[data-bs-theme=light] .deck-view-deck-table td, [data-bs-theme=dark] .deck-view-deck-table td {
  line-height: 1.3;
}
[data-bs-theme=light] .deck-view-deck-table .deck-category-header > th, [data-bs-theme=dark] .deck-view-deck-table .deck-category-header > th {
  line-height: 1.5;
}
[data-bs-theme=light] .deck-view-deck-table .deck-category-header > th .deck-category-header-note, [data-bs-theme=dark] .deck-view-deck-table .deck-category-header > th .deck-category-header-note {
  font-weight: normal;
  font-size: 85%;
  font-style: italic;
}
[data-bs-theme=light] .deck-view-decklist-inner, [data-bs-theme=dark] .deck-view-decklist-inner {
  margin: 0 10px;
}
[data-bs-theme=light] .decks-sidebar-ad, [data-bs-theme=dark] .decks-sidebar-ad {
  margin: 0 auto 0.5rem auto;
  width: 300px;
}
[data-bs-theme=light] .deck-missing-cards, [data-bs-theme=dark] .deck-missing-cards {
  padding: 0 5px;
}
[data-bs-theme=light] .deck-myprice-calculation-text, [data-bs-theme=dark] .deck-myprice-calculation-text {
  text-align: center;
  color: #ecf0f1;
}
[data-bs-theme=light] .deck-premium-upsell, [data-bs-theme=dark] .deck-premium-upsell {
  padding: 10px 20px;
}
[data-bs-theme=light] .deck-myprice-screenshot, [data-bs-theme=dark] .deck-myprice-screenshot {
  border: 1px solid #ccc;
  padding: 10px;
}
[data-bs-theme=light] .archetype-breakdown-featured-card, [data-bs-theme=dark] .archetype-breakdown-featured-card {
  float: left;
  margin-right: 10px;
}
[data-bs-theme=light] .archetype-breakdown-featured-card-image, [data-bs-theme=dark] .archetype-breakdown-featured-card-image {
  display: block;
  height: 311px;
  width: 223px;
}
[data-bs-theme=light] .archetype-breakdown-featured-card-text, [data-bs-theme=dark] .archetype-breakdown-featured-card-text {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
[data-bs-theme=light] .archetype-breakdown-section::after, [data-bs-theme=dark] .archetype-breakdown-section::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .archetype-description, [data-bs-theme=light] .archetype-details, [data-bs-theme=dark] .archetype-description, [data-bs-theme=dark] .archetype-details {
  margin-top: 10px;
}
[data-bs-theme=light] .archetype-sample-deck::after, [data-bs-theme=dark] .archetype-sample-deck::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .archetype::after, [data-bs-theme=dark] .archetype::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .archetype-fixed, [data-bs-theme=dark] .archetype-fixed {
  float: left;
  width: 400px;
  margin-left: -400px;
}
[data-bs-theme=light] .archetype-content-wrapper, [data-bs-theme=dark] .archetype-content-wrapper {
  float: left;
  width: 100%;
}
[data-bs-theme=light] .archetype-content, [data-bs-theme=dark] .archetype-content {
  margin-right: 400px;
  padding-right: 10px;
}
@media (max-width: 992) {
  [data-bs-theme=light] .archetype-content-wrapper, [data-bs-theme=light] .archetype-content, [data-bs-theme=light] .archetype-fixed, [data-bs-theme=dark] .archetype-content-wrapper, [data-bs-theme=dark] .archetype-content, [data-bs-theme=dark] .archetype-fixed {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  [data-bs-theme=light] .archetype-fixed, [data-bs-theme=dark] .archetype-fixed {
    margin-top: 10px;
  }
}
[data-bs-theme=light] .deck-my-price-purchase-btn, [data-bs-theme=dark] .deck-my-price-purchase-btn {
  width: 50%;
  display: inline-block !important;
}
@media (max-width: 1200) {
  [data-bs-theme=light] .deck-my-price-purchase-btn, [data-bs-theme=dark] .deck-my-price-purchase-btn {
    width: 75%;
  }
}
[data-bs-theme=light] .glyphicon-action, [data-bs-theme=dark] .glyphicon-action {
  cursor: pointer;
  color: #454545;
}
[data-bs-theme=light] .my-decks-col-action, [data-bs-theme=dark] .my-decks-col-action {
  text-align: center;
  width: 30px;
}
[data-bs-theme=light] .my-decks-quantity, [data-bs-theme=dark] .my-decks-quantity {
  display: inline-block;
  width: 100px;
}
[data-bs-theme=light] .my-deck-description, [data-bs-theme=dark] .my-deck-description {
  min-height: 100px;
}
[data-bs-theme=light] .archetype-shop-buttons, [data-bs-theme=dark] .archetype-shop-buttons {
  margin-top: 20px;
}
[data-bs-theme=light] .archetype-social-shares, [data-bs-theme=dark] .archetype-social-shares {
  margin-top: 10px;
}
[data-bs-theme=light] .archetype-social-shares .social-share, [data-bs-theme=dark] .archetype-social-shares .social-share {
  margin-bottom: 5px;
}
[data-bs-theme=light] .custom-deck-sidebar-new-btn, [data-bs-theme=dark] .custom-deck-sidebar-new-btn {
  width: 100%;
  margin-top: 5px;
}
[data-bs-theme=light] .custom-decks-sidebar, [data-bs-theme=dark] .custom-decks-sidebar {
  width: 400px;
}
@media (max-width: 550px) {
  [data-bs-theme=light] .custom-decks-sidebar, [data-bs-theme=dark] .custom-decks-sidebar {
    width: 100%;
  }
}
[data-bs-theme=light] .custom-decks-sidebar-ad, [data-bs-theme=dark] .custom-decks-sidebar-ad {
  margin-top: 10px;
  margin-bottom: 10px;
}
[data-bs-theme=light] .decks-sidebar-search-commander, [data-bs-theme=dark] .decks-sidebar-search-commander {
  position: relative;
  z-index: 1;
}
[data-bs-theme=light] .decks-event-star, [data-bs-theme=dark] .decks-event-star {
  margin-right: -2px;
}
[data-bs-theme=light] .decks-event-date, [data-bs-theme=dark] .decks-event-date {
  width: 75px;
}
[data-bs-theme=light] .decks-event-rating, [data-bs-theme=dark] .decks-event-rating {
  width: 60px;
}
[data-bs-theme=light] .decks-event-stars, [data-bs-theme=dark] .decks-event-stars {
  margin-right: 0.5rem;
  display: inline-block;
  white-space: nowrap;
}
[data-bs-theme=light] .deck-view-tool-edit, [data-bs-theme=dark] .deck-view-tool-edit {
  display: none;
}
[data-bs-theme=light] .widget-deck-placeholder, [data-bs-theme=light] .widget-deck-placeholder-manual, [data-bs-theme=dark] .widget-deck-placeholder, [data-bs-theme=dark] .widget-deck-placeholder-manual {
  text-decoration: none;
  width: 100%;
  margin-bottom: 10px;
}
[data-bs-theme=light] .widget-deck-placeholder::after, [data-bs-theme=light] .widget-deck-placeholder-manual::after, [data-bs-theme=dark] .widget-deck-placeholder::after, [data-bs-theme=dark] .widget-deck-placeholder-manual::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .widget-deck-placeholder, [data-bs-theme=light] .widget-deck-placeholder-manual, [data-bs-theme=dark] .widget-deck-placeholder, [data-bs-theme=dark] .widget-deck-placeholder-manual {
  display: block;
}
[data-bs-theme=light] .deck-view-compact-purchase-buttons-secondary .decklist-more, [data-bs-theme=dark] .deck-view-compact-purchase-buttons-secondary .decklist-more {
  float: right;
}
[data-bs-theme=light] .decklist-my-price-buttons .decklist-more, [data-bs-theme=dark] .decklist-my-price-buttons .decklist-more {
  display: block;
}
[data-bs-theme=light] .decklist-purchase-more, [data-bs-theme=dark] .decklist-purchase-more {
  display: none;
}
[data-bs-theme=light] .decks-share-hint, [data-bs-theme=dark] .decks-share-hint {
  margin-top: 10px;
}
[data-bs-theme=light] .decks-share-hint .decks-share-hint-field, [data-bs-theme=dark] .decks-share-hint .decks-share-hint-field {
  width: 300px;
  margin: 0 auto;
}
[data-bs-theme=light] .price-box-container, [data-bs-theme=dark] .price-box-container {
  text-align: right;
}
[data-bs-theme=light] .deck-view-price-arena, [data-bs-theme=dark] .deck-view-price-arena {
  padding-right: 10px;
  text-align: right;
}
[data-bs-theme=light] .deck-report-issue, [data-bs-theme=dark] .deck-report-issue {
  font-size: 0.7rem;
}
[data-bs-theme=light] #fix-archetype-form, [data-bs-theme=dark] #fix-archetype-form {
  display: inline-block;
}
[data-bs-theme=light] .btn-type-menu-paper,
[data-bs-theme=light] .btn-type-menu-online,
[data-bs-theme=light] .btn-type-menu-arena, [data-bs-theme=dark] .btn-type-menu-paper,
[data-bs-theme=dark] .btn-type-menu-online,
[data-bs-theme=dark] .btn-type-menu-arena {
  display: none;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .btn-type-menu-paper,
  [data-bs-theme=light] .btn-type-menu-online,
  [data-bs-theme=light] .btn-type-menu-arena, [data-bs-theme=dark] .btn-type-menu-paper,
  [data-bs-theme=dark] .btn-type-menu-online,
  [data-bs-theme=dark] .btn-type-menu-arena {
    display: block;
  }
}
@media (min-width: 900px) {
  [data-bs-theme=light] .deck-type-dropdown-menu, [data-bs-theme=dark] .deck-type-dropdown-menu {
    display: none;
  }
}
[data-bs-theme=light] .widget-deck-placeholder .deck-report-issue, [data-bs-theme=dark] .widget-deck-placeholder .deck-report-issue {
  display: none;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
.article-tags {
  margin-right: 0.3125rem;
}

.articles-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.articles-container .article-tile {
  width: 100%;
}
@media (min-width: 500px) {
  .articles-container .article-tile {
    width: 49%;
    margin: 0 1% 1% 0;
  }
  .articles-container .article-tile:nth-last-child(-n+2) {
    display: block;
  }
}
@media (min-width: 750px) {
  .articles-container .article-tile {
    width: 32.6666666667%;
    margin: 0 0.6666666667% 0.6666666667% 0;
  }
  .articles-container .article-tile:nth-last-child(-n+3) {
    display: block;
  }
  .articles-container .article-tile:nth-last-child(-n+1) {
    display: none;
  }
}
@media (min-width: 1000px) {
  .articles-container .article-tile {
    width: 24.5%;
    margin: 0 0.5% 0.5% 0;
  }
  .articles-container .article-tile:nth-last-child(-n+4) {
    display: block;
  }
}
@media (min-width: 1200px) {
  .articles-container .article-tile {
    width: 32.9333333333%;
    margin: 0 0.4% 0.4% 0;
  }
  .articles-container .article-tile:nth-last-child(-n+3) {
    display: block;
  }
  .articles-container .article-tile:nth-last-child(-n+1) {
    display: none;
  }
}
@media (min-width: 1432px) {
  .articles-container .article-tile {
    width: 24.5%;
    margin: 0 0.5% 0.5% 0;
  }
  .articles-container .article-tile:nth-last-child(-n+4) {
    display: block;
  }
}

.home-articles .article-tile {
  width: 100%;
}
@media (min-width: 500px) {
  .home-articles .article-tile {
    width: 49%;
    margin: 0 1% 1% 0;
  }
  .home-articles .article-tile:nth-last-child(-n+2) {
    display: block;
  }
}
@media (min-width: 750px) {
  .home-articles .article-tile {
    width: 32.6666666667%;
    margin: 0 0.6666666667% 0.6666666667% 0;
  }
  .home-articles .article-tile:nth-last-child(-n+3) {
    display: block;
  }
}
@media (min-width: 1000px) {
  .home-articles .article-tile {
    width: 24.5%;
    margin: 0 0.5% 0.5% 0;
  }
  .home-articles .article-tile:nth-last-child(-n+4) {
    display: block;
  }
}
@media (min-width: 1250px) {
  .home-articles .article-tile {
    width: 19.6%;
    margin: 0 0.4% 0.4% 0;
  }
  .home-articles .article-tile:nth-last-child(-n+5) {
    display: block;
  }
  .home-articles .article-tile:nth-last-child(-n+2) {
    display: none;
  }
}
@media (min-width: 1500px) {
  .home-articles .article-tile {
    width: 16.3333333333%;
    margin: 0 0.3333333333% 0.3333333333% 0;
  }
  .home-articles .article-tile:nth-last-child(-n+6) {
    display: block;
  }
}

.article-tile {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
.article-tile h3, .article-tile .h3, .article-tile h4, .article-tile .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
.article-tile {
  padding: 0;
  position: relative;
  padding-bottom: 3em;
}
.article-tile .article-tile-super-tag {
  font-size: 75%;
  border-radius: 0;
  display: block;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}
.article-tile .card-tile {
  width: 100%;
  display: block;
}
.article-tile .card-tile .card-image-tile {
  width: 100%;
  height: 130px;
  background-size: cover;
  border: none;
}
.article-tile .article-tile-contents {
  padding: 0.5em;
}
.article-tile .article-tile-author {
  padding: 0.5em;
  margin-top: 0.5em;
  border-top: 1px solid #cbcbcb;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.featured-unit-title, .article-tile-title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.5em;
}

/*
.article-tile-image {
  position: relative;
  width: 180px;
  .card-image-tile {
    height: 101px;
  }
}
.article-more-on-footer {
  display: none;
  @include clearfix;
}
.article-more-on-footer-title {
  margin-top: 0px;
}

@media (min-width: 1200px) {
  .article-more-on-footer {
    display: block;
  }
}

.articles {
  @include clearfix;
}
.article-tile {
  position: relative;
  width: 200px;
  height: 350px;
  float: left;
  border: 1px solid #ccc;
  margin: 5px;
  padding: 10px;
}
.article-tile-condensed {
  height: 225px;
}
.article-tile-abstract {
  margin-bottom: 0px;
}
.article-tile-link-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top:0;
  left:0;
}
.article-tile-title {
  font-size: 18px;
  margin-top: 10px;
}
.article-tile-author {
  font-size: 14px;
  margin-top: 0px;
  font-weight: normal;
  font-style: italics;
}
@media (max-width: $screen-xs-min) {
  .article-header-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .article-tile {
    width: 100%;
    margin: 5px 0 5px 0;
    height: auto;
    @include clearfix;
  }
  .article-tile-title {
    margin-top: 0;
  }
  .article-tile-image {
    float: left;
    margin: 0 10px 0 0;
  }
}
.article-search-results {
  .article-tile {
    width: 100%;
    margin: 5px 0 5px 0;
    height: auto;
    @include clearfix;
  }
  .article-tile-title {
    margin-top: 0;
  }
  .article-tile-image {
    float: left;
    margin: 0 10px 0 0;
  }
}

.article-notification {
  max-width: 500px;
  margin: 5px auto;
}
.article-title {
  margin-top: 10px;
}
.article-author {
  font-weight: normal;
  color: var(--text-muted);
  @include clearfix;
  display: block;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
*/
.mtggoldfish_widget {
  width: 100%;
  border: none;
  overflow: hidden;
}

.more-articles-articles::after {
  display: block;
  clear: both;
  content: "";
}

.more-articles-title, .more-articles-link {
  margin-left: 10px;
}

.mtggoldfishWidget-priceCompact {
  display: inline-block;
  width: 265px;
  margin: 3px;
  height: 405px;
  border: none;
}

.articles-advert-banner {
  margin: 0 auto;
}

.article-sidebar-article-tile {
  float: left;
  margin: 0 10px 0px 0;
}
.article-sidebar-article-tile .card-tile {
  width: 90px;
}
.article-sidebar-article-tile .card-image-tile-thumbnail-sm {
  height: 51px;
}

.article-sidebar-article-title {
  color: #343a40;
}

.article-sidebar-article-date {
  color: #595959;
  font-size: 75%;
  font-style: italic;
  display: block;
}

.article-sidebar-rect-ad {
  margin: 0 auto;
  width: 300px;
  margin-bottom: 1rem;
}

.article-sidebar-newsletter {
  margin-bottom: 10px;
}

.articles-action-bar {
  width: 100%;
}

.spoilertag {
  position: relative;
  visibility: hidden;
}

.spoilertag-blocker {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
}

.article-card-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

@media (max-width: 480) {
  .article-card-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
.article-highlight em {
  background-color: yellow;
}

.article-highlight {
  margin-top: 10px;
}

.article-tag {
  color: #fff;
  background-color: #5e5e5e;
}

.article-tag:hover {
  cursor: pointer;
}

.article-index-sidebar {
  padding-top: 0px;
}

.article-tile-super-tag {
  z-index: 1;
  display: block;
  border-radius: 0;
  background-color: var(--tag-bg-color);
  color: #343a40;
}

a.article-tile-super-tag:hover, a.article-tile-super-tag:focus {
  color: #343a40;
}

.article-next {
  background-color: #6E6E6E;
  color: #fff;
  position: fixed;
  top: 15.5em;
  width: 300px;
  right: -300px;
  z-index: 999;
  bottom: auto;
  transition: right 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .article-next {
    transition: none;
  }
}

.article-next:hover, .article-next:focus {
  right: 0.5em;
  background-color: #6E6E6E;
}

.article-next:hover > .article-next-link, .article-next:focus > .article-next-link {
  background-color: #6E6E6E;
}

.article-next-container {
  margin: 10px;
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
  min-height: 92px;
}

.article-next-link {
  width: 6em;
  color: #fff;
  position: absolute;
  left: -6em;
  top: 0;
  text-align: center;
  padding: 5px;
}

@media (max-width: 1460px) {
  .article-next {
    display: none;
  }
}
.spoiler-card .article-card {
  width: 100%;
  height: auto;
}
.spoiler-card .article-card-small {
  width: 100%;
  height: auto;
}

.article-card {
  width: 265px;
  height: 370px;
  margin: 3px;
}

.article-card-small {
  width: 175px;
  height: 244px;
}

.article-featured_image {
  margin: 10px;
}

.articles-pagination > .pagination {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.articles-pagination {
  margin-left: 5px;
}

.article-expandable-details {
  display: none;
}

.article-expandable-details:target {
  display: block;
  margin-bottom: 20px;
}

.article-card-pair,
.article-card-triple,
.article-card-quad {
  margin: 5px;
  display: inline-block;
}

.article-card-pair-one,
.article-card-triple-one,
.article-card-quad-one {
  margin-right: 3px;
}

.article-card-triple-two,
.article-card-quad-two {
  margin-right: 3px;
}

.article-card-quad-three {
  margin-right: 3px;
}

.article-card-triple-one, .article-card-triple-two, .article-card-triple-three,
.article-card-quad-one, .article-card-quad-two, .article-card-quad-three, .article-card-quad-four {
  margin-bottom: 3px;
}

@media (max-width: 450px) {
  .article-card-quad-one, .article-card-quad-two, .article-card-quad-three, .article-card-quad-four,
  .article-card-triple-one, .article-card-triple-two, .article-card-triple-three,
  .article-card-pair-one, .article-card-pair-two {
    width: 47%;
  }
}
.article_diff ins {
  background-color: #ffed58;
  text-decoration: none;
}

.article_diff del {
  background-color: #ff5b5b;
  text-decoration: strikethrough;
}

.article-table-of-contents > ol {
  margin: 0;
}
.article-table-of-contents {
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px #ecf0f1 solid;
  background-color: #f8f9fa;
  display: inline-block;
}

[data-bs-theme=dark] .article-table-of-contents {
  border: none;
  background-color: var(--widget-bg-color);
}

.article-slideshow {
  margin: 20px auto;
  text-align: center;
}

.article-slideshow-image-thumbnail {
  width: 200px;
  height: 200px;
  border: 1px solid #dddddd;
}

.article-compact-spoiler {
  font-size: 12px;
}

@media (min-width: 500px) {
  .article-compact-spoiler {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    font-size: 12px;
  }
}
@media (min-width: 650px) {
  .article-compact-spoiler {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    font-size: 12px;
  }
}
@media (min-width: 850px) {
  .article-compact-spoiler {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    font-size: 12px;
  }
}
.article-compact-spoiler > h4, .article-compact-spoiler > .h4 {
  color: #ffffff;
  padding: 5px;
  background-color: #333;
}

.article-compact-spoiler > hr {
  margin: 0 0 10px 0;
}

.table-bordered > tbody > tr > td.article-tricks-color-row {
  border-top-width: 3px;
}

.articles-highlights::after {
  display: block;
  clear: both;
  content: "";
}

.articles-highlight-series {
  width: 45%;
  float: left;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0 10px 10px 0;
  position: relative;
}

@media (max-width: 700px) {
  .articles-highlight-series {
    width: 100%;
    margin-right: 0;
  }
}
.article-sidebar-series > .articles-highlight-series {
  width: 100%;
  float: none;
  margin-bottom: 0px;
  border: none;
  padding: 0;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.article-sidebar-series > .articles-highlight-series:hover {
  background-color: #f1f1f1;
}

.article-sidebar-series > .articles-highlight-series h3, .article-sidebar-series > .articles-highlight-series .h3 {
  font-size: 16px;
  display: inline-block;
}

.article-sidebar-series > .articles-highlight-series p {
  display: none;
}

.article-sidebar-series > .articles-highlight-series .articles-highlight-series-icon {
  height: 45px;
  width: 45px;
  float: none;
  margin-bottom: 0;
}

.articles-highlight-link:hover, .articles-highlight-link:focus {
  text-decoration: none;
}
.articles-highlight-link {
  color: #343a40;
}

.articles-highlight-series > p {
  margin-bottom: 0;
}

.articles-highlight-series > h3, .articles-highlight-series > .h3 {
  margin-top: 0;
}

.articles-highlight-series-icon {
  width: 60px;
  height: 60px;
  float: left;
  margin: 0 10px 10px 0;
}

.articles-highlight-series-icon-border {
  border: 1px solid #ccc;
}

.articles-must-read-section {
  width: 100%;
}
.articles-must-read-section::after {
  display: block;
  clear: both;
  content: "";
}

.articles-must-read {
  flex: 0 0 auto;
  width: 50%;
}

.articles-must-read > ul {
  padding-left: 25px;
}

.articles-series-show-more-btn {
  margin-top: 10px;
}

.articles-series-show-more {
  display: none;
}

.vertical > thead > tr > th {
  line-height: 1;
}

.articles-strawpoll-container {
  max-width: 100%;
  width: 680px;
  margin: 0 auto;
}

.articles-strawpoll-iframe {
  border: 0;
  width: 100%;
  height: 450px;
}

@media (max-width: 600px) {
  .articles-strawpoll-iframe {
    height: 650px;
  }
}
.article-contents-noprices .widgetPriceCompact {
  height: 311px;
}
.article-contents-noprices .widgetPriceCompact-prices {
  display: none;
}
.article-contents-noprices .deck-col-price, .article-contents-noprices .price-box, .article-contents-noprices .btn-shop-price {
  display: none;
}
.article-contents-noprices .tab-myprice-online, .article-contents-noprices .tab-myprice-paper, .article-contents-noprices .tab-myprice-collapsed {
  display: none;
}

.article-sidebar .list-group {
  margin-bottom: 1rem;
}

.article-tags-share-container {
  display: flex;
  justify-content: space-between;
}

.article-contents .spoiler-card-container,
.article-contents #spoiler-card-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.article-sidebar .article-sidebar-header {
  font-size: 18px;
}

.article-tile-thumbnail {
  width: 100%;
}

.article-contents p .widget-price-compact-placeholder {
  max-width: 265px;
}
.article-contents p .widget-price-compact-placeholder .price-card-image-image {
  min-width: 265px;
}

.newsletter-image {
  width: 550px;
  max-width: 100%;
}

.newsletter-deck-image {
  max-width: 100%;
}

.common-manaCost-manaSymbol {
  border-radius: 50%;
  margin-left: 2px;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
.deals-last-updated {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
}

.deals::after {
  display: block;
  clear: both;
  content: "";
}

.deal-widget {
  width: 180px;
  background-color: #fff;
  margin: 5px;
  float: left;
  border: 1px solid #ccc;
}

.deal-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.deal-contents {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
}

.deal-title {
  font-size: 16px;
}

.deal-image {
  position: relative;
  height: 150px;
  background-size: cover;
  background-position: 40% 7%;
  background-repeat: no-repeat;
  display: block;
}

.deal-contents {
  padding: 10px;
}

.deal-graph-icon {
  float: right;
  margin-right: 3px;
  margin-top: -7px;
}

.deal-details::after {
  display: block;
  clear: both;
  content: "";
}

.deal-seller {
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
}

.deal-price {
  font-size: 13px;
  color: #390;
  float: left;
  margin-bottom: 5px;
}

.deal-transition {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 10px;
}

.deal-watermark {
  color: #333333;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #ccc;
}

.deal-watermark img {
  margin-left: 3px;
}

@media (max-width: 480) {
  .deal-widget {
    float: none;
    width: 100%;
  }
  .deal-widget::after {
    display: block;
    clear: both;
    content: "";
  }
  .deal-image {
    float: left;
    width: 180px;
    margin-right: 10px;
  }
  .deal-title {
    white-space: normal;
  }
}
.deal-listing-ad {
  background-color: #fff;
  width: 300px;
  border: 1px solid #ccc;
  position: relative;
  height: 250px;
  padding: 10px;
  overflow: hidden;
}

.deal-listing-ad-watermark {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
  border: 0;
  border-style: solid;
  border-color: #ccc;
  font-size: 75%;
}

.deal-listing-ad-contents {
  font-size: 12px;
  margin-bottom: 10px;
}
.deal-listing-ad-contents::after {
  display: block;
  clear: both;
  content: "";
}

.deal-listing-ad-image-container {
  height: 100px;
  margin-right: 10px;
  float: left;
}

.deal-listing-ad-image {
  height: 100px;
}

.pad-custom-728 > .deal-js-container > .deal-listing-ad {
  width: 728px;
  height: 90px;
  padding: 5px;
  color: #333333;
}
.pad-custom-728 > .deal-js-container > .deal-listing-ad::after {
  display: block;
  clear: both;
  content: "";
}

.pad-custom-728 > .deal-js-container > .deal-listing-ad > .deal-listing-ad-contents {
  width: 225px;
  height: 80px;
  float: left;
  color: #333333;
  margin-right: 10px;
}
.pad-custom-728 > .deal-js-container > .deal-listing-ad > .deal-listing-ad-contents::after {
  display: block;
  clear: both;
  content: "";
}

.pad-custom-728 > .deal-js-container > .deal-listing-ad > .deal-listing-ad-contents > .deal-listing-ad-image-container,
.pad-custom-728 > .deal-js-container > .deal-listing-ad > .deal-listing-ad-contents > .deal-listing-ad-image-container > a > .deal-listing-ad-image {
  height: 80px;
}

.pad-custom-728 > .deal-js-container > .deal-listing-ad > .deal-listing-ad-contents > .deal-listing-ad-title {
  height: 32px;
  /*
  text-overflow: ellipsis;
  white-space: nowrap;
  */
  overflow: hidden;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
.review-video {
  max-width: 560px;
  margin: 0 auto;
  text-align: right;
  margin-bottom: 10px;
}

.review-video-credit {
  color: var(--text-muted);
}

.review-spacer {
  margin-left: 10px;
}

.review-product::after {
  display: block;
  clear: both;
  content: "";
}

.review-product-title::after {
  display: block;
  clear: both;
  content: "";
}

.review-product-label {
  margin-top: 5px;
  display: inline-block;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
.featured-unit-form img.preview {
  width: 200px;
}

.progress {
  max-width: 600px;
  margin: 0.2em 0 0.2em 0;
}

.progress .bar {
  height: 1.2em;
  padding: 0.2em;
  color: white;
  display: none;
}

.featured-unit {
  position: relative;
  border: 1px solid #ccc;
  margin: 0px;
  padding: 0px;
}
.featured-unit::after {
  display: block;
  clear: both;
  content: "";
}

.featured-unit-placeholder {
  width: 100%;
}

.featured-unit-title {
  font-size: 18px;
  margin-top: 0px;
}

.featured-unit-image {
  margin: 0 auto;
  width: 180px;
  height: 130px;
  background-position: -21px -42px;
  border: 1px solid #ccc;
}

.featured-unit-link-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}

.featured-unit-contents {
  bottom: 0;
  padding: 10px;
  width: 100%;
}
.featured-unit-contents a {
  background: none !important;
}

@media (max-width: 768) {
  .featured-unit-contents {
    position: static;
    overflow-y: hidden;
  }
}
/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
.color-strength::after {
  display: block;
  clear: both;
  content: "";
}

.color-strength-u {
  background-color: #aae0fa;
}

.color-strength-g {
  background-color: #9bd3ae;
}

.color-strength-b {
  background-color: #cbc2bf;
}

.color-strength-r {
  background-color: #f9aa8f;
}

.color-strength-w {
  background-color: #fffbd5;
}

.limited-decorative-tiles::after {
  display: block;
  clear: both;
  content: "";
}

.limited-decorative-tile {
  float: left;
  margin-right: 10px;
}

.limited-analysis-top-cards::after {
  display: block;
  clear: both;
  content: "";
}

.limited-analysis-top-cards-image {
  width: 190px;
  float: left;
  margin-right: -100%;
  padding-right: 10px;
}

.limited-analysis-top-cards-table {
  margin-left: 190px;
}

.limited-analysis-top-cards-table-wrapper {
  float: left;
  width: 100%;
}

@media (max-width: 480) {
  .limited-analysis-top-cards-image, .limited-analysis-top-cards-table-wrapper, .limited-analysis-top-cards-table {
    float: none;
    margin: 0;
    padding: 0;
  }
  .limited-analysis-top-cards-image {
    margin: 0 auto 10px auto;
  }
}
.limited-list-setSymbolColumn {
  width: 40px;
  text-align: right;
}

.limited-rectangle-ad {
  padding-top: 10px;
  margin: 0 auto;
  width: 300px;
}

.limited-vertical-ad {
  padding-top: 66px;
}

@media (max-width: 992) {
  .limited-vertical-ad {
    display: none !important;
  }
}
.limited-analysis-summary-container {
  width: 100%;
}
.limited-analysis-summary-container::after {
  display: block;
  clear: both;
  content: "";
}
.limited-analysis-summary-container {
  margin-left: -15px;
}

.limited-analysis-dt {
  font-weight: normal;
  text-align: left !important;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
[data-bs-theme=light] .deck-pricer-sample-format-container, [data-bs-theme=dark] .deck-pricer-sample-format-container {
  display: flex;
  flex-wrap: wrap;
}
[data-bs-theme=light] .deck-pricer-sample-format, [data-bs-theme=dark] .deck-pricer-sample-format {
  flex-grow: 1;
}
[data-bs-theme=light] .deck-pricer-sample-format-tips, [data-bs-theme=dark] .deck-pricer-sample-format-tips {
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
  font-size: 90%;
}
[data-bs-theme=light] .deck-pricer-sample-format-container, [data-bs-theme=dark] .deck-pricer-sample-format-container {
  font-family: "Courier New", Courier, monospace;
}
[data-bs-theme=light] .deck-pricer-sample-format-list, [data-bs-theme=dark] .deck-pricer-sample-format-list {
  padding-left: 0;
  list-style: none;
}
[data-bs-theme=light] .deck-pricer-deck-input, [data-bs-theme=dark] .deck-pricer-deck-input {
  width: 100%;
  min-height: 25rem;
  margin-top: 1rem;
}
[data-bs-theme=light] .deck-pricer-output, [data-bs-theme=dark] .deck-pricer-output {
  width: 100%;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .deck-pricer-input-container, [data-bs-theme=dark] .deck-pricer-input-container {
    display: flex;
  }
  [data-bs-theme=light] .deck-pricer-input-container .deck-pricer-input, [data-bs-theme=dark] .deck-pricer-input-container .deck-pricer-input {
    margin-right: 1rem;
  }
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
.index-image-tile {
  display: inline-block;
  margin: 5px;
}

.index-price-left {
  text-align: center;
  align-content: flex-start;
}

.index-left-col::after {
  display: block;
  clear: both;
  content: "";
}

.index-price-header::after {
  display: block;
  clear: both;
  content: "";
}

.index-price-header-name {
  float: left;
}

@media (min-width: 900px) {
  .index-price-header-current-prices {
    float: right;
  }
}

.priceList-setMenu-selectSet-btn {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.index-price-header-foil-switcher {
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
}

.index-price-header-card-count {
  color: var(--text-muted);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
}

.index-price-header-current-prices .online-block td {
  padding-top: 1rem;
}
.index-price-header-current-prices td {
  text-align: left;
  padding-top: 8px;
  padding-left: 10px;
}
@media (min-width: 600px) {
  .index-price-header-current-prices td {
    text-align: right;
  }
}
.index-price-header-current-prices td:first-of-type {
  padding-left: 0;
}

.index-price-header-price-box {
  line-height: 0.7;
  position: relative;
  text-align: left;
  font-size: 1.25rem;
}
@media (min-width: 600px) {
  .index-price-header-price-box {
    text-align: right;
    font-size: 1.75rem;
  }
}

.index-price-header-price-label {
  font-size: 8px;
  margin-bottom: 5px;
  display: block;
}

.index-price-header-index-name {
  margin-bottom: 5px;
}

.index-price-table {
  margin-top: 20px;
}

.index-price-content .price-card-history {
  width: 100%;
}
.index-price-content .price-card-statistics {
  margin-top: 1em;
}

.index-price {
  display: flex;
  flex-wrap: wrap;
}
.index-price .index-price-left {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.index-price .index-price-content {
  width: 100%;
}
@media (min-width: 900px) {
  .index-price .index-price-left {
    max-width: 400px;
    margin-right: 0.5rem;
  }
  .index-price .index-price-content {
    flex-grow: 1;
    width: auto;
  }
}
.index-price .card-tile {
  width: 49.5%;
  margin-bottom: 0.5rem;
}

.tablesorter .tablesorter-filter {
  width: 100%;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
.tournament-staples-image-tiles {
  text-align: center;
}

.tournament-staples-image-tile {
  display: inline-block;
}

.tournament-ad {
  width: 300px;
  margin: 10px auto;
}

.table-tournament {
  width: 100%;
}
.table-tournament > thead > tr > th, .table-tournament > tbody > tr > td {
  padding: 0.3rem;
  vertical-align: top;
}

.tournament-pagination {
  margin-top: 1rem;
}

.tournament-pagination-info {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.pagination {
  justify-content: center;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
.tablesorter-filter-popover, .tablesorter-filter-popover-online, .tablesorter-filter-popover-paper {
  margin-bottom: 5px;
}

.columnSelector {
  display: none;
}

.tablesorter-filter-popover-label {
  margin: 0 5px;
  display: block;
  font-weight: normal;
}

.tablesorter-filter-popover-input {
  margin-right: 5px !important;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
[data-bs-theme=light] .priceList-set, [data-bs-theme=dark] .priceList-set {
  margin-bottom: 1rem;
}
[data-bs-theme=light] .priceList-prices, [data-bs-theme=dark] .priceList-prices {
  list-style: none;
}
[data-bs-theme=light] .priceList-prices::after, [data-bs-theme=dark] .priceList-prices::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .priceList-prices-card, [data-bs-theme=dark] .priceList-prices-card {
  float: left;
  font-weight: normal;
}
[data-bs-theme=light] .priceList-prices-price, [data-bs-theme=dark] .priceList-prices-price {
  text-align: right;
}
[data-bs-theme=light] .priceList-lastUpdated, [data-bs-theme=dark] .priceList-lastUpdated {
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 20px;
}
[data-bs-theme=light] .priceList-price-indicator, [data-bs-theme=dark] .priceList-price-indicator {
  font-size: 12px;
}
[data-bs-theme=light] .priceList-set-header, [data-bs-theme=dark] .priceList-set-header {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--text-muted);
}
[data-bs-theme=light] .priceList-rarity-header, [data-bs-theme=dark] .priceList-rarity-header {
  font-size: 14px;
}
[data-bs-theme=light] .priceList-set-icon, [data-bs-theme=dark] .priceList-set-icon {
  margin-top: -3px;
}
[data-bs-theme=light] .priceList-set-header-link:link,
[data-bs-theme=light] .priceList-set-header-link:visited,
[data-bs-theme=light] .priceList-set-header-link:hover,
[data-bs-theme=light] .priceList-set-header-link:active, [data-bs-theme=dark] .priceList-set-header-link:link,
[data-bs-theme=dark] .priceList-set-header-link:visited,
[data-bs-theme=dark] .priceList-set-header-link:hover,
[data-bs-theme=dark] .priceList-set-header-link:active {
  color: var(--text-color);
  text-decoration: none;
}
[data-bs-theme=light] .priceList-navigation-typeToggle::after, [data-bs-theme=dark] .priceList-navigation-typeToggle::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light], [data-bs-theme=dark] {
  /*
  .priceList-selectMenu {
    position: static;
    border: none;
    @include box-shadow(none);
    margin: 0;
    padding: 0;
    display: block !important;
    float: none;
  }
  */
}
[data-bs-theme=light] .priceList-setMenu-toggle:hover, [data-bs-theme=dark] .priceList-setMenu-toggle:hover {
  cursor: pointer;
}
[data-bs-theme=light] .priceList-setMenu .priceList-setMenu-header, [data-bs-theme=dark] .priceList-setMenu .priceList-setMenu-header {
  white-space: normal;
}
[data-bs-theme=light] .priceList-setMenu .set-name, [data-bs-theme=dark] .priceList-setMenu .set-name {
  white-space: normal;
}
[data-bs-theme=light] .priceList-setMenu .set-dropdown-item, [data-bs-theme=dark] .priceList-setMenu .set-dropdown-item {
  margin: 0.2rem 0;
}
[data-bs-theme=light] .priceList-setMenu .set-dropdown-item, [data-bs-theme=light] .priceList-setMenu .set-dropdown-item > a, [data-bs-theme=dark] .priceList-setMenu .set-dropdown-item, [data-bs-theme=dark] .priceList-setMenu .set-dropdown-item > a {
  display: flex;
}
[data-bs-theme=light] .priceList-setMenu .set-icon-wrapper, [data-bs-theme=dark] .priceList-setMenu .set-icon-wrapper {
  text-align: center;
  display: inline-block;
  width: 2.25rem;
  flex-grow: 0;
  flex-shrink: 0;
}
[data-bs-theme=light] .priceList-setMenu .set-icon-wrapper > svg, [data-bs-theme=dark] .priceList-setMenu .set-icon-wrapper > svg {
  height: 1.25rem;
}
[data-bs-theme=light] .priceList-setMenu .dropdown-item, [data-bs-theme=light] .priceList-setMenu .dropdown-header, [data-bs-theme=dark] .priceList-setMenu .dropdown-item, [data-bs-theme=dark] .priceList-setMenu .dropdown-header {
  padding: 0.25rem 0;
}
[data-bs-theme=light] .priceList-setMenu .dropdown-header, [data-bs-theme=dark] .priceList-setMenu .dropdown-header {
  font-size: 0.85rem;
}
@media (min-width: 300px) {
  [data-bs-theme=light] .priceList-setMenu, [data-bs-theme=dark] .priceList-setMenu {
    column-count: 2;
    column-gap: 0.5rem;
  }
}
@media (min-width: 600px) {
  [data-bs-theme=light] .priceList-setMenu, [data-bs-theme=dark] .priceList-setMenu {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .priceList-setMenu, [data-bs-theme=dark] .priceList-setMenu {
    column-count: 5;
  }
}
[data-bs-theme=light] .priceList-setMenu-title, [data-bs-theme=dark] .priceList-setMenu-title {
  margin-top: 1rem;
}
[data-bs-theme=light] .priceList-setMenu-desktop::after, [data-bs-theme=dark] .priceList-setMenu-desktop::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .priceList-setMenu-desktop .priceList-setMenu-dropdown, [data-bs-theme=dark] .priceList-setMenu-desktop .priceList-setMenu-dropdown {
  float: left;
}
[data-bs-theme=light] .priceList-setMenu-selectSet-btn, [data-bs-theme=light] .priceList-setMenu-selectSet, [data-bs-theme=light] .priceList-setMenu-mobile, [data-bs-theme=light] .subNav-menu-select, [data-bs-theme=dark] .priceList-setMenu-selectSet-btn, [data-bs-theme=dark] .priceList-setMenu-selectSet, [data-bs-theme=dark] .priceList-setMenu-mobile, [data-bs-theme=dark] .subNav-menu-select {
  width: 100%;
}
[data-bs-theme=light] .priceList-prices-price, [data-bs-theme=dark] .priceList-prices-price {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  [data-bs-theme=light] .priceList, [data-bs-theme=dark] .priceList {
    column-count: 2;
    column-gap: 1rem;
  }
}
@media (min-width: 900px) {
  [data-bs-theme=light] .priceList, [data-bs-theme=dark] .priceList {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .priceList, [data-bs-theme=dark] .priceList {
    column-count: 4;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .pokemon .priceList, [data-bs-theme=dark] .pokemon .priceList {
    column-count: 3;
  }
}
[data-bs-theme=light] .priceList-navigation .priceList-setMenu-Standard, [data-bs-theme=dark] .priceList-navigation .priceList-setMenu-Standard {
  height: 300px;
  column-fill: auto;
}
[data-bs-theme=light] .priceList-navigation, [data-bs-theme=dark] .priceList-navigation {
  margin-bottom: 1rem;
}
[data-bs-theme=light] .priceList-setMenu, [data-bs-theme=dark] .priceList-setMenu {
  padding: 1.5rem;
  width: 100%;
  font-size: 90%;
}
[data-bs-theme=light] .priceList-select .priceList-setMenu, [data-bs-theme=dark] .priceList-select .priceList-setMenu {
  padding: 0;
}
[data-bs-theme=light] .priceList #cdm-zone-02, [data-bs-theme=dark] .priceList #cdm-zone-02 {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
[data-bs-theme=light] .layout-content-header, [data-bs-theme=dark] .layout-content-header {
  display: flex;
  justify-content: space-between;
}
[data-bs-theme=light] .layout-content-header .priceList-navigation-typeToggle, [data-bs-theme=dark] .layout-content-header .priceList-navigation-typeToggle {
  margin-left: auto;
}
[data-bs-theme=light] .priceListV2-subsection, [data-bs-theme=dark] .priceListV2-subsection {
  margin-bottom: 0.5rem;
}
[data-bs-theme=light] .priceListV2-subsection .priceListV2-row, [data-bs-theme=dark] .priceListV2-subsection .priceListV2-row {
  display: flex;
}
[data-bs-theme=light] .priceListV2-subsection .priceListV2-card, [data-bs-theme=dark] .priceListV2-subsection .priceListV2-card {
  flex-grow: 1;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-bs-theme=light] .priceListV2-subsection .priceListV2-price, [data-bs-theme=dark] .priceListV2-subsection .priceListV2-price {
  text-align: right;
  width: 5rem;
}
[data-bs-theme=light] .priceListV2-subsection .priceListV2-header, [data-bs-theme=dark] .priceListV2-subsection .priceListV2-header {
  display: flex;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
[data-bs-theme=light] .priceListV2-subsection .priceListV2-header .priceListV2-subsection-title, [data-bs-theme=dark] .priceListV2-subsection .priceListV2-header .priceListV2-subsection-title {
  flex-grow: 1;
  font-size: 0.9rem;
  margin: 0;
  display: inline-block;
}
[data-bs-theme=light] .priceListV2-subsection .priceListV2-header .priceListV2-price, [data-bs-theme=dark] .priceListV2-subsection .priceListV2-header .priceListV2-price {
  font-size: 0.75rem;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
.layout-typePreferencePopup.in {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
}

.layout-typePreferencePopup {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  padding: 10px;
  background-color: #fff;
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.layout-typePreferencePopup-content {
  padding-right: 15px;
  text-align: center;
}

.layout-typePreferencePopup-description {
  display: inline-block;
  text-align: left;
}

.layout-typePreferencePopup-btns {
  display: inline-block;
}

.tcgplayerPriceWidget-table {
  width: 100%;
  margin-bottom: 0;
}

.tcgplayerPriceWidget-viewMore {
  font-size: 85%;
  margin-left: 5px;
}

.tabulator {
  position: relative;
  border: 1px solid #dee2e6;
  background-color: #fff;
  font-size: 16px;
  text-align: left;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table {
  min-width: 100%;
}

.tabulator[tabulator-layout=fitDataTable] {
  display: inline-block;
}

.tabulator.tabulator-block-select {
  user-select: none;
}

.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {
  user-select: none;
}

.tabulator .tabulator-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #dee2e6;
  background-color: #fff;
  color: #555;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  outline: none;
}

.tabulator .tabulator-header.tabulator-header-hidden {
  display: none;
}

.tabulator .tabulator-header .tabulator-header-contents {
  position: relative;
  overflow: hidden;
}

.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {
  display: inline-block;
}

.tabulator .tabulator-header .tabulator-col {
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  border-right: 1px solid #aaa;
  background: #fff;
  text-align: left;
  vertical-align: bottom;
  overflow: hidden;
}

.tabulator .tabulator-header .tabulator-col.tabulator-moving {
  position: absolute;
  border: 1px solid #dee2e6;
  background: rgb(229.5, 229.5, 229.5);
  pointer-events: none;
}

.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {
  background-color: #D6D6D6;
  color: #000000;
}

.tabulator .tabulator-header .tabulator-col.tabulator-range-selected {
  background-color: #3876ca;
  color: #FFFFFF;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  box-sizing: border-box;
  position: relative;
  padding: 4px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {
  padding: 0 8px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {
  cursor: pointer;
  opacity: 0.6;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
  position: relative;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {
  white-space: normal;
  text-overflow: initial;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #999;
  padding: 1px;
  background: #fff;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {
  width: calc(100% - 22px);
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #bbb;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  position: relative;
  display: flex;
  border-top: 1px solid #aaa;
  overflow: hidden;
  margin-right: -1px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
  position: relative;
  box-sizing: border-box;
  margin-top: 2px;
  width: 100%;
  text-align: center;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
  height: auto !important;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
  margin-top: 3px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
  width: 0;
  height: 0;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-right: 25px;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
    cursor: pointer;
    background-color: rgb(229.5, 229.5, 229.5);
  }
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter {
  color: #bbb;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
    cursor: pointer;
    border-bottom: 6px solid #555;
  }
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-top: none;
  border-bottom: 6px solid #bbb;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter {
  color: #666;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
    cursor: pointer;
    border-bottom: 6px solid #555;
  }
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-top: none;
  border-bottom: 6px solid #666;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter {
  color: #666;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
    cursor: pointer;
    border-top: 6px solid #555;
  }
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-bottom: none;
  border-top: 6px solid #666;
  color: #666;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
  transform: rotate(180deg);
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
  padding-right: 0;
  padding-top: 20px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
  padding-right: 0;
  padding-bottom: 20px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {
  justify-content: center;
  left: 0;
  right: 0;
  top: 4px;
  bottom: auto;
}

.tabulator .tabulator-header .tabulator-frozen {
  position: sticky;
  left: 0;
  z-index: 11;
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #dee2e6;
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #dee2e6;
}

.tabulator .tabulator-header .tabulator-calcs-holder {
  box-sizing: border-box;
  display: inline-block;
  background: hsl(0, 0%, 105%) !important;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #aaa;
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
  background: hsl(0, 0%, 105%) !important;
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  display: none;
}

.tabulator .tabulator-header .tabulator-frozen-rows-holder {
  padding-top: 1em;
  display: inline-block;
}

.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
  display: none;
}

.tabulator .tabulator-tableholder {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.tabulator .tabulator-tableholder:focus {
  outline: none;
}

.tabulator .tabulator-tableholder .tabulator-placeholder {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  width: 100%;
}

.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual] {
  min-height: 100%;
}

.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #ccc;
  font-weight: bold;
  font-size: 20px;
  white-space: normal;
}

.tabulator .tabulator-tableholder .tabulator-table {
  position: relative;
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  overflow: visible;
  color: #333;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {
  font-weight: bold;
  background: rgb(218.2368421053, 223.25, 228.2631578947) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
  border-bottom: 2px solid #dee2e6;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
  border-top: 2px solid #dee2e6;
}

.tabulator .tabulator-tableholder .tabulator-range-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}

.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {
  position: absolute;
  box-sizing: border-box;
  border: 1px solid #2975DD;
}

.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 6px;
  height: 6px;
  background-color: #2975DD;
  border-radius: 999px;
}

.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {
  position: absolute;
  box-sizing: border-box;
  border: 2px solid #2975DD;
}

.tabulator .tabulator-footer {
  border-top: 1px solid #dee2e6;
  background-color: #e6e6e6;
  color: #555;
  font-weight: bold;
  white-space: nowrap;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tabulator .tabulator-footer .tabulator-footer-contents {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}

.tabulator .tabulator-footer .tabulator-footer-contents:empty {
  display: none;
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs {
  margin-top: -5px;
  overflow-x: auto;
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {
  display: inline-block;
  padding: 5px;
  border: #dee2e6 1px solid;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 0.9em;
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {
  cursor: pointer;
  opacity: 0.7;
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {
  background: #fff;
}

.tabulator .tabulator-footer .tabulator-calcs-holder {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  background: rgb(242.75, 242.75, 242.75) !important;
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  overflow: hidden;
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
  display: inline-block;
  background: rgb(242.75, 242.75, 242.75) !important;
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  display: none;
}

.tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
  margin-bottom: -5px;
  border-bottom: none;
}

.tabulator .tabulator-footer > * + .tabulator-page-counter {
  margin-left: 10px;
}

.tabulator .tabulator-footer .tabulator-page-counter {
  font-weight: normal;
}

.tabulator .tabulator-footer .tabulator-paginator {
  flex: 1;
  text-align: right;
  color: #555;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.tabulator .tabulator-footer .tabulator-page-size {
  display: inline-block;
  margin: 0 5px;
  padding: 2px 5px;
  border: 1px solid #dee2e6;
  border-radius: 3px;
}

.tabulator .tabulator-footer .tabulator-pages {
  margin: 0 7px;
}

.tabulator .tabulator-footer .tabulator-page {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 5px;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
}

.tabulator .tabulator-footer .tabulator-page.active {
  color: #fff;
}

.tabulator .tabulator-footer .tabulator-page:disabled {
  opacity: 0.5;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
  }
}
.tabulator .tabulator-col-resize-handle {
  position: relative;
  display: inline-block;
  width: 6px;
  margin-left: -3px;
  margin-right: -3px;
  z-index: 11;
  vertical-align: middle;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-col-resize-handle:hover {
    cursor: ew-resize;
  }
}
.tabulator .tabulator-col-resize-handle:last-of-type {
  width: 3px;
  margin-right: 0;
}

.tabulator .tabulator-col-resize-guide {
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  margin-left: -0.5px;
  background-color: #999;
  opacity: 0.5;
}

.tabulator .tabulator-row-resize-guide {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -0.5px;
  background-color: #999;
  opacity: 0.5;
}

.tabulator .tabulator-alert {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.tabulator .tabulator-alert .tabulator-alert-msg {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
}

.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {
  border: 4px solid #333;
  color: #000;
}

.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {
  border: 4px solid #D00;
  color: #590000;
}

.tabulator-row {
  position: relative;
  box-sizing: border-box;
  min-height: 24px;
  background-color: #fff;
}

.tabulator-row.tabulator-row-even {
  background-color: #e9ecef;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row.tabulator-selectable:hover {
    background-color: #ced4da;
    cursor: pointer;
  }
}
.tabulator-row.tabulator-selected {
  background-color: #9ABCEA;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row.tabulator-selected:hover {
    background-color: #769BCC;
    cursor: pointer;
  }
}
.tabulator-row.tabulator-row-moving {
  border: 1px solid #000;
  background: #fff;
}

.tabulator-row.tabulator-moving {
  position: absolute;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  pointer-events: none;
  z-index: 15;
}

.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {
  background-color: #D6D6D6;
  color: #000000;
}

.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {
  background-color: #3876ca;
  color: #FFFFFF;
}

.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {
  background-color: #3876ca;
  color: #FFFFFF;
}

.tabulator-row .tabulator-row-resize-handle {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
}

.tabulator-row .tabulator-row-resize-handle.prev {
  top: 0;
  bottom: auto;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row .tabulator-row-resize-handle:hover {
    cursor: ns-resize;
  }
}
.tabulator-row .tabulator-responsive-collapse {
  box-sizing: border-box;
  padding: 5px;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.tabulator-row .tabulator-responsive-collapse:empty {
  display: none;
}

.tabulator-row .tabulator-responsive-collapse table {
  font-size: 16px;
}

.tabulator-row .tabulator-responsive-collapse table tr td {
  position: relative;
}

.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
  padding-right: 10px;
}

.tabulator-row .tabulator-cell {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 4px;
  border-right: 1px solid #dee2e6;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: none;
}

.tabulator-row .tabulator-cell.tabulator-row-header {
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  background: #fff;
}

.tabulator-row .tabulator-cell.tabulator-frozen {
  display: inline-block;
  position: sticky;
  left: 0;
  background-color: inherit;
  z-index: 11;
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #dee2e6;
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #dee2e6;
}

.tabulator-row .tabulator-cell.tabulator-editing {
  border: 1px solid #1D68CD;
  outline: none;
  padding: 0;
}

.tabulator-row .tabulator-cell.tabulator-editing input,
.tabulator-row .tabulator-cell.tabulator-editing select {
  border: 1px;
  background: transparent;
  outline: none;
}

.tabulator-row .tabulator-cell.tabulator-validation-fail {
  border: 1px solid #dd0000;
}

.tabulator-row .tabulator-cell.tabulator-validation-fail input,
.tabulator-row .tabulator-cell.tabulator-validation-fail select {
  border: 1px;
  background: transparent;
  color: #dd0000;
}

.tabulator-row .tabulator-cell.tabulator-row-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
  width: 80%;
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
  width: 100%;
  height: 3px;
  margin-top: 2px;
  background: #666;
}

.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {
  background-color: #9ABCEA;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {
  display: inline-block;
  width: 7px;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 7px;
  margin-top: -9px;
  margin-right: 5px;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
  }
}
.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: transparent;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: #333;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  height: 15px;
  width: 15px;
  border-radius: 20px;
  background: #666;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
  display: initial;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
  display: none;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {
  stroke: #fff;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
  display: none;
}

.tabulator-row .tabulator-cell .tabulator-traffic-light {
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 14px;
}

.tabulator-row.tabulator-group {
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #999;
  padding: 5px;
  padding-left: 10px;
  background: #ccc;
  font-weight: bold;
  min-width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-row.tabulator-group:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  border-bottom: 0;
}

.tabulator-row.tabulator-group.tabulator-group-level-1 {
  padding-left: 30px;
}

.tabulator-row.tabulator-group.tabulator-group-level-2 {
  padding-left: 50px;
}

.tabulator-row.tabulator-group.tabulator-group-level-3 {
  padding-left: 70px;
}

.tabulator-row.tabulator-group.tabulator-group-level-4 {
  padding-left: 90px;
}

.tabulator-row.tabulator-group.tabulator-group-level-5 {
  padding-left: 110px;
}

.tabulator-row.tabulator-group .tabulator-group-toggle {
  display: inline-block;
}

.tabulator-row.tabulator-group .tabulator-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid #666;
  vertical-align: middle;
}

.tabulator-row.tabulator-group span {
  margin-left: 10px;
  color: #d00;
}

.tabulator-toggle {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  border: 1px solid #ccc;
  background: #dcdcdc;
}

.tabulator-toggle.tabulator-toggle-on {
  background: #1c6cc2;
}

.tabulator-toggle .tabulator-toggle-switch {
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
}

.tabulator-popup-container {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #dee2e6;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
}

.tabulator-popup {
  padding: 5px;
  border-radius: 3px;
}

.tabulator-tooltip {
  max-width: min(500px, 100%);
  padding: 3px 5px;
  border-radius: 2px;
  box-shadow: none;
  font-size: 12px;
  pointer-events: none;
}

.tabulator-menu .tabulator-menu-item {
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px;
  user-select: none;
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
  opacity: 0.5;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
    cursor: pointer;
    background: #e9ecef;
  }
}
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
  padding-right: 25px;
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {
  display: inline-block;
  position: absolute;
  top: calc(5px + 0.4em);
  right: 10px;
  height: 7px;
  width: 7px;
  content: "";
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #dee2e6;
  vertical-align: top;
  transform: rotate(45deg);
}

.tabulator-menu .tabulator-menu-separator {
  border-top: 1px solid #dee2e6;
}

.tabulator-edit-list {
  max-height: 200px;
  font-size: 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.tabulator-edit-list .tabulator-edit-list-item {
  padding: 4px;
  color: #333;
  outline: none;
}

.tabulator-edit-list .tabulator-edit-list-item.active {
  color: #fff;
  background: #1D68CD;
}

.tabulator-edit-list .tabulator-edit-list-item.active.focused {
  outline: 1px solid rgba(255, 255, 255, 0.5);
}

.tabulator-edit-list .tabulator-edit-list-item.focused {
  outline: 1px solid #1D68CD;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-edit-list .tabulator-edit-list-item:hover {
    cursor: pointer;
    color: #fff;
    background: #1D68CD;
  }
}
.tabulator-edit-list .tabulator-edit-list-placeholder {
  padding: 4px;
  color: #333;
  text-align: center;
}

.tabulator-edit-list .tabulator-edit-list-group {
  border-bottom: 1px solid #dee2e6;
  padding: 4px;
  padding-top: 6px;
  color: #333;
  font-weight: bold;
}

.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,
.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {
  padding-left: 12px;
}

.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,
.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {
  padding-left: 20px;
}

.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,
.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {
  padding-left: 28px;
}

.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,
.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {
  padding-left: 36px;
}

.tabulator.tabulator-ltr {
  direction: ltr;
}

.tabulator.tabulator-rtl {
  text-align: initial;
  direction: rtl;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col {
  text-align: initial;
  border-left: 1px solid #aaa;
  border-right: initial;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  margin-right: initial;
  margin-left: -1px;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-right: 0;
  padding-left: 25px;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
  left: 8px;
  right: initial;
}

.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {
  content: "";
  position: absolute;
  left: -3px;
  right: initial;
  bottom: -3px;
  width: 6px;
  height: 6px;
  background-color: #2975DD;
  border-radius: 999px;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
  border-right: initial;
  border-left: 1px solid #dee2e6;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  margin-right: initial;
  margin-left: 5px;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: 1px;
  border-left: initial;
  border-right: 2px solid #dee2e6;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {
  margin-right: initial;
  margin-left: 5px;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
  border-left: 2px solid #dee2e6;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
  border-right: 2px solid #dee2e6;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {
  width: 3px;
  margin-left: 0;
  margin-right: -3px;
}

.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {
  text-align: initial;
}

.tabulator-print-fullscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
  display: none !important;
}

.tabulator-print-table {
  border-collapse: collapse;
}

.tabulator-print-table .tabulator-data-tree-branch {
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 7px;
  margin-top: -9px;
  margin-right: 5px;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
}

.tabulator-print-table .tabulator-print-table-group {
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #999;
  padding: 5px;
  padding-left: 10px;
  background: #ccc;
  font-weight: bold;
  min-width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-print-table .tabulator-print-table-group:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  border-bottom: 0;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
  padding-left: 30px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
  padding-left: 50px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
  padding-left: 70px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
  padding-left: 90px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
  padding-left: 110px !important;
}

.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {
  display: inline-block;
}

.tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid #666;
  vertical-align: middle;
}

.tabulator-print-table .tabulator-print-table-group span {
  margin-left: 10px;
  color: #d00;
}

.tabulator-print-table .tabulator-data-tree-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-print-table .tabulator-data-tree-control:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
  }
}
.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: transparent;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: #333;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}

.tabulator {
  background-color: #fff;
  border: none;
}

.tabulator .tabulator-header {
  border-top: 1px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
  color: inherit;
}

.tabulator .tabulator-header .tabulator-col {
  border-right: none;
  background-color: #fff;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  padding: 12px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
  right: 0;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  border-top: 1px solid #dee2e6;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input {
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input:focus {
  color: #495057;
  background-color: #fff;
  border: 1px solid #1D68CD;
  outline: 0;
}

.tabulator .tabulator-header .tabulator-calcs-holder {
  width: 100%;
  border-bottom: 1px solid #dee2e6;
}

.tabulator .tabulator-tableholder .tabulator-placeholder span {
  color: #000;
}

.tabulator .tabulator-tableholder .tabulator-table {
  color: inherit;
}

.tabulator .tabulator-footer {
  color: inherit;
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {
  background-color: #fff;
  font-weight: normal;
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {
  background-color: #0d6efd;
  color: #fff;
}

.tabulator .tabulator-footer .tabulator-paginator {
  color: inherit;
}

.tabulator .tabulator-footer .tabulator-pages {
  margin: 0;
}

.tabulator .tabulator-footer .tabulator-page {
  margin: 0;
  margin-top: 5px;
  padding: 8px 12px;
}

.tabulator .tabulator-footer .tabulator-page[data-page=first] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tabulator .tabulator-footer .tabulator-page[data-page=last] {
  border: 1px solid #dee2e6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tabulator .tabulator-footer .tabulator-page.active {
  border-color: #0d6efd;
  background-color: #0d6efd;
  color: #fff;
}

.tabulator .tabulator-footer .tabulator-page:disabled {
  border-color: #dee2e6;
  background: #fff;
  color: #6c757d;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
    border-color: #dee2e6;
    background: #e9ecef;
    color: rgb(10.4, 88, 202.4);
  }
}
.tabulator.table {
  background-color: #fff;
}

.tabulator.table:not(.thead-light) .tabulator-header {
  border-color: #dee2e6;
  background-color: #fff;
  color: #212529;
}

.tabulator.table:not(.thead-light) .tabulator-header .tabulator-col {
  border-color: #dee2e6;
  background-color: #fff;
  color: #212529;
}

.tabulator.table .tabulator-tableholder {
  color: #212529;
}

.tabulator.table .tabulator-row {
  border-color: #dee2e6;
  background-color: #fff;
  color: #212529;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator.table .tabulator-row:hover {
    background-color: #dee2e6;
  }
  .tabulator.table .tabulator-row:hover .tabulator-cell {
    background-color: #ced4da;
  }
}
.tabulator.table .tabulator-row.tabulator-selected {
  background-color: #9ABCEA;
}

.tabulator.table .tabulator-footer {
  border-color: #dee2e6 !important;
}

.tabulator.table .tabulator-footer .tabulator-calcs-holder {
  border-color: #dee2e6 !important;
  background: #fff !important;
}

.tabulator.table .tabulator-footer .tabulator-calcs-holder .tabulator-row {
  border-color: #dee2e6 !important;
  background-color: #fff !important;
  color: #212529 !important;
}

.tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even {
  background-color: #e9ecef;
}

.tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even.tabulator-selected {
  background-color: #9ABCEA;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even.tabulator-selectable:hover {
    background-color: #ced4da;
    cursor: pointer;
  }
  .tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even.tabulator-selected:hover {
    background-color: #769BCC;
    cursor: pointer;
  }
}
.tabulator.table-striped.table .tabulator-row:nth-child(even) .tabulator-cell {
  background-color: transparent;
}

.tabulator.table-bordered {
  border: 1px solid #dee2e6;
}

.tabulator.table-bordered .tabulator-header .tabulator-col {
  border-right: 1px solid #dee2e6;
}

.tabulator.table-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {
  border-right: 1px solid #dee2e6;
}

.tabulator.table-borderless .tabulator-header {
  border: none;
}

.tabulator.table-borderless .tabulator-row {
  border: none;
}

.tabulator.table-sm .tabulator-header .tabulator-col .tabulator-col-content {
  padding: 5px !important;
}

.tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row {
  min-height: 26px;
}

.tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {
  padding: 5px !important;
}

.tabulator.table-sm .tabulator-row {
  padding-top: 0;
  padding-bottom: 0;
}

.tabulator.table-sm .tabulator-col-resize-handle {
  padding: 0;
}

.tabulator.thead-dark .tabulator-header {
  border-color: #4d5154;
  background-color: #212529;
  color: #fff;
}

.tabulator.thead-dark .tabulator-header .tabulator-col {
  border-color: #4d5154;
  background-color: #212529;
  color: #fff;
}

.tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even,
html:not([data-bs-theme=dark]) .tabulator.table-striped .tabulator-row.tabulator-row-even {
  background-color: #e9ecef;
}

.tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even.tabulator-selected,
html:not([data-bs-theme=dark]) .tabulator.table-striped .tabulator-row.tabulator-row-even.tabulator-selected {
  background-color: #9ABCEA;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even.tabulator-selectable:hover,
  html:not([data-bs-theme=dark]) .tabulator.table-striped .tabulator-row.tabulator-row-even.tabulator-selectable:hover {
    background-color: #ced4da;
    cursor: pointer;
  }
  .tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even.tabulator-selected:hover,
  html:not([data-bs-theme=dark]) .tabulator.table-striped .tabulator-row.tabulator-row-even.tabulator-selected:hover {
    background-color: #769BCC;
    cursor: pointer;
  }
}
.tabulator.table-striped.table-dark .tabulator-row:nth-child(even),
html[data-bs-theme=dark] .tabulator.table-striped .tabulator-row:nth-child(even) {
  background-color: #2c3034 !important;
}

.tabulator.table-striped.table-dark .tabulator-row:nth-child(even) .tabulator-cell,
html[data-bs-theme=dark] .tabulator.table-striped .tabulator-row:nth-child(even) .tabulator-cell {
  background-color: inherit;
}

.tabulator.table-dark,
html[data-bs-theme=dark] .tabulator {
  background-color: #212529;
}

.tabulator.table-dark:not(.thead-light) .tabulator-header,
html[data-bs-theme=dark] .tabulator:not(.thead-light) .tabulator-header {
  border-color: #4d5154;
  background-color: #212529;
  color: #fff;
}

.tabulator.table-dark:not(.thead-light) .tabulator-header .tabulator-col,
html[data-bs-theme=dark] .tabulator:not(.thead-light) .tabulator-header .tabulator-col {
  border-color: #4d5154;
  background-color: #212529;
  color: #fff;
}

.tabulator.table-dark .tabulator-tableholder,
html[data-bs-theme=dark] .tabulator .tabulator-tableholder {
  color: #fff;
}

.tabulator.table-dark .tabulator-cell,
html[data-bs-theme=dark] .tabulator .tabulator-cell {
  color: #fff;
  background-color: #212529;
  border-color: #4d5154;
}

.tabulator.table-dark .tabulator-row,
html[data-bs-theme=dark] .tabulator .tabulator-row {
  border-color: #4d5154;
  background-color: #212529;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .tabulator.table-dark .tabulator-row:hover,
  html[data-bs-theme=dark] .tabulator .tabulator-row:hover {
    background-color: #4d5154;
  }
  .tabulator.table-dark .tabulator-row:hover .tabulator-cell,
  html[data-bs-theme=dark] .tabulator .tabulator-row:hover .tabulator-cell {
    background-color: #323539;
  }
}
.tabulator.table-dark .tabulator-row.tabulator-selected,
html[data-bs-theme=dark] .tabulator .tabulator-row.tabulator-selected {
  background-color: #373b3e;
}

.tabulator.table-dark .tabulator-footer,
html[data-bs-theme=dark] .tabulator .tabulator-footer {
  border-color: #4d5154 !important;
  color: #212529 !important;
}

.tabulator.table-dark .tabulator-footer .tabulator-calcs-holder,
html[data-bs-theme=dark] .tabulator .tabulator-footer .tabulator-calcs-holder {
  border-color: #4d5154 !important;
  background: #212529 !important;
}

.tabulator.table-dark .tabulator-footer .tabulator-calcs-holder .tabulator-row,
html[data-bs-theme=dark] .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
  border-color: #4d5154 !important;
  background-color: #212529 !important;
  color: #fff !important;
}

.tabulator.table-dark input,
html[data-bs-theme=dark] .tabulator input {
  color: #fff !important;
  background-color: #6c757d !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-primary {
  background: rgb(206.6, 226, 254.6) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-secondary {
  background: rgb(225.6, 227.4, 229) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-success {
  background: rgb(209, 231, 220.8) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-info {
  background: rgb(206.6, 244.4, 252) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-warning {
  background: rgb(255, 242.6, 205.4) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-danger {
  background: rgb(248, 214.6, 217.8) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-light {
  background: #f8f9fa !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table {
  background: #212529 !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-active {
  background: #6c757d !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-primary {
  background: rgb(206.6, 226, 254.6) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-secondary {
  background: rgb(225.6, 227.4, 229) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-success {
  background: rgb(209, 231, 220.8) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-info {
  background: rgb(206.6, 244.4, 252) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-warning {
  background: rgb(255, 242.6, 205.4) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-danger {
  background: rgb(248, 214.6, 217.8) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-light {
  background: #f8f9fa !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-dark {
  background: #212529 !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-active {
  background: #6c757d !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-primary {
  background: rgb(206.6, 226, 254.6) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-secondary {
  background: rgb(225.6, 227.4, 229) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-success {
  background: rgb(209, 231, 220.8) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-info {
  background: rgb(206.6, 244.4, 252) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-warning {
  background: rgb(255, 242.6, 205.4) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-danger {
  background: rgb(248, 214.6, 217.8) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-light {
  background: #f8f9fa !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table {
  background: #212529 !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-active {
  background: #6c757d !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-primary {
  background: rgb(206.6, 226, 254.6) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-secondary {
  background: rgb(225.6, 227.4, 229) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-success {
  background: rgb(209, 231, 220.8) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-info {
  background: rgb(206.6, 244.4, 252) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-warning {
  background: rgb(255, 242.6, 205.4) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-danger {
  background: rgb(248, 214.6, 217.8) !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-light {
  background: #f8f9fa !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-dark {
  background: #212529 !important;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-active {
  background: #6c757d !important;
}

.tabulator-row {
  min-height: 40px;
  border-bottom: 1px solid #dee2e6;
}

.tabulator-row .tabulator-cell {
  padding: 12px;
  border-right: none;
}

.tabulator-row .tabulator-cell:last-of-type {
  border-right: none;
}

.tabulator-row .tabulator-cell.tabulator-row-header {
  border-right: 1px solid #dee2e6;
  border-bottom: none;
  background: #fff;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control {
  border: 1px solid #ccc;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  background: #ccc;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  background: #ccc;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  background: #ccc;
}

.tabulator-row.tabulator-group {
  background: #fafafa;
}

.tabulator-row.tabulator-group span {
  color: #666;
}

.tabulator-edit-select-list {
  background: #fff;
}

.tabulator-edit-select-list .tabulator-edit-select-list-item.active {
  color: #fff;
}

.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {
  outline: 1px solid rgba(255, 255, 255, 0.5);
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-edit-select-list .tabulator-edit-select-list-item:hover {
    color: #fff;
  }
}
.tabulator-edit-select-list .tabulator-edit-select-list-notice {
  color: inherit;
}

.tabulator-edit-select-list .tabulator-edit-select-list-group {
  color: inherit;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col {
  text-align: initial;
  border-left: initial;
}

.tabulator-print-table .tabulator-print-table-group {
  background: #fafafa;
}

.tabulator-print-table .tabulator-print-table-group span {
  color: #666;
}

.tabulator-print-table .tabulator-data-tree-control {
  color: inherit;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  background: #ccc;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  background: #ccc;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  background: #ccc;
}

.tabulator-popup-container {
  background: #fff;
}

.tabulator-edit-list .tabulator-edit-list-item.active {
  color: #fff;
}

.tabulator-edit-list .tabulator-edit-list-item.active.focused {
  outline: 1px solid rgba(255, 255, 255, 0.5);
}

@media (hover: hover) and (pointer: fine) {
  .tabulator-edit-list .tabulator-edit-list-item:hover {
    color: #fff;
  }
}

.tabulator.table-bordered .tabulator-row .tabulator-cell {
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.tabulator.table-bordered .tabulator-header .tabulator-col {
  border-right: 1px solid #dee2e6;
}

.tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even,
html:not([data-bs-theme=dark]) .tabulator.table-striped .tabulator-row.tabulator-row-even {
  background-color: #ecf0f1;
}

/*

        Creating a sprite from following images:

        app/assets/images/sprites/logo-with-type-large.png (283x70)
        app/assets/images/sprites/login-facebook.jpg (180x30)
        app/assets/images/sprites/login-twitter.jpg (180x30)
        app/assets/images/sprites/logo-with-type.png (142x35)
        app/assets/images/sprites/prime-eligible.png (56x19)
        app/assets/images/sprites/amazon-logo.png (55x22)
        app/assets/images/sprites/ebay-logo.png (50x22)
        app/assets/images/sprites/clementine_email.png (40x40)
        app/assets/images/sprites/clementine_facebook.png (40x40)
        app/assets/images/sprites/clementine_instagram.png (40x40)
        app/assets/images/sprites/clementine_rss.png (40x40)
        app/assets/images/sprites/clementine_tumblr.png (40x40)
        app/assets/images/sprites/clementine_twitch.png (40x40)
        app/assets/images/sprites/clementine_twitter.png (40x40)
        app/assets/images/sprites/pokemon_set_symbols/PRR.png (40x40)
        app/assets/images/sprites/set_symbols/M19.jpeg (39x18)
        app/assets/images/sprites/pokemon_set_symbols/UNB.png (38x38)
        app/assets/images/sprites/goldfish-navbar-logo.png (35x35)
        app/assets/images/sprites/pokemon_set_symbols/CG.png (20x34)
        app/assets/images/sprites/pokemon_set_symbols/CL.png (19x34)
        app/assets/images/sprites/graph-icon.png (32x32)
        app/assets/images/sprites/set_symbols/DD3_EVG.gif (30x16)
        app/assets/images/sprites/set_symbols/EVG.gif (30x16)
        app/assets/images/sprites/foil.png (29x12)
        app/assets/images/sprites/set_symbols/ANN.png (22x28)
        app/assets/images/sprites/set_symbols/MM2.jpg (28x21)
        app/assets/images/sprites/set_symbols/PC1.gif (28x21)
        app/assets/images/sprites/set_symbols/VMA.gif (28x21)
        app/assets/images/sprites/set_symbols/PZ2.gif (26x21)
        app/assets/images/sprites/pokemon_set_symbols/BUS.png (25x25)
        app/assets/images/sprites/pokemon_set_symbols/CEC.png (25x25)
        app/assets/images/sprites/pokemon_set_symbols/CES.png (25x25)
        app/assets/images/sprites/pokemon_set_symbols/CIN.png (25x25)
        app/assets/images/sprites/pokemon_set_symbols/DRM.png (25x25)
        app/assets/images/sprites/pokemon_set_symbols/FLI.png (25x25)
        app/assets/images/sprites/pokemon_set_symbols/HIF.png (25x25)
        app/assets/images/sprites/pokemon_set_symbols/LOT.png (25x25)
        app/assets/images/sprites/pokemon_set_symbols/SLG.png (25x25)
        app/assets/images/sprites/pokemon_set_symbols/SSH.png (25x25)
        app/assets/images/sprites/pokemon_set_symbols/TEU.png (25x25)
        app/assets/images/sprites/pokemon_set_symbols/UNM.png (25x25)
        app/assets/images/sprites/pokemon_set_symbols/UPR.png (25x25)
        app/assets/images/sprites/set_symbols/CMA.gif (21x25)
        app/assets/images/sprites/set_symbols/WAR.png (21x25)
        app/assets/images/sprites/set_symbols/A25.jpg (25x21)
        app/assets/images/sprites/set_symbols/DD2.gif (25x21)
        app/assets/images/sprites/set_symbols/DD3_GVL.gif (25x21)
        app/assets/images/sprites/set_symbols/DD3_JVC.gif (25x21)
        app/assets/images/sprites/set_symbols/DDD.gif (25x21)
        app/assets/images/sprites/set_symbols/M11.gif (25x21)
        app/assets/images/sprites/set_symbols/ME4.gif (25x21)
        app/assets/images/sprites/set_symbols/ORI.png (25x21)
        app/assets/images/sprites/set_symbols/DD3_DVD.gif (25x18)
        app/assets/images/sprites/set_symbols/DDC.gif (25x18)
        app/assets/images/sprites/set_symbols/M10.gif (25x13)
        app/assets/images/sprites/set_symbols/PC2.gif (24x18)
        app/assets/images/sprites/set_symbols/M12.gif (24x14)
        app/assets/images/sprites/set_symbols/M13.gif (24x14)
        app/assets/images/sprites/set_symbols/M14.gif (24x14)
        app/assets/images/sprites/set_symbols/M15.gif (24x14)
        app/assets/images/sprites/set_symbols/W16.gif (24x12)
        app/assets/images/sprites/set_symbols/BFZ.gif (23x23)
        app/assets/images/sprites/set_symbols/EXP.gif (23x23)
        app/assets/images/sprites/set_symbols/DKM.gif (21x23)
        app/assets/images/sprites/set_symbols/ELD.jpg (21x23)
        app/assets/images/sprites/set_symbols/M20.jpeg (21x23)
        app/assets/images/sprites/set_symbols/CON.gif (23x21)
        app/assets/images/sprites/set_symbols/H09.gif (23x21)
        app/assets/images/sprites/set_symbols/ME2.gif (23x21)
        app/assets/images/sprites/set_symbols/ROE.gif (23x21)
        app/assets/images/sprites/set_symbols/THB.jpeg (21x22)
        app/assets/images/sprites/set_symbols/MED.gif (22x21)
        app/assets/images/sprites/pokemon_set_symbols/LM.png (20x22)
        app/assets/images/sprites/set_symbols/ZNR.png (20x22)
        app/assets/images/sprites/graph-icon-sm.png (21x21)
        app/assets/images/sprites/set_symbols/10E.gif (21x21)
        app/assets/images/sprites/set_symbols/2ED.gif (21x21)
        app/assets/images/sprites/set_symbols/3ED.gif (21x21)
        app/assets/images/sprites/set_symbols/4ED.gif (21x21)
        app/assets/images/sprites/set_symbols/5DN.gif (21x21)
        app/assets/images/sprites/set_symbols/5ED.gif (21x21)
        app/assets/images/sprites/set_symbols/6ED.gif (21x21)
        app/assets/images/sprites/set_symbols/7E.gif (21x21)
        app/assets/images/sprites/set_symbols/8ED.gif (21x21)
        app/assets/images/sprites/set_symbols/9ED.gif (21x21)
        app/assets/images/sprites/set_symbols/AKH.jpg (21x21)
        app/assets/images/sprites/set_symbols/AKR.gif (21x21)
        app/assets/images/sprites/set_symbols/ALL.gif (21x21)
        app/assets/images/sprites/set_symbols/ANA.gif (21x21)
        app/assets/images/sprites/set_symbols/ANB.gif (21x21)
        app/assets/images/sprites/set_symbols/AP.gif (21x21)
        app/assets/images/sprites/set_symbols/ARN.gif (21x21)
        app/assets/images/sprites/set_symbols/ATH.gif (21x21)
        app/assets/images/sprites/set_symbols/ATQ.gif (21x21)
        app/assets/images/sprites/set_symbols/BOK.gif (21x21)
        app/assets/images/sprites/set_symbols/BRB.gif (21x21)
        app/assets/images/sprites/set_symbols/BTD.gif (21x21)
        app/assets/images/sprites/set_symbols/CHK.gif (21x21)
        app/assets/images/sprites/set_symbols/CHR.gif (21x21)
        app/assets/images/sprites/set_symbols/CN2.gif (21x21)
        app/assets/images/sprites/set_symbols/CSP.gif (21x21)
        app/assets/images/sprites/set_symbols/DDF.gif (21x21)
        app/assets/images/sprites/set_symbols/DDP.gif (21x21)
        app/assets/images/sprites/set_symbols/DDR.gif (21x21)
        app/assets/images/sprites/set_symbols/DDS.jpg (21x21)
        app/assets/images/sprites/set_symbols/DIS.gif (21x21)
        app/assets/images/sprites/set_symbols/DPA.gif (21x21)
        app/assets/images/sprites/set_symbols/DRK.gif (21x21)
        app/assets/images/sprites/set_symbols/DST.gif (21x21)
        app/assets/images/sprites/set_symbols/EX.gif (21x21)
        app/assets/images/sprites/set_symbols/FEM.gif (21x21)
        app/assets/images/sprites/set_symbols/GPT.gif (21x21)
        app/assets/images/sprites/set_symbols/HML.gif (21x21)
        app/assets/images/sprites/set_symbols/ICE.gif (21x21)
        app/assets/images/sprites/set_symbols/IMA.png (21x21)
        app/assets/images/sprites/set_symbols/IN.gif (21x21)
        app/assets/images/sprites/set_symbols/JUD.gif (21x21)
        app/assets/images/sprites/set_symbols/LEA.gif (21x21)
        app/assets/images/sprites/set_symbols/LEB.gif (21x21)
        app/assets/images/sprites/set_symbols/LEG.gif (21x21)
        app/assets/images/sprites/set_symbols/LGN.gif (21x21)
        app/assets/images/sprites/set_symbols/MD1.gif (21x21)
        app/assets/images/sprites/set_symbols/MI.gif (21x21)
        app/assets/images/sprites/set_symbols/MM.gif (21x21)
        app/assets/images/sprites/set_symbols/MRD.gif (21x21)
        app/assets/images/sprites/set_symbols/NE.gif (21x21)
        app/assets/images/sprites/set_symbols/OD.gif (21x21)
        app/assets/images/sprites/set_symbols/ONS.gif (21x21)
        app/assets/images/sprites/set_symbols/PO2.gif (21x21)
        app/assets/images/sprites/set_symbols/POR.gif (21x21)
        app/assets/images/sprites/set_symbols/PR.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-ARN.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-BAB.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-CHP.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-FNM.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-GDP.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-GPP.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-GUR.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-GWP.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-JSS.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-JUD.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-LPC.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-MED.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-MPR.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-MSC.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-PRE.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-PTP.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-REL.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-SDCC13.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-SDCC14.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-SDCC15.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-SDCC16.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-SDCC17.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-SPO.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-SSP.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-UGF.gif (21x21)
        app/assets/images/sprites/set_symbols/PRM-WPN.gif (21x21)
        app/assets/images/sprites/set_symbols/PS.gif (21x21)
        app/assets/images/sprites/set_symbols/PTK.gif (21x21)
        app/assets/images/sprites/set_symbols/RAV.gif (21x21)
        app/assets/images/sprites/set_symbols/S00.gif (21x21)
        app/assets/images/sprites/set_symbols/S99.gif (21x21)
        app/assets/images/sprites/set_symbols/SCG.gif (21x21)
        app/assets/images/sprites/set_symbols/SOK.gif (21x21)
        app/assets/images/sprites/set_symbols/ST.gif (21x21)
        app/assets/images/sprites/set_symbols/TE.gif (21x21)
        app/assets/images/sprites/set_symbols/TOR.gif (21x21)
        app/assets/images/sprites/set_symbols/UD.gif (21x21)
        app/assets/images/sprites/set_symbols/UGL.gif (21x21)
        app/assets/images/sprites/set_symbols/UL.gif (21x21)
        app/assets/images/sprites/set_symbols/UZ.gif (21x21)
        app/assets/images/sprites/set_symbols/V09.gif (21x21)
        app/assets/images/sprites/set_symbols/V16.gif (21x21)
        app/assets/images/sprites/set_symbols/VAN.gif (21x21)
        app/assets/images/sprites/set_symbols/VI.gif (21x21)
        app/assets/images/sprites/set_symbols/WL.gif (21x21)
        app/assets/images/sprites/set_symbols/XLN.png (21x21)
        app/assets/images/sprites/set_symbols/default.gif (21x21)
        app/assets/images/sprites/set_symbols/CMD.gif (20x21)
        app/assets/images/sprites/set_symbols/DDE.gif (20x21)
        app/assets/images/sprites/set_symbols/DRB.gif (20x21)
        app/assets/images/sprites/set_symbols/C20.jpeg (21x20)
        app/assets/images/sprites/set_symbols/V10.gif (21x20)
        app/assets/images/sprites/pokemon_set_symbols/UD.png (19x21)
        app/assets/images/sprites/set_symbols/ALA.gif (19x21)
        app/assets/images/sprites/set_symbols/E02.png (19x21)
        app/assets/images/sprites/set_symbols/TSB.gif (19x21)
        app/assets/images/sprites/set_symbols/TSP.gif (19x21)
        app/assets/images/sprites/set_symbols/UNH.gif (19x21)
        app/assets/images/sprites/set_symbols/ARB.gif (18x21)
        app/assets/images/sprites/set_symbols/ARC.gif (18x21)
        app/assets/images/sprites/set_symbols/C17.png (18x21)
        app/assets/images/sprites/set_symbols/HOU.gif (18x21)
        app/assets/images/sprites/set_symbols/MBS.gif (18x21)
        app/assets/images/sprites/set_symbols/NPH.gif (18x21)
        app/assets/images/sprites/set_symbols/SOM.gif (18x21)
        app/assets/images/sprites/set_symbols/WWK.gif (18x21)
        app/assets/images/sprites/set_symbols/ZEN.gif (18x21)
        app/assets/images/sprites/set_symbols/AER.gif (21x18)
        app/assets/images/sprites/set_symbols/BBD.jpeg (21x18)
        app/assets/images/sprites/set_symbols/C16.gif (21x18)
        app/assets/images/sprites/set_symbols/DDQ.png (21x18)
        app/assets/images/sprites/set_symbols/DOM.jpg (21x18)
        app/assets/images/sprites/set_symbols/EMN.png (21x18)
        app/assets/images/sprites/set_symbols/KLD.gif (21x18)
        app/assets/images/sprites/set_symbols/ME3.gif (21x18)
        app/assets/images/sprites/set_symbols/MS3.jpg (21x18)
        app/assets/images/sprites/set_symbols/PCA.gif (21x18)
        app/assets/images/sprites/set_symbols/SOI.gif (21x18)
        app/assets/images/sprites/set_symbols/V14.gif (21x18)
        app/assets/images/sprites/set_symbols/W17.jpg (21x18)
        app/assets/images/sprites/set_symbols/E01.png (17x21)
        app/assets/images/sprites/set_symbols/EMA.gif (17x21)
        app/assets/images/sprites/set_symbols/V12.gif (17x21)
        app/assets/images/sprites/set_symbols/EVE.gif (21x16)
        app/assets/images/sprites/set_symbols/FUT.gif (21x16)
        app/assets/images/sprites/set_symbols/MM3.jpg (21x16)
        app/assets/images/sprites/set_symbols/PLC.gif (21x16)
        app/assets/images/sprites/set_symbols/PRM.gif (21x16)
        app/assets/images/sprites/set_symbols/LRW.gif (15x21)
        app/assets/images/sprites/set_symbols/PD2.gif (15x21)
        app/assets/images/sprites/set_symbols/DDN.gif (21x15)
        app/assets/images/sprites/set_symbols/MH1.jpeg (21x15)
        app/assets/images/sprites/set_symbols/GRN.jpeg (21x14)
        app/assets/images/sprites/set_symbols/RNA.jpeg (21x14)
        app/assets/images/sprites/set_symbols/UMA.jpeg (21x14)
        app/assets/images/sprites/set_symbols/SHM.gif (21x12)
        app/assets/images/sprites/set_symbols/TPR.gif (21x12)
        app/assets/images/sprites/pokemon_set_symbols/DR.png (20x20)
        app/assets/images/sprites/pokemon_set_symbols/DX.png (20x20)
        app/assets/images/sprites/pokemon_set_symbols/HL.png (20x20)
        app/assets/images/sprites/pokemon_set_symbols/MA.png (20x20)
        app/assets/images/sprites/pokemon_set_symbols/MD.png (20x20)
        app/assets/images/sprites/pokemon_set_symbols/MT.png (20x20)
        app/assets/images/sprites/pokemon_set_symbols/PK.png (20x20)
        app/assets/images/sprites/pokemon_set_symbols/PL.png (20x20)
        app/assets/images/sprites/pokemon_set_symbols/RG.png (20x20)
        app/assets/images/sprites/pokemon_set_symbols/RR.png (20x20)
        app/assets/images/sprites/pokemon_set_symbols/RS.png (20x20)
        app/assets/images/sprites/pokemon_set_symbols/SF.png (20x20)
        app/assets/images/sprites/pokemon_set_symbols/SS.png (20x20)
        app/assets/images/sprites/pokemon_set_symbols/SW.png (20x20)
        app/assets/images/sprites/set_symbols/C15.gif (20x20)
        app/assets/images/sprites/set_symbols/JMP.jpeg (20x20)
        app/assets/images/sprites/set_symbols/MOR.gif (20x20)
        app/assets/images/sprites/set_symbols/OGW.png (20x20)
        app/assets/images/sprites/set_symbols/PZ1.gif (20x20)
        app/assets/images/sprites/set_symbols/DDG.gif (19x20)
        app/assets/images/sprites/pokemon_set_symbols/DF.png (20x19)
        app/assets/images/sprites/pokemon_set_symbols/DP.png (20x19)
        app/assets/images/sprites/pokemon_set_symbols/HP.png (20x18)
        app/assets/images/sprites/pokemon_set_symbols/UF.png (20x18)
        app/assets/images/sprites/set_symbols/AVR.gif (20x18)
        app/assets/images/sprites/set_symbols/DDI.gif (20x18)
        app/assets/images/sprites/set_symbols/DDJ.gif (20x18)
        app/assets/images/sprites/set_symbols/DDM.gif (20x18)
        app/assets/images/sprites/set_symbols/DKA.gif (20x18)
        app/assets/images/sprites/set_symbols/IKO.jpeg (20x18)
        app/assets/images/sprites/set_symbols/ISD.gif (20x18)
        app/assets/images/sprites/set_symbols/JOU.gif (20x18)
        app/assets/images/sprites/set_symbols/PD3.gif (20x18)
        app/assets/images/sprites/set_symbols/V11.gif (20x18)
        app/assets/images/sprites/pokemon_set_symbols/DS.png (20x17)
        app/assets/images/sprites/pokemon_set_symbols/GE.png (20x17)
        app/assets/images/sprites/pokemon_set_symbols/LA.png (20x17)
        app/assets/images/sprites/set_symbols/VOW.png (20x17)
        app/assets/images/sprites/pokemon_set_symbols/EM.png (20x15)
        app/assets/images/sprites/set_symbols/UND.jpg (20x14)
        app/assets/images/sprites/set_symbols/M21.jpeg (20x10)
        app/assets/images/sprites/pokemon_set_symbols/AOR.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/AR.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/BCR.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/BKP.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/BKT.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/BLW.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/DCR.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/DEX.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/DRV.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/DRX.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/EPO.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/EVO.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/FAC.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/FFI.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/FLF.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/GEN.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/GRI.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/HS.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/KSS.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/LTR.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/NVI.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/NXD.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/PHF.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/PLB.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/PLF.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/PLS.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/PR-BLW.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/PR-SM.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/PR-SSH.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/PR-XY.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/PRC.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/ROS.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/STS.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/SUM.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/TM.png (19x19)
        app/assets/images/sprites/pokemon_set_symbols/XY.png (19x19)
        app/assets/images/sprites/set_symbols/KTK.gif (19x19)
        app/assets/images/sprites/pokemon_set_symbols/SV.png (19x18)
        app/assets/images/sprites/pokemon_set_symbols/UL.png (19x18)
        app/assets/images/sprites/set_symbols/DDH.gif (19x18)
        app/assets/images/sprites/set_symbols/RIX.png (19x18)
        app/assets/images/sprites/set_symbols/BNG.gif (18x18)
        app/assets/images/sprites/set_symbols/C13.gif (18x18)
        app/assets/images/sprites/set_symbols/C14.gif (18x18)
        app/assets/images/sprites/set_symbols/CM1.gif (18x18)
        app/assets/images/sprites/set_symbols/CNS.gif (18x18)
        app/assets/images/sprites/set_symbols/DDK.gif (18x18)
        app/assets/images/sprites/set_symbols/DDL.gif (18x18)
        app/assets/images/sprites/set_symbols/DDO.gif (18x18)
        app/assets/images/sprites/set_symbols/DGM.gif (18x18)
        app/assets/images/sprites/set_symbols/DTK.gif (18x18)
        app/assets/images/sprites/set_symbols/FRF.gif (18x18)
        app/assets/images/sprites/set_symbols/GTC.gif (18x18)
        app/assets/images/sprites/set_symbols/MMA.gif (18x18)
        app/assets/images/sprites/set_symbols/RTR.gif (18x18)
        app/assets/images/sprites/set_symbols/THS.gif (18x18)
        app/assets/images/sprites/set_symbols/V13.gif (18x18)
        app/assets/images/sprites/set_symbols/MM2.gif (18x17)
        app/assets/images/sprites/icon_help.jpeg (17x17)
        app/assets/images/sprites/set_symbols/MPS.png (17x17)
        app/assets/images/sprites/set_symbols/MS2.png (17x17)
        app/assets/images/sprites/set_symbols/TD0.gif (17x15)
        app/assets/images/sprites/mana_symbols/s.gif (16x16)
        app/assets/images/sprites/mana_symbols/snow.gif (16x16)
        app/assets/images/sprites/energy_symbols/colorless.png (15x15)
        app/assets/images/sprites/energy_symbols/darkness.png (15x15)
        app/assets/images/sprites/energy_symbols/dragon.png (15x15)
        app/assets/images/sprites/energy_symbols/fairy.png (15x15)
        app/assets/images/sprites/energy_symbols/fighting.png (15x15)
        app/assets/images/sprites/energy_symbols/fire.png (15x15)
        app/assets/images/sprites/energy_symbols/grass.png (15x15)
        app/assets/images/sprites/energy_symbols/lightning.png (15x15)
        app/assets/images/sprites/energy_symbols/metal.png (15x15)
        app/assets/images/sprites/energy_symbols/psychic.png (15x15)
        app/assets/images/sprites/energy_symbols/water.png (15x15)
        app/assets/images/sprites/mana_symbols/0.gif (15x15)
        app/assets/images/sprites/mana_symbols/1.gif (15x15)
        app/assets/images/sprites/mana_symbols/10.gif (15x15)
        app/assets/images/sprites/mana_symbols/11.gif (15x15)
        app/assets/images/sprites/mana_symbols/12.gif (15x15)
        app/assets/images/sprites/mana_symbols/13.gif (15x15)
        app/assets/images/sprites/mana_symbols/15.gif (15x15)
        app/assets/images/sprites/mana_symbols/2.gif (15x15)
        app/assets/images/sprites/mana_symbols/2b.gif (15x15)
        app/assets/images/sprites/mana_symbols/2g.gif (15x15)
        app/assets/images/sprites/mana_symbols/2r.gif (15x15)
        app/assets/images/sprites/mana_symbols/2u.gif (15x15)
        app/assets/images/sprites/mana_symbols/2w.gif (15x15)
        app/assets/images/sprites/mana_symbols/3.gif (15x15)
        app/assets/images/sprites/mana_symbols/4.gif (15x15)
        app/assets/images/sprites/mana_symbols/5.gif (15x15)
        app/assets/images/sprites/mana_symbols/6.gif (15x15)
        app/assets/images/sprites/mana_symbols/7.gif (15x15)
        app/assets/images/sprites/mana_symbols/8.gif (15x15)
        app/assets/images/sprites/mana_symbols/9.gif (15x15)
        app/assets/images/sprites/mana_symbols/b.gif (15x15)
        app/assets/images/sprites/mana_symbols/bg.gif (15x15)
        app/assets/images/sprites/mana_symbols/bp.gif (15x15)
        app/assets/images/sprites/mana_symbols/br.gif (15x15)
        app/assets/images/sprites/mana_symbols/c.gif (15x15)
        app/assets/images/sprites/mana_symbols/g.gif (15x15)
        app/assets/images/sprites/mana_symbols/gp.gif (15x15)
        app/assets/images/sprites/mana_symbols/gu.gif (15x15)
        app/assets/images/sprites/mana_symbols/gw.gif (15x15)
        app/assets/images/sprites/mana_symbols/r.gif (15x15)
        app/assets/images/sprites/mana_symbols/rg.gif (15x15)
        app/assets/images/sprites/mana_symbols/rp.gif (15x15)
        app/assets/images/sprites/mana_symbols/rw.gif (15x15)
        app/assets/images/sprites/mana_symbols/t.gif (15x15)
        app/assets/images/sprites/mana_symbols/u.gif (15x15)
        app/assets/images/sprites/mana_symbols/ub.gif (15x15)
        app/assets/images/sprites/mana_symbols/up.gif (15x15)
        app/assets/images/sprites/mana_symbols/ur.gif (15x15)
        app/assets/images/sprites/mana_symbols/w.gif (15x15)
        app/assets/images/sprites/mana_symbols/wb.gif (15x15)
        app/assets/images/sprites/mana_symbols/wp.gif (15x15)
        app/assets/images/sprites/mana_symbols/wu.gif (15x15)
        app/assets/images/sprites/mana_symbols/x.gif (15x15)
        app/assets/images/sprites/set_symbols/TD2.gif (15x15)
        app/assets/images/sprites/upvoted.png (15x15)
        app/assets/images/sprites/upvote.gif (15x14)

        Output files:
          app/assets/images/sprites.png
          app/assets/stylesheets/sprites.css.scss

        Output size:
          469x465


*/
.sprite-logo-with-type-large {
  width: 283px;
  height: 70px;
  background: asset-url("/assets/sprites-de9f129b.png") 0px 0px no-repeat;
}

.sprite-login-facebook {
  width: 180px;
  height: 30px;
  background: asset-url("/assets/sprites-de9f129b.png") 0px -70px no-repeat;
}

.sprite-login-twitter {
  width: 180px;
  height: 30px;
  background: asset-url("/assets/sprites-de9f129b.png") 0px -100px no-repeat;
}

.sprite-logo-with-type {
  width: 142px;
  height: 35px;
  background: asset-url("/assets/sprites-de9f129b.png") 0px -130px no-repeat;
}

.sprite-prime-eligible {
  width: 56px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -180px -70px no-repeat;
}

.sprite-amazon-logo {
  width: 55px;
  height: 22px;
  background: asset-url("/assets/sprites-de9f129b.png") -180px -100px no-repeat;
}

.sprite-ebay-logo {
  width: 50px;
  height: 22px;
  background: asset-url("/assets/sprites-de9f129b.png") -142px -130px no-repeat;
}

.sprite-clementine_email {
  width: 40px;
  height: 40px;
  background: asset-url("/assets/sprites-de9f129b.png") 0px -165px no-repeat;
}

.sprite-clementine_facebook {
  width: 40px;
  height: 40px;
  background: asset-url("/assets/sprites-de9f129b.png") -40px -165px no-repeat;
}

.sprite-clementine_instagram {
  width: 40px;
  height: 40px;
  background: asset-url("/assets/sprites-de9f129b.png") -80px -165px no-repeat;
}

.sprite-clementine_rss {
  width: 40px;
  height: 40px;
  background: asset-url("/assets/sprites-de9f129b.png") -120px -165px no-repeat;
}

.sprite-clementine_tumblr {
  width: 40px;
  height: 40px;
  background: asset-url("/assets/sprites-de9f129b.png") -160px -165px no-repeat;
}

.sprite-clementine_twitch {
  width: 40px;
  height: 40px;
  background: asset-url("/assets/sprites-de9f129b.png") -200px -165px no-repeat;
}

.sprite-clementine_twitter {
  width: 40px;
  height: 40px;
  background: asset-url("/assets/sprites-de9f129b.png") -240px -165px no-repeat;
}

.sprite-pokemon_set_symbols_PRR {
  width: 40px;
  height: 40px;
  background: asset-url("/assets/sprites-de9f129b.png") 0px -205px no-repeat;
}

.sprite-set_symbols_M19 {
  width: 39px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -236px -70px no-repeat;
}

.sprite-pokemon_set_symbols_UNB {
  width: 38px;
  height: 38px;
  background: asset-url("/assets/sprites-de9f129b.png") -40px -205px no-repeat;
}

.sprite-goldfish-navbar-logo {
  width: 35px;
  height: 35px;
  background: asset-url("/assets/sprites-de9f129b.png") -78px -205px no-repeat;
}

.sprite-pokemon_set_symbols_CG {
  width: 20px;
  height: 34px;
  background: asset-url("/assets/sprites-de9f129b.png") -113px -205px no-repeat;
}

.sprite-pokemon_set_symbols_CL {
  width: 19px;
  height: 34px;
  background: asset-url("/assets/sprites-de9f129b.png") -133px -205px no-repeat;
}

.sprite-graph-icon {
  width: 32px;
  height: 32px;
  background: asset-url("/assets/sprites-de9f129b.png") -152px -205px no-repeat;
}

.sprite-set_symbols_DD3_EVG {
  width: 30px;
  height: 16px;
  background: asset-url("/assets/sprites-de9f129b.png") -235px -100px no-repeat;
}

.sprite-set_symbols_EVG {
  width: 30px;
  height: 16px;
  background: asset-url("/assets/sprites-de9f129b.png") -192px -130px no-repeat;
}

.sprite-foil {
  width: 29px;
  height: 12px;
  background: asset-url("/assets/sprites-de9f129b.png") -222px -130px no-repeat;
}

.sprite-set_symbols_ANN {
  width: 22px;
  height: 28px;
  background: asset-url("/assets/sprites-de9f129b.png") -184px -205px no-repeat;
}

.sprite-set_symbols_MM2 {
  width: 28px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -206px -205px no-repeat;
}

.sprite-set_symbols_PC1 {
  width: 28px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -234px -205px no-repeat;
}

.sprite-set_symbols_VMA {
  width: 28px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") 0px -245px no-repeat;
}

.sprite-set_symbols_PZ2 {
  width: 26px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -28px -245px no-repeat;
}

.sprite-pokemon_set_symbols_BUS {
  width: 25px;
  height: 25px;
  background: asset-url("/assets/sprites-de9f129b.png") -283px 0px no-repeat;
}

.sprite-pokemon_set_symbols_CEC {
  width: 25px;
  height: 25px;
  background: asset-url("/assets/sprites-de9f129b.png") -283px -25px no-repeat;
}

.sprite-pokemon_set_symbols_CES {
  width: 25px;
  height: 25px;
  background: asset-url("/assets/sprites-de9f129b.png") -283px -50px no-repeat;
}

.sprite-pokemon_set_symbols_CIN {
  width: 25px;
  height: 25px;
  background: asset-url("/assets/sprites-de9f129b.png") -283px -75px no-repeat;
}

.sprite-pokemon_set_symbols_DRM {
  width: 25px;
  height: 25px;
  background: asset-url("/assets/sprites-de9f129b.png") -283px -100px no-repeat;
}

.sprite-pokemon_set_symbols_FLI {
  width: 25px;
  height: 25px;
  background: asset-url("/assets/sprites-de9f129b.png") -283px -125px no-repeat;
}

.sprite-pokemon_set_symbols_HIF {
  width: 25px;
  height: 25px;
  background: asset-url("/assets/sprites-de9f129b.png") -283px -150px no-repeat;
}

.sprite-pokemon_set_symbols_LOT {
  width: 25px;
  height: 25px;
  background: asset-url("/assets/sprites-de9f129b.png") -283px -175px no-repeat;
}

.sprite-pokemon_set_symbols_SLG {
  width: 25px;
  height: 25px;
  background: asset-url("/assets/sprites-de9f129b.png") -283px -200px no-repeat;
}

.sprite-pokemon_set_symbols_SSH {
  width: 25px;
  height: 25px;
  background: asset-url("/assets/sprites-de9f129b.png") -283px -225px no-repeat;
}

.sprite-pokemon_set_symbols_TEU {
  width: 25px;
  height: 25px;
  background: asset-url("/assets/sprites-de9f129b.png") 0px -266px no-repeat;
}

.sprite-pokemon_set_symbols_UNM {
  width: 25px;
  height: 25px;
  background: asset-url("/assets/sprites-de9f129b.png") -25px -266px no-repeat;
}

.sprite-pokemon_set_symbols_UPR {
  width: 25px;
  height: 25px;
  background: asset-url("/assets/sprites-de9f129b.png") -50px -266px no-repeat;
}

.sprite-set_symbols_CMA {
  width: 21px;
  height: 25px;
  background: asset-url("/assets/sprites-de9f129b.png") -75px -266px no-repeat;
}

.sprite-set_symbols_WAR {
  width: 21px;
  height: 25px;
  background: asset-url("/assets/sprites-de9f129b.png") -96px -266px no-repeat;
}

.sprite-set_symbols_A25 {
  width: 25px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -54px -245px no-repeat;
}

.sprite-set_symbols_DD2 {
  width: 25px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -79px -245px no-repeat;
}

.sprite-set_symbols_DD3_GVL {
  width: 25px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -104px -245px no-repeat;
}

.sprite-set_symbols_DD3_JVC {
  width: 25px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -129px -245px no-repeat;
}

.sprite-set_symbols_DDD {
  width: 25px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -154px -245px no-repeat;
}

.sprite-set_symbols_M11 {
  width: 25px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -179px -245px no-repeat;
}

.sprite-set_symbols_ME4 {
  width: 25px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -204px -245px no-repeat;
}

.sprite-set_symbols_ORI {
  width: 25px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -229px -245px no-repeat;
}

.sprite-set_symbols_DD3_DVD {
  width: 25px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -254px -245px no-repeat;
}

.sprite-set_symbols_DDC {
  width: 25px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -117px -266px no-repeat;
}

.sprite-set_symbols_M10 {
  width: 25px;
  height: 13px;
  background: asset-url("/assets/sprites-de9f129b.png") -283px -250px no-repeat;
}

.sprite-set_symbols_PC2 {
  width: 24px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -142px -266px no-repeat;
}

.sprite-set_symbols_M12 {
  width: 24px;
  height: 14px;
  background: asset-url("/assets/sprites-de9f129b.png") -166px -266px no-repeat;
}

.sprite-set_symbols_M13 {
  width: 24px;
  height: 14px;
  background: asset-url("/assets/sprites-de9f129b.png") -190px -266px no-repeat;
}

.sprite-set_symbols_M14 {
  width: 24px;
  height: 14px;
  background: asset-url("/assets/sprites-de9f129b.png") -214px -266px no-repeat;
}

.sprite-set_symbols_M15 {
  width: 24px;
  height: 14px;
  background: asset-url("/assets/sprites-de9f129b.png") -238px -266px no-repeat;
}

.sprite-set_symbols_W16 {
  width: 24px;
  height: 12px;
  background: asset-url("/assets/sprites-de9f129b.png") -251px -130px no-repeat;
}

.sprite-set_symbols_BFZ {
  width: 23px;
  height: 23px;
  background: asset-url("/assets/sprites-de9f129b.png") -308px 0px no-repeat;
}

.sprite-set_symbols_EXP {
  width: 23px;
  height: 23px;
  background: asset-url("/assets/sprites-de9f129b.png") -308px -23px no-repeat;
}

.sprite-set_symbols_DKM {
  width: 21px;
  height: 23px;
  background: asset-url("/assets/sprites-de9f129b.png") -308px -46px no-repeat;
}

.sprite-set_symbols_ELD {
  width: 21px;
  height: 23px;
  background: asset-url("/assets/sprites-de9f129b.png") -308px -69px no-repeat;
}

.sprite-set_symbols_M20 {
  width: 21px;
  height: 23px;
  background: asset-url("/assets/sprites-de9f129b.png") -308px -92px no-repeat;
}

.sprite-set_symbols_CON {
  width: 23px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -308px -115px no-repeat;
}

.sprite-set_symbols_H09 {
  width: 23px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -308px -136px no-repeat;
}

.sprite-set_symbols_ME2 {
  width: 23px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -308px -157px no-repeat;
}

.sprite-set_symbols_ROE {
  width: 23px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -308px -178px no-repeat;
}

.sprite-set_symbols_THB {
  width: 21px;
  height: 22px;
  background: asset-url("/assets/sprites-de9f129b.png") -308px -199px no-repeat;
}

.sprite-set_symbols_MED {
  width: 22px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -308px -221px no-repeat;
}

.sprite-pokemon_set_symbols_LM {
  width: 20px;
  height: 22px;
  background: asset-url("/assets/sprites-de9f129b.png") -308px -242px no-repeat;
}

.sprite-set_symbols_ZNR {
  width: 20px;
  height: 22px;
  background: asset-url("/assets/sprites-de9f129b.png") -308px -264px no-repeat;
}

.sprite-graph-icon-sm {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -262px -205px no-repeat;
}

.sprite-set_symbols_10E {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") 0px -291px no-repeat;
}

.sprite-set_symbols_2ED {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -21px -291px no-repeat;
}

.sprite-set_symbols_3ED {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -42px -291px no-repeat;
}

.sprite-set_symbols_4ED {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -63px -291px no-repeat;
}

.sprite-set_symbols_5DN {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -84px -291px no-repeat;
}

.sprite-set_symbols_5ED {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -105px -291px no-repeat;
}

.sprite-set_symbols_6ED {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -126px -291px no-repeat;
}

.sprite-set_symbols_7E {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -147px -291px no-repeat;
}

.sprite-set_symbols_8ED {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -168px -291px no-repeat;
}

.sprite-set_symbols_9ED {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -189px -291px no-repeat;
}

.sprite-set_symbols_AKH {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -210px -291px no-repeat;
}

.sprite-set_symbols_AKR {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -231px -291px no-repeat;
}

.sprite-set_symbols_ALL {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -252px -291px no-repeat;
}

.sprite-set_symbols_ANA {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -273px -291px no-repeat;
}

.sprite-set_symbols_ANB {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -294px -291px no-repeat;
}

.sprite-set_symbols_AP {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -331px 0px no-repeat;
}

.sprite-set_symbols_ARN {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -331px -21px no-repeat;
}

.sprite-set_symbols_ATH {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -331px -42px no-repeat;
}

.sprite-set_symbols_ATQ {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -331px -63px no-repeat;
}

.sprite-set_symbols_BOK {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -331px -84px no-repeat;
}

.sprite-set_symbols_BRB {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -331px -105px no-repeat;
}

.sprite-set_symbols_BTD {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -331px -126px no-repeat;
}

.sprite-set_symbols_CHK {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -331px -147px no-repeat;
}

.sprite-set_symbols_CHR {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -331px -168px no-repeat;
}

.sprite-set_symbols_CN2 {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -331px -189px no-repeat;
}

.sprite-set_symbols_CSP {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -331px -210px no-repeat;
}

.sprite-set_symbols_DDF {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -331px -231px no-repeat;
}

.sprite-set_symbols_DDP {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -331px -252px no-repeat;
}

.sprite-set_symbols_DDR {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -331px -273px no-repeat;
}

.sprite-set_symbols_DDS {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") 0px -312px no-repeat;
}

.sprite-set_symbols_DIS {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -21px -312px no-repeat;
}

.sprite-set_symbols_DPA {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -42px -312px no-repeat;
}

.sprite-set_symbols_DRK {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -63px -312px no-repeat;
}

.sprite-set_symbols_DST {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -84px -312px no-repeat;
}

.sprite-set_symbols_EX {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -105px -312px no-repeat;
}

.sprite-set_symbols_FEM {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -126px -312px no-repeat;
}

.sprite-set_symbols_GPT {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -147px -312px no-repeat;
}

.sprite-set_symbols_HML {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -168px -312px no-repeat;
}

.sprite-set_symbols_ICE {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -189px -312px no-repeat;
}

.sprite-set_symbols_IMA {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -210px -312px no-repeat;
}

.sprite-set_symbols_IN {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -231px -312px no-repeat;
}

.sprite-set_symbols_JUD {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -252px -312px no-repeat;
}

.sprite-set_symbols_LEA {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -273px -312px no-repeat;
}

.sprite-set_symbols_LEB {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -294px -312px no-repeat;
}

.sprite-set_symbols_LEG {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -315px -312px no-repeat;
}

.sprite-set_symbols_LGN {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -352px 0px no-repeat;
}

.sprite-set_symbols_MD1 {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -352px -21px no-repeat;
}

.sprite-set_symbols_MI {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -352px -42px no-repeat;
}

.sprite-set_symbols_MM {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -352px -63px no-repeat;
}

.sprite-set_symbols_MRD {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -352px -84px no-repeat;
}

.sprite-set_symbols_NE {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -352px -105px no-repeat;
}

.sprite-set_symbols_OD {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -352px -126px no-repeat;
}

.sprite-set_symbols_ONS {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -352px -147px no-repeat;
}

.sprite-set_symbols_PO2 {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -352px -168px no-repeat;
}

.sprite-set_symbols_POR {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -352px -189px no-repeat;
}

.sprite-set_symbols_PR {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -352px -210px no-repeat;
}

.sprite-set_symbols_PRM-ARN {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -352px -231px no-repeat;
}

.sprite-set_symbols_PRM-BAB {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -352px -252px no-repeat;
}

.sprite-set_symbols_PRM-CHP {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -352px -273px no-repeat;
}

.sprite-set_symbols_PRM-FNM {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -352px -294px no-repeat;
}

.sprite-set_symbols_PRM-GDP {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") 0px -333px no-repeat;
}

.sprite-set_symbols_PRM-GPP {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -21px -333px no-repeat;
}

.sprite-set_symbols_PRM-GUR {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -42px -333px no-repeat;
}

.sprite-set_symbols_PRM-GWP {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -63px -333px no-repeat;
}

.sprite-set_symbols_PRM-JSS {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -84px -333px no-repeat;
}

.sprite-set_symbols_PRM-JUD {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -105px -333px no-repeat;
}

.sprite-set_symbols_PRM-LPC {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -126px -333px no-repeat;
}

.sprite-set_symbols_PRM-MED {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -147px -333px no-repeat;
}

.sprite-set_symbols_PRM-MPR {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -168px -333px no-repeat;
}

.sprite-set_symbols_PRM-MSC {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -189px -333px no-repeat;
}

.sprite-set_symbols_PRM-PRE {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -210px -333px no-repeat;
}

.sprite-set_symbols_PRM-PTP {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -231px -333px no-repeat;
}

.sprite-set_symbols_PRM-REL {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -252px -333px no-repeat;
}

.sprite-set_symbols_PRM-SDCC13 {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -273px -333px no-repeat;
}

.sprite-set_symbols_PRM-SDCC14 {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -294px -333px no-repeat;
}

.sprite-set_symbols_PRM-SDCC15 {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -315px -333px no-repeat;
}

.sprite-set_symbols_PRM-SDCC16 {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -336px -333px no-repeat;
}

.sprite-set_symbols_PRM-SDCC17 {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -373px 0px no-repeat;
}

.sprite-set_symbols_PRM-SPO {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -373px -21px no-repeat;
}

.sprite-set_symbols_PRM-SSP {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -373px -42px no-repeat;
}

.sprite-set_symbols_PRM-UGF {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -373px -63px no-repeat;
}

.sprite-set_symbols_PRM-WPN {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -373px -84px no-repeat;
}

.sprite-set_symbols_PS {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -373px -105px no-repeat;
}

.sprite-set_symbols_PTK {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -373px -126px no-repeat;
}

.sprite-set_symbols_RAV {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -373px -147px no-repeat;
}

.sprite-set_symbols_S00 {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -373px -168px no-repeat;
}

.sprite-set_symbols_S99 {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -373px -189px no-repeat;
}

.sprite-set_symbols_SCG {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -373px -210px no-repeat;
}

.sprite-set_symbols_SOK {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -373px -231px no-repeat;
}

.sprite-set_symbols_ST {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -373px -252px no-repeat;
}

.sprite-set_symbols_TE {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -373px -273px no-repeat;
}

.sprite-set_symbols_TOR {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -373px -294px no-repeat;
}

.sprite-set_symbols_UD {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -373px -315px no-repeat;
}

.sprite-set_symbols_UGL {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") 0px -354px no-repeat;
}

.sprite-set_symbols_UL {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -21px -354px no-repeat;
}

.sprite-set_symbols_UZ {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -42px -354px no-repeat;
}

.sprite-set_symbols_V09 {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -63px -354px no-repeat;
}

.sprite-set_symbols_V16 {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -84px -354px no-repeat;
}

.sprite-set_symbols_VAN {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -105px -354px no-repeat;
}

.sprite-set_symbols_VI {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -126px -354px no-repeat;
}

.sprite-set_symbols_WL {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -147px -354px no-repeat;
}

.sprite-set_symbols_XLN {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -168px -354px no-repeat;
}

.sprite-set_symbols_default {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -189px -354px no-repeat;
}

.sprite-set_symbols_CMD {
  width: 20px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -210px -354px no-repeat;
}

.sprite-set_symbols_DDE {
  width: 20px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -230px -354px no-repeat;
}

.sprite-set_symbols_DRB {
  width: 20px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -250px -354px no-repeat;
}

.sprite-set_symbols_C20 {
  width: 21px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -270px -354px no-repeat;
}

.sprite-set_symbols_V10 {
  width: 21px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -291px -354px no-repeat;
}

.sprite-pokemon_set_symbols_UD {
  width: 19px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -394px 0px no-repeat;
}

.sprite-set_symbols_ALA {
  width: 19px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -394px -21px no-repeat;
}

.sprite-set_symbols_E02 {
  width: 19px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -394px -42px no-repeat;
}

.sprite-set_symbols_TSB {
  width: 19px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -394px -63px no-repeat;
}

.sprite-set_symbols_TSP {
  width: 19px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -394px -84px no-repeat;
}

.sprite-set_symbols_UNH {
  width: 19px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -394px -105px no-repeat;
}

.sprite-set_symbols_ARB {
  width: 18px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -394px -126px no-repeat;
}

.sprite-set_symbols_ARC {
  width: 18px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -394px -147px no-repeat;
}

.sprite-set_symbols_C17 {
  width: 18px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -394px -168px no-repeat;
}

.sprite-set_symbols_HOU {
  width: 18px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -394px -189px no-repeat;
}

.sprite-set_symbols_MBS {
  width: 18px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -394px -210px no-repeat;
}

.sprite-set_symbols_NPH {
  width: 18px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -394px -231px no-repeat;
}

.sprite-set_symbols_SOM {
  width: 18px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -394px -252px no-repeat;
}

.sprite-set_symbols_WWK {
  width: 18px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -394px -273px no-repeat;
}

.sprite-set_symbols_ZEN {
  width: 18px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -394px -294px no-repeat;
}

.sprite-set_symbols_AER {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -373px -336px no-repeat;
}

.sprite-set_symbols_BBD {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -352px -315px no-repeat;
}

.sprite-set_symbols_C16 {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -331px -294px no-repeat;
}

.sprite-set_symbols_DDQ {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -312px -354px no-repeat;
}

.sprite-set_symbols_DOM {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -333px -354px no-repeat;
}

.sprite-set_symbols_EMN {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -354px -354px no-repeat;
}

.sprite-set_symbols_KLD {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") 0px -375px no-repeat;
}

.sprite-set_symbols_ME3 {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -21px -375px no-repeat;
}

.sprite-set_symbols_MS3 {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -42px -375px no-repeat;
}

.sprite-set_symbols_PCA {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -63px -375px no-repeat;
}

.sprite-set_symbols_SOI {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -84px -375px no-repeat;
}

.sprite-set_symbols_V14 {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -105px -375px no-repeat;
}

.sprite-set_symbols_W17 {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -126px -375px no-repeat;
}

.sprite-set_symbols_E01 {
  width: 17px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -394px -315px no-repeat;
}

.sprite-set_symbols_EMA {
  width: 17px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -394px -336px no-repeat;
}

.sprite-set_symbols_V12 {
  width: 17px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px 0px no-repeat;
}

.sprite-set_symbols_EVE {
  width: 21px;
  height: 16px;
  background: asset-url("/assets/sprites-de9f129b.png") -147px -375px no-repeat;
}

.sprite-set_symbols_FUT {
  width: 21px;
  height: 16px;
  background: asset-url("/assets/sprites-de9f129b.png") -168px -375px no-repeat;
}

.sprite-set_symbols_MM3 {
  width: 21px;
  height: 16px;
  background: asset-url("/assets/sprites-de9f129b.png") -189px -375px no-repeat;
}

.sprite-set_symbols_PLC {
  width: 21px;
  height: 16px;
  background: asset-url("/assets/sprites-de9f129b.png") -210px -375px no-repeat;
}

.sprite-set_symbols_PRM {
  width: 21px;
  height: 16px;
  background: asset-url("/assets/sprites-de9f129b.png") -231px -375px no-repeat;
}

.sprite-set_symbols_LRW {
  width: 15px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -21px no-repeat;
}

.sprite-set_symbols_PD2 {
  width: 15px;
  height: 21px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -42px no-repeat;
}

.sprite-set_symbols_DDN {
  width: 21px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -252px -375px no-repeat;
}

.sprite-set_symbols_MH1 {
  width: 21px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -273px -375px no-repeat;
}

.sprite-set_symbols_GRN {
  width: 21px;
  height: 14px;
  background: asset-url("/assets/sprites-de9f129b.png") -262px -266px no-repeat;
}

.sprite-set_symbols_RNA {
  width: 21px;
  height: 14px;
  background: asset-url("/assets/sprites-de9f129b.png") -283px -266px no-repeat;
}

.sprite-set_symbols_UMA {
  width: 21px;
  height: 14px;
  background: asset-url("/assets/sprites-de9f129b.png") -294px -375px no-repeat;
}

.sprite-set_symbols_SHM {
  width: 21px;
  height: 12px;
  background: asset-url("/assets/sprites-de9f129b.png") -142px -152px no-repeat;
}

.sprite-set_symbols_TPR {
  width: 21px;
  height: 12px;
  background: asset-url("/assets/sprites-de9f129b.png") -163px -152px no-repeat;
}

.sprite-pokemon_set_symbols_DR {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") 0px -393px no-repeat;
}

.sprite-pokemon_set_symbols_DX {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -20px -393px no-repeat;
}

.sprite-pokemon_set_symbols_HL {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -40px -393px no-repeat;
}

.sprite-pokemon_set_symbols_MA {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -60px -393px no-repeat;
}

.sprite-pokemon_set_symbols_MD {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -80px -393px no-repeat;
}

.sprite-pokemon_set_symbols_MT {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -100px -393px no-repeat;
}

.sprite-pokemon_set_symbols_PK {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -120px -393px no-repeat;
}

.sprite-pokemon_set_symbols_PL {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -140px -393px no-repeat;
}

.sprite-pokemon_set_symbols_RG {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -160px -393px no-repeat;
}

.sprite-pokemon_set_symbols_RR {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -180px -393px no-repeat;
}

.sprite-pokemon_set_symbols_RS {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -200px -393px no-repeat;
}

.sprite-pokemon_set_symbols_SF {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -220px -393px no-repeat;
}

.sprite-pokemon_set_symbols_SS {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -240px -393px no-repeat;
}

.sprite-pokemon_set_symbols_SW {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -260px -393px no-repeat;
}

.sprite-set_symbols_C15 {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -280px -393px no-repeat;
}

.sprite-set_symbols_JMP {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -300px -393px no-repeat;
}

.sprite-set_symbols_MOR {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -320px -393px no-repeat;
}

.sprite-set_symbols_OGW {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -340px -393px no-repeat;
}

.sprite-set_symbols_PZ1 {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -360px -393px no-repeat;
}

.sprite-set_symbols_DDG {
  width: 19px;
  height: 20px;
  background: asset-url("/assets/sprites-de9f129b.png") -380px -393px no-repeat;
}

.sprite-pokemon_set_symbols_DF {
  width: 20px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -399px -393px no-repeat;
}

.sprite-pokemon_set_symbols_DP {
  width: 20px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px 0px no-repeat;
}

.sprite-pokemon_set_symbols_HP {
  width: 20px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -19px no-repeat;
}

.sprite-pokemon_set_symbols_UF {
  width: 20px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -37px no-repeat;
}

.sprite-set_symbols_AVR {
  width: 20px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -55px no-repeat;
}

.sprite-set_symbols_DDI {
  width: 20px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -73px no-repeat;
}

.sprite-set_symbols_DDJ {
  width: 20px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -91px no-repeat;
}

.sprite-set_symbols_DDM {
  width: 20px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -109px no-repeat;
}

.sprite-set_symbols_DKA {
  width: 20px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -127px no-repeat;
}

.sprite-set_symbols_IKO {
  width: 20px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -145px no-repeat;
}

.sprite-set_symbols_ISD {
  width: 20px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -163px no-repeat;
}

.sprite-set_symbols_JOU {
  width: 20px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -181px no-repeat;
}

.sprite-set_symbols_PD3 {
  width: 20px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -199px no-repeat;
}

.sprite-set_symbols_V11 {
  width: 20px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -217px no-repeat;
}

.sprite-pokemon_set_symbols_DS {
  width: 20px;
  height: 17px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -235px no-repeat;
}

.sprite-pokemon_set_symbols_GE {
  width: 20px;
  height: 17px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -252px no-repeat;
}

.sprite-pokemon_set_symbols_LA {
  width: 20px;
  height: 17px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -269px no-repeat;
}

.sprite-set_symbols_VOW {
  width: 20px;
  height: 17px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -286px no-repeat;
}

.sprite-pokemon_set_symbols_EM {
  width: 20px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -303px no-repeat;
}

.sprite-set_symbols_UND {
  width: 20px;
  height: 14px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -318px no-repeat;
}

.sprite-set_symbols_M21 {
  width: 20px;
  height: 10px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -332px no-repeat;
}

.sprite-pokemon_set_symbols_AOR {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -342px no-repeat;
}

.sprite-pokemon_set_symbols_AR {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -361px no-repeat;
}

.sprite-pokemon_set_symbols_BCR {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -380px no-repeat;
}

.sprite-pokemon_set_symbols_BKP {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") 0px -413px no-repeat;
}

.sprite-pokemon_set_symbols_BKT {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -19px -413px no-repeat;
}

.sprite-pokemon_set_symbols_BLW {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -38px -413px no-repeat;
}

.sprite-pokemon_set_symbols_DCR {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -57px -413px no-repeat;
}

.sprite-pokemon_set_symbols_DEX {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -76px -413px no-repeat;
}

.sprite-pokemon_set_symbols_DRV {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -95px -413px no-repeat;
}

.sprite-pokemon_set_symbols_DRX {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -114px -413px no-repeat;
}

.sprite-pokemon_set_symbols_EPO {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -133px -413px no-repeat;
}

.sprite-pokemon_set_symbols_EVO {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -152px -413px no-repeat;
}

.sprite-pokemon_set_symbols_FAC {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -171px -413px no-repeat;
}

.sprite-pokemon_set_symbols_FFI {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -190px -413px no-repeat;
}

.sprite-pokemon_set_symbols_FLF {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -209px -413px no-repeat;
}

.sprite-pokemon_set_symbols_GEN {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -228px -413px no-repeat;
}

.sprite-pokemon_set_symbols_GRI {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -247px -413px no-repeat;
}

.sprite-pokemon_set_symbols_HS {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -266px -413px no-repeat;
}

.sprite-pokemon_set_symbols_KSS {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -285px -413px no-repeat;
}

.sprite-pokemon_set_symbols_LTR {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -304px -413px no-repeat;
}

.sprite-pokemon_set_symbols_NVI {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -323px -413px no-repeat;
}

.sprite-pokemon_set_symbols_NXD {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -342px -413px no-repeat;
}

.sprite-pokemon_set_symbols_PHF {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -361px -413px no-repeat;
}

.sprite-pokemon_set_symbols_PLB {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -380px -413px no-repeat;
}

.sprite-pokemon_set_symbols_PLF {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -399px -413px no-repeat;
}

.sprite-pokemon_set_symbols_PLS {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -418px -413px no-repeat;
}

.sprite-pokemon_set_symbols_PR-BLW {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px 0px no-repeat;
}

.sprite-pokemon_set_symbols_PR-SM {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -19px no-repeat;
}

.sprite-pokemon_set_symbols_PR-SSH {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -38px no-repeat;
}

.sprite-pokemon_set_symbols_PR-XY {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -57px no-repeat;
}

.sprite-pokemon_set_symbols_PRC {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -76px no-repeat;
}

.sprite-pokemon_set_symbols_ROS {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -95px no-repeat;
}

.sprite-pokemon_set_symbols_STS {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -114px no-repeat;
}

.sprite-pokemon_set_symbols_SUM {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -133px no-repeat;
}

.sprite-pokemon_set_symbols_TM {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -152px no-repeat;
}

.sprite-pokemon_set_symbols_XY {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -171px no-repeat;
}

.sprite-set_symbols_KTK {
  width: 19px;
  height: 19px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -190px no-repeat;
}

.sprite-pokemon_set_symbols_SV {
  width: 19px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -209px no-repeat;
}

.sprite-pokemon_set_symbols_UL {
  width: 19px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -227px no-repeat;
}

.sprite-set_symbols_DDH {
  width: 19px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -245px no-repeat;
}

.sprite-set_symbols_RIX {
  width: 19px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -263px no-repeat;
}

.sprite-set_symbols_BNG {
  width: 18px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -281px no-repeat;
}

.sprite-set_symbols_C13 {
  width: 18px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -299px no-repeat;
}

.sprite-set_symbols_C14 {
  width: 18px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -317px no-repeat;
}

.sprite-set_symbols_CM1 {
  width: 18px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -335px no-repeat;
}

.sprite-set_symbols_CNS {
  width: 18px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -353px no-repeat;
}

.sprite-set_symbols_DDK {
  width: 18px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -371px no-repeat;
}

.sprite-set_symbols_DDL {
  width: 18px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -389px no-repeat;
}

.sprite-set_symbols_DDO {
  width: 18px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -450px -407px no-repeat;
}

.sprite-set_symbols_DGM {
  width: 18px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -394px -357px no-repeat;
}

.sprite-set_symbols_DTK {
  width: 18px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -375px -354px no-repeat;
}

.sprite-set_symbols_FRF {
  width: 18px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") 0px -432px no-repeat;
}

.sprite-set_symbols_GTC {
  width: 18px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -18px -432px no-repeat;
}

.sprite-set_symbols_MMA {
  width: 18px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -36px -432px no-repeat;
}

.sprite-set_symbols_RTR {
  width: 18px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -54px -432px no-repeat;
}

.sprite-set_symbols_THS {
  width: 18px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -72px -432px no-repeat;
}

.sprite-set_symbols_V13 {
  width: 18px;
  height: 18px;
  background: asset-url("/assets/sprites-de9f129b.png") -90px -432px no-repeat;
}

.sprite-set_symbols_MM2 {
  width: 18px;
  height: 17px;
  background: asset-url("/assets/sprites-de9f129b.png") -108px -432px no-repeat;
}

.sprite-icon_help {
  width: 17px;
  height: 17px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -63px no-repeat;
}

.sprite-set_symbols_MPS {
  width: 17px;
  height: 17px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -80px no-repeat;
}

.sprite-set_symbols_MS2 {
  width: 17px;
  height: 17px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -97px no-repeat;
}

.sprite-set_symbols_TD0 {
  width: 17px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -114px no-repeat;
}

.sprite-mana_symbols_s {
  width: 16px;
  height: 16px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -129px no-repeat;
}

.sprite-mana_symbols_snow {
  width: 16px;
  height: 16px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -145px no-repeat;
}

.sprite-energy_symbols_colorless {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -161px no-repeat;
}

.sprite-energy_symbols_darkness {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -176px no-repeat;
}

.sprite-energy_symbols_dragon {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -191px no-repeat;
}

.sprite-energy_symbols_fairy {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -206px no-repeat;
}

.sprite-energy_symbols_fighting {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -221px no-repeat;
}

.sprite-energy_symbols_fire {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -236px no-repeat;
}

.sprite-energy_symbols_grass {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -251px no-repeat;
}

.sprite-energy_symbols_lightning {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -266px no-repeat;
}

.sprite-energy_symbols_metal {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -281px no-repeat;
}

.sprite-energy_symbols_psychic {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -296px no-repeat;
}

.sprite-energy_symbols_water {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -311px no-repeat;
}

.sprite-mana_symbols_0 {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -326px no-repeat;
}

.sprite-mana_symbols_1 {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -341px no-repeat;
}

.sprite-mana_symbols_10 {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -356px no-repeat;
}

.sprite-mana_symbols_11 {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -413px -371px no-repeat;
}

.sprite-mana_symbols_12 {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -265px -100px no-repeat;
}

.sprite-mana_symbols_13 {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -315px -291px no-repeat;
}

.sprite-mana_symbols_15 {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -336px -312px no-repeat;
}

.sprite-mana_symbols_2 {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -357px -333px no-repeat;
}

.sprite-mana_symbols_2b {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -126px -432px no-repeat;
}

.sprite-mana_symbols_2g {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -141px -432px no-repeat;
}

.sprite-mana_symbols_2r {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -156px -432px no-repeat;
}

.sprite-mana_symbols_2u {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -171px -432px no-repeat;
}

.sprite-mana_symbols_2w {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -186px -432px no-repeat;
}

.sprite-mana_symbols_3 {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -201px -432px no-repeat;
}

.sprite-mana_symbols_4 {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -216px -432px no-repeat;
}

.sprite-mana_symbols_5 {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -231px -432px no-repeat;
}

.sprite-mana_symbols_6 {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -246px -432px no-repeat;
}

.sprite-mana_symbols_7 {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -261px -432px no-repeat;
}

.sprite-mana_symbols_8 {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -276px -432px no-repeat;
}

.sprite-mana_symbols_9 {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -291px -432px no-repeat;
}

.sprite-mana_symbols_b {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -306px -432px no-repeat;
}

.sprite-mana_symbols_bg {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -321px -432px no-repeat;
}

.sprite-mana_symbols_bp {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -336px -432px no-repeat;
}

.sprite-mana_symbols_br {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -351px -432px no-repeat;
}

.sprite-mana_symbols_c {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -366px -432px no-repeat;
}

.sprite-mana_symbols_g {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -381px -432px no-repeat;
}

.sprite-mana_symbols_gp {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -396px -432px no-repeat;
}

.sprite-mana_symbols_gu {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -411px -432px no-repeat;
}

.sprite-mana_symbols_gw {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -426px -432px no-repeat;
}

.sprite-mana_symbols_r {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -441px -432px no-repeat;
}

.sprite-mana_symbols_rg {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") 0px -450px no-repeat;
}

.sprite-mana_symbols_rp {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -15px -450px no-repeat;
}

.sprite-mana_symbols_rw {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -30px -450px no-repeat;
}

.sprite-mana_symbols_t {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -45px -450px no-repeat;
}

.sprite-mana_symbols_u {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -60px -450px no-repeat;
}

.sprite-mana_symbols_ub {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -75px -450px no-repeat;
}

.sprite-mana_symbols_up {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -90px -450px no-repeat;
}

.sprite-mana_symbols_ur {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -105px -450px no-repeat;
}

.sprite-mana_symbols_w {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -120px -450px no-repeat;
}

.sprite-mana_symbols_wb {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -135px -450px no-repeat;
}

.sprite-mana_symbols_wp {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -150px -450px no-repeat;
}

.sprite-mana_symbols_wu {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -165px -450px no-repeat;
}

.sprite-mana_symbols_x {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -180px -450px no-repeat;
}

.sprite-set_symbols_TD2 {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -195px -450px no-repeat;
}

.sprite-upvoted {
  width: 15px;
  height: 15px;
  background: asset-url("/assets/sprites-de9f129b.png") -210px -450px no-repeat;
}

.sprite-upvote {
  width: 15px;
  height: 14px;
  background: asset-url("/assets/sprites-de9f129b.png") -430px -399px no-repeat;
}

/*

        Creating a sprite from following images:

        app/assets/images/graph-sprites/m12.gif (39x21)
        app/assets/images/graph-sprites/m13.gif (39x21)
        app/assets/images/graph-sprites/m14.gif (39x21)
        app/assets/images/graph-sprites/m15.png (39x21)
        app/assets/images/graph-sprites/m19.jpeg (39x18)
        app/assets/images/graph-sprites/gtc.gif (33x21)
        app/assets/images/graph-sprites/dgm.gif (29x21)
        app/assets/images/graph-sprites/jou.gif (29x21)
        app/assets/images/graph-sprites/dka.gif (28x21)
        app/assets/images/graph-sprites/vma.jpeg (28x21)
        app/assets/images/graph-sprites/mbs.gif (21x27)
        app/assets/images/graph-sprites/dmu.png (25x25)
        app/assets/images/graph-sprites/c13.gif (21x25)
        app/assets/images/graph-sprites/hou.jpg (21x25)
        app/assets/images/graph-sprites/ktk.gif (21x25)
        app/assets/images/graph-sprites/war.png (21x25)
        app/assets/images/graph-sprites/a25.jpeg (25x21)
        app/assets/images/graph-sprites/mh2.png (25x21)
        app/assets/images/graph-sprites/mma.gif (25x21)
        app/assets/images/graph-sprites/eld.jpg (21x23)
        app/assets/images/graph-sprites/m20.jpeg (21x23)
        app/assets/images/graph-sprites/thb.png (21x23)
        app/assets/images/graph-sprites/bng.png (23x21)
        app/assets/images/graph-sprites/isd.gif (23x21)
        app/assets/images/graph-sprites/stx.png (21x22)
        app/assets/images/graph-sprites/thb.jpeg (21x22)
        app/assets/images/graph-sprites/akh.jpg (21x21)
        app/assets/images/graph-sprites/avr.gif (21x21)
        app/assets/images/graph-sprites/cns.jpeg (21x21)
        app/assets/images/graph-sprites/dds.jpg (21x21)
        app/assets/images/graph-sprites/frf.jpg (21x21)
        app/assets/images/graph-sprites/ima.png (21x21)
        app/assets/images/graph-sprites/som.gif (21x21)
        app/assets/images/graph-sprites/ths.gif (21x21)
        app/assets/images/graph-sprites/khm.png (20x21)
        app/assets/images/graph-sprites/rtr.gif (20x21)
        app/assets/images/graph-sprites/znr.png (20x21)
        app/assets/images/graph-sprites/c20.jpeg (21x20)
        app/assets/images/graph-sprites/ogw.jpg (21x19)
        app/assets/images/graph-sprites/dtk.jpg (18x21)
        app/assets/images/graph-sprites/aer.jpg (21x18)
        app/assets/images/graph-sprites/afr.png (21x18)
        app/assets/images/graph-sprites/bbd.jpeg (21x18)
        app/assets/images/graph-sprites/bfz.jpg (21x18)
        app/assets/images/graph-sprites/ddq.jpg (21x18)
        app/assets/images/graph-sprites/dom.jpeg (21x18)
        app/assets/images/graph-sprites/ema.gif (21x18)
        app/assets/images/graph-sprites/emn.jpg (21x18)
        app/assets/images/graph-sprites/kld.jpeg (21x18)
        app/assets/images/graph-sprites/mid.png (21x18)
        app/assets/images/graph-sprites/ori.jpg (21x18)
        app/assets/images/graph-sprites/rix.jpeg (21x18)
        app/assets/images/graph-sprites/soi.jpg (21x18)
        app/assets/images/graph-sprites/xln.jpg (21x18)
        app/assets/images/graph-sprites/ddo.jpg (21x17)
        app/assets/images/graph-sprites/mm2.jpg (21x17)
        app/assets/images/graph-sprites/mm3.jpg (21x16)
        app/assets/images/graph-sprites/mh1.jpeg (21x15)
        app/assets/images/graph-sprites/grn.jpeg (21x14)
        app/assets/images/graph-sprites/uma.jpeg (21x14)
        app/assets/images/graph-sprites/nph.gif (13x21)
        app/assets/images/graph-sprites/2xm.png (21x13)
        app/assets/images/graph-sprites/snc.png (21x13)
        app/assets/images/graph-sprites/tpr.png (21x12)
        app/assets/images/graph-sprites/jmp.jpeg (20x20)
        app/assets/images/graph-sprites/iko.jpeg (20x18)
        app/assets/images/graph-sprites/iko.png (20x18)
        app/assets/images/graph-sprites/bro.png (20x17)
        app/assets/images/graph-sprites/clb.png (20x17)
        app/assets/images/graph-sprites/neo.png (20x17)
        app/assets/images/graph-sprites/vow.png (20x17)
        app/assets/images/graph-sprites/one.png (20x16)
        app/assets/images/graph-sprites/m21.jpeg (20x10)
        app/assets/images/graph-sprites/m21.png (20x10)

        Output files:
          app/assets/images/graph-sprites.png
          app/assets/stylesheets/graph-sprites.css.scss

        Output size:
          195x186


*/
.graph-sprite-m12 {
  width: 39px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") 0px 0px no-repeat;
}

.graph-sprite-m13 {
  width: 39px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -39px 0px no-repeat;
}

.graph-sprite-m14 {
  width: 39px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") 0px -21px no-repeat;
}

.graph-sprite-m15 {
  width: 39px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -39px -21px no-repeat;
}

.graph-sprite-m19 {
  width: 39px;
  height: 18px;
  background: asset-url("/assets/graph-sprites-27d11629.png") 0px -42px no-repeat;
}

.graph-sprite-gtc {
  width: 33px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -78px 0px no-repeat;
}

.graph-sprite-dgm {
  width: 29px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -78px -21px no-repeat;
}

.graph-sprite-jou {
  width: 29px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") 0px -60px no-repeat;
}

.graph-sprite-dka {
  width: 28px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -29px -60px no-repeat;
}

.graph-sprite-vma {
  width: 28px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -57px -60px no-repeat;
}

.graph-sprite-mbs {
  width: 21px;
  height: 27px;
  background: asset-url("/assets/graph-sprites-27d11629.png") 0px -81px no-repeat;
}

.graph-sprite-dmu {
  width: 25px;
  height: 25px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -21px -81px no-repeat;
}

.graph-sprite-c13 {
  width: 21px;
  height: 25px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -46px -81px no-repeat;
}

.graph-sprite-hou {
  width: 21px;
  height: 25px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -67px -81px no-repeat;
}

.graph-sprite-ktk {
  width: 21px;
  height: 25px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -88px -81px no-repeat;
}

.graph-sprite-war {
  width: 21px;
  height: 25px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -111px 0px no-repeat;
}

.graph-sprite-a25 {
  width: 25px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -85px -60px no-repeat;
}

.graph-sprite-mh2 {
  width: 25px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") 0px -108px no-repeat;
}

.graph-sprite-mma {
  width: 25px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -25px -108px no-repeat;
}

.graph-sprite-eld {
  width: 21px;
  height: 23px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -111px -25px no-repeat;
}

.graph-sprite-m20 {
  width: 21px;
  height: 23px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -111px -48px no-repeat;
}

.graph-sprite-thb {
  width: 21px;
  height: 23px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -111px -71px no-repeat;
}

.graph-sprite-bng {
  width: 23px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -50px -108px no-repeat;
}

.graph-sprite-isd {
  width: 23px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -73px -108px no-repeat;
}

.graph-sprite-stx {
  width: 21px;
  height: 22px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -132px 0px no-repeat;
}

.graph-sprite-thb {
  width: 21px;
  height: 22px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -132px -22px no-repeat;
}

.graph-sprite-akh {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -132px -44px no-repeat;
}

.graph-sprite-avr {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -132px -65px no-repeat;
}

.graph-sprite-cns {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -132px -86px no-repeat;
}

.graph-sprite-dds {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -132px -107px no-repeat;
}

.graph-sprite-frf {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -96px -108px no-repeat;
}

.graph-sprite-ima {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") 0px -129px no-repeat;
}

.graph-sprite-som {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -21px -129px no-repeat;
}

.graph-sprite-ths {
  width: 21px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -42px -129px no-repeat;
}

.graph-sprite-khm {
  width: 20px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -63px -129px no-repeat;
}

.graph-sprite-rtr {
  width: 20px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -83px -129px no-repeat;
}

.graph-sprite-znr {
  width: 20px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -103px -129px no-repeat;
}

.graph-sprite-c20 {
  width: 21px;
  height: 20px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -123px -129px no-repeat;
}

.graph-sprite-ogw {
  width: 21px;
  height: 19px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -153px 0px no-repeat;
}

.graph-sprite-dtk {
  width: 18px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -153px -19px no-repeat;
}

.graph-sprite-aer {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -153px -40px no-repeat;
}

.graph-sprite-afr {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -153px -58px no-repeat;
}

.graph-sprite-bbd {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -153px -76px no-repeat;
}

.graph-sprite-bfz {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -153px -94px no-repeat;
}

.graph-sprite-ddq {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -153px -112px no-repeat;
}

.graph-sprite-dom {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -153px -130px no-repeat;
}

.graph-sprite-ema {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -78px -42px no-repeat;
}

.graph-sprite-emn {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -39px -42px no-repeat;
}

.graph-sprite-kld {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/graph-sprites-27d11629.png") 0px -150px no-repeat;
}

.graph-sprite-mid {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -21px -150px no-repeat;
}

.graph-sprite-ori {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -42px -150px no-repeat;
}

.graph-sprite-rix {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -63px -150px no-repeat;
}

.graph-sprite-soi {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -84px -150px no-repeat;
}

.graph-sprite-xln {
  width: 21px;
  height: 18px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -105px -150px no-repeat;
}

.graph-sprite-ddo {
  width: 21px;
  height: 17px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -126px -150px no-repeat;
}

.graph-sprite-mm2 {
  width: 21px;
  height: 17px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -147px -150px no-repeat;
}

.graph-sprite-mm3 {
  width: 21px;
  height: 16px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -174px 0px no-repeat;
}

.graph-sprite-mh1 {
  width: 21px;
  height: 15px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -174px -16px no-repeat;
}

.graph-sprite-grn {
  width: 21px;
  height: 14px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -174px -31px no-repeat;
}

.graph-sprite-uma {
  width: 21px;
  height: 14px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -174px -45px no-repeat;
}

.graph-sprite-nph {
  width: 13px;
  height: 21px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -174px -59px no-repeat;
}

.graph-sprite-2xm {
  width: 21px;
  height: 13px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -174px -80px no-repeat;
}

.graph-sprite-snc {
  width: 21px;
  height: 13px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -174px -93px no-repeat;
}

.graph-sprite-tpr {
  width: 21px;
  height: 12px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -174px -106px no-repeat;
}

.graph-sprite-jmp {
  width: 20px;
  height: 20px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -174px -118px no-repeat;
}

.graph-sprite-iko {
  width: 20px;
  height: 18px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -174px -138px no-repeat;
}

.graph-sprite-iko {
  width: 20px;
  height: 18px;
  background: asset-url("/assets/graph-sprites-27d11629.png") 0px -168px no-repeat;
}

.graph-sprite-bro {
  width: 20px;
  height: 17px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -20px -168px no-repeat;
}

.graph-sprite-clb {
  width: 20px;
  height: 17px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -40px -168px no-repeat;
}

.graph-sprite-neo {
  width: 20px;
  height: 17px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -60px -168px no-repeat;
}

.graph-sprite-vow {
  width: 20px;
  height: 17px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -80px -168px no-repeat;
}

.graph-sprite-one {
  width: 20px;
  height: 16px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -100px -168px no-repeat;
}

.graph-sprite-m21 {
  width: 20px;
  height: 10px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -174px -156px no-repeat;
}

.graph-sprite-m21 {
  width: 20px;
  height: 10px;
  background: asset-url("/assets/graph-sprites-27d11629.png") -111px -94px no-repeat;
}

.widgetPriceCompact {
  height: 405px;
}

.widgetPriceCompact-image {
  display: block;
}

.widget-price-compact-placeholder {
  position: relative;
}

.widgetPriceCompact-prices-paper, .widgetPriceCompact-prices-online {
  float: left;
  width: 50%;
  color: transparent;
  text-align: center;
  padding-top: 1px;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 3px;
}

.widgetPriceCompact-cardName {
  display: none;
  text-align: center;
  margin-bottom: 0.125rem;
}

.spoiler-page .widgetPriceCompact-cardName {
  display: block;
}

.widgetPriceCompact-prices-link {
  width: 100%;
  border-radius: 3px;
}

.widget-price-compact-placeholder {
  display: inline-block;
  margin: 3px;
  margin-bottom: 10px;
}

.widgetPriceCompact-image-img, .widget-price-compact-placeholder-preview {
  width: 265px;
  height: 370px;
  border-radius: 5%;
  -moz-border-radius: 5%;
  -webkit-border-radius: 5%;
}

.widgetPriceCompact-prices-paper-only.widgetPriceCompact-prices-paper {
  width: 100%;
}

.widgetPriceCompact-prices-paper-only.widgetPriceCompact-prices-online {
  display: none;
}

.widgetPriceCompact-prices-online-only.widgetPriceCompact-prices-online {
  width: 100%;
}

.widgetPriceCompact-prices-online-only.widgetPriceCompact-prices-paper {
  display: none;
}

.widgetPriceCompact-prices {
  margin-top: 0.25rem;
  display: block;
}
.widgetPriceCompact-prices .spoiler-card-title {
  margin-top: 5px;
  text-decoration-style: none;
  font-style: normal;
  text-decoration-color: transparent;
}

.superbrew-deck-tile {
  float: left;
  margin-right: 10px;
}

.superbrew-results-table {
  margin-top: 20px;
}

.brew-ajax-spinner {
  display: inline-block;
  margin-left: 10px;
}

.bs-wizard {
  margin-top: 10px;
  margin-bottom: 20px;
}

/*Form Wizard*/
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fbe8aa;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: " ";
  width: 14px;
  height: 14px;
  background: #fbbd19;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #fbe8aa;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

.account-wizard-finish-features {
  margin-top: 30px;
  margin-bottom: 30px;
}

.premium-marketing-container {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.premium-marketing-container .img-feature {
  display: block;
  margin: 0.5rem auto;
  width: 10rem;
}
.premium-marketing-container .premium-marketing-title {
  font-size: 1.75rem;
  text-align: center;
}
.premium-marketing-container p {
  text-align: center;
}
.premium-marketing-container .premium-marketing {
  padding: 0.5rem;
  width: 100%;
}
@media (min-width: 600px) {
  .premium-marketing-container .premium-marketing {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .premium-marketing-container .premium-marketing {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .premium-marketing-container .premium-marketing {
    width: 20%;
  }
}

.premium-feature-icon {
  font-size: 8rem;
  width: 8rem;
  margin: 2rem auto;
  display: block;
  text-align: center;
}

.account-settings.copy-to-clipboard-scope {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.account-settings.copy-to-clipboard-scope .form-group {
  margin-bottom: 0;
}
.account-settings.copy-to-clipboard-scope #jwt {
  min-width: 18rem;
}
.account-settings.copy-to-clipboard-scope .form-group:first-of-type {
  flex: 1 1 18rem;
}
.account-settings.copy-to-clipboard-scope form {
  display: inline-block;
  margin: 0;
}

.countdown {
  font: normal 12px "Open Sans", sans-serif;
  list-style: none;
  padding: 0;
  display: block;
  text-align: center;
}

.countdown > li {
  display: inline-block;
}

.countdown > li .time {
  font-size: 30px;
  font-weight: 300;
}

.countdown .seperator {
  font-size: 30px;
  vertical-align: top;
}

.countdown .time_description {
  color: #a7abb1;
  font-size: 14px;
}

.cke_reset_all.cke_dialog_container .ts-wrapper.cke_dialog_ui_input_text {
  width: 100%;
}

.cke_reset_all.cke_dialog_container .ts-wrapper.single {
  border: 0;
  border-radius: 0;
  width: 100%;
}

.cke_reset_all.cke_dialog_container .ts-wrapper.single .ts-control {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  padding-left: 1rem;
  width: 100%;
}

.cke_reset_all.cke_dialog_container .autocomplete-card-option {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
}

.cke_reset_all.cke_dialog_container .autocomplete-card-option .card-num,
.cke_reset_all.cke_dialog_container .autocomplete-card-option .badge.badge-variation {
  margin-left: 0.5rem;
}

.cke_reset_all.cke_dialog_container .autocomplete-card-option .badge.badge-variation {
  padding: 0.2rem 0.45rem;
}

.cke_reset_all.cke_dialog_container .search-set-name {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #ee9746;
  white-space: nowrap;
}

.cke_reset_all.cke_dialog_container .search-set-name .ss,
.cke_reset_all.cke_dialog_container .search-set-name .ss::before {
  color: inherit;
  font-family: "Keyrune" !important;
  font-style: normal !important;
  line-height: 1;
}

.cke_reset_all.cke_dialog_container #preview_pane {
  display: block;
  margin: 0 auto;
  border-radius: 5%;
}

.article-tools-youtube-paste {
  width: 850px;
  height: 300px;
  display: block;
  font-family: monospace;
  padding: 10px;
}

.create-visual-overlay-screenshot-region {
  margin: 5px;
  display: inline-block;
}

.youtube-helper label {
  display: block;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
[data-bs-theme=light] .deck-visual-graphic-area, [data-bs-theme=dark] .deck-visual-graphic-area {
  width: 1200px;
  background-image: url("/assets/visualdecktech-gradient-f276ff9f.jpg");
  background-size: cover;
}
[data-bs-theme=light] .deck-visual-titlebar, [data-bs-theme=dark] .deck-visual-titlebar {
  margin-bottom: 10px;
}
[data-bs-theme=light] .deck-visual-header, [data-bs-theme=dark] .deck-visual-header {
  padding: 0;
  color: #fff;
  background-size: cover;
  background-position: -20% 10%;
  position: relative;
}
[data-bs-theme=light] .deck-visual-header::after, [data-bs-theme=dark] .deck-visual-header::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .deck-visual-header, [data-bs-theme=dark] .deck-visual-header {
  height: 225px;
  background-color: #fdfcf3;
}
[data-bs-theme=light] .deck-visual-color-indicators::after, [data-bs-theme=dark] .deck-visual-color-indicators::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .deck-visual-color-indicators, [data-bs-theme=dark] .deck-visual-color-indicators {
  float: left;
}
[data-bs-theme=light] .deck-visual-color-indicator, [data-bs-theme=dark] .deck-visual-color-indicator {
  float: left;
  height: 30px;
  width: 100px;
  margin-top: 28px;
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  margin-left: 2px;
  text-align: center;
}
[data-bs-theme=light] .deck-visual-color-indicator-icon, [data-bs-theme=dark] .deck-visual-color-indicator-icon {
  -ms-transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  margin-top: 4px;
}
[data-bs-theme=light] .deck-visual-header-types, [data-bs-theme=dark] .deck-visual-header-types {
  display: flex;
  align-items: center;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: bold;
  color: #fdfcf3;
  margin-top: 28px;
  padding-left: 15px;
}
[data-bs-theme=light] .deck-visual-header-types::after, [data-bs-theme=dark] .deck-visual-header-types::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .deck-visual-header-types, [data-bs-theme=dark] .deck-visual-header-types {
  float: left;
}
[data-bs-theme=light] .deck-visual-header-costs::after, [data-bs-theme=dark] .deck-visual-header-costs::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .deck-visual-header-costs, [data-bs-theme=dark] .deck-visual-header-costs {
  float: right;
  padding-right: 20px;
  padding-top: 10px;
}
[data-bs-theme=light] .deck-visual-header-type-icon, [data-bs-theme=dark] .deck-visual-header-type-icon {
  margin-left: 7px;
  margin-right: 5px;
}
[data-bs-theme=light] .deck-visual-color-indicator-g, [data-bs-theme=dark] .deck-visual-color-indicator-g {
  background-color: #4bcf8f;
}
[data-bs-theme=light] .deck-visual-color-indicator-u, [data-bs-theme=dark] .deck-visual-color-indicator-u {
  background-color: #3abbf1;
}
[data-bs-theme=light] .deck-visual-color-indicator-w, [data-bs-theme=dark] .deck-visual-color-indicator-w {
  background-color: #cfcb5f;
}
[data-bs-theme=light] .deck-visual-color-indicator-r, [data-bs-theme=dark] .deck-visual-color-indicator-r {
  background-color: #e0615e;
}
[data-bs-theme=light] .deck-visual-color-indicator-b, [data-bs-theme=dark] .deck-visual-color-indicator-b {
  background-color: #7d7d7d;
}
[data-bs-theme=light] .deck-visual-header-title, [data-bs-theme=dark] .deck-visual-header-title {
  padding: 5px;
  padding-left: 15px;
}
[data-bs-theme=light] .deck-visual-header-art, [data-bs-theme=dark] .deck-visual-header-art {
  float: left;
  height: 225px;
  width: 400px;
  background-size: cover;
  position: relative;
}
[data-bs-theme=light] .deck-visual-header-art-from-card, [data-bs-theme=dark] .deck-visual-header-art-from-card {
  background-size: 130%;
  background-position: -60px -110px;
}
[data-bs-theme=light] .deck-visual-header-art-overlap, [data-bs-theme=dark] .deck-visual-header-art-overlap {
  position: absolute;
  right: 0;
  bottom: 0;
}
[data-bs-theme=light] .deck-visual-header-divider, [data-bs-theme=dark] .deck-visual-header-divider {
  position: absolute;
  bottom: -21px;
  background-image: url("/assets/visualdecktech-header-ccd9447b.png");
  width: 858px;
  height: 109px;
  right: 0;
  padding-left: 40px;
}
[data-bs-theme=light] .deck-visual-header-title, [data-bs-theme=dark] .deck-visual-header-title {
  float: left;
  width: 730px;
  overflow: hidden;
  white-space: nowrap;
}
[data-bs-theme=light] .deck-visual-header-title-name, [data-bs-theme=dark] .deck-visual-header-title-name {
  font-size: 75px;
  font-weight: 700;
  width: 780px;
  margin: 0;
}
[data-bs-theme=light] .deck-visual-header-title-info, [data-bs-theme=dark] .deck-visual-header-title-info {
  font-size: 20px;
  width: 740px;
  height: 20px;
}
[data-bs-theme=light] .deck-visual-header-graph, [data-bs-theme=dark] .deck-visual-header-graph {
  margin-left: 30px;
  margin-top: 10px;
  float: right;
}
[data-bs-theme=light] .deck-visual-playmat, [data-bs-theme=dark] .deck-visual-playmat {
  min-height: 1032px;
  padding: 10px;
  position: relative;
  background-size: cover;
  color: #fff;
  padding-bottom: 75px;
}
[data-bs-theme=light] .deck-visual-playmat::after, [data-bs-theme=dark] .deck-visual-playmat::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .deck-visual-playmat, [data-bs-theme=dark] .deck-visual-playmat {
  margin-top: 10px;
}
[data-bs-theme=light] .deck-visual-footer-copyright, [data-bs-theme=dark] .deck-visual-footer-copyright {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", sans-serif;
  margin-top: 15px;
  font-size: 10px;
  position: absolute;
  bottom: 5px;
}
[data-bs-theme=light] .deck-visual-footer-breakdowns, [data-bs-theme=dark] .deck-visual-footer-breakdowns {
  padding: 5px 180px 5px 20px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 -10px -10px -10px;
  position: absolute;
  width: 1200px;
  bottom: 40px;
  white-space: nowrap;
}
[data-bs-theme=light] .deck-visual-footer-breakdown, [data-bs-theme=dark] .deck-visual-footer-breakdown {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 900;
}
[data-bs-theme=light] .deck-visual-footer-breakdown-symbol, [data-bs-theme=dark] .deck-visual-footer-breakdown-symbol {
  margin-right: 2px;
  margin-top: -4px;
  height: 20px;
}
[data-bs-theme=light] .deck-visual-footer-watermark, [data-bs-theme=dark] .deck-visual-footer-watermark {
  right: 20px;
  bottom: -10px;
  position: absolute;
}
[data-bs-theme=light] .deck-visual-footer-watermark-logo, [data-bs-theme=dark] .deck-visual-footer-watermark-logo {
  width: 50px;
}
[data-bs-theme=light] .deck-visual-playmat-maindeck, [data-bs-theme=dark] .deck-visual-playmat-maindeck {
  float: left;
  width: 800px;
  overflow: hidden;
  margin-top: 20px;
  margin-left: 65px;
}
[data-bs-theme=light] .deck-visual-playmat-maindeck::after, [data-bs-theme=dark] .deck-visual-playmat-maindeck::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .deck-visual-nosideboard, [data-bs-theme=dark] .deck-visual-nosideboard {
  width: 910px;
}
[data-bs-theme=light] .deck-visual-nosideboard .deck-visual-header-graph, [data-bs-theme=light] .deck-visual-nosideboard .deck-visual-footer-watermark, [data-bs-theme=dark] .deck-visual-nosideboard .deck-visual-header-graph, [data-bs-theme=dark] .deck-visual-nosideboard .deck-visual-footer-watermark {
  display: none;
}
[data-bs-theme=light] .deck-visual-nosideboard .deck-visual-footer-breakdown-container, [data-bs-theme=dark] .deck-visual-nosideboard .deck-visual-footer-breakdown-container {
  width: 880px;
}
[data-bs-theme=light] .deck-visual-nosideboard .deck-visual-footer-breakdowns, [data-bs-theme=dark] .deck-visual-nosideboard .deck-visual-footer-breakdowns {
  width: 909px;
  bottom: 55px;
}
[data-bs-theme=light] .deck-visual-nosideboard .deck-visual-header-title, [data-bs-theme=dark] .deck-visual-nosideboard .deck-visual-header-title {
  float: left;
  width: 580px;
}
[data-bs-theme=light] .deck-visual-nosideboard .deck-visual-header-title-name, [data-bs-theme=dark] .deck-visual-nosideboard .deck-visual-header-title-name {
  width: 550px;
}
[data-bs-theme=light] .deck-visual-nosideboard .deck-visual-header-art, [data-bs-theme=dark] .deck-visual-nosideboard .deck-visual-header-art {
  width: 300px;
}
[data-bs-theme=light] .deck-visual-nosideboard .deck-visual-header-art-from-card, [data-bs-theme=dark] .deck-visual-nosideboard .deck-visual-header-art-from-card {
  background-position: -50px -70px;
  background-size: 130%;
}
[data-bs-theme=light] .deck-visual-playmat-maindeck-nosideboard, [data-bs-theme=dark] .deck-visual-playmat-maindeck-nosideboard {
  width: auto;
}
[data-bs-theme=light] .deck-visual-playmat-sideboard::after, [data-bs-theme=dark] .deck-visual-playmat-sideboard::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .deck-visual-playmat-sideboard, [data-bs-theme=dark] .deck-visual-playmat-sideboard {
  margin-top: 20px;
  float: left;
  width: 223px;
  margin-left: 50px;
}
[data-bs-theme=light] .deck-visual-sideboard-label, [data-bs-theme=dark] .deck-visual-sideboard-label {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  position: absolute;
  left: -30px;
  top: 500px;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-weight: 900;
}
[data-bs-theme=light] .deck-visual-pile, [data-bs-theme=dark] .deck-visual-pile {
  position: relative;
  width: 148.6666666667px;
  height: 297.3333333333px;
  display: inline-block;
}
[data-bs-theme=light] .deck-visual-pile-card, [data-bs-theme=dark] .deck-visual-pile-card {
  position: absolute;
  border-radius: 5%;
  width: 148.6666666667px;
  height: 207.3333333333px;
}
[data-bs-theme=light] .deck-visual-pile-card-0, [data-bs-theme=dark] .deck-visual-pile-card-0 {
  z-index: 1;
  top: 0px;
}
[data-bs-theme=light] .deck-visual-pile-card-1, [data-bs-theme=dark] .deck-visual-pile-card-1 {
  z-index: 2;
  top: 30px;
}
[data-bs-theme=light] .deck-visual-pile-card-2, [data-bs-theme=dark] .deck-visual-pile-card-2 {
  z-index: 3;
  top: 60px;
}
[data-bs-theme=light] .deck-visual-pile-card-3, [data-bs-theme=dark] .deck-visual-pile-card-3 {
  z-index: 4;
  top: 90px;
}
[data-bs-theme=light] .deck-visual-pile-card-4, [data-bs-theme=dark] .deck-visual-pile-card-4 {
  z-index: 5;
  top: 120px;
}
[data-bs-theme=light] .deck-visual-pile-card-5, [data-bs-theme=dark] .deck-visual-pile-card-5 {
  z-index: 6;
  top: 150px;
}
[data-bs-theme=light] .deck-visual-pile-card-6, [data-bs-theme=dark] .deck-visual-pile-card-6 {
  z-index: 7;
  top: 180px;
}
[data-bs-theme=light] .deck-visual-pile-card-7, [data-bs-theme=dark] .deck-visual-pile-card-7 {
  z-index: 8;
  top: 210px;
}
[data-bs-theme=light] .deck-visual-pile-card-8, [data-bs-theme=dark] .deck-visual-pile-card-8 {
  z-index: 9;
  top: 240px;
}
[data-bs-theme=light] .deck-visual-pile-card-9, [data-bs-theme=dark] .deck-visual-pile-card-9 {
  z-index: 10;
  top: 270px;
}
[data-bs-theme=light] .deck-visual-pile-card-10, [data-bs-theme=dark] .deck-visual-pile-card-10 {
  z-index: 11;
  top: 300px;
}
[data-bs-theme=light] .deck-visual-pile-card-11, [data-bs-theme=dark] .deck-visual-pile-card-11 {
  z-index: 12;
  top: 330px;
}
[data-bs-theme=light] .deck-visual-pile-card-12, [data-bs-theme=dark] .deck-visual-pile-card-12 {
  z-index: 13;
  top: 360px;
}
[data-bs-theme=light] .deck-visual-pile-card-13, [data-bs-theme=dark] .deck-visual-pile-card-13 {
  z-index: 14;
  top: 390px;
}
[data-bs-theme=light] .deck-visual-pile-card-14, [data-bs-theme=dark] .deck-visual-pile-card-14 {
  z-index: 15;
  top: 420px;
}
[data-bs-theme=light] .deck-visual-playmat-sideboard .deck-visual-pile-card-0, [data-bs-theme=dark] .deck-visual-playmat-sideboard .deck-visual-pile-card-0 {
  top: 0px;
}
[data-bs-theme=light] .deck-visual-playmat-sideboard .deck-visual-pile-card-1, [data-bs-theme=dark] .deck-visual-playmat-sideboard .deck-visual-pile-card-1 {
  top: 50px;
  margin-left: 74.3333333333px;
}
[data-bs-theme=light] .deck-visual-playmat-sideboard .deck-visual-pile-card-2, [data-bs-theme=dark] .deck-visual-playmat-sideboard .deck-visual-pile-card-2 {
  top: 100px;
}
[data-bs-theme=light] .deck-visual-playmat-sideboard .deck-visual-pile-card-3, [data-bs-theme=dark] .deck-visual-playmat-sideboard .deck-visual-pile-card-3 {
  top: 150px;
  margin-left: 74.3333333333px;
}
[data-bs-theme=light] .deck-visual-playmat-sideboard .deck-visual-pile-card-4, [data-bs-theme=dark] .deck-visual-playmat-sideboard .deck-visual-pile-card-4 {
  top: 200px;
}
[data-bs-theme=light] .deck-visual-playmat-sideboard .deck-visual-pile-card-5, [data-bs-theme=dark] .deck-visual-playmat-sideboard .deck-visual-pile-card-5 {
  top: 250px;
  margin-left: 74.3333333333px;
}
[data-bs-theme=light] .deck-visual-playmat-sideboard .deck-visual-pile-card-6, [data-bs-theme=dark] .deck-visual-playmat-sideboard .deck-visual-pile-card-6 {
  top: 300px;
}
[data-bs-theme=light] .deck-visual-playmat-sideboard .deck-visual-pile-card-7, [data-bs-theme=dark] .deck-visual-playmat-sideboard .deck-visual-pile-card-7 {
  top: 350px;
  margin-left: 74.3333333333px;
}
[data-bs-theme=light] .deck-visual-playmat-sideboard .deck-visual-pile-card-8, [data-bs-theme=dark] .deck-visual-playmat-sideboard .deck-visual-pile-card-8 {
  top: 400px;
}
[data-bs-theme=light] .deck-visual-playmat-sideboard .deck-visual-pile-card-9, [data-bs-theme=dark] .deck-visual-playmat-sideboard .deck-visual-pile-card-9 {
  top: 450px;
  margin-left: 74.3333333333px;
}
[data-bs-theme=light] .deck-visual-playmat-sideboard .deck-visual-pile-card-10, [data-bs-theme=dark] .deck-visual-playmat-sideboard .deck-visual-pile-card-10 {
  top: 500px;
}
[data-bs-theme=light] .deck-visual-playmat-sideboard .deck-visual-pile-card-11, [data-bs-theme=dark] .deck-visual-playmat-sideboard .deck-visual-pile-card-11 {
  top: 550px;
  margin-left: 74.3333333333px;
}
[data-bs-theme=light] .deck-visual-playmat-sideboard .deck-visual-pile-card-12, [data-bs-theme=dark] .deck-visual-playmat-sideboard .deck-visual-pile-card-12 {
  top: 600px;
}
[data-bs-theme=light] .deck-visual-playmat-sideboard .deck-visual-pile-card-13, [data-bs-theme=dark] .deck-visual-playmat-sideboard .deck-visual-pile-card-13 {
  top: 650px;
  margin-left: 74.3333333333px;
}
[data-bs-theme=light] .deck-visual-playmat-sideboard .deck-visual-pile-card-14, [data-bs-theme=dark] .deck-visual-playmat-sideboard .deck-visual-pile-card-14 {
  top: 700px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-0, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-0 {
  top: 0px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-1, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-1 {
  top: 30px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-2, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-2 {
  top: 60px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-3, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-3 {
  top: 90px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-4, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-4 {
  top: 120px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-5, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-5 {
  top: 150px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-6, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-6 {
  top: 180px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-7, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-7 {
  top: 210px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-8, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-8 {
  top: 240px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-9, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-9 {
  top: 270px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-10, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-10 {
  top: 300px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-11, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-11 {
  top: 330px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-12, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-12 {
  top: 360px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-13, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-13 {
  top: 390px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-14, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-playmat-sideboard .deck-visual-pile-card-14 {
  top: 420px;
}
[data-bs-theme=light] .deck-visual-buy-buttons, [data-bs-theme=dark] .deck-visual-buy-buttons {
  width: 300px;
  float: right;
}
[data-bs-theme=light] .deck-visual-footer-breakdown-container, [data-bs-theme=dark] .deck-visual-footer-breakdown-container {
  width: 990px;
  white-space: nowrap;
  overflow: hidden;
}
[data-bs-theme=light] .deck-visual-light-bg.deck-visual-border, [data-bs-theme=dark] .deck-visual-light-bg.deck-visual-border {
  border: 1px solid #333;
}
[data-bs-theme=light] .deck-visual-light-bg .deck-visual-header, [data-bs-theme=dark] .deck-visual-light-bg .deck-visual-header {
  color: #333;
}
[data-bs-theme=light] .deck-visual-light-bg .deck-visual-playmat, [data-bs-theme=dark] .deck-visual-light-bg .deck-visual-playmat {
  color: #333;
}
[data-bs-theme=light] .deck-visual-light-bg .deck-visual-footer-breakdowns, [data-bs-theme=dark] .deck-visual-light-bg .deck-visual-footer-breakdowns {
  padding: 5px 180px 5px 20px;
  color: #fff;
  background-color: #333;
}
[data-bs-theme=light] .deck-visual-coverage, [data-bs-theme=dark] .deck-visual-coverage {
  width: 1920px;
  height: 1080px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-playmat, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-playmat {
  min-height: 912px;
  height: 912px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-header-art, [data-bs-theme=light] .deck-visual-coverage .deck-visual-header-art-overlap, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-header-art, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-header-art-overlap {
  display: none;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-header, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-header {
  padding-top: 50px;
  height: 168px;
  padding-right: 50px;
  background-color: transparent;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-header-title, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-header-title {
  float: left;
  width: 1250px;
  background-color: #333430;
  margin-top: 30px;
  height: 88px;
  padding-left: 75px;
  color: #fdfcf3;
  padding-right: 50px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-footer-breakdowns, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-footer-breakdowns {
  width: 1920px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-playmat-maindeck, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-playmat-maindeck {
  float: left;
  height: 760px;
  width: 1280px;
  overflow: hidden;
  margin-top: 50px;
  margin-left: 50px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-playmat-sideboard, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-playmat-sideboard {
  float: left;
  height: 760px;
  margin-top: 50px;
  width: 223px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-sideboard-label, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-sideboard-label {
  top: 300px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-header-title-name, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-header-title-name {
  width: 1920px -700px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-footer-breakdown-container, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-footer-breakdown-container {
  width: 1710px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-header-title-name, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-header-title-name {
  font-size: 40px;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-footer-breakdowns, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-footer-breakdowns {
  margin-top: 30px;
  float: left;
  position: static;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-footer-copyright, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-footer-copyright {
  float: left;
  position: static;
}
[data-bs-theme=light] .deck-visual-coverage .deck-visual-footer-watermark, [data-bs-theme=dark] .deck-visual-coverage .deck-visual-footer-watermark {
  width: 150px;
  bottom: 18px;
  z-index: 10;
  right: 20px;
  position: absolute;
}
[data-bs-theme=light] .deck-visual-commander-left, [data-bs-theme=dark] .deck-visual-commander-left {
  background-image: url("https://images1.mtggoldfish.com/uploads/38dd36d3-0ca9-4f7d-8d5f-ab79eabd0d04/grey-background-commander.jpg");
}
[data-bs-theme=light] .deck-visual-commander-left .deck-visual-playmat-maindeck, [data-bs-theme=dark] .deck-visual-commander-left .deck-visual-playmat-maindeck {
  float: right;
  height: 810px;
  margin-top: 0px;
}
[data-bs-theme=light] .deck-visual-commander-left .deck-visual-header, [data-bs-theme=dark] .deck-visual-commander-left .deck-visual-header {
  padding-right: 80px;
}
[data-bs-theme=light] .deck-visual-commander-left .deck-visual-footer-breakdown-container, [data-bs-theme=dark] .deck-visual-commander-left .deck-visual-footer-breakdown-container {
  padding-left: 610px;
}
[data-bs-theme=light] .deck-visual-commander-left .deck-visual-footer-copyright, [data-bs-theme=dark] .deck-visual-commander-left .deck-visual-footer-copyright {
  padding-left: 620px;
  margin-top: 13px;
}
[data-bs-theme=light] .deck-visual-commander-left .deck-visual-header-title, [data-bs-theme=dark] .deck-visual-commander-left .deck-visual-header-title {
  display: none;
}
[data-bs-theme=light] .deck-visual-transparent-vertical, [data-bs-theme=dark] .deck-visual-transparent-vertical {
  width: 1080px;
  height: 1920px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-header, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-header {
  background-color: #333;
  color: #fff;
  height: auto;
  margin-top: 20px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-header .deck-visual-header-title, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-header .deck-visual-header-title {
  width: 100%;
  padding: 15px 65px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-header .deck-visual-header-title-name, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-header .deck-visual-header-title-name {
  display: inline-block;
  font-size: 50px;
  width: auto;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-header .deck-visual-header-title-info, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-header .deck-visual-header-title-info {
  display: inline-block;
  font-size: 25px;
  margin-left: 30px;
  text-align: right;
  width: auto;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-header-costs, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-header-costs {
  display: none;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-header-divider, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-header-divider {
  position: relative;
  background-image: none;
  padding-left: 0;
  width: auto;
  bottom: auto;
  height: auto;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-header-divider::after, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-header-divider::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-color-indicator-g, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-color-indicator-g {
  background-color: #4bcfc1;
}
[data-bs-theme=light] .deck-visual-transparent-vertical, [data-bs-theme=dark] .deck-visual-transparent-vertical {
  background-image: none;
  background-color: #59ff3b;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-header-graph, [data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-sideboard-label, [data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-footer-copyright, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-header-graph, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-sideboard-label, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-footer-copyright {
  display: none;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-header-art, [data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-header-art-overlap, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-header-art, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-header-art-overlap {
  display: none;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat {
  height: 1745px;
  overflow: hidden;
  margin-top: 0;
  padding: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard, [data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-maindeck, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-maindeck {
  width: 1048.95px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard {
  display: block;
  margin: 20px auto;
  float: none;
  padding-left: 207.39px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-maindeck, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-maindeck {
  margin-left: 65px;
  display: block;
  margin: 20px auto;
  float: none;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-pile-card-0, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-pile-card-0 {
  top: 0px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-pile-card-1, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-pile-card-1 {
  top: 37.5999px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-pile-card-2, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-pile-card-2 {
  top: 75.1998px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-pile-card-3, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-pile-card-3 {
  top: 112.7997px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-pile-card-4, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-pile-card-4 {
  top: 150.3996px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-pile-card-5, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-pile-card-5 {
  top: 187.9995px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-pile-card-6, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-pile-card-6 {
  top: 225.5994px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-pile-card-7, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-pile-card-7 {
  top: 263.1993px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-pile-card-8, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-pile-card-8 {
  top: 300.7992px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-pile-card-9, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-pile-card-9 {
  top: 338.3991px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-pile-card-10, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-pile-card-10 {
  top: 375.999px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-pile-card-11, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-pile-card-11 {
  top: 413.5989px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-pile-card-12, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-pile-card-12 {
  top: 451.1988px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-pile-card-13, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-pile-card-13 {
  top: 488.7987px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-pile-card-14, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-pile-card-14 {
  top: 526.3986px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-pile, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-pile {
  width: 207.39px;
  height: 402.0297px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-pile-card, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-pile-card {
  width: 207.39px;
  height: 289.23px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-0, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-0 {
  top: 0px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-1, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-1 {
  top: 37.5999px;
  margin-left: 103.695px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-2, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-2 {
  top: 75.1998px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-3, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-3 {
  top: 112.7997px;
  margin-left: 103.695px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-4, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-4 {
  top: 150.3996px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-5, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-5 {
  top: 187.9995px;
  margin-left: 103.695px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-6, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-6 {
  top: 225.5994px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-7, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-7 {
  top: 263.1993px;
  margin-left: 103.695px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-8, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-8 {
  top: 300.7992px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-9, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-9 {
  top: 338.3991px;
  margin-left: 103.695px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-10, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-10 {
  top: 375.999px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-11, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-11 {
  top: 413.5989px;
  margin-left: 103.695px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-12, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-12 {
  top: 451.1988px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-13, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-13 {
  top: 488.7987px;
  margin-left: 103.695px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-14, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-14 {
  top: 526.3986px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-0, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-0 {
  top: 0px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-1, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-1 {
  top: 37.5999px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-2, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-2 {
  top: 75.1998px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-3, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-3 {
  top: 112.7997px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-4, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-4 {
  top: 150.3996px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-5, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-5 {
  top: 187.9995px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-6, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-6 {
  top: 225.5994px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-7, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-7 {
  top: 263.1993px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-8, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-8 {
  top: 300.7992px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-9, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-9 {
  top: 338.3991px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-10, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-10 {
  top: 375.999px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-11, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-11 {
  top: 413.5989px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-12, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-12 {
  top: 451.1988px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-13, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-13 {
  top: 488.7987px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-14, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-sideboard .deck-visual-pile-card-14 {
  top: 526.3986px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-playmat-maindeck, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-playmat-maindeck {
  max-height: 1720px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical .deck-visual-footer-breakdowns, [data-bs-theme=dark] .deck-visual-transparent-vertical .deck-visual-footer-breakdowns {
  margin: 0;
  bottom: 20px;
  width: 1080px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large {
  width: 1080px;
  height: 1920px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header {
  background-color: #333;
  color: #fff;
  height: auto;
  margin-top: 20px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header .deck-visual-header-title, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header .deck-visual-header-title {
  width: 100%;
  padding: 15px 65px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header .deck-visual-header-title-name, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header .deck-visual-header-title-name {
  display: inline-block;
  font-size: 50px;
  width: auto;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header .deck-visual-header-title-info, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header .deck-visual-header-title-info {
  display: inline-block;
  font-size: 25px;
  margin-left: 30px;
  text-align: right;
  width: auto;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header-costs, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header-costs {
  display: none;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header-divider, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header-divider {
  position: relative;
  background-image: none;
  padding-left: 0;
  width: auto;
  bottom: auto;
  height: auto;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header-divider::after, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header-divider::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-color-indicator-g, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-color-indicator-g {
  background-color: #4bcfc1;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large {
  background-image: none;
  background-color: #59ff3b;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header-graph, [data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-sideboard-label, [data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-footer-copyright, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header-graph, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-sideboard-label, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-footer-copyright {
  display: none;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header-art, [data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header-art-overlap, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header-art, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-header-art-overlap {
  display: none;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat {
  height: 1745px;
  overflow: hidden;
  margin-top: 0;
  padding: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard, [data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-maindeck, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-maindeck {
  width: 959.75px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard {
  display: block;
  margin: 20px auto;
  float: none;
  padding-left: 189.55px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-maindeck, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-maindeck {
  margin-left: 65px;
  display: block;
  margin: 20px auto;
  float: none;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-0, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-0 {
  top: 0px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-1, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-1 {
  top: 34.3655px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-2, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-2 {
  top: 68.731px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-3, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-3 {
  top: 103.0965px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-4, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-4 {
  top: 137.462px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-5, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-5 {
  top: 171.8275px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-6, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-6 {
  top: 206.193px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-7, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-7 {
  top: 240.5585px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-8, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-8 {
  top: 274.924px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-9, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-9 {
  top: 309.2895px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-10, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-10 {
  top: 343.655px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-11, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-11 {
  top: 378.0205px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-12, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-12 {
  top: 412.386px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-13, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-13 {
  top: 446.7515px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-14, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card-14 {
  top: 481.117px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile {
  width: 189.55px;
  height: 367.4465px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-pile-card {
  width: 189.55px;
  height: 264.35px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-0, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-0 {
  top: 0px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-1, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-1 {
  top: 34.3655px;
  margin-left: 94.775px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-2, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-2 {
  top: 68.731px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-3, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-3 {
  top: 103.0965px;
  margin-left: 94.775px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-4, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-4 {
  top: 137.462px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-5, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-5 {
  top: 171.8275px;
  margin-left: 94.775px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-6, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-6 {
  top: 206.193px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-7, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-7 {
  top: 240.5585px;
  margin-left: 94.775px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-8, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-8 {
  top: 274.924px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-9, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-9 {
  top: 309.2895px;
  margin-left: 94.775px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-10, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-10 {
  top: 343.655px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-11, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-11 {
  top: 378.0205px;
  margin-left: 94.775px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-12, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-12 {
  top: 412.386px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-13, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-13 {
  top: 446.7515px;
  margin-left: 94.775px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-14, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-14 {
  top: 481.117px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-0, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-0 {
  top: 0px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-1, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-1 {
  top: 34.3655px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-2, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-2 {
  top: 68.731px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-3, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-3 {
  top: 103.0965px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-4, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-4 {
  top: 137.462px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-5, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-5 {
  top: 171.8275px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-6, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-6 {
  top: 206.193px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-7, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-7 {
  top: 240.5585px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-8, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-8 {
  top: 274.924px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-9, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-9 {
  top: 309.2895px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-10, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-10 {
  top: 343.655px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-11, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-11 {
  top: 378.0205px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-12, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-12 {
  top: 412.386px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-13, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-13 {
  top: 446.7515px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-14, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-sideboard .deck-visual-pile-card-14 {
  top: 481.117px;
  margin-left: 0;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-maindeck, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-playmat-maindeck {
  max-height: 1745px;
}
[data-bs-theme=light] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-footer-breakdowns, [data-bs-theme=dark] .deck-visual-transparent-vertical.size-constructed-large .deck-visual-footer-breakdowns {
  display: none;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-color-indicator-g, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-color-indicator-g {
  background-color: #4bcfc1;
}
[data-bs-theme=light] .deck-visual-transparent, [data-bs-theme=dark] .deck-visual-transparent {
  background-image: none;
  background-color: #59ff3b;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-header-graph, [data-bs-theme=light] .deck-visual-transparent .deck-visual-sideboard-label, [data-bs-theme=light] .deck-visual-transparent .deck-visual-footer-copyright, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-header-graph, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-sideboard-label, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-footer-copyright {
  display: none;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-header-art, [data-bs-theme=light] .deck-visual-transparent .deck-visual-header-art-overlap, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-header-art, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-header-art-overlap {
  display: none;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-header, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-header {
  background-color: #59ff3b;
  height: 168px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-playmat-maindeck, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-playmat-maindeck {
  width: 1485.04px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-pile-card-0, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-pile-card-0 {
  top: 0px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-pile-card-1, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-pile-card-1 {
  top: 32.7483px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-pile-card-2, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-pile-card-2 {
  top: 65.4966px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-pile-card-3, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-pile-card-3 {
  top: 98.2449px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-pile-card-4, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-pile-card-4 {
  top: 130.9932px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-pile-card-5, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-pile-card-5 {
  top: 163.7415px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-pile-card-6, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-pile-card-6 {
  top: 196.4898px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-pile-card-7, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-pile-card-7 {
  top: 229.2381px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-pile-card-8, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-pile-card-8 {
  top: 261.9864px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-pile-card-9, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-pile-card-9 {
  top: 294.7347px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-pile-card-10, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-pile-card-10 {
  top: 327.483px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-pile-card-11, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-pile-card-11 {
  top: 360.2313px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-pile-card-12, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-pile-card-12 {
  top: 392.9796px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-pile-card-13, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-pile-card-13 {
  top: 425.7279px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-pile-card-14, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-pile-card-14 {
  top: 458.4762px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-pile, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-pile {
  width: 180.63px;
  height: 350.1549px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-pile-card, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-pile-card {
  width: 180.63px;
  height: 251.91px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-0, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-0 {
  top: 0px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-1, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-1 {
  top: 32.7483px;
  margin-left: 90.315px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-2, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-2 {
  top: 65.4966px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-3, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-3 {
  top: 98.2449px;
  margin-left: 90.315px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-4, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-4 {
  top: 130.9932px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-5, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-5 {
  top: 163.7415px;
  margin-left: 90.315px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-6, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-6 {
  top: 196.4898px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-7, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-7 {
  top: 229.2381px;
  margin-left: 90.315px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-8, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-8 {
  top: 261.9864px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-9, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-9 {
  top: 294.7347px;
  margin-left: 90.315px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-10, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-10 {
  top: 327.483px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-11, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-11 {
  top: 360.2313px;
  margin-left: 90.315px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-12, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-12 {
  top: 392.9796px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-13, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-13 {
  top: 425.7279px;
  margin-left: 90.315px;
}
[data-bs-theme=light] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-14, [data-bs-theme=dark] .deck-visual-transparent .deck-visual-playmat-sideboard .deck-visual-pile-card-14 {
  top: 458.4762px;
}
[data-bs-theme=light] .deck-visual-transparent.deck-visual-100cards .deck-visual-playmat-maindeck, [data-bs-theme=dark] .deck-visual-transparent.deck-visual-100cards .deck-visual-playmat-maindeck {
  float: left;
  width: 1900px;
  overflow: hidden;
  margin-top: 20px;
  margin-left: 30px;
}
[data-bs-theme=light] .deck-visual-transparent.deck-visual-100cards .deck-visual-pile, [data-bs-theme=dark] .deck-visual-transparent.deck-visual-100cards .deck-visual-pile {
  position: relative;
  height: 382.9032px;
  display: inline-block;
}
[data-bs-theme=light] .deck-visual-transparent.deck-visual-100cards .deck-visual-playmat-maindeck, [data-bs-theme=dark] .deck-visual-transparent.deck-visual-100cards .deck-visual-playmat-maindeck {
  height: 800px;
}
[data-bs-theme=light] .deck-visual-transparent.deck-visual-100cards .deck-visual-footer-breakdowns, [data-bs-theme=dark] .deck-visual-transparent.deck-visual-100cards .deck-visual-footer-breakdowns {
  margin-top: 20px;
}
[data-bs-theme=light] .deck-visual-transparent.deck-visual-100cards .deck-visual-playmat-sideboard, [data-bs-theme=dark] .deck-visual-transparent.deck-visual-100cards .deck-visual-playmat-sideboard {
  display: none;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
.visual_overlay {
  float: left;
  position: relative;
  width: 188px;
  height: 690px;
  background: image_url("/assets/mtgo_bg-6895209f.jpg");
  background-size: cover;
  padding: 5px;
  color: #f1f1f1;
  padding-bottom: 55px;
  margin: 5px;
}

.visual_overlay-header-title {
  margin-bottom: 5px;
}

.visual_overlay-deck {
  color: #6699cc;
  font-weight: bold;
}

.visual_overlay-record {
  font-size: 12px;
  color: #948b7a;
  display: block;
}

.visual_overlay-result {
  font-size: 12px;
  float: right;
  color: #f1f1f1;
}

.visual_overlay-watermark {
  width: 154px;
  height: 55px;
  margin: 0 auto;
  position: absolute;
  bottom: 10px;
  left: 15px;
}

.visual_overlay-header-container {
  padding: 4px;
  padding-top: 0px;
  border: 1px solid #858585;
}

.visual_overlay-stream-record-container {
  padding: 4px;
  padding-top: 4px;
  border: 1px solid #858585;
  margin-top: 3px;
}
.visual_overlay-stream-record-container .visual_overlay-record {
  font-size: 16px;
  color: #948b7a;
}

.visual_overlay-inner {
  overflow: hidden;
  height: 616px;
}

.visual_overlay-deck_entry {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  background-position: -20px -60px;
  color: #f1f1f1;
  background-size: 125% auto;
  border: 1px solid black;
  font-family: "Beleren Bold";
}
.visual_overlay-deck_entry::after {
  display: block;
  clear: both;
  content: "";
}
.visual_overlay-deck_entry {
  position: relative;
}

.visual_overlay-deck_entry-text {
  display: block;
  width: 100%;
  padding-left: 5px;
  padding-right: 0px;
  background: -webkit-linear-gradient(left, rgb(38, 38, 38) 50%, rgba(0, 0, 0, 0));
  padding-top: 0px;
  padding-bottom: 0px;
  white-space: nowrap;
}

.visual_overlay-mana_container {
  position: absolute;
  right: 0;
  top: 0;
}

.visual_overlay-mana {
  height: 100%;
  border-radius: 50%;
  margin-top: -2px;
}

.visual_overlay-sideboard-title, .visual_overlay-maindeck-title {
  background-image: url("/assets/visual_overlay_panel-8180895d.png") center repeat-x;
  background-size: auto 100%;
  height: 22px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  border: 1px solid #ebc77c;
  padding-top: 2px;
  margin-top: 3px;
}

.visual_overlay-decklist {
  margin-top: 3px;
  border: 1px solid #858585;
}

.visual_overlay-stream {
  width: 275px;
  height: 720px;
  padding-top: 1px;
}
.visual_overlay-stream .visual_overlay-header-container, .visual_overlay-stream .visual_overlay-sideboard-title, .visual_overlay-stream .visual_overlay-watermark, .visual_overlay-stream .visual_overlay-decklist_sideboard {
  display: none;
}
.visual_overlay-stream .visual_overlay-inner {
  overflow: hidden;
  height: 520px;
}
.visual_overlay-stream .visual_overlay-deck_entry {
  background-position: 30px -80px;
}
.visual_overlay-stream .visual_overlay-maindeck-title {
  margin-top: 0;
  background-image: url("/assets/visual_overlay_panel-8180895d.png");
  height: 32px;
  font-size: 18px;
  border: 1px solid #ebc77c;
  padding-top: 3px;
}

.visual_overlay-coverage {
  height: 1080px;
  width: 250px;
}
.visual_overlay-coverage .visual_overlay-deck_entry {
  background-position: 30px -80px;
}
.visual_overlay-coverage .visual_overlay-inner {
  overflow: hidden;
  height: 1007px;
}
.visual_overlay-coverage .visual_overlay-header-title {
  margin-bottom: 0;
}
.visual_overlay-coverage .visual_overlay-record {
  display: none;
}
.visual_overlay-coverage .visual_overlay-sideboard-title, .visual_overlay-coverage .visual_overlay-maindeck-title, .visual_overlay-coverage .visual_overlay-deck {
  font-size: 16px;
  height: auto;
}
.visual_overlay-coverage .visual_overlay-watermark {
  left: 45px;
}

.visual_overlay-full_hd {
  height: 1050px;
}
.visual_overlay-full_hd .visual_overlay-inner {
  height: 976px;
}

.visual_overlay-stream.visual_overlay-full_hd {
  height: 1080px;
}
.visual_overlay-stream.visual_overlay-full_hd .visual_overlay-inner {
  height: 680px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 14px;
  height: 43px;
  background: url(image_path("jquery-colorbox/controls.png")) no-repeat 0 0;
}

#cboxTopCenter {
  height: 43px;
  background: url(image_path("jquery-colorbox/border.png")) repeat-x top left;
}

#cboxTopRight {
  width: 14px;
  height: 43px;
  background: url(image_path("jquery-colorbox/controls.png")) no-repeat -36px 0;
}

#cboxBottomLeft {
  width: 14px;
  height: 14px;
  background: url(image_path("jquery-colorbox/controls.png")) no-repeat 0 -62px;
}

#cboxBottomCenter {
  height: 13px;
  background: url(image_path("jquery-colorbox/border.png")) repeat-x bottom left;
}

#cboxBottomRight {
  width: 14px;
  height: 14px;
  background: url(image_path("jquery-colorbox/controls.png")) no-repeat -36px -62px;
}

#cboxMiddleLeft {
  width: 14px;
  background: url(image_path("jquery-colorbox/controls.png")) repeat-y -175px 0;
}

#cboxMiddleRight {
  width: 14px;
  background: url(image_path("jquery-colorbox/controls.png")) repeat-y -211px 0;
}

#cboxContent {
  background: #fff;
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 5px;
}

#cboxLoadingOverlay {
  background: url(image_path("jquery-colorbox/loading_background.png")) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(image_path("jquery-colorbox/loading.gif")) no-repeat center center;
}

#cboxTitle {
  position: absolute;
  top: -29px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}

#cboxCurrent {
  position: absolute;
  top: -29px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: -29px;
  background: url(image_path("jquery-colorbox/controls.png")) no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}

#cboxPrevious:hover {
  background-position: -51px 0px;
}

#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}

#cboxNext:hover {
  background-position: -75px 0px;
}

#cboxClose {
  right: 0;
  background-position: -100px -25px;
}

#cboxClose:hover {
  background-position: -100px 0px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
.youtube-menu-video-featured-blocker {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #333;
  opacity: 0.1;
  z-index: 2;
}

.youtube-menu-video-area {
  height: 720px;
  width: 1280px;
}

.youtube-menu-video-graphic {
  height: 720px;
  width: 1280px;
  position: relative;
}

.youtube-menu-video-featured {
  width: 550px;
  height: 300px;
  background-size: cover;
  border: 1px #333 solid;
  position: relative;
}

.youtube-menu-video-featured-small {
  width: 275px;
  height: 150px;
  border: 1px #333 solid;
}

.youtube-menu-video-playlist > .youtube-menu-video-featured-small {
  height: 112.5px;
}

.youtube-menu-video-featured-thumb {
  width: 275px;
  height: 40px;
  background-position: 0 30%;
}
.youtube-menu-video-featured-thumb::after {
  display: block;
  clear: both;
  content: "";
}
.youtube-menu-video-featured-thumb {
  border: 1px #333 solid;
  margin-top: 5px;
}

.youtube-menu-video-featured-subtitle {
  text-shadow: 2px 2px 8px #333;
  margin: 0;
  margin-top: 1px;
  float: left;
  font-weight: bold;
  width: auto;
  position: relative;
  z-index: 5;
  color: white;
}

.youtube-menu-video-featured-small > .youtube-menu-video-featured-subtitle,
.youtube-menu-video-featured-thumb > .youtube-menu-video-featured-subtitle {
  font-size: 22px;
}

.youtube-menu-video-featured-center > .youtube-menu-video-featured-subtitle,
.youtube-menu-video-featured-left > .youtube-menu-video-featured-subtitle,
.youtube-menu-video-featured-right > .youtube-menu-video-featured-subtitle {
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.youtube-menu-video-featured-small > .youtube-menu-video-featured-subtitle {
  width: 275px;
  text-align: center;
  margin-top: 5px;
}

.youtube-menu-video-featured-small > .youtube-menu-video-featured-title {
  top: -30px;
  font-size: 19px;
  font-weight: bold;
}

.youtube-menu-video-feature-thumb-number {
  float: left;
  margin: 5px;
  font-size: 20px;
  text-align: center;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 50%;
  display: block;
  font-weight: bold;
  color: #333;
  z-index: 5;
  position: relative;
}

.youtube-menu-video-featured-thumb .youtube-menu-video-play, .youtube-menu-video-featured-small .youtube-menu-video-play {
  display: none;
}

.youtube-menu-video-featured-small-right {
  position: absolute;
  right: 45px;
  top: 240px;
}

.youtube-menu-video-featured-small-left {
  position: absolute;
  left: 45px;
  top: 315px;
}

.youtube-menu-video-playlist {
  position: absolute;
  left: 45px;
  top: 240px;
}

.youtube-menu-video-featured-center {
  position: absolute;
  top: 240px;
  left: 365px;
}

.youtube-menu-video-featured-left {
  position: absolute;
  top: 240px;
  left: 59.994px;
}

.youtube-menu-video-featured-right {
  position: absolute;
  top: 240px;
  right: 59.994px;
}

.youtube-menu-video-play {
  height: 177px;
  width: 177px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.youtube-menu-video-featured-title {
  position: absolute;
  font-size: 30px;
  top: -50px;
  width: 550px;
  text-align: center;
  font-weight: bold;
}

.youtube-menu-video-featured-small .youtube-menu-video-featured-title {
  width: 275px;
}

.youtube-menu-video-playlist {
  width: 275px;
}
.youtube-menu-video-playlist .youtube-menu-video-featured {
  position: static;
}

.card-slide {
  width: 1280px;
  height: 720px;
  font-family: "Beleren Bold";
  margin: 20px 0 20px 0;
  position: relative;
  background-image: url("https://images1.mtggoldfish.com/uploads/44f01eb6-02e8-4fe0-8bd0-f4205f7c3ffc/EN_MTGAER_KeyArt.jpg");
  background-size: cover;
}

.card-slide-blocker {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f0f0;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
}

.card-slide-content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}

.card-slide-image, .card-slide-image-back, .card-slide-image-alt {
  width: 265px;
  height: 370px;
  border-radius: 11px;
}

.card-slide-title {
  font-size: 80px;
  width: 1280px;
  height: 720px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}

.card-slide-oracle {
  font-size: 30px;
  left: 405px;
  width: 825px;
  position: absolute;
  top: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}

.card-slide-image {
  top: 175px;
  left: 70px;
  position: absolute;
}

.card-slide-new-art .card-slide-image {
  top: 175px;
  left: 320px;
  position: absolute;
}
.card-slide-new-art .card-slide-image-alt {
  top: 175px;
  left: 695px;
  position: absolute;
}

.card-slide-dfc .card-slide-image {
  left: 20px;
}

.card-slide-dfc .card-slide-image-back {
  position: absolute;
  left: 290px;
  top: 175px;
}

.card-slide-dfc .card-slide-oracle {
  font-size: 20px;
  left: 575px;
  width: 665px;
}

.card-slide-oracle-name {
  font-size: 120%;
  font-weight: bold;
}

.card-slide-oracle-separator {
  border-top: 1px solid #333;
}

.card-slide-set {
  position: absolute;
  top: 20px;
  right: 20px;
}

.card-slide-set-logo, .card-slide-set-symbol {
  height: 100px;
  margin-top: -5px;
  padding-right: 10px;
}

.card-slide-set-symbol {
  margin-left: -10px;
  margin-top: -2px;
}

[data-bs-theme=light] .deck-tech-slideshow-watermark, [data-bs-theme=dark] .deck-tech-slideshow-watermark {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 10;
}
[data-bs-theme=light] .deck-tech-slideshow-title, [data-bs-theme=dark] .deck-tech-slideshow-title {
  color: #d0e4eb;
  font-family: "American Captain";
  font-size: 110px;
  text-align: center;
  position: absolute;
  width: 1280px;
  top: 0;
  z-index: 10;
  padding-left: 100px;
  padding-right: 100px;
  height: 150px;
  text-shadow: 5px 5px #333;
}
[data-bs-theme=light] .bss-bg-image, [data-bs-theme=dark] .bss-bg-image {
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(2px);
}
[data-bs-theme=light] .deck_tech_slide_card_image, [data-bs-theme=dark] .deck_tech_slide_card_image {
  border-radius: 14px;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}
[data-bs-theme=light] .deck_tech_slide, [data-bs-theme=dark] .deck_tech_slide {
  height: 720px;
  width: 1280px;
  position: relative;
}
[data-bs-theme=light] .deck_tech_slide_card_image_container, [data-bs-theme=dark] .deck_tech_slide_card_image_container {
  position: absolute;
}
[data-bs-theme=light] .deck_tech_slide_card_quantity, [data-bs-theme=dark] .deck_tech_slide_card_quantity {
  font-family: Helvetica, Arial;
  font-size: 60px;
  font-weight: bold;
  background-color: #f26739;
  line-height: 1em;
  width: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -0.5em;
  top: 50px;
  border: 2px solid black;
  border-radius: 8px;
}
[data-bs-theme=light] .deck_tech_slide_card_quantity_, [data-bs-theme=dark] .deck_tech_slide_card_quantity_ {
  display: none;
}
[data-bs-theme=light] .deck_tech_slide_1 .deck_tech_slide_card_image, [data-bs-theme=dark] .deck_tech_slide_1 .deck_tech_slide_card_image {
  height: 370px;
  width: 265px;
}
[data-bs-theme=light] .deck_tech_slide_1 .deck_tech_slide_card_image_container:nth-child(1), [data-bs-theme=dark] .deck_tech_slide_1 .deck_tech_slide_card_image_container:nth-child(1) {
  left: 507.5px;
  top: 175px;
}
[data-bs-theme=light] .deck_tech_slide_2 .deck_tech_slide_card_image, [data-bs-theme=dark] .deck_tech_slide_2 .deck_tech_slide_card_image {
  height: 370px;
  width: 265px;
}
[data-bs-theme=light] .deck_tech_slide_2 .deck_tech_slide_card_image_container, [data-bs-theme=dark] .deck_tech_slide_2 .deck_tech_slide_card_image_container {
  top: 175px;
}
[data-bs-theme=light] .deck_tech_slide_2 .deck_tech_slide_card_image_container:nth-child(1), [data-bs-theme=dark] .deck_tech_slide_2 .deck_tech_slide_card_image_container:nth-child(1) {
  left: 287.5px;
}
[data-bs-theme=light] .deck_tech_slide_2 .deck_tech_slide_card_image_container:nth-child(2), [data-bs-theme=dark] .deck_tech_slide_2 .deck_tech_slide_card_image_container:nth-child(2) {
  left: 727.5px;
}
[data-bs-theme=light] .deck_tech_slide_3 .deck_tech_slide_card_image, [data-bs-theme=dark] .deck_tech_slide_3 .deck_tech_slide_card_image {
  height: 370px;
  width: 265px;
}
[data-bs-theme=light] .deck_tech_slide_3 .deck_tech_slide_card_image_container, [data-bs-theme=dark] .deck_tech_slide_3 .deck_tech_slide_card_image_container {
  top: 175px;
}
[data-bs-theme=light] .deck_tech_slide_3 .deck_tech_slide_card_image_container:nth-child(1), [data-bs-theme=dark] .deck_tech_slide_3 .deck_tech_slide_card_image_container:nth-child(1) {
  left: 131.26px;
}
[data-bs-theme=light] .deck_tech_slide_3 .deck_tech_slide_card_image_container:nth-child(2), [data-bs-theme=dark] .deck_tech_slide_3 .deck_tech_slide_card_image_container:nth-child(2) {
  left: 507.5px;
}
[data-bs-theme=light] .deck_tech_slide_3 .deck_tech_slide_card_image_container:nth-child(3), [data-bs-theme=dark] .deck_tech_slide_3 .deck_tech_slide_card_image_container:nth-child(3) {
  left: 883.74px;
}
[data-bs-theme=light] .deck_tech_slide_4 .deck_tech_slide_card_image, [data-bs-theme=dark] .deck_tech_slide_4 .deck_tech_slide_card_image {
  height: 370px;
  width: 265px;
}
[data-bs-theme=light] .deck_tech_slide_4 .deck_tech_slide_card_image_container, [data-bs-theme=dark] .deck_tech_slide_4 .deck_tech_slide_card_image_container {
  top: 175px;
}
[data-bs-theme=light] .deck_tech_slide_4 .deck_tech_slide_card_image_container:nth-child(1), [data-bs-theme=dark] .deck_tech_slide_4 .deck_tech_slide_card_image_container:nth-child(1) {
  left: 12.5px;
}
[data-bs-theme=light] .deck_tech_slide_4 .deck_tech_slide_card_image_container:nth-child(2), [data-bs-theme=dark] .deck_tech_slide_4 .deck_tech_slide_card_image_container:nth-child(2) {
  left: 332.5px;
}
[data-bs-theme=light] .deck_tech_slide_4 .deck_tech_slide_card_image_container:nth-child(3), [data-bs-theme=dark] .deck_tech_slide_4 .deck_tech_slide_card_image_container:nth-child(3) {
  left: 652.5px;
}
[data-bs-theme=light] .deck_tech_slide_4 .deck_tech_slide_card_image_container:nth-child(4), [data-bs-theme=dark] .deck_tech_slide_4 .deck_tech_slide_card_image_container:nth-child(4) {
  left: 972.5px;
}
[data-bs-theme=light] #slider, [data-bs-theme=dark] #slider {
  background: #000;
  border: 5px solid #eaeaea;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  height: 320px;
  width: 680px;
  margin: 40px auto 0;
  overflow: visible;
  position: relative;
}
[data-bs-theme=light] #mask, [data-bs-theme=dark] #mask {
  overflow: hidden;
  height: 320px;
}
[data-bs-theme=light] #slider ul, [data-bs-theme=dark] #slider ul {
  margin: 0;
  padding: 0;
  position: relative;
}
[data-bs-theme=light] #slider li, [data-bs-theme=dark] #slider li {
  width: 680px; /* Width Image */
  height: 320px; /* Height Image */
  position: absolute;
  top: -325px; /* Original Position - Outside of the Slider */
  list-style: none;
}
[data-bs-theme=light] #slider li.firstanimation, [data-bs-theme=dark] #slider li.firstanimation {
  animation: cycle 25s linear infinite;
}
[data-bs-theme=light] #slider li.secondanimation, [data-bs-theme=dark] #slider li.secondanimation {
  animation: cycletwo 25s linear infinite;
}
[data-bs-theme=light] #slider li.thirdanimation, [data-bs-theme=dark] #slider li.thirdanimation {
  animation: cyclethree 25s linear infinite;
}
[data-bs-theme=light] #slider li.fourthanimation, [data-bs-theme=dark] #slider li.fourthanimation {
  animation: cyclefour 25s linear infinite;
}
[data-bs-theme=light] #slider li.fifthanimation, [data-bs-theme=dark] #slider li.fifthanimation {
  animation: cyclefive 25s linear infinite;
}
@keyframes cycle {
  0% {
    top: 0px;
  } /* When you start the slide, the first image is already visible */
  4% {
    top: 0px;
  } /* Original Position */
  16% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  } /* From 4% to 16 % = for 3 seconds the image is visible */
  20% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  } /* From 16% to 20% = for 1 second exit image */
  21% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  } /* Return to Original Position */
  92% {
    top: -325px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: -325px;
    opacity: 0;
  } /* From 96% to 100% = for 1 second enter image*/
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes cycletwo {
  0% {
    top: -325px;
    opacity: 0;
  } /* Original Position */
  16% {
    top: -325px;
    opacity: 0;
  } /* Starts moving after 16% to this position */
  20% {
    top: 0px;
    opacity: 1;
  }
  24% {
    top: 0px;
    opacity: 1;
  } /* From 20% to 24% = for 1 second enter image*/
  36% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  } /* From 24% to 36 % = for 3 seconds the image is visible */
  40% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  } /* From 36% to 40% = for 1 second exit image */
  41% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  } /* Return to Original Position */
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes cyclethree {
  0% {
    top: -325px;
    opacity: 0;
  }
  36% {
    top: -325px;
    opacity: 0;
  }
  40% {
    top: 0px;
    opacity: 1;
  }
  44% {
    top: 0px;
    opacity: 1;
  }
  56% {
    top: 0px;
    opacity: 1;
  }
  60% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  61% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes cyclefour {
  0% {
    top: -325px;
    opacity: 0;
  }
  56% {
    top: -325px;
    opacity: 0;
  }
  60% {
    top: 0px;
    opacity: 1;
  }
  64% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  81% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes cyclefive {
  0% {
    top: -325px;
    opacity: 0;
  }
  76% {
    top: -325px;
    opacity: 0;
  }
  80% {
    top: 0px;
    opacity: 1;
  }
  84% {
    top: 0px;
    opacity: 1;
  }
  96% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
}
[data-bs-theme=light] .bss-slides, [data-bs-theme=dark] .bss-slides {
  position: relative;
  display: block;
  overflow: hidden;
  width: 1280px;
  height: 720px;
}
[data-bs-theme=light] .bss-mask, [data-bs-theme=dark] .bss-mask {
  overflow: hidden;
  width: 1280px;
  height: 720px;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
}
[data-bs-theme=light] .bss-slides:focus, [data-bs-theme=dark] .bss-slides:focus {
  outline: 0;
}
[data-bs-theme=light] .bss-slides .bss-slide, [data-bs-theme=dark] .bss-slides .bss-slide {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
}
[data-bs-theme=light] .bss-slides .bss-slide, [data-bs-theme=dark] .bss-slides .bss-slide {
  position: absolute;
  opacity: 0;
}
[data-bs-theme=light] .bss-slides .bss-show-previous, [data-bs-theme=dark] .bss-slides .bss-show-previous {
  position: absolute;
  right: auto;
  -webkit-transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
[data-bs-theme=light] .bss-slides .bss-show, [data-bs-theme=dark] .bss-slides .bss-show {
  opacity: 1;
  position: absolute;
  -webkit-transition: opacity 0.5s ease-in-out;
}
[data-bs-theme=light] .bss-slides figcaption, [data-bs-theme=dark] .bss-slides figcaption {
  position: absolute;
  font-family: sans-serif;
  font-size: 0.8em;
  bottom: 0.75em;
  right: 0.35em;
  padding: 0.25em;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}
[data-bs-theme=light] .bss-slides .bss-show figcaption, [data-bs-theme=dark] .bss-slides .bss-show figcaption {
  z-index: 3;
  opacity: 1;
}
[data-bs-theme=light] .bss-slides figcaption a, [data-bs-theme=dark] .bss-slides figcaption a {
  color: #fff;
}
[data-bs-theme=light] .bss-fullscreen, [data-bs-theme=dark] .bss-fullscreen {
  display: block;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.4) url("../img/arrows-alt_ffffff_64.png");
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 5px;
  cursor: pointer;
  opacity: 0.3;
}
[data-bs-theme=light] .bss-fullscreen:hover, [data-bs-theme=dark] .bss-fullscreen:hover {
  opacity: 0.8;
}
[data-bs-theme=light] :-webkit-full-screen .bss-fullscreen, [data-bs-theme=dark] :-webkit-full-screen .bss-fullscreen {
  background: rgba(0, 0, 0, 0.4) url("../img/compress_ffffff_64.png");
  -webkit-background-size: contain;
  background-size: contain;
}
[data-bs-theme=light] :-moz-full-screen .bss-fullscreen, [data-bs-theme=dark] :-moz-full-screen .bss-fullscreen {
  background: rgba(0, 0, 0, 0.4) url("../img/compress_ffffff_64.png");
  background-size: contain;
}
[data-bs-theme=light] :-ms-fullscreen .bss-fullscreen, [data-bs-theme=dark] :-ms-fullscreen .bss-fullscreen {
  background: rgba(0, 0, 0, 0.4) url("../img/compress_ffffff_64.png");
  background-size: contain;
}
[data-bs-theme=light] :full-screen .bss-fullscreen, [data-bs-theme=dark] :full-screen .bss-fullscreen {
  background: rgba(0, 0, 0, 0.4) url("../img/compress_ffffff_64.png");
  -webkit-background-size: contain;
  background-size: contain;
}
[data-bs-theme=light] :-webkit-full-screen .bss-fullscreen, [data-bs-theme=dark] :-webkit-full-screen .bss-fullscreen {
  background: rgba(0, 0, 0, 0.4) url("../img/compress_ffffff_64.png");
  -webkit-background-size: contain;
  background-size: contain;
}
[data-bs-theme=light] :-moz-full-screen .bss-fullscreen, [data-bs-theme=dark] :-moz-full-screen .bss-fullscreen {
  background: rgba(0, 0, 0, 0.4) url("../img/compress_ffffff_64.png");
  background-size: contain;
}
[data-bs-theme=light] :-ms-fullscreen .bss-fullscreen, [data-bs-theme=dark] :-ms-fullscreen .bss-fullscreen {
  background: rgba(0, 0, 0, 0.4) url("../img/compress_ffffff_64.png");
  background-size: contain;
}
[data-bs-theme=light] :fullscreen .bss-fullscreen, [data-bs-theme=dark] :fullscreen .bss-fullscreen {
  background: rgba(0, 0, 0, 0.4) url("../img/compress_ffffff_64.png");
  -webkit-background-size: contain;
  background-size: contain;
}
[data-bs-theme=light] .deck_tech_slide, [data-bs-theme=dark] .deck_tech_slide {
  width: 1280px;
  height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-bs-theme=light] .deck_tech_deck_container, [data-bs-theme=dark] .deck_tech_deck_container {
  width: 800px;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid black;
}
[data-bs-theme=light] .deck_tech_deck_container a, [data-bs-theme=light] .deck_tech_deck_container a:visited, [data-bs-theme=dark] .deck_tech_deck_container a, [data-bs-theme=dark] .deck_tech_deck_container a:visited {
  color: #333333 !important;
}
[data-bs-theme=light] .deck_tech_deck_container .deck-view-decklist, [data-bs-theme=dark] .deck_tech_deck_container .deck-view-decklist {
  -webkit-column-gap: 30px;
}
[data-bs-theme=light] .deck_tech_deck_price, [data-bs-theme=dark] .deck_tech_deck_price {
  font-family: "American captain";
  font-size: 75px;
  position: absolute;
  bottom: 15px;
  width: 1280px;
  text-align: center;
  text-shadow: 5px 5px #333;
  color: #d0e4eb;
}
[data-bs-theme=light] .deck_tech_text, [data-bs-theme=dark] .deck_tech_text {
  color: #fff;
  font-family: "American Captain";
  font-size: 80px;
  text-align: center;
  text-shadow: 2px 2px #333;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  padding-bottom: 10px;
}
[data-bs-theme=light] .deck-tech-slideshow-container-commander .deck_tech_deck_container, [data-bs-theme=light] .deck-tech-slideshow-container-wide .deck_tech_deck_container, [data-bs-theme=dark] .deck-tech-slideshow-container-commander .deck_tech_deck_container, [data-bs-theme=dark] .deck-tech-slideshow-container-wide .deck_tech_deck_container {
  width: 1150px;
}
[data-bs-theme=light] .deck-tech-slideshow-container-commander .deck_tech_slide_card_quantity_1, [data-bs-theme=light] .deck-tech-slideshow-container-commander .deck_tech_slide_card_quantity_, [data-bs-theme=light] .deck-tech-slideshow-container-wide .deck_tech_slide_card_quantity_1, [data-bs-theme=light] .deck-tech-slideshow-container-wide .deck_tech_slide_card_quantity_, [data-bs-theme=dark] .deck-tech-slideshow-container-commander .deck_tech_slide_card_quantity_1, [data-bs-theme=dark] .deck-tech-slideshow-container-commander .deck_tech_slide_card_quantity_, [data-bs-theme=dark] .deck-tech-slideshow-container-wide .deck_tech_slide_card_quantity_1, [data-bs-theme=dark] .deck-tech-slideshow-container-wide .deck_tech_slide_card_quantity_ {
  display: none;
}
[data-bs-theme=light] .deck-tech-slideshow-container-commander .deck-view-decklist, [data-bs-theme=light] .deck-tech-slideshow-container-wide .deck-view-decklist, [data-bs-theme=dark] .deck-tech-slideshow-container-commander .deck-view-decklist, [data-bs-theme=dark] .deck-tech-slideshow-container-wide .deck-view-decklist {
  font-size: 12px;
  -webkit-column-count: 4;
  -webkit-column-gap: 30px;
}
[data-bs-theme=light] .deck-tech-slideshow-container-wide .deck_tech_slide_card_quantity_1, [data-bs-theme=dark] .deck-tech-slideshow-container-wide .deck_tech_slide_card_quantity_1 {
  display: flex;
}
[data-bs-theme=light] .ui-state-default.deck-tech-slide, [data-bs-theme=dark] .ui-state-default.deck-tech-slide {
  border: none;
  padding: 0.5rem 0;
  background: #fff;
}
[data-bs-theme=light] .deck-tech-slide-controls, [data-bs-theme=dark] .deck-tech-slide-controls {
  font-size: 20px;
  margin-top: 20px;
}
[data-bs-theme=light] .deck-tech-slide-controls .glyphicon-th-list, [data-bs-theme=dark] .deck-tech-slide-controls .glyphicon-th-list {
  margin-right: 10px;
}
[data-bs-theme=light] .deck-tech-slide-controls, [data-bs-theme=dark] .deck-tech-slide-controls {
  text-align: center;
}
[data-bs-theme=light] .cloneable-card, [data-bs-theme=dark] .cloneable-card {
  display: none;
}
[data-bs-theme=light] .deck-tech-slide:nth-child(odd), [data-bs-theme=dark] .deck-tech-slide:nth-child(odd) {
  background: #f2f2f2 !important;
}
[data-bs-theme=light] .deck-tech-slides-sortable, [data-bs-theme=dark] .deck-tech-slides-sortable {
  margin-bottom: 1rem;
}
[data-bs-theme=light] .deck-tech-slide, [data-bs-theme=light] .deck-tech-slide .deck-techs-slide-delete-icon, [data-bs-theme=light] .deck-tech-slide .deck-techs-slide-delete-icon:link, [data-bs-theme=dark] .deck-tech-slide, [data-bs-theme=dark] .deck-tech-slide .deck-techs-slide-delete-icon, [data-bs-theme=dark] .deck-tech-slide .deck-techs-slide-delete-icon:link {
  color: var(--text-color);
}

[data-bs-theme=dark] .deck-tech-slide:nth-child(odd) {
  background: #313131 !important;
}
[data-bs-theme=dark] .ui-state-default.deck-tech-slide {
  background: #222;
}

.youtube-thumb {
  width: 1280px;
  height: 720px;
  background-color: #ccc;
  margin: 20px;
  position: relative;
  color: white;
  background-size: cover;
}

.youtube-thumb-subtitle {
  text-align: right;
}

.youtube-thumb-budget-magic {
  font-family: "American Captain";
  background-image: url("/assets/youtube-thumb/youtube-thumb-budget-magic-back-b19e8918.png");
  text-shadow: 5px 5px 0 #a46a27, -1px -1px 0 #a46a27, 1px -1px 0 #a46a27, -1px 1px 0 #a46a27, 1px 1px 0 #a46a27;
}

.youtube-thumb-main-title, .youtube-thumb-subtitle, .youtube-thumb-sub-subtitle {
  z-index: 3;
}

.youtube-thumb-fg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.youtube-thumb-art {
  position: absolute;
  width: 350px;
  height: 254px;
  background-size: cover;
  background-position: center;
  box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.2);
}

.youtube-thumb-ato, .youtube-thumb-much-abrew, .youtube-thumb-rough-drafts {
  font-family: "BadaBoom BB";
  text-shadow: 5px 5px 0 #6d5999, -1px -1px 0 #6d5999, 1px -1px 0 #6d5999, -1px 1px 0 #6d5999, 1px 1px 0 #6d5999;
}
.youtube-thumb-ato .youtube-thumb-art, .youtube-thumb-much-abrew .youtube-thumb-art, .youtube-thumb-rough-drafts .youtube-thumb-art {
  left: 268px;
  top: 214px;
}
.youtube-thumb-ato .youtube-thumb-fg, .youtube-thumb-much-abrew .youtube-thumb-fg, .youtube-thumb-rough-drafts .youtube-thumb-fg {
  background-image: url("/assets/youtube-thumb/youtube-thumb-ato-front-b327f220.png");
}
.youtube-thumb-ato .youtube-thumb-main-title, .youtube-thumb-much-abrew .youtube-thumb-main-title, .youtube-thumb-rough-drafts .youtube-thumb-main-title {
  font-size: 150px;
}
.youtube-thumb-ato .youtube-thumb-subtitle, .youtube-thumb-much-abrew .youtube-thumb-subtitle, .youtube-thumb-rough-drafts .youtube-thumb-subtitle {
  position: absolute;
  font-size: 190px;
  right: 30px;
  width: 630px;
  top: 225px;
  z-index: 3;
}
.youtube-thumb-ato .youtube-thumb-subtitle-two-line, .youtube-thumb-much-abrew .youtube-thumb-subtitle-two-line, .youtube-thumb-rough-drafts .youtube-thumb-subtitle-two-line {
  top: 280px;
  text-align: right;
  line-height: 0.5;
}
.youtube-thumb-ato .youtube-thumb-sub-subtitle, .youtube-thumb-much-abrew .youtube-thumb-sub-subtitle, .youtube-thumb-rough-drafts .youtube-thumb-sub-subtitle {
  font-size: 40%;
  margin-right: 20px;
}

.youtube-thumb-main-title {
  text-align: center;
  width: 1220px;
  height: 200px;
  position: absolute;
  top: 30px;
  left: 30px;
  line-height: 1;
}

.youtube-thumb-budget-magic .youtube-thumb-art {
  left: 358px;
  top: 214px;
}
.youtube-thumb-budget-magic .youtube-thumb-fg {
  background-image: url("/assets/youtube-thumb/youtube-thumb-budget-magic-front-fb692693.png");
}
.youtube-thumb-budget-magic .youtube-thumb-main-title {
  font-size: 150px;
}
.youtube-thumb-budget-magic .youtube-thumb-subtitle {
  position: absolute;
  font-size: 190px;
  right: 30px;
  width: 630px;
  top: 225px;
  z-index: 3;
}
.youtube-thumb-budget-magic .youtube-thumb-subtitle-two-line {
  top: 280px;
  text-align: right;
  line-height: 0.5;
}
.youtube-thumb-budget-magic .youtube-thumb-sub-subtitle {
  font-size: 40%;
  margin-right: 20px;
}

.youtube-thumb-much-abrew {
  font-family: "BadaBoom BB";
  text-shadow: 5px 5px 0 #d84814, -1px -1px 0 #d84814, 1px -1px 0 #d84814, -1px 1px 0 #d84814, 1px 1px 0 #d84814;
}
.youtube-thumb-much-abrew .youtube-thumb-fg {
  background-image: url("/assets/youtube-thumb/youtube-thumb-much-abrew-fg-35e31f95.png");
}
.youtube-thumb-much-abrew .youtube-thumb-subtitle {
  right: 70px;
}
.youtube-thumb-much-abrew .youtube-thumb-subtitle-two-line {
  width: 730px;
  right: 30px;
}

.youtube-thumb-rough-drafts {
  font-family: "BadaBoom BB";
  text-shadow: 5px 5px 0 #f7994a, -1px -1px 0 #f7994a, 1px -1px 0 #f7994a, -1px 1px 0 #f7994a, 1px 1px 0 #f7994a;
}
.youtube-thumb-rough-drafts .youtube-thumb-fg {
  background-image: url("/assets/youtube-thumb/youtube-thumb-rough-drafts-fg-22cbcf44.png");
}
.youtube-thumb-rough-drafts .youtube-thumb-subtitle {
  right: 70px;
}
.youtube-thumb-rough-drafts .youtube-thumb-subtitle-two-line {
  width: 730px;
  right: 30px;
}

.youtube-thumb-playing-pauper {
  font-family: "BubbleGum";
  background-image: url("/assets/youtube-thumb/youtube-thumb-playing-pauper-back-b9348205.png");
  text-shadow: 5px 5px 0 #18c5e3, -1px -1px 0 #18c5e3, 1px -1px 0 #18c5e3, -1px 1px 0 #18c5e3, 1px 1px 0 #18c5e3;
}
.youtube-thumb-playing-pauper .youtube-thumb-art {
  left: 50px;
  top: 425px;
}
.youtube-thumb-playing-pauper .youtube-thumb-fg {
  background-image: url("/assets/youtube-thumb/youtube-thumb-playing-pauper-front-5f054efc.png");
}
.youtube-thumb-playing-pauper .youtube-thumb-main-title {
  font-size: 120px;
}
.youtube-thumb-playing-pauper .youtube-thumb-subtitle {
  line-height: 0.7em;
  position: absolute;
  font-size: 130px;
  right: 10px;
  width: 850px;
  top: 350px;
  text-align: right;
  padding-right: 50px;
}
.youtube-thumb-playing-pauper .youtube-thumb-subtitle-two-line {
  top: 280px;
  text-align: right;
  padding-right: 0;
}
.youtube-thumb-playing-pauper .youtube-thumb-sub-subtitle {
  font-size: 50%;
  margin-right: 20px;
}

.youtube-thumb-diffuser {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
[data-bs-theme=light] .spoiler-card, [data-bs-theme=dark] .spoiler-card {
  float: left;
  margin-bottom: 10px;
  margin-right: 5px;
  position: relative;
}
[data-bs-theme=light] .spoiler-card-title, [data-bs-theme=dark] .spoiler-card-title {
  margin: 0;
  text-align: center;
}
[data-bs-theme=light] .filter-image, [data-bs-theme=dark] .filter-image {
  margin: 0 auto;
  margin-bottom: 0.45rem;
  font-size: 2rem;
}
[data-bs-theme=light] .filter-image-container, [data-bs-theme=dark] .filter-image-container {
  display: inline-flex;
  align-items: center;
  justify-items: center;
  height: 30px;
}
[data-bs-theme=light] .filter-image-container svg, [data-bs-theme=dark] .filter-image-container svg {
  height: 30px;
  width: 30px;
}
[data-bs-theme=light] .filter-image-container svg path, [data-bs-theme=dark] .filter-image-container svg path {
  fill: var(--text-color);
}
[data-bs-theme=light] .filter-W.active, [data-bs-theme=light] .filter-W:focus, [data-bs-theme=dark] .filter-W.active, [data-bs-theme=dark] .filter-W:focus {
  background-color: #ebe5b3;
}
[data-bs-theme=light] .filter-U.active, [data-bs-theme=light] .filter-U:focus, [data-bs-theme=dark] .filter-U.active, [data-bs-theme=dark] .filter-U:focus {
  background-color: #8ebbd1;
}
[data-bs-theme=light] .filter-R.active.active, [data-bs-theme=light] .filter-R.active:focus, [data-bs-theme=dark] .filter-R.active.active, [data-bs-theme=dark] .filter-R.active:focus {
  background-color: #de8166;
}
[data-bs-theme=light] .filter-B.active.active, [data-bs-theme=light] .filter-B.active:focus, [data-bs-theme=dark] .filter-B.active.active, [data-bs-theme=dark] .filter-B.active:focus {
  background-color: #9b8e8a;
}
[data-bs-theme=light] .filter-G.active.active, [data-bs-theme=light] .filter-G.active:focus, [data-bs-theme=dark] .filter-G.active.active, [data-bs-theme=dark] .filter-G.active:focus {
  background-color: #80b092;
}
[data-bs-theme=light] .filter-L.active.active, [data-bs-theme=light] .filter-L.active:focus, [data-bs-theme=dark] .filter-L.active.active, [data-bs-theme=dark] .filter-L.active:focus {
  background-color: #dccabc;
}
[data-bs-theme=light] .filter-C.active.active, [data-bs-theme=light] .filter-C.active:focus, [data-bs-theme=dark] .filter-C.active.active, [data-bs-theme=dark] .filter-C.active:focus {
  background-color: #a3a3a3;
}
[data-bs-theme=light] .filter-M.active.active, [data-bs-theme=light] .filter-M.active:focus, [data-bs-theme=dark] .filter-M.active.active, [data-bs-theme=dark] .filter-M.active:focus {
  background-color: #e4d3ad;
}
[data-bs-theme=light] .filter-rarity-M.active.active, [data-bs-theme=light] .filter-rarity-M.active:focus, [data-bs-theme=dark] .filter-rarity-M.active.active, [data-bs-theme=dark] .filter-rarity-M.active:focus {
  background-color: #eab776;
}
[data-bs-theme=light] .filter-rarity-R.active.active, [data-bs-theme=light] .filter-rarity-R.active:focus, [data-bs-theme=dark] .filter-rarity-R.active.active, [data-bs-theme=dark] .filter-rarity-R.active:focus {
  background-color: #ddc792;
}
[data-bs-theme=light] .filter-rarity-U.active.active, [data-bs-theme=light] .filter-rarity-U.active:focus, [data-bs-theme=dark] .filter-rarity-U.active.active, [data-bs-theme=dark] .filter-rarity-U.active:focus {
  background-color: #a5c9db;
}
[data-bs-theme=light] .filter-rarity-C.active.active, [data-bs-theme=light] .filter-rarity-C.active:focus, [data-bs-theme=dark] .filter-rarity-C.active.active, [data-bs-theme=dark] .filter-rarity-C.active:focus {
  background-color: #a3a3a3;
}
[data-bs-theme=light] .filter, [data-bs-theme=dark] .filter {
  margin-top: 5px;
  text-align: center;
}
[data-bs-theme=light] .filter-panel, [data-bs-theme=dark] .filter-panel {
  margin-bottom: 20px;
}
[data-bs-theme=light] .filter-group, [data-bs-theme=light] .sort-group-panel, [data-bs-theme=dark] .filter-group, [data-bs-theme=dark] .sort-group-panel {
  margin: 10px;
  float: left;
}
[data-bs-theme=light] .filter-group table, [data-bs-theme=light] .sort-group-panel table, [data-bs-theme=dark] .filter-group table, [data-bs-theme=dark] .sort-group-panel table {
  margin-bottom: 0;
}
[data-bs-theme=light] .filter-group-reset, [data-bs-theme=dark] .filter-group-reset {
  font-size: 12px;
  padding-left: 5px;
}
[data-bs-theme=light] .table-borderless > tbody > tr > td, [data-bs-theme=light] .table-borderless > tbody > tr > th, [data-bs-theme=light] .table-borderless > thead > tr > th, [data-bs-theme=dark] .table-borderless > tbody > tr > td, [data-bs-theme=dark] .table-borderless > tbody > tr > th, [data-bs-theme=dark] .table-borderless > thead > tr > th {
  border: none;
}
[data-bs-theme=light] .spoiler-card-source, [data-bs-theme=dark] .spoiler-card-source {
  text-align: center;
  font-size: 80%;
}
[data-bs-theme=light] .spoiler-card-unofficial-blocker, [data-bs-theme=dark] .spoiler-card-unofficial-blocker {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #333;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
}
[data-bs-theme=light] .filter-group-reprints, [data-bs-theme=dark] .filter-group-reprints {
  width: 100%;
}
[data-bs-theme=light] .filter-group-reprints .btn, [data-bs-theme=dark] .filter-group-reprints .btn {
  width: 100%;
}
[data-bs-theme=light] .spoilers-set-header, [data-bs-theme=dark] .spoilers-set-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
[data-bs-theme=light] .table-spoiled td, [data-bs-theme=dark] .table-spoiled td {
  padding: 0 0.3125rem;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
[data-bs-theme=light] .spoiler-card-container, [data-bs-theme=dark] .spoiler-card-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
[data-bs-theme=light] .spoiler-card-container h4, [data-bs-theme=light] .spoiler-card-container .h4, [data-bs-theme=dark] .spoiler-card-container h4, [data-bs-theme=dark] .spoiler-card-container .h4 {
  width: 100%;
}
[data-bs-theme=light] .spoilers-set-logo, [data-bs-theme=dark] .spoilers-set-logo {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  max-height: 100px;
}
[data-bs-theme=light] .spoilers-set-symbol, [data-bs-theme=dark] .spoilers-set-symbol {
  margin-left: 30px;
  height: 100px;
  max-width: 100%;
  margin-bottom: 10px;
}
[data-bs-theme=light] .spoilers-decklists, [data-bs-theme=dark] .spoilers-decklists {
  margin-bottom: 20px;
}
[data-bs-theme=light] .upcoming-sets-table > tbody > tr > td, [data-bs-theme=light] .upcoming-sets-table > thead > tr > th, [data-bs-theme=dark] .upcoming-sets-table > tbody > tr > td, [data-bs-theme=dark] .upcoming-sets-table > thead > tr > th {
  padding: 10px;
  vertical-align: top;
}
[data-bs-theme=light] .spoiler-card-title, [data-bs-theme=dark] .spoiler-card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-bs-theme=light] .spoiler-card-title a, [data-bs-theme=dark] .spoiler-card-title a {
  text-decoration-color: transparent;
}
[data-bs-theme=light] .spoiler-card-container, [data-bs-theme=dark] .spoiler-card-container {
  display: flex;
  flex-wrap: wrap;
}
[data-bs-theme=light] .spoiler-card-container h1, [data-bs-theme=light] .spoiler-card-container .h1, [data-bs-theme=light] .spoiler-card-container h2, [data-bs-theme=light] .spoiler-card-container .h2, [data-bs-theme=light] .spoiler-card-container h3, [data-bs-theme=light] .spoiler-card-container .h3, [data-bs-theme=light] .spoiler-card-container h4, [data-bs-theme=light] .spoiler-card-container .h4, [data-bs-theme=dark] .spoiler-card-container h1, [data-bs-theme=dark] .spoiler-card-container .h1, [data-bs-theme=dark] .spoiler-card-container h2, [data-bs-theme=dark] .spoiler-card-container .h2, [data-bs-theme=dark] .spoiler-card-container h3, [data-bs-theme=dark] .spoiler-card-container .h3, [data-bs-theme=dark] .spoiler-card-container h4, [data-bs-theme=dark] .spoiler-card-container .h4 {
  flex: 1 100%;
}
[data-bs-theme=light] .spoiler-card-container .widget-price-image-link, [data-bs-theme=light] #spoiler-card-container .widget-price-image-link, [data-bs-theme=dark] .spoiler-card-container .widget-price-image-link, [data-bs-theme=dark] #spoiler-card-container .widget-price-image-link {
  display: block;
  width: 100%;
  float: left;
}
[data-bs-theme=light] .spoiler-card-container > .spoiler-card, [data-bs-theme=light] #spoiler-card-container > .spoiler-card, [data-bs-theme=dark] .spoiler-card-container > .spoiler-card, [data-bs-theme=dark] #spoiler-card-container > .spoiler-card {
  width: 100%;
  margin-bottom: 1.5%;
}
[data-bs-theme=light] .spoiler-card-container > .spoiler-card .price-card-image-image,
[data-bs-theme=light] .spoiler-card-container > .spoiler-card .price-card-image-bg,
[data-bs-theme=light] .spoiler-card-container > .spoiler-card .widgetPriceCompact-image-img,
[data-bs-theme=light] .spoiler-card-container > .spoiler-card .widget-price-compact-placeholder-preview,
[data-bs-theme=light] .spoiler-card-container > .spoiler-card .widget-price-compact-placeholder, [data-bs-theme=light] #spoiler-card-container > .spoiler-card .price-card-image-image,
[data-bs-theme=light] #spoiler-card-container > .spoiler-card .price-card-image-bg,
[data-bs-theme=light] #spoiler-card-container > .spoiler-card .widgetPriceCompact-image-img,
[data-bs-theme=light] #spoiler-card-container > .spoiler-card .widget-price-compact-placeholder-preview,
[data-bs-theme=light] #spoiler-card-container > .spoiler-card .widget-price-compact-placeholder, [data-bs-theme=dark] .spoiler-card-container > .spoiler-card .price-card-image-image,
[data-bs-theme=dark] .spoiler-card-container > .spoiler-card .price-card-image-bg,
[data-bs-theme=dark] .spoiler-card-container > .spoiler-card .widgetPriceCompact-image-img,
[data-bs-theme=dark] .spoiler-card-container > .spoiler-card .widget-price-compact-placeholder-preview,
[data-bs-theme=dark] .spoiler-card-container > .spoiler-card .widget-price-compact-placeholder, [data-bs-theme=dark] #spoiler-card-container > .spoiler-card .price-card-image-image,
[data-bs-theme=dark] #spoiler-card-container > .spoiler-card .price-card-image-bg,
[data-bs-theme=dark] #spoiler-card-container > .spoiler-card .widgetPriceCompact-image-img,
[data-bs-theme=dark] #spoiler-card-container > .spoiler-card .widget-price-compact-placeholder-preview,
[data-bs-theme=dark] #spoiler-card-container > .spoiler-card .widget-price-compact-placeholder {
  width: 100%;
  height: auto;
}
[data-bs-theme=light] .spoiler-card-container .widget-price-compact-placeholder, [data-bs-theme=light] #spoiler-card-container .widget-price-compact-placeholder, [data-bs-theme=dark] .spoiler-card-container .widget-price-compact-placeholder, [data-bs-theme=dark] #spoiler-card-container .widget-price-compact-placeholder {
  margin: 0;
}
[data-bs-theme=light] .spoiler-card-container > .spoiler-card-dfc, [data-bs-theme=light] #spoiler-card-container > .spoiler-card-dfc, [data-bs-theme=dark] .spoiler-card-container > .spoiler-card-dfc, [data-bs-theme=dark] #spoiler-card-container > .spoiler-card-dfc {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
[data-bs-theme=light] .spoiler-card-container > .spoiler-card-dfc .widget-price-image-link, [data-bs-theme=light] #spoiler-card-container > .spoiler-card-dfc .widget-price-image-link, [data-bs-theme=dark] .spoiler-card-container > .spoiler-card-dfc .widget-price-image-link, [data-bs-theme=dark] #spoiler-card-container > .spoiler-card-dfc .widget-price-image-link {
  width: 49.3%;
  margin: 0 0.35% 0% 0.35%;
}
@media (min-width: 350px) {
  [data-bs-theme=light] .card-popup-modal .spoiler-card-container > .spoiler-card,
  [data-bs-theme=light] .spoiler-card-container > .spoiler-card, [data-bs-theme=dark] .card-popup-modal .spoiler-card-container > .spoiler-card,
  [data-bs-theme=dark] .spoiler-card-container > .spoiler-card {
    width: 48.75%;
    margin: 0 0.6% 1.5% 0.6%;
  }
  [data-bs-theme=light] .card-popup-modal .spoiler-card-container > .spoiler-card-dfc,
  [data-bs-theme=light] .spoiler-card-container > .spoiler-card-dfc, [data-bs-theme=dark] .card-popup-modal .spoiler-card-container > .spoiler-card-dfc,
  [data-bs-theme=dark] .spoiler-card-container > .spoiler-card-dfc {
    width: 96.8%;
    margin: 0 0.35% 0% 0.35%;
  }
}
@media (min-width: 660px) {
  [data-bs-theme=light] .card-popup-modal .spoiler-card-container > .spoiler-card,
  [data-bs-theme=light] .spoiler-card-container > .spoiler-card, [data-bs-theme=dark] .card-popup-modal .spoiler-card-container > .spoiler-card,
  [data-bs-theme=dark] .spoiler-card-container > .spoiler-card {
    width: 32.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
  [data-bs-theme=light] .card-popup-modal .spoiler-card-container > .spoiler-card-dfc,
  [data-bs-theme=light] .spoiler-card-container > .spoiler-card-dfc, [data-bs-theme=dark] .card-popup-modal .spoiler-card-container > .spoiler-card-dfc,
  [data-bs-theme=dark] .spoiler-card-container > .spoiler-card-dfc {
    width: 65.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
}
@media (min-width: 920px) {
  [data-bs-theme=light] .spoiler-card-container.spoiler-card-container-small > .spoiler-card,
  [data-bs-theme=light] #spoiler-card-container.spoiler-card-container-small > .spoiler-card, [data-bs-theme=dark] .spoiler-card-container.spoiler-card-container-small > .spoiler-card,
  [data-bs-theme=dark] #spoiler-card-container.spoiler-card-container-small > .spoiler-card {
    width: 19.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
  [data-bs-theme=light] .spoiler-card-container.spoiler-card-container-small > .spoiler-card-dfc,
  [data-bs-theme=light] #spoiler-card-container.spoiler-card-container-small > .spoiler-card-dfc, [data-bs-theme=dark] .spoiler-card-container.spoiler-card-container-small > .spoiler-card-dfc,
  [data-bs-theme=dark] #spoiler-card-container.spoiler-card-container-small > .spoiler-card-dfc {
    width: 24.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
  [data-bs-theme=light] .card-popup-modal .spoiler-card-container > .spoiler-card,
  [data-bs-theme=light] .spoiler-card-container > .spoiler-card,
  [data-bs-theme=light] #spoiler-card-container > .spoiler-card, [data-bs-theme=dark] .card-popup-modal .spoiler-card-container > .spoiler-card,
  [data-bs-theme=dark] .spoiler-card-container > .spoiler-card,
  [data-bs-theme=dark] #spoiler-card-container > .spoiler-card {
    width: 24.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
  [data-bs-theme=light] .card-popup-modal .spoiler-card-container > .spoiler-card-dfc,
  [data-bs-theme=light] .spoiler-card-container > .spoiler-card-dfc,
  [data-bs-theme=light] #spoiler-card-container > .spoiler-card-dfc, [data-bs-theme=dark] .card-popup-modal .spoiler-card-container > .spoiler-card-dfc,
  [data-bs-theme=dark] .spoiler-card-container > .spoiler-card-dfc,
  [data-bs-theme=dark] #spoiler-card-container > .spoiler-card-dfc {
    width: 49.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
}
@media (min-width: 1150px) {
  [data-bs-theme=light] .card-popup-modal .spoiler-card-container > .spoiler-card,
  [data-bs-theme=light] .spoiler-card-container > .spoiler-card, [data-bs-theme=dark] .card-popup-modal .spoiler-card-container > .spoiler-card,
  [data-bs-theme=dark] .spoiler-card-container > .spoiler-card {
    width: 19.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
  [data-bs-theme=light] .card-popup-modal .spoiler-card-container > .spoiler-card-dfc,
  [data-bs-theme=light] .spoiler-card-container > .spoiler-card-dfc, [data-bs-theme=dark] .card-popup-modal .spoiler-card-container > .spoiler-card-dfc,
  [data-bs-theme=dark] .spoiler-card-container > .spoiler-card-dfc {
    width: 39.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
  [data-bs-theme=light] .deck-archetype-breakdown .spoiler-card-container.spoiler-card-container-small > .spoiler-card,
  [data-bs-theme=light] .deck-archetype-breakdown #spoiler-card-container.spoiler-card-container-small > .spoiler-card, [data-bs-theme=light] .deck-primer-page .spoiler-card-container.spoiler-card-container-small > .spoiler-card,
  [data-bs-theme=light] .deck-primer-page #spoiler-card-container.spoiler-card-container-small > .spoiler-card, [data-bs-theme=dark] .deck-archetype-breakdown .spoiler-card-container.spoiler-card-container-small > .spoiler-card,
  [data-bs-theme=dark] .deck-archetype-breakdown #spoiler-card-container.spoiler-card-container-small > .spoiler-card, [data-bs-theme=dark] .deck-primer-page .spoiler-card-container.spoiler-card-container-small > .spoiler-card,
  [data-bs-theme=dark] .deck-primer-page #spoiler-card-container.spoiler-card-container-small > .spoiler-card {
    width: 19.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
  [data-bs-theme=light] .deck-archetype-breakdown .spoiler-card-container.spoiler-card-container-small > .spoiler-card-dfc,
  [data-bs-theme=light] .deck-archetype-breakdown #spoiler-card-container.spoiler-card-container-small > .spoiler-card-dfc, [data-bs-theme=light] .deck-primer-page .spoiler-card-container.spoiler-card-container-small > .spoiler-card-dfc,
  [data-bs-theme=light] .deck-primer-page #spoiler-card-container.spoiler-card-container-small > .spoiler-card-dfc, [data-bs-theme=dark] .deck-archetype-breakdown .spoiler-card-container.spoiler-card-container-small > .spoiler-card-dfc,
  [data-bs-theme=dark] .deck-archetype-breakdown #spoiler-card-container.spoiler-card-container-small > .spoiler-card-dfc, [data-bs-theme=dark] .deck-primer-page .spoiler-card-container.spoiler-card-container-small > .spoiler-card-dfc,
  [data-bs-theme=dark] .deck-primer-page #spoiler-card-container.spoiler-card-container-small > .spoiler-card-dfc {
    width: 24.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
  [data-bs-theme=light] .deck-archetype-breakdown .spoiler-card-container > .spoiler-card,
  [data-bs-theme=light] .deck-archetype-breakdown #spoiler-card-container > .spoiler-card, [data-bs-theme=light] .deck-primer-page .spoiler-card-container > .spoiler-card,
  [data-bs-theme=light] .deck-primer-page #spoiler-card-container > .spoiler-card, [data-bs-theme=dark] .deck-archetype-breakdown .spoiler-card-container > .spoiler-card,
  [data-bs-theme=dark] .deck-archetype-breakdown #spoiler-card-container > .spoiler-card, [data-bs-theme=dark] .deck-primer-page .spoiler-card-container > .spoiler-card,
  [data-bs-theme=dark] .deck-primer-page #spoiler-card-container > .spoiler-card {
    width: 24.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
  [data-bs-theme=light] .deck-archetype-breakdown .spoiler-card-container > .spoiler-card-dfc,
  [data-bs-theme=light] .deck-archetype-breakdown #spoiler-card-container > .spoiler-card-dfc, [data-bs-theme=light] .deck-primer-page .spoiler-card-container > .spoiler-card-dfc,
  [data-bs-theme=light] .deck-primer-page #spoiler-card-container > .spoiler-card-dfc, [data-bs-theme=dark] .deck-archetype-breakdown .spoiler-card-container > .spoiler-card-dfc,
  [data-bs-theme=dark] .deck-archetype-breakdown #spoiler-card-container > .spoiler-card-dfc, [data-bs-theme=dark] .deck-primer-page .spoiler-card-container > .spoiler-card-dfc,
  [data-bs-theme=dark] .deck-primer-page #spoiler-card-container > .spoiler-card-dfc {
    width: 49.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
}
[data-bs-theme=light] .spoiler-page-set-meta, [data-bs-theme=dark] .spoiler-page-set-meta {
  font-size: 85%;
}
[data-bs-theme=light] .spoiler-page-set-meta h3, [data-bs-theme=light] .spoiler-page-set-meta .h3, [data-bs-theme=dark] .spoiler-page-set-meta h3, [data-bs-theme=dark] .spoiler-page-set-meta .h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0;
}
[data-bs-theme=light] .spoiler-page-set-meta .cards-spoiled-rarity, [data-bs-theme=dark] .spoiler-page-set-meta .cards-spoiled-rarity {
  height: 12px;
}
[data-bs-theme=light] #spoiler-card-filters, [data-bs-theme=dark] #spoiler-card-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
[data-bs-theme=light] #spoiler-card-filters .filter-group-colors .filter-group-contents, [data-bs-theme=dark] #spoiler-card-filters .filter-group-colors .filter-group-contents {
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  [data-bs-theme=light] #spoiler-card-filters .filter-group-colors .filter-group-contents, [data-bs-theme=dark] #spoiler-card-filters .filter-group-colors .filter-group-contents {
    flex-wrap: nowrap;
  }
}
[data-bs-theme=light] #spoiler-card-filters .filter-group-colors .filter-group-contents .filter, [data-bs-theme=dark] #spoiler-card-filters .filter-group-colors .filter-group-contents .filter {
  width: 25%;
}
@media (min-width: 600px) {
  [data-bs-theme=light] #spoiler-card-filters .filter-group-colors .filter-group-contents .filter, [data-bs-theme=dark] #spoiler-card-filters .filter-group-colors .filter-group-contents .filter {
    width: 100%;
  }
}
[data-bs-theme=light] #spoiler-card-filters .filter-set, [data-bs-theme=dark] #spoiler-card-filters .filter-set {
  width: 100%;
}
[data-bs-theme=light] #spoiler-card-filters .filter-group-title h4, [data-bs-theme=light] #spoiler-card-filters .filter-group-title .h4, [data-bs-theme=dark] #spoiler-card-filters .filter-group-title h4, [data-bs-theme=dark] #spoiler-card-filters .filter-group-title .h4 {
  display: inline-block;
}
[data-bs-theme=light] #spoiler-card-filters .filter, [data-bs-theme=dark] #spoiler-card-filters .filter {
  padding: 6px;
  width: 100%;
  font-size: 0.8rem;
}
[data-bs-theme=light] #spoiler-card-filters .filter-group-sort,
[data-bs-theme=light] #spoiler-card-filters .filter-group-name, [data-bs-theme=dark] #spoiler-card-filters .filter-group-sort,
[data-bs-theme=dark] #spoiler-card-filters .filter-group-name {
  width: 50%;
  float: left;
}
[data-bs-theme=light] #spoiler-card-filters .filter-group-name, [data-bs-theme=dark] #spoiler-card-filters .filter-group-name {
  padding-left: 0.5em;
}
[data-bs-theme=light] #spoiler-card-filters .filter-group-rarities h4, [data-bs-theme=light] #spoiler-card-filters .filter-group-rarities .h4, [data-bs-theme=light] #spoiler-card-filters .filter-group-colors h4, [data-bs-theme=light] #spoiler-card-filters .filter-group-colors .h4, [data-bs-theme=dark] #spoiler-card-filters .filter-group-rarities h4, [data-bs-theme=dark] #spoiler-card-filters .filter-group-rarities .h4, [data-bs-theme=dark] #spoiler-card-filters .filter-group-colors h4, [data-bs-theme=dark] #spoiler-card-filters .filter-group-colors .h4 {
  margin-top: 0.5rem;
}
[data-bs-theme=light] #spoiler-card-filters .filter-group-rarities .filter-group-contents, [data-bs-theme=light] #spoiler-card-filters .filter-group-colors .filter-group-contents, [data-bs-theme=dark] #spoiler-card-filters .filter-group-rarities .filter-group-contents, [data-bs-theme=dark] #spoiler-card-filters .filter-group-colors .filter-group-contents {
  width: 100%;
  display: flex;
}
[data-bs-theme=light] #spoiler-card-filters .filter-group-rarities h4, [data-bs-theme=light] #spoiler-card-filters .filter-group-rarities .h4, [data-bs-theme=light] #spoiler-card-filters .filter-group-colors h4, [data-bs-theme=light] #spoiler-card-filters .filter-group-colors .h4, [data-bs-theme=light] #spoiler-card-filters .filter-group-sort-filter h4, [data-bs-theme=light] #spoiler-card-filters .filter-group-sort-filter .h4, [data-bs-theme=dark] #spoiler-card-filters .filter-group-rarities h4, [data-bs-theme=dark] #spoiler-card-filters .filter-group-rarities .h4, [data-bs-theme=dark] #spoiler-card-filters .filter-group-colors h4, [data-bs-theme=dark] #spoiler-card-filters .filter-group-colors .h4, [data-bs-theme=dark] #spoiler-card-filters .filter-group-sort-filter h4, [data-bs-theme=dark] #spoiler-card-filters .filter-group-sort-filter .h4 {
  font-size: 1.1rem;
  margin-top: 1rem;
}
@media (min-width: 900px) {
  [data-bs-theme=light] #spoiler-card-filters .filter-group-rarities h4, [data-bs-theme=light] #spoiler-card-filters .filter-group-rarities .h4, [data-bs-theme=light] #spoiler-card-filters .filter-group-colors h4, [data-bs-theme=light] #spoiler-card-filters .filter-group-colors .h4, [data-bs-theme=light] #spoiler-card-filters .filter-group-sort-filter h4, [data-bs-theme=light] #spoiler-card-filters .filter-group-sort-filter .h4, [data-bs-theme=dark] #spoiler-card-filters .filter-group-rarities h4, [data-bs-theme=dark] #spoiler-card-filters .filter-group-rarities .h4, [data-bs-theme=dark] #spoiler-card-filters .filter-group-colors h4, [data-bs-theme=dark] #spoiler-card-filters .filter-group-colors .h4, [data-bs-theme=dark] #spoiler-card-filters .filter-group-sort-filter h4, [data-bs-theme=dark] #spoiler-card-filters .filter-group-sort-filter .h4 {
    margin-top: 0;
  }
  [data-bs-theme=light] #spoiler-card-filters .filter-group-colors, [data-bs-theme=dark] #spoiler-card-filters .filter-group-colors {
    flex-basis: 33rem;
  }
  [data-bs-theme=light] #spoiler-card-filters .filter-group-rarities, [data-bs-theme=dark] #spoiler-card-filters .filter-group-rarities {
    flex-basis: 20rem;
    padding: 0 1rem;
  }
  [data-bs-theme=light] #spoiler-card-filters .filter-group-sort-filter, [data-bs-theme=dark] #spoiler-card-filters .filter-group-sort-filter {
    flex-basis: 20rem;
    flex-grow: 2;
  }
}
[data-bs-theme=light] .spoiler-page-countdown, [data-bs-theme=dark] .spoiler-page-countdown {
  color: #E82121;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
}
[data-bs-theme=light] .spoiler-page-countdown .release-info, [data-bs-theme=dark] .spoiler-page-countdown .release-info {
  margin-bottom: 0;
}
[data-bs-theme=light] .spoiler-page-countdown .full-spoiler-info, [data-bs-theme=dark] .spoiler-page-countdown .full-spoiler-info {
  font-size: 1rem;
}
[data-bs-theme=light] .spoiler-page-countdown .spoiler-page-countdown-timer-icon, [data-bs-theme=dark] .spoiler-page-countdown .spoiler-page-countdown-timer-icon {
  display: none;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .spoiler-page-countdown, [data-bs-theme=dark] .spoiler-page-countdown {
    margin-top: 20px;
    float: right;
  }
  [data-bs-theme=light] .spoiler-page-countdown .spoiler-page-countdown-timer-icon, [data-bs-theme=dark] .spoiler-page-countdown .spoiler-page-countdown-timer-icon {
    display: block;
  }
}
[data-bs-theme=light] .spoiler-page-recent-cards-banner, [data-bs-theme=dark] .spoiler-page-recent-cards-banner {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.5em;
  display: block;
  width: 100%;
}
[data-bs-theme=light] .spoiler-page-group-description, [data-bs-theme=dark] .spoiler-page-group-description {
  width: 100%;
}
[data-bs-theme=light] .spoiler-page-title, [data-bs-theme=dark] .spoiler-page-title {
  font-weight: 800;
}
[data-bs-theme=light] .spoiler-page-title-container::after, [data-bs-theme=dark] .spoiler-page-title-container::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .spoiler-page-recent-sets, [data-bs-theme=dark] .spoiler-page-recent-sets {
  font-size: 0.75em;
}
[data-bs-theme=light] .spoiler-page-set-meta::after, [data-bs-theme=dark] .spoiler-page-set-meta::after {
  display: block;
  clear: both;
  content: "";
}
[data-bs-theme=light] .spoiler-page-set-meta, [data-bs-theme=dark] .spoiler-page-set-meta {
  margin-bottom: 2em;
  background-color: var(--widget-bg-color);
}
[data-bs-theme=light] .spoiler-page-set-meta, [data-bs-theme=dark] .spoiler-page-set-meta {
  padding: 15px;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .spoiler-page-set-meta, [data-bs-theme=dark] .spoiler-page-set-meta {
    padding: 0;
  }
}
[data-bs-theme=light] .spoiler-page-set-meta, [data-bs-theme=dark] .spoiler-page-set-meta {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
}
[data-bs-theme=light] .spoiler-page-set-meta .spoiler-page-set-meta-block, [data-bs-theme=dark] .spoiler-page-set-meta .spoiler-page-set-meta-block {
  padding: 1rem;
  width: 100%;
}
[data-bs-theme=light] .spoiler-page-set-meta .spoiler-page-set-meta-block:not(:first-child), [data-bs-theme=dark] .spoiler-page-set-meta .spoiler-page-set-meta-block:not(:first-child) {
  border-top: 1px solid var(--border-color);
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .spoiler-page-set-meta .spoiler-page-set-meta-block:not(:first-child), [data-bs-theme=dark] .spoiler-page-set-meta .spoiler-page-set-meta-block:not(:first-child) {
    border-top: none;
    border-left: 1px solid var(--border-color);
  }
  [data-bs-theme=light] .spoiler-page-set-meta .spoiler-page-set-meta-block-description, [data-bs-theme=dark] .spoiler-page-set-meta .spoiler-page-set-meta-block-description {
    max-width: 30%;
  }
}
[data-bs-theme=light] .spoiler-page-ebay-widget, [data-bs-theme=dark] .spoiler-page-ebay-widget {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 10px;
  margin-bottom: 1em;
}
[data-bs-theme=light] .spoiler-page-set-meta-toggle, [data-bs-theme=dark] .spoiler-page-set-meta-toggle {
  margin: 0;
}
[data-bs-theme=light] .spoiler-page-set-meta-toggle:hover, [data-bs-theme=dark] .spoiler-page-set-meta-toggle:hover {
  cursor: pointer;
}
[data-bs-theme=light] .spoiler-page-set-meta-toggle .fas, [data-bs-theme=dark] .spoiler-page-set-meta-toggle .fas {
  float: right;
}
[data-bs-theme=light] .spoiler-page-set-meta-toggle .fas.fa-chevron-right, [data-bs-theme=dark] .spoiler-page-set-meta-toggle .fas.fa-chevron-right {
  display: block;
}
[data-bs-theme=light] .spoiler-page-set-meta-toggle .fas.fa-chevron-up, [data-bs-theme=dark] .spoiler-page-set-meta-toggle .fas.fa-chevron-up {
  display: none;
}
[data-bs-theme=light] .spoiler-page-set-meta-toggle.collapsed .fas.fa-chevron-right, [data-bs-theme=dark] .spoiler-page-set-meta-toggle.collapsed .fas.fa-chevron-right {
  display: none;
}
[data-bs-theme=light] .spoiler-page-set-meta-toggle.collapsed .fas.fa-chevron-up, [data-bs-theme=dark] .spoiler-page-set-meta-toggle.collapsed .fas.fa-chevron-up {
  display: block;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .spoiler-page-set-meta-toggle, [data-bs-theme=dark] .spoiler-page-set-meta-toggle {
    display: none;
  }
  [data-bs-theme=light] #info-collapse.collapse, [data-bs-theme=dark] #info-collapse.collapse {
    display: flex;
    height: auto !important;
  }
  [data-bs-theme=light] #info-collapse, [data-bs-theme=dark] #info-collapse {
    display: flex;
    flex-direction: row;
    height: auto !important;
  }
}
[data-bs-theme=light] .change-set-dropdown .set-release-name, [data-bs-theme=light] #change-set-modal .set-release-name, [data-bs-theme=dark] .change-set-dropdown .set-release-name, [data-bs-theme=dark] #change-set-modal .set-release-name {
  width: 75%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
}
[data-bs-theme=light] .change-set-dropdown .set-release-date, [data-bs-theme=light] #change-set-modal .set-release-date, [data-bs-theme=dark] .change-set-dropdown .set-release-date, [data-bs-theme=dark] #change-set-modal .set-release-date {
  color: var(--text-muted);
  float: right;
  margin-left: 20px;
}
[data-bs-theme=light] .change-set-dropdown, [data-bs-theme=dark] .change-set-dropdown {
  display: inline-block;
}
[data-bs-theme=light] .change-set-dropdown .dropdown-menu, [data-bs-theme=dark] .change-set-dropdown .dropdown-menu {
  min-width: 25em;
}
[data-bs-theme=light] .change-set-dropdown, [data-bs-theme=dark] .change-set-dropdown {
  display: none;
}
@media (min-width: 600px) {
  [data-bs-theme=light] .change-set-dropdown, [data-bs-theme=dark] .change-set-dropdown {
    display: inline-block;
  }
}
@media (min-width: 600px) {
  [data-bs-theme=light] #change-set-modal-button, [data-bs-theme=dark] #change-set-modal-button {
    display: none;
  }
}
@media (min-width: 900px) {
  [data-bs-theme=light] .ebay-widget, [data-bs-theme=dark] .ebay-widget {
    display: flex;
  }
  [data-bs-theme=light] .ebay-widget .ebay-widget-image, [data-bs-theme=dark] .ebay-widget .ebay-widget-image {
    flex: 0 0 223px;
  }
  [data-bs-theme=light] .ebay-widget .ebay-widget-listings, [data-bs-theme=dark] .ebay-widget .ebay-widget-listings {
    padding-left: 0.5em;
    width: 100%;
  }
}
[data-bs-theme=light] .filter-group-reprints, [data-bs-theme=dark] .filter-group-reprints {
  margin: 0;
}
[data-bs-theme=light] .filter.active, [data-bs-theme=dark] .filter.active {
  color: #212529;
}
[data-bs-theme=light] .filter.active .svg-sprite path, [data-bs-theme=dark] .filter.active .svg-sprite path {
  fill: #212529;
}

[data-bs-theme=dark] .spoiler-page-recent-cards-banner {
  background-color: var(--widget-bg-color);
}

[data-bs-theme=light] .arts-container, [data-bs-theme=dark] .arts-container {
  display: flex;
  flex-wrap: wrap;
}
[data-bs-theme=light] .arts-container .art-item-header, [data-bs-theme=dark] .arts-container .art-item-header {
  display: flex;
  justify-content: space-between;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
[data-bs-theme=light] .arts-container .art-item, [data-bs-theme=dark] .arts-container .art-item {
  flex-grow: 1;
  margin: 2px;
  height: 226px;
  background-color: rgba(0, 0, 0, 0.05);
}
[data-bs-theme=light] .arts-container .art-item .art-item-delete, [data-bs-theme=dark] .arts-container .art-item .art-item-delete {
  float: right;
}
[data-bs-theme=light] .arts-container .art-item p, [data-bs-theme=dark] .arts-container .art-item p {
  margin: 0;
  padding: 3px;
}
[data-bs-theme=light] .arts-container .art-item img, [data-bs-theme=dark] .arts-container .art-item img {
  height: 200px;
  object-fit: cover;
  max-width: 100%;
  min-width: 100%;
  vertical-align: bottom;
}

[data-bs-theme=dark] .arts-container .art-item {
  background-color: rgba(255, 255, 255, 0.05);
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
[data-bs-theme=light] .collapse-indicator, [data-bs-theme=dark] .collapse-indicator {
  float: right;
}
[data-bs-theme=light] .collapse-indicator::before, [data-bs-theme=dark] .collapse-indicator::before {
  content: "\f054";
}
[data-bs-theme=light] .collapsed .collapse-indicator::before, [data-bs-theme=dark] .collapsed .collapse-indicator::before {
  content: "\f077";
}
[data-bs-theme=light] .navbar-toggler > img, [data-bs-theme=dark] .navbar-toggler > img {
  width: 1.6rem;
}
[data-bs-theme=light] .cd-morph-dropdown .label, [data-bs-theme=dark] .cd-morph-dropdown .label {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  text-align: left;
  display: block;
  font-size: 1.75rem;
  padding-left: 1rem;
}
[data-bs-theme=light] .cd-morph-dropdown, [data-bs-theme=dark] .cd-morph-dropdown {
  width: 100%;
  background-color: #fff;
  position: absolute;
  height: 60px;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
}
[data-bs-theme=light] .cd-morph-dropdown::before, [data-bs-theme=dark] .cd-morph-dropdown::before {
  /* never visible - used in JS to check mq */
  content: "mobile";
  display: none;
}
[data-bs-theme=light] .cd-morph-dropdown .nav-trigger, [data-bs-theme=dark] .cd-morph-dropdown .nav-trigger {
  /* menu icon - visible on small screens only */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  /* replace text with icon */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
[data-bs-theme=light] .cd-morph-dropdown .nav-trigger span, [data-bs-theme=light] .cd-morph-dropdown .nav-trigger span::after, [data-bs-theme=light] .cd-morph-dropdown .nav-trigger span::before, [data-bs-theme=dark] .cd-morph-dropdown .nav-trigger span, [data-bs-theme=dark] .cd-morph-dropdown .nav-trigger span::after, [data-bs-theme=dark] .cd-morph-dropdown .nav-trigger span::before {
  /* these are the 3 lines of the menu icon */
  position: absolute;
  background-color: #fff;
  height: 3px;
  width: 26px;
}
[data-bs-theme=light] .cd-morph-dropdown .nav-trigger span, [data-bs-theme=dark] .cd-morph-dropdown .nav-trigger span {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  transition: background-color 0.3s;
}
[data-bs-theme=light] .cd-morph-dropdown .nav-trigger span::after, [data-bs-theme=light] .cd-morph-dropdown .nav-trigger span::before, [data-bs-theme=dark] .cd-morph-dropdown .nav-trigger span::after, [data-bs-theme=dark] .cd-morph-dropdown .nav-trigger span::before {
  content: "";
  left: 0;
  transition: transform 0.3s;
}
[data-bs-theme=light] .cd-morph-dropdown .nav-trigger span::before, [data-bs-theme=dark] .cd-morph-dropdown .nav-trigger span::before {
  transform: translateY(-9px);
}
[data-bs-theme=light] .cd-morph-dropdown .nav-trigger span::after, [data-bs-theme=dark] .cd-morph-dropdown .nav-trigger span::after {
  transform: translateY(9px);
}
[data-bs-theme=light] .cd-morph-dropdown.nav-open .nav-trigger span, [data-bs-theme=dark] .cd-morph-dropdown.nav-open .nav-trigger span {
  background-color: transparent;
}
[data-bs-theme=light] .cd-morph-dropdown.nav-open .nav-trigger span::before, [data-bs-theme=dark] .cd-morph-dropdown.nav-open .nav-trigger span::before {
  transform: rotate(45deg);
}
[data-bs-theme=light] .cd-morph-dropdown.nav-open .nav-trigger span::after, [data-bs-theme=dark] .cd-morph-dropdown.nav-open .nav-trigger span::after {
  transform: rotate(-45deg);
}
[data-bs-theme=light] .cd-morph-dropdown .main-nav, [data-bs-theme=dark] .cd-morph-dropdown .main-nav {
  display: none;
}
[data-bs-theme=light] .cd-morph-dropdown .morph-dropdown-wrapper, [data-bs-theme=dark] .cd-morph-dropdown .morph-dropdown-wrapper {
  display: none;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 1.2em 5%;
  box-shadow: inset 0 1px 0 #515151;
  background-color: #5a5a5a;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .cd-morph-dropdown .morph-dropdown-wrapper, [data-bs-theme=dark] .cd-morph-dropdown .morph-dropdown-wrapper {
    max-width: 600px;
    float: right;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .cd-morph-dropdown .morph-dropdown-wrapper, [data-bs-theme=dark] .cd-morph-dropdown .morph-dropdown-wrapper {
    float: none;
    max-width: auto;
  }
}
[data-bs-theme=light] .cd-morph-dropdown.nav-open .morph-dropdown-wrapper, [data-bs-theme=dark] .cd-morph-dropdown.nav-open .morph-dropdown-wrapper {
  display: block;
}
[data-bs-theme=light] .cd-morph-dropdown .dropdown-list > ul > li, [data-bs-theme=dark] .cd-morph-dropdown .dropdown-list > ul > li {
  margin-bottom: 3.3em;
}
[data-bs-theme=light] .cd-morph-dropdown .content li::after, [data-bs-theme=dark] .cd-morph-dropdown .content li::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .cd-morph-dropdown, [data-bs-theme=dark] .cd-morph-dropdown {
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: transparent;
  }
  [data-bs-theme=light] .cd-morph-dropdown::before, [data-bs-theme=dark] .cd-morph-dropdown::before {
    content: "desktop";
  }
  [data-bs-theme=light] .cd-morph-dropdown .nav-trigger, [data-bs-theme=dark] .cd-morph-dropdown .nav-trigger {
    display: none;
  }
  [data-bs-theme=light] .cd-morph-dropdown .main-nav, [data-bs-theme=dark] .cd-morph-dropdown .main-nav {
    display: inline-block;
    width: 38rem;
    flex-grow: 0;
    flex-shrink: 0;
  }
  [data-bs-theme=light] .cd-morph-dropdown .main-nav > ul, [data-bs-theme=dark] .cd-morph-dropdown .main-nav > ul {
    padding-left: 20px;
  }
  [data-bs-theme=light] .cd-morph-dropdown .main-nav > ul > li, [data-bs-theme=dark] .cd-morph-dropdown .main-nav > ul > li {
    display: inline-block;
    float: left;
  }
  [data-bs-theme=light] .cd-morph-dropdown .main-nav > ul > li > a, [data-bs-theme=dark] .cd-morph-dropdown .main-nav > ul > li > a {
    display: block;
    padding: 0 1rem;
    height: 70px;
    line-height: 70px;
    color: #5a5a5a;
    font-size: 1.3rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: opacity 0.2s;
  }
  [data-bs-theme=light] .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li > a, [data-bs-theme=dark] .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li > a {
    /* main navigation hover effect - on hover, reduce opacity of elements not hovered over */
    opacity: 0.6;
  }
  [data-bs-theme=light] .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a, [data-bs-theme=dark] .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a {
    opacity: 1;
  }
  [data-bs-theme=light] .cd-morph-dropdown .morph-dropdown-wrapper, [data-bs-theme=dark] .cd-morph-dropdown .morph-dropdown-wrapper {
    /* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
    display: block;
    top: 58px;
    /* overwrite mobile style */
    width: auto;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    /* Force Hardware acceleration */
    transform: translateZ(0);
    will-change: transform;
    transform: translateY(20px);
    transition: transform 0.3s;
  }
  [data-bs-theme=light] .cd-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper, [data-bs-theme=dark] .cd-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
    transform: translateY(0);
  }
  [data-bs-theme=light] .cd-morph-dropdown .dropdown-list, [data-bs-theme=dark] .cd-morph-dropdown .dropdown-list {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    transform: translateZ(0);
    will-change: transform, width, height;
    transition: visibility 0.3s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }
  .no-csstransitions [data-bs-theme=light] .cd-morph-dropdown .dropdown-list, .no-csstransitions [data-bs-theme=dark] .cd-morph-dropdown .dropdown-list {
    display: none;
  }
  [data-bs-theme=light] .cd-morph-dropdown .dropdown-list::before, [data-bs-theme=dark] .cd-morph-dropdown .dropdown-list::before {
    /* dropdown top triangle */
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #5a5a5a;
    opacity: 0;
    transition: opacity 0.3s;
  }
  [data-bs-theme=light] .cd-morph-dropdown .dropdown-list > ul, [data-bs-theme=dark] .cd-morph-dropdown .dropdown-list > ul {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  [data-bs-theme=light] .cd-morph-dropdown.is-dropdown-visible .dropdown-list, [data-bs-theme=dark] .cd-morph-dropdown.is-dropdown-visible .dropdown-list {
    visibility: visible;
    transition: transform 0.3s, width 0.3s, height 0.3s;
  }
  [data-bs-theme=light] .cd-morph-dropdown.is-dropdown-visible .dropdown-list::before, [data-bs-theme=dark] .cd-morph-dropdown.is-dropdown-visible .dropdown-list::before {
    opacity: 1;
  }
  [data-bs-theme=light] .cd-morph-dropdown .dropdown, [data-bs-theme=dark] .cd-morph-dropdown .dropdown {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: opacity 0.3s, visibility 0.3s;
  }
  [data-bs-theme=light] .cd-morph-dropdown .dropdown.active, [data-bs-theme=dark] .cd-morph-dropdown .dropdown.active {
    opacity: 1;
    visibility: visible;
  }
  [data-bs-theme=light] .cd-morph-dropdown .dropdown.move-left .content, [data-bs-theme=dark] .cd-morph-dropdown .dropdown.move-left .content {
    transform: translateX(-100px);
  }
  [data-bs-theme=light] .cd-morph-dropdown .dropdown.move-right .content, [data-bs-theme=dark] .cd-morph-dropdown .dropdown.move-right .content {
    transform: translateX(100px);
  }
  [data-bs-theme=light] .cd-morph-dropdown .label, [data-bs-theme=dark] .cd-morph-dropdown .label {
    /* hide the label on bigger devices */
    display: none;
  }
  [data-bs-theme=light] .cd-morph-dropdown .content, [data-bs-theme=dark] .cd-morph-dropdown .content {
    padding: 2.2em 1.8em;
    transition: transform 0.3s;
    text-align: left;
  }
  [data-bs-theme=light] .cd-morph-dropdown .content > ul::after, [data-bs-theme=dark] .cd-morph-dropdown .content > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  [data-bs-theme=light] .cd-morph-dropdown .content > ul > li, [data-bs-theme=dark] .cd-morph-dropdown .content > ul > li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-top: 0;
  }
  [data-bs-theme=light] .cd-morph-dropdown .content > ul > li:nth-of-type(2n), [data-bs-theme=dark] .cd-morph-dropdown .content > ul > li:nth-of-type(2n) {
    margin-right: 0;
  }
  [data-bs-theme=light] .cd-morph-dropdown .gallery .content, [data-bs-theme=dark] .cd-morph-dropdown .gallery .content {
    /* you need to set a width for the .content elements because they have a position absolute */
    width: 510px;
    padding-bottom: 0.8em;
    padding-top: 1em;
  }
  [data-bs-theme=light] .cd-morph-dropdown .gallery .content li, [data-bs-theme=dark] .cd-morph-dropdown .gallery .content li {
    margin-bottom: 1.8em;
  }
  [data-bs-theme=light] .cd-morph-dropdown .bg-layer, [data-bs-theme=dark] .cd-morph-dropdown .bg-layer {
    /* morph dropdown background */
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    background: #5a5a5a;
    opacity: 0;
    transition: opacity 0.3s;
    transform-origin: top left;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
  }
  [data-bs-theme=light] .cd-morph-dropdown.is-dropdown-visible .bg-layer, [data-bs-theme=dark] .cd-morph-dropdown.is-dropdown-visible .bg-layer {
    opacity: 1;
    transition: transform 0.3s, opacity 0.3s;
  }
}
[data-bs-theme=light] .cd-main-content, [data-bs-theme=dark] .cd-main-content {
  min-height: 100vh;
  position: relative;
  padding-top: 0.5rem;
}
[data-bs-theme=light] .dropdown-list .content, [data-bs-theme=dark] .dropdown-list .content {
  padding: 2.2em;
}
[data-bs-theme=light] .dropdown-list ul, [data-bs-theme=dark] .dropdown-list ul {
  list-style-type: none;
  padding: 0;
}
[data-bs-theme=light] .layout-menu-icon, [data-bs-theme=dark] .layout-menu-icon {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 10px;
}
[data-bs-theme=light] .dropdown-list .layout-menu-option-title, [data-bs-theme=dark] .dropdown-list .layout-menu-option-title {
  font-size: 1.2em;
  font-weight: normal;
  font-family: "Open Sans";
  font-style: normal;
  text-transform: uppercase;
  display: block;
  color: #fff;
}
[data-bs-theme=light] .layout-menu-icon, [data-bs-theme=dark] .layout-menu-icon {
  float: left;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .dropdown-list .layout-menu-option-title, [data-bs-theme=dark] .dropdown-list .layout-menu-option-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 3px;
  }
  [data-bs-theme=light] .dropdown-list .layout-menu-option-description, [data-bs-theme=dark] .dropdown-list .layout-menu-option-description {
    color: #fff;
    font-family: "Roboto";
    font-size: 0.8em;
    margin: 0;
    white-space: normal;
  }
}
[data-bs-theme=light] .dropdown-list .layout-menu-option-block:hover, [data-bs-theme=dark] .dropdown-list .layout-menu-option-block:hover {
  text-decoration: none !important;
}
[data-bs-theme=light] .dropdown-list .layout-menu-option-block:hover .layout-menu-option-title,
[data-bs-theme=light] .dropdown-list .layout-menu-option-block:hover .layout-menu-option-description, [data-bs-theme=dark] .dropdown-list .layout-menu-option-block:hover .layout-menu-option-title,
[data-bs-theme=dark] .dropdown-list .layout-menu-option-block:hover .layout-menu-option-description {
  text-decoration: none !important;
  color: #EE9746;
}
[data-bs-theme=light] .layout-menu-option-block, [data-bs-theme=dark] .layout-menu-option-block {
  float: none;
  width: auto;
}
[data-bs-theme=light] .layout-login-btn, [data-bs-theme=light] .layout-logout-dropdown, [data-bs-theme=dark] .layout-login-btn, [data-bs-theme=dark] .layout-logout-dropdown {
  display: none;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .layout-login-btn, [data-bs-theme=light] .layout-logout-dropdown, [data-bs-theme=dark] .layout-login-btn, [data-bs-theme=dark] .layout-logout-dropdown {
    display: block;
  }
}
[data-bs-theme=light] .layout-search-form, [data-bs-theme=dark] .layout-search-form {
  display: none;
}
[data-bs-theme=light] .layout-search-form.active, [data-bs-theme=dark] .layout-search-form.active {
  display: block;
}
[data-bs-theme=light] .layout-search-form, [data-bs-theme=dark] .layout-search-form {
  padding: 1em;
  background-color: #5A5A5A;
  position: absolute;
  top: 70px;
  width: 100%;
}
[data-bs-theme=light] .layout-search-form .input-group, [data-bs-theme=dark] .layout-search-form .input-group {
  width: 100%;
}
[data-bs-theme=light] .layout-search-form .input-group-btn, [data-bs-theme=dark] .layout-search-form .input-group-btn {
  display: none;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .layout-search-form .input-group-btn, [data-bs-theme=dark] .layout-search-form .input-group-btn {
    display: table-cell;
  }
}
[data-bs-theme=light] .layout-search-form .input-group .form-control:last-child, [data-bs-theme=dark] .layout-search-form .input-group .form-control:last-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .layout-search-form, [data-bs-theme=dark] .layout-search-form {
    flex-grow: 1;
    display: block;
    padding: 0;
    position: static;
    background-color: transparent;
    width: auto;
  }
  [data-bs-theme=light] .layout-search-form .input-group, [data-bs-theme=dark] .layout-search-form .input-group {
    width: auto;
  }
  [data-bs-theme=light] .layout-search-form .input-group-btn .btn, [data-bs-theme=dark] .layout-search-form .input-group-btn .btn {
    display: inline-block;
  }
  [data-bs-theme=light] .layout-search-form .input-group .form-control:last-child, [data-bs-theme=dark] .layout-search-form .input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  [data-bs-theme=light] .layout-login-btn, [data-bs-theme=dark] .layout-login-btn {
    display: block;
  }
}
[data-bs-theme=light] .layout-menu-option-description, [data-bs-theme=dark] .layout-menu-option-description {
  display: none;
}
[data-bs-theme=light] .layout-menu-icon, [data-bs-theme=dark] .layout-menu-icon {
  margin-top: 0;
}
[data-bs-theme=light] .content, [data-bs-theme=dark] .content {
  /*
  column-count: 1;
  @include for-tablet-portrait-up {
    column-count: 2;
  }
  */
}
[data-bs-theme=light] .content ul, [data-bs-theme=dark] .content ul {
  display: flex;
  flex-wrap: wrap;
}
[data-bs-theme=light] .content ul li, [data-bs-theme=dark] .content ul li {
  margin-bottom: 15px;
  width: 50%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .content, [data-bs-theme=dark] .content {
    column-count: 1;
  }
}
[data-bs-theme=light] .cd-morph-dropdown .layout-container-fluid, [data-bs-theme=dark] .cd-morph-dropdown .layout-container-fluid {
  justify-content: center;
}
[data-bs-theme=light] .cd-morph-dropdown .morph-dropdown-wrapper, [data-bs-theme=dark] .cd-morph-dropdown .morph-dropdown-wrapper {
  padding: 0;
  padding-top: 0.6em;
}
[data-bs-theme=light] .cd-morph-dropdown .dropdown-list > ul > li, [data-bs-theme=dark] .cd-morph-dropdown .dropdown-list > ul > li {
  margin-bottom: 0;
  border-bottom: 3px solid #3E3E3E;
  padding: 0;
  padding-top: 0.5em;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .cd-morph-dropdown .dropdown-list > ul > li, [data-bs-theme=dark] .cd-morph-dropdown .dropdown-list > ul > li {
    border-bottom: none;
  }
}
[data-bs-theme=light] .cd-morph-dropdown, [data-bs-theme=dark] .cd-morph-dropdown {
  background-image: url("/assets/layout-header-bg-f06c8f08.svg");
  height: 70px;
  background-size: auto;
  background-color: #fff;
  text-align: left;
}
[data-bs-theme=light] .dropdown-list .content, [data-bs-theme=dark] .dropdown-list .content {
  padding: 1.5em 1em 0.75em 1em;
}
@media (min-width: 1800px) {
  [data-bs-theme=light] .cd-morph-dropdown, [data-bs-theme=dark] .cd-morph-dropdown {
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .cd-morph-dropdown .gallery .content li, [data-bs-theme=dark] .cd-morph-dropdown .gallery .content li {
    margin-bottom: 1.1em;
  }
  [data-bs-theme=light] .cd-morph-dropdown .content > ul > li, [data-bs-theme=dark] .cd-morph-dropdown .content > ul > li {
    width: 47%;
    margin-right: 3%;
  }
  [data-bs-theme=light] .dropdown-list .content, [data-bs-theme=dark] .dropdown-list .content {
    padding: 1.75em;
  }
  [data-bs-theme=light] .layout-menu-option-block, [data-bs-theme=dark] .layout-menu-option-block {
    float: left;
    width: 170px;
  }
  [data-bs-theme=light] .layout-menu-option-description, [data-bs-theme=dark] .layout-menu-option-description {
    display: block;
  }
}
[data-bs-theme=light] .cd-morph-dropdown .main-nav > ul > li > a, [data-bs-theme=dark] .cd-morph-dropdown .main-nav > ul > li > a {
  color: #fff;
}
[data-bs-theme=light] .cd-morph-dropdown .layout-container-fluid, [data-bs-theme=dark] .cd-morph-dropdown .layout-container-fluid {
  min-height: auto;
  height: 70px;
  display: flex;
  align-items: center;
}
[data-bs-theme=light] .layout-menu-logo, [data-bs-theme=dark] .layout-menu-logo {
  height: 35px;
}
[data-bs-theme=light] .layout-search-form .glyphicon, [data-bs-theme=dark] .layout-search-form .glyphicon {
  top: 0;
}
[data-bs-theme=light] .cd-main-content .layout-container-fluid, [data-bs-theme=dark] .cd-main-content .layout-container-fluid {
  padding-top: 5px;
}
[data-bs-theme=light] .layout-footer-panel, [data-bs-theme=dark] .layout-footer-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
[data-bs-theme=light] .layout-footer-panel-container h3, [data-bs-theme=light] .layout-footer-panel-container .h3, [data-bs-theme=dark] .layout-footer-panel-container h3, [data-bs-theme=dark] .layout-footer-panel-container .h3 {
  color: #EFA661;
  font-family: "Open Sans";
  font-weight: bold;
  text-transform: uppercase;
}
[data-bs-theme=light] .layout-footer-panel-container, [data-bs-theme=dark] .layout-footer-panel-container {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 2%;
}
[data-bs-theme=light] .layout-newsletter-panel, [data-bs-theme=dark] .layout-newsletter-panel {
  color: #fff;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .layout-newsletter-panel, [data-bs-theme=dark] .layout-newsletter-panel {
    padding-right: 1rem;
  }
}
[data-bs-theme=light] .layout-newsletter-panel .layout-newsletter-cta, [data-bs-theme=dark] .layout-newsletter-panel .layout-newsletter-cta {
  font-size: 1.125rem;
  font-weight: bold;
}
[data-bs-theme=light] .layout-newsletter-panel h3, [data-bs-theme=light] .layout-newsletter-panel .h3, [data-bs-theme=dark] .layout-newsletter-panel h3, [data-bs-theme=dark] .layout-newsletter-panel .h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 1rem;
}
[data-bs-theme=light] .layout-footer-panel-menu > li > a:hover, [data-bs-theme=light] .layout-footer-panel-menu > li > a, [data-bs-theme=dark] .layout-footer-panel-menu > li > a:hover, [data-bs-theme=dark] .layout-footer-panel-menu > li > a {
  color: #fff;
}
[data-bs-theme=light] .layout-newsletter-form .layout-newsletter-btn, [data-bs-theme=dark] .layout-newsletter-form .layout-newsletter-btn {
  font-weight: bold;
  margin-top: -2px;
  font-size: 1.25rem;
  margin-left: 0.3125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
[data-bs-theme=light] .layout-newsletter-form .form-control, [data-bs-theme=dark] .layout-newsletter-form .form-control {
  font-size: 1.25rem;
  height: auto;
}
[data-bs-theme=light] .bottom-shelf, [data-bs-theme=dark] .bottom-shelf {
  background-color: #2B2B2B;
  color: #fff;
}
[data-bs-theme=light] .main-nav a:hover, [data-bs-theme=dark] .main-nav a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .search-trigger, [data-bs-theme=dark] .search-trigger {
    display: none;
  }
}
[data-bs-theme=light] .search-trigger, [data-bs-theme=dark] .search-trigger {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  color: #fff;
  padding: 15px;
}
[data-bs-theme=light] .search-trigger:hover, [data-bs-theme=light] .search-trigger:active, [data-bs-theme=light] .search-trigger:focus, [data-bs-theme=dark] .search-trigger:hover, [data-bs-theme=dark] .search-trigger:active, [data-bs-theme=dark] .search-trigger:focus {
  color: #fff;
}
[data-bs-theme=light] .layout-bottom-contents a, [data-bs-theme=light] .layout-bottom-contents a:hover, [data-bs-theme=dark] .layout-bottom-contents a, [data-bs-theme=dark] .layout-bottom-contents a:hover {
  color: #EFA661;
}
[data-bs-theme=light] .bottom-shelf .layout-container-fluid, [data-bs-theme=dark] .bottom-shelf .layout-container-fluid {
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
}
[data-bs-theme=light] .cd-morph-dropdown .dropdown-link-only .label, [data-bs-theme=dark] .cd-morph-dropdown .dropdown-link-only .label {
  margin-bottom: 0.5em;
}
[data-bs-theme=light] .layout-login-btn, [data-bs-theme=dark] .layout-login-btn {
  margin-left: 20px;
}
[data-bs-theme=light] .layout-logout-dropdown, [data-bs-theme=dark] .layout-logout-dropdown {
  position: relative;
  margin-left: 20px;
}
[data-bs-theme=light] .morph-dropdown-wrapper .dropdown-list #footer, [data-bs-theme=dark] .morph-dropdown-wrapper .dropdown-list #footer {
  background-color: #2D2D2D;
  padding-top: 0;
}
[data-bs-theme=light] .morph-dropdown-wrapper .dropdown-list #footer .content, [data-bs-theme=dark] .morph-dropdown-wrapper .dropdown-list #footer .content {
  padding: 0.7em;
  column-count: 1;
}
[data-bs-theme=light] .morph-dropdown-wrapper .dropdown-list #footer .content img, [data-bs-theme=dark] .morph-dropdown-wrapper .dropdown-list #footer .content img {
  margin-right: 0.25em;
}
[data-bs-theme=light] .layout-search-submit, [data-bs-theme=dark] .layout-search-submit {
  font-weight: 900;
}
[data-bs-theme=light] .sprite-login-facebook, [data-bs-theme=light] .sprite-login-twitter, [data-bs-theme=dark] .sprite-login-facebook, [data-bs-theme=dark] .sprite-login-twitter {
  border: 0;
  border-radius: 0.25rem;
}
[data-bs-theme=light] .dropdown-list, [data-bs-theme=dark] .dropdown-list {
  font-size: 80%;
}
@media (min-width: 600px) {
  [data-bs-theme=light] .dropdown-list, [data-bs-theme=dark] .dropdown-list {
    font-size: 100%;
  }
}
[data-bs-theme=light] .navbar-light .navbar-nav .nav-link, [data-bs-theme=dark] .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.75);
}
[data-bs-theme=light] .layout-type-switcher, [data-bs-theme=dark] .layout-type-switcher {
  display: inline-block;
  margin-bottom: 1rem;
}
[data-bs-theme=light] .layout-type-switcher-header, [data-bs-theme=dark] .layout-type-switcher-header {
  display: inline-block;
  margin-top: 0rem;
  margin-right: 1.5rem;
}
[data-bs-theme=light] .navbar-collapse, [data-bs-theme=dark] .navbar-collapse {
  margin: 0 0.5rem;
  margin-top: 0.5rem;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .navbar-collapse, [data-bs-theme=dark] .navbar-collapse {
    margin-top: 0;
  }
}

.layout-breadcrumb {
  display: block;
}

.navigation-secondary {
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  background-color: #dee2e6;
}

.primary-navigation .dropdown-menu {
  margin: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.primary-navigation .dropdown-menu .dropdown-item > a {
  color: var(--text-color);
}
.primary-navigation .dropdown-menu .dropdown-item:hover > a, .primary-navigation .dropdown-menu .dropdown-item > a:hover {
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .primary-navigation .dropdown-menu.show {
    display: flex;
  }
}

.form-group {
  margin-bottom: 1rem;
}

.u-ms-1 {
  margin-left: 0.25rem !important;
}

.u-ms-2 {
  margin-left: 0.5rem !important;
}

.u-ms-3 {
  margin-left: 1rem !important;
}

.btn-dark {
  color: #FFFFFF;
  background-color: #5A5A5A;
  border-color: #5A5A5A;
}

.btn-dark:active:hover,
.btn-dark:active:focus,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  color: #5A5A5A;
  background-color: #FFFFFF;
  border-color: #5A5A5A;
}

.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-image: none;
  color: #5A5A5A;
}

.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #5A5A5A;
  border-color: #5A5A5A;
}

.btn-dark .badge {
  color: #5A5A5A;
  background-color: #FFFFFF;
}

.popout-deck-container {
  width: 225px;
  height: 1080px;
  background-color: #1F1F1F;
  padding-bottom: 69px;
  position: relative;
}

.popout-deck-container-stream-mode {
  width: 275px;
  background: linear-gradient(to right, rgb(31, 31, 31), rgb(31, 31, 31), rgba(31, 31, 31, 0.8));
}

.popout-deck-container-arena.popout-deck-container-condensed {
  height: auto;
}
.popout-deck-container-arena.popout-deck-container-condensed .popout-deck-vs,
.popout-deck-container-arena.popout-deck-container-condensed .popout-deck-rarity-container,
.popout-deck-container-arena.popout-deck-container-condensed .popout-deck-watermark,
.popout-deck-container-arena.popout-deck-container-condensed .popout-deck-title-rarity_count {
  display: none;
}
.popout-deck-container-arena.popout-deck-container-condensed {
  padding-bottom: 0;
}

.popout-deck-container-mtgo {
  height: 1080px;
  background-color: #1F1F1F;
}

.popout-deck-container-inner {
  overflow: hidden;
  height: 100%;
}

.popout-deck-title {
  font-family: "Lato";
  font-weight: 900;
  font-size: 22px;
  color: #fff;
  padding: 10px 15px 0px 15px;
  text-transform: uppercase;
  margin: 0;
}

.popout-deck-vs {
  font-family: "Lato";
  font-size: 16px;
  color: #fff;
  padding: 5px 15px 5px 15px;
  text-transform: uppercase;
  margin: 0;
}

.popout-deck-title-main-deck,
.popout-deck-title-sideboard,
.popout-deck-title-rarity_count {
  font-family: "Lato";
  font-weight: 900;
  font-size: 14.5px;
  color: #fff;
  padding: 5px 15px 3px 15px;
  text-transform: uppercase;
  margin: 0;
}

.popout-deck-card {
  margin: 1px 13px 1px 13px;
  font-family: "Lato";
  font-weight: bold;
  font-size: 14.5px;
  background-color: #4fbd87;
  border-radius: 2px;
  height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 3px;
  line-height: 1.5;
}

.popout-deck-card-L {
  background-color: #a28d74;
}

.popout-deck-card-W {
  background-color: #BBB758;
}

.popout-deck-card-U {
  background-color: #48a6cf;
}

.popout-deck-card-B {
  background-color: #727272;
}

.popout-deck-card-R {
  background-color: #CF6561;
}

.popout-deck-card-G {
  background-color: #4FBD87;
}

.popout-deck-card-M {
  background-color: #D09651;
}

.popout-deck-card-C {
  background-color: #B8B8B8;
}

.popout-deck-card-mana-container {
  float: right;
  margin-top: -3px;
}
.popout-deck-card-mana-container .visual_overlay-mana {
  border: 1px solid #333;
}

.popout-deck-rarity-container {
  margin: -3px 15px 5px 15px;
}

.popout-deck-rarity-row {
  margin: 3px 0;
}

.popout-deck-rarity-count {
  padding-right: 3px;
  width: 10%;
  display: inline-block;
  font-size: 12.5px;
  font-family: "Lato";
  font-weight: 900;
  text-align: right;
}

.popout-deck-rarity-bar-container {
  width: 80%;
  display: inline-block;
}

.popout-deck-rarity-bar {
  width: 100%;
  background-color: #b8b8b8;
  color: #fff;
  border-radius: 2px;
}

.popout-deck-rarity-row-mythic {
  color: #fe6d27;
}
.popout-deck-rarity-row-mythic .popout-deck-rarity-bar {
  background-color: #fe6d27;
}

.popout-deck-rarity-row-rare {
  color: #ffd54f;
}
.popout-deck-rarity-row-rare .popout-deck-rarity-bar {
  background-color: #ffd54f;
}

.popout-deck-rarity-row-uncommon {
  color: #a6d5e3;
}
.popout-deck-rarity-row-uncommon .popout-deck-rarity-bar {
  background-color: #a6d5e3;
}

.popout-deck-rarity-row-common {
  color: #b8b8b8;
}
.popout-deck-rarity-row-common .popout-deck-rarity-bar {
  background-color: #b8b8b8;
}

.popout-deck-watermark-container {
  position: absolute;
  bottom: 8px;
  width: 100%;
}

.popout-deck-watermark {
  width: 154px;
  margin: 0 auto;
  display: block;
}

.popout-deck-record-trophy {
  height: 25px;
  position: absolute;
  left: 20px;
  top: 7.5px;
}

.popout-deck-record-league {
  margin-left: 55px;
  font-family: "Lato";
  font-size: 13px;
  flex-grow: 0;
  flex-shrink: 0;
}

.popout-deck-record-container {
  height: 40px;
  font-family: "Lato Regular";
  font-size: 15px;
  background-color: #ab6060;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 5px;
}

.popout-deck-rarity-row-basic {
  color: #a28d74;
}

.popout-deck-rarity-row-basic .popout-deck-rarity-bar {
  background-color: #a28d74;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
[data-bs-theme=light] .hidden-form, [data-bs-theme=light] .hidden-form-input, [data-bs-theme=dark] .hidden-form, [data-bs-theme=dark] .hidden-form-input {
  display: none;
}
[data-bs-theme=light] .deck-primer-page h1, [data-bs-theme=light] .deck-primer-page .h1, [data-bs-theme=light] .deck-primer-page h2, [data-bs-theme=light] .deck-primer-page .h2, [data-bs-theme=light] .deck-primer-page h3, [data-bs-theme=light] .deck-primer-page .h3, [data-bs-theme=light] .deck-primer-page h4, [data-bs-theme=light] .deck-primer-page .h4, [data-bs-theme=light] .deck-primer-page h5, [data-bs-theme=light] .deck-primer-page .h5, [data-bs-theme=light] .deck-primer-page h6, [data-bs-theme=light] .deck-primer-page .h6, [data-bs-theme=dark] .deck-primer-page h1, [data-bs-theme=dark] .deck-primer-page .h1, [data-bs-theme=dark] .deck-primer-page h2, [data-bs-theme=dark] .deck-primer-page .h2, [data-bs-theme=dark] .deck-primer-page h3, [data-bs-theme=dark] .deck-primer-page .h3, [data-bs-theme=dark] .deck-primer-page h4, [data-bs-theme=dark] .deck-primer-page .h4, [data-bs-theme=dark] .deck-primer-page h5, [data-bs-theme=dark] .deck-primer-page .h5, [data-bs-theme=dark] .deck-primer-page h6, [data-bs-theme=dark] .deck-primer-page .h6 {
  margin-top: 1rem;
}
[data-bs-theme=light] .deck-primer-page .spoiler-card-container, [data-bs-theme=dark] .deck-primer-page .spoiler-card-container {
  justify-content: center;
}
[data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel {
  font-size: 1rem;
}
[data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel h1, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel .h1, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel h2, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel .h2, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel h3, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel .h3, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel h4, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel .h4, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel h5, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel .h5, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel h6, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel .h6, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel h1, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel .h1, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel h2, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel .h2, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel h3, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel .h3, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel h4, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel .h4, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel h5, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel .h5, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel h6, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel .h6 {
  margin-top: 0.75rem;
}
[data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel h1, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel .h1, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel h2, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel .h2, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel h1, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel .h1, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel h2, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel .h2 {
  font-size: 1.5rem;
}
[data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel h3, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel .h3, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel h3, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel .h3 {
  font-size: 1.3rem;
}
[data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel h4, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel .h4, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel h5, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel .h5, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel h6, [data-bs-theme=light] .deck-main-contents .deck-container .deck-primer-panel .h6, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel h4, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel .h4, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel h5, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel .h5, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel h6, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-primer-panel .h6 {
  font-size: 1.1rem;
}
[data-bs-theme=light] .deck-main-contents .deck-container .deck-stats-container .deck-stats-colors, [data-bs-theme=light] .deck-main-contents .deck-container .deck-stats-container .deck-stats-types, [data-bs-theme=light] .deck-main-contents .deck-container .deck-stats-container .deck-stats-mana-values, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-stats-container .deck-stats-colors, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-stats-container .deck-stats-types, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-stats-container .deck-stats-mana-values {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
[data-bs-theme=light] .deck-main-contents .deck-container .deck-stats-container, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-stats-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
[data-bs-theme=light] .deck-main-contents .deck-container .deck-stats-container .deck-stats-title, [data-bs-theme=dark] .deck-main-contents .deck-container .deck-stats-container .deck-stats-title {
  font-size: 1.1rem;
}
[data-bs-theme=light] .deck-sample-hand, [data-bs-theme=dark] .deck-sample-hand {
  margin-top: 1rem;
}
[data-bs-theme=light] .deck-sample-hand .hand::after, [data-bs-theme=dark] .deck-sample-hand .hand::after {
  clear: both;
  content: "";
  display: block;
}
[data-bs-theme=light] .deck-sample-hand .hand, [data-bs-theme=dark] .deck-sample-hand .hand {
  overflow-x: hidden;
}
@media (min-width: 920px) {
  [data-bs-theme=light] .deck-sample-hand .hand .spoiler-card, [data-bs-theme=dark] .deck-sample-hand .hand .spoiler-card {
    width: 32.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
  [data-bs-theme=light] .deck-sample-hand .hand .spoiler-card-dfc, [data-bs-theme=dark] .deck-sample-hand .hand .spoiler-card-dfc {
    width: 65.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
}
@media (min-width: 1150px) {
  [data-bs-theme=light] .deck-sample-hand .hand .spoiler-card, [data-bs-theme=dark] .deck-sample-hand .hand .spoiler-card {
    width: 24.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
  [data-bs-theme=light] .deck-sample-hand .hand .spoiler-card-dfc, [data-bs-theme=dark] .deck-sample-hand .hand .spoiler-card-dfc {
    width: 49.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
}
[data-bs-theme=light] .deck-sample-hand .hand .spoiler-card, [data-bs-theme=dark] .deck-sample-hand .hand .spoiler-card {
  margin-right: -90px;
}
[data-bs-theme=light] .deck-sample-hand .widgetPriceCompact-prices, [data-bs-theme=dark] .deck-sample-hand .widgetPriceCompact-prices {
  display: none;
}
[data-bs-theme=light] .similar-events-container > h4, [data-bs-theme=light] .similar-events-container > .h4, [data-bs-theme=dark] .similar-events-container > h4, [data-bs-theme=dark] .similar-events-container > .h4 {
  line-height: 1.3;
}
[data-bs-theme=light] .similar-events-view-more, [data-bs-theme=dark] .similar-events-view-more {
  margin-top: -0.5rem;
}
[data-bs-theme=light] .deck-main-contents .header-container .header-right, [data-bs-theme=dark] .deck-main-contents .header-container .header-right {
  width: 100%;
  width: 100%;
}
[data-bs-theme=light] .deck-main-contents .header-container .header-representative-cards, [data-bs-theme=dark] .deck-main-contents .header-container .header-representative-cards {
  margin: 0 auto;
}
[data-bs-theme=light] .deck-main-contents .header-container .header-representative-cards .card-image-tile, [data-bs-theme=dark] .deck-main-contents .header-container .header-representative-cards .card-image-tile {
  width: 180px;
}
[data-bs-theme=light] .deck-main-contents .header-container, [data-bs-theme=dark] .deck-main-contents .header-container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .deck-main-contents .header-container, [data-bs-theme=dark] .deck-main-contents .header-container {
    flex-wrap: nowrap;
  }
}
[data-bs-theme=light] .deck-main-contents .header-container, [data-bs-theme=dark] .deck-main-contents .header-container {
  justify-content: space-between;
}
[data-bs-theme=light] .deck-main-contents .header-container .deck-price-v2.arena, [data-bs-theme=dark] .deck-main-contents .header-container .deck-price-v2.arena {
  width: 100%;
  font-weight: normal;
  margin: 0;
}
[data-bs-theme=light] .deck-main-contents .header-container .header-prices-currency, [data-bs-theme=dark] .deck-main-contents .header-container .header-prices-currency {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: flex-start;
  text-align: right;
  width: 100%;
}
[data-bs-theme=light] .deck-main-contents .header-container .header-prices-currency .deck-price-v2:not(:first-child), [data-bs-theme=dark] .deck-main-contents .header-container .header-prices-currency .deck-price-v2:not(:first-child) {
  margin-left: 1rem;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .deck-main-contents .header-container .header-prices-currency, [data-bs-theme=dark] .deck-main-contents .header-container .header-prices-currency {
    padding-top: 1em;
  }
  [data-bs-theme=light] .deck-main-contents .header-container .header-prices-currency .deck-price-v2, [data-bs-theme=dark] .deck-main-contents .header-container .header-prices-currency .deck-price-v2 {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
  }
  [data-bs-theme=light] .deck-main-contents .header-container .header-prices-currency .cents, [data-bs-theme=dark] .deck-main-contents .header-container .header-prices-currency .cents {
    font-size: 70%;
  }
}
@media (min-width: 900px) {
  [data-bs-theme=light] .deck-main-contents .header-container .header-prices-currency, [data-bs-theme=dark] .deck-main-contents .header-container .header-prices-currency {
    width: auto;
    justify-content: flex-end;
  }
}
[data-bs-theme=light] .deck-main-contents .price-arena-rarity, [data-bs-theme=dark] .deck-main-contents .price-arena-rarity {
  font-size: 0.85em;
}
[data-bs-theme=light] .deck-main-contents .title, [data-bs-theme=dark] .deck-main-contents .title {
  font-weight: 800;
}
[data-bs-theme=light] .deck-main-contents .author, [data-bs-theme=dark] .deck-main-contents .author {
  font-weight: 400;
  font-size: 75%;
  margin-left: 1em;
  white-space: nowrap;
}
[data-bs-theme=light] .deck-main-contents .online, [data-bs-theme=dark] .deck-main-contents .online {
  color: var(--text-online);
}
[data-bs-theme=light] .deck-main-contents .paper, [data-bs-theme=dark] .deck-main-contents .paper {
  color: var(--text-paper);
}
[data-bs-theme=light] .deck-main-contents h3, [data-bs-theme=light] .deck-main-contents .h3, [data-bs-theme=dark] .deck-main-contents h3, [data-bs-theme=dark] .deck-main-contents .h3 {
  font-size: 1.125em;
  font-weight: bold;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .deck-main-contents .deck-price-v2::before, [data-bs-theme=dark] .deck-main-contents .deck-price-v2::before {
    font-size: 0.725rem;
    top: -0.625rem;
    position: absolute;
    font-weight: normal;
    right: 0;
  }
}
[data-bs-theme=light] .deck-main-contents h4, [data-bs-theme=light] .deck-main-contents .h4, [data-bs-theme=dark] .deck-main-contents h4, [data-bs-theme=dark] .deck-main-contents .h4 {
  font-weight: bold;
}
[data-bs-theme=light] .deck-main-contents .deck-price-v2.online::before, [data-bs-theme=dark] .deck-main-contents .deck-price-v2.online::before {
  content: "Magic Online: ";
}
[data-bs-theme=light] .deck-main-contents .deck-price-v2.paper::before, [data-bs-theme=dark] .deck-main-contents .deck-price-v2.paper::before {
  content: "Tabletop: ";
}
@media (min-width: 900px) {
  [data-bs-theme=light] .deck-main-contents .deck-price-v2.online::before, [data-bs-theme=dark] .deck-main-contents .deck-price-v2.online::before {
    content: "MTGO";
  }
  [data-bs-theme=light] .deck-main-contents .deck-price-v2.paper::before, [data-bs-theme=dark] .deck-main-contents .deck-price-v2.paper::before {
    content: "Tabletop";
  }
}
[data-bs-theme=light] .deck-main-contents .deck-price-v2.arena, [data-bs-theme=dark] .deck-main-contents .deck-price-v2.arena {
  font-weight: normal;
  text-align: left;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .deck-main-contents .deck-price-v2.arena, [data-bs-theme=dark] .deck-main-contents .deck-price-v2.arena {
    text-align: right;
  }
}
[data-bs-theme=light] .deck-main-contents, [data-bs-theme=dark] .deck-main-contents {
  /*
  .card-tile {
    -ms-transform: skew(-10deg,0deg);
      transform: skew(-10deg,0deg);
    width: 90px;
    height: 66px;
    .card-image-tile {
      background-size: 75%;
      background-position: -15px -35px;
      -ms-transform: skew(10deg,0deg);
        transform: skew(10deg,0deg);
    }
  }
  */
}
[data-bs-theme=light] .deck-main-contents .header-prices, [data-bs-theme=dark] .deck-main-contents .header-prices {
  margin-top: 0.5rem;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .deck-main-contents .header-prices, [data-bs-theme=dark] .deck-main-contents .header-prices {
    margin-top: 0;
    text-align: right;
  }
}
[data-bs-theme=light] .deck-main-contents .deck-container-sidebar, [data-bs-theme=dark] .deck-main-contents .deck-container-sidebar {
  border-top: 1px solid #CBCBCB;
}
[data-bs-theme=light] .deck-main-contents .tools-container, [data-bs-theme=dark] .deck-main-contents .tools-container {
  column-count: 2;
  column-gap: 0.5rem;
  padding-top: 0.5rem;
}
[data-bs-theme=light] .deck-main-contents .tools-container .deck-tools-btn, [data-bs-theme=dark] .deck-main-contents .tools-container .deck-tools-btn {
  font-size: 0.8rem;
  width: 100%;
  text-align: left;
  border: none;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  padding: 0.25rem;
}
[data-bs-theme=light] .deck-main-contents .deck-container, [data-bs-theme=dark] .deck-main-contents .deck-container {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
[data-bs-theme=light] .deck-main-contents .deck-container h3, [data-bs-theme=light] .deck-main-contents .deck-container .h3, [data-bs-theme=light] .deck-main-contents .deck-container h4, [data-bs-theme=light] .deck-main-contents .deck-container .h4, [data-bs-theme=dark] .deck-main-contents .deck-container h3, [data-bs-theme=dark] .deck-main-contents .deck-container .h3, [data-bs-theme=dark] .deck-main-contents .deck-container h4, [data-bs-theme=dark] .deck-main-contents .deck-container .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
[data-bs-theme=light] .deck-main-contents .deck-container, [data-bs-theme=dark] .deck-main-contents .deck-container {
  /*
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    padding: 1rem;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.35);
    */
}
[data-bs-theme=light] .deck-main-contents .spoiler-card-container p, [data-bs-theme=dark] .deck-main-contents .spoiler-card-container p {
  text-align: center;
}
[data-bs-theme=light] .deck-main-contents .deck-view-compact-purchase-buttons, [data-bs-theme=dark] .deck-main-contents .deck-view-compact-purchase-buttons {
  margin-top: 0.75rem;
}
[data-bs-theme=light] .deck-main-contents .deck-view-purchase-button, [data-bs-theme=dark] .deck-main-contents .deck-view-purchase-button {
  font-size: 1rem;
}
[data-bs-theme=light] .deck-main-contents .deck-view-deck-table .deck-category-header, [data-bs-theme=dark] .deck-main-contents .deck-view-deck-table .deck-category-header {
  break-after: avoid;
}
[data-bs-theme=light] .deck-main-contents .deck-view-deck-table th, [data-bs-theme=dark] .deck-main-contents .deck-view-deck-table th {
  break-after: avoid;
  padding: 0.5em 0;
}
[data-bs-theme=light] .deck-main-contents .deck-view-deck-table td, [data-bs-theme=light] .deck-main-contents .deck-view-deck-table th, [data-bs-theme=dark] .deck-main-contents .deck-view-deck-table td, [data-bs-theme=dark] .deck-main-contents .deck-view-deck-table th {
  vertical-align: top;
}
[data-bs-theme=light] .deck-main-contents .deck-view-deck-table td:not(:first-child):not(:last-child), [data-bs-theme=dark] .deck-main-contents .deck-view-deck-table td:not(:first-child):not(:last-child) {
  padding: 0 0.5em;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .deck-main-contents .deck-table-buttons-container, [data-bs-theme=dark] .deck-main-contents .deck-table-buttons-container {
    flex-grow: 1;
    padding-right: 0.5rem;
  }
  [data-bs-theme=light] .deck-main-contents .deck-table-buttons-container .deck-table-container, [data-bs-theme=dark] .deck-main-contents .deck-table-buttons-container .deck-table-container {
    column-count: 2;
    -moz-column-count: 1;
  }
  [data-bs-theme=light] .deck-main-contents .deck-container-main, [data-bs-theme=dark] .deck-main-contents .deck-container-main {
    display: flex;
  }
  [data-bs-theme=light] .deck-main-contents .deck-container-sidebar, [data-bs-theme=dark] .deck-main-contents .deck-container-sidebar {
    flex-grow: 0;
    border-top: none;
    border-right: 1px solid #CBCBCB;
    padding-right: 1rem;
    margin-right: 1rem;
    max-width: 10rem;
    min-width: 10rem;
    padding-top: 0;
    margin-top: 0;
  }
  [data-bs-theme=light] .deck-main-contents .tools-container, [data-bs-theme=dark] .deck-main-contents .tools-container {
    column-count: 1;
  }
  [data-bs-theme=light] .deck-main-contents .tools-container .deck-tools-btn:first-child, [data-bs-theme=dark] .deck-main-contents .tools-container .deck-tools-btn:first-child {
    margin-top: 0;
  }
}
[data-bs-theme=light] .table-similar-events, [data-bs-theme=dark] .table-similar-events {
  table-layout: fixed;
}
[data-bs-theme=light] .table-similar-events h4, [data-bs-theme=light] .table-similar-events .h4, [data-bs-theme=dark] .table-similar-events h4, [data-bs-theme=dark] .table-similar-events .h4 {
  line-height: initial;
  margin-top: 1em;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1.1em;
  /*
  white-space:nowrap;
  overflow:hidden;
  */
}
[data-bs-theme=light] .table-similar-events h4 a, [data-bs-theme=light] .table-similar-events .h4 a, [data-bs-theme=dark] .table-similar-events h4 a, [data-bs-theme=dark] .table-similar-events .h4 a {
  font-weight: bold;
}
[data-bs-theme=light] .table-similar-events .column-deck .manacost, [data-bs-theme=dark] .table-similar-events .column-deck .manacost {
  display: flex;
  margin: 0.125rem 0;
}
[data-bs-theme=light] .table-similar-events .column-place, [data-bs-theme=dark] .table-similar-events .column-place {
  width: 12%;
}
[data-bs-theme=light] .table-similar-events .column-deck, [data-bs-theme=dark] .table-similar-events .column-deck {
  width: 43%;
}
[data-bs-theme=light] .table-similar-events .column-player, [data-bs-theme=dark] .table-similar-events .column-player {
  width: 25%;
}
[data-bs-theme=light] .table-similar-events .column-price, [data-bs-theme=dark] .table-similar-events .column-price {
  width: 20%;
}
[data-bs-theme=light] .table-similar-events tr:first-child > th > h4, [data-bs-theme=light] .table-similar-events tr:first-child > th > .h4, [data-bs-theme=dark] .table-similar-events tr:first-child > th > h4, [data-bs-theme=dark] .table-similar-events tr:first-child > th > .h4 {
  margin-top: 0;
}
[data-bs-theme=light] .table-similar-events .striped, [data-bs-theme=dark] .table-similar-events .striped {
  background-color: #f9f9f9;
}
[data-bs-theme=light] .table-similar-events .column-price, [data-bs-theme=light] .table-similar-events .column-place, [data-bs-theme=dark] .table-similar-events .column-price, [data-bs-theme=dark] .table-similar-events .column-place {
  text-align: right;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .table-similar-events td, [data-bs-theme=dark] .table-similar-events td {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
[data-bs-theme=light] .deck-type-menu.additional-1 .btn-type-menu, [data-bs-theme=light] .deck-type-menu.additional-1 .deck-type-dropdown-menu, [data-bs-theme=light] .deck-type-menu.additional-1 .btn-type-menu-spacer, [data-bs-theme=dark] .deck-type-menu.additional-1 .btn-type-menu, [data-bs-theme=dark] .deck-type-menu.additional-1 .deck-type-dropdown-menu, [data-bs-theme=dark] .deck-type-menu.additional-1 .btn-type-menu-spacer {
  width: 30%;
}
[data-bs-theme=light] .deck-type-menu.additional-2 .btn-type-menu, [data-bs-theme=light] .deck-type-menu.additional-2 .deck-type-dropdown-menu, [data-bs-theme=light] .deck-type-menu.additional-2 .btn-type-menu-spacer, [data-bs-theme=dark] .deck-type-menu.additional-2 .btn-type-menu, [data-bs-theme=dark] .deck-type-menu.additional-2 .deck-type-dropdown-menu, [data-bs-theme=dark] .deck-type-menu.additional-2 .btn-type-menu-spacer {
  width: 45%;
}
[data-bs-theme=light] .deck-type-menu, [data-bs-theme=dark] .deck-type-menu {
  display: flex;
  margin-bottom: 0.5rem;
  justify-content: space-evenly;
}
[data-bs-theme=light] .deck-type-menu .btn-type-menu, [data-bs-theme=light] .deck-type-menu .deck-type-dropdown-menu, [data-bs-theme=light] .deck-type-menu .btn-type-menu-spacer, [data-bs-theme=dark] .deck-type-menu .btn-type-menu, [data-bs-theme=dark] .deck-type-menu .deck-type-dropdown-menu, [data-bs-theme=dark] .deck-type-menu .btn-type-menu-spacer {
  margin: 0 0.25rem;
  margin-bottom: 0.25rem;
  width: 45%;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .deck-type-menu.additional-1 .btn-type-menu, [data-bs-theme=light] .deck-type-menu.additional-1 .deck-type-dropdown-menu, [data-bs-theme=light] .deck-type-menu.additional-1 .btn-type-menu-spacer, [data-bs-theme=light] .deck-type-menu.additional-2 .btn-type-menu, [data-bs-theme=light] .deck-type-menu.additional-2 .deck-type-dropdown-menu, [data-bs-theme=light] .deck-type-menu.additional-2 .btn-type-menu-spacer, [data-bs-theme=dark] .deck-type-menu.additional-1 .btn-type-menu, [data-bs-theme=dark] .deck-type-menu.additional-1 .deck-type-dropdown-menu, [data-bs-theme=dark] .deck-type-menu.additional-1 .btn-type-menu-spacer, [data-bs-theme=dark] .deck-type-menu.additional-2 .btn-type-menu, [data-bs-theme=dark] .deck-type-menu.additional-2 .deck-type-dropdown-menu, [data-bs-theme=dark] .deck-type-menu.additional-2 .btn-type-menu-spacer {
    width: auto;
  }
  [data-bs-theme=light] .deck-type-menu.additional-1 .btn-type-menu-my-price, [data-bs-theme=light] .deck-type-menu.additional-2 .btn-type-menu-my-price, [data-bs-theme=dark] .deck-type-menu.additional-1 .btn-type-menu-my-price, [data-bs-theme=dark] .deck-type-menu.additional-2 .btn-type-menu-my-price {
    margin-left: auto;
  }
  [data-bs-theme=light] .deck-type-menu.additional-1, [data-bs-theme=light] .deck-type-menu.additional-2, [data-bs-theme=dark] .deck-type-menu.additional-1, [data-bs-theme=dark] .deck-type-menu.additional-2 {
    padding-bottom: 1rem;
    border-bottom: 1px solid #CBCBCB;
  }
}
[data-bs-theme=light] .deck-type-dropdown-menu, [data-bs-theme=dark] .deck-type-dropdown-menu {
  margin-left: auto;
}
[data-bs-theme=light] .btn-submenu, [data-bs-theme=dark] .btn-submenu {
  background-color: #AA611D;
  color: #fff;
  border: none;
  flex-grow: 1;
  margin: 0 0.3125rem;
}
[data-bs-theme=light] .deck-submenu, [data-bs-theme=dark] .deck-submenu {
  padding: 0.5rem;
  text-align: center;
  background-color: #E38124;
  display: flex;
  margin-top: -5px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .deck-submenu, [data-bs-theme=dark] .deck-submenu {
    display: none;
  }
}
@media (min-width: 900px) {
  [data-bs-theme=light] .similar-events-container, [data-bs-theme=dark] .similar-events-container {
    column-count: 2;
    column-gap: 3rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 600px) {
  [data-bs-theme=light] .deck-main-contents .header-container .header-representative-cards, [data-bs-theme=dark] .deck-main-contents .header-container .header-representative-cards {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .deck-main-contents .header-container .header-representative-cards, [data-bs-theme=dark] .deck-main-contents .header-container .header-representative-cards {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  [data-bs-theme=light] .similar-events-container, [data-bs-theme=dark] .similar-events-container {
    column-count: 1;
  }
  [data-bs-theme=light] .deck-display, [data-bs-theme=dark] .deck-display {
    display: flex;
  }
  [data-bs-theme=light] .deck-display .deck-display-left-contents, [data-bs-theme=dark] .deck-display .deck-display-left-contents {
    flex-grow: 1;
  }
  [data-bs-theme=light] .deck-display .deck-display-right-contents, [data-bs-theme=dark] .deck-display .deck-display-right-contents {
    margin-left: 1em;
    flex: 0 0 25rem;
  }
  [data-bs-theme=light] .deck-display .deck-display-right-contents .similar-events-container, [data-bs-theme=dark] .deck-display .deck-display-right-contents .similar-events-container {
    font-size: 0.9rem;
  }
}
[data-bs-theme=light] .deck-container, [data-bs-theme=dark] .deck-container {
  margin-bottom: 1rem;
}
[data-bs-theme=light] .nav-pills > li > a.nav-link, [data-bs-theme=dark] .nav-pills > li > a.nav-link {
  border: 1px solid #4F4F4F;
  padding: 0.35em 1em;
  font-size: 1em;
}
[data-bs-theme=light] .nav-pills > .btn-type-menu-my-price > a,
[data-bs-theme=light] .nav-pills > .btn-type-menu-my-price > .nav-link.active, [data-bs-theme=dark] .nav-pills > .btn-type-menu-my-price > a,
[data-bs-theme=dark] .nav-pills > .btn-type-menu-my-price > .nav-link.active {
  border: 1px solid #49B74D;
  color: #303030;
  background-color: #49B74D;
}
[data-bs-theme=light] .nav-pills .nav-link.active, [data-bs-theme=light] .nav-pills .show > .nav-link, [data-bs-theme=dark] .nav-pills .nav-link.active, [data-bs-theme=dark] .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #4F4F4F;
}
[data-bs-theme=light] .nav-pills .nav-link.active, [data-bs-theme=light] .nav-pills .show > .nav-link, [data-bs-theme=dark] .nav-pills .nav-link.active, [data-bs-theme=dark] .nav-pills .show > .nav-link {
  border: 1px solid #4F4F4F;
}
[data-bs-theme=light] .table-my-price-arena-wildcards, [data-bs-theme=dark] .table-my-price-arena-wildcards {
  width: auto;
  margin: 0 auto;
  margin-bottom: 0.5em;
}
[data-bs-theme=light] .table-my-price-arena-wildcards tbody > tr > td, [data-bs-theme=dark] .table-my-price-arena-wildcards tbody > tr > td {
  padding: 0;
  padding-right: 1em;
}
[data-bs-theme=light] .deck-table-buttons-container, [data-bs-theme=dark] .deck-table-buttons-container {
  font-size: 0.9rem;
}
[data-bs-theme=light] .table-tournament .tournament-deck-container, [data-bs-theme=dark] .table-tournament .tournament-deck-container {
  padding: 0.5rem 0;
}
[data-bs-theme=light] .price-card-deck .title, [data-bs-theme=dark] .price-card-deck .title {
  float: left;
  margin-top: 0;
}
[data-bs-theme=light] .price-card-deck .deck-main-contents > .clearfix, [data-bs-theme=dark] .price-card-deck .deck-main-contents > .clearfix {
  margin-top: 1em;
}
[data-bs-theme=light] .price-card-deck .deck-main-contents, [data-bs-theme=dark] .price-card-deck .deck-main-contents {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
[data-bs-theme=light] .price-card-deck .deck-main-contents h3, [data-bs-theme=light] .price-card-deck .deck-main-contents .h3, [data-bs-theme=light] .price-card-deck .deck-main-contents h4, [data-bs-theme=light] .price-card-deck .deck-main-contents .h4, [data-bs-theme=dark] .price-card-deck .deck-main-contents h3, [data-bs-theme=dark] .price-card-deck .deck-main-contents .h3, [data-bs-theme=dark] .price-card-deck .deck-main-contents h4, [data-bs-theme=dark] .price-card-deck .deck-main-contents .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
[data-bs-theme=light] .price-card-deck .deck-main-contents .deck-container, [data-bs-theme=dark] .price-card-deck .deck-main-contents .deck-container {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
[data-bs-theme=light] .article-contents .title, [data-bs-theme=dark] .article-contents .title {
  margin-top: 0;
}
[data-bs-theme=light] .article-contents .deck-main-contents, [data-bs-theme=dark] .article-contents .deck-main-contents {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
[data-bs-theme=light] .article-contents .deck-main-contents h3, [data-bs-theme=light] .article-contents .deck-main-contents .h3, [data-bs-theme=light] .article-contents .deck-main-contents h4, [data-bs-theme=light] .article-contents .deck-main-contents .h4, [data-bs-theme=dark] .article-contents .deck-main-contents h3, [data-bs-theme=dark] .article-contents .deck-main-contents .h3, [data-bs-theme=dark] .article-contents .deck-main-contents h4, [data-bs-theme=dark] .article-contents .deck-main-contents .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
[data-bs-theme=light] .article-contents .deck-main-contents .deck-container, [data-bs-theme=dark] .article-contents .deck-main-contents .deck-container {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
[data-bs-theme=light] .article-contents .deck-main-contents > hr, [data-bs-theme=dark] .article-contents .deck-main-contents > hr {
  display: none;
}
[data-bs-theme=light] .similar-events-container h4, [data-bs-theme=light] .similar-events-container .h4, [data-bs-theme=dark] .similar-events-container h4, [data-bs-theme=dark] .similar-events-container .h4 {
  font-size: 0.8rem;
}
[data-bs-theme=light] .archetype-vote-upvote, [data-bs-theme=dark] .archetype-vote-upvote {
  cursor: pointer;
}
[data-bs-theme=light] .deck-representative-cards-container, [data-bs-theme=dark] .deck-representative-cards-container {
  display: flex;
  margin: 1rem 0;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .deck-representative-cards-container, [data-bs-theme=dark] .deck-representative-cards-container {
    display: block;
    margin: 0;
  }
}
[data-bs-theme=light] .deck-representative-cards-container .card-image-tile, [data-bs-theme=dark] .deck-representative-cards-container .card-image-tile {
  height: 80px;
}
[data-bs-theme=light] .similar-events-container .similar-events-container-title, [data-bs-theme=dark] .similar-events-container .similar-events-container-title {
  font-weight: bold;
}
[data-bs-theme=light] .deck-container-information, [data-bs-theme=dark] .deck-container-information {
  margin: 0.5rem 0;
  padding-bottom: 0.5rem;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .deck-tools-mobile, [data-bs-theme=dark] .deck-tools-mobile {
    display: none;
  }
}
[data-bs-theme=light] .deck-tools-desktop, [data-bs-theme=dark] .deck-tools-desktop {
  display: none;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .deck-tools-desktop, [data-bs-theme=dark] .deck-tools-desktop {
    display: block;
  }
}
[data-bs-theme=light] .header-prices-rarity, [data-bs-theme=dark] .header-prices-rarity {
  margin-bottom: 0.5rem;
}
[data-bs-theme=light] .tool-btn-icon, [data-bs-theme=dark] .tool-btn-icon {
  width: 1.5rem;
  text-align: center;
  display: inline-block;
}
[data-bs-theme=light] .header-left, [data-bs-theme=dark] .header-left {
  width: 100%;
}
[data-bs-theme=light] .header-left > h2, [data-bs-theme=light] .header-left > .h2, [data-bs-theme=dark] .header-left > h2, [data-bs-theme=dark] .header-left > .h2 {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .header-left > h2, [data-bs-theme=light] .header-left > .h2, [data-bs-theme=dark] .header-left > h2, [data-bs-theme=dark] .header-left > .h2 {
    margin-bottom: 0;
  }
}
[data-bs-theme=light] .tournament-search-container, [data-bs-theme=dark] .tournament-search-container {
  margin: 1rem 0;
}
[data-bs-theme=light] .my-decks-table, [data-bs-theme=dark] .my-decks-table {
  margin-top: 1rem;
}
[data-bs-theme=light] .superbrew-deck-tile, [data-bs-theme=dark] .superbrew-deck-tile {
  width: 100px;
}

[data-bs-theme=light] .nav-pills > li > a.nav-link {
  color: #303030;
}

[data-bs-theme=dark] .nav-pills > li > a.nav-link {
  color: #fff;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
.home-stream-banner {
  border-radius: 5px;
  background-color: #6441A4;
  color: #fff;
  padding: 0.25em 1em;
  text-align: center;
}
.home-stream-banner .btn {
  color: #6441A4;
  border-color: #6441A4;
}
.home-stream-banner .home-stream-banner-icon {
  height: 1.5em;
}
.home-stream-banner p {
  margin: 0.5em;
  font-weight: bold;
  display: inline-block;
}

.home-newsletter-subscribe {
  background-color: #EE9746;
  border-radius: 5px;
  padding: 1em;
  text-align: center;
  margin-bottom: 1em;
  font-size: 120%;
}
.home-newsletter-subscribe > form {
  margin: 0 auto;
}
.home-newsletter-subscribe > p {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-newsletter-subscribe .form-group {
  margin-bottom: 0.5rem;
}
.home-newsletter-subscribe .btn {
  width: 100%;
  margin: 0;
}
@media (min-width: 600px) {
  .home-newsletter-subscribe .form {
    display: flex;
    align-items: space-between;
    max-width: 30rem;
  }
  .home-newsletter-subscribe .form .form-group {
    flex-grow: 2;
  }
  .home-newsletter-subscribe .form .layout-newsletter-input {
    max-width: auto;
  }
  .home-newsletter-subscribe .form .form-group, .home-newsletter-subscribe .form .btn {
    margin-bottom: 0;
  }
  .home-newsletter-subscribe .form .btn {
    margin-left: 0.3125rem;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .home-newsletter-subscribe {
    display: flex;
    justify-content: center;
  }
  .home-newsletter-subscribe p {
    margin: 0;
  }
  .home-newsletter-subscribe .form {
    display: flex;
  }
  .home-newsletter-subscribe .form .form-group {
    margin-bottom: 0;
  }
}

#home-popular-decks p {
  text-align: center;
}
#home-popular-decks h3, #home-popular-decks .h3 {
  font-weight: bold;
}
#home-popular-decks {
  display: none;
}
#home-popular-decks .archetype-tile-container .archetype-tile {
  display: block;
}

.home-trending, .home-merchandise > h3, .home-merchandise > .h3, .home-card-previews > h3, .home-card-previews > .h3, .home-tools-container > h3, .home-tools-container > .h3, .home-sidebar-compartment > h3, .home-sidebar-compartment > .h3 {
  font-weight: bold;
}

.home-newsletter-subscribe .btn, .home-premium-membership .btn, #home-popular-decks .btn {
  padding-left: 3em;
  padding-right: 3em;
}

.home-premium-membership {
  background-color: #EAF5FF;
  text-align: center;
  border-radius: 5px;
  padding: 1em;
  font-size: 120%;
  margin: 1em 0;
}
@media (min-width: 1200px) {
  .home-premium-membership {
    padding: 1em 10em;
  }
}
.home-premium-membership h4, .home-premium-membership .h4 {
  font-weight: bold;
}

.home-featured-hero {
  display: inline-block;
  width: 100%;
}
.home-featured-hero .featured-unit {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
.home-featured-hero .featured-unit h3, .home-featured-hero .featured-unit .h3, .home-featured-hero .featured-unit h4, .home-featured-hero .featured-unit .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
.home-featured-hero .featured-unit {
  padding: 0;
  margin: 0;
}
.home-featured-hero .featured-unit .featured-unit-title {
  font-weight: bold;
  font-size: 1.33em;
}

.featured-unit-author {
  padding-top: 0.5em;
  margin-top: 0.5em;
  border-top: 1px solid #CBCBCB;
}

.home-read-more {
  margin-bottom: 2rem;
  text-align: center;
}
.home-read-more .btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .home-read-more .btn {
    width: auto;
  }
}

.home-row {
  margin-top: 0.5em;
}
@media (min-width: 1200px) {
  .home-row {
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 1rem;
  }
}
.home-row .home-featured-hero {
  width: 100%;
}
@media (min-width: 1200px) {
  .home-row .home-featured-hero {
    width: 49%;
  }
}
.home-row #home-popular-decks {
  width: 100%;
}
.home-row #home-popular-decks .home-popular-decks-title-format {
  margin-bottom: 0.5em;
}
@media (min-width: 1200px) {
  .home-row #home-popular-decks {
    display: block;
    width: 50%;
    padding-left: 1rem;
  }
  .home-row #home-popular-decks .btn {
    margin-top: 1em;
  }
  .home-row #home-popular-decks .home-popular-decks-title-format::after {
    clear: both;
    content: "";
    display: block;
  }
  .home-row #home-popular-decks .home-popular-decks-title-format {
    margin-top: 0.75rem;
  }
  .home-row #home-popular-decks .home-popular-decks-title-format h3, .home-row #home-popular-decks .home-popular-decks-title-format .h3 {
    margin-top: 0;
    float: left;
  }
  .home-row #home-popular-decks .home-popular-decks-title-format .form-inline {
    float: right;
  }
  .home-row #home-popular-decks .home-popular-decks-footer {
    border-top: 1px solid #DEDEDE;
    margin-top: 1em;
  }
}
.home-row #home-popular-decks .archetype-tile {
  width: 100%;
}
@media (min-width: 400px) {
  .home-row #home-popular-decks .archetype-tile {
    width: 48.75%;
    margin: 0 1.25% 1.25% 0;
  }
}
@media (min-width: 600px) {
  .home-row #home-popular-decks .archetype-tile {
    width: 32.5%;
    margin: 0 0.8333333333% 0.8333333333% 0;
  }
}

.home-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.home-stats .home-stats-widget {
  width: 100%;
}
@media (min-width: 900px) {
  .home-stats .home-stats-widget-winners, .home-stats .home-stats-widget-losers {
    width: 49%;
  }
}
@media (min-width: 1200px) {
  .home-stats .home-stats-widget {
    width: 32.75%;
  }
}

.home-tools-widget {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
.home-tools-widget h3, .home-tools-widget .h3, .home-tools-widget h4, .home-tools-widget .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
.home-tools-widget {
  width: 100%;
}
@media (min-width: 600px) {
  .home-tools-widget {
    width: 49.5%;
  }
}
@media (min-width: 1200px) {
  .home-tools-widget {
    width: 18%;
    margin-right: 0.5%;
  }
}
.home-tools-widget {
  padding: 0;
}
.home-tools-widget h4, .home-tools-widget .h4 {
  color: #fff;
  background-color: #525252;
  margin: 0;
  padding: 1em;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.home-tools-widget .home-tools-widget-bullet {
  margin-top: 2em;
}
.home-tools-widget .home-tools-widget-description {
  margin-left: 60px;
}
.home-tools-widget .home-tools-widget-description a, .home-tools-widget .home-tools-widget-description p {
  padding-right: 0.25rem;
}
.home-tools-widget .home-tools-widget-icon {
  float: left;
  width: 40px;
  height: 30px;
  background-color: #EE9746;
  text-align: center;
  margin-top: 5px;
}
.home-tools-widget .home-tools-widget-footer {
  height: 1em;
  width: 100%;
  background-color: #525252;
  position: absolute;
  bottom: 0;
}
.home-tools-widget {
  padding-bottom: 1em;
  position: relative;
}

.home-tools-widget-highlight h4, .home-tools-widget-highlight .h4, .home-tools-widget-highlight .home-tools-widget-footer {
  background-color: #0066dd;
}

.home-merchandise-widget-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.home-merchandise-widget-container .home-merchandise-widget {
  width: 100%;
}
@media (min-width: 600px) {
  .home-merchandise-widget-container .home-merchandise-widget {
    width: 49.5%;
  }
}
@media (min-width: 1200px) {
  .home-merchandise-widget-container .home-merchandise-widget {
    width: 24.5%;
  }
}

.home-tools-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.home-tools-container h3, .home-tools-container .h3 {
  font-weight: bold;
  width: 100%;
}

.home-merchandise .home-merchandise-widget {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
.home-merchandise .home-merchandise-widget h3, .home-merchandise .home-merchandise-widget .h3, .home-merchandise .home-merchandise-widget h4, .home-merchandise .home-merchandise-widget .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
.home-merchandise .home-merchandise-widget .home-merchandise-image > img {
  width: 100%;
}
.home-merchandise .home-merchandise-widget .home-merchandise-text {
  padding-top: 1em;
}
.home-merchandise .home-merchandise-widget .home-merchandise-text .btn {
  text-align: center;
}
.home-merchandise .home-merchandise-widget .btn {
  width: 100%;
}

.home-sidebar-table {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
.home-sidebar-table h3, .home-sidebar-table .h3, .home-sidebar-table h4, .home-sidebar-table .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
.home-sidebar-table {
  padding: 0;
  border: none;
}
.home-sidebar-table tbody > tr > td, .home-sidebar-table thead > tr > th {
  border: none;
}

.mtggoldfish-tile-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.home-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.home-popular-series .articles-highlight-series {
  width: 100%;
}
@media (min-width: 600px) {
  .home-popular-series {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-popular-series .articles-highlight-series {
    width: 49.5%;
    margin: 0.25%;
  }
}

.form-inline-desktop {
  width: 100%;
}
.form-inline-desktop .form-group:not(:last-child) {
  margin-right: 0.5rem;
}
.form-inline-desktop .form-group > select {
  display: inline-block;
  width: auto;
}
@media (min-width: 600px) {
  .form-inline-desktop {
    width: auto;
  }
}

.form-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.form-inline .form-group {
  margin-bottom: 0;
}
.form-inline .form-group label {
  margin-right: 0.5rem;
}
.form-inline form {
  display: inline-block;
  margin: 0;
}

@media (min-width: 1200px) {
  .layout-container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
[data-bs-theme=light] .set-information .set-information-header, [data-bs-theme=dark] .set-information .set-information-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -0.5rem;
}
[data-bs-theme=light] .set-information .set-information-header > *, [data-bs-theme=dark] .set-information .set-information-header > * {
  margin-top: 0.5rem;
}
@media (min-width: 900px) {
  [data-bs-theme=light] .set-information .set-information-header, [data-bs-theme=dark] .set-information .set-information-header {
    justify-content: initial;
  }
}
[data-bs-theme=light] .set-information .set-information-header .set-information-title, [data-bs-theme=dark] .set-information .set-information-header .set-information-title {
  margin: 0;
  margin-right: 1rem;
}
[data-bs-theme=light] .set-information .set-information-header .change-set-dropdown .dropdown-menu, [data-bs-theme=dark] .set-information .set-information-header .change-set-dropdown .dropdown-menu {
  min-width: auto;
}
[data-bs-theme=light] .set-information .set-information-header .price-card-current-prices, [data-bs-theme=dark] .set-information .set-information-header .price-card-current-prices {
  margin-left: auto;
}

.set-information-container {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.set-information-container .set-information-left {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 600px) {
  .set-information-container .set-information-left {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .set-information-container .set-information-left {
    width: auto;
  }
}
.set-information-container .set-information-left .set-information-logo {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
@media (min-width: 600px) {
  .set-information-container .set-information-left .set-information-logo {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .set-information-container .set-information-left .set-information-logo {
    margin: 0 1rem;
  }
}
.set-information-container .set-information-details {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
.set-information-container .set-information-details h3, .set-information-container .set-information-details .h3, .set-information-container .set-information-details h4, .set-information-container .set-information-details .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
.set-information-container .set-information-details {
  width: 100%;
  min-width: auto;
}
@media (min-width: 600px) {
  .set-information-container .set-information-details {
    width: 50%;
  }
  .set-information-container .set-information-details .set-information-content {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .set-information-container .set-information-details {
    min-width: 400px;
    width: 50%;
  }
  .set-information-container .set-information-details .set-information-content {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .set-information-container .set-information-details {
    margin-right: 0.5rem;
    width: 400px;
  }
}
.set-information-container .set-information-content {
  flex-grow: 1;
}

.sets-format-block {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  padding: 1em;
  background-color: var(--widget-bg-color);
  margin-bottom: 1em;
}
.sets-format-block h3, .sets-format-block .h3, .sets-format-block h4, .sets-format-block .h4 {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
.sets-format-block h3, .sets-format-block .h3 {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.sets-format-block h4, .sets-format-block .h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  background-color: #000;
  color: #fff;
  padding: 0.25em;
  font-size: 1.2em;
}
.sets-format-block .sets-set-information {
  list-style: none;
  margin: 0;
  padding: 1em 0;
}
.sets-format-block .sets-set-information::after {
  clear: both;
  content: "";
  display: block;
}
.sets-format-block .sets-set-information li {
  float: left;
}
.sets-format-block .sets-set-information .sets-set-information-logo {
  width: 80%;
}
.sets-format-block .sets-set-information .sets-set-information-logo img {
  max-height: auto;
  max-width: 100%;
}
.sets-format-block .sets-set-information .sets-set-information-symbol {
  width: 20%;
  text-align: center;
}
.sets-format-block .sets-set-information .sets-set-information-symbol img {
  max-height: auto;
  max-width: 100%;
}
.sets-format-block .sets-set-information .sets-set-information-name {
  display: none;
}
.sets-format-block .sets-set-information .sets-set-information-code {
  display: none;
}
.sets-format-block .sets-set-information .sets-set-information-release {
  margin-top: 0.5em;
  width: 100%;
  text-align: right;
}
@media (min-width: 900px) {
  .sets-format-block .sets-set-information .sets-set-information-logo {
    width: 35%;
  }
  .sets-format-block .sets-set-information .sets-set-information-symbol {
    width: 15%;
    text-align: center;
  }
  .sets-format-block .sets-set-information .sets-set-information-name {
    display: block;
    width: 30%;
  }
  .sets-format-block .sets-set-information .sets-set-information-code {
    display: block;
    width: 5%;
  }
  .sets-format-block .sets-set-information .sets-set-information-release {
    width: 15%;
    text-align: right;
    margin-top: 0;
  }
}

.column-selector-container {
  display: flex;
  flex-wrap: wrap;
}
.column-selector-container .form-check-inline {
  width: 50%;
  margin: 0;
}

.twitch-extensions-decklists {
  background: #383838;
  color: #fff;
}
.twitch-extensions-decklists .table-striped {
  margin: 0;
}
.twitch-extensions-decklists .table-striped tbody tr:nth-child(odd) {
  background: #494949;
}
.twitch-extensions-decklists .deck-name {
  font-size: 120%;
}
.twitch-extensions-decklists h3, .twitch-extensions-decklists .h3 {
  padding: 10px 0;
  margin: 0;
  background: #ee9746;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
#ad-layout-mobile-inline {
  width: 100%;
  text-align: center;
  margin: 1rem auto;
}

#ad-layout-header {
  text-align: center;
}

#ad-layout-footer-content {
  margin: 1rem auto;
  width: 320px;
  margin: 0 auto;
}
@media (min-width: 730px) {
  #ad-layout-footer-content {
    width: 728px;
  }
}
@media (min-width: 980px) {
  #ad-layout-footer-content {
    width: 970px;
  }
}
#ad-layout-footer-content {
  text-align: center;
}

@media (min-width: 730px) {
  #ad-layout-header, #ad-layout-footer-content {
    margin-bottom: 0rem;
  }
}
.report-link > a {
  color: var(--text-muted) !important;
}

#ad-layout-header .report-link {
  top: 87px !important;
}

#ad-layout-footer-nav {
  margin-bottom: 1rem;
}
#ad-layout-footer-nav .report-link > a {
  color: #fff !important;
}

#ad-layout-content-primary, #ad-layout-content-secondary {
  width: 320px;
  margin: 0 auto;
}

.archetype_models_container {
  display: flex;
  flex-wrap: wrap;
}
.archetype_models_container .archetype_model {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 1rem;
}
.archetype_models_container .archetype_model table {
  width: auto;
  width: 300px;
}
.archetype_models_container .archetype_model_topic_decks {
  column-count: 3;
}
.archetype_models_container .archetype_model_topic_decks .warning {
  background-color: #f8d7da;
}

.tui-editor-contents, .deck-primer-panel {
  background-color: inherit;
}
.tui-editor-contents .lang-images *, .deck-primer-panel .lang-images * {
  white-space: normal;
}
.tui-editor-contents .spoiler-card-container :not(table), .deck-primer-panel .spoiler-card-container :not(table) {
  box-sizing: border-box;
}
.tui-editor-contents .spoiler-card-container img, .deck-primer-panel .spoiler-card-container img {
  margin: 0;
}
.tui-editor-contents .spoiler-card-container, .deck-primer-panel .spoiler-card-container {
  font-family: var(--font-family-sans-serif);
}
.tui-editor-contents .spoiler-card-container a, .deck-primer-panel .spoiler-card-container a {
  text-decoration: none;
}
.tui-editor-contents .spoiler-card-container, .deck-primer-panel .spoiler-card-container {
  justify-content: center;
}
.tui-editor-contents .spoiler-card-container .spoiler-card, .deck-primer-panel .spoiler-card-container .spoiler-card {
  width: 100%;
  margin: 0 0% 1.5% 0%;
}
.tui-editor-contents .spoiler-card-container .spoiler-card-dfc, .deck-primer-panel .spoiler-card-container .spoiler-card-dfc {
  width: 100%;
  margin: 0 0% 0% 0%;
}
@media (min-width: 1000px) {
  .tui-editor-contents .spoiler-card-container .spoiler-card, .deck-primer-panel .spoiler-card-container .spoiler-card {
    width: 48.75%;
    margin: 0 0.6% 1.5% 0.6%;
  }
  .tui-editor-contents .spoiler-card-container .spoiler-card-dfc, .deck-primer-panel .spoiler-card-container .spoiler-card-dfc {
    width: 96.8%;
    margin: 0 0.35% 0% 0.35%;
  }
}
@media (min-width: 1500px) {
  .tui-editor-contents .spoiler-card-container .spoiler-card, .deck-primer-panel .spoiler-card-container .spoiler-card {
    width: 32.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
  .tui-editor-contents .spoiler-card-container .spoiler-card-dfc, .deck-primer-panel .spoiler-card-container .spoiler-card-dfc {
    width: 65.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
  .tui-editor-contents .spoiler-card-container, .deck-primer-panel .spoiler-card-container {
    /*
    .spoiler-card {
      width: 24.5%;
      margin: 0 0.25% 0.75% 0.25%;
    }
    .spoiler-card-dfc {
      width: 49.5%;
      margin: 0 0.25% 0.75% 0.25%;
    }
    */
  }
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
.newsletter img {
  vertical-align: middle;
  max-width: 100%;
}
.newsletter a {
  color: #0068DB;
  text-decoration: none;
}
.newsletter a:hover, .newsletter a:focus {
  color: rgb(0, 83.2, 175.2);
}
.newsletter a {
  /*
  &:focus {
    @include tab-focus;
  }
  */
}
.newsletter hr {
  margin-top: 1.5;
  margin-bottom: 1.5;
  border: 0;
  border-top: 1px solid #ecf0f1;
}
.newsletter .image-spotlight {
  margin: 10px;
  text-align: center;
}
.newsletter .card-spotlight {
  margin: 10px;
}
.newsletter .card-spotlight img {
  margin-bottom: 5px;
}
.newsletter .subscription-container {
  margin: 10px auto;
  max-width: 1200px !important;
}
.newsletter .logo-img {
  background: #ffffff;
  height: 50px;
  padding: 5px;
  border: 1px solid #F07241;
}
.newsletter .deck-contents span {
  font-weight: bold;
}
.newsletter .deck-contents {
  margin-bottom: 10px;
}
.newsletter .deck-table th, .newsletter .deck-table td {
  text-align: right;
  padding-right: 10px;
}
.newsletter .deck-table th.card, .newsletter .deck-table td.card, .newsletter .deck-table td.subheader {
  text-align: left;
}
.newsletter .paper {
  color: #0066dd !important;
}
.newsletter .online {
  color: #BF573B !important;
}
.newsletter .card-image {
  width: 223px;
}
.newsletter img.spoiler {
  margin: 3px;
  width: 223px;
}
.newsletter table.card-table td {
  padding: 1px !important;
}
.newsletter table.card-table {
  margin-bottom: 10px;
}
.newsletter .newsletter-section {
  padding: 10px;
  padding-bottom: 40px;
}
.newsletter .newsletter-section-highlight {
  background-color: rgb(240, 240, 240);
  padding: 30px;
  padding-top: 10px;
}
.newsletter .newsletter-section-highlight hr {
  border-top-color: #6e6e6e;
}
.newsletter .newsletter-section-content {
  padding: 10px;
}
.newsletter .newsletter-section-divider {
  margin-bottom: 40px;
}
.newsletter .newsletter-section-half {
  padding: 10px;
  width: 50%;
}
.newsletter .newsletter-section-halves {
  margin-bottom: 20px;
}
.newsletter .newsletter-section-halves td {
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: text-top;
}
.newsletter .newsletter-section-featured {
  background-color: #f26739;
  color: white !important;
  padding: 10px;
}
.newsletter .newsletter-trending-list {
  margin-top: 20px;
}
.newsletter h3, .newsletter .h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.newsletter .newsletter-read-more {
  display: block;
  width: 110px;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px #f26739 solid;
  padding: 10px;
  background-color: #f26739;
  color: white !important;
  text-align: center;
}
.newsletter .newsletter-read-more-secondary {
  display: block;
  width: 110px;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px #fff solid;
  padding: 10px;
  background-color: #fff;
  text-align: center;
}
.newsletter .newsletter-footer {
  padding: 20px;
  padding-bottom: 10px;
}
.newsletter .newsletter-footer {
  background-color: #464548;
  color: #ccc;
}
.newsletter .newsletter-footer a {
  font-weight: bold;
  color: white !important;
}
.newsletter .newsletter-copyright p {
  color: #ccc;
  margin-bottom: 0;
}
.newsletter .newsletter-copyright {
  background-color: #6e6e6e;
  font-size: 11px;
  padding: 10px 20px;
}
.newsletter .newsletter-image {
  width: 550px;
  max-width: 100%;
}
.newsletter .newsletter-deck-image {
  max-width: 100%;
}
.newsletter .newsletter_section-halves-v2 {
  display: flex;
  flex-wrap: wrap;
}
.newsletter .newsletter_section-halves-v2 .newsletter-section {
  width: 100%;
}
@media (min-width: 920px) {
  .newsletter .newsletter_section-halves-v2 .newsletter-section {
    width: 50%;
  }
}
.newsletter .newsletter-section hr {
  display: none;
}
.newsletter .spoiler-card-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.newsletter .spoiler-card-container h4, .newsletter .spoiler-card-container .h4 {
  width: 100%;
}
@media (min-width: 350px) {
  .newsletter .newsletter-section .spoiler-card-container .spoiler-card {
    width: 48.75%;
    margin: 0 0.6% 1.5% 0.6%;
  }
  .newsletter .newsletter-section .spoiler-card-container .spoiler-card-dfc {
    width: 96.8%;
    margin: 0 0.35% 0% 0.35%;
  }
}
@media (min-width: 660px) {
  .newsletter .newsletter-section .spoiler-card-container .spoiler-card {
    width: 24.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
  .newsletter .newsletter-section .spoiler-card-container .spoiler-card-dfc {
    width: 49.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
}
@media (min-width: 920px) {
  .newsletter .newsletter-section .spoiler-card-container .spoiler-card {
    width: 19.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
  .newsletter .newsletter-section .spoiler-card-container .spoiler-card-dfc {
    width: 24.5%;
    margin: 0 0.25% 0.75% 0.25%;
  }
}
.newsletter .pull-right {
  float: right;
}
.newsletter .newsletter_section-halves-v2 .newsletter-section {
  padding: 0.5rem;
}
.newsletter > .newsletter-block:nth-child(even) {
  background-color: rgb(240, 240, 240);
}
.newsletter .newsletter-section-finance_update {
  padding: 0.5rem;
}
.newsletter .spoiler-card img {
  border-radius: 5%;
}

[data-bs-theme=dark] .newsletter > .newsletter-block:nth-child(even) {
  background-color: var(--widget-bg-color);
}
[data-bs-theme=dark] .newsletter a {
  color: #6FB7E7;
}

.text-center {
  text-align: center;
}

.clear {
  clear: both;
}

/*
%name
  %name-left
  %name-content-wrapper
    %name-content
*/
.internal-tools-container {
  margin-top: 2rem;
  column-count: 1;
}
@media (min-width: 600px) {
  .internal-tools-container {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .internal-tools-container {
    column-count: 3;
  }
}

.TierListContainer {
  width: 1920px;
  height: 1080px;
  background-color: #333333;
  color: #fff;
  padding: 1rem;
  display: flex;
  flex-wrap: nowrap;
}
.TierListContainer .TierListPreviewPane {
  background-color: yellow;
  min-width: 672px;
  min-height: 938px;
  flex-grow: 1;
}
.TierListContainer .TierList {
  width: 100%;
}
.TierListContainer .TierList .Tier {
  display: flex;
  flex-wrap: nowrap;
}
.TierListContainer .TierList .Tier .TierName {
  height: 10rem;
  width: 10rem;
  background-color: blue;
  display: flex;
  justify-content: center;
  align-items: center;
}
.TierListContainer .TierList .Tier .TierName > h2, .TierListContainer .TierList .Tier .TierName > .h2 {
  font-size: 1.2rem;
}
.TierListContainer .TierList .Tier .TierContents {
  width: 100%;
  background-color: red;
  display: flex;
}
.TierListContainer .TierList .Tier .TierItem {
  width: 20rem;
  background-color: green;
  margin: 0.5rem;
  height: 10rem;
}

.spoiler-scrape-results-image {
  height: 370px;
}

.spoiler-scrape-results-table tbody > tr > td {
  vertical-align: top;
}

.GradedCardPricesContainer > h4, .GradedCardPricesContainer > .h4 {
  font-size: 24px;
  font-weight: bold;
}

.GradedCardPrice-Image {
  width: 100%;
}

/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
.lifetracker .players-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  grid-template-rows: repeat(2, 1fr); /* 2 rows */
}
.lifetracker .player {
  width: 100%;
  border: 2px solid black;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.lifetracker .lifetotal-container {
  display: flex;
  flex-wrap: wrap;
}
.lifetracker .lifetotal {
  font-size: 8vw;
  width: 100%;
}
.lifetracker .name {
  font-size: 4vw;
  width: 100%;
}
.lifetracker .player-0 {
  background-color: #A7C7E7;
}
.lifetracker .player-1 {
  background-color: #FFD8A8;
}
.lifetracker .player-2 {
  background-color: #B7E4C7;
}
.lifetracker .player-3 {
  background-color: #FF9999;
}
.lifetracker .infect {
  background-color: #32CD32;
}
.lifetracker .commander-damage-player.infect {
  font-size: 0.85rem;
}
.lifetracker .game-container {
  display: flex;
}
.lifetracker .controls-container {
  display: flex;
  flex-direction: column;
  background-color: #5A5A5A;
}
.lifetracker .commander-damage-controls-container {
  padding: 0.5rem;
}
.lifetracker .commander-damage-controls-container .controls-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
}
.lifetracker .control-name {
  width: 10rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: end;
}
.lifetracker .lifechange {
  height: 16.67%;
  width: 5vw;
  min-width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.lifetracker .lifechange > .btn {
  width: 100%;
  border-radius: 0;
}
.lifetracker .transient-life-container {
  position: absolute;
  right: 1rem;
  font-size: 4vw;
}
.lifetracker .commander-damage-container {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 1rem;
  gap: 0.25rem;
}
.lifetracker .commander-damage-player {
  border-radius: 50%;
  font-size: 2vw;
  width: 4vw;
  height: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lifetracker .hidden {
  display: none;
}
.lifetracker .btn-commander-damage {
  margin: 0.5rem;
}
.lifetracker .player-select {
  text-align: center;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
}
.lifetracker .transient-life-increment {
  color: #008000;
}
.lifetracker .transient-life-decrement {
  color: #F44336;
}
.lifetracker #game_logs {
  height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc; /* Optional: Add a border for visibility */
}
.lifetracker .submenu-container {
  display: flex;
  justify-content: center;
}
.lifetracker .game-logs-container {
  padding: 0.5rem;
}

.advanced-card-search-controls .form-row-display-options .col {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.advanced-card-search-controls .form-row-display-options .col .form-control {
  width: auto;
}
.advanced-card-search-controls .form-row-display-options .col label {
  margin: 0;
}

/**
 * Tom Select Bootstrap 5
 */
/**
 * tom-select.css (v2.5.2)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
.ts-control {
  border: 1px solid var(--bs-border-color);
  padding: 0.375rem 0.75rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: var(--bs-border-radius);
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: calc(0.375rem - 1px - 0) 0.75rem calc(0.375rem - 1px - 3px - 0);
}
.full .ts-control {
  background-color: var(--bs-body-bg);
}
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: none;
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 5px;
  background: #efefef;
  color: #343a40;
  border: 0 solid #dee2e6;
  overflow: auto;
}
.ts-wrapper.multi .ts-control > div.active {
  background: #2c3e50;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: rgb(134.5, 134.5, 134.5);
  background: white;
  border: 0 solid white;
}
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0px 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: calc(0.75rem + 5px);
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0px 4px 0px -2px !important;
}
.disabled .ts-control {
  opacity: 1;
  background-color: var(--bs-secondary-bg);
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: var(--bs-body-bg);
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 3px 0.75rem;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #95a5a6;
  background: var(--bs-body-bg);
  cursor: default;
}
.ts-dropdown .active {
  background-color: #2c3e50;
  color: #fff;
}
.ts-dropdown .active.create {
  color: #fff;
}
.ts-dropdown .create {
  color: rgba(52, 58, 64, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 3px 0.75rem;
}
.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

/* stylelint-disable function-name-case */
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(0.75rem - 5px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 0.75rem);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 6px 0.75rem;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(var(--bs-body-bg), #d0d0d0, 85%);
  border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  color: #343a40;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid var(--bs-border-color);
  box-shadow: var(--bs-box-shadow-inset);
}
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 0.375rem 0.75rem;
  box-shadow: none;
  width: 100%;
  background: transparent;
}
.plugin-dropdown_input.focus .ts-dropdown .dropdown-input {
  border-color: rgb(149.5, 158.5, 167.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(44, 62, 80, 0.25);
}
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 5px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #dee2e6;
  margin-left: 5px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #dee2e6;
  margin-right: 5px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: rgba(0, 0, 0, 0);
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}

:root {
  --ts-pr-clear-button: 0px;
  --ts-pr-caret: 0px;
  --ts-pr-min: .75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #343a40;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: var(--bs-body-bg);
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.ts-dropdown,
.ts-dropdown.form-control,
.ts-dropdown.form-select {
  height: auto;
  padding: 0;
  z-index: 1000;
  background: var(--bs-body-bg);
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.ts-dropdown .optgroup-header {
  font-size: 0.875rem;
  line-height: 1.5;
}
.ts-dropdown .optgroup:first-child::before {
  display: none;
}
.ts-dropdown .optgroup::before {
  content: " ";
  display: block;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #ced4da;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.ts-dropdown .create {
  padding-left: 0.75rem;
}

.ts-dropdown-content {
  padding: 5px 0;
}

.ts-control {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ts-control {
    transition: none;
  }
}
.ts-control {
  display: flex;
  align-items: center;
}
.focus .ts-control {
  border-color: rgb(149.5, 158.5, 167.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(44, 62, 80, 0.25);
}
.ts-control .item {
  display: flex;
  align-items: center;
}
.ts-control input::placeholder {
  color: var(--bs-secondary-color, #a7aeb8);
  opacity: 1;
}

.ts-wrapper.is-invalid,
.was-validated .invalid,
.was-validated :invalid + .ts-wrapper {
  border-color: var(--bs-form-invalid-color);
}
.ts-wrapper.is-invalid:not(.single),
.was-validated .invalid:not(.single),
.was-validated :invalid + .ts-wrapper:not(.single) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e74c3c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74c3c' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-repeat: no-repeat;
}
.ts-wrapper.is-invalid.single,
.was-validated .invalid.single,
.was-validated :invalid + .ts-wrapper.single {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e74c3c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74c3c' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-repeat: no-repeat;
}
.ts-wrapper.is-invalid.focus .ts-control,
.was-validated .invalid.focus .ts-control,
.was-validated :invalid + .ts-wrapper.focus .ts-control {
  border-color: var(--bs-form-invalid-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-form-invalid-color), 0.25);
}

.ts-wrapper.is-valid,
.was-validated .valid,
.was-validated :valid + .ts-wrapper {
  border-color: var(--bs-form-valid-color);
}
.ts-wrapper.is-valid:not(.single),
.was-validated .valid:not(.single),
.was-validated :valid + .ts-wrapper:not(.single) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2318bc9c' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-repeat: no-repeat;
}
.ts-wrapper.is-valid.single,
.was-validated .valid.single,
.was-validated :valid + .ts-wrapper.single {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2318bc9c' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-repeat: no-repeat;
}
.ts-wrapper.is-valid.focus .ts-control,
.was-validated .valid.focus .ts-control,
.was-validated :valid + .ts-wrapper.focus .ts-control {
  border-color: var(--bs-form-valid-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-form-valid-color), 0.25);
}

.ts-wrapper {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  display: flex;
}
.input-group-sm > .ts-wrapper, .ts-wrapper.form-select-sm, .ts-wrapper.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.input-group-sm > .ts-wrapper .ts-control, .ts-wrapper.form-select-sm .ts-control, .ts-wrapper.form-control-sm .ts-control {
  border-radius: var(--bs-border-radius-sm);
  font-size: 0.875rem;
}
.input-group-sm > .ts-wrapper.has-items .ts-control, .ts-wrapper.form-select-sm.has-items .ts-control, .ts-wrapper.form-control-sm.has-items .ts-control {
  font-size: 0.875rem;
}
.input-group-sm > .ts-wrapper.multi.has-items .ts-control, .ts-wrapper.form-select-sm.multi.has-items .ts-control, .ts-wrapper.form-control-sm.multi.has-items .ts-control {
  padding-top: calc((calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2)) - 1.5 * 0.875rem - calc((var(--bs-border-width) + 1px) * 2)) / 2) !important;
}
.ts-wrapper.multi.has-items .ts-control {
  padding-left: calc(0.75rem - 5px);
  --ts-pr-min: calc(0.75rem - 5px);
}
.ts-wrapper.multi .ts-control > div {
  border-radius: calc(var(--bs-border-radius) - 1px);
}
.input-group-lg > .ts-wrapper, .ts-wrapper.form-control-lg, .ts-wrapper.form-select-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.input-group-lg > .ts-wrapper .ts-control, .ts-wrapper.form-control-lg .ts-control, .ts-wrapper.form-select-lg .ts-control {
  border-radius: var(--bs-border-radius-lg);
  font-size: 1.25rem;
}
.ts-wrapper:not(.form-control, .form-select) {
  padding: 0;
  border: none;
  height: auto;
  box-shadow: none;
  background: none;
}
.ts-wrapper:not(.form-control, .form-select).single .ts-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.ts-wrapper.form-select, .ts-wrapper.single {
  --ts-pr-caret: 2.25rem;
}
.ts-wrapper.form-control, .ts-wrapper.form-select {
  padding: 0 !important;
  height: auto;
  box-shadow: none;
  display: flex;
}
.ts-wrapper.form-control .ts-control, .ts-wrapper.form-control.single.input-active .ts-control, .ts-wrapper.form-select .ts-control, .ts-wrapper.form-select.single.input-active .ts-control {
  border: none !important;
}
.ts-wrapper.form-control:not(.disabled) .ts-control, .ts-wrapper.form-control:not(.disabled).single.input-active .ts-control, .ts-wrapper.form-select:not(.disabled) .ts-control, .ts-wrapper.form-select:not(.disabled).single.input-active .ts-control {
  background: transparent !important;
}

.input-group > .ts-wrapper {
  flex-grow: 1;
  width: 1%;
}
.input-group > .ts-wrapper:not(:nth-child(2)) > .ts-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .ts-wrapper:not(:last-child) > .ts-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-select .ts-dropdown,
.form-select .ts-control,
.form-select .ts-control input {
  color: var(--bs-body-color);
}

.ts-wrapper {
  cursor: text;
}
.ts-wrapper .ss {
  font-size: 150%;
  vertical-align: middle;
}
.ts-wrapper .ts-control,
.ts-wrapper .ts-control input {
  cursor: text;
}
.ts-wrapper.single .ts-control,
.ts-wrapper.single .ts-control input {
  cursor: text;
}

.autocomplete-card-id,
.ts-wrapper.autocomplete-card-id {
  width: min(100%, 35rem);
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-calendar.predefinedRange {
  width: 457px;
  max-width: 100%;
  display: flex;
}
.flatpickr-calendar.predefinedRange .flatpickr-innerContainer {
  display: block;
}
.flatpickr-calendar.predefinedRange .flatpickr-predefined-ranges.list-group {
  width: 150px;
  padding: 2px;
}
.flatpickr-calendar.predefinedRange .flatpickr-innerContainer {
  position: relative;
}

[data-bs-theme=dark] .flatpickr-calendar.predefinedRange .list-group-item-action {
  color: #fff;
}
[data-bs-theme=dark] .flatpickr-calendar.predefinedRange .flatpickr-predefined-ranges.list-group {
  background-color: #303030;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/*# sourceMappingURL=/assets/application-6781137c.css.map */
