@charset "UTF-8"; /*!
 * Color Admin v5.1.5 (https://seantheme.com/color-admin/)
 * Copyright 2022 SeanTheme
 */ /*!
 * Bootstrap  v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-default: #e9ecef;
  --bs-primary: #348fe2;
  --bs-secondary: #6c757d;
  --bs-success: #00acac;
  --bs-info: #49b6d6;
  --bs-warning: #f59c1a;
  --bs-danger: #ff5b57;
  --bs-light: #f2f3f4;
  --bs-dark: #2d353c;
  --bs-inverse: #2d353c;
  --bs-blue: #348fe2;
  --bs-indigo: #8753de;
  --bs-purple: #727cb6;
  --bs-pink: #fb5597;
  --bs-red: #ff5b57;
  --bs-orange: #f59c1a;
  --bs-yellow: #ffd900;
  --bs-green: #32a932;
  --bs-teal: #00acac;
  --bs-lime: #90ca4b;
  --bs-cyan: #49b6d6;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #2d353c;
  --bs-muted: #adb5bd;
  --bs-black: #000000;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #2d353c;
  --bs-gray-900: #20252a;
  --bs-default-rgb: 233, 236, 239;
  --bs-primary-rgb: 52, 143, 226;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 0, 172, 172;
  --bs-info-rgb: 73, 182, 214;
  --bs-warning-rgb: 245, 156, 26;
  --bs-danger-rgb: 255, 91, 87;
  --bs-light-rgb: 242, 243, 244;
  --bs-dark-rgb: 45, 53, 60;
  --bs-inverse-rgb: 45, 53, 60;
  --bs-blue-rgb: 52, 143, 226;
  --bs-indigo-rgb: 135, 83, 222;
  --bs-purple-rgb: 114, 124, 182;
  --bs-pink-rgb: 251, 85, 151;
  --bs-red-rgb: 255, 91, 87;
  --bs-orange-rgb: 245, 156, 26;
  --bs-yellow-rgb: 255, 217, 0;
  --bs-green-rgb: 50, 169, 50;
  --bs-teal-rgb: 0, 172, 172;
  --bs-lime-rgb: 144, 202, 75;
  --bs-cyan-rgb: 73, 182, 214;
  --bs-white-rgb: 255, 255, 255;
  --bs-gray-rgb: 108, 117, 125;
  --bs-gray-dark-rgb: 45, 53, 60;
  --bs-muted-rgb: 173, 181, 189;
  --bs-black-rgb: 0, 0, 0;
  --bs-gray-100-rgb: 248, 249, 250;
  --bs-gray-200-rgb: 233, 236, 239;
  --bs-gray-300-rgb: 222, 226, 230;
  --bs-gray-400-rgb: 206, 212, 218;
  --bs-gray-500-rgb: 173, 181, 189;
  --bs-gray-600-rgb: 108, 117, 125;
  --bs-gray-700-rgb: 73, 80, 87;
  --bs-gray-800-rgb: 45, 53, 60;
  --bs-gray-900-rgb: 32, 37, 42;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 45, 53, 60;
  --bs-body-bg-rgb: 222, 226, 230;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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: Open Sans, sans-serif;
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #2d353c;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #ced4da;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 4px;
  --bs-border-radius-sm: 3px;
  --bs-border-radius-lg: 6px;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #348fe2;
  --bs-link-hover-color: #2a72b5;
  --bs-code-color: #f90a69;
  --bs-highlight-bg: #fff7cc;
}
*,
::after,
::before {
  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: transparent;
}
hr {
  margin: 1.25rem 0;
  color: #adb5bd;
  border: 0;
  border-top: 1px solid;
  opacity: 0.4;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-weight: 600;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.1875rem;
  }
}
.h2,
h2 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 1.75rem;
  }
}
.h3,
h3 {
  font-size: calc(1.278125rem + 0.3375vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.53125rem;
  }
}
.h4,
h4 {
  font-size: calc(1.25625rem + 0.075vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.3125rem;
  }
}
.h5,
h5 {
  font-size: 1.09375rem;
}
.h6,
h6 {
  font-size: 0.875rem;
}
p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 600;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: 700;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  padding: 0.1875em;
  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: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 90%;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 90%;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #20252a;
  border-radius: 3px;
}
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: #adb5bd;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
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;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button: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;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::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.09375rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@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: 1.25rem;
  font-size: 1.09375rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
/* .blockquote-footer {
  margin-top: -1.25rem;
  margin-bottom: 1.25rem;
  font-size: 0.875em;
  color: #6c757d;
} */
/* .blockquote-footer::before {
  content: "— ";
} */
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #dee2e6;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.625rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  --bs-gutter-x: 30px;
  --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,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --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.3333333333%;
}
.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.6666666667%;
}
.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.3125rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.3125rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.625rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.625rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1.25rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1.25rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.875rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.875rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3.75rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3.75rem;
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3125rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3.75rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3.75rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3125rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3.75rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3.75rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3125rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3.75rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3.75rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3125rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3.75rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3125rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3.75rem;
  }
}
@media (min-width: 1800px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3.75rem;
  }
}
.table {
  --bs-table-color: var(--app-component-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--app-component-table-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--app-component-color);
  --bs-table-striped-bg: rgba(233, 236, 239, 0.7);
  --bs-table-active-color: var(--app-component-color);
  --bs-table-active-bg: #e9ecef;
  --bs-table-hover-color: var(--app-component-color);
  --bs-table-hover-bg: rgba(233, 236, 239, 0.85);
  width: 100%;
  margin-bottom: 1.25rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: 2px solid var(--app-component-table-separator-color);
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.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-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-color: #000000;
  --bs-table-bg: #d6e9f9;
  --bs-table-border-color: #c1d2e0;
  --bs-table-striped-bg: #40464b;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #202325;
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #000000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #444445;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #222222;
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #000000;
  --bs-table-bg: #cceeee;
  --bs-table-border-color: #b8d6d6;
  --bs-table-striped-bg: #3d4747;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #1f2424;
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #000000;
  --bs-table-bg: #dbf0f7;
  --bs-table-border-color: #c5d8de;
  --bs-table-striped-bg: #42484a;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #212425;
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #000000;
  --bs-table-bg: #fdebd1;
  --bs-table-border-color: #e4d4bc;
  --bs-table-striped-bg: #4c473f;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #26231f;
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #000000;
  --bs-table-bg: #ffdedd;
  --bs-table-border-color: #e6c8c7;
  --bs-table-striped-bg: #4d4342;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #262121;
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: #000000;
  --bs-table-bg: #f2f3f4;
  --bs-table-border-color: #dadbdc;
  --bs-table-striped-bg: #494949;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #242425;
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: #ffffff;
  --bs-table-bg: #2d353c;
  --bs-table-border-color: #424950;
  --bs-table-striped-bg: #c0c2c5;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: white;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e0e1e2;
  --bs-table-hover-color: #000000;
  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;
  }
}
@media (max-width: 1799.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.25rem;
  font-weight: 600;
}
.col-form-label {
  padding-top: calc(0.4375rem + 1px);
  padding-bottom: calc(0.4375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1rem;
}
.col-form-label-sm {
  padding-top: calc(0.3125rem + 1px);
  padding-bottom: calc(0.3125rem + 1px);
  font-size: 0.75rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #adb5bd;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.4375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--app-component-color);
  background-color: var(--app-component-bg);
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  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(--app-component-color);
  background-color: var(--app-component-bg);
  border-color: #67abe9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(52, 143, 226, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--app-component-disabled-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.4375rem 0.75rem;
  margin: -0.4375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--app-component-color);
  background-color: rgba(var(--app-component-border-color-rgb), 1);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;
}
.form-control::file-selector-button {
  padding: 0.4375rem 0.75rem;
  margin: -0.4375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--app-component-color);
  background-color: rgba(var(--app-component-border-color-rgb), 1);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgba(var(--app-component-border-color-rgb), 0.5);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgba(var(--app-component-border-color-rgb), 0.5);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.4375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--app-component-color);
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.625rem + 2px);
  padding: 0.3125rem 0.625rem;
  font-size: 0.75rem;
  border-radius: 3px;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.3125rem 0.625rem;
  margin: -0.3125rem -0.625rem;
  -webkit-margin-end: 0.625rem;
  margin-inline-end: 0.625rem;
}
.form-control-sm::file-selector-button {
  padding: 0.3125rem 0.625rem;
  margin: -0.3125rem -0.625rem;
  -webkit-margin-end: 0.625rem;
  margin-inline-end: 0.625rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 6px;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.875rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.625rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.875rem + 2px);
  padding: 0.4375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 4px;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 4px;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.625rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.4375rem 2.25rem 0.4375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--app-component-color);
  background-color: var(--app-component-bg);
  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='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #67abe9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(52, 143, 226, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--app-component-color);
}
.form-select-sm {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.625rem;
  font-size: 0.75rem;
  border-radius: 3px;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
  border-radius: 6px;
}
.form-check {
  display: block;
  min-height: 1.3125rem;
  padding-left: 2em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -2em;
}
.form-check-reverse {
  padding-right: 2em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -2em;
  margin-left: 0;
}
.form-check-input {
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  vertical-align: top;
  background-color: var(--app-component-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(var(--bs-black-rgb), 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  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: #67abe9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(52, 143, 226, 0.25);
}
.form-check-input:checked {
  background-color: #348fe2;
  border-color: #348fe2;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #348fe2;
  border-color: #348fe2;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' 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.8em;
}
.form-switch .form-check-input {
  width: 2.3em;
  margin-left: -2.8em;
  background-image: 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");
  background-position: left center;
  border-radius: 2.3em;
  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 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2367abe9'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.8em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.8em;
  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;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #dee2e6, 0 0 0 0.25rem rgba(52, 143, 226, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #dee2e6, 0 0 0 0.25rem rgba(52, 143, 226, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: var(--app-component-active-bg);
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #9ac7f1;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-light);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--app-component-active-bg);
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #9ac7f1;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-light);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px 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-plaintext::-moz-placeholder,
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext:-ms-input-placeholder,
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control-plaintext:not(:-ms-input-placeholder),
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.4375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--app-component-color);
  text-align: center;
  white-space: nowrap;
  background-color: rgba(var(--app-component-border-color-rgb), 1);
  border: 1px solid var(--app-component-border-color);
  border-radius: 4px;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 6px;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: 0.3125rem 0.625rem;
  font-size: 0.75rem;
  border-radius: 3px;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.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,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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,
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select,
.input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.83125rem;
  color: #00acac;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.3125rem 0.625rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(0, 172, 172, 0.95);
  border-radius: 4px;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #00acac;
  padding-right: calc(1.5em + 0.875rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300acac' d='M2.3 6.73L.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.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #00acac;
  box-shadow: 0 0 0 0.25rem rgba(0, 172, 172, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #00acac;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  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='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 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='%2300acac' d='M2.3 6.73L.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.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #00acac;
  box-shadow: 0 0 0 0.25rem rgba(0, 172, 172, 0.25);
}
.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3rem + calc(1.5em + 0.875rem));
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #00acac;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #00acac;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 172, 172, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #00acac;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.83125rem;
  color: #ff5b57;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.3125rem 0.625rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(255, 91, 87, 0.95);
  border-radius: 4px;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #ff5b57;
  padding-right: calc(1.5em + 0.875rem);
  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='%23ff5b57'%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='%23ff5b57' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #ff5b57;
  box-shadow: 0 0 0 0.25rem rgba(255, 91, 87, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #ff5b57;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  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='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 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='%23ff5b57'%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='%23ff5b57' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #ff5b57;
  box-shadow: 0 0 0 0.25rem rgba(255, 91, 87, 0.25);
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3rem + calc(1.5em + 0.875rem));
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #ff5b57;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #ff5b57;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 91, 87, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #ff5b57;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.4375rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #2d353c;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 4px;
  --bs-btn-box-shadow: none;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.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;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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:focus + .btn,
.btn:focus {
  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:active + .btn,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:active + .btn:focus,
.btn-check:checked + .btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
  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-default {
  --bs-btn-color: #000000;
  --bs-btn-bg: #e9ecef;
  --bs-btn-border-color: #e9ecef;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #eceff1;
  --bs-btn-hover-border-color: #ebeef1;
  --bs-btn-focus-shadow-rgb: 198, 201, 203;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #edf0f2;
  --bs-btn-active-border-color: #ebeef1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #e9ecef;
  --bs-btn-disabled-border-color: #e9ecef;
}
.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #348fe2;
  --bs-btn-border-color: #348fe2;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #52a0e6;
  --bs-btn-hover-border-color: #489ae5;
  --bs-btn-focus-shadow-rgb: 44, 122, 192;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #5da5e8;
  --bs-btn-active-border-color: #489ae5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #348fe2;
  --bs-btn-disabled-border-color: #348fe2;
}
.btn-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
  --bs-btn-color: #000000;
  --bs-btn-bg: #00acac;
  --bs-btn-border-color: #00acac;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #26b8b8;
  --bs-btn-hover-border-color: #1ab4b4;
  --bs-btn-focus-shadow-rgb: 0, 146, 146;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #33bdbd;
  --bs-btn-active-border-color: #1ab4b4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #00acac;
  --bs-btn-disabled-border-color: #00acac;
}
.btn-info {
  --bs-btn-color: #000000;
  --bs-btn-bg: #49b6d6;
  --bs-btn-border-color: #49b6d6;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #64c1dc;
  --bs-btn-hover-border-color: #5bbdda;
  --bs-btn-focus-shadow-rgb: 62, 155, 182;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #6dc5de;
  --bs-btn-active-border-color: #5bbdda;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #49b6d6;
  --bs-btn-disabled-border-color: #49b6d6;
}
.btn-warning {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f59c1a;
  --bs-btn-border-color: #f59c1a;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f7ab3c;
  --bs-btn-hover-border-color: #f6a631;
  --bs-btn-focus-shadow-rgb: 208, 133, 22;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f7b048;
  --bs-btn-active-border-color: #f6a631;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f59c1a;
  --bs-btn-disabled-border-color: #f59c1a;
}
.btn-danger {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ff5b57;
  --bs-btn-border-color: #ff5b57;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ff7470;
  --bs-btn-hover-border-color: #ff6b68;
  --bs-btn-focus-shadow-rgb: 217, 77, 74;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ff7c79;
  --bs-btn-active-border-color: #ff6b68;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ff5b57;
  --bs-btn-disabled-border-color: #ff5b57;
}
.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f2f3f4;
  --bs-btn-border-color: #f2f3f4;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #cecfcf;
  --bs-btn-hover-border-color: #c2c2c3;
  --bs-btn-focus-shadow-rgb: 206, 207, 207;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #c2c2c3;
  --bs-btn-active-border-color: #b6b6b7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f2f3f4;
  --bs-btn-disabled-border-color: #f2f3f4;
}
.btn-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #2d353c;
  --bs-btn-border-color: #2d353c;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #4d5359;
  --bs-btn-hover-border-color: #424950;
  --bs-btn-focus-shadow-rgb: 77, 83, 89;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #575d63;
  --bs-btn-active-border-color: #424950;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #2d353c;
  --bs-btn-disabled-border-color: #2d353c;
}
.btn-inverse {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #2d353c;
  --bs-btn-border-color: #2d353c;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #262d33;
  --bs-btn-hover-border-color: #242a30;
  --bs-btn-focus-shadow-rgb: 77, 83, 89;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #242a30;
  --bs-btn-active-border-color: #22282d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #2d353c;
  --bs-btn-disabled-border-color: #2d353c;
}
.btn-blue {
  --bs-btn-color: #000000;
  --bs-btn-bg: #348fe2;
  --bs-btn-border-color: #348fe2;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #52a0e6;
  --bs-btn-hover-border-color: #489ae5;
  --bs-btn-focus-shadow-rgb: 44, 122, 192;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #5da5e8;
  --bs-btn-active-border-color: #489ae5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #348fe2;
  --bs-btn-disabled-border-color: #348fe2;
}
.btn-indigo {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #8753de;
  --bs-btn-border-color: #8753de;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #7347bd;
  --bs-btn-hover-border-color: #6c42b2;
  --bs-btn-focus-shadow-rgb: 153, 109, 227;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #6c42b2;
  --bs-btn-active-border-color: #653ea7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #8753de;
  --bs-btn-disabled-border-color: #8753de;
}
.btn-purple {
  --bs-btn-color: #000000;
  --bs-btn-bg: #727cb6;
  --bs-btn-border-color: #727cb6;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #8790c1;
  --bs-btn-hover-border-color: #8089bd;
  --bs-btn-focus-shadow-rgb: 97, 105, 155;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #8e96c5;
  --bs-btn-active-border-color: #8089bd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #727cb6;
  --bs-btn-disabled-border-color: #727cb6;
}
.btn-pink {
  --bs-btn-color: #000000;
  --bs-btn-bg: #fb5597;
  --bs-btn-border-color: #fb5597;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #fc6fa7;
  --bs-btn-hover-border-color: #fb66a1;
  --bs-btn-focus-shadow-rgb: 213, 72, 128;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #fc77ac;
  --bs-btn-active-border-color: #fb66a1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #fb5597;
  --bs-btn-disabled-border-color: #fb5597;
}
.btn-red {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ff5b57;
  --bs-btn-border-color: #ff5b57;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ff7470;
  --bs-btn-hover-border-color: #ff6b68;
  --bs-btn-focus-shadow-rgb: 217, 77, 74;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ff7c79;
  --bs-btn-active-border-color: #ff6b68;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ff5b57;
  --bs-btn-disabled-border-color: #ff5b57;
}
.btn-orange {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f59c1a;
  --bs-btn-border-color: #f59c1a;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f7ab3c;
  --bs-btn-hover-border-color: #f6a631;
  --bs-btn-focus-shadow-rgb: 208, 133, 22;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f7b048;
  --bs-btn-active-border-color: #f6a631;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f59c1a;
  --bs-btn-disabled-border-color: #f59c1a;
}
.btn-yellow {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffd900;
  --bs-btn-border-color: #ffd900;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ffdf26;
  --bs-btn-hover-border-color: #ffdd1a;
  --bs-btn-focus-shadow-rgb: 217, 184, 0;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ffe133;
  --bs-btn-active-border-color: #ffdd1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ffd900;
  --bs-btn-disabled-border-color: #ffd900;
}
.btn-green {
  --bs-btn-color: #000000;
  --bs-btn-bg: #32a932;
  --bs-btn-border-color: #32a932;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #51b651;
  --bs-btn-hover-border-color: #47b247;
  --bs-btn-focus-shadow-rgb: 43, 144, 43;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #5bba5b;
  --bs-btn-active-border-color: #47b247;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #32a932;
  --bs-btn-disabled-border-color: #32a932;
}
.btn-teal {
  --bs-btn-color: #000000;
  --bs-btn-bg: #00acac;
  --bs-btn-border-color: #00acac;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #26b8b8;
  --bs-btn-hover-border-color: #1ab4b4;
  --bs-btn-focus-shadow-rgb: 0, 146, 146;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #33bdbd;
  --bs-btn-active-border-color: #1ab4b4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #00acac;
  --bs-btn-disabled-border-color: #00acac;
}
.btn-lime {
  --bs-btn-color: #000000;
  --bs-btn-bg: #90ca4b;
  --bs-btn-border-color: #90ca4b;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #a1d266;
  --bs-btn-hover-border-color: #9bcf5d;
  --bs-btn-focus-shadow-rgb: 122, 172, 64;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #a6d56f;
  --bs-btn-active-border-color: #9bcf5d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #90ca4b;
  --bs-btn-disabled-border-color: #90ca4b;
}
.btn-cyan {
  --bs-btn-color: #000000;
  --bs-btn-bg: #49b6d6;
  --bs-btn-border-color: #49b6d6;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #64c1dc;
  --bs-btn-hover-border-color: #5bbdda;
  --bs-btn-focus-shadow-rgb: 62, 155, 182;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #6dc5de;
  --bs-btn-active-border-color: #5bbdda;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #49b6d6;
  --bs-btn-disabled-border-color: #49b6d6;
}
.btn-white {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
}
.btn-gray {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn-gray-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #2d353c;
  --bs-btn-border-color: #2d353c;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #262d33;
  --bs-btn-hover-border-color: #242a30;
  --bs-btn-focus-shadow-rgb: 77, 83, 89;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #242a30;
  --bs-btn-active-border-color: #22282d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #2d353c;
  --bs-btn-disabled-border-color: #2d353c;
}
.btn-muted {
  --bs-btn-color: #000000;
  --bs-btn-bg: #adb5bd;
  --bs-btn-border-color: #adb5bd;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #b9c0c7;
  --bs-btn-hover-border-color: #b5bcc4;
  --bs-btn-focus-shadow-rgb: 147, 154, 161;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #bdc4ca;
  --bs-btn-active-border-color: #b5bcc4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #adb5bd;
  --bs-btn-disabled-border-color: #adb5bd;
}
.btn-black {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #000000;
  --bs-btn-disabled-border-color: #000000;
}
.btn-gray-100 {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f9fafb;
  --bs-btn-hover-border-color: #f9fafb;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f9fafb;
  --bs-btn-active-border-color: #f9fafb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-gray-200 {
  --bs-btn-color: #000000;
  --bs-btn-bg: #e9ecef;
  --bs-btn-border-color: #e9ecef;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #eceff1;
  --bs-btn-hover-border-color: #ebeef1;
  --bs-btn-focus-shadow-rgb: 198, 201, 203;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #edf0f2;
  --bs-btn-active-border-color: #ebeef1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #e9ecef;
  --bs-btn-disabled-border-color: #e9ecef;
}
.btn-gray-300 {
  --bs-btn-color: #000000;
  --bs-btn-bg: #dee2e6;
  --bs-btn-border-color: #dee2e6;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #e3e6ea;
  --bs-btn-hover-border-color: #e1e5e9;
  --bs-btn-focus-shadow-rgb: 189, 192, 196;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #e5e8eb;
  --bs-btn-active-border-color: #e1e5e9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #dee2e6;
  --bs-btn-disabled-border-color: #dee2e6;
}
.btn-gray-400 {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #d5dae0;
  --bs-btn-hover-border-color: #d3d8de;
  --bs-btn-focus-shadow-rgb: 175, 180, 185;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #d8dde1;
  --bs-btn-active-border-color: #d3d8de;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ced4da;
  --bs-btn-disabled-border-color: #ced4da;
}
.btn-gray-500 {
  --bs-btn-color: #000000;
  --bs-btn-bg: #adb5bd;
  --bs-btn-border-color: #adb5bd;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #b9c0c7;
  --bs-btn-hover-border-color: #b5bcc4;
  --bs-btn-focus-shadow-rgb: 147, 154, 161;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #bdc4ca;
  --bs-btn-active-border-color: #b5bcc4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #adb5bd;
  --bs-btn-disabled-border-color: #adb5bd;
}
.btn-gray-600 {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn-gray-700 {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #495057;
  --bs-btn-border-color: #495057;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #3e444a;
  --bs-btn-hover-border-color: #3a4046;
  --bs-btn-focus-shadow-rgb: 100, 106, 112;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #3a4046;
  --bs-btn-active-border-color: #373c41;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #495057;
  --bs-btn-disabled-border-color: #495057;
}
.btn-gray-800 {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #2d353c;
  --bs-btn-border-color: #2d353c;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #262d33;
  --bs-btn-hover-border-color: #242a30;
  --bs-btn-focus-shadow-rgb: 77, 83, 89;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #242a30;
  --bs-btn-active-border-color: #22282d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #2d353c;
  --bs-btn-disabled-border-color: #2d353c;
}
.btn-gray-900 {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #20252a;
  --bs-btn-border-color: #20252a;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #1b1f24;
  --bs-btn-hover-border-color: #1a1e22;
  --bs-btn-focus-shadow-rgb: 65, 70, 74;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #1a1e22;
  --bs-btn-active-border-color: #181c20;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #20252a;
  --bs-btn-disabled-border-color: #20252a;
}
.btn-outline-default {
  --bs-btn-color: #e9ecef;
  --bs-btn-border-color: #e9ecef;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #e9ecef;
  --bs-btn-hover-border-color: #e9ecef;
  --bs-btn-focus-shadow-rgb: 233, 236, 239;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #e9ecef;
  --bs-btn-active-border-color: #e9ecef;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e9ecef;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e9ecef;
  --bs-gradient: none;
}
.btn-outline-primary {
  --bs-btn-color: #348fe2;
  --bs-btn-border-color: #348fe2;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #348fe2;
  --bs-btn-hover-border-color: #348fe2;
  --bs-btn-focus-shadow-rgb: 52, 143, 226;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #348fe2;
  --bs-btn-active-border-color: #348fe2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #348fe2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #348fe2;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #00acac;
  --bs-btn-border-color: #00acac;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #00acac;
  --bs-btn-hover-border-color: #00acac;
  --bs-btn-focus-shadow-rgb: 0, 172, 172;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #00acac;
  --bs-btn-active-border-color: #00acac;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #00acac;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00acac;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #49b6d6;
  --bs-btn-border-color: #49b6d6;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #49b6d6;
  --bs-btn-hover-border-color: #49b6d6;
  --bs-btn-focus-shadow-rgb: 73, 182, 214;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #49b6d6;
  --bs-btn-active-border-color: #49b6d6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #49b6d6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #49b6d6;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #f59c1a;
  --bs-btn-border-color: #f59c1a;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f59c1a;
  --bs-btn-hover-border-color: #f59c1a;
  --bs-btn-focus-shadow-rgb: 245, 156, 26;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f59c1a;
  --bs-btn-active-border-color: #f59c1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f59c1a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f59c1a;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #ff5b57;
  --bs-btn-border-color: #ff5b57;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ff5b57;
  --bs-btn-hover-border-color: #ff5b57;
  --bs-btn-focus-shadow-rgb: 255, 91, 87;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ff5b57;
  --bs-btn-active-border-color: #ff5b57;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff5b57;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff5b57;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #f2f3f4;
  --bs-btn-border-color: #f2f3f4;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f2f3f4;
  --bs-btn-hover-border-color: #f2f3f4;
  --bs-btn-focus-shadow-rgb: 242, 243, 244;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f2f3f4;
  --bs-btn-active-border-color: #f2f3f4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f2f3f4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f2f3f4;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #2d353c;
  --bs-btn-border-color: #2d353c;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #2d353c;
  --bs-btn-hover-border-color: #2d353c;
  --bs-btn-focus-shadow-rgb: 45, 53, 60;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #2d353c;
  --bs-btn-active-border-color: #2d353c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2d353c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2d353c;
  --bs-gradient: none;
}
.btn-outline-inverse {
  --bs-btn-color: #2d353c;
  --bs-btn-border-color: #2d353c;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #2d353c;
  --bs-btn-hover-border-color: #2d353c;
  --bs-btn-focus-shadow-rgb: 45, 53, 60;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #2d353c;
  --bs-btn-active-border-color: #2d353c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2d353c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2d353c;
  --bs-gradient: none;
}
.btn-outline-blue {
  --bs-btn-color: #348fe2;
  --bs-btn-border-color: #348fe2;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #348fe2;
  --bs-btn-hover-border-color: #348fe2;
  --bs-btn-focus-shadow-rgb: 52, 143, 226;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #348fe2;
  --bs-btn-active-border-color: #348fe2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #348fe2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #348fe2;
  --bs-gradient: none;
}
.btn-outline-indigo {
  --bs-btn-color: #8753de;
  --bs-btn-border-color: #8753de;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #8753de;
  --bs-btn-hover-border-color: #8753de;
  --bs-btn-focus-shadow-rgb: 135, 83, 222;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #8753de;
  --bs-btn-active-border-color: #8753de;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #8753de;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #8753de;
  --bs-gradient: none;
}
.btn-outline-purple {
  --bs-btn-color: #727cb6;
  --bs-btn-border-color: #727cb6;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #727cb6;
  --bs-btn-hover-border-color: #727cb6;
  --bs-btn-focus-shadow-rgb: 114, 124, 182;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #727cb6;
  --bs-btn-active-border-color: #727cb6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #727cb6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #727cb6;
  --bs-gradient: none;
}
.btn-outline-pink {
  --bs-btn-color: #fb5597;
  --bs-btn-border-color: #fb5597;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #fb5597;
  --bs-btn-hover-border-color: #fb5597;
  --bs-btn-focus-shadow-rgb: 251, 85, 151;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #fb5597;
  --bs-btn-active-border-color: #fb5597;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fb5597;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fb5597;
  --bs-gradient: none;
}
.btn-outline-red {
  --bs-btn-color: #ff5b57;
  --bs-btn-border-color: #ff5b57;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ff5b57;
  --bs-btn-hover-border-color: #ff5b57;
  --bs-btn-focus-shadow-rgb: 255, 91, 87;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ff5b57;
  --bs-btn-active-border-color: #ff5b57;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff5b57;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff5b57;
  --bs-gradient: none;
}
.btn-outline-orange {
  --bs-btn-color: #f59c1a;
  --bs-btn-border-color: #f59c1a;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f59c1a;
  --bs-btn-hover-border-color: #f59c1a;
  --bs-btn-focus-shadow-rgb: 245, 156, 26;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f59c1a;
  --bs-btn-active-border-color: #f59c1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f59c1a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f59c1a;
  --bs-gradient: none;
}
.btn-outline-yellow {
  --bs-btn-color: #ffd900;
  --bs-btn-border-color: #ffd900;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ffd900;
  --bs-btn-hover-border-color: #ffd900;
  --bs-btn-focus-shadow-rgb: 255, 217, 0;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ffd900;
  --bs-btn-active-border-color: #ffd900;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffd900;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffd900;
  --bs-gradient: none;
}
.btn-outline-green {
  --bs-btn-color: #32a932;
  --bs-btn-border-color: #32a932;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #32a932;
  --bs-btn-hover-border-color: #32a932;
  --bs-btn-focus-shadow-rgb: 50, 169, 50;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #32a932;
  --bs-btn-active-border-color: #32a932;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #32a932;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #32a932;
  --bs-gradient: none;
}
.btn-outline-teal {
  --bs-btn-color: #00acac;
  --bs-btn-border-color: #00acac;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #00acac;
  --bs-btn-hover-border-color: #00acac;
  --bs-btn-focus-shadow-rgb: 0, 172, 172;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #00acac;
  --bs-btn-active-border-color: #00acac;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #00acac;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00acac;
  --bs-gradient: none;
}
.btn-outline-lime {
  --bs-btn-color: #90ca4b;
  --bs-btn-border-color: #90ca4b;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #90ca4b;
  --bs-btn-hover-border-color: #90ca4b;
  --bs-btn-focus-shadow-rgb: 144, 202, 75;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #90ca4b;
  --bs-btn-active-border-color: #90ca4b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #90ca4b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #90ca4b;
  --bs-gradient: none;
}
.btn-outline-cyan {
  --bs-btn-color: #49b6d6;
  --bs-btn-border-color: #49b6d6;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #49b6d6;
  --bs-btn-hover-border-color: #49b6d6;
  --bs-btn-focus-shadow-rgb: 73, 182, 214;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #49b6d6;
  --bs-btn-active-border-color: #49b6d6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #49b6d6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #49b6d6;
  --bs-gradient: none;
}
.btn-outline-white {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffffff;
  --bs-gradient: none;
}
.btn-outline-gray {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.btn-outline-gray-dark {
  --bs-btn-color: #2d353c;
  --bs-btn-border-color: #2d353c;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #2d353c;
  --bs-btn-hover-border-color: #2d353c;
  --bs-btn-focus-shadow-rgb: 45, 53, 60;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #2d353c;
  --bs-btn-active-border-color: #2d353c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2d353c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2d353c;
  --bs-gradient: none;
}
.btn-outline-muted {
  --bs-btn-color: #adb5bd;
  --bs-btn-border-color: #adb5bd;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #adb5bd;
  --bs-btn-hover-border-color: #adb5bd;
  --bs-btn-focus-shadow-rgb: 173, 181, 189;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #adb5bd;
  --bs-btn-active-border-color: #adb5bd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #adb5bd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #adb5bd;
  --bs-gradient: none;
}
.btn-outline-black {
  --bs-btn-color: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #000000;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #000000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000000;
  --bs-gradient: none;
}
.btn-outline-gray-100 {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}
.btn-outline-gray-200 {
  --bs-btn-color: #e9ecef;
  --bs-btn-border-color: #e9ecef;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #e9ecef;
  --bs-btn-hover-border-color: #e9ecef;
  --bs-btn-focus-shadow-rgb: 233, 236, 239;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #e9ecef;
  --bs-btn-active-border-color: #e9ecef;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e9ecef;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e9ecef;
  --bs-gradient: none;
}
.btn-outline-gray-300 {
  --bs-btn-color: #dee2e6;
  --bs-btn-border-color: #dee2e6;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #dee2e6;
  --bs-btn-hover-border-color: #dee2e6;
  --bs-btn-focus-shadow-rgb: 222, 226, 230;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #dee2e6;
  --bs-btn-active-border-color: #dee2e6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dee2e6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dee2e6;
  --bs-gradient: none;
}
.btn-outline-gray-400 {
  --bs-btn-color: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ced4da;
  --bs-btn-hover-border-color: #ced4da;
  --bs-btn-focus-shadow-rgb: 206, 212, 218;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ced4da;
  --bs-btn-active-border-color: #ced4da;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ced4da;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ced4da;
  --bs-gradient: none;
}
.btn-outline-gray-500 {
  --bs-btn-color: #adb5bd;
  --bs-btn-border-color: #adb5bd;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #adb5bd;
  --bs-btn-hover-border-color: #adb5bd;
  --bs-btn-focus-shadow-rgb: 173, 181, 189;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #adb5bd;
  --bs-btn-active-border-color: #adb5bd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #adb5bd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #adb5bd;
  --bs-gradient: none;
}
.btn-outline-gray-600 {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.btn-outline-gray-700 {
  --bs-btn-color: #495057;
  --bs-btn-border-color: #495057;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #495057;
  --bs-btn-hover-border-color: #495057;
  --bs-btn-focus-shadow-rgb: 73, 80, 87;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #495057;
  --bs-btn-active-border-color: #495057;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #495057;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #495057;
  --bs-gradient: none;
}
.btn-outline-gray-800 {
  --bs-btn-color: #2d353c;
  --bs-btn-border-color: #2d353c;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #2d353c;
  --bs-btn-hover-border-color: #2d353c;
  --bs-btn-focus-shadow-rgb: 45, 53, 60;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #2d353c;
  --bs-btn-active-border-color: #2d353c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2d353c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2d353c;
  --bs-gradient: none;
}
.btn-outline-gray-900 {
  --bs-btn-color: #20252a;
  --bs-btn-border-color: #20252a;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #20252a;
  --bs-btn-hover-border-color: #20252a;
  --bs-btn-focus-shadow-rgb: 32, 37, 42;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #20252a;
  --bs-btn-active-border-color: #20252a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #20252a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #20252a;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: #348fe2;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #2a72b5;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: #2a72b5;
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 44, 122, 192;
  text-decoration: underline;
}
.btn-link:focus {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-group-lg > .btn,
.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  --bs-btn-padding-y: 0.3125rem;
  --bs-btn-padding-x: 0.625rem;
  --bs-btn-font-size: 0.75rem;
  --bs-btn-border-radius: 3px;
}
.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;
  }
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-menu {
  --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: 0.875rem;
  --bs-dropdown-color: var(--app-component-color);
  --bs-dropdown-bg: var(--app-component-dropdown-bg);
  --bs-dropdown-border-color: rgba(var(--app-component-color-rgb), 0.1);
  --bs-dropdown-border-radius: 4px;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: 4px;
  --bs-dropdown-divider-bg: rgba(var(--app-component-color-rgb), 0.1);
  --bs-dropdown-divider-margin-y: 0.625rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: rgba(var(--app-component-color-rgb), 0.85);
  --bs-dropdown-link-hover-color: var(--app-component-color);
  --bs-dropdown-link-hover-bg: var(--app-component-dropdown-hover-bg);
  --bs-dropdown-link-active-color: var(--app-component-active-color);
  --bs-dropdown-link-active-bg: var(--app-component-active-bg);
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1.25rem;
  --bs-dropdown-item-padding-y: 0.4125rem;
  --bs-dropdown-header-color: var(--app-component-color);
  --bs-dropdown-header-padding-x: 1.25rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 1000;
  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;
  }
}
@media (min-width: 1800px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-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);
}
.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 {
  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::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;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  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.8125rem;
  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: #adb5bd;
  --bs-dropdown-bg: #2d353c;
  --bs-dropdown-border-color: rgba(var(--app-component-color-rgb), 0.1);
  --bs-dropdown-link-color: #adb5bd;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-divider-bg: #495057;
  --bs-dropdown-link-hover-bg: #495057;
  --bs-dropdown-link-active-color: var(--app-component-active-color);
  --bs-dropdown-link-active-bg: var(--app-component-active-bg);
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: 4px;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .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,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .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-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: 600;
  --bs-nav-link-color: rgba(var(--app-component-color-rgb), 0.5);
  --bs-nav-link-hover-color: var(--app-component-color);
  --bs-nav-link-disabled-color: #ced4da;
  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);
  text-decoration: none;
  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:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-border-color: transparent;
  --bs-nav-tabs-border-radius: 4px;
  --bs-nav-tabs-link-hover-border-color: transparent;
  --bs-nav-tabs-link-active-color: var(--app-component-color);
  --bs-nav-tabs-link-active-bg: var(--app-component-bg);
  --bs-nav-tabs-link-active-border-color: transparent;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
  background: 0 0;
  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:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
/* .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  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(var(--bs-nav-tabs-border-width) * -1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius: 4px;
  --bs-nav-pills-link-active-color: var(--app-component-active-color);
  --bs-nav-pills-link-active-bg: var(--app-component-active-bg);
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.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-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  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;
} */

.card {
  --bs-card-spacer-y: 1.25rem;
  --bs-card-spacer-x: 1.25rem;
  --bs-card-title-spacer-y: 0.625rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: rgba(var(--app-component-color-rgb), 0.1);
  --bs-card-border-radius: 4px;
  --bs-card-inner-border-radius: 4px;
  --bs-card-cap-padding-y: 0.625rem;
  --bs-card-cap-padding-x: 1.25rem;
  --bs-card-cap-bg: rgba(45, 53, 60, 0.075);
  --bs-card-bg: var(--app-component-bg);
  --bs-card-img-overlay-padding: 1.25rem;
  --bs-card-group-margin: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  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);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}
.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-bottom,
.card-img-top {
  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-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  /* .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    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-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  /* .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  } */
}
/* .accordion {
  --bs-accordion-color: #000000;
  --bs-accordion-bg: #dee2e6;
  --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: rgba(32, 37, 42, 0.125);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 4px;
  --bs-accordion-inner-border-radius: 4px;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #2d353c;
  --bs-accordion-btn-bg: #dee2e6;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232d353c'%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-.708z'/%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='%232f81cb'%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-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #67abe9;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(52, 143, 226, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #2f81cb;
  --bs-accordion-active-bg: #ebf4fc;
}
.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: 0.875rem;
  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(var(--bs-accordion-border-width) * -1) 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;
  border-color: var(--bs-accordion-btn-focus-border-color);
  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-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-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-collapse {
  border-width: 0;
}
.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-button {
  border-radius: 0;
} */
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-divider-color: #adb5bd;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  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, "/");
}
.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: 0.875rem;
  --bs-pagination-color: rgba(var(--app-component-color-rgb), 0.75);
  --bs-pagination-bg: var(--app-component-bg);
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: var(--app-component-border-color);
  --bs-pagination-border-radius: 4px;
  --bs-pagination-hover-color: var(--app-component-hover-color);
  --bs-pagination-hover-bg: var(--app-component-hover-bg);
  --bs-pagination-hover-border-color: var(--app-component-border-color);
  --bs-pagination-focus-color: #20252a;
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0;
  --bs-pagination-active-color: var(--app-component-active-color);
  --bs-pagination-active-bg: var(--app-component-active-bg);
  --bs-pagination-active-border-color: var(--app-component-active-bg);
  --bs-pagination-disabled-color: var(--app-component-disabled-color);
  --bs-pagination-disabled-bg: var(--app-component-disabled-bg);
  --bs-pagination-disabled-border-color: var(--app-component-disabled-border-color);
  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);
  text-decoration: none;
  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);
}
.active > .page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.disabled > .page-link,
.page-link.disabled {
  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: 0.5rem;
}
.page-item .page-link {
  border-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.35rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-border-radius: 6px;
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.8125rem;
  --bs-pagination-border-radius: 3px;
}
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 600;
  --bs-badge-color: #ffffff;
  --bs-badge-border-radius: 4px;
  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: 1.25rem;
  --bs-alert-padding-y: 1.25rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 0 solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 4px;
  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: 600;
}
.alert-dismissible {
  padding-right: 3.75rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.5625rem 1.25rem;
}
.alert-default {
  --bs-alert-color: #464748;
  --bs-alert-bg: #f8f9fa;
  --bs-alert-border-color: #f8f9fa;
}
.alert-default .alert-link {
  color: #38393a;
}
.alert-primary {
  --bs-alert-color: #102b44;
  --bs-alert-bg: #c2ddf6;
  --bs-alert-border-color: #c2ddf6;
}
.alert-primary .alert-link {
  color: #0d2236;
}
.alert-secondary {
  --bs-alert-color: #202326;
  --bs-alert-bg: #d3d6d8;
  --bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #1a1c1e;
}
.alert-success {
  --bs-alert-color: #003434;
  --bs-alert-bg: #b3e6e6;
  --bs-alert-border-color: #b3e6e6;
}
.alert-success .alert-link {
  color: #002a2a;
}
.alert-info {
  --bs-alert-color: #163740;
  --bs-alert-bg: #c8e9f3;
  --bs-alert-border-color: #c8e9f3;
}
.alert-info .alert-link {
  color: #122c33;
}
.alert-warning {
  --bs-alert-color: #4a2f08;
  --bs-alert-bg: #fce1ba;
  --bs-alert-border-color: #fce1ba;
}
.alert-warning .alert-link {
  color: #3b2606;
}
.alert-danger {
  --bs-alert-color: #4d1b1a;
  --bs-alert-bg: #ffcecd;
  --bs-alert-border-color: #ffcecd;
}
.alert-danger .alert-link {
  color: #3e1615;
}
.alert-light {
  --bs-alert-color: #494949;
  --bs-alert-bg: #fbfbfc;
  --bs-alert-border-color: #fbfbfc;
}
.alert-light .alert-link {
  color: #3a3a3a;
}
.alert-dark {
  --bs-alert-color: #0e1012;
  --bs-alert-bg: #c0c2c5;
  --bs-alert-border-color: #c0c2c5;
}
.alert-dark .alert-link {
  color: #0b0d0e;
}
.alert-inverse {
  --bs-alert-color: #0e1012;
  --bs-alert-bg: #c0c2c5;
  --bs-alert-border-color: #c0c2c5;
}
.alert-inverse .alert-link {
  color: #0b0d0e;
}
.alert-blue {
  --bs-alert-color: #102b44;
  --bs-alert-bg: #c2ddf6;
  --bs-alert-border-color: #c2ddf6;
}
.alert-blue .alert-link {
  color: #0d2236;
}
.alert-indigo {
  --bs-alert-color: #291943;
  --bs-alert-bg: #dbcbf5;
  --bs-alert-border-color: #dbcbf5;
}
.alert-indigo .alert-link {
  color: #211436;
}
.alert-purple {
  --bs-alert-color: #222537;
  --bs-alert-bg: #d5d8e9;
  --bs-alert-border-color: #d5d8e9;
}
.alert-purple .alert-link {
  color: #1b1e2c;
}
.alert-pink {
  --bs-alert-color: #4b1a2d;
  --bs-alert-bg: #fecce0;
  --bs-alert-border-color: #fecce0;
}
.alert-pink .alert-link {
  color: #3c1524;
}
.alert-red {
  --bs-alert-color: #4d1b1a;
  --bs-alert-bg: #ffcecd;
  --bs-alert-border-color: #ffcecd;
}
.alert-red .alert-link {
  color: #3e1615;
}
.alert-orange {
  --bs-alert-color: #4a2f08;
  --bs-alert-bg: #fce1ba;
  --bs-alert-border-color: #fce1ba;
}
.alert-orange .alert-link {
  color: #3b2606;
}
.alert-yellow {
  --bs-alert-color: #4d4100;
  --bs-alert-bg: #fff4b3;
  --bs-alert-border-color: #fff4b3;
}
.alert-yellow .alert-link {
  color: #3e3400;
}
.alert-green {
  --bs-alert-color: #0f330f;
  --bs-alert-bg: #c2e5c2;
  --bs-alert-border-color: #c2e5c2;
}
.alert-green .alert-link {
  color: #0c290c;
}
.alert-teal {
  --bs-alert-color: #003434;
  --bs-alert-bg: #b3e6e6;
  --bs-alert-border-color: #b3e6e6;
}
.alert-teal .alert-link {
  color: #002a2a;
}
.alert-lime {
  --bs-alert-color: #2b3d17;
  --bs-alert-bg: #deefc9;
  --bs-alert-border-color: #deefc9;
}
.alert-lime .alert-link {
  color: #223112;
}
.alert-cyan {
  --bs-alert-color: #163740;
  --bs-alert-bg: #c8e9f3;
  --bs-alert-border-color: #c8e9f3;
}
.alert-cyan .alert-link {
  color: #122c33;
}
.alert-white {
  --bs-alert-color: #4d4d4d;
  --bs-alert-bg: white;
  --bs-alert-border-color: white;
}
.alert-white .alert-link {
  color: #3e3e3e;
}
.alert-gray {
  --bs-alert-color: #202326;
  --bs-alert-bg: #d3d6d8;
  --bs-alert-border-color: #d3d6d8;
}
.alert-gray .alert-link {
  color: #1a1c1e;
}
.alert-gray-dark {
  --bs-alert-color: #0e1012;
  --bs-alert-bg: #c0c2c5;
  --bs-alert-border-color: #c0c2c5;
}
.alert-gray-dark .alert-link {
  color: #0b0d0e;
}
.alert-muted {
  --bs-alert-color: #343639;
  --bs-alert-bg: #e6e9eb;
  --bs-alert-border-color: #e6e9eb;
}
.alert-muted .alert-link {
  color: #2a2b2e;
}
.alert-black {
  --bs-alert-color: black;
  --bs-alert-bg: #b3b3b3;
  --bs-alert-border-color: #b3b3b3;
}
.alert-black .alert-link {
  color: #000;
}
.alert-gray-100 {
  --bs-alert-color: #4a4b4b;
  --bs-alert-bg: #fdfdfe;
  --bs-alert-border-color: #fdfdfe;
}
.alert-gray-100 .alert-link {
  color: #3b3c3c;
}
.alert-gray-200 {
  --bs-alert-color: #464748;
  --bs-alert-bg: #f8f9fa;
  --bs-alert-border-color: #f8f9fa;
}
.alert-gray-200 .alert-link {
  color: #38393a;
}
.alert-gray-300 {
  --bs-alert-color: #434445;
  --bs-alert-bg: #f5f6f8;
  --bs-alert-border-color: #f5f6f8;
}
.alert-gray-300 .alert-link {
  color: #363637;
}
.alert-gray-400 {
  --bs-alert-color: #3e4041;
  --bs-alert-bg: #f0f2f4;
  --bs-alert-border-color: #f0f2f4;
}
.alert-gray-400 .alert-link {
  color: #323334;
}
.alert-gray-500 {
  --bs-alert-color: #343639;
  --bs-alert-bg: #e6e9eb;
  --bs-alert-border-color: #e6e9eb;
}
.alert-gray-500 .alert-link {
  color: #2a2b2e;
}
.alert-gray-600 {
  --bs-alert-color: #202326;
  --bs-alert-bg: #d3d6d8;
  --bs-alert-border-color: #d3d6d8;
}
.alert-gray-600 .alert-link {
  color: #1a1c1e;
}
.alert-gray-700 {
  --bs-alert-color: #16181a;
  --bs-alert-bg: #c8cbcd;
  --bs-alert-border-color: #c8cbcd;
}
.alert-gray-700 .alert-link {
  color: #121315;
}
.alert-gray-800 {
  --bs-alert-color: #0e1012;
  --bs-alert-bg: #c0c2c5;
  --bs-alert-border-color: #c0c2c5;
}
.alert-gray-800 .alert-link {
  color: #0b0d0e;
}
.alert-gray-900 {
  --bs-alert-color: #0a0b0d;
  --bs-alert-bg: #bcbebf;
  --bs-alert-border-color: #bcbebf;
}
.alert-gray-900 .alert-link {
  color: #08090a;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.65625rem;
  --bs-progress-bg: var(--app-component-secondary-bg);
  --bs-progress-border-radius: 4px;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #ffffff;
  --bs-progress-bar-bg: #348fe2;
  --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-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  --bs-list-group-color: var(--app-component-color);
  --bs-list-group-bg: var(--app-component-bg);
  --bs-list-group-border-color: var(--app-component-border-color);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 4px;
  --bs-list-group-item-padding-x: 1.25rem;
  --bs-list-group-item-padding-y: 0.9375rem;
  --bs-list-group-action-color: var(--app-component-color);
  --bs-list-group-action-hover-color: var(--app-component-color);
  --bs-list-group-action-hover-bg: var(--app-component-hover-bg);
  --bs-list-group-action-active-color: var(--app-component-active-color);
  --bs-list-group-action-active-bg: var(--app-component-active-bg);
  --bs-list-group-disabled-color: var(--app-component-disabled-color);
  --bs-list-group-disabled-bg: var(--app-component-bg);
  --bs-list-group-active-color: var(--app-component-active-color);
  --bs-list-group-active-bg: var(--app-component-active-bg);
  --bs-list-group-active-border-color: var(--app-component-active-border-color);
  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-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  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:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.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);
  text-decoration: none;
  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(var(--bs-list-group-border-width) * -1);
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-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(var(--bs-list-group-border-width) * -1);
  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 {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-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(var(--bs-list-group-border-width) * -1);
    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 {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-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(var(--bs-list-group-border-width) * -1);
    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 {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-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(var(--bs-list-group-border-width) * -1);
    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 {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-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(var(--bs-list-group-border-width) * -1);
    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 {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-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(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1800px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    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-default {
  color: #5d5e60;
  background-color: #fbfbfc;
}
.list-group-item-default.list-group-item-action:focus,
.list-group-item-default.list-group-item-action:hover {
  color: #5d5e60;
  background-color: #e2e2e3;
}
.list-group-item-default.list-group-item-action.active {
  color: #fff;
  background-color: #5d5e60;
  border-color: #5d5e60;
}
.list-group-item-primary {
  color: #1f5688;
  background-color: #d6e9f9;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #1f5688;
  background-color: #c1d2e0;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1f5688;
  border-color: #1f5688;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #006767;
  background-color: #cee;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #006767;
  background-color: #b8d6d6;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #006767;
  border-color: #006767;
}
.list-group-item-info {
  color: #2c6d80;
  background-color: #dbf0f7;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #2c6d80;
  background-color: #c5d8de;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #2c6d80;
  border-color: #2c6d80;
}
.list-group-item-warning {
  color: #935e10;
  background-color: #fdebd1;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #935e10;
  background-color: #e4d4bc;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #935e10;
  border-color: #935e10;
}
.list-group-item-danger {
  color: #993734;
  background-color: #ffdedd;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #993734;
  background-color: #e6c8c7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #993734;
  border-color: #993734;
}
.list-group-item-light {
  color: #616162;
  background-color: #fcfdfd;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #616162;
  background-color: #e3e4e4;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #616162;
  border-color: #616162;
}
.list-group-item-dark {
  color: #1b2024;
  background-color: #d5d7d8;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b2024;
  background-color: #c0c2c2;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b2024;
  border-color: #1b2024;
}
.list-group-item-inverse {
  color: #1b2024;
  background-color: #d5d7d8;
}
.list-group-item-inverse.list-group-item-action:focus,
.list-group-item-inverse.list-group-item-action:hover {
  color: #1b2024;
  background-color: #c0c2c2;
}
.list-group-item-inverse.list-group-item-action.active {
  color: #fff;
  background-color: #1b2024;
  border-color: #1b2024;
}
.list-group-item-blue {
  color: #1f5688;
  background-color: #d6e9f9;
}
.list-group-item-blue.list-group-item-action:focus,
.list-group-item-blue.list-group-item-action:hover {
  color: #1f5688;
  background-color: #c1d2e0;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #1f5688;
  border-color: #1f5688;
}
.list-group-item-indigo {
  color: #513285;
  background-color: #e7ddf8;
}
.list-group-item-indigo.list-group-item-action:focus,
.list-group-item-indigo.list-group-item-action:hover {
  color: #513285;
  background-color: #d0c7df;
}
.list-group-item-indigo.list-group-item-action.active {
  color: #fff;
  background-color: #513285;
  border-color: #513285;
}
.list-group-item-purple {
  color: #444a6d;
  background-color: #e3e5f0;
}
.list-group-item-purple.list-group-item-action:focus,
.list-group-item-purple.list-group-item-action:hover {
  color: #444a6d;
  background-color: #ccced8;
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #444a6d;
  border-color: #444a6d;
}
.list-group-item-pink {
  color: #97335b;
  background-color: #feddea;
}
.list-group-item-pink.list-group-item-action:focus,
.list-group-item-pink.list-group-item-action:hover {
  color: #97335b;
  background-color: #e5c7d3;
}
.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #97335b;
  border-color: #97335b;
}
.list-group-item-red {
  color: #993734;
  background-color: #ffdedd;
}
.list-group-item-red.list-group-item-action:focus,
.list-group-item-red.list-group-item-action:hover {
  color: #993734;
  background-color: #e6c8c7;
}
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #993734;
  border-color: #993734;
}
.list-group-item-orange {
  color: #935e10;
  background-color: #fdebd1;
}
.list-group-item-orange.list-group-item-action:focus,
.list-group-item-orange.list-group-item-action:hover {
  color: #935e10;
  background-color: #e4d4bc;
}
.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #935e10;
  border-color: #935e10;
}
.list-group-item-yellow {
  color: #665700;
  background-color: #fff7cc;
}
.list-group-item-yellow.list-group-item-action:focus,
.list-group-item-yellow.list-group-item-action:hover {
  color: #665700;
  background-color: #e6deb8;
}
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #665700;
  border-color: #665700;
}
.list-group-item-green {
  color: #1e651e;
  background-color: #d6eed6;
}
.list-group-item-green.list-group-item-action:focus,
.list-group-item-green.list-group-item-action:hover {
  color: #1e651e;
  background-color: #c1d6c1;
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #1e651e;
  border-color: #1e651e;
}
.list-group-item-teal {
  color: #006767;
  background-color: #cee;
}
.list-group-item-teal.list-group-item-action:focus,
.list-group-item-teal.list-group-item-action:hover {
  color: #006767;
  background-color: #b8d6d6;
}
.list-group-item-teal.list-group-item-action.active {
  color: #fff;
  background-color: #006767;
  border-color: #006767;
}
.list-group-item-lime {
  color: #3a511e;
  background-color: #e9f4db;
}
.list-group-item-lime.list-group-item-action:focus,
.list-group-item-lime.list-group-item-action:hover {
  color: #3a511e;
  background-color: #d2dcc5;
}
.list-group-item-lime.list-group-item-action.active {
  color: #fff;
  background-color: #3a511e;
  border-color: #3a511e;
}
.list-group-item-cyan {
  color: #2c6d80;
  background-color: #dbf0f7;
}
.list-group-item-cyan.list-group-item-action:focus,
.list-group-item-cyan.list-group-item-action:hover {
  color: #2c6d80;
  background-color: #c5d8de;
}
.list-group-item-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #2c6d80;
  border-color: #2c6d80;
}
.list-group-item-white {
  color: #666;
  background-color: #fff;
}
.list-group-item-white.list-group-item-action:focus,
.list-group-item-white.list-group-item-action:hover {
  color: #666;
  background-color: #e6e6e6;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.list-group-item-gray {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-gray.list-group-item-action:focus,
.list-group-item-gray.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-gray-dark {
  color: #1b2024;
  background-color: #d5d7d8;
}
.list-group-item-gray-dark.list-group-item-action:focus,
.list-group-item-gray-dark.list-group-item-action:hover {
  color: #1b2024;
  background-color: #c0c2c2;
}
.list-group-item-gray-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b2024;
  border-color: #1b2024;
}
.list-group-item-muted {
  color: #686d71;
  background-color: #eff0f2;
}
.list-group-item-muted.list-group-item-action:focus,
.list-group-item-muted.list-group-item-action:hover {
  color: #686d71;
  background-color: #d7d8da;
}
.list-group-item-muted.list-group-item-action.active {
  color: #fff;
  background-color: #686d71;
  border-color: #686d71;
}
.list-group-item-black {
  color: #000;
  background-color: #ccc;
}
.list-group-item-black.list-group-item-action:focus,
.list-group-item-black.list-group-item-action:hover {
  color: #000;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.list-group-item-gray-100 {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-gray-100.list-group-item-action:focus,
.list-group-item-gray-100.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-gray-100.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-gray-200 {
  color: #5d5e60;
  background-color: #fbfbfc;
}
.list-group-item-gray-200.list-group-item-action:focus,
.list-group-item-gray-200.list-group-item-action:hover {
  color: #5d5e60;
  background-color: #e2e2e3;
}
.list-group-item-gray-200.list-group-item-action.active {
  color: #fff;
  background-color: #5d5e60;
  border-color: #5d5e60;
}
.list-group-item-gray-300 {
  color: #595a5c;
  background-color: #f8f9fa;
}
.list-group-item-gray-300.list-group-item-action:focus,
.list-group-item-gray-300.list-group-item-action:hover {
  color: #595a5c;
  background-color: #dfe0e1;
}
.list-group-item-gray-300.list-group-item-action.active {
  color: #fff;
  background-color: #595a5c;
  border-color: #595a5c;
}
.list-group-item-gray-400 {
  color: #525557;
  background-color: #f5f6f8;
}
.list-group-item-gray-400.list-group-item-action:focus,
.list-group-item-gray-400.list-group-item-action:hover {
  color: #525557;
  background-color: #dddddf;
}
.list-group-item-gray-400.list-group-item-action.active {
  color: #fff;
  background-color: #525557;
  border-color: #525557;
}
.list-group-item-gray-500 {
  color: #686d71;
  background-color: #eff0f2;
}
.list-group-item-gray-500.list-group-item-action:focus,
.list-group-item-gray-500.list-group-item-action:hover {
  color: #686d71;
  background-color: #d7d8da;
}
.list-group-item-gray-500.list-group-item-action.active {
  color: #fff;
  background-color: #686d71;
  border-color: #686d71;
}
.list-group-item-gray-600 {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-gray-600.list-group-item-action:focus,
.list-group-item-gray-600.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-gray-600.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-gray-700 {
  color: #2c3034;
  background-color: #dbdcdd;
}
.list-group-item-gray-700.list-group-item-action:focus,
.list-group-item-gray-700.list-group-item-action:hover {
  color: #2c3034;
  background-color: #c5c6c7;
}
.list-group-item-gray-700.list-group-item-action.active {
  color: #fff;
  background-color: #2c3034;
  border-color: #2c3034;
}
.list-group-item-gray-800 {
  color: #1b2024;
  background-color: #d5d7d8;
}
.list-group-item-gray-800.list-group-item-action:focus,
.list-group-item-gray-800.list-group-item-action:hover {
  color: #1b2024;
  background-color: #c0c2c2;
}
.list-group-item-gray-800.list-group-item-action.active {
  color: #fff;
  background-color: #1b2024;
  border-color: #1b2024;
}
.list-group-item-gray-900 {
  color: #131619;
  background-color: #d2d3d4;
}
.list-group-item-gray-900.list-group-item-action:focus,
.list-group-item-gray-900.list-group-item-action:hover {
  color: #131619;
  background-color: #bdbebf;
}
.list-group-item-gray-900.list-group-item-action.active {
  color: #fff;
  background-color: #131619;
  border-color: #131619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 4px;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(52, 143, 226, 0.25);
  opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 15px;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.8125rem;
  --bs-toast-bg: rgba(var(--app-component-dropdown-bg-rgb), 0.98);
  --bs-toast-border-width: 0;
  --bs-toast-border-color: var(--app-component-dropdown-border-color);
  --bs-toast-border-radius: 4px;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: var(--app-component-color);
  --bs-toast-header-bg: rgba(var(--app-component-dropdown-bg-rgb), 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  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 {
  position: absolute;
  z-index: 1090;
  width: -webkit-max-content;
  width: -moz-max-content;
  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(var(--bs-toast-padding-x) * -0.5);
  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: 1.25rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-bg: var(--app-component-modal-bg);
  --bs-modal-border-color: var(--app-component-modal-border-color);
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: 6px;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: 6px;
  --bs-modal-header-padding-x: 1.25rem;
  --bs-modal-header-padding-y: 1.25rem;
  --bs-modal-header-padding: 1.25rem 1.25rem;
  --bs-modal-header-border-color: var(--app-component-modal-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  /* --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-border-color: var(--app-component-modal-border-color);
  --bs-modal-footer-border-width: 1px; */
  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 {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@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: #20252a;
  --bs-backdrop-opacity: 0.85;
  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;
  justify-content: space-between;
  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: calc(var(--bs-modal-header-padding-y) * -0.5) calc(var(--bs-modal-header-padding-x) * -0.5) calc(var(--bs-modal-header-padding-y) * -0.5) 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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .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-footer,
.modal-fullscreen .modal-header {
  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-footer,
  .modal-fullscreen-sm-down .modal-header {
    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-footer,
  .modal-fullscreen-md-down .modal-header {
    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-footer,
  .modal-fullscreen-lg-down .modal-header {
    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-footer,
  .modal-fullscreen-xl-down .modal-header {
    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-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1799.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-footer,
  .modal-fullscreen-xxxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
} */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.625rem;
  --bs-tooltip-padding-y: 0.3125rem;
  --bs-tooltip-margin: 0;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #ffffff;
  --bs-tooltip-bg: #20252a;
  --bs-tooltip-border-radius: 4px;
  --bs-tooltip-opacity: 0.95;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: "Open Sans", 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-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-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);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .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);
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-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);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .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);
}
.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: 250px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--app-component-bg);
  --bs-popover-border-width: 0;
  --bs-popover-border-color: rgba(32, 37, 42, 0.2);
  --bs-popover-border-radius: 6px;
  --bs-popover-inner-border-radius: 6px;
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1.25rem;
  --bs-popover-header-padding-y: 0.65rem;
  --bs-popover-header-font-size: 0.875rem;
  --bs-popover-header-color: var(--bs-heading-color);
  --bs-popover-header-bg: var(--bs-light);
  --bs-popover-body-padding-x: 1.25rem;
  --bs-popover-body-padding-y: 1.25rem;
  --bs-popover-body-color: var(--app-component-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: "Open Sans", 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::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-end > .popover-arrow::before {
  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-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(var(--bs-popover-arrow-width) * -0.5);
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-start > .popover-arrow::before {
  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-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.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%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  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: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-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='%23FFFFFF'%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 0z'/%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='%23FFFFFF'%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-.708z'/%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%;
  list-style: none;
}
.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: #fff;
  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: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
.spinner-border,
.spinner-grow {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.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;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@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-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl,
.offcanvas-xxxl {
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1.25rem;
  --bs-offcanvas-padding-y: 1.25rem;
  --bs-offcanvas-bg: var(--app-component-modal-bg);
  --bs-offcanvas-border-width: 0;
  --bs-offcanvas-border-color: var(--app-component-modal-border-color);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    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: transform 0.3s ease-in-out;
  }
}
@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%);
  }
}
@media (max-width: 575.98px) {
  .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%);
  }
}
@media (max-width: 575.98px) {
  .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%);
  }
}
@media (max-width: 575.98px) {
  .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%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.show:not(.hiding),
  .offcanvas-sm.showing {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.hiding,
  .offcanvas-sm.show,
  .offcanvas-sm.showing {
    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: 1045;
    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: transform 0.3s ease-in-out;
  }
}
@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%);
  }
}
@media (max-width: 767.98px) {
  .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%);
  }
}
@media (max-width: 767.98px) {
  .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%);
  }
}
@media (max-width: 767.98px) {
  .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%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.show:not(.hiding),
  .offcanvas-md.showing {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.hiding,
  .offcanvas-md.show,
  .offcanvas-md.showing {
    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: 1045;
    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: transform 0.3s ease-in-out;
  }
}
@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%);
  }
}
@media (max-width: 991.98px) {
  .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%);
  }
}
@media (max-width: 991.98px) {
  .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%);
  }
}
@media (max-width: 991.98px) {
  .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%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.show:not(.hiding),
  .offcanvas-lg.showing {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.hiding,
  .offcanvas-lg.show,
  .offcanvas-lg.showing {
    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: 1045;
    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: transform 0.3s ease-in-out;
  }
}
@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%);
  }
}
@media (max-width: 1199.98px) {
  .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%);
  }
}
@media (max-width: 1199.98px) {
  .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%);
  }
}
@media (max-width: 1199.98px) {
  .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%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.show:not(.hiding),
  .offcanvas-xl.showing {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.hiding,
  .offcanvas-xl.show,
  .offcanvas-xl.showing {
    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: 1045;
    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: transform 0.3s ease-in-out;
  }
}
@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%);
  }
}
@media (max-width: 1399.98px) {
  .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%);
  }
}
@media (max-width: 1399.98px) {
  .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%);
  }
}
@media (max-width: 1399.98px) {
  .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%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.show:not(.hiding),
  .offcanvas-xxl.showing {
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show,
  .offcanvas-xxl.showing {
    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;
  }
}
@media (max-width: 1799.98px) {
  .offcanvas-xxxl {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    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: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1799.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxl {
    transition: none;
  }
}
@media (max-width: 1799.98px) {
  .offcanvas-xxxl.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%);
  }
}
@media (max-width: 1799.98px) {
  .offcanvas-xxxl.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%);
  }
}
@media (max-width: 1799.98px) {
  .offcanvas-xxxl.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%);
  }
}
@media (max-width: 1799.98px) {
  .offcanvas-xxxl.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%);
  }
}
@media (max-width: 1799.98px) {
  .offcanvas-xxxl.show:not(.hiding),
  .offcanvas-xxxl.showing {
    transform: none;
  }
}
@media (max-width: 1799.98px) {
  .offcanvas-xxxl.hiding,
  .offcanvas-xxxl.show,
  .offcanvas-xxxl.showing {
    visibility: visible;
  }
}
@media (min-width: 1800px) {
  .offcanvas-xxxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  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: transform 0.3s ease-in-out;
}
@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.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #20252a;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.85;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  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(var(--bs-offcanvas-padding-y) * -0.5);
  margin-right: calc(var(--bs-offcanvas-padding-x) * -0.5);
  margin-bottom: calc(var(--bs-offcanvas-padding-y) * -0.5);
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.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 {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-default {
  color: #000 !important;
  background-color: RGBA(233, 236, 239, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(52, 143, 226, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #000 !important;
  background-color: RGBA(0, 172, 172, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(73, 182, 214, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(245, 156, 26, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(255, 91, 87, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(242, 243, 244, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(45, 53, 60, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-inverse {
  color: #fff !important;
  background-color: RGBA(45, 53, 60, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-blue {
  color: #000 !important;
  background-color: RGBA(52, 143, 226, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-indigo {
  color: #fff !important;
  background-color: RGBA(135, 83, 222, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-purple {
  color: #000 !important;
  background-color: RGBA(114, 124, 182, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-pink {
  color: #000 !important;
  background-color: RGBA(251, 85, 151, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-red {
  color: #000 !important;
  background-color: RGBA(255, 91, 87, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-orange {
  color: #000 !important;
  background-color: RGBA(245, 156, 26, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-yellow {
  color: #000 !important;
  background-color: RGBA(255, 217, 0, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-green {
  color: #000 !important;
  background-color: RGBA(50, 169, 50, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-teal {
  color: #000 !important;
  background-color: RGBA(0, 172, 172, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-lime {
  color: #000 !important;
  background-color: RGBA(144, 202, 75, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-cyan {
  color: #000 !important;
  background-color: RGBA(73, 182, 214, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-white {
  color: #000 !important;
  background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray-dark {
  color: #fff !important;
  background-color: RGBA(45, 53, 60, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-muted {
  color: #000 !important;
  background-color: RGBA(173, 181, 189, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-black {
  color: #fff !important;
  background-color: RGBA(0, 0, 0, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray-100 {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray-200 {
  color: #000 !important;
  background-color: RGBA(233, 236, 239, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray-300 {
  color: #000 !important;
  background-color: RGBA(222, 226, 230, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray-400 {
  color: #000 !important;
  background-color: RGBA(206, 212, 218, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray-500 {
  color: #000 !important;
  background-color: RGBA(173, 181, 189, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray-600 {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray-700 {
  color: #fff !important;
  background-color: RGBA(73, 80, 87, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray-800 {
  color: #fff !important;
  background-color: RGBA(45, 53, 60, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-gray-900 {
  color: #fff !important;
  background-color: RGBA(32, 37, 42, var(--bs-bg-opacity, 1)) !important;
}
.link-default {
  color: #e9ecef !important;
}
.link-default:focus,
.link-default:hover {
  color: #edf0f2 !important;
}
.link-primary {
  color: #348fe2 !important;
}
.link-primary:focus,
.link-primary:hover {
  color: #5da5e8 !important;
}
.link-secondary {
  color: #6c757d !important;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #565e64 !important;
}
.link-success {
  color: #00acac !important;
}
.link-success:focus,
.link-success:hover {
  color: #33bdbd !important;
}
.link-info {
  color: #49b6d6 !important;
}
.link-info:focus,
.link-info:hover {
  color: #6dc5de !important;
}
.link-warning {
  color: #f59c1a !important;
}
.link-warning:focus,
.link-warning:hover {
  color: #f7b048 !important;
}
.link-danger {
  color: #ff5b57 !important;
}
.link-danger:focus,
.link-danger:hover {
  color: #ff7c79 !important;
}
.link-light {
  color: #f2f3f4 !important;
}
.link-light:focus,
.link-light:hover {
  color: #f5f5f6 !important;
}
.link-dark {
  color: #2d353c !important;
}
.link-dark:focus,
.link-dark:hover {
  color: #242a30 !important;
}
.link-inverse {
  color: #2d353c !important;
}
.link-inverse:focus,
.link-inverse:hover {
  color: #242a30 !important;
}
.link-blue {
  color: #348fe2 !important;
}
.link-blue:focus,
.link-blue:hover {
  color: #5da5e8 !important;
}
.link-indigo {
  color: #8753de !important;
}
.link-indigo:focus,
.link-indigo:hover {
  color: #6c42b2 !important;
}
.link-purple {
  color: #727cb6 !important;
}
.link-purple:focus,
.link-purple:hover {
  color: #8e96c5 !important;
}
.link-pink {
  color: #fb5597 !important;
}
.link-pink:focus,
.link-pink:hover {
  color: #fc77ac !important;
}
.link-red {
  color: #ff5b57 !important;
}
.link-red:focus,
.link-red:hover {
  color: #ff7c79 !important;
}
.link-orange {
  color: #f59c1a !important;
}
.link-orange:focus,
.link-orange:hover {
  color: #f7b048 !important;
}
.link-yellow {
  color: #ffd900 !important;
}
.link-yellow:focus,
.link-yellow:hover {
  color: #ffe133 !important;
}
.link-green {
  color: #32a932 !important;
}
.link-green:focus,
.link-green:hover {
  color: #5bba5b !important;
}
.link-teal {
  color: #00acac !important;
}
.link-teal:focus,
.link-teal:hover {
  color: #33bdbd !important;
}
.link-lime {
  color: #90ca4b !important;
}
.link-lime:focus,
.link-lime:hover {
  color: #a6d56f !important;
}
.link-cyan {
  color: #49b6d6 !important;
}
.link-cyan:focus,
.link-cyan:hover {
  color: #6dc5de !important;
}
.link-white {
  color: #fff !important;
}
.link-white:focus,
.link-white:hover {
  color: #fff !important;
}
.link-gray {
  color: #6c757d !important;
}
.link-gray:focus,
.link-gray:hover {
  color: #565e64 !important;
}
.link-gray-dark {
  color: #2d353c !important;
}
.link-gray-dark:focus,
.link-gray-dark:hover {
  color: #242a30 !important;
}
.link-muted {
  color: #adb5bd !important;
}
.link-muted:focus,
.link-muted:hover {
  color: #bdc4ca !important;
}
.link-black {
  color: #000 !important;
}
.link-black:focus,
.link-black:hover {
  color: #000 !important;
}
.link-gray-100 {
  color: #f8f9fa !important;
}
.link-gray-100:focus,
.link-gray-100:hover {
  color: #f9fafb !important;
}
.link-gray-200 {
  color: #e9ecef !important;
}
.link-gray-200:focus,
.link-gray-200:hover {
  color: #edf0f2 !important;
}
.link-gray-300 {
  color: #dee2e6 !important;
}
.link-gray-300:focus,
.link-gray-300:hover {
  color: #e5e8eb !important;
}
.link-gray-400 {
  color: #ced4da !important;
}
.link-gray-400:focus,
.link-gray-400:hover {
  color: #d8dde1 !important;
}
.link-gray-500 {
  color: #adb5bd !important;
}
.link-gray-500:focus,
.link-gray-500:hover {
  color: #bdc4ca !important;
}
.link-gray-600 {
  color: #6c757d !important;
}
.link-gray-600:focus,
.link-gray-600:hover {
  color: #565e64 !important;
}
.link-gray-700 {
  color: #495057 !important;
}
.link-gray-700:focus,
.link-gray-700:hover {
  color: #3a4046 !important;
}
.link-gray-800 {
  color: #2d353c !important;
}
.link-gray-800:focus,
.link-gray-800:hover {
  color: #242a30 !important;
}
.link-gray-900 {
  color: #20252a !important;
}
.link-gray-900:focus,
.link-gray-900:hover {
  color: #1a1e22 !important;
}
.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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1800px) {
  .sticky-xxxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxl-bottom {
    position: -webkit-sticky;
    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) {
  position: absolute !important;
  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;
}
.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: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.4;
}
.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;
}
.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;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: 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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  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-default {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-default-rgb), var(--bs-border-opacity)) !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-inverse {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-inverse-rgb), var(--bs-border-opacity)) !important;
}
.border-blue {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-rgb), var(--bs-border-opacity)) !important;
}
.border-indigo {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-indigo-rgb), var(--bs-border-opacity)) !important;
}
.border-purple {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-purple-rgb), var(--bs-border-opacity)) !important;
}
.border-pink {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-pink-rgb), var(--bs-border-opacity)) !important;
}
.border-red {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-rgb), var(--bs-border-opacity)) !important;
}
.border-orange {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-rgb), var(--bs-border-opacity)) !important;
}
.border-yellow {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-rgb), var(--bs-border-opacity)) !important;
}
.border-green {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-rgb), var(--bs-border-opacity)) !important;
}
.border-teal {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-teal-rgb), var(--bs-border-opacity)) !important;
}
.border-lime {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lime-rgb), var(--bs-border-opacity)) !important;
}
.border-cyan {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-cyan-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-gray {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-rgb), var(--bs-border-opacity)) !important;
}
.border-gray-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-muted {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-muted-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-gray-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important;
}
.border-gray-200 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important;
}
.border-gray-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
}
.border-gray-400 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important;
}
.border-gray-500 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important;
}
.border-gray-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important;
}
.border-gray-700 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important;
}
.border-gray-800 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-800-rgb), var(--bs-border-opacity)) !important;
}
.border-gray-900 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important;
}
.border-1 {
  --bs-border-width: 1px;
}
.border-2 {
  --bs-border-width: 2px;
}
.border-3 {
  --bs-border-width: 3px;
}
.border-4 {
  --bs-border-width: 4px;
}
.border-5 {
  --bs-border-width: 5px;
}
.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.3125rem !important;
}
.m-2 {
  margin: 0.625rem !important;
}
.m-3 {
  margin: 1.25rem !important;
}
.m-4 {
  margin: 1.875rem !important;
}
.m-5 {
  margin: 3.75rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.3125rem !important;
  margin-left: 0.3125rem !important;
}
.mx-2 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}
.mx-3 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}
.mx-4 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}
.mx-5 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !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.3125rem !important;
  margin-bottom: 0.3125rem !important;
}
.my-2 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}
.my-3 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-4 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}
.my-5 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.3125rem !important;
}
.mt-2 {
  margin-top: 0.625rem !important;
}
.mt-3 {
  margin-top: 1.25rem !important;
}
.mt-4 {
  margin-top: 1.875rem !important;
}
.mt-5 {
  margin-top: 3.75rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.3125rem !important;
}
.me-2 {
  margin-right: 0.625rem !important;
}
.me-3 {
  margin-right: 1.25rem !important;
}
.me-4 {
  margin-right: 1.875rem !important;
}
.me-5 {
  margin-right: 3.75rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.3125rem !important;
}
.mb-2 {
  margin-bottom: 0.625rem !important;
}
.mb-3 {
  margin-bottom: 1.25rem !important;
}
.mb-4 {
  margin-bottom: 1.875rem !important;
}
.mb-5 {
  margin-bottom: 3.75rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.3125rem !important;
}
.ms-2 {
  margin-left: 0.625rem !important;
}
.ms-3 {
  margin-left: 1.25rem !important;
}
.ms-4 {
  margin-left: 1.875rem !important;
}
.ms-5 {
  margin-left: 3.75rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.m-n1 {
  margin: -0.3125rem !important;
}
.m-n2 {
  margin: -0.625rem !important;
}
.m-n3 {
  margin: -1.25rem !important;
}
.m-n4 {
  margin: -1.875rem !important;
}
.m-n5 {
  margin: -3.75rem !important;
}
.mx-n1 {
  margin-right: -0.3125rem !important;
  margin-left: -0.3125rem !important;
}
.mx-n2 {
  margin-right: -0.625rem !important;
  margin-left: -0.625rem !important;
}
.mx-n3 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}
.mx-n4 {
  margin-right: -1.875rem !important;
  margin-left: -1.875rem !important;
}
.mx-n5 {
  margin-right: -3.75rem !important;
  margin-left: -3.75rem !important;
}
.my-n1 {
  margin-top: -0.3125rem !important;
  margin-bottom: -0.3125rem !important;
}
.my-n2 {
  margin-top: -0.625rem !important;
  margin-bottom: -0.625rem !important;
}
.my-n3 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}
.my-n4 {
  margin-top: -1.875rem !important;
  margin-bottom: -1.875rem !important;
}
.my-n5 {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}
.mt-n1 {
  margin-top: -0.3125rem !important;
}
.mt-n2 {
  margin-top: -0.625rem !important;
}
.mt-n3 {
  margin-top: -1.25rem !important;
}
.mt-n4 {
  margin-top: -1.875rem !important;
}
.mt-n5 {
  margin-top: -3.75rem !important;
}
.me-n1 {
  margin-right: -0.3125rem !important;
}
.me-n2 {
  margin-right: -0.625rem !important;
}
.me-n3 {
  margin-right: -1.25rem !important;
}
.me-n4 {
  margin-right: -1.875rem !important;
}
.me-n5 {
  margin-right: -3.75rem !important;
}
.mb-n1 {
  margin-bottom: -0.3125rem !important;
}
.mb-n2 {
  margin-bottom: -0.625rem !important;
}
.mb-n3 {
  margin-bottom: -1.25rem !important;
}
.mb-n4 {
  margin-bottom: -1.875rem !important;
}
.mb-n5 {
  margin-bottom: -3.75rem !important;
}
.ms-n1 {
  margin-left: -0.3125rem !important;
}
.ms-n2 {
  margin-left: -0.625rem !important;
}
.ms-n3 {
  margin-left: -1.25rem !important;
}
.ms-n4 {
  margin-left: -1.875rem !important;
}
.ms-n5 {
  margin-left: -3.75rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.3125rem !important;
}
.p-2 {
  padding: 0.625rem !important;
}
.p-3 {
  padding: 1.25rem !important;
}
.p-4 {
  padding: 1.875rem !important;
}
.p-5 {
  padding: 3.75rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.3125rem !important;
  padding-left: 0.3125rem !important;
}
.px-2 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}
.px-3 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}
.px-4 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}
.px-5 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}
.py-2 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.py-3 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-4 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}
.py-5 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.3125rem !important;
}
.pt-2 {
  padding-top: 0.625rem !important;
}
.pt-3 {
  padding-top: 1.25rem !important;
}
.pt-4 {
  padding-top: 1.875rem !important;
}
.pt-5 {
  padding-top: 3.75rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.3125rem !important;
}
.pe-2 {
  padding-right: 0.625rem !important;
}
.pe-3 {
  padding-right: 1.25rem !important;
}
.pe-4 {
  padding-right: 1.875rem !important;
}
.pe-5 {
  padding-right: 3.75rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.3125rem !important;
}
.pb-2 {
  padding-bottom: 0.625rem !important;
}
.pb-3 {
  padding-bottom: 1.25rem !important;
}
.pb-4 {
  padding-bottom: 1.875rem !important;
}
.pb-5 {
  padding-bottom: 3.75rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.3125rem !important;
}
.ps-2 {
  padding-left: 0.625rem !important;
}
.ps-3 {
  padding-left: 1.25rem !important;
}
.ps-4 {
  padding-left: 1.875rem !important;
}
.ps-5 {
  padding-left: 3.75rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.3125rem !important;
}
.gap-2 {
  gap: 0.625rem !important;
}
.gap-3 {
  gap: 1.25rem !important;
}
.gap-4 {
  gap: 1.875rem !important;
}
.gap-5 {
  gap: 3.75rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.34375rem + 1.125vw) !important;
}
.fs-2 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-3 {
  font-size: calc(1.278125rem + 0.3375vw) !important;
}
.fs-4 {
  font-size: calc(1.25625rem + 0.075vw) !important;
}
.fs-5 {
  font-size: 1.09375rem !important;
}
.fs-6 {
  font-size: 0.875rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 600 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bolder {
  font-weight: 700 !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.2 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 1.8 !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;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-default {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-default-rgb), var(--bs-text-opacity)) !important;
}
.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-inverse {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-inverse-rgb), var(--bs-text-opacity)) !important;
}
.text-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
}
.text-indigo {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-rgb), var(--bs-text-opacity)) !important;
}
.text-purple {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-rgb), var(--bs-text-opacity)) !important;
}
.text-pink {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-rgb), var(--bs-text-opacity)) !important;
}
.text-red {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important;
}
.text-orange {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
}
.text-yellow {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important;
}
.text-green {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-rgb), var(--bs-text-opacity)) !important;
}
.text-teal {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-rgb), var(--bs-text-opacity)) !important;
}
.text-lime {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-rgb), var(--bs-text-opacity)) !important;
}
.text-cyan {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #adb5bd !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-400-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-500 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-600-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-800 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-800-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-900 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-900-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-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-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;
}
.bg-default {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-default-rgb), var(--bs-bg-opacity)) !important;
}
.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-inverse {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-inverse-rgb), var(--bs-bg-opacity)) !important;
}
.bg-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}
.bg-indigo {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-rgb), var(--bs-bg-opacity)) !important;
}
.bg-purple {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-rgb), var(--bs-bg-opacity)) !important;
}
.bg-pink {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-rgb), var(--bs-bg-opacity)) !important;
}
.bg-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}
.bg-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}
.bg-yellow {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}
.bg-green {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity)) !important;
}
.bg-teal {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-rgb), var(--bs-bg-opacity)) !important;
}
.bg-lime {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-rgb), var(--bs-bg-opacity)) !important;
}
.bg-cyan {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-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-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-muted {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-muted-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-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-200-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-400-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-500-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-700-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-900-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-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-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  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-2xl) !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-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: 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-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.3125rem !important;
  }
  .m-sm-2 {
    margin: 0.625rem !important;
  }
  .m-sm-3 {
    margin: 1.25rem !important;
  }
  .m-sm-4 {
    margin: 1.875rem !important;
  }
  .m-sm-5 {
    margin: 3.75rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-sm-5 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !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.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-sm-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sm-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-4 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sm-5 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !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.3125rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.625rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.875rem !important;
  }
  .mt-sm-5 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.3125rem !important;
  }
  .me-sm-2 {
    margin-right: 0.625rem !important;
  }
  .me-sm-3 {
    margin-right: 1.25rem !important;
  }
  .me-sm-4 {
    margin-right: 1.875rem !important;
  }
  .me-sm-5 {
    margin-right: 3.75rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.625rem !important;
  }
  .ms-sm-3 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.875rem !important;
  }
  .ms-sm-5 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.3125rem !important;
  }
  .m-sm-n2 {
    margin: -0.625rem !important;
  }
  .m-sm-n3 {
    margin: -1.25rem !important;
  }
  .m-sm-n4 {
    margin: -1.875rem !important;
  }
  .m-sm-n5 {
    margin: -3.75rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-sm-n3 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-sm-n5 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.3125rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.625rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1.25rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.875rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3.75rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.3125rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.625rem !important;
  }
  .me-sm-n3 {
    margin-right: -1.25rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.875rem !important;
  }
  .me-sm-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.625rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1.25rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.875rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.3125rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.625rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1.25rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.875rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3.75rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.3125rem !important;
  }
  .p-sm-2 {
    padding: 0.625rem !important;
  }
  .p-sm-3 {
    padding: 1.25rem !important;
  }
  .p-sm-4 {
    padding: 1.875rem !important;
  }
  .p-sm-5 {
    padding: 3.75rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-sm-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-sm-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-4 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-sm-5 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-sm-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-sm-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-4 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-sm-5 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.625rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.875rem !important;
  }
  .pt-sm-5 {
    padding-top: 3.75rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.625rem !important;
  }
  .pe-sm-3 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.875rem !important;
  }
  .pe-sm-5 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3.75rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.625rem !important;
  }
  .ps-sm-3 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.875rem !important;
  }
  .ps-sm-5 {
    padding-left: 3.75rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.3125rem !important;
  }
  .gap-sm-2 {
    gap: 0.625rem !important;
  }
  .gap-sm-3 {
    gap: 1.25rem !important;
  }
  .gap-sm-4 {
    gap: 1.875rem !important;
  }
  .gap-sm-5 {
    gap: 3.75rem !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;
  }
  .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-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.3125rem !important;
  }
  .m-md-2 {
    margin: 0.625rem !important;
  }
  .m-md-3 {
    margin: 1.25rem !important;
  }
  .m-md-4 {
    margin: 1.875rem !important;
  }
  .m-md-5 {
    margin: 3.75rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-md-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-md-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-4 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-md-5 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !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.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-md-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-md-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-4 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-md-5 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !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.3125rem !important;
  }
  .mt-md-2 {
    margin-top: 0.625rem !important;
  }
  .mt-md-3 {
    margin-top: 1.25rem !important;
  }
  .mt-md-4 {
    margin-top: 1.875rem !important;
  }
  .mt-md-5 {
    margin-top: 3.75rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.3125rem !important;
  }
  .me-md-2 {
    margin-right: 0.625rem !important;
  }
  .me-md-3 {
    margin-right: 1.25rem !important;
  }
  .me-md-4 {
    margin-right: 1.875rem !important;
  }
  .me-md-5 {
    margin-right: 3.75rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.875rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-md-2 {
    margin-left: 0.625rem !important;
  }
  .ms-md-3 {
    margin-left: 1.25rem !important;
  }
  .ms-md-4 {
    margin-left: 1.875rem !important;
  }
  .ms-md-5 {
    margin-left: 3.75rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.3125rem !important;
  }
  .m-md-n2 {
    margin: -0.625rem !important;
  }
  .m-md-n3 {
    margin: -1.25rem !important;
  }
  .m-md-n4 {
    margin: -1.875rem !important;
  }
  .m-md-n5 {
    margin: -3.75rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-md-n3 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-md-n5 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .my-md-n1 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important;
  }
  .my-md-n2 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-md-n3 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-md-n4 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-md-n5 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.3125rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.625rem !important;
  }
  .mt-md-n3 {
    margin-top: -1.25rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.875rem !important;
  }
  .mt-md-n5 {
    margin-top: -3.75rem !important;
  }
  .me-md-n1 {
    margin-right: -0.3125rem !important;
  }
  .me-md-n2 {
    margin-right: -0.625rem !important;
  }
  .me-md-n3 {
    margin-right: -1.25rem !important;
  }
  .me-md-n4 {
    margin-right: -1.875rem !important;
  }
  .me-md-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.625rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1.25rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.875rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.3125rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.625rem !important;
  }
  .ms-md-n3 {
    margin-left: -1.25rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.875rem !important;
  }
  .ms-md-n5 {
    margin-left: -3.75rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.3125rem !important;
  }
  .p-md-2 {
    padding: 0.625rem !important;
  }
  .p-md-3 {
    padding: 1.25rem !important;
  }
  .p-md-4 {
    padding: 1.875rem !important;
  }
  .p-md-5 {
    padding: 3.75rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-md-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-md-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-4 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-md-5 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-md-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-md-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-4 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-md-5 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-md-2 {
    padding-top: 0.625rem !important;
  }
  .pt-md-3 {
    padding-top: 1.25rem !important;
  }
  .pt-md-4 {
    padding-top: 1.875rem !important;
  }
  .pt-md-5 {
    padding-top: 3.75rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-md-2 {
    padding-right: 0.625rem !important;
  }
  .pe-md-3 {
    padding-right: 1.25rem !important;
  }
  .pe-md-4 {
    padding-right: 1.875rem !important;
  }
  .pe-md-5 {
    padding-right: 3.75rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.875rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3.75rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-md-2 {
    padding-left: 0.625rem !important;
  }
  .ps-md-3 {
    padding-left: 1.25rem !important;
  }
  .ps-md-4 {
    padding-left: 1.875rem !important;
  }
  .ps-md-5 {
    padding-left: 3.75rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.3125rem !important;
  }
  .gap-md-2 {
    gap: 0.625rem !important;
  }
  .gap-md-3 {
    gap: 1.25rem !important;
  }
  .gap-md-4 {
    gap: 1.875rem !important;
  }
  .gap-md-5 {
    gap: 3.75rem !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;
  }
  .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-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.3125rem !important;
  }
  .m-lg-2 {
    margin: 0.625rem !important;
  }
  .m-lg-3 {
    margin: 1.25rem !important;
  }
  .m-lg-4 {
    margin: 1.875rem !important;
  }
  .m-lg-5 {
    margin: 3.75rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-lg-5 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !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.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-lg-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-lg-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-4 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-lg-5 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !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.3125rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.625rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.875rem !important;
  }
  .mt-lg-5 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.3125rem !important;
  }
  .me-lg-2 {
    margin-right: 0.625rem !important;
  }
  .me-lg-3 {
    margin-right: 1.25rem !important;
  }
  .me-lg-4 {
    margin-right: 1.875rem !important;
  }
  .me-lg-5 {
    margin-right: 3.75rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.875rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.625rem !important;
  }
  .ms-lg-3 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.875rem !important;
  }
  .ms-lg-5 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.3125rem !important;
  }
  .m-lg-n2 {
    margin: -0.625rem !important;
  }
  .m-lg-n3 {
    margin: -1.25rem !important;
  }
  .m-lg-n4 {
    margin: -1.875rem !important;
  }
  .m-lg-n5 {
    margin: -3.75rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-lg-n3 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-lg-n5 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.3125rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.625rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1.25rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.875rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3.75rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.3125rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.625rem !important;
  }
  .me-lg-n3 {
    margin-right: -1.25rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.875rem !important;
  }
  .me-lg-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.625rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1.25rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.875rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.3125rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.625rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1.25rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.875rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3.75rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.3125rem !important;
  }
  .p-lg-2 {
    padding: 0.625rem !important;
  }
  .p-lg-3 {
    padding: 1.25rem !important;
  }
  .p-lg-4 {
    padding: 1.875rem !important;
  }
  .p-lg-5 {
    padding: 3.75rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-lg-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-lg-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-4 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-lg-5 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-lg-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-lg-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-4 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-lg-5 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.625rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.875rem !important;
  }
  .pt-lg-5 {
    padding-top: 3.75rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.625rem !important;
  }
  .pe-lg-3 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.875rem !important;
  }
  .pe-lg-5 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.875rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3.75rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.625rem !important;
  }
  .ps-lg-3 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.875rem !important;
  }
  .ps-lg-5 {
    padding-left: 3.75rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.3125rem !important;
  }
  .gap-lg-2 {
    gap: 0.625rem !important;
  }
  .gap-lg-3 {
    gap: 1.25rem !important;
  }
  .gap-lg-4 {
    gap: 1.875rem !important;
  }
  .gap-lg-5 {
    gap: 3.75rem !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;
  }
  .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-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.3125rem !important;
  }
  .m-xl-2 {
    margin: 0.625rem !important;
  }
  .m-xl-3 {
    margin: 1.25rem !important;
  }
  .m-xl-4 {
    margin: 1.875rem !important;
  }
  .m-xl-5 {
    margin: 3.75rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xl-5 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !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.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-xl-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xl-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-4 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xl-5 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !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.3125rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.625rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.875rem !important;
  }
  .mt-xl-5 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.3125rem !important;
  }
  .me-xl-2 {
    margin-right: 0.625rem !important;
  }
  .me-xl-3 {
    margin-right: 1.25rem !important;
  }
  .me-xl-4 {
    margin-right: 1.875rem !important;
  }
  .me-xl-5 {
    margin-right: 3.75rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.625rem !important;
  }
  .ms-xl-3 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.875rem !important;
  }
  .ms-xl-5 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.3125rem !important;
  }
  .m-xl-n2 {
    margin: -0.625rem !important;
  }
  .m-xl-n3 {
    margin: -1.25rem !important;
  }
  .m-xl-n4 {
    margin: -1.875rem !important;
  }
  .m-xl-n5 {
    margin: -3.75rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-xl-n3 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-xl-n5 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.3125rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.625rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1.25rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.875rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3.75rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.3125rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.625rem !important;
  }
  .me-xl-n3 {
    margin-right: -1.25rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.875rem !important;
  }
  .me-xl-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.625rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.875rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.3125rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.625rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1.25rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.875rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3.75rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.3125rem !important;
  }
  .p-xl-2 {
    padding: 0.625rem !important;
  }
  .p-xl-3 {
    padding: 1.25rem !important;
  }
  .p-xl-4 {
    padding: 1.875rem !important;
  }
  .p-xl-5 {
    padding: 3.75rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-xl-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xl-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-4 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xl-5 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-xl-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xl-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-4 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xl-5 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.625rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.875rem !important;
  }
  .pt-xl-5 {
    padding-top: 3.75rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.625rem !important;
  }
  .pe-xl-3 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.875rem !important;
  }
  .pe-xl-5 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3.75rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.625rem !important;
  }
  .ps-xl-3 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.875rem !important;
  }
  .ps-xl-5 {
    padding-left: 3.75rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.3125rem !important;
  }
  .gap-xl-2 {
    gap: 0.625rem !important;
  }
  .gap-xl-3 {
    gap: 1.25rem !important;
  }
  .gap-xl-4 {
    gap: 1.875rem !important;
  }
  .gap-xl-5 {
    gap: 3.75rem !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;
  }
  .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-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.3125rem !important;
  }
  .m-xxl-2 {
    margin: 0.625rem !important;
  }
  .m-xxl-3 {
    margin: 1.25rem !important;
  }
  .m-xxl-4 {
    margin: 1.875rem !important;
  }
  .m-xxl-5 {
    margin: 3.75rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !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.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xxl-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xxl-5 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !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.3125rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.625rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.875rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3.75rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.3125rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.625rem !important;
  }
  .me-xxl-3 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.875rem !important;
  }
  .me-xxl-5 {
    margin-right: 3.75rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.625rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.875rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3.75rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.3125rem !important;
  }
  .m-xxl-n2 {
    margin: -0.625rem !important;
  }
  .m-xxl-n3 {
    margin: -1.25rem !important;
  }
  .m-xxl-n4 {
    margin: -1.875rem !important;
  }
  .m-xxl-n5 {
    margin: -3.75rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.3125rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.625rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1.25rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.875rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3.75rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.3125rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.625rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1.25rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.875rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.625rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.875rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.3125rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.625rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1.25rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.875rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3.75rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.3125rem !important;
  }
  .p-xxl-2 {
    padding: 0.625rem !important;
  }
  .p-xxl-3 {
    padding: 1.25rem !important;
  }
  .p-xxl-4 {
    padding: 1.875rem !important;
  }
  .p-xxl-5 {
    padding: 3.75rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xxl-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xxl-5 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xxl-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xxl-5 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.625rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.875rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3.75rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.625rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.875rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3.75rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3.75rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.625rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.875rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3.75rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.3125rem !important;
  }
  .gap-xxl-2 {
    gap: 0.625rem !important;
  }
  .gap-xxl-3 {
    gap: 1.25rem !important;
  }
  .gap-xxl-4 {
    gap: 1.875rem !important;
  }
  .gap-xxl-5 {
    gap: 3.75rem !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: 1800px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.3125rem !important;
  }
  .m-xxxl-2 {
    margin: 0.625rem !important;
  }
  .m-xxxl-3 {
    margin: 1.25rem !important;
  }
  .m-xxxl-4 {
    margin: 1.875rem !important;
  }
  .m-xxxl-5 {
    margin: 3.75rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.3125rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.625rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1.25rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.875rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3.75rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.3125rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.625rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1.25rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.875rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3.75rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.625rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1.25rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.875rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3.75rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .m-xxxl-n1 {
    margin: -0.3125rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.625rem !important;
  }
  .m-xxxl-n3 {
    margin: -1.25rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.875rem !important;
  }
  .m-xxxl-n5 {
    margin: -3.75rem !important;
  }
  .mx-xxxl-n1 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important;
  }
  .mx-xxxl-n2 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-xxxl-n3 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xxxl-n4 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-xxxl-n5 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .my-xxxl-n1 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important;
  }
  .my-xxxl-n2 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-xxxl-n3 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xxxl-n4 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-xxxl-n5 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .mt-xxxl-n1 {
    margin-top: -0.3125rem !important;
  }
  .mt-xxxl-n2 {
    margin-top: -0.625rem !important;
  }
  .mt-xxxl-n3 {
    margin-top: -1.25rem !important;
  }
  .mt-xxxl-n4 {
    margin-top: -1.875rem !important;
  }
  .mt-xxxl-n5 {
    margin-top: -3.75rem !important;
  }
  .me-xxxl-n1 {
    margin-right: -0.3125rem !important;
  }
  .me-xxxl-n2 {
    margin-right: -0.625rem !important;
  }
  .me-xxxl-n3 {
    margin-right: -1.25rem !important;
  }
  .me-xxxl-n4 {
    margin-right: -1.875rem !important;
  }
  .me-xxxl-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-xxxl-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .mb-xxxl-n2 {
    margin-bottom: -0.625rem !important;
  }
  .mb-xxxl-n3 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xxxl-n4 {
    margin-bottom: -1.875rem !important;
  }
  .mb-xxxl-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ms-xxxl-n1 {
    margin-left: -0.3125rem !important;
  }
  .ms-xxxl-n2 {
    margin-left: -0.625rem !important;
  }
  .ms-xxxl-n3 {
    margin-left: -1.25rem !important;
  }
  .ms-xxxl-n4 {
    margin-left: -1.875rem !important;
  }
  .ms-xxxl-n5 {
    margin-left: -3.75rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.3125rem !important;
  }
  .p-xxxl-2 {
    padding: 0.625rem !important;
  }
  .p-xxxl-3 {
    padding: 1.25rem !important;
  }
  .p-xxxl-4 {
    padding: 1.875rem !important;
  }
  .p-xxxl-5 {
    padding: 3.75rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.625rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1.25rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.875rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3.75rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.625rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1.25rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.875rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3.75rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3.75rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.625rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1.25rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.875rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3.75rem !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.3125rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.625rem !important;
  }
  .gap-xxxl-3 {
    gap: 1.25rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.875rem !important;
  }
  .gap-xxxl-5 {
    gap: 3.75rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.1875rem !important;
  }
  .fs-2 {
    font-size: 1.75rem !important;
  }
  .fs-3 {
    font-size: 1.53125rem !important;
  }
  .fs-4 {
    font-size: 1.3125rem !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-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;
  }
}
:root {
  --app-theme: #fdc500;
  --app-theme-rgb: 0, 172, 172;
  --app-theme-color: #ffffff;
  --app-theme-color-rgb: 255, 255, 255;
  --app-border-color: #ced4da;
  --app-border-color-rgb: 206, 212, 218;
  --app-header-bg: #ffffff;
  --app-header-bg-rgb: 255, 255, 255;
  --app-header-color: #20252a;
  --app-header-color-rgb: 32, 37, 42;
  --app-header-input-bg: #f2f3f4;
  --app-header-input-border: #f2f3f4;
  --app-header-mobile-divider-bg: #edf0f2;
  --app-header-divider-bg: #dee2e6;
  --app-sidebar-bg: #2d353c;
  --app-sidebar-bg-rgb: 45, 53, 60;
  --app-sidebar-profile-bg: #20252a;
  --app-sidebar-profile-bg-rgb: 32, 37, 42;
  --app-sidebar-profile-color: #ffffff;
  --app-sidebar-profile-color-rgb: 255, 255, 255;
  --app-sidebar-profile-bg-image: url(images/cover-sidebar-user.jpg);
  --app-sidebar-component-color: #ffffff;
  --app-sidebar-component-color-rgb: 255, 255, 255;
  --app-sidebar-active-component-bg: #20252a;
  --app-sidebar-active-component-bg-rgb: 32, 37, 42;
  --app-sidebar-menu-header-color: rgba(255, 255, 255, 0.45);
  --app-sidebar-menu-divider-bg: #20252a;
  --app-sidebar-menu-badge-bg: #20252a;
  --app-sidebar-minify-btn-bg: #242b30;
  --app-sidebar-minify-btn-hover-bg: #20252a;
  --app-sidebar-transparent-bg-image: url(images/cover-sidebar.jpg);
  --app-component-bg: #ffffff;
  --app-component-bg-rgb: 255, 255, 255;
  --app-component-dropdown-bg: #ffffff;
  --app-component-dropdown-bg-rgb: 255, 255, 255;
  --app-component-dropdown-hover-bg: #eff1f3;
  --app-component-dropdown-hover-bg-rgb: 239, 241, 243;
  --app-component-dropdown-border-color: #ced4da;
  --app-component-dropdown-border-color-rgb: 206, 212, 218;
  --app-component-modal-bg: #ffffff;
  --app-component-modal-bg-rgb: 255, 255, 255;
  --app-component-modal-border-color: #ced4da;
  --app-component-modal-border-color-rgb: 206, 212, 218;
  --app-component-secondary-bg: #ced4da;
  --app-component-color: #20252a;
  --app-component-color-rgb: 32, 37, 42;
  --app-component-border-color: #ced4da;
  --app-component-border-color-rgb: 206, 212, 218;
  --app-component-active-bg: #348fe2;
  --app-component-active-bg-rgb: 52, 143, 226;
  --app-component-active-color: #ffffff;
  --app-component-active-color-rgb: 255, 255, 255;
  --app-component-hover-bg: #eff1f3;
  --app-component-hover-color: #20252a;
  --app-component-hover-border-color: #ced4da;
  --app-component-focus-border-color: #67abe9;
  --app-component-disabled-bg: #e9ecef;
  --app-component-disabled-color: #adb5bd;
  --app-component-disabled-border-color: #ced4da;
  --app-component-table-border-color: #ced4da;
  --app-component-table-separator-color: currentColor;
  --app-pos-bg: #e9ecef;
  --app-login-bg-cover: url(images/bg-login.png);
  --form-switch-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(0, 0, 0, 0.25)'/></svg>");
}
.dark-mode {
  --bs-body-bg: #161a1d;
  --bs-body-color: #dee2e6;
  --bs-dark: #f8f9fa;
  --bs-dark-rgb: 248, 249, 250;
  --bs-black: #ffffff;
  --bs-black-rgb: 255, 255, 255;
  --bs-light: #20252a;
  --bs-light-rgb: 32, 37, 42;
  --app-border-color: #6c757d;
  --app-header-bg: #262d33;
  --app-header-color: #ffffff;
  --app-header-input-bg: #1b1f24;
  --app-header-input-border: #1b1f24;
  --app-header-divider-bg: #495057;
  --app-header-mobile-divider-bg: #20252a;
  --app-component-bg: #2d353c;
  --app-component-bg-rgb: 45, 53, 60;
  --app-component-color: #ffffff;
  --app-component-color-rgb: 255, 255, 255;
  --app-component-border-color: #495057;
  --app-component-border-color-rgb: 73, 80, 87;
  --app-component-hover-bg: #4d5359;
  --app-component-hover-color: #ffffff;
  --app-component-hover-border-color: rgba(222, 226, 230, 0.125);
  --app-component-disabled-bg: #495057;
  --app-component-disabled-border-color: #495057;
  --app-component-disabled-color: #6c757d;
  --app-component-dropdown-bg: #495057;
  --app-component-dropdown-bg-rgb: 73, 80, 87;
  --app-component-dropdown-hover-bg: #6c757d;
  --app-component-dropdown-hover-bg-rgb: 108, 117, 125;
  --app-component-dropdown-border-color: #6c757d;
  --app-component-dropdown-border-color-rgb: 108, 117, 125;
  --app-component-modal-bg: #495057;
  --app-component-modal-bg-rgb: 73, 80, 87;
  --app-component-modal-border-color: #6c757d;
  --app-component-modal-border-color-rgb: 108, 117, 125;
  --app-component-secondary-bg: #6c757d;
  --app-component-table-border-color: #495057;
  --app-component-table-separator-color: #adb5bd;
  --app-pos-bg: #161a1d;
  --app-login-bg-cover: url(images/bg-login-dark-mode.png);
  --form-switch-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(255, 255, 255, 0.25)'/></svg>");
}
.dark-mode .table {
  --bs-table-striped-bg: rgba(73, 80, 87, 0.7);
  --bs-table-active-color: var(--app-component-color);
  --bs-table-active-bg: $gray-700;
  --bs-table-hover-color: var(--app-component-color);
  --bs-table-hover-bg: rgba(73, 80, 87, 0.85);
}
.dark-mode .bg-dark,
.dark-mode .bg-white {
  --bs-bg-opacity: 0.25;
}
.dark-mode .text-dark {
  --bs-text-opacity: 0.5;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.dark-mode .btn-dark,
.dark-mode .btn-white {
  border-color: transparent;
  background-color: #495057;
  color: #fff;
}
.dark-mode .btn-dark.active,
.dark-mode .btn-dark:focus,
.dark-mode .btn-dark:hover,
.dark-mode .btn-white.active,
.dark-mode .btn-white:focus,
.dark-mode .btn-white:hover {
  background-color: #6c757d;
  border-color: transparent;
  color: #fff;
}
.dark-mode .btn-outline-default,
.dark-mode .btn-outline-inverse {
  color: #6c757d;
  border-color: #6c757d;
}
.dark-mode .btn-outline-default.active,
.dark-mode .btn-outline-default:focus,
.dark-mode .btn-outline-default:hover,
.dark-mode .btn-outline-inverse.active,
.dark-mode .btn-outline-inverse:focus,
.dark-mode .btn-outline-inverse:hover {
  background-color: #6c757d;
  color: #fff !important;
}
.dark-mode .btn-default {
  background: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.dark-mode .btn-default.active,
.dark-mode .btn-default:focus,
.dark-mode .btn-default:hover {
  background: #495057;
  border-color: #495057;
  color: #fff;
}
.dark-mode .btn-group > .btn-white + .btn-white {
  border-left-color: #6c757d;
}
body {
  letter-spacing: 0.25px;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
}
/* .footer-copyright {
  color: rgba(255, 255, 255, 0.75);
  background: #1d2226;
  padding: 20px 0;
  font-size: 13px;
}
.footer-copyright:after,
.footer-copyright:before {
  content: "";
  display: table;
  clear: both;
}
.footer-copyright .copyright {
  float: left;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .footer-copyright .copyright {
    float: none;
    text-align: center;
  }
}
.footer-copyright .payment-method {
  float: right;
  text-align: right;
}
@media (max-width: 767.98px) {
  .footer-copyright .payment-method {
    float: none;
    text-align: center;
    padding: 10px 0;
  }
}
.footer-copyright .payment-method img {
  max-height: 30px;
}
.footer {
  padding: 30px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  background: #2d353c;
  box-shadow: inset 0 100px 80px -80px rgba(0, 0, 0, 0.7);
}
.footer a {
  color: rgba(255, 255, 255, 0.6);
}
.footer abbr {
  text-decoration: none;
}
.footer ul {
  line-height: 1.8;
}
.footer ul .fa-li {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .footer .row > [class*="col-"] + [class*="col-"] {
    margin-top: 30px;
  }
}
.footer .footer-header {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin: 10px 0 20px;
}
.footer .list-product > li {
  display: flex;
  align-items: center;
}
.footer .list-product > li:after,
.footer .list-product > li:before {
  content: "";
  display: table;
  clear: both;
}
.footer .list-product > li + li {
  margin-top: 15px;
}
.footer .list-product > li .image {
  width: 60px;
  height: 40px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
.footer .list-product > li .image img {
  max-width: 100%;
  max-height: 100%;
}
.footer .list-product > li .info {
  flex: 1;
  padding-left: 10px;
}
.footer .list-product > li .info .info-title {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 2px 0;
}
.footer .list-product > li .info .price {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
} */
.header {
  background: var(--app-component-bg);
  padding: 0;
  position: relative;
  z-index: 1030;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
.header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

.header .container {
  position: relative;
}
.header .header-container {
  display: flex;
}
.header .header-logo {
  width: 260px;
  height: 76px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .header .header-logo {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .header .header-logo {
    height: 60px;
  }
}
@media (max-width: 575.98px) {
  .header .header-logo {
    display: block;
    flex: 1;
  }
}
.header .header-logo img {
  max-height: 40px;
  max-width: 240px;
  display: block;
}
.header .header-logo a {
  display: block;
  color: var(--app-component-color);
  font-weight: 300;
  text-decoration: none;
  font-size: 20px;
  height: 100%;
  display: flex;
  flex: 1;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header .header-logo a {
    font-size: 16px;
  }
}
.header .header-logo a .brand-text span {
  font-weight: 700;
  margin-right: 3px;
}
.header .header-logo a .small,
.header .header-logo a small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin-top: -3px;
  color: rgba(var(--app-component-color-rgb), 0.75);
}
@media (max-width: 991.98px) {
  .header .header-logo a .small,
  .header .header-logo a small {
    font-size: 10px;
    max-width: 120px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767.98px) {
  .header .header-logo a .small,
  .header .header-logo a small {
    max-width: initial;
  }
}
.header .header-logo .brand-logo {
  border: 15px solid;
  width: 30px;
  height: 30px;
  border-color: transparent rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.7);
  background: var(--app-theme);
  margin: 6px 12px 6px 10px;
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  .header .header-logo .brand-logo {
    width: 24px;
    height: 24px;
    border-width: 12px;
    margin: 6px 10px 6px 0;
  }
}
@media (max-width: 767.98px) {
  .header .header-logo .brand-logo {
    width: 20px;
    height: 20px;
    margin: 10px 15px;
  }
}
.header .header-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .header .header-nav {
    display: block;
  }
}
.header .header-nav:not(:last-child) {
  flex: 1;
}
.header .header-nav:last-child {
  width: 260px;
}
@media (max-width: 1199.98px) {
  .header .header-nav:last-child {
    width: auto;
  }
}
.header .header-nav .nav {
  padding: 0;
  display: flex;
  align-items: center;
}
.header .header-nav .nav > li > a {
  color: var(--app-component-color);
  line-height: 56px;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .header .header-nav .nav > li > a {
    line-height: 40px;
    padding: 20px 10px;
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .header .header-nav .nav > li > a {
    padding: 10px;
  }
}
.header .header-nav .nav > li > a:focus,
.header .header-nav .nav > li > a:hover {
  background: 0 0;
  color: rgba(var(--app-component-color-rgb), 0.75);
}
.header .header-nav .nav > li.active > a {
  color: var(--app-theme);
}
.header .header-nav .nav > li.active > a:focus,
.header .header-nav .nav > li.active > a:hover {
  color: var(--app-theme);
}
.header .header-nav .nav > li.divider {
  width: 1px;
  height: 24px;
  margin: 26px 0;
  background: var(--app-component-border-color);
}
@media (max-width: 991.98px) {
  .header .header-nav .nav > li.divider {
    margin: 18px 5px;
  }
}
.header .header-cart {
  color: var(--app-component-color);
  display: block;
}
.header .header-cart .header-cart-text {
  line-height: 20px;
  margin-right: 35px;
}
.header .header-cart .total {
  font-size: 12px;
  color: var(--app-theme-color);
  font-weight: 600;
  background: var(--app-theme);
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 60px;
}
@media (max-width: 991.98px) {
  .header .header-cart .total {
    position: absolute;
    top: 20px;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .header .header-cart .total {
    top: 10px;
  }
}
.header .header-cart i {
  font-size: 20px;
  line-height: 56px;
  float: left;
  margin-right: 5px;
}
@media (max-width: 991.98px) {
  .header .header-cart i {
    line-height: 40px;
    float: none;
    margin: 0;
    display: block;
  }
}
@media (min-width: 992px) {
  .header .dropdown.dropdown-hover:focus .dropdown-menu,
  .header .dropdown.dropdown-hover:hover .dropdown-menu {
    display: block;
    position: absolute;
  }
  .header .dropdown.dropdown-hover:focus .arrow,
  .header .dropdown.dropdown-hover:hover .arrow {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .header .dropdown {
    position: initial;
  }
  .header .dropdown.show .arrow {
    display: block;
  }
}
.header .dropdown .arrow {
  position: relative;
  display: none;
}
.header .dropdown .arrow:after,
.header .dropdown .arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -7px;
}
.header .dropdown .arrow.top:after,
.header .dropdown .arrow.top:before {
  border: 7px solid transparent;
  border-bottom-color: var(--app-theme);
  top: -2px;
}
/* .header .dropdown-menu {
  margin: 0;
  padding: 0 15px;
  border: none;
  border-top: 3px solid var(--app-theme);
  min-width: 230px;
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 6px 6px;
}
@media (max-width: 575.98px) {
  .header .dropdown-menu {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    transform: none !important;
  }
}
.header .dropdown-menu .dropdown-title {
  margin: 0 0 15px;
  color: var(--app-theme);
}
.header .dropdown-menu .dropdown-item {
  padding: 12px 0;
}
.header .dropdown-menu .dropdown-item + .dropdown-item {
  border-top: 1px solid var(--app-component-dropdown-border-color);
}
.header .dropdown-menu .dropdown-item:focus,
.header .dropdown-menu .dropdown-item:hover {
  color: var(--app-theme);
  background: 0 0;
}
@media (min-width: 576px) {
  .header .dropdown-menu.show {
    top: -2px !important;
  }
} */
.header .user-img {
  float: left;
  width: 36px;
  height: 36px;
  margin: 10px 10px 10px 0;
  border-radius: 120px;
}
@media (max-width: 991.98px) {
  .header .user-img {
    float: none;
    margin: 0;
  }
}
.header.header-inverse {
  background: #262d33;
}
.header.header-inverse .header-logo a {
  color: #fff;
}
.header.header-inverse .header-logo a .small,
.header.header-inverse .header-logo a small {
  color: #adb5bd;
}
.header.header-inverse .header-nav .nav > li.active > a {
  color: var(--app-theme);
}
.header.header-inverse .header-nav .nav > li.divider {
  background: rgba(255, 255, 255, 0.25);
}
.header.header-inverse .header-nav .nav > li > a {
  color: #fff;
}
.header.header-inverse .header-nav .nav > li > a .caret {
  color: rgba(255, 255, 255, 0.5);
}
.header.header-inverse .header-nav .nav > li > a:focus,
.header.header-inverse .header-nav .nav > li > a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.top-nav {
  background: #101315;
  z-index: 1035;
  position: relative;
}
.top-nav:after,
.top-nav:before {
  content: "";
  display: table;
  clear: both;
}
.top-nav .nav > li > a {
  font-size: 12px;
  line-height: 20px;
  padding: 10px;
  color: #adb5bd;
  display: block;
  text-decoration: none;
  transition: all 0.1s linear;
}
.top-nav .nav > li > a:focus,
.top-nav .nav > li > a:hover {
  background: 0 0;
  color: #fff;
}
.top-nav .flag-img {
  float: left;
  margin: 4px 10px 4px 0;
  height: 12px;
}
.top-nav .dropdown-menu {
  background: #2d353c;
  margin-top: 0;
  border: none;
  top: -2px !important;
  border-radius: 0 0 4px 4px;
}
.top-nav .dropdown-menu .flag-img {
  width: 20px;
  margin-left: -5px;
}
.top-nav .dropdown-menu > li > a {
  color: #fff;
  line-height: 20px;
}
.top-nav .dropdown-menu > li > a:focus,
.top-nav .dropdown-menu > li > a:hover {
  background: rgba(0, 0, 0, 0.25);
}
.theme-panel {
  position: fixed;
  z-index: 1035;
  right: -238px;
  top: 200px;
  width: 238px;
  border-radius: 4px 0 0 4px;
  transition: right 0.2s linear;
}
.theme-panel.active {
  right: 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
.theme-panel .theme-collapse-btn {
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
  color: var(--app-component-color);
  background: var(--app-component-bg);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  border-radius: 4px 0 0 4px;
}
.theme-panel .theme-panel-content {
  padding: 10px;
  background: var(--app-component-bg);
  position: relative;
  border-radius: 4px 0 0 4px;
}
.theme-panel .theme-list {
  list-style-type: none;
  margin: 0 -5px -5px 0;
  padding: 0;
}
.theme-panel .theme-list > li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.theme-panel .theme-list > li > a {
  width: 32px;
  height: 32px;
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.theme-panel .theme-list > li.active > a:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0.875rem;
  color: #fff;
  opacity: 0.75;
  line-height: 36px;
  text-align: center;
  font-family: Font Awesome\6 Free, Font Awesome\6 Pro, FontAwesome !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
@media (max-width: 767.98px) {
  .about-us-content {
    margin-top: 15px;
  }
}
.about-us-content > .title {
  font-size: 42px;
  margin: 15px 0 15px;
}
@media (max-width: 767.98px) {
  .about-us-content > .title {
    font-size: 28px;
  }
}
.about-us-content > .desc {
  font-size: 14px;
  margin: 0 0 30px;
}
.about-us-content .service {
  text-align: center;
  padding: 20px;
}
@media (max-width: 767.98px) {
  .about-us-content .service {
    padding: 10px;
  }
}
.about-us-content .service .icon {
  font-size: 72px;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .about-us-content .service .icon {
    font-size: 64px;
  }
}
.about-us-content .service .title {
  margin: 10px 0;
  font-size: 24px;
}
.about-us-content .service .desc {
  color: rgba(var(--app-component-color-rgb), 0.75);
  line-height: 1.8;
}
.about-us {
  padding: 30px 0;
}
.about-us .h1,
.about-us h1 {
  font-size: 64px;
  margin: 30px 0;
}
@media (max-width: 767.98px) {
  .about-us .h1,
  .about-us h1 {
    font-size: 48px;
    margin: 0 0 15px 0;
  }
}
.about-us p {
  font-size: 24px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  .about-us p {
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
  }
}
.account-container {
  background: var(--app-component-bg);
  position: relative;
  border-radius: 6px;
  display: flex;
}
@media (max-width: 767.98px) {
  .account-container {
    display: block;
  }
}
.account-container .account-sidebar {
  width: 300px;
  padding: 30px 30px;
  position: relative;
  overflow: hidden;
  border-radius: 6px 0 0 6px;
}
@media (max-width: 991.98px) {
  .account-container .account-sidebar {
    width: 240px;
  }
}
@media (max-width: 767.98px) {
  .account-container .account-sidebar {
    width: auto;
    position: relative;
    padding: 15px;
    border-radius: 6px 6px 0 0;
  }
}
.account-container .account-sidebar .account-sidebar-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .account-container .account-sidebar .account-sidebar-cover {
    display: flex;
    align-items: center;
  }
}
.account-container .account-sidebar .account-sidebar-cover img {
  max-height: 100%;
}
@media (max-width: 767.98px) {
  .account-container .account-sidebar .account-sidebar-cover img {
    max-width: 100%;
    max-height: inherit;
  }
}
.account-container .account-sidebar .account-sidebar-cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(45, 53, 60, 0.9);
}
.account-container .account-sidebar .account-sidebar-content {
  position: relative;
  color: #fff;
}
.account-container .account-sidebar .account-sidebar-content .h4,
.account-container .account-sidebar .account-sidebar-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
}
.account-container .account-sidebar .account-sidebar-content p {
  color: rgba(255, 255, 255, 0.75);
}
.account-container .account-body {
  padding: 30px 30px;
}
@media (max-width: 767.98px) {
  .account-container .account-body {
    padding: 15px;
  }
}
.account-container .account-body .h4,
.account-container .account-body h4 {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 15px;
}
.account-container .account-body .nav.nav-list {
  margin-bottom: 30px;
  display: block;
  padding: 0;
}
.account-container .account-body .nav.nav-list > li > a {
  padding: 0;
  color: var(--app-component-color);
}
.account-container .account-body .nav.nav-list > li > a:focus,
.account-container .account-body .nav.nav-list > li > a:hover {
  background: 0 0;
  color: var(--app-component-color);
  text-decoration: none;
}
.account-container .account-body .nav.nav-list > li + li {
  margin-top: 5px;
}
.contentAnimated {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important;
}
.finishAnimated {
  -webkit-animation: none !important;
  animation: none !important;
}
.badge {
  display: inline;
  padding: 0.35em 0.65em;
  vertical-align: middle;
}
.breadcrumb {
  font-size: 0.8125rem;
  padding: 0;
  margin: 0 0 15px;
  background: 0 0;
}
.breadcrumb .breadcrumb-item {
  line-height: 28px;
}
.breadcrumb .breadcrumb-item a {
  color: var(--app-component-color);
}
.btn {
  font-weight: 600;
}
.btn.btn-icon {
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  border-radius: 28px;
}
.btn.btn-icon.btn-xs {
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 16px;
}
.btn-group-sm > .btn.btn-icon,
.btn.btn-icon.btn-sm {
  width: 22px;
  height: 22px;
  font-size: 11px;
  line-height: 22px;
}
.btn-group-lg > .btn.btn-icon,
.btn.btn-icon.btn-lg {
  width: 34px;
  height: 34px;
  font-size: 17px;
  line-height: 34px;
}
.btn.btn-theme {
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 6px;
}
.btn.btn-xs {
  font-size: 12px;
  line-height: 18px;
  padding: 1px 5px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-left: 2px;
}
.carousel .carousel-inner,
.carousel .carousel-inner .carousel-item,
.carousel .carousel-inner .item,
.slider .carousel {
  min-height: 450px;
}
@media (max-width: 575.98px) {
  .carousel .carousel-inner,
  .carousel .carousel-inner .carousel-item,
  .carousel .carousel-inner .item,
  .slider .carousel {
    min-height: 300px;
  }
}
.carousel .container {
  position: relative;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  background: rgba(0, 0, 0, 0.6) !important;
  width: 40px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  z-index: 10;
}
.carousel .carousel-control-next i,
.carousel .carousel-control-prev i {
  display: block;
  margin: 0;
  text-align: center;
  line-height: 60px;
  height: 60px;
  font-size: 32px;
}
.carousel .carousel-caption {
  text-shadow: none;
  right: 0;
  left: 0;
  bottom: auto;
  top: 60px;
  bottom: 60px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .carousel .carousel-caption {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
  }
}
.carousel .carousel-caption .container {
  padding: 0 60px;
}
@media (max-width: 575.98px) {
  .carousel .carousel-caption .container {
    padding: 0;
  }
}
.carousel .carousel-caption .title {
  font-size: 64px;
  margin: 0;
}
@media (max-width: 575.98px) {
  .carousel .carousel-caption .title {
    font-size: 48px;
  }
}
.carousel .carousel-caption .price {
  font-size: 36px;
  margin: 0;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .carousel .carousel-caption .price {
    font-size: 28px;
    margin-bottom: 0 !important;
  }
}
.carousel .carousel-caption .price .small,
.carousel .carousel-caption .price small {
  font-size: 24px;
}
@media (max-width: 575.98px) {
  .carousel .carousel-caption .price .small,
  .carousel .carousel-caption .price small {
    font-size: 18px;
  }
}
.carousel .carousel-caption .price span {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.carousel .carousel-caption .btn {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  margin-top: 30px;
  border-radius: 6px;
}
@media (max-width: 575.98px) {
  .carousel .carousel-caption .btn {
    margin-top: 15px;
  }
}
.carousel .carousel-caption .btn:focus,
.carousel .carousel-caption .btn:hover {
  background: #fff;
  color: #2d353c;
}
.carousel .carousel-caption p {
  margin-bottom: 0;
  font-size: 26px;
}
@media (max-width: 575.98px) {
  .carousel .carousel-caption p {
    font-size: 18px;
  }
}
.carousel .carousel-caption.text-inverse .btn {
  border-color: #2d353c;
  color: #2d353c;
}
.carousel .carousel-caption.text-inverse .btn:focus,
.carousel .carousel-caption.text-inverse .btn:hover {
  background: #2d353c;
  color: #fff;
}
.carousel .carousel-caption.carousel-caption-right {
  text-align: right;
}
@media (max-width: 575.98px) {
  .carousel .carousel-caption.carousel-caption-right {
    text-align: center;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
  }
}
.carousel .carousel-caption.carousel-caption-left {
  text-align: left;
}
@media (max-width: 575.98px) {
  .carousel .carousel-caption.carousel-caption-left {
    text-align: center;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
  }
}
.carousel .carousel-item-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel .carousel-indicators li {
  border-width: 2px;
}
.carousel .product-img {
  position: absolute;
  top: 40px;
  max-height: 370px;
}
.carousel .product-img.left {
  left: 60px;
}
@media (max-width: 575.98px) {
  .carousel .product-img.left {
    left: 10%;
    right: 10%;
    max-width: 80%;
  }
}
.carousel .product-img.right {
  right: 60px;
}
@media (max-width: 575.98px) {
  .carousel .product-img.right {
    left: 10%;
    right: 10%;
    max-width: 80%;
  }
}
.carousel .product-img.bottom {
  bottom: 0;
}
.carousel .bg-cover-img {
  max-width: 100%;
  position: absolute;
  min-height: 100%;
}
.category-container {
  border: 1px solid var(--app-component-border-color);
  background: var(--app-component-bg);
  display: flex;
  flex: 1;
  border-radius: 6px;
}
.category-container:after,
.category-container:before {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767.98px) {
  .category-container {
    background: 0 0;
    border: none;
    display: block;
  }
}
.category-container .category-sidebar {
  width: 250px;
  padding: 20px;
}
@media (max-width: 1199.98px) {
  .category-container .category-sidebar {
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .category-container .category-sidebar {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .category-container .category-sidebar + .category-detail {
    margin-left: 0;
    border-left: 1px solid var(--app-component-border-color);
  }
}
@media (max-width: 767.98px) {
  .category-container .category-sidebar + .category-detail {
    border: none;
  }
}
@media (max-width: 1199.98px) {
  .category-container .category-sidebar + .category-detail .category-item.full {
    margin: -1px -1px 0 -1px;
    border-radius: 6px 0 0 0;
  }
  .category-container .category-sidebar + .category-detail .category-item.full .item {
    border-radius: 0 6px 0 0;
  }
}
@media (max-width: 767.98px) {
  .category-container .category-sidebar + .category-detail .category-item.full .item {
    border-radius: 6px;
  }
}
.category-container .category-sidebar .category-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .category-container .category-sidebar .category-list {
    margin-bottom: -5px;
  }
}
@media (max-width: 767.98px) {
  .category-container .category-sidebar .category-list > li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 20px;
  }
}
.category-container .category-sidebar .category-list > li + li {
  border-top: 1px solid var(--app-component-border-color);
}
@media (max-width: 767.98px) {
  .category-container .category-sidebar .category-list > li + li {
    border-top: none;
  }
}
.category-container .category-sidebar .category-list > li > a {
  color: rgba(var(--app-component-color-rgb), 0.75);
  font-weight: 600;
  display: block;
  padding: 8px 0;
  line-height: 20px;
  font-size: 13px;
}
@media (max-width: 767.98px) {
  .category-container .category-sidebar .category-list > li > a {
    padding: 0;
  }
}
.category-container .category-sidebar .category-list > li > a:focus,
.category-container .category-sidebar .category-list > li > a:hover {
  text-decoration: none;
  color: var(--app-component-color);
}
.category-container .category-sidebar .category-list > li.list-header {
  font-size: 10px;
  color: rgba(var(--app-component-color-rgb), 0.5);
  font-weight: 700;
  padding-bottom: 8px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .category-container .category-sidebar .category-list > li.list-header {
    display: none;
  }
}
.category-container .category-detail {
  flex: 1;
}
@media (min-width: 1200px) {
  .category-container .category-detail {
    display: flex;
  }
}
@media (max-width: 1199.98px) {
  .category-container .category-detail .category-item {
    margin-bottom: 0;
  }
}
.category-container .category-detail .category-item.full + .category-item.list .item-row:first-child .item:last-child {
  border-radius: 0 6px 0 0;
}
.category-container .category-detail .category-item.full + .category-item.list .item-row:last-child .item:last-child {
  border-radius: 0 0 6px 0;
}
.category-item.full {
  width: 250px;
  height: 100%;
  margin: 0;
  display: block;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .category-item.full {
    float: none;
    width: auto;
    height: auto;
  }
}
.category-item.full .item {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: -1px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .category-item.full .item {
    position: relative;
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .category-item.full .item {
    border-radius: 6px;
    margin: 0 0 15px;
  }
}
.category-item.full .item .item-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991.98px) {
  .category-item.full .item .item-cover {
    display: flex;
    align-items: center;
  }
}
.category-item.full .item .item-cover img {
  max-height: 100%;
}
@media (max-width: 991.98px) {
  .category-item.full .item .item-cover img {
    width: 100%;
    max-width: 100%;
    max-height: inherit;
  }
}
.category-item.full .item .item-cover a {
  color: #fff;
}
.category-item.full .item .item-info {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1020;
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 991.98px) {
  .category-item.full .item .item-info {
    position: relative;
  }
}
.category-item.full .item .item-info.top {
  bottom: auto;
  top: 0;
}
.category-item.full .item .item-info.bottom {
  top: auto;
  bottom: 0;
}
.category-item.full .item .item-title {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.category-item.full .item .item-desc {
  font-size: 13px;
  margin: 0 0 5px;
}
.category-item.full .item .item-price {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}
.category-item.full .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1010;
}
.category-item.list {
  flex: 1;
}
@media (max-width: 991.98px) {
  .category-item.list {
    background: var(--app-component-bg);
    border-radius: 4px;
  }
}
@media (max-width: 575.98px) {
  .category-item.list {
    background: 0 0;
  }
}
.category-item.list .item-row {
  display: flex;
  flex-wrap: wrap;
}
.category-item.list .item-row:first-child .item.item-thumbnail:first-child {
  border-radius: 6px 0 0 0;
}
.category-item.list .item-row:last-child .item.item-thumbnail:first-child {
  border-radius: 0 0 0 6px;
}
.category-item.list .item-row + .item-row .item {
  border-top: 1px solid var(--app-component-border-color);
}
.category-item.list .item {
  width: 33.33%;
  border: none;
  margin: 0;
  background: 0 0;
  border-radius: 0 !important;
}
@media (max-width: 991.98px) {
  .category-item.list .item {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .category-item.list .item {
    float: none;
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid var(--app-component-border-color);
    background: var(--app-component-bg);
    border-radius: 6px !important;
  }
}
.category-item.list .item + .item {
  border-left: 1px solid var(--app-component-border-color);
}
.checkout-info-list {
  font-size: 12px;
  margin: 0;
  padding-left: 20px;
}
.checkout-question-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.checkout-question-list > li + li {
  margin-top: 10px;
}
.checkout-question-list .question {
  color: var(--app-component-color);
  font-weight: 600;
}
.checkout-question-list .question a {
  display: block;
  color: var(--app-component-color);
  text-decoration: none;
}
.checkout-question-list .answer {
  color: rgba(var(--app-component-color-rgb), 0.5);
  font-size: 13px;
  padding: 5px 0 5px 20px;
}
.checkout-question-list .dash {
  width: 20px;
  text-align: center;
  float: left;
}
.checkout {
  background: var(--app-component-bg);
  border-radius: 6px;
}
.checkout .checkout-header {
  padding: 25px 30px;
  background: #2d353c;
  border-radius: 6px 6px 0 0;
}
.dark-mode .checkout .checkout-header {
  background: #20252a;
}
@media (max-width: 991.98px) {
  .checkout .checkout-header {
    white-space: nowrap;
    overflow: scroll;
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .checkout .checkout-header .row {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .checkout .checkout-header .row > div {
    display: inline-block;
    width: auto;
  }
}
.checkout .checkout-header .row > div + div {
  border-left: 1px solid #495057;
}
.checkout .checkout-body {
  padding: 25px 30px;
}
@media (max-width: 767.98px) {
  .checkout .checkout-body {
    padding: 15px;
    font-size: 12px;
  }
}
/* .checkout .checkout-footer {
  padding: 25px 30px;
  text-align: right;
  background: var(--bs-light);
  border-radius: 0 0 6px 6px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .checkout .checkout-footer {
    padding: 15px;
  }
}
.checkout .checkout-footer .btn {
  float: none !important;
  margin: 5px;
}
@media (max-width: 767.98px) {
  .checkout .checkout-footer .btn {
    padding: 8px 15px !important;
    font-size: 12px !important;
    width: auto !important;
  }
}
.checkout .checkout-footer .btn-white {
  border-color: transparent;
} */
.checkout .checkout-title {
  font-weight: 600;
  margin: 0 0 30px;
}
@media (max-width: 767.98px) {
  .checkout .checkout-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.checkout .checkout-title .small,
.checkout .checkout-title small {
  display: block;
  font-size: 14px;
}
.checkout .checkout-message {
  padding: 20px 40px;
}
@media (max-width: 767.98px) {
  .checkout .checkout-message {
    padding: 0;
  }
}
.checkout .checkout-message .h1,
.checkout .checkout-message h1 {
  margin: 0 0 30px;
  font-size: 36px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .checkout .checkout-message .h1,
  .checkout .checkout-message h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.checkout .checkout-message .h1 .small,
.checkout .checkout-message .h1 small,
.checkout .checkout-message h1 .small,
.checkout .checkout-message h1 small {
  display: block;
  font-size: 16px;
  margin-top: 15px;
  color: rgba(var(--app-component-color-rgb), 0.5);
}
@media (max-width: 767.98px) {
  .checkout .checkout-message .h1 .small,
  .checkout .checkout-message .h1 small,
  .checkout .checkout-message h1 .small,
  .checkout .checkout-message h1 small {
    font-size: 14px;
    margin-top: 5px;
  }
}
.checkout .table.table-cart th {
  border: none;
  padding: 10px 20px 5px;
}
@media (max-width: 767.98px) {
  .checkout .table.table-cart th {
    padding: 10px 15px 5px;
  }
}
.checkout .table.table-cart td {
  padding: 15px 20px;
}
@media (max-width: 767.98px) {
  .checkout .table.table-cart td {
    padding: 15px;
  }
}
.checkout .table.table-cart .cart-product .product-img {
  width: 120px;
  float: left;
}
@media (max-width: 767.98px) {
  .checkout .table.table-cart .cart-product .product-img {
    width: 80px;
  }
}
.checkout .table.table-cart .cart-product .product-img + .product-info {
  margin-left: 135px;
}
@media (max-width: 767.98px) {
  .checkout .table.table-cart .cart-product .product-img + .product-info {
    white-space: nowrap;
    margin-left: 95px;
  }
}
.checkout .table.table-cart .cart-product .product-img img {
  max-width: 100%;
}
.checkout .table.table-cart .cart-product .product-info .title {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .checkout .table.table-cart .cart-product .product-info .title {
    font-size: 14px;
  }
}
.checkout .table.table-cart .cart-product .product-info .desc {
  font-weight: 600;
  font-size: 12px;
  color: rgba(var(--app-component-color-rgb), 0.5);
}
.checkout .cart-qty {
  width: 160px;
}
.checkout .cart-qty .qty-desc {
  font-size: 12px;
  color: rgba(var(--app-component-color-rgb), 0.5);
  margin-top: 5px;
}
.checkout .cart-qty .cart-qty-input {
  display: flex;
  align-items: center;
}
.checkout .cart-qty .cart-qty-input .form-control,
.checkout .cart-qty .cart-qty-input .qty-control {
  float: none;
  width: auto;
}
.checkout .cart-qty .cart-qty-input .form-control {
  width: 36px;
  margin: 0 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.checkout .cart-qty .cart-qty-input .qty-control {
  color: #adb5bd;
  width: 26px;
  height: 26px;
  background: var(--bs-light);
  font-size: 12px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout .cart-qty .cart-qty-input .qty-control:focus,
.checkout .cart-qty .cart-qty-input .qty-control:hover {
  background: #e9ecef;
  color: #20252a;
}
.checkout .cart-control,
.checkout .cart-total {
  width: 100px;
}
.checkout .table.table-payment-summary {
  border-bottom: 1px solid var(--app-component-border-color);
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .checkout .table.table-payment-summary tr:last-child td {
    border-bottom: none;
  }
}
.checkout .table.table-payment-summary td,
.checkout .table.table-payment-summary th {
  padding: 10px 15px;
}
@media (max-width: 767.98px) {
  .checkout .table.table-payment-summary td,
  .checkout .table.table-payment-summary th {
    display: block;
  }
  .checkout .table.table-payment-summary td:after,
  .checkout .table.table-payment-summary td:before,
  .checkout .table.table-payment-summary th:after,
  .checkout .table.table-payment-summary th:before {
    content: "";
    display: table;
    clear: both;
  }
}
.checkout .table.table-payment-summary .field {
  font-weight: 600;
  width: 50%;
  text-align: right;
}
@media (max-width: 767.98px) {
  .checkout .table.table-payment-summary .field {
    width: auto;
    border-bottom: none;
    padding-bottom: 0;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .checkout .table.table-payment-summary .field + .value {
    border-top: none;
    padding-top: 0;
  }
}
.checkout .table.table-payment-summary .product-summary .product-summary-img {
  width: 120px;
  float: left;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .checkout .table.table-payment-summary .product-summary .product-summary-img {
    width: 80px;
  }
}
.checkout .table.table-payment-summary .product-summary .product-summary-img img {
  max-width: 100%;
}
.checkout .table.table-payment-summary .product-summary .product-summary-info .title {
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .checkout .table.table-payment-summary .product-summary .product-summary-info .title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }
}
.checkout .table.table-payment-summary .product-summary .product-summary-info .desc {
  font-size: 12px;
  font-weight: 600;
  color: rgba(var(--app-component-color-rgb), 0.5);
}
.dropdown-menu-cart {
  width: 360px;
  left: auto !important;
  right: 0 !important;
  margin-right: -145px !important;
}
@media (max-width: 767.98px) {
  body .header .dropdown .dropdown-menu-cart {
    transform: none !important;
    top: 100% !important;
    margin: 0 !important;
  }
}
.dropdown-menu-cart .cart-header {
  padding: 15px;
}
.dropdown-menu-cart .cart-header + .cart-body {
  border-top: 1px solid var(--app-component-dropdown-border-color);
}
.dropdown-menu-cart .cart-body {
  padding: 15px;
}
/* .dropdown-menu-cart .cart-body + .cart-footer {
  border-top: 1px solid var(--app-component-dropdown-border-color);
}
.dropdown-menu-cart .cart-footer {
  padding: 15px;
} */
.dropdown-menu-cart .cart-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dropdown-menu-cart .cart-item > li {
  display: table;
  width: 100%;
}
.dropdown-menu-cart .cart-item > li + li {
  padding-top: 10px;
  border-top: 1px solid var(--app-component-dropdown-border-color);
  margin-top: 10px;
}
.dropdown-menu-cart .cart-item > li > div {
  display: table-cell;
  vertical-align: middle;
}
.dropdown-menu-cart .cart-item > li .h4,
.dropdown-menu-cart .cart-item > li h4 {
  font-size: 14px;
  margin: 3px 0;
}
.dropdown-menu-cart .cart-item > li .price {
  color: rgba(var(--app-component-color-rgb), 0.5);
  font-weight: 600;
  margin: 0;
}
.dropdown-menu-cart .cart-title {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.dropdown-menu-cart .cart-item-image {
  width: 80px;
  height: 60px;
  padding: 5px;
  overflow: hidden;
  text-align: center;
  border: 1px solid var(--app-component-dropdown-border-color);
  display: flex;
  align-items: center;
  border-radius: 4px;
  float: left;
}
.dropdown-menu-cart .cart-item-image + .cart-item-info {
  padding-left: 15px;
}
.dropdown-menu-cart .cart-item-image img {
  max-width: 100%;
  max-height: 100%;
}
.dropdown-menu-cart .cart-item-info {
  width: 80%;
}
.dropdown-menu-cart .cart-item-info + .cart-item-close {
  padding-left: 15px;
}
.dropdown-menu-cart .cart-item-close a {
  font-size: 18px;
  color: var(--app-component-color);
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  display: block;
  text-decoration: none;
  background: var(--bs-light);
  border-radius: 24px;
}
.dropdown-menu-cart .cart-item-close a:focus,
.dropdown-menu-cart .cart-item-close a:hover {
  background: #adb5bd;
  color: #495057;
}
.dropdown.dropdown-full-width {
  position: initial;
}
@media (max-width: 575.98px) {
  .dropdown.dropdown-full-width {
    position: relative;
  }
}
.dropdown.dropdown-full-width .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
  top: 100% !important;
  transform: none !important;
}
.dropdown .dropdown-menu {
  text-align: left;
}
.dropdown .dropdown-menu-container {
  width: 100%;
  min-width: 700px;
  padding: 15px 5px;
  display: flex;
}
@media (max-width: 767.98px) {
  .dropdown .dropdown-menu-container {
    display: block;
    min-width: inherit;
    padding: 15px;
  }
}
.dropdown .dropdown-menu-container .title {
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .dropdown .dropdown-menu-container .title {
    font-size: 14px;
  }
}
.dropdown .dropdown-menu-sidebar {
  display: table-cell;
  width: 240px;
  min-width: 240px;
  vertical-align: top;
  padding: 5px 20px;
}
@media (max-width: 767.98px) {
  .dropdown .dropdown-menu-sidebar {
    display: block;
    width: auto;
    padding: 0;
  }
}
.dropdown .dropdown-menu-sidebar + .dropdown-menu-content {
  border-left: 1px solid var(--app-component-dropdown-border-color);
  padding-left: 30px;
}
@media (max-width: 767.98px) {
  .dropdown .dropdown-menu-sidebar + .dropdown-menu-content {
    border-top: 1px solid var(--app-component-dropdown-border-color);
    padding-top: 25px;
    margin-top: 25px;
    border-left: none;
    padding-left: 0;
  }
}
.dropdown .dropdown-menu-content {
  display: table-cell;
  padding: 5px 20px;
  vertical-align: top;
}
@media (max-width: 767.98px) {
  .dropdown .dropdown-menu-content {
    padding: 0;
    display: block;
  }
  .dropdown .dropdown-menu-content .row > div:last-child {
    margin-bottom: 15px;
  }
}
.dropdown .dropdown-menu-list {
  list-style-type: none;
  margin: 0 0 25px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .dropdown .dropdown-menu-list {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
  }
}
.dropdown .dropdown-menu-list .dropdown-header {
  padding: 5px 0;
  line-height: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--app-component-dropdown-border-color);
}
@media (max-width: 767.98px) {
  .dropdown .dropdown-menu-list > li {
    width: 50%;
    margin-bottom: 5px;
  }
}
.dropdown .dropdown-menu-list > li + li {
  margin-top: 8px;
}
@media (max-width: 767.98px) {
  .dropdown .dropdown-menu-list > li + li {
    margin-top: 0;
  }
}
.dropdown .dropdown-menu-list > li > a {
  display: block;
  line-height: 20px;
  color: var(--app-component-color);
  font-size: 13px;
}
.dropdown .dropdown-menu-list > li > a:focus,
.dropdown .dropdown-menu-list > li > a:hover {
  text-decoration: none;
  color: var(--app-theme);
}
.dropdown .dropdown-menu-list > li.active > a:focus,
.dropdown .dropdown-menu-list > li.active > a:hover {
  opacity: 0.5;
  color: var(--app-component-color);
}
.dropdown .dropdown-brand-list {
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0;
}
.dropdown .dropdown-brand-list > li {
  display: inline-block;
  padding: 0;
  margin-bottom: 5px;
  margin-right: 5px;
}
.dropdown .dropdown-brand-list > li a {
  display: block;
  height: 60px;
  padding: 10px;
  min-width: 60px;
  max-width: 120px;
  text-align: center;
  border: 1px solid var(--app-component-dropdown-border-color);
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.dropdown .dropdown-brand-list > li a:focus,
.dropdown .dropdown-brand-list > li a:hover {
  border-color: var(--app-component-color);
}
.dropdown .dropdown-brand-list > li img {
  max-height: 100%;
  max-width: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  opacity: 0.5;
  display: block;
  margin: 0 auto;
  transition: all 0.2s linear;
}
.dropdown .dropdown-brand-list > li:focus img,
.dropdown .dropdown-brand-list > li:hover img {
  filter: none;
  -webkit-filter: none;
  opacity: 1;
}
.form-control,
.form-select {
  border-color: var(--app-component-border-color);
}
.form-select:not([multiple]) option {
  color: var(--app-component-color);
}
.form-switch .form-check-input {
  background-image: var(--form-switch-bg-image);
}
.item {
  background: var(--app-component-bg);
}
.item.item-thumbnail {
  border: 1px solid #ddd; /* Berikan sedikit warna pada border */
  border-radius: 4px;
  margin: 5px;
  background-color: #f5f6f7;

  /* Box shadow yang keren */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), /* Shadow lembut */ 0 1px 3px rgba(0, 0, 0, 0.08); /* Shadow yang lebih kecil */
}
@media (max-width: 991.98px) {
  .item.item-thumbnail {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .item.item-thumbnail {
    margin: 0 0 15px;
    border-radius: 6px;
  }
}
.item.item-thumbnail a {
  text-decoration: none;
}
.item.item-thumbnail .item-image {
  height: 250px;
  padding: 15px;
  line-height: 100px;
  text-align: center;
  position: relative;
  display: block;
}
.item.item-thumbnail .item-image img {
  max-width: 100%;
  max-height: 100%;
}
.item.item-thumbnail .item-image .discount {
  position: absolute;
  bottom: 0;
  line-height: 20px;
  padding: 2px 6px;
  color: #fff;
  background: #20252a;
  font-weight: 600;
  font-size: 12px;
  border-radius: 4px;
  right: 15px;
}
.item.item-thumbnail .item-info {
  padding: 15px;
  text-align: center;
}
.item.item-thumbnail .item-info .item-title {
  margin: 0 0 2px;
  max-height: 36px;
  overflow: hidden;
  line-height: 17px;
  font-size: 13px;
  color: var(--app-component-color);
  font-weight: 600;
  height: 100px;
}
.item.item-thumbnail .item-info .item-title a {
  color: var(--app-component-color);
}
.item.item-thumbnail .item-info .item-title a:focus,
.item.item-thumbnail .item-info .item-title a:hover {
  color: var(--app-component-color);
  text-decoration: underline;
}
.item.item-thumbnail .item-info .item-desc {
  margin: 0;
  font-size: 11px;
  color: rgba(var(--app-component-color-rgb), 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item.item-thumbnail .item-info .item-price {
  margin: 0;
  font-size: 16px;
  color: var(--app-theme);
  font-weight: 600;
}
.item.item-thumbnail .item-info .item-discount-price {
  font-size: 12px;
  text-decoration: line-through;
  color: rgba(var(--app-component-color-rgb), 0.5);
}
.page-header-container {
  position: relative;
}
.page-header-container .container {
  position: relative;
}
.page-header-container .page-header {
  border: none;
  color: #fff;
  margin: 0;
  font-size: 28px;
  padding: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .page-header-container .page-header {
    font-size: 18px;
  }
}
.page-header-container .page-header-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.page-header-container .page-header-cover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(45, 53, 60, 0.75);
}
.page-header-container .page-header-cover img {
  max-width: 100%;
}
.pagination .page-item + .page-item {
  margin-left: 10px;
}
.pagination .page-item .page-link {
  border-radius: 40px;
}
.pagination .page-item .text {
  padding: 10px 0;
  line-height: 1.275;
  display: block;
}
.pagination-container {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 2px solid #dee2e6;
}
@media (max-width: 767.98px) {
  .pagination-container {
    margin-top: 45px;
    padding-top: 25px;
  }
}
.payment-type {
  font-size: 34px;
  margin: 0;
  padding: 0;
}
.payment-type > li {
  line-height: 1;
  padding: 0;
  float: left;
}
.payment-type > li + li {
  margin-left: 10px;
}
.payment-type > li a {
  color: rgba(var(--app-component-color-rgb), 0.5);
}
.payment-type > li.active a {
  color: var(--app-component-color);
}
.policy {
  display: flex;
}
.policy .policy-icon {
  width: 50px;
  font-size: 38px;
  line-height: 50px;
  color: #adb5bd;
  text-align: center;
}
.policy .policy-icon + .policy-info {
  flex: 1;
  margin-left: 15px;
}
.policy .h4,
.policy h4 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.policy p {
  font-size: 12px;
  color: rgba(var(--app-component-color-rgb), 0.5);
  margin: 0;
}
.product-desc {
  padding: 20px;
}
.product-desc:after,
.product-desc:before {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 991.98px) {
  .product-desc {
    padding: 15px;
  }
}
.product-desc + .product-desc {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid var(--app-component-border-color);
}
@media (max-width: 991.98px) {
  .product-desc + .product-desc {
    padding-top: 40px;
    margin-top: 0;
  }
}
.product-desc .image {
  width: 50%;
  float: left;
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  .product-desc .image {
    float: none;
    width: auto;
    padding: 0;
    text-align: center;
  }
}
.product-desc .image img {
  max-width: 100%;
}
.product-desc .desc {
  width: 50%;
  float: left;
  padding-left: 40px;
}
@media (max-width: 991.98px) {
  .product-desc .desc {
    float: none;
    width: auto;
    padding: 0;
    text-align: center;
  }
}
.product-desc .desc .h4,
.product-desc .desc h4 {
  margin: 0 0 15px;
  font-size: 36px;
}
@media (max-width: 991.98px) {
  .product-desc .desc .h4,
  .product-desc .desc h4 {
    margin: 15px 0;
    font-size: 24px;
  }
}
.product-desc .desc p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(var(--app-component-color), 0.5);
  line-height: 1.8;
}
@media (max-width: 991.98px) {
  .product-desc .desc p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.product-desc.right .image {
  float: right;
  padding-left: 40px;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .product-desc.right .image {
    float: none;
    padding: 0;
  }
}
.product-desc.right .desc {
  float: left;
  padding-right: 40px;
  padding-left: 0;
  text-align: right;
}
@media (max-width: 991.98px) {
  .product-desc.right .desc {
    float: none;
    padding: 0;
    text-align: center;
  }
}
.product-tab {
  padding-top: 30px;
}
@media (max-width: 991.98px) {
  .product-tab {
    padding-top: 0;
  }
}
.product-tab .nav.nav-tabs {
  background: 0 0;
  border-bottom: 1px solid var(--app-component-border-color);
  text-align: center;
  font-size: 1rem;
  display: block;
}
@media (max-width: 991.98px) {
  .product-tab .nav.nav-tabs {
    font-size: 0.875rem;
    display: block;
    white-space: nowrap;
    overflow: scroll;
  }
}
/* .product-tab .nav.nav-tabs .nav-item {
  float: none;
  display: inline-block;
}
.product-tab .nav.nav-tabs .nav-item + .nav-item {
  margin-left: 5px;
}
.product-tab .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: rgba(var(--app-component-color-rgb), 0.5);
  border: 1px solid transparent;
  padding: 15px 20px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .product-tab .nav.nav-tabs .nav-item .nav-link {
    padding: 10px 15px;
  }
}
.product-tab .nav.nav-tabs .nav-item .nav-link:active,
.product-tab .nav.nav-tabs .nav-item .nav-link:focus,
.product-tab .nav.nav-tabs .nav-item .nav-link:hover {
  border-bottom: 1px solid var(--app-component-border-color);
  background: 0 0;
}
.product-tab .nav.nav-tabs .nav-item .nav-link.active {
  background: 0 0;
  border-color: transparent;
  border-bottom: 1px solid var(--app-component-color);
  color: var(--app-component-color);
}
.product-tab .tab-content {
  padding: 30px;
}
@media (max-width: 991.98px) {
  .product-tab .tab-content {
    padding: 15px;
  }
} */
.product {
  background: var(--app-component-bg);
  border: 1px solid var(--app-component-border-color);
  border-radius: 6px;
}
.product:after,
.product:before {
  content: "";
  display: table;
  clear: both;
}
.product .product-detail {
  width: 100%;
  border-bottom: 1px solid var(--app-component-border-color);
  flex: 1;
  display: flex;
}
@media (max-width: 991.98px) {
  .product .product-detail {
    display: block;
  }
}
.product .product-detail .product-image {
  width: 520px;
  display: flex;
}
@media (max-width: 1199.98px) {
  .product .product-detail .product-image {
    width: 460px;
  }
}
@media (max-width: 991.98px) {
  .product .product-detail .product-image {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .product .product-detail .product-image {
    display: block;
  }
}
.product .product-detail .product-image + .product-info {
  border-left: 1px solid var(--app-component-border-color);
}
@media (max-width: 991.98px) {
  .product .product-detail .product-image + .product-info {
    border-top: 1px solid var(--app-component-border-color);
    border-left: none;
  }
}
.product .product-detail .product-image .product-main-image {
  padding: 30px;
  min-height: 520px;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .product .product-detail .product-image .product-main-image {
    height: 300px;
    min-height: 300px;
  }
}
.product .product-detail .product-image .product-main-image img {
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .product .product-detail .product-image .product-main-image img {
    margin: 0 auto;
  }
}
.product .product-detail .product-image .product-thumbnail {
  width: 120px;
  min-height: 520px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .product .product-detail .product-image .product-thumbnail {
    width: 100px;
    height: 300px;
    min-height: 300px;
  }
}
@media (max-width: 767.98px) {
  .product .product-detail .product-image .product-thumbnail {
    height: 80px;
    min-height: 80px;
    width: auto;
    white-space: nowrap;
    overflow: scroll;
    border-bottom: 1px solid var(--app-component-border-color);
  }
  .product .product-detail .product-image .product-thumbnail:after,
  .product .product-detail .product-image .product-thumbnail:before {
    content: "";
    display: table;
    clear: both;
  }
}
.product .product-detail .product-image .product-thumbnail + .product-main-image {
  border-left: 1px solid var(--app-component-border-color);
}
@media (max-width: 767.98px) {
  .product .product-detail .product-image .product-thumbnail + .product-main-image {
    border: none;
  }
}
.product .product-detail .product-image .product-thumbnail .product-thumbnail-list {
  list-style-type: none;
  margin: 0;
  padding: 30px;
  overflow: scroll;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .product .product-detail .product-image .product-thumbnail .product-thumbnail-list {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .product .product-detail .product-image .product-thumbnail .product-thumbnail-list {
    position: relative;
    padding: 10px;
  }
}
.product .product-detail .product-image .product-thumbnail .product-thumbnail-list > li {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .product .product-detail .product-image .product-thumbnail .product-thumbnail-list > li {
    display: inline-block;
    margin: 0;
    margin-right: 5px;
  }
}
.product .product-detail .product-image .product-thumbnail .product-thumbnail-list > li a {
  display: block;
  text-decoration: none;
  border: 1px solid var(--app-component-border-color);
  background: #fff;
  height: 60px;
  width: 60px;
  padding: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  .product .product-detail .product-image .product-thumbnail .product-thumbnail-list > li a {
    display: block;
  }
}
.product .product-detail .product-image .product-thumbnail .product-thumbnail-list > li a img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.product .product-detail .product-image .product-thumbnail .product-thumbnail-list > li.active a {
  border-color: var(--app-component-border-color);
}
.product .product-detail .product-info {
  padding: 30px 30px;
  font-size: 13px;
  flex: 1;
}
@media (max-width: 767.98px) {
  .product .product-detail .product-info {
    padding: 15px;
  }
}
.product .product-detail .product-info .product-info-header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--app-component-border-color);
}
.product .product-detail .product-info .product-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}
.product .product-detail .product-info .product-title .badge {
  padding: 5px;
  font-size: 13px;
  display: block;
  max-width: 80px;
  margin-bottom: 10px;
  color: #fff;
}
.product .product-detail .product-info .product-availability {
  font-size: 18px;
}
.product .product-detail .product-info .product-info-list {
  color: var(--app-component-color);
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--app-component-border-color);
  line-height: 1.5;
}
.product .product-detail .product-info .product-info-list > li {
  position: relative;
  padding-left: 25px;
}
.product .product-detail .product-info .product-info-list > li + li {
  margin-top: 5px;
}
.product .product-detail .product-info .product-info-list > li .fa {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  color: var(--app-theme);
  left: 0;
}
.product .product-detail .product-info .product-info-list > li .fa.fa-circle {
  font-size: 5px;
}
.product .product-detail .product-info .product-category {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.product .product-detail .product-info .product-category > li {
  display: inline;
}
.product .product-detail .product-info .product-category > li + li {
  margin-left: 5px;
}
.product .product-detail .product-info .product-category > li a {
  color: rgba(var(--app-component-color), 0.5);
}
.product .product-detail .product-info .product-price {
  margin: 0 0 15px;
}
.product .product-detail .product-info .product-price:after,
.product .product-detail .product-info .product-price:before {
  content: "";
  display: table;
  clear: both;
}
.product .product-detail .product-info .product-price .price {
  font-size: 32px;
  font-weight: 600;
}
.product .product-detail .product-info .product-warranty {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--app-component-border-color);
}
.product .product-detail .product-info .product-discount .discount {
  font-size: 16px;
  font-weight: 600;
  text-decoration: line-through;
  color: rgba(var(--app-component-color), 0.5);
}
.product .product-detail .product-info .product-discount .save {
  color: rgba(var(--app-component-color), 0.5);
  margin-left: 10px;
}
.product .product-detail .product-info .product-social {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--app-component-border-color);
}
.product .product-detail .product-info .product-social:after,
.product .product-detail .product-info .product-social:before {
  content: "";
  display: table;
  clear: both;
}
.product .product-detail .product-info .product-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product .product-detail .product-info .product-social ul > li {
  float: left;
  float: left;
}
.product .product-detail .product-info .product-social ul > li + li {
  margin-left: 10px;
}
.product .product-detail .product-info .product-social ul > li > a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #dee2e6;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
}
.product .product-detail .product-info .product-social ul > li > a.facebook {
  background: #3b5998;
}
.product .product-detail .product-info .product-social ul > li > a.twitter {
  background: #00aced;
}
.product .product-detail .product-info .product-social ul > li > a.google-plus {
  background: #d34836;
}
.product .product-detail .product-info .product-social ul > li > a.whatsapp {
  background: #6cc964;
}
.product .product-detail .product-info .product-social ul > li > a.tumblr {
  background: #36465d;
}
@media (max-width: 767.98px) {
  .product .product-purchase-container {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
    background: var(--app-component-bg);
    z-index: 1020;
    border-top: 1px solid var(--app-component-border-color);
  }
}
@media (max-width: 575.98px) {
  .product .product-purchase-container {
    width: auto;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .product .product-purchase-container .product-discount {
    position: absolute;
    top: 12px;
    left: 15px;
  }
}
@media (max-width: 767.98px) {
  .product .product-purchase-container .product-discount + .product-price {
    top: 30px;
  }
}
@media (max-width: 767.98px) {
  .product .product-purchase-container .product-price {
    position: absolute;
    top: 15px;
    left: 15px;
  }
}
@media (max-width: 767.98px) {
  .product .product-purchase-container .product-price .price {
    font-size: 28px !important;
  }
}
@media (max-width: 767.98px) {
  .product .product-purchase-container .btn {
    float: right;
  }
}
@media (max-width: 767.98px) {
  .product .product-purchase-container .btn {
    width: auto !important;
    padding: 10px 15px;
    font-size: 14px;
  }
}
.promotion {
  position: relative;
  padding-top: 165px;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 991.98px) {
  .promotion {
    margin-bottom: 10px;
  }
}
.promotion + .promotion {
  margin-top: 10px;
}
.promotion .promotion-image {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 150px;
  bottom: 15px;
}
.promotion .promotion-image img {
  max-width: 100%;
  max-height: 100%;
}
.promotion .promotion-image.promotion-image-overflow-bottom {
  top: auto;
  bottom: -30px;
}
.promotion .promotion-image.promotion-image-overflow-top {
  bottom: auto;
  top: -30px;
}
.promotion .promotion-image.promotion-image-overflow-top.promotion-image-overflow-bottom {
  top: -30px;
  bottom: -30px;
}
.promotion .promotion-image.promotion-image-overflow-left {
  right: auto;
  left: -30px;
}
.promotion .promotion-image.promotion-image-overflow-right {
  left: auto;
  right: 30px;
}
.promotion .promotion-title {
  color: #20252a;
  margin: 0 0 5px;
  font-size: 18px;
}
.promotion .promotion-desc {
  font-size: 12px;
  color: #6c757d;
  margin-bottom: 15px;
}
.promotion .promotion-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.promotion .promotion-caption-inverse {
  color: #fff;
}
.promotion .promotion-caption-inverse .promotion-desc,
.promotion .promotion-caption-inverse .promotion-price,
.promotion .promotion-caption-inverse .promotion-title {
  color: #fff;
}
.promotion .promotion-caption-inverse .promotion-btn {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.75);
}
.promotion .promotion-caption-inverse .promotion-btn:focus,
.promotion .promotion-caption-inverse .promotion-btn:hover {
  border-color: #fff;
  background: #fff;
  color: #2d353c;
}
.promotion .promotion-btn {
  padding: 5px 10px;
  border: 1px solid #20252a;
  color: #20252a;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
}
.promotion .promotion-btn:focus,
.promotion .promotion-btn:hover {
  border-color: #20252a;
  background: #20252a;
  text-decoration: none;
  color: #fff;
}
.promotion .promotion-price {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
.promotion .promotion-price .small,
.promotion .promotion-price small {
  font-size: 11px;
}
.promotion.promotion-lg {
  padding-top: 340px;
}
.promotion.promotion-lg .promotion-image {
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 30px;
}
.promotion.promotion-lg .promotion-title {
  font-size: 36px;
  margin: 0 0 10px;
}
.promotion.promotion-lg .promotion-caption {
  padding: 30px;
}
.promotion.promotion-lg .promotion-caption-inverse .promotion-desc {
  color: rgba(255, 255, 255, 0.75);
}
.promotion.promotion-lg .promotion-desc {
  font-size: 14px;
  margin-bottom: 30px;
}
.promotion.promotion-lg .promotion-btn {
  padding: 10px 20px;
  font-size: 14px;
  border-width: 2px;
}
.promotion.promotion-lg .promotion-price {
  font-size: 24px;
  margin-bottom: 10px;
}
.promotion.promotion-lg .promotion-price .small,
.promotion.promotion-lg .promotion-price small {
  font-size: 14px;
}
.review-form {
  display: block;
  background: var(--bs-light);
  padding: 30px;
  border: 1px solid var(--app-component-border-color);
}
@media (max-width: 991.98px) {
  .review-form {
    padding: 15px;
  }
}
.review-form .h2,
.review-form h2 {
  font-size: 20px;
  border-bottom: 1px solid var(--app-component-border-color);
  margin: 0 0 15px;
  padding-bottom: 10px;
}
.review:after,
.review:before {
  content: "";
  display: table;
  clear: both;
}
.review + .review {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid var(--app-component-border-color);
}
.review .review-info {
  margin-bottom: 15px;
}
.review .review-info:after,
.review .review-info:before {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 991.98px) {
  .review .review-info {
    margin-bottom: 5px;
  }
}
.review .review-info .review-rate {
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  float: right;
}
.review .review-info .review-rate .review-star {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .review .review-info .review-rate .review-star {
    font-size: 12px;
  }
}
.review .review-info .review-rate .review-star > li {
  color: rgba(var(--app-component-color-rgb), 0.5);
  float: left;
}
.review .review-info .review-rate .review-star > li + li {
  margin-left: 2px;
}
.review .review-info .review-rate .review-star > li.active {
  color: #f59c1a;
}
.review .review-icon {
  height: 48px;
  width: 48px;
  background: var(--bs-light);
  color: rgba(var(--app-component-color-rgb), 0.5);
  text-align: center;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  border-radius: 120px;
}
@media (max-width: 991.98px) {
  .review .review-icon {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
}
.review .review-icon img {
  max-width: 100%;
}
.review .review-icon i {
  line-height: 50px;
  font-size: 36px;
}
@media (max-width: 991.98px) {
  .review .review-icon i {
    font-size: 28px;
    line-height: 40px;
  }
}
.review .review-name {
  font-weight: 600;
  font-size: 16px;
  padding: 0;
}
@media (max-width: 991.98px) {
  .review .review-name {
    font-size: 14px;
  }
}
.review .review-date {
  font-size: 12px;
  font-weight: 600;
  color: rgba(var(--app-component-color-rgb), 0.5);
}
.review .review-title {
  margin: 10px 0;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .review .review-title {
    font-size: 14px;
    margin: 5px 0;
  }
}
.review .review-message {
  color: rgba(var(--app-component-color-rgb), 0.5);
}
@media (max-width: 991.98px) {
  .review .review-message {
    font-size: 12px;
  }
}
.search-container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .search-container {
    display: block;
  }
}
.search-container .search-sidebar {
  width: 25%;
  padding: 15px;
  border: 1px solid var(--app-component-border-color);
  background: var(--app-component-bg);
  font-size: 13px;
  color: rgba(var(--app-component-color-rgb), 0.5);
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  .search-container .search-sidebar {
    margin: 0 0 10px;
    width: auto;
    display: none;
  }
}
.search-container .search-sidebar .title {
  margin: -15px -15px 15px;
  padding: 15px;
  border-bottom: 1px solid var(--app-component-border-color);
  font-size: 14px;
  font-weight: 600;
  color: var(--app-component-color);
}
.search-container .search-sidebar .search-category-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.search-container .search-sidebar .search-category-list > li + li {
  border-top: 1px solid var(--app-component-border-color);
}
.search-container .search-sidebar .search-category-list > li > a {
  color: rgba(var(--app-component-color-rgb), 0.5);
  font-weight: 600;
  padding: 8px 0;
  line-height: 20px;
  display: block;
}
.search-container .search-sidebar .search-category-list > li > a:focus,
.search-container .search-sidebar .search-category-list > li > a:hover {
  color: var(--app-component-color);
  text-decoration: none;
}
.search-container .search-content {
  flex: 1;
  padding-left: 30px;
}
@media (max-width: 991.98px) {
  .search-container .search-content {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
  }
}
.search-item-container {
  border: 1px solid var(--app-component-border-color);
  margin-bottom: 15px;
  background: var(--app-component-bg);
  border-radius: 6px;
}
.search-item-container:after,
.search-item-container:before {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 575.98px) {
  .search-item-container {
    border: none;
    background: 0 0;
  }
}
.search-item-container .item-row {
  display: flex;
  flex: 1;
}
.search-item-container .item-row:after,
.search-item-container .item-row:before {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 575.98px) {
  .search-item-container .item-row {
    display: block;
  }
}
.search-item-container .item-row + .item-row {
  border-top: 1px solid var(--app-component-border-color);
}
@media (max-width: 575.98px) {
  .search-item-container .item-row + .item-row {
    border-top: none;
  }
}
.search-item-container .item-row .item {
  width: 33.33%;
  border: none;
  margin: 0;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .search-item-container .item-row .item {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .search-item-container .item-row .item {
    width: 100%;
    border: 1px solid var(--app-component-border-color);
    margin-bottom: 10px;
  }
}
.search-item-container .item-row .item + .item {
  border-left: 1px solid var(--app-component-border-color);
}
.search-item-container .item-row:first-child .item:first-child {
  border-radius: 6px 0 0 0;
}
.search-item-container .item-row:first-child .item:last-child {
  border-radius: 0 6px 0 0;
}
.search-item-container .item-row:last-child .item:first-child {
  border-radius: 0 0 0 6px;
}
.search-item-container .item-row:last-child .item:last-child {
  border-radius: 0 0 6px 0;
}
.search-toolbar {
  background: var(--app-component-bg);
  border: 1px solid var(--app-component-border-color);
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
}
.search-toolbar:after,
.search-toolbar:before {
  content: "";
  display: table;
  clear: both;
}
.search-toolbar .h4,
.search-toolbar h4 {
  font-size: 13px;
  margin: 0;
  line-height: 20px;
}
.search-toolbar .sort-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .search-toolbar .sort-list {
    margin-top: 10px;
    float: left;
    text-align: left;
  }
}
.search-toolbar .sort-list > li {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .search-toolbar .sort-list > li {
    margin-right: 10px;
  }
}
.search-toolbar .sort-list > li + li {
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .search-toolbar .sort-list > li + li {
    margin-left: 0;
  }
}
.search-toolbar .sort-list > li a {
  color: #999;
}
.search-toolbar .sort-list > li a:focus,
.search-toolbar .sort-list > li a:hover {
  color: #4d4d4d;
}
.search-toolbar .sort-list > li.text {
  font-weight: 600;
}
.search-toolbar .sort-list > li.active a {
  color: var(--app-component-color);
}
.section-container {
  padding: 45px 0;
}
.section-container:after,
.section-container:before {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 991.98px) {
  .section-container {
    padding: 30px 0;
  }
}
.section-container.has-bg {
  position: relative;
  color: #fff;
}
.section-container.has-bg .cover-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.section-container.has-bg .cover-bg img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .section-container.has-bg .cover-bg img {
    max-width: inherit;
    max-height: 100%;
  }
}
.section-container.has-bg .cover-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(45, 53, 60, 0.75);
}
.section-container.has-bg .container {
  position: relative;
  z-index: 1020;
}
.section-container.has-bg .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.section-title {
  font-size: 22px;
  font-weight: 600;
  margin: -5px 0 25px;
  color: var(--app-component-color);
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
.section-title .small,
.section-title small {
  font-weight: 600;
  font-size: 12px;
  color: rgba(var(--app-component-color-rgb), 0.5);
  letter-spacing: 0;
  margin-left: 5px;
}
@media (max-width: 767.98px) {
  .section-title .small,
  .section-title small {
    display: block;
    font-size: 12px;
    margin-left: 0;
  }
}
.section-title a.btn {
  font-size: 12px;
  font-weight: 700;
  color: var(--app-component-color);
  border: 1px solid var(--app-component-border-color);
  padding: 8px 15px;
  line-height: 16px;
  margin: -7px 0;
  background: var(--app-component-bg);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .section-title a.btn {
    margin: 5px 0;
    padding: 5px 10px;
  }
}
.section-title a.btn:focus,
.section-title a.btn:hover {
  text-decoration: none;
  background: var(--app-component-color);
  color: var(--app-component-bg);
}
.social,
.subscription {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .social,
  .subscription {
    display: block;
  }
}
.social .social-intro,
.social .social-list,
.social .subscription-form,
.social .subscription-intro,
.subscription .social-intro,
.subscription .social-list,
.subscription .subscription-form,
.subscription .subscription-intro {
  width: 50%;
}
@media (max-width: 991.98px) {
  .social .social-intro,
  .social .social-list,
  .social .subscription-form,
  .social .subscription-intro,
  .subscription .social-intro,
  .subscription .social-list,
  .subscription .subscription-form,
  .subscription .subscription-intro {
    width: auto;
  }
}
.social .subscription-form,
.subscription .subscription-form {
  padding: 0 30px 0 30px;
}
@media (max-width: 991.98px) {
  .social .subscription-form,
  .subscription .subscription-form {
    padding: 15px 0 0;
  }
}
.social .social-intro .h4,
.social .social-intro h4,
.social .subscription-intro .h4,
.social .subscription-intro h4,
.subscription .social-intro .h4,
.subscription .social-intro h4,
.subscription .subscription-intro .h4,
.subscription .subscription-intro h4 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}
.social .social-intro p,
.social .subscription-intro p,
.subscription .social-intro p,
.subscription .subscription-intro p {
  color: rgba(var(--app-component-color-rgb), 0.5);
  margin: 0;
}
.social .social-list,
.subscription .social-list {
  text-align: center;
}
@media (max-width: 991.98px) {
  .social .social-list,
  .subscription .social-list {
    margin-top: 15px;
    text-align: left;
  }
}
.social .social-list a,
.subscription .social-list a {
  color: rgba(var(--app-component-color-rgb), 0.5);
  font-size: 24px;
}
.social .social-list a + a,
.subscription .social-list a + a {
  margin-left: 20px;
}
.social .social-list a:focus,
.social .social-list a:hover,
.subscription .social-list a:focus,
.subscription .social-list a:hover {
  color: var(--app-component-color);
  text-decoration: none;
}
.step:after,
.step:before {
  content: "";
  display: table;
  clear: both;
}
.step a {
  color: #6c757d;
  display: block;
  text-decoration: none;
}
.step a:focus,
.step a:hover {
  color: #fff;
}
.step .number {
  font-size: 24px;
  width: 30px;
  height: 24px;
  text-align: center;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  float: left;
}
@media (max-width: 767.98px) {
  .step .number {
    font-size: 20px;
    height: 20px;
    width: 26px;
  }
}
.step .number:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: #6c757d;
}
.step .number + .info {
  margin-left: 40px;
}
@media (max-width: 767.98px) {
  .step .number + .info {
    margin-left: 36px;
  }
}
.step .desc {
  font-size: 12px;
  color: #6c757d;
}
.step .title {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .step .title {
    font-size: 14px;
  }
}
.step.active a {
  color: #fff;
}
.step.active .number:before {
  background: var(--app-theme);
}
.step.active .desc {
  color: #ced4da;
}
.summary-container {
  width: 360px;
  text-align: right;
  margin-left: auto;
}
.summary-container .summary-row {
  display: table;
  width: 100%;
}
.summary-container .summary-row + .summary-row {
  margin-top: 5px;
}
.summary-container .summary-row .field {
  display: table-cell;
  width: 40%;
}
.summary-container .summary-row .value {
  display: table-cell;
  width: 60%;
}
.summary-container .summary-row.total {
  border-top: 1px solid var(--app-component-border-color);
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}
.summary-container .summary-row.total .field,
.summary-container .summary-row.total .value {
  padding-top: 10px;
}
.table.table-product {
  line-height: 1.8;
}
.table.table-product .field {
  width: 30%;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .table.table-product .field {
    font-size: 0.875rem;
  }
}
.table.table-product td,
.table.table-product th {
  padding: 20px 25px 20px 0;
}
@media (max-width: 991.98px) {
  .table.table-product td,
  .table.table-product th {
    padding: 15px 15px 15px 0;
  }
}
.table.table-product th {
  font-size: 18px;
  border: none;
}
@media (max-width: 991.98px) {
  .table.table-product th {
    font-size: 16px;
  }
}
.table.table-product.table-striped td,
.table.table-product.table-striped th {
  padding: 20px 25px;
}
@media (max-width: 991.98px) {
  .table.table-product.table-striped td,
  .table.table-product.table-striped th {
    padding: 10px 15px;
  }
}
.pace .pace-progress {
  height: 3px !important;
  background: var(--app-theme) !important;
}
.pace .pace-progress .pace-progress-inner {
  box-shadow: none;
}
.pace .pace-activity {
  top: 0.625rem !important;
  right: 1.25rem !important;
  width: 20px !important;
  height: 20px !important;
  border: solid 3px transparent !important;
  border-top-color: var(--app-theme) !important;
  border-left-color: var(--app-theme) !important;
}
.row.row-space-0 {
  margin-left: 0;
  margin-right: 0;
}
.row.row-space-0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row.row-space-2 {
  margin-left: -1;
  margin-right: -1;
}
.row.row-space-2 > [class*="col-"] {
  padding-left: 1;
  padding-right: 1;
}
.row.row-space-4 {
  margin-left: -2;
  margin-right: -2;
}
.row.row-space-4 > [class*="col-"] {
  padding-left: 2;
  padding-right: 2;
}
.row.row-space-6 {
  margin-left: -3;
  margin-right: -3;
}
.row.row-space-6 > [class*="col-"] {
  padding-left: 3;
  padding-right: 3;
}
.row.row-space-8 {
  margin-left: -4;
  margin-right: -4;
}
.row.row-space-8 > [class*="col-"] {
  padding-left: 4;
  padding-right: 4;
}
.row.row-space-10 {
  margin-left: -5;
  margin-right: -5;
}
.row.row-space-10 > [class*="col-"] {
  padding-left: 5;
  padding-right: 5;
}
.row.row-space-12 {
  margin-left: -6;
  margin-right: -6;
}
.row.row-space-12 > [class*="col-"] {
  padding-left: 6;
  padding-right: 6;
}
.row.row-space-14 {
  margin-left: -7;
  margin-right: -7;
}
.row.row-space-14 > [class*="col-"] {
  padding-left: 7;
  padding-right: 7;
}
.row.row-space-16 {
  margin-left: -8;
  margin-right: -8;
}
.row.row-space-16 > [class*="col-"] {
  padding-left: 8;
  padding-right: 8;
}
.row.row-space-18 {
  margin-left: -9;
  margin-right: -9;
}
.row.row-space-18 > [class*="col-"] {
  padding-left: 9;
  padding-right: 9;
}
.row.row-space-20 {
  margin-left: -10;
  margin-right: -10;
}
.row.row-space-20 > [class*="col-"] {
  padding-left: 10;
  padding-right: 10;
}
.row.row-space-22 {
  margin-left: -11;
  margin-right: -11;
}
.row.row-space-22 > [class*="col-"] {
  padding-left: 11;
  padding-right: 11;
}
.row.row-space-24 {
  margin-left: -12;
  margin-right: -12;
}
.row.row-space-24 > [class*="col-"] {
  padding-left: 12;
  padding-right: 12;
}
.row.row-space-26 {
  margin-left: -13;
  margin-right: -13;
}
.row.row-space-26 > [class*="col-"] {
  padding-left: 13;
  padding-right: 13;
}
.row.row-space-28 {
  margin-left: -14;
  margin-right: -14;
}
.row.row-space-28 > [class*="col-"] {
  padding-left: 14;
  padding-right: 14;
}
.row.row-space-30 {
  margin-left: -15;
  margin-right: -15;
}
.row.row-space-30 > [class*="col-"] {
  padding-left: 15;
  padding-right: 15;
}
.m-1px {
  margin: 1px !important;
}
.m-2px {
  margin: 2px !important;
}
.m-3px {
  margin: 3px !important;
}
.m-4px {
  margin: 4px !important;
}
.m-5px {
  margin: 5px !important;
}
.m-6px {
  margin: 6px !important;
}
.m-7px {
  margin: 7px !important;
}
.m-8px {
  margin: 8px !important;
}
.m-9px {
  margin: 9px !important;
}
.m-10px {
  margin: 10px !important;
}
.m-5px {
  margin: 5px !important;
}
.m-10px {
  margin: 10px !important;
}
.m-15px {
  margin: 15px !important;
}
.m-20px {
  margin: 20px !important;
}
.m-25px {
  margin: 25px !important;
}
.m-30px {
  margin: 30px !important;
}
.m-35px {
  margin: 35px !important;
}
.m-40px {
  margin: 40px !important;
}
.m-45px {
  margin: 45px !important;
}
.m-50px {
  margin: 50px !important;
}
.mt-1px {
  margin-top: 1px !important;
}
.mt-2px {
  margin-top: 2px !important;
}
.mt-3px {
  margin-top: 3px !important;
}
.mt-4px {
  margin-top: 4px !important;
}
.mt-5px {
  margin-top: 5px !important;
}
.mt-6px {
  margin-top: 6px !important;
}
.mt-7px {
  margin-top: 7px !important;
}
.mt-8px {
  margin-top: 8px !important;
}
.mt-9px {
  margin-top: 9px !important;
}
.mt-10px {
  margin-top: 10px !important;
}
.mt-5px {
  margin-top: 5px !important;
}
.mt-10px {
  margin-top: 10px !important;
}
.mt-15px {
  margin-top: 15px !important;
}
.mt-20px {
  margin-top: 20px !important;
}
.mt-25px {
  margin-top: 25px !important;
}
.mt-30px {
  margin-top: 30px !important;
}
.mt-35px {
  margin-top: 35px !important;
}
.mt-40px {
  margin-top: 40px !important;
}
.mt-45px {
  margin-top: 45px !important;
}
.mt-50px {
  margin-top: 50px !important;
}
.me-1px {
  margin-right: 1px !important;
}
.me-2px {
  margin-right: 2px !important;
}
.me-3px {
  margin-right: 3px !important;
}
.me-4px {
  margin-right: 4px !important;
}
.me-5px {
  margin-right: 5px !important;
}
.me-6px {
  margin-right: 6px !important;
}
.me-7px {
  margin-right: 7px !important;
}
.me-8px {
  margin-right: 8px !important;
}
.me-9px {
  margin-right: 9px !important;
}
.me-10px {
  margin-right: 10px !important;
}
.me-5px {
  margin-right: 5px !important;
}
.me-10px {
  margin-right: 10px !important;
}
.me-15px {
  margin-right: 15px !important;
}
.me-20px {
  margin-right: 20px !important;
}
.me-25px {
  margin-right: 25px !important;
}
.me-30px {
  margin-right: 30px !important;
}
.me-35px {
  margin-right: 35px !important;
}
.me-40px {
  margin-right: 40px !important;
}
.me-45px {
  margin-right: 45px !important;
}
.me-50px {
  margin-right: 50px !important;
}
.mb-1px {
  margin-bottom: 1px !important;
}
.mb-2px {
  margin-bottom: 2px !important;
}
.mb-3px {
  margin-bottom: 3px !important;
}
.mb-4px {
  margin-bottom: 4px !important;
}
.mb-5px {
  margin-bottom: 5px !important;
}
.mb-6px {
  margin-bottom: 6px !important;
}
.mb-7px {
  margin-bottom: 7px !important;
}
.mb-8px {
  margin-bottom: 8px !important;
}
.mb-9px {
  margin-bottom: 9px !important;
}
.mb-10px {
  margin-bottom: 10px !important;
}
.mb-5px {
  margin-bottom: 5px !important;
}
.mb-10px {
  margin-bottom: 10px !important;
}
.mb-15px {
  margin-bottom: 15px !important;
}
.mb-20px {
  margin-bottom: 20px !important;
}
.mb-25px {
  margin-bottom: 25px !important;
}
.mb-30px {
  margin-bottom: 30px !important;
}
.mb-35px {
  margin-bottom: 35px !important;
}
.mb-40px {
  margin-bottom: 40px !important;
}
.mb-45px {
  margin-bottom: 45px !important;
}
.mb-50px {
  margin-bottom: 50px !important;
}
.ms-1px {
  margin-left: 1px !important;
}
.ms-2px {
  margin-left: 2px !important;
}
.ms-3px {
  margin-left: 3px !important;
}
.ms-4px {
  margin-left: 4px !important;
}
.ms-5px {
  margin-left: 5px !important;
}
.ms-6px {
  margin-left: 6px !important;
}
.ms-7px {
  margin-left: 7px !important;
}
.ms-8px {
  margin-left: 8px !important;
}
.ms-9px {
  margin-left: 9px !important;
}
.ms-10px {
  margin-left: 10px !important;
}
.ms-5px {
  margin-left: 5px !important;
}
.ms-10px {
  margin-left: 10px !important;
}
.ms-15px {
  margin-left: 15px !important;
}
.ms-20px {
  margin-left: 20px !important;
}
.ms-25px {
  margin-left: 25px !important;
}
.ms-30px {
  margin-left: 30px !important;
}
.ms-35px {
  margin-left: 35px !important;
}
.ms-40px {
  margin-left: 40px !important;
}
.ms-45px {
  margin-left: 45px !important;
}
.ms-50px {
  margin-left: 50px !important;
}
.mx-1px {
  margin-left: 1px !important;
  margin-right: 1px !important;
}
.mx-2px {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.mx-3px {
  margin-left: 3px !important;
  margin-right: 3px !important;
}
.mx-4px {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.mx-5px {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mx-6px {
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.mx-7px {
  margin-left: 7px !important;
  margin-right: 7px !important;
}
.mx-8px {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.mx-9px {
  margin-left: 9px !important;
  margin-right: 9px !important;
}
.mx-10px {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mx-5px {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mx-10px {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mx-15px {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mx-20px {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mx-25px {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.mx-30px {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.mx-35px {
  margin-left: 35px !important;
  margin-right: 35px !important;
}
.mx-40px {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.mx-45px {
  margin-left: 45px !important;
  margin-right: 45px !important;
}
.mx-50px {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.my-1px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.my-2px {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.my-3px {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.my-4px {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.my-5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.my-6px {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.my-7px {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.my-8px {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.my-9px {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.my-10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.my-5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.my-10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.my-15px {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.my-20px {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.my-25px {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.my-30px {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.my-35px {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.my-40px {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.my-45px {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.my-50px {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.p-1px {
  padding: 1px !important;
}
.p-2px {
  padding: 2px !important;
}
.p-3px {
  padding: 3px !important;
}
.p-4px {
  padding: 4px !important;
}
.p-5px {
  padding: 5px !important;
}
.p-6px {
  padding: 6px !important;
}
.p-7px {
  padding: 7px !important;
}
.p-8px {
  padding: 8px !important;
}
.p-9px {
  padding: 9px !important;
}
.p-10px {
  padding: 10px !important;
}
.p-5px {
  padding: 5px !important;
}
.p-10px {
  padding: 10px !important;
}
.p-15px {
  padding: 15px !important;
}
.p-20px {
  padding: 20px !important;
}
.p-25px {
  padding: 25px !important;
}
.p-30px {
  padding: 30px !important;
}
.p-35px {
  padding: 35px !important;
}
.p-40px {
  padding: 40px !important;
}
.p-45px {
  padding: 45px !important;
}
.p-50px {
  padding: 50px !important;
}
.pt-1px {
  padding-top: 1px !important;
}
.pt-2px {
  padding-top: 2px !important;
}
.pt-3px {
  padding-top: 3px !important;
}
.pt-4px {
  padding-top: 4px !important;
}
.pt-5px {
  padding-top: 5px !important;
}
.pt-6px {
  padding-top: 6px !important;
}
.pt-7px {
  padding-top: 7px !important;
}
.pt-8px {
  padding-top: 8px !important;
}
.pt-9px {
  padding-top: 9px !important;
}
.pt-10px {
  padding-top: 10px !important;
}
.pt-5px {
  padding-top: 5px !important;
}
.pt-10px {
  padding-top: 10px !important;
}
.pt-15px {
  padding-top: 15px !important;
}
.pt-20px {
  padding-top: 20px !important;
}
.pt-25px {
  padding-top: 25px !important;
}
.pt-30px {
  padding-top: 30px !important;
}
.pt-35px {
  padding-top: 35px !important;
}
.pt-40px {
  padding-top: 40px !important;
}
.pt-45px {
  padding-top: 45px !important;
}
.pt-50px {
  padding-top: 50px !important;
}
.pe-1px {
  padding-right: 1px !important;
}
.pe-2px {
  padding-right: 2px !important;
}
.pe-3px {
  padding-right: 3px !important;
}
.pe-4px {
  padding-right: 4px !important;
}
.pe-5px {
  padding-right: 5px !important;
}
.pe-6px {
  padding-right: 6px !important;
}
.pe-7px {
  padding-right: 7px !important;
}
.pe-8px {
  padding-right: 8px !important;
}
.pe-9px {
  padding-right: 9px !important;
}
.pe-10px {
  padding-right: 10px !important;
}
.pe-5px {
  padding-right: 5px !important;
}
.pe-10px {
  padding-right: 10px !important;
}
.pe-15px {
  padding-right: 15px !important;
}
.pe-20px {
  padding-right: 20px !important;
}
.pe-25px {
  padding-right: 25px !important;
}
.pe-30px {
  padding-right: 30px !important;
}
.pe-35px {
  padding-right: 35px !important;
}
.pe-40px {
  padding-right: 40px !important;
}
.pe-45px {
  padding-right: 45px !important;
}
.pe-50px {
  padding-right: 50px !important;
}
.pb-1px {
  padding-bottom: 1px !important;
}
.pb-2px {
  padding-bottom: 2px !important;
}
.pb-3px {
  padding-bottom: 3px !important;
}
.pb-4px {
  padding-bottom: 4px !important;
}
.pb-5px {
  padding-bottom: 5px !important;
}
.pb-6px {
  padding-bottom: 6px !important;
}
.pb-7px {
  padding-bottom: 7px !important;
}
.pb-8px {
  padding-bottom: 8px !important;
}
.pb-9px {
  padding-bottom: 9px !important;
}
.pb-10px {
  padding-bottom: 10px !important;
}
.pb-5px {
  padding-bottom: 5px !important;
}
.pb-10px {
  padding-bottom: 10px !important;
}
.pb-15px {
  padding-bottom: 15px !important;
}
.pb-20px {
  padding-bottom: 20px !important;
}
.pb-25px {
  padding-bottom: 25px !important;
}
.pb-30px {
  padding-bottom: 30px !important;
}
.pb-35px {
  padding-bottom: 35px !important;
}
.pb-40px {
  padding-bottom: 40px !important;
}
.pb-45px {
  padding-bottom: 45px !important;
}
.pb-50px {
  padding-bottom: 50px !important;
}
.ps-1px {
  padding-left: 1px !important;
}
.ps-2px {
  padding-left: 2px !important;
}
.ps-3px {
  padding-left: 3px !important;
}
.ps-4px {
  padding-left: 4px !important;
}
.ps-5px {
  padding-left: 5px !important;
}
.ps-6px {
  padding-left: 6px !important;
}
.ps-7px {
  padding-left: 7px !important;
}
.ps-8px {
  padding-left: 8px !important;
}
.ps-9px {
  padding-left: 9px !important;
}
.ps-10px {
  padding-left: 10px !important;
}
.ps-5px {
  padding-left: 5px !important;
}
.ps-10px {
  padding-left: 10px !important;
}
.ps-15px {
  padding-left: 15px !important;
}
.ps-20px {
  padding-left: 20px !important;
}
.ps-25px {
  padding-left: 25px !important;
}
.ps-30px {
  padding-left: 30px !important;
}
.ps-35px {
  padding-left: 35px !important;
}
.ps-40px {
  padding-left: 40px !important;
}
.ps-45px {
  padding-left: 45px !important;
}
.ps-50px {
  padding-left: 50px !important;
}
.px-1px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.px-2px {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.px-3px {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.px-4px {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.px-5px {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.px-6px {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.px-7px {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.px-8px {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.px-9px {
  padding-left: 9px !important;
  padding-right: 9px !important;
}
.px-10px {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.px-5px {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.px-10px {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.px-15px {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.px-20px {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.px-25px {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.px-30px {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.px-35px {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.px-40px {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.px-45px {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.px-50px {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.py-1px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.py-2px {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.py-3px {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.py-4px {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.py-5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.py-6px {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.py-7px {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.py-8px {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.py-9px {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.py-10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.py-10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-15px {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.py-20px {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-25px {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.py-30px {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-35px {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.py-40px {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.py-45px {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.py-50px {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.fs-1px {
  font-size: 1px !important;
}
.fs-2px {
  font-size: 2px !important;
}
.fs-3px {
  font-size: 3px !important;
}
.fs-4px {
  font-size: 4px !important;
}
.fs-5px {
  font-size: 5px !important;
}
.fs-6px {
  font-size: 6px !important;
}
.fs-7px {
  font-size: 7px !important;
}
.fs-8px {
  font-size: 8px !important;
}
.fs-9px {
  font-size: 9px !important;
}
.fs-10px {
  font-size: 10px !important;
}
.fs-11px {
  font-size: 11px !important;
}
.fs-12px {
  font-size: 12px !important;
}
.fs-13px {
  font-size: 13px !important;
}
.fs-14px {
  font-size: 14px !important;
}
.fs-15px {
  font-size: 15px !important;
}
.fs-16px {
  font-size: 16px !important;
}
.fs-17px {
  font-size: 17px !important;
}
.fs-18px {
  font-size: 18px !important;
}
.fs-19px {
  font-size: 19px !important;
}
.fs-20px {
  font-size: 20px !important;
}
.fs-21px {
  font-size: 21px !important;
}
.fs-22px {
  font-size: 22px !important;
}
.fs-23px {
  font-size: 23px !important;
}
.fs-24px {
  font-size: 24px !important;
}
.fs-25px {
  font-size: 25px !important;
}
.fs-26px {
  font-size: 26px !important;
}
.fs-27px {
  font-size: 27px !important;
}
.fs-28px {
  font-size: 28px !important;
}
.fs-29px {
  font-size: 29px !important;
}
.fs-30px {
  font-size: 30px !important;
}
.fs-31px {
  font-size: 31px !important;
}
.fs-32px {
  font-size: 32px !important;
}
.fs-33px {
  font-size: 33px !important;
}
.fs-34px {
  font-size: 34px !important;
}
.fs-35px {
  font-size: 35px !important;
}
.fs-36px {
  font-size: 36px !important;
}
.fs-37px {
  font-size: 37px !important;
}
.fs-38px {
  font-size: 38px !important;
}
.fs-39px {
  font-size: 39px !important;
}
.fs-40px {
  font-size: 40px !important;
}
.fs-41px {
  font-size: 41px !important;
}
.fs-42px {
  font-size: 42px !important;
}
.fs-43px {
  font-size: 43px !important;
}
.fs-44px {
  font-size: 44px !important;
}
.fs-45px {
  font-size: 45px !important;
}
.fs-46px {
  font-size: 46px !important;
}
.fs-47px {
  font-size: 47px !important;
}
.fs-48px {
  font-size: 48px !important;
}
.fs-49px {
  font-size: 49px !important;
}
.fs-50px {
  font-size: 50px !important;
}
.fs-51px {
  font-size: 51px !important;
}
.fs-52px {
  font-size: 52px !important;
}
.fs-53px {
  font-size: 53px !important;
}
.fs-54px {
  font-size: 54px !important;
}
.fs-55px {
  font-size: 55px !important;
}
.fs-56px {
  font-size: 56px !important;
}
.fs-57px {
  font-size: 57px !important;
}
.fs-58px {
  font-size: 58px !important;
}
.fs-59px {
  font-size: 59px !important;
}
.fs-60px {
  font-size: 60px !important;
}
.fs-61px {
  font-size: 61px !important;
}
.fs-62px {
  font-size: 62px !important;
}
.fs-63px {
  font-size: 63px !important;
}
.fs-64px {
  font-size: 64px !important;
}
.fs-65px {
  font-size: 65px !important;
}
.fs-66px {
  font-size: 66px !important;
}
.fs-67px {
  font-size: 67px !important;
}
.fs-68px {
  font-size: 68px !important;
}
.fs-69px {
  font-size: 69px !important;
}
.fs-70px {
  font-size: 70px !important;
}
.fs-71px {
  font-size: 71px !important;
}
.fs-72px {
  font-size: 72px !important;
}
.fs-73px {
  font-size: 73px !important;
}
.fs-74px {
  font-size: 74px !important;
}
.fs-75px {
  font-size: 75px !important;
}
.fs-76px {
  font-size: 76px !important;
}
.fs-77px {
  font-size: 77px !important;
}
.fs-78px {
  font-size: 78px !important;
}
.fs-79px {
  font-size: 79px !important;
}
.fs-80px {
  font-size: 80px !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.text-theme {
  --bs-text-opacity: 1;
  color: rgba(var(--app-theme-rgb), var(--bs-text-opacity));
}
.text-ellipsis {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.lh-10 {
  line-height: 1 !important;
}
.lh-11 {
  line-height: 1.1 !important;
}
.lh-12 {
  line-height: 1.2 !important;
}
.lh-13 {
  line-height: 1.3 !important;
}
.lh-14 {
  line-height: 1.4 !important;
}
.lh-15 {
  line-height: 1.5 !important;
}
.lh-16 {
  line-height: 1.6 !important;
}
.lh-17 {
  line-height: 1.7 !important;
}
.lh-18 {
  line-height: 1.8 !important;
}
.lh-19 {
  line-height: 1.9 !important;
}
.lh-20 {
  line-height: 2 !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-text {
  cursor: text !important;
}
.cursor-default {
  cursor: default !important;
}
.cursor-inherit {
  cursor: inherit !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-progress {
  cursor: progress !important;
}
.flex-1 {
  flex: 1;
}
.w-0px {
  width: 0 !important;
}
.w-xs-0px {
  width: 0 !important;
}
@media (min-width: 576px) {
  .w-sm-0px {
    width: 0 !important;
  }
}
@media (min-width: 768px) {
  .w-md-0px {
    width: 0 !important;
  }
}
@media (min-width: 992px) {
  .w-lg-0px {
    width: 0 !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-0px {
    width: 0 !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-0px {
    width: 0 !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-0px {
    width: 0 !important;
  }
}
.w-50px {
  width: 50px !important;
}
.w-xs-50px {
  width: 50px !important;
}
@media (min-width: 576px) {
  .w-sm-50px {
    width: 50px !important;
  }
}
@media (min-width: 768px) {
  .w-md-50px {
    width: 50px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-50px {
    width: 50px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-50px {
    width: 50px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-50px {
    width: 50px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-50px {
    width: 50px !important;
  }
}
.w-100px {
  width: 100px !important;
}
.w-xs-100px {
  width: 100px !important;
}
@media (min-width: 576px) {
  .w-sm-100px {
    width: 100px !important;
  }
}
@media (min-width: 768px) {
  .w-md-100px {
    width: 100px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-100px {
    width: 100px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-100px {
    width: 100px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-100px {
    width: 100px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-100px {
    width: 100px !important;
  }
}
.w-150px {
  width: 150px !important;
}
.w-xs-150px {
  width: 150px !important;
}
@media (min-width: 576px) {
  .w-sm-150px {
    width: 150px !important;
  }
}
@media (min-width: 768px) {
  .w-md-150px {
    width: 150px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-150px {
    width: 150px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-150px {
    width: 150px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-150px {
    width: 150px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-150px {
    width: 150px !important;
  }
}
.w-200px {
  width: 200px !important;
}
.w-xs-200px {
  width: 200px !important;
}
@media (min-width: 576px) {
  .w-sm-200px {
    width: 200px !important;
  }
}
@media (min-width: 768px) {
  .w-md-200px {
    width: 200px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-200px {
    width: 200px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-200px {
    width: 200px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-200px {
    width: 200px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-200px {
    width: 200px !important;
  }
}
.w-250px {
  width: 250px !important;
}
.w-xs-250px {
  width: 250px !important;
}
@media (min-width: 576px) {
  .w-sm-250px {
    width: 250px !important;
  }
}
@media (min-width: 768px) {
  .w-md-250px {
    width: 250px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-250px {
    width: 250px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-250px {
    width: 250px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-250px {
    width: 250px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-250px {
    width: 250px !important;
  }
}
.w-300px {
  width: 300px !important;
}
.w-xs-300px {
  width: 300px !important;
}
@media (min-width: 576px) {
  .w-sm-300px {
    width: 300px !important;
  }
}
@media (min-width: 768px) {
  .w-md-300px {
    width: 300px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-300px {
    width: 300px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-300px {
    width: 300px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-300px {
    width: 300px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-300px {
    width: 300px !important;
  }
}
.w-350px {
  width: 350px !important;
}
.w-xs-350px {
  width: 350px !important;
}
@media (min-width: 576px) {
  .w-sm-350px {
    width: 350px !important;
  }
}
@media (min-width: 768px) {
  .w-md-350px {
    width: 350px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-350px {
    width: 350px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-350px {
    width: 350px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-350px {
    width: 350px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-350px {
    width: 350px !important;
  }
}
.w-400px {
  width: 400px !important;
}
.w-xs-400px {
  width: 400px !important;
}
@media (min-width: 576px) {
  .w-sm-400px {
    width: 400px !important;
  }
}
@media (min-width: 768px) {
  .w-md-400px {
    width: 400px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-400px {
    width: 400px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-400px {
    width: 400px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-400px {
    width: 400px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-400px {
    width: 400px !important;
  }
}
.w-450px {
  width: 450px !important;
}
.w-xs-450px {
  width: 450px !important;
}
@media (min-width: 576px) {
  .w-sm-450px {
    width: 450px !important;
  }
}
@media (min-width: 768px) {
  .w-md-450px {
    width: 450px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-450px {
    width: 450px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-450px {
    width: 450px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-450px {
    width: 450px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-450px {
    width: 450px !important;
  }
}
.w-500px {
  width: 500px !important;
}
.w-xs-500px {
  width: 500px !important;
}
@media (min-width: 576px) {
  .w-sm-500px {
    width: 500px !important;
  }
}
@media (min-width: 768px) {
  .w-md-500px {
    width: 500px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-500px {
    width: 500px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-500px {
    width: 500px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-500px {
    width: 500px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-500px {
    width: 500px !important;
  }
}
.w-550px {
  width: 550px !important;
}
.w-xs-550px {
  width: 550px !important;
}
@media (min-width: 576px) {
  .w-sm-550px {
    width: 550px !important;
  }
}
@media (min-width: 768px) {
  .w-md-550px {
    width: 550px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-550px {
    width: 550px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-550px {
    width: 550px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-550px {
    width: 550px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-550px {
    width: 550px !important;
  }
}
.w-600px {
  width: 600px !important;
}
.w-xs-600px {
  width: 600px !important;
}
@media (min-width: 576px) {
  .w-sm-600px {
    width: 600px !important;
  }
}
@media (min-width: 768px) {
  .w-md-600px {
    width: 600px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-600px {
    width: 600px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-600px {
    width: 600px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-600px {
    width: 600px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-600px {
    width: 600px !important;
  }
}
.w-5px {
  width: 5px !important;
}
.w-xs-5px {
  width: 5px !important;
}
@media (min-width: 576px) {
  .w-sm-5px {
    width: 5px !important;
  }
}
@media (min-width: 768px) {
  .w-md-5px {
    width: 5px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-5px {
    width: 5px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-5px {
    width: 5px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-5px {
    width: 5px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-5px {
    width: 5px !important;
  }
}
.w-10px {
  width: 10px !important;
}
.w-xs-10px {
  width: 10px !important;
}
@media (min-width: 576px) {
  .w-sm-10px {
    width: 10px !important;
  }
}
@media (min-width: 768px) {
  .w-md-10px {
    width: 10px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-10px {
    width: 10px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-10px {
    width: 10px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-10px {
    width: 10px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-10px {
    width: 10px !important;
  }
}
.w-15px {
  width: 15px !important;
}
.w-xs-15px {
  width: 15px !important;
}
@media (min-width: 576px) {
  .w-sm-15px {
    width: 15px !important;
  }
}
@media (min-width: 768px) {
  .w-md-15px {
    width: 15px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-15px {
    width: 15px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-15px {
    width: 15px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-15px {
    width: 15px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-15px {
    width: 15px !important;
  }
}
.w-20px {
  width: 20px !important;
}
.w-xs-20px {
  width: 20px !important;
}
@media (min-width: 576px) {
  .w-sm-20px {
    width: 20px !important;
  }
}
@media (min-width: 768px) {
  .w-md-20px {
    width: 20px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-20px {
    width: 20px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-20px {
    width: 20px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-20px {
    width: 20px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-20px {
    width: 20px !important;
  }
}
.w-25px {
  width: 25px !important;
}
.w-xs-25px {
  width: 25px !important;
}
@media (min-width: 576px) {
  .w-sm-25px {
    width: 25px !important;
  }
}
@media (min-width: 768px) {
  .w-md-25px {
    width: 25px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25px {
    width: 25px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25px {
    width: 25px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-25px {
    width: 25px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-25px {
    width: 25px !important;
  }
}
.w-30px {
  width: 30px !important;
}
.w-xs-30px {
  width: 30px !important;
}
@media (min-width: 576px) {
  .w-sm-30px {
    width: 30px !important;
  }
}
@media (min-width: 768px) {
  .w-md-30px {
    width: 30px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-30px {
    width: 30px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-30px {
    width: 30px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-30px {
    width: 30px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-30px {
    width: 30px !important;
  }
}
.w-35px {
  width: 35px !important;
}
.w-xs-35px {
  width: 35px !important;
}
@media (min-width: 576px) {
  .w-sm-35px {
    width: 35px !important;
  }
}
@media (min-width: 768px) {
  .w-md-35px {
    width: 35px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-35px {
    width: 35px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-35px {
    width: 35px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-35px {
    width: 35px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-35px {
    width: 35px !important;
  }
}
.w-40px {
  width: 40px !important;
}
.w-xs-40px {
  width: 40px !important;
}
@media (min-width: 576px) {
  .w-sm-40px {
    width: 40px !important;
  }
}
@media (min-width: 768px) {
  .w-md-40px {
    width: 40px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-40px {
    width: 40px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-40px {
    width: 40px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-40px {
    width: 40px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-40px {
    width: 40px !important;
  }
}
.w-45px {
  width: 45px !important;
}
.w-xs-45px {
  width: 45px !important;
}
@media (min-width: 576px) {
  .w-sm-45px {
    width: 45px !important;
  }
}
@media (min-width: 768px) {
  .w-md-45px {
    width: 45px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-45px {
    width: 45px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-45px {
    width: 45px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-45px {
    width: 45px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-45px {
    width: 45px !important;
  }
}
.w-50px {
  width: 50px !important;
}
.w-xs-50px {
  width: 50px !important;
}
@media (min-width: 576px) {
  .w-sm-50px {
    width: 50px !important;
  }
}
@media (min-width: 768px) {
  .w-md-50px {
    width: 50px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-50px {
    width: 50px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-50px {
    width: 50px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-50px {
    width: 50px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-50px {
    width: 50px !important;
  }
}
.w-55px {
  width: 55px !important;
}
.w-xs-55px {
  width: 55px !important;
}
@media (min-width: 576px) {
  .w-sm-55px {
    width: 55px !important;
  }
}
@media (min-width: 768px) {
  .w-md-55px {
    width: 55px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-55px {
    width: 55px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-55px {
    width: 55px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-55px {
    width: 55px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-55px {
    width: 55px !important;
  }
}
.w-60px {
  width: 60px !important;
}
.w-xs-60px {
  width: 60px !important;
}
@media (min-width: 576px) {
  .w-sm-60px {
    width: 60px !important;
  }
}
@media (min-width: 768px) {
  .w-md-60px {
    width: 60px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-60px {
    width: 60px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-60px {
    width: 60px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-60px {
    width: 60px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-60px {
    width: 60px !important;
  }
}
.w-65px {
  width: 65px !important;
}
.w-xs-65px {
  width: 65px !important;
}
@media (min-width: 576px) {
  .w-sm-65px {
    width: 65px !important;
  }
}
@media (min-width: 768px) {
  .w-md-65px {
    width: 65px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-65px {
    width: 65px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-65px {
    width: 65px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-65px {
    width: 65px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-65px {
    width: 65px !important;
  }
}
.w-70px {
  width: 70px !important;
}
.w-xs-70px {
  width: 70px !important;
}
@media (min-width: 576px) {
  .w-sm-70px {
    width: 70px !important;
  }
}
@media (min-width: 768px) {
  .w-md-70px {
    width: 70px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-70px {
    width: 70px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-70px {
    width: 70px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-70px {
    width: 70px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-70px {
    width: 70px !important;
  }
}
.w-75px {
  width: 75px !important;
}
.w-xs-75px {
  width: 75px !important;
}
@media (min-width: 576px) {
  .w-sm-75px {
    width: 75px !important;
  }
}
@media (min-width: 768px) {
  .w-md-75px {
    width: 75px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-75px {
    width: 75px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-75px {
    width: 75px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-75px {
    width: 75px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-75px {
    width: 75px !important;
  }
}
.w-80px {
  width: 80px !important;
}
.w-xs-80px {
  width: 80px !important;
}
@media (min-width: 576px) {
  .w-sm-80px {
    width: 80px !important;
  }
}
@media (min-width: 768px) {
  .w-md-80px {
    width: 80px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-80px {
    width: 80px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-80px {
    width: 80px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-80px {
    width: 80px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-80px {
    width: 80px !important;
  }
}
.w-85px {
  width: 85px !important;
}
.w-xs-85px {
  width: 85px !important;
}
@media (min-width: 576px) {
  .w-sm-85px {
    width: 85px !important;
  }
}
@media (min-width: 768px) {
  .w-md-85px {
    width: 85px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-85px {
    width: 85px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-85px {
    width: 85px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-85px {
    width: 85px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-85px {
    width: 85px !important;
  }
}
.w-90px {
  width: 90px !important;
}
.w-xs-90px {
  width: 90px !important;
}
@media (min-width: 576px) {
  .w-sm-90px {
    width: 90px !important;
  }
}
@media (min-width: 768px) {
  .w-md-90px {
    width: 90px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-90px {
    width: 90px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-90px {
    width: 90px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-90px {
    width: 90px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-90px {
    width: 90px !important;
  }
}
.w-95px {
  width: 95px !important;
}
.w-xs-95px {
  width: 95px !important;
}
@media (min-width: 576px) {
  .w-sm-95px {
    width: 95px !important;
  }
}
@media (min-width: 768px) {
  .w-md-95px {
    width: 95px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-95px {
    width: 95px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-95px {
    width: 95px !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-95px {
    width: 95px !important;
  }
}
@media (min-width: 1800px) {
  .w-xxxl-95px {
    width: 95px !important;
  }
}
.h-0px {
  height: 0 !important;
}
.h-xs-0px {
  height: 0 !important;
}
@media (min-width: 576px) {
  .h-sm-0px {
    height: 0 !important;
  }
}
@media (min-width: 768px) {
  .h-md-0px {
    height: 0 !important;
  }
}
@media (min-width: 992px) {
  .h-lg-0px {
    height: 0 !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-0px {
    height: 0 !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-0px {
    height: 0 !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-0px {
    height: 0 !important;
  }
}
.h-50px {
  height: 50px !important;
}
.h-xs-50px {
  height: 50px !important;
}
@media (min-width: 576px) {
  .h-sm-50px {
    height: 50px !important;
  }
}
@media (min-width: 768px) {
  .h-md-50px {
    height: 50px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-50px {
    height: 50px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-50px {
    height: 50px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-50px {
    height: 50px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-50px {
    height: 50px !important;
  }
}
.h-100px {
  height: 100px !important;
}
.h-xs-100px {
  height: 100px !important;
}
@media (min-width: 576px) {
  .h-sm-100px {
    height: 100px !important;
  }
}
@media (min-width: 768px) {
  .h-md-100px {
    height: 100px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-100px {
    height: 100px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-100px {
    height: 100px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-100px {
    height: 100px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-100px {
    height: 100px !important;
  }
}
.h-150px {
  height: 150px !important;
}
.h-xs-150px {
  height: 150px !important;
}
@media (min-width: 576px) {
  .h-sm-150px {
    height: 150px !important;
  }
}
@media (min-width: 768px) {
  .h-md-150px {
    height: 150px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-150px {
    height: 150px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-150px {
    height: 150px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-150px {
    height: 150px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-150px {
    height: 150px !important;
  }
}
.h-200px {
  height: 200px !important;
}
.h-xs-200px {
  height: 200px !important;
}
@media (min-width: 576px) {
  .h-sm-200px {
    height: 200px !important;
  }
}
@media (min-width: 768px) {
  .h-md-200px {
    height: 200px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-200px {
    height: 200px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-200px {
    height: 200px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-200px {
    height: 200px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-200px {
    height: 200px !important;
  }
}
.h-250px {
  height: 250px !important;
}
.h-xs-250px {
  height: 250px !important;
}
@media (min-width: 576px) {
  .h-sm-250px {
    height: 250px !important;
  }
}
@media (min-width: 768px) {
  .h-md-250px {
    height: 250px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-250px {
    height: 250px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-250px {
    height: 250px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-250px {
    height: 250px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-250px {
    height: 250px !important;
  }
}
.h-300px {
  height: 300px !important;
}
.h-xs-300px {
  height: 300px !important;
}
@media (min-width: 576px) {
  .h-sm-300px {
    height: 300px !important;
  }
}
@media (min-width: 768px) {
  .h-md-300px {
    height: 300px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-300px {
    height: 300px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-300px {
    height: 300px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-300px {
    height: 300px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-300px {
    height: 300px !important;
  }
}
.h-350px {
  height: 350px !important;
}
.h-xs-350px {
  height: 350px !important;
}
@media (min-width: 576px) {
  .h-sm-350px {
    height: 350px !important;
  }
}
@media (min-width: 768px) {
  .h-md-350px {
    height: 350px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-350px {
    height: 350px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-350px {
    height: 350px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-350px {
    height: 350px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-350px {
    height: 350px !important;
  }
}
.h-400px {
  height: 400px !important;
}
.h-xs-400px {
  height: 400px !important;
}
@media (min-width: 576px) {
  .h-sm-400px {
    height: 400px !important;
  }
}
@media (min-width: 768px) {
  .h-md-400px {
    height: 400px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-400px {
    height: 400px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-400px {
    height: 400px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-400px {
    height: 400px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-400px {
    height: 400px !important;
  }
}
.h-450px {
  height: 450px !important;
}
.h-xs-450px {
  height: 450px !important;
}
@media (min-width: 576px) {
  .h-sm-450px {
    height: 450px !important;
  }
}
@media (min-width: 768px) {
  .h-md-450px {
    height: 450px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-450px {
    height: 450px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-450px {
    height: 450px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-450px {
    height: 450px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-450px {
    height: 450px !important;
  }
}
.h-500px {
  height: 500px !important;
}
.h-xs-500px {
  height: 500px !important;
}
@media (min-width: 576px) {
  .h-sm-500px {
    height: 500px !important;
  }
}
@media (min-width: 768px) {
  .h-md-500px {
    height: 500px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-500px {
    height: 500px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-500px {
    height: 500px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-500px {
    height: 500px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-500px {
    height: 500px !important;
  }
}
.h-550px {
  height: 550px !important;
}
.h-xs-550px {
  height: 550px !important;
}
@media (min-width: 576px) {
  .h-sm-550px {
    height: 550px !important;
  }
}
@media (min-width: 768px) {
  .h-md-550px {
    height: 550px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-550px {
    height: 550px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-550px {
    height: 550px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-550px {
    height: 550px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-550px {
    height: 550px !important;
  }
}
.h-600px {
  height: 600px !important;
}
.h-xs-600px {
  height: 600px !important;
}
@media (min-width: 576px) {
  .h-sm-600px {
    height: 600px !important;
  }
}
@media (min-width: 768px) {
  .h-md-600px {
    height: 600px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-600px {
    height: 600px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-600px {
    height: 600px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-600px {
    height: 600px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-600px {
    height: 600px !important;
  }
}
.h-5px {
  height: 5px !important;
}
.h-xs-5px {
  height: 5px !important;
}
@media (min-width: 576px) {
  .h-sm-5px {
    height: 5px !important;
  }
}
@media (min-width: 768px) {
  .h-md-5px {
    height: 5px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-5px {
    height: 5px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-5px {
    height: 5px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-5px {
    height: 5px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-5px {
    height: 5px !important;
  }
}
.h-10px {
  height: 10px !important;
}
.h-xs-10px {
  height: 10px !important;
}
@media (min-width: 576px) {
  .h-sm-10px {
    height: 10px !important;
  }
}
@media (min-width: 768px) {
  .h-md-10px {
    height: 10px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-10px {
    height: 10px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-10px {
    height: 10px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-10px {
    height: 10px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-10px {
    height: 10px !important;
  }
}
.h-15px {
  height: 15px !important;
}
.h-xs-15px {
  height: 15px !important;
}
@media (min-width: 576px) {
  .h-sm-15px {
    height: 15px !important;
  }
}
@media (min-width: 768px) {
  .h-md-15px {
    height: 15px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-15px {
    height: 15px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-15px {
    height: 15px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-15px {
    height: 15px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-15px {
    height: 15px !important;
  }
}
.h-20px {
  height: 20px !important;
}
.h-xs-20px {
  height: 20px !important;
}
@media (min-width: 576px) {
  .h-sm-20px {
    height: 20px !important;
  }
}
@media (min-width: 768px) {
  .h-md-20px {
    height: 20px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-20px {
    height: 20px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-20px {
    height: 20px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-20px {
    height: 20px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-20px {
    height: 20px !important;
  }
}
.h-25px {
  height: 25px !important;
}
.h-xs-25px {
  height: 25px !important;
}
@media (min-width: 576px) {
  .h-sm-25px {
    height: 25px !important;
  }
}
@media (min-width: 768px) {
  .h-md-25px {
    height: 25px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-25px {
    height: 25px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-25px {
    height: 25px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-25px {
    height: 25px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-25px {
    height: 25px !important;
  }
}
.h-30px {
  height: 30px !important;
}
.h-xs-30px {
  height: 30px !important;
}
@media (min-width: 576px) {
  .h-sm-30px {
    height: 30px !important;
  }
}
@media (min-width: 768px) {
  .h-md-30px {
    height: 30px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-30px {
    height: 30px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-30px {
    height: 30px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-30px {
    height: 30px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-30px {
    height: 30px !important;
  }
}
.h-35px {
  height: 35px !important;
}
.h-xs-35px {
  height: 35px !important;
}
@media (min-width: 576px) {
  .h-sm-35px {
    height: 35px !important;
  }
}
@media (min-width: 768px) {
  .h-md-35px {
    height: 35px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-35px {
    height: 35px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-35px {
    height: 35px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-35px {
    height: 35px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-35px {
    height: 35px !important;
  }
}
.h-40px {
  height: 40px !important;
}
.h-xs-40px {
  height: 40px !important;
}
@media (min-width: 576px) {
  .h-sm-40px {
    height: 40px !important;
  }
}
@media (min-width: 768px) {
  .h-md-40px {
    height: 40px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-40px {
    height: 40px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-40px {
    height: 40px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-40px {
    height: 40px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-40px {
    height: 40px !important;
  }
}
.h-45px {
  height: 45px !important;
}
.h-xs-45px {
  height: 45px !important;
}
@media (min-width: 576px) {
  .h-sm-45px {
    height: 45px !important;
  }
}
@media (min-width: 768px) {
  .h-md-45px {
    height: 45px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-45px {
    height: 45px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-45px {
    height: 45px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-45px {
    height: 45px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-45px {
    height: 45px !important;
  }
}
.h-50px {
  height: 50px !important;
}
.h-xs-50px {
  height: 50px !important;
}
@media (min-width: 576px) {
  .h-sm-50px {
    height: 50px !important;
  }
}
@media (min-width: 768px) {
  .h-md-50px {
    height: 50px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-50px {
    height: 50px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-50px {
    height: 50px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-50px {
    height: 50px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-50px {
    height: 50px !important;
  }
}
.h-55px {
  height: 55px !important;
}
.h-xs-55px {
  height: 55px !important;
}
@media (min-width: 576px) {
  .h-sm-55px {
    height: 55px !important;
  }
}
@media (min-width: 768px) {
  .h-md-55px {
    height: 55px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-55px {
    height: 55px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-55px {
    height: 55px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-55px {
    height: 55px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-55px {
    height: 55px !important;
  }
}
.h-60px {
  height: 60px !important;
}
.h-xs-60px {
  height: 60px !important;
}
@media (min-width: 576px) {
  .h-sm-60px {
    height: 60px !important;
  }
}
@media (min-width: 768px) {
  .h-md-60px {
    height: 60px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-60px {
    height: 60px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-60px {
    height: 60px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-60px {
    height: 60px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-60px {
    height: 60px !important;
  }
}
.h-65px {
  height: 65px !important;
}
.h-xs-65px {
  height: 65px !important;
}
@media (min-width: 576px) {
  .h-sm-65px {
    height: 65px !important;
  }
}
@media (min-width: 768px) {
  .h-md-65px {
    height: 65px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-65px {
    height: 65px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-65px {
    height: 65px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-65px {
    height: 65px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-65px {
    height: 65px !important;
  }
}
.h-70px {
  height: 70px !important;
}
.h-xs-70px {
  height: 70px !important;
}
@media (min-width: 576px) {
  .h-sm-70px {
    height: 70px !important;
  }
}
@media (min-width: 768px) {
  .h-md-70px {
    height: 70px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-70px {
    height: 70px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-70px {
    height: 70px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-70px {
    height: 70px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-70px {
    height: 70px !important;
  }
}
.h-75px {
  height: 75px !important;
}
.h-xs-75px {
  height: 75px !important;
}
@media (min-width: 576px) {
  .h-sm-75px {
    height: 75px !important;
  }
}
@media (min-width: 768px) {
  .h-md-75px {
    height: 75px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-75px {
    height: 75px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-75px {
    height: 75px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-75px {
    height: 75px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-75px {
    height: 75px !important;
  }
}
.h-80px {
  height: 80px !important;
}
.h-xs-80px {
  height: 80px !important;
}
@media (min-width: 576px) {
  .h-sm-80px {
    height: 80px !important;
  }
}
@media (min-width: 768px) {
  .h-md-80px {
    height: 80px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-80px {
    height: 80px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-80px {
    height: 80px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-80px {
    height: 80px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-80px {
    height: 80px !important;
  }
}
.h-85px {
  height: 85px !important;
}
.h-xs-85px {
  height: 85px !important;
}
@media (min-width: 576px) {
  .h-sm-85px {
    height: 85px !important;
  }
}
@media (min-width: 768px) {
  .h-md-85px {
    height: 85px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-85px {
    height: 85px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-85px {
    height: 85px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-85px {
    height: 85px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-85px {
    height: 85px !important;
  }
}
.h-90px {
  height: 90px !important;
}
.h-xs-90px {
  height: 90px !important;
}
@media (min-width: 576px) {
  .h-sm-90px {
    height: 90px !important;
  }
}
@media (min-width: 768px) {
  .h-md-90px {
    height: 90px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-90px {
    height: 90px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-90px {
    height: 90px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-90px {
    height: 90px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-90px {
    height: 90px !important;
  }
}
.h-95px {
  height: 95px !important;
}
.h-xs-95px {
  height: 95px !important;
}
@media (min-width: 576px) {
  .h-sm-95px {
    height: 95px !important;
  }
}
@media (min-width: 768px) {
  .h-md-95px {
    height: 95px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-95px {
    height: 95px !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-95px {
    height: 95px !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-95px {
    height: 95px !important;
  }
}
@media (min-width: 1800px) {
  .h-xxxl-95px {
    height: 95px !important;
  }
}
.mh-100vh {
  max-height: 100vh !important;
}
.bg-none {
  background: 0 0 !important;
}
.bg-theme {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--app-theme-rgb), var(--bs-bg-opacity));
}
.bg-gradient-default {
  background-color: #e9ecef !important;
  background-image: linear-gradient(to bottom, #fff, #dadfe4) !important;
}
.theme-default {
  --app-theme: #e9ecef !important;
  --app-theme-rgb: 233, 236, 239 !important;
}
.bg-default-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(242, 244, 245, var(--bs-bg-opacity));
}
.text-default-100 {
  --bs-text-opacity: 1;
  color: rgba(242, 244, 245, var(--bs-text-opacity));
}
.bg-default-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(240, 242, 244, var(--bs-bg-opacity));
}
.text-default-200 {
  --bs-text-opacity: 1;
  color: rgba(240, 242, 244, var(--bs-text-opacity));
}
.bg-default-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(237, 240, 242, var(--bs-bg-opacity));
}
.text-default-300 {
  --bs-text-opacity: 1;
  color: rgba(237, 240, 242, var(--bs-text-opacity));
}
.bg-default-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(235, 238, 241, var(--bs-bg-opacity));
}
.text-default-400 {
  --bs-text-opacity: 1;
  color: rgba(235, 238, 241, var(--bs-text-opacity));
}
.bg-default-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(233, 236, 239, var(--bs-bg-opacity));
}
.text-default-500 {
  --bs-text-opacity: 1;
  color: rgba(233, 236, 239, var(--bs-text-opacity));
}
.bg-default-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(210, 212, 215, var(--bs-bg-opacity));
}
.text-default-600 {
  --bs-text-opacity: 1;
  color: rgba(210, 212, 215, var(--bs-text-opacity));
}
.bg-default-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(186, 189, 191, var(--bs-bg-opacity));
}
.text-default-700 {
  --bs-text-opacity: 1;
  color: rgba(186, 189, 191, var(--bs-text-opacity));
}
.bg-default-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(163, 165, 167, var(--bs-bg-opacity));
}
.text-default-800 {
  --bs-text-opacity: 1;
  color: rgba(163, 165, 167, var(--bs-text-opacity));
}
.bg-default-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(140, 142, 143, var(--bs-bg-opacity));
}
.text-default-900 {
  --bs-text-opacity: 1;
  color: rgba(140, 142, 143, var(--bs-text-opacity));
}
.bg-gradient-primary {
  background-color: #348fe2 !important;
  background-image: linear-gradient(to bottom, #61a8e8, #2083dd) !important;
}
.theme-primary {
  --app-theme: #348fe2 !important;
  --app-theme-rgb: 52, 143, 226 !important;
}
.bg-primary-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(133, 188, 238, var(--bs-bg-opacity));
}
.text-primary-100 {
  --bs-text-opacity: 1;
  color: rgba(133, 188, 238, var(--bs-text-opacity));
}
.bg-primary-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(113, 177, 235, var(--bs-bg-opacity));
}
.text-primary-200 {
  --bs-text-opacity: 1;
  color: rgba(113, 177, 235, var(--bs-text-opacity));
}
.bg-primary-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(93, 165, 232, var(--bs-bg-opacity));
}
.text-primary-300 {
  --bs-text-opacity: 1;
  color: rgba(93, 165, 232, var(--bs-text-opacity));
}
.bg-primary-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(72, 154, 229, var(--bs-bg-opacity));
}
.text-primary-400 {
  --bs-text-opacity: 1;
  color: rgba(72, 154, 229, var(--bs-text-opacity));
}
.bg-primary-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(52, 143, 226, var(--bs-bg-opacity));
}
.text-primary-500 {
  --bs-text-opacity: 1;
  color: rgba(52, 143, 226, var(--bs-text-opacity));
}
.bg-primary-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(47, 129, 203, var(--bs-bg-opacity));
}
.text-primary-600 {
  --bs-text-opacity: 1;
  color: rgba(47, 129, 203, var(--bs-text-opacity));
}
.bg-primary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(42, 114, 181, var(--bs-bg-opacity));
}
.text-primary-700 {
  --bs-text-opacity: 1;
  color: rgba(42, 114, 181, var(--bs-text-opacity));
}
.bg-primary-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(36, 100, 158, var(--bs-bg-opacity));
}
.text-primary-800 {
  --bs-text-opacity: 1;
  color: rgba(36, 100, 158, var(--bs-text-opacity));
}
.bg-primary-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(31, 86, 136, var(--bs-bg-opacity));
}
.text-primary-900 {
  --bs-text-opacity: 1;
  color: rgba(31, 86, 136, var(--bs-text-opacity));
}
.bg-gradient-secondary {
  background-color: #6c757d !important;
  background-image: linear-gradient(to bottom, #868e96, #60686f) !important;
}
.theme-secondary {
  --app-theme: #6c757d !important;
  --app-theme-rgb: 108, 117, 125 !important;
}
.bg-secondary-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(167, 172, 177, var(--bs-bg-opacity));
}
.text-secondary-100 {
  --bs-text-opacity: 1;
  color: rgba(167, 172, 177, var(--bs-text-opacity));
}
.bg-secondary-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(152, 158, 164, var(--bs-bg-opacity));
}
.text-secondary-200 {
  --bs-text-opacity: 1;
  color: rgba(152, 158, 164, var(--bs-text-opacity));
}
.bg-secondary-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(137, 145, 151, var(--bs-bg-opacity));
}
.text-secondary-300 {
  --bs-text-opacity: 1;
  color: rgba(137, 145, 151, var(--bs-text-opacity));
}
.bg-secondary-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(123, 131, 138, var(--bs-bg-opacity));
}
.text-secondary-400 {
  --bs-text-opacity: 1;
  color: rgba(123, 131, 138, var(--bs-text-opacity));
}
.bg-secondary-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(108, 117, 125, var(--bs-bg-opacity));
}
.text-secondary-500 {
  --bs-text-opacity: 1;
  color: rgba(108, 117, 125, var(--bs-text-opacity));
}
.bg-secondary-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(97, 105, 113, var(--bs-bg-opacity));
}
.text-secondary-600 {
  --bs-text-opacity: 1;
  color: rgba(97, 105, 113, var(--bs-text-opacity));
}
.bg-secondary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(86, 94, 100, var(--bs-bg-opacity));
}
.text-secondary-700 {
  --bs-text-opacity: 1;
  color: rgba(86, 94, 100, var(--bs-text-opacity));
}
.bg-secondary-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(76, 82, 88, var(--bs-bg-opacity));
}
.text-secondary-800 {
  --bs-text-opacity: 1;
  color: rgba(76, 82, 88, var(--bs-text-opacity));
}
.bg-secondary-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(65, 70, 75, var(--bs-bg-opacity));
}
.text-secondary-900 {
  --bs-text-opacity: 1;
  color: rgba(65, 70, 75, var(--bs-text-opacity));
}
.bg-gradient-success {
  background-color: #00acac !important;
  background-image: linear-gradient(to bottom, #00dfdf, #009393) !important;
}
.theme-success {
  --app-theme: #00acac !important;
  --app-theme-rgb: 0, 172, 172 !important;
}
.bg-success-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(102, 205, 205, var(--bs-bg-opacity));
}
.text-success-100 {
  --bs-text-opacity: 1;
  color: rgba(102, 205, 205, var(--bs-text-opacity));
}
.bg-success-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(77, 197, 197, var(--bs-bg-opacity));
}
.text-success-200 {
  --bs-text-opacity: 1;
  color: rgba(77, 197, 197, var(--bs-text-opacity));
}
.bg-success-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(51, 189, 189, var(--bs-bg-opacity));
}
.text-success-300 {
  --bs-text-opacity: 1;
  color: rgba(51, 189, 189, var(--bs-text-opacity));
}
.bg-success-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(26, 180, 180, var(--bs-bg-opacity));
}
.text-success-400 {
  --bs-text-opacity: 1;
  color: rgba(26, 180, 180, var(--bs-text-opacity));
}
.bg-success-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 172, 172, var(--bs-bg-opacity));
}
.text-success-500 {
  --bs-text-opacity: 1;
  color: rgba(0, 172, 172, var(--bs-text-opacity));
}
.bg-success-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 155, 155, var(--bs-bg-opacity));
}
.text-success-600 {
  --bs-text-opacity: 1;
  color: rgba(0, 155, 155, var(--bs-text-opacity));
}
.bg-success-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 138, 138, var(--bs-bg-opacity));
}
.text-success-700 {
  --bs-text-opacity: 1;
  color: rgba(0, 138, 138, var(--bs-text-opacity));
}
.bg-success-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 120, 120, var(--bs-bg-opacity));
}
.text-success-800 {
  --bs-text-opacity: 1;
  color: rgba(0, 120, 120, var(--bs-text-opacity));
}
.bg-success-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 103, 103, var(--bs-bg-opacity));
}
.text-success-900 {
  --bs-text-opacity: 1;
  color: rgba(0, 103, 103, var(--bs-text-opacity));
}
.bg-gradient-info {
  background-color: #49b6d6 !important;
  background-image: linear-gradient(to bottom, #73c7df, #34aed1) !important;
}
.theme-info {
  --app-theme: #49b6d6 !important;
  --app-theme-rgb: 73, 182, 214 !important;
}
.bg-info-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(146, 211, 230, var(--bs-bg-opacity));
}
.text-info-100 {
  --bs-text-opacity: 1;
  color: rgba(146, 211, 230, var(--bs-text-opacity));
}
.bg-info-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(128, 204, 226, var(--bs-bg-opacity));
}
.text-info-200 {
  --bs-text-opacity: 1;
  color: rgba(128, 204, 226, var(--bs-text-opacity));
}
.bg-info-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(109, 197, 222, var(--bs-bg-opacity));
}
.text-info-300 {
  --bs-text-opacity: 1;
  color: rgba(109, 197, 222, var(--bs-text-opacity));
}
.bg-info-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(91, 189, 218, var(--bs-bg-opacity));
}
.text-info-400 {
  --bs-text-opacity: 1;
  color: rgba(91, 189, 218, var(--bs-text-opacity));
}
.bg-info-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(73, 182, 214, var(--bs-bg-opacity));
}
.text-info-500 {
  --bs-text-opacity: 1;
  color: rgba(73, 182, 214, var(--bs-text-opacity));
}
.bg-info-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(66, 164, 193, var(--bs-bg-opacity));
}
.text-info-600 {
  --bs-text-opacity: 1;
  color: rgba(66, 164, 193, var(--bs-text-opacity));
}
.bg-info-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(58, 146, 171, var(--bs-bg-opacity));
}
.text-info-700 {
  --bs-text-opacity: 1;
  color: rgba(58, 146, 171, var(--bs-text-opacity));
}
.bg-info-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(51, 127, 150, var(--bs-bg-opacity));
}
.text-info-800 {
  --bs-text-opacity: 1;
  color: rgba(51, 127, 150, var(--bs-text-opacity));
}
.bg-info-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(44, 109, 128, var(--bs-bg-opacity));
}
.text-info-900 {
  --bs-text-opacity: 1;
  color: rgba(44, 109, 128, var(--bs-text-opacity));
}
.bg-gradient-warning {
  background-color: #f59c1a !important;
  background-image: linear-gradient(to bottom, #f7b14b, #eb900a) !important;
}
.theme-warning {
  --app-theme: #f59c1a !important;
  --app-theme-rgb: 245, 156, 26 !important;
}
.bg-warning-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(249, 196, 118, var(--bs-bg-opacity));
}
.text-warning-100 {
  --bs-text-opacity: 1;
  color: rgba(249, 196, 118, var(--bs-text-opacity));
}
.bg-warning-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(248, 186, 95, var(--bs-bg-opacity));
}
.text-warning-200 {
  --bs-text-opacity: 1;
  color: rgba(248, 186, 95, var(--bs-text-opacity));
}
.bg-warning-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(247, 176, 72, var(--bs-bg-opacity));
}
.text-warning-300 {
  --bs-text-opacity: 1;
  color: rgba(247, 176, 72, var(--bs-text-opacity));
}
.bg-warning-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(246, 166, 49, var(--bs-bg-opacity));
}
.text-warning-400 {
  --bs-text-opacity: 1;
  color: rgba(246, 166, 49, var(--bs-text-opacity));
}
.bg-warning-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(245, 156, 26, var(--bs-bg-opacity));
}
.text-warning-500 {
  --bs-text-opacity: 1;
  color: rgba(245, 156, 26, var(--bs-text-opacity));
}
.bg-warning-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(221, 140, 23, var(--bs-bg-opacity));
}
.text-warning-600 {
  --bs-text-opacity: 1;
  color: rgba(221, 140, 23, var(--bs-text-opacity));
}
.bg-warning-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(196, 125, 21, var(--bs-bg-opacity));
}
.text-warning-700 {
  --bs-text-opacity: 1;
  color: rgba(196, 125, 21, var(--bs-text-opacity));
}
.bg-warning-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(172, 109, 18, var(--bs-bg-opacity));
}
.text-warning-800 {
  --bs-text-opacity: 1;
  color: rgba(172, 109, 18, var(--bs-text-opacity));
}
.bg-warning-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(147, 94, 16, var(--bs-bg-opacity));
}
.text-warning-900 {
  --bs-text-opacity: 1;
  color: rgba(147, 94, 16, var(--bs-text-opacity));
}
.bg-gradient-danger {
  background-color: #ff5b57 !important;
  background-image: linear-gradient(to bottom, #ff8d8a, #ff423e) !important;
}
.theme-danger {
  --app-theme: #ff5b57 !important;
  --app-theme-rgb: 255, 91, 87 !important;
}
.bg-danger-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 157, 154, var(--bs-bg-opacity));
}
.text-danger-100 {
  --bs-text-opacity: 1;
  color: rgba(255, 157, 154, var(--bs-text-opacity));
}
.bg-danger-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 140, 137, var(--bs-bg-opacity));
}
.text-danger-200 {
  --bs-text-opacity: 1;
  color: rgba(255, 140, 137, var(--bs-text-opacity));
}
.bg-danger-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 124, 121, var(--bs-bg-opacity));
}
.text-danger-300 {
  --bs-text-opacity: 1;
  color: rgba(255, 124, 121, var(--bs-text-opacity));
}
.bg-danger-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 107, 104, var(--bs-bg-opacity));
}
.text-danger-400 {
  --bs-text-opacity: 1;
  color: rgba(255, 107, 104, var(--bs-text-opacity));
}
.bg-danger-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 91, 87, var(--bs-bg-opacity));
}
.text-danger-500 {
  --bs-text-opacity: 1;
  color: rgba(255, 91, 87, var(--bs-text-opacity));
}
.bg-danger-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(230, 82, 78, var(--bs-bg-opacity));
}
.text-danger-600 {
  --bs-text-opacity: 1;
  color: rgba(230, 82, 78, var(--bs-text-opacity));
}
.bg-danger-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(204, 73, 70, var(--bs-bg-opacity));
}
.text-danger-700 {
  --bs-text-opacity: 1;
  color: rgba(204, 73, 70, var(--bs-text-opacity));
}
.bg-danger-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(179, 64, 61, var(--bs-bg-opacity));
}
.text-danger-800 {
  --bs-text-opacity: 1;
  color: rgba(179, 64, 61, var(--bs-text-opacity));
}
.bg-danger-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(153, 55, 52, var(--bs-bg-opacity));
}
.text-danger-900 {
  --bs-text-opacity: 1;
  color: rgba(153, 55, 52, var(--bs-text-opacity));
}
.bg-gradient-light {
  background-color: #f2f3f4 !important;
  background-image: linear-gradient(to bottom, #fff, #e4e6e8) !important;
}
.theme-light {
  --app-theme: #f2f3f4 !important;
  --app-theme-rgb: 242, 243, 244 !important;
}
.bg-light-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(247, 248, 248, var(--bs-bg-opacity));
}
.text-light-100 {
  --bs-text-opacity: 1;
  color: rgba(247, 248, 248, var(--bs-text-opacity));
}
.bg-light-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(246, 247, 247, var(--bs-bg-opacity));
}
.text-light-200 {
  --bs-text-opacity: 1;
  color: rgba(246, 247, 247, var(--bs-text-opacity));
}
.bg-light-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(245, 245, 246, var(--bs-bg-opacity));
}
.text-light-300 {
  --bs-text-opacity: 1;
  color: rgba(245, 245, 246, var(--bs-text-opacity));
}
.bg-light-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(243, 244, 245, var(--bs-bg-opacity));
}
.text-light-400 {
  --bs-text-opacity: 1;
  color: rgba(243, 244, 245, var(--bs-text-opacity));
}
.bg-light-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--bs-bg-opacity));
}
.text-light-500 {
  --bs-text-opacity: 1;
  color: rgba(242, 243, 244, var(--bs-text-opacity));
}
.bg-light-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(218, 219, 220, var(--bs-bg-opacity));
}
.text-light-600 {
  --bs-text-opacity: 1;
  color: rgba(218, 219, 220, var(--bs-text-opacity));
}
.bg-light-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(194, 194, 195, var(--bs-bg-opacity));
}
.text-light-700 {
  --bs-text-opacity: 1;
  color: rgba(194, 194, 195, var(--bs-text-opacity));
}
.bg-light-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(169, 170, 171, var(--bs-bg-opacity));
}
.text-light-800 {
  --bs-text-opacity: 1;
  color: rgba(169, 170, 171, var(--bs-text-opacity));
}
.bg-light-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(145, 146, 146, var(--bs-bg-opacity));
}
.text-light-900 {
  --bs-text-opacity: 1;
  color: rgba(145, 146, 146, var(--bs-text-opacity));
}
.bg-gradient-dark {
  background-color: #2d353c !important;
  background-image: linear-gradient(to bottom, #434f59, #22282d) !important;
}
.theme-dark {
  --app-theme: #2d353c !important;
  --app-theme-rgb: 45, 53, 60 !important;
}
.bg-dark-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(129, 134, 138, var(--bs-bg-opacity));
}
.text-dark-100 {
  --bs-text-opacity: 1;
  color: rgba(129, 134, 138, var(--bs-text-opacity));
}
.bg-dark-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(108, 114, 119, var(--bs-bg-opacity));
}
.text-dark-200 {
  --bs-text-opacity: 1;
  color: rgba(108, 114, 119, var(--bs-text-opacity));
}
.bg-dark-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(87, 93, 99, var(--bs-bg-opacity));
}
.text-dark-300 {
  --bs-text-opacity: 1;
  color: rgba(87, 93, 99, var(--bs-text-opacity));
}
.bg-dark-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(66, 73, 80, var(--bs-bg-opacity));
}
.text-dark-400 {
  --bs-text-opacity: 1;
  color: rgba(66, 73, 80, var(--bs-text-opacity));
}
.bg-dark-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(45, 53, 60, var(--bs-bg-opacity));
}
.text-dark-500 {
  --bs-text-opacity: 1;
  color: rgba(45, 53, 60, var(--bs-text-opacity));
}
.bg-dark-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(41, 48, 54, var(--bs-bg-opacity));
}
.text-dark-600 {
  --bs-text-opacity: 1;
  color: rgba(41, 48, 54, var(--bs-text-opacity));
}
.bg-dark-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(36, 42, 48, var(--bs-bg-opacity));
}
.text-dark-700 {
  --bs-text-opacity: 1;
  color: rgba(36, 42, 48, var(--bs-text-opacity));
}
.bg-dark-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(32, 37, 42, var(--bs-bg-opacity));
}
.text-dark-800 {
  --bs-text-opacity: 1;
  color: rgba(32, 37, 42, var(--bs-text-opacity));
}
.bg-dark-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(27, 32, 36, var(--bs-bg-opacity));
}
.text-dark-900 {
  --bs-text-opacity: 1;
  color: rgba(27, 32, 36, var(--bs-text-opacity));
}
.bg-gradient-inverse {
  background-color: #2d353c !important;
  background-image: linear-gradient(to bottom, #434f59, #22282d) !important;
}
.theme-inverse {
  --app-theme: #2d353c !important;
  --app-theme-rgb: 45, 53, 60 !important;
}
.bg-inverse-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(129, 134, 138, var(--bs-bg-opacity));
}
.text-inverse-100 {
  --bs-text-opacity: 1;
  color: rgba(129, 134, 138, var(--bs-text-opacity));
}
.bg-inverse-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(108, 114, 119, var(--bs-bg-opacity));
}
.text-inverse-200 {
  --bs-text-opacity: 1;
  color: rgba(108, 114, 119, var(--bs-text-opacity));
}
.bg-inverse-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(87, 93, 99, var(--bs-bg-opacity));
}
.text-inverse-300 {
  --bs-text-opacity: 1;
  color: rgba(87, 93, 99, var(--bs-text-opacity));
}
.bg-inverse-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(66, 73, 80, var(--bs-bg-opacity));
}
.text-inverse-400 {
  --bs-text-opacity: 1;
  color: rgba(66, 73, 80, var(--bs-text-opacity));
}
.bg-inverse-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(45, 53, 60, var(--bs-bg-opacity));
}
.text-inverse-500 {
  --bs-text-opacity: 1;
  color: rgba(45, 53, 60, var(--bs-text-opacity));
}
.bg-inverse-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(41, 48, 54, var(--bs-bg-opacity));
}
.text-inverse-600 {
  --bs-text-opacity: 1;
  color: rgba(41, 48, 54, var(--bs-text-opacity));
}
.bg-inverse-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(36, 42, 48, var(--bs-bg-opacity));
}
.text-inverse-700 {
  --bs-text-opacity: 1;
  color: rgba(36, 42, 48, var(--bs-text-opacity));
}
.bg-inverse-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(32, 37, 42, var(--bs-bg-opacity));
}
.text-inverse-800 {
  --bs-text-opacity: 1;
  color: rgba(32, 37, 42, var(--bs-text-opacity));
}
.bg-inverse-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(27, 32, 36, var(--bs-bg-opacity));
}
.text-inverse-900 {
  --bs-text-opacity: 1;
  color: rgba(27, 32, 36, var(--bs-text-opacity));
}
.bg-gradient-blue {
  background-color: #348fe2 !important;
  background-image: linear-gradient(to bottom, #61a8e8, #2083dd) !important;
}
.theme-blue {
  --app-theme: #348fe2 !important;
  --app-theme-rgb: 52, 143, 226 !important;
}
.bg-blue-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(133, 188, 238, var(--bs-bg-opacity));
}
.text-blue-100 {
  --bs-text-opacity: 1;
  color: rgba(133, 188, 238, var(--bs-text-opacity));
}
.bg-blue-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(113, 177, 235, var(--bs-bg-opacity));
}
.text-blue-200 {
  --bs-text-opacity: 1;
  color: rgba(113, 177, 235, var(--bs-text-opacity));
}
.bg-blue-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(93, 165, 232, var(--bs-bg-opacity));
}
.text-blue-300 {
  --bs-text-opacity: 1;
  color: rgba(93, 165, 232, var(--bs-text-opacity));
}
.bg-blue-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(72, 154, 229, var(--bs-bg-opacity));
}
.text-blue-400 {
  --bs-text-opacity: 1;
  color: rgba(72, 154, 229, var(--bs-text-opacity));
}
.bg-blue-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(52, 143, 226, var(--bs-bg-opacity));
}
.text-blue-500 {
  --bs-text-opacity: 1;
  color: rgba(52, 143, 226, var(--bs-text-opacity));
}
.bg-blue-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(47, 129, 203, var(--bs-bg-opacity));
}
.text-blue-600 {
  --bs-text-opacity: 1;
  color: rgba(47, 129, 203, var(--bs-text-opacity));
}
.bg-blue-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(42, 114, 181, var(--bs-bg-opacity));
}
.text-blue-700 {
  --bs-text-opacity: 1;
  color: rgba(42, 114, 181, var(--bs-text-opacity));
}
.bg-blue-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(36, 100, 158, var(--bs-bg-opacity));
}
.text-blue-800 {
  --bs-text-opacity: 1;
  color: rgba(36, 100, 158, var(--bs-text-opacity));
}
.bg-blue-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(31, 86, 136, var(--bs-bg-opacity));
}
.text-blue-900 {
  --bs-text-opacity: 1;
  color: rgba(31, 86, 136, var(--bs-text-opacity));
}
.bg-gradient-indigo {
  background-color: #8753de !important;
  background-image: linear-gradient(to bottom, #a57ee6, #783eda) !important;
}
.theme-indigo {
  --app-theme: #8753de !important;
  --app-theme-rgb: 135, 83, 222 !important;
}
.bg-indigo-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(183, 152, 235, var(--bs-bg-opacity));
}
.text-indigo-100 {
  --bs-text-opacity: 1;
  color: rgba(183, 152, 235, var(--bs-text-opacity));
}
.bg-indigo-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(171, 135, 232, var(--bs-bg-opacity));
}
.text-indigo-200 {
  --bs-text-opacity: 1;
  color: rgba(171, 135, 232, var(--bs-text-opacity));
}
.bg-indigo-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(159, 117, 229, var(--bs-bg-opacity));
}
.text-indigo-300 {
  --bs-text-opacity: 1;
  color: rgba(159, 117, 229, var(--bs-text-opacity));
}
.bg-indigo-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(147, 100, 225, var(--bs-bg-opacity));
}
.text-indigo-400 {
  --bs-text-opacity: 1;
  color: rgba(147, 100, 225, var(--bs-text-opacity));
}
.bg-indigo-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(135, 83, 222, var(--bs-bg-opacity));
}
.text-indigo-500 {
  --bs-text-opacity: 1;
  color: rgba(135, 83, 222, var(--bs-text-opacity));
}
.bg-indigo-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(122, 75, 200, var(--bs-bg-opacity));
}
.text-indigo-600 {
  --bs-text-opacity: 1;
  color: rgba(122, 75, 200, var(--bs-text-opacity));
}
.bg-indigo-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(108, 66, 178, var(--bs-bg-opacity));
}
.text-indigo-700 {
  --bs-text-opacity: 1;
  color: rgba(108, 66, 178, var(--bs-text-opacity));
}
.bg-indigo-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(95, 58, 155, var(--bs-bg-opacity));
}
.text-indigo-800 {
  --bs-text-opacity: 1;
  color: rgba(95, 58, 155, var(--bs-text-opacity));
}
.bg-indigo-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(81, 50, 133, var(--bs-bg-opacity));
}
.text-indigo-900 {
  --bs-text-opacity: 1;
  color: rgba(81, 50, 133, var(--bs-text-opacity));
}
.bg-gradient-purple {
  background-color: #727cb6 !important;
  background-image: linear-gradient(to bottom, #949bc7, #616cad) !important;
}
.theme-purple {
  --app-theme: #727cb6 !important;
  --app-theme-rgb: 114, 124, 182 !important;
}
.bg-purple-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(170, 176, 211, var(--bs-bg-opacity));
}
.text-purple-100 {
  --bs-text-opacity: 1;
  color: rgba(170, 176, 211, var(--bs-text-opacity));
}
.bg-purple-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(156, 163, 204, var(--bs-bg-opacity));
}
.text-purple-200 {
  --bs-text-opacity: 1;
  color: rgba(156, 163, 204, var(--bs-text-opacity));
}
.bg-purple-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(142, 150, 197, var(--bs-bg-opacity));
}
.text-purple-300 {
  --bs-text-opacity: 1;
  color: rgba(142, 150, 197, var(--bs-text-opacity));
}
.bg-purple-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(128, 137, 189, var(--bs-bg-opacity));
}
.text-purple-400 {
  --bs-text-opacity: 1;
  color: rgba(128, 137, 189, var(--bs-text-opacity));
}
.bg-purple-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(114, 124, 182, var(--bs-bg-opacity));
}
.text-purple-500 {
  --bs-text-opacity: 1;
  color: rgba(114, 124, 182, var(--bs-text-opacity));
}
.bg-purple-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(103, 112, 164, var(--bs-bg-opacity));
}
.text-purple-600 {
  --bs-text-opacity: 1;
  color: rgba(103, 112, 164, var(--bs-text-opacity));
}
.bg-purple-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(91, 99, 146, var(--bs-bg-opacity));
}
.text-purple-700 {
  --bs-text-opacity: 1;
  color: rgba(91, 99, 146, var(--bs-text-opacity));
}
.bg-purple-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(80, 87, 127, var(--bs-bg-opacity));
}
.text-purple-800 {
  --bs-text-opacity: 1;
  color: rgba(80, 87, 127, var(--bs-text-opacity));
}
.bg-purple-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(68, 74, 109, var(--bs-bg-opacity));
}
.text-purple-900 {
  --bs-text-opacity: 1;
  color: rgba(68, 74, 109, var(--bs-text-opacity));
}
.bg-gradient-pink {
  background-color: #fb5597 !important;
  background-image: linear-gradient(to bottom, #fc87b5, #fa3c88) !important;
}
.theme-pink {
  --app-theme: #fb5597 !important;
  --app-theme-rgb: 251, 85, 151 !important;
}
.bg-pink-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(253, 153, 193, var(--bs-bg-opacity));
}
.text-pink-100 {
  --bs-text-opacity: 1;
  color: rgba(253, 153, 193, var(--bs-text-opacity));
}
.bg-pink-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(252, 136, 182, var(--bs-bg-opacity));
}
.text-pink-200 {
  --bs-text-opacity: 1;
  color: rgba(252, 136, 182, var(--bs-text-opacity));
}
.bg-pink-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(252, 119, 172, var(--bs-bg-opacity));
}
.text-pink-300 {
  --bs-text-opacity: 1;
  color: rgba(252, 119, 172, var(--bs-text-opacity));
}
.bg-pink-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(251, 102, 161, var(--bs-bg-opacity));
}
.text-pink-400 {
  --bs-text-opacity: 1;
  color: rgba(251, 102, 161, var(--bs-text-opacity));
}
.bg-pink-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(251, 85, 151, var(--bs-bg-opacity));
}
.text-pink-500 {
  --bs-text-opacity: 1;
  color: rgba(251, 85, 151, var(--bs-text-opacity));
}
.bg-pink-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(226, 77, 136, var(--bs-bg-opacity));
}
.text-pink-600 {
  --bs-text-opacity: 1;
  color: rgba(226, 77, 136, var(--bs-text-opacity));
}
.bg-pink-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(201, 68, 121, var(--bs-bg-opacity));
}
.text-pink-700 {
  --bs-text-opacity: 1;
  color: rgba(201, 68, 121, var(--bs-text-opacity));
}
.bg-pink-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(176, 60, 106, var(--bs-bg-opacity));
}
.text-pink-800 {
  --bs-text-opacity: 1;
  color: rgba(176, 60, 106, var(--bs-text-opacity));
}
.bg-pink-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(151, 51, 91, var(--bs-bg-opacity));
}
.text-pink-900 {
  --bs-text-opacity: 1;
  color: rgba(151, 51, 91, var(--bs-text-opacity));
}
.bg-gradient-red {
  background-color: #ff5b57 !important;
  background-image: linear-gradient(to bottom, #ff8d8a, #ff423e) !important;
}
.theme-red {
  --app-theme: #ff5b57 !important;
  --app-theme-rgb: 255, 91, 87 !important;
}
.bg-red-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 157, 154, var(--bs-bg-opacity));
}
.text-red-100 {
  --bs-text-opacity: 1;
  color: rgba(255, 157, 154, var(--bs-text-opacity));
}
.bg-red-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 140, 137, var(--bs-bg-opacity));
}
.text-red-200 {
  --bs-text-opacity: 1;
  color: rgba(255, 140, 137, var(--bs-text-opacity));
}
.bg-red-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 124, 121, var(--bs-bg-opacity));
}
.text-red-300 {
  --bs-text-opacity: 1;
  color: rgba(255, 124, 121, var(--bs-text-opacity));
}
.bg-red-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 107, 104, var(--bs-bg-opacity));
}
.text-red-400 {
  --bs-text-opacity: 1;
  color: rgba(255, 107, 104, var(--bs-text-opacity));
}
.bg-red-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 91, 87, var(--bs-bg-opacity));
}
.text-red-500 {
  --bs-text-opacity: 1;
  color: rgba(255, 91, 87, var(--bs-text-opacity));
}
.bg-red-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(230, 82, 78, var(--bs-bg-opacity));
}
.text-red-600 {
  --bs-text-opacity: 1;
  color: rgba(230, 82, 78, var(--bs-text-opacity));
}
.bg-red-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(204, 73, 70, var(--bs-bg-opacity));
}
.text-red-700 {
  --bs-text-opacity: 1;
  color: rgba(204, 73, 70, var(--bs-text-opacity));
}
.bg-red-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(179, 64, 61, var(--bs-bg-opacity));
}
.text-red-800 {
  --bs-text-opacity: 1;
  color: rgba(179, 64, 61, var(--bs-text-opacity));
}
.bg-red-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(153, 55, 52, var(--bs-bg-opacity));
}
.text-red-900 {
  --bs-text-opacity: 1;
  color: rgba(153, 55, 52, var(--bs-text-opacity));
}
.bg-gradient-orange {
  background-color: #f59c1a !important;
  background-image: linear-gradient(to bottom, #f7b14b, #eb900a) !important;
}
.theme-orange {
  --app-theme: #f59c1a !important;
  --app-theme-rgb: 245, 156, 26 !important;
}
.bg-orange-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(249, 196, 118, var(--bs-bg-opacity));
}
.text-orange-100 {
  --bs-text-opacity: 1;
  color: rgba(249, 196, 118, var(--bs-text-opacity));
}
.bg-orange-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(248, 186, 95, var(--bs-bg-opacity));
}
.text-orange-200 {
  --bs-text-opacity: 1;
  color: rgba(248, 186, 95, var(--bs-text-opacity));
}
.bg-orange-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(247, 176, 72, var(--bs-bg-opacity));
}
.text-orange-300 {
  --bs-text-opacity: 1;
  color: rgba(247, 176, 72, var(--bs-text-opacity));
}
.bg-orange-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(246, 166, 49, var(--bs-bg-opacity));
}
.text-orange-400 {
  --bs-text-opacity: 1;
  color: rgba(246, 166, 49, var(--bs-text-opacity));
}
.bg-orange-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(245, 156, 26, var(--bs-bg-opacity));
}
.text-orange-500 {
  --bs-text-opacity: 1;
  color: rgba(245, 156, 26, var(--bs-text-opacity));
}
.bg-orange-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(221, 140, 23, var(--bs-bg-opacity));
}
.text-orange-600 {
  --bs-text-opacity: 1;
  color: rgba(221, 140, 23, var(--bs-text-opacity));
}
.bg-orange-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(196, 125, 21, var(--bs-bg-opacity));
}
.text-orange-700 {
  --bs-text-opacity: 1;
  color: rgba(196, 125, 21, var(--bs-text-opacity));
}
.bg-orange-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(172, 109, 18, var(--bs-bg-opacity));
}
.text-orange-800 {
  --bs-text-opacity: 1;
  color: rgba(172, 109, 18, var(--bs-text-opacity));
}
.bg-orange-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(147, 94, 16, var(--bs-bg-opacity));
}
.text-orange-900 {
  --bs-text-opacity: 1;
  color: rgba(147, 94, 16, var(--bs-text-opacity));
}
.bg-gradient-yellow {
  background-color: #ffd900 !important;
  background-image: linear-gradient(to bottom, #ffe133, #e6c300) !important;
}
.theme-yellow {
  --app-theme: #ffd900 !important;
  --app-theme-rgb: 255, 217, 0 !important;
  --app-theme-color: #000000 !important;
  --app-theme-color-rgb: 0, 0, 0 !important;
}
.bg-yellow-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 232, 102, var(--bs-bg-opacity));
}
.text-yellow-100 {
  --bs-text-opacity: 1;
  color: rgba(255, 232, 102, var(--bs-text-opacity));
}
.bg-yellow-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 228, 77, var(--bs-bg-opacity));
}
.text-yellow-200 {
  --bs-text-opacity: 1;
  color: rgba(255, 228, 77, var(--bs-text-opacity));
}
.bg-yellow-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 225, 51, var(--bs-bg-opacity));
}
.text-yellow-300 {
  --bs-text-opacity: 1;
  color: rgba(255, 225, 51, var(--bs-text-opacity));
}
.bg-yellow-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 221, 26, var(--bs-bg-opacity));
}
.text-yellow-400 {
  --bs-text-opacity: 1;
  color: rgba(255, 221, 26, var(--bs-text-opacity));
}
.bg-yellow-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 217, 0, var(--bs-bg-opacity));
}
.text-yellow-500 {
  --bs-text-opacity: 1;
  color: rgba(255, 217, 0, var(--bs-text-opacity));
}
.bg-yellow-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(230, 195, 0, var(--bs-bg-opacity));
}
.text-yellow-600 {
  --bs-text-opacity: 1;
  color: rgba(230, 195, 0, var(--bs-text-opacity));
}
.bg-yellow-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(204, 174, 0, var(--bs-bg-opacity));
}
.text-yellow-700 {
  --bs-text-opacity: 1;
  color: rgba(204, 174, 0, var(--bs-text-opacity));
}
.bg-yellow-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(179, 152, 0, var(--bs-bg-opacity));
}
.text-yellow-800 {
  --bs-text-opacity: 1;
  color: rgba(179, 152, 0, var(--bs-text-opacity));
}
.bg-yellow-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(153, 130, 0, var(--bs-bg-opacity));
}
.text-yellow-900 {
  --bs-text-opacity: 1;
  color: rgba(153, 130, 0, var(--bs-text-opacity));
}
.bg-gradient-green {
  background-color: #32a932 !important;
  background-image: linear-gradient(to bottom, #46c846, #2c952c) !important;
}
.theme-green {
  --app-theme: #32a932 !important;
  --app-theme-rgb: 50, 169, 50 !important;
}
.bg-green-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(132, 203, 132, var(--bs-bg-opacity));
}
.text-green-100 {
  --bs-text-opacity: 1;
  color: rgba(132, 203, 132, var(--bs-text-opacity));
}
.bg-green-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(112, 195, 112, var(--bs-bg-opacity));
}
.text-green-200 {
  --bs-text-opacity: 1;
  color: rgba(112, 195, 112, var(--bs-text-opacity));
}
.bg-green-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(91, 186, 91, var(--bs-bg-opacity));
}
.text-green-300 {
  --bs-text-opacity: 1;
  color: rgba(91, 186, 91, var(--bs-text-opacity));
}
.bg-green-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(71, 178, 71, var(--bs-bg-opacity));
}
.text-green-400 {
  --bs-text-opacity: 1;
  color: rgba(71, 178, 71, var(--bs-text-opacity));
}
.bg-green-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(50, 169, 50, var(--bs-bg-opacity));
}
.text-green-500 {
  --bs-text-opacity: 1;
  color: rgba(50, 169, 50, var(--bs-text-opacity));
}
.bg-green-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(45, 152, 45, var(--bs-bg-opacity));
}
.text-green-600 {
  --bs-text-opacity: 1;
  color: rgba(45, 152, 45, var(--bs-text-opacity));
}
.bg-green-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(40, 135, 40, var(--bs-bg-opacity));
}
.text-green-700 {
  --bs-text-opacity: 1;
  color: rgba(40, 135, 40, var(--bs-text-opacity));
}
.bg-green-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(35, 118, 35, var(--bs-bg-opacity));
}
.text-green-800 {
  --bs-text-opacity: 1;
  color: rgba(35, 118, 35, var(--bs-text-opacity));
}
.bg-green-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(30, 101, 30, var(--bs-bg-opacity));
}
.text-green-900 {
  --bs-text-opacity: 1;
  color: rgba(30, 101, 30, var(--bs-text-opacity));
}
.bg-gradient-teal {
  background-color: #00acac !important;
  background-image: linear-gradient(to bottom, #00dfdf, #009393) !important;
}
.theme-teal {
  --app-theme: #00acac !important;
  --app-theme-rgb: 0, 172, 172 !important;
}
.bg-teal-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(102, 205, 205, var(--bs-bg-opacity));
}
.text-teal-100 {
  --bs-text-opacity: 1;
  color: rgba(102, 205, 205, var(--bs-text-opacity));
}
.bg-teal-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(77, 197, 197, var(--bs-bg-opacity));
}
.text-teal-200 {
  --bs-text-opacity: 1;
  color: rgba(77, 197, 197, var(--bs-text-opacity));
}
.bg-teal-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(51, 189, 189, var(--bs-bg-opacity));
}
.text-teal-300 {
  --bs-text-opacity: 1;
  color: rgba(51, 189, 189, var(--bs-text-opacity));
}
.bg-teal-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(26, 180, 180, var(--bs-bg-opacity));
}
.text-teal-400 {
  --bs-text-opacity: 1;
  color: rgba(26, 180, 180, var(--bs-text-opacity));
}
.bg-teal-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 172, 172, var(--bs-bg-opacity));
}
.text-teal-500 {
  --bs-text-opacity: 1;
  color: rgba(0, 172, 172, var(--bs-text-opacity));
}
.bg-teal-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 155, 155, var(--bs-bg-opacity));
}
.text-teal-600 {
  --bs-text-opacity: 1;
  color: rgba(0, 155, 155, var(--bs-text-opacity));
}
.bg-teal-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 138, 138, var(--bs-bg-opacity));
}
.text-teal-700 {
  --bs-text-opacity: 1;
  color: rgba(0, 138, 138, var(--bs-text-opacity));
}
.bg-teal-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 120, 120, var(--bs-bg-opacity));
}
.text-teal-800 {
  --bs-text-opacity: 1;
  color: rgba(0, 120, 120, var(--bs-text-opacity));
}
.bg-teal-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 103, 103, var(--bs-bg-opacity));
}
.text-teal-900 {
  --bs-text-opacity: 1;
  color: rgba(0, 103, 103, var(--bs-text-opacity));
}
.bg-gradient-lime {
  background-color: #90ca4b !important;
  background-image: linear-gradient(to bottom, #a8d672, #84c239) !important;
}
.theme-lime {
  --app-theme: #90ca4b !important;
  --app-theme-rgb: 144, 202, 75 !important;
}
.bg-lime-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(188, 223, 147, var(--bs-bg-opacity));
}
.text-lime-100 {
  --bs-text-opacity: 1;
  color: rgba(188, 223, 147, var(--bs-text-opacity));
}
.bg-lime-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(177, 218, 129, var(--bs-bg-opacity));
}
.text-lime-200 {
  --bs-text-opacity: 1;
  color: rgba(177, 218, 129, var(--bs-text-opacity));
}
.bg-lime-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(166, 213, 111, var(--bs-bg-opacity));
}
.text-lime-300 {
  --bs-text-opacity: 1;
  color: rgba(166, 213, 111, var(--bs-text-opacity));
}
.bg-lime-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(155, 207, 93, var(--bs-bg-opacity));
}
.text-lime-400 {
  --bs-text-opacity: 1;
  color: rgba(155, 207, 93, var(--bs-text-opacity));
}
.bg-lime-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(144, 202, 75, var(--bs-bg-opacity));
}
.text-lime-500 {
  --bs-text-opacity: 1;
  color: rgba(144, 202, 75, var(--bs-text-opacity));
}
.bg-lime-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(130, 182, 68, var(--bs-bg-opacity));
}
.text-lime-600 {
  --bs-text-opacity: 1;
  color: rgba(130, 182, 68, var(--bs-text-opacity));
}
.bg-lime-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(115, 162, 60, var(--bs-bg-opacity));
}
.text-lime-700 {
  --bs-text-opacity: 1;
  color: rgba(115, 162, 60, var(--bs-text-opacity));
}
.bg-lime-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(101, 141, 53, var(--bs-bg-opacity));
}
.text-lime-800 {
  --bs-text-opacity: 1;
  color: rgba(101, 141, 53, var(--bs-text-opacity));
}
.bg-lime-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(86, 121, 45, var(--bs-bg-opacity));
}
.text-lime-900 {
  --bs-text-opacity: 1;
  color: rgba(86, 121, 45, var(--bs-text-opacity));
}
.bg-gradient-cyan {
  background-color: #49b6d6 !important;
  background-image: linear-gradient(to bottom, #73c7df, #34aed1) !important;
}
.theme-cyan {
  --app-theme: #49b6d6 !important;
  --app-theme-rgb: 73, 182, 214 !important;
}
.bg-cyan-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(146, 211, 230, var(--bs-bg-opacity));
}
.text-cyan-100 {
  --bs-text-opacity: 1;
  color: rgba(146, 211, 230, var(--bs-text-opacity));
}
.bg-cyan-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(128, 204, 226, var(--bs-bg-opacity));
}
.text-cyan-200 {
  --bs-text-opacity: 1;
  color: rgba(128, 204, 226, var(--bs-text-opacity));
}
.bg-cyan-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(109, 197, 222, var(--bs-bg-opacity));
}
.text-cyan-300 {
  --bs-text-opacity: 1;
  color: rgba(109, 197, 222, var(--bs-text-opacity));
}
.bg-cyan-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(91, 189, 218, var(--bs-bg-opacity));
}
.text-cyan-400 {
  --bs-text-opacity: 1;
  color: rgba(91, 189, 218, var(--bs-text-opacity));
}
.bg-cyan-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(73, 182, 214, var(--bs-bg-opacity));
}
.text-cyan-500 {
  --bs-text-opacity: 1;
  color: rgba(73, 182, 214, var(--bs-text-opacity));
}
.bg-cyan-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(66, 164, 193, var(--bs-bg-opacity));
}
.text-cyan-600 {
  --bs-text-opacity: 1;
  color: rgba(66, 164, 193, var(--bs-text-opacity));
}
.bg-cyan-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(58, 146, 171, var(--bs-bg-opacity));
}
.text-cyan-700 {
  --bs-text-opacity: 1;
  color: rgba(58, 146, 171, var(--bs-text-opacity));
}
.bg-cyan-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(51, 127, 150, var(--bs-bg-opacity));
}
.text-cyan-800 {
  --bs-text-opacity: 1;
  color: rgba(51, 127, 150, var(--bs-text-opacity));
}
.bg-cyan-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(44, 109, 128, var(--bs-bg-opacity));
}
.text-cyan-900 {
  --bs-text-opacity: 1;
  color: rgba(44, 109, 128, var(--bs-text-opacity));
}
.bg-gradient-white {
  background-color: #fff !important;
  background-image: linear-gradient(to bottom, #fff, #f2f2f2) !important;
}
.theme-white {
  --app-theme: #ffffff !important;
  --app-theme-rgb: 255, 255, 255 !important;
}
.bg-white-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--bs-bg-opacity));
}
.text-white-100 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, var(--bs-text-opacity));
}
.bg-white-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--bs-bg-opacity));
}
.text-white-200 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, var(--bs-text-opacity));
}
.bg-white-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--bs-bg-opacity));
}
.text-white-300 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, var(--bs-text-opacity));
}
.bg-white-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--bs-bg-opacity));
}
.text-white-400 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, var(--bs-text-opacity));
}
.bg-white-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--bs-bg-opacity));
}
.text-white-500 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, var(--bs-text-opacity));
}
.bg-white-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(230, 230, 230, var(--bs-bg-opacity));
}
.text-white-600 {
  --bs-text-opacity: 1;
  color: rgba(230, 230, 230, var(--bs-text-opacity));
}
.bg-white-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(204, 204, 204, var(--bs-bg-opacity));
}
.text-white-700 {
  --bs-text-opacity: 1;
  color: rgba(204, 204, 204, var(--bs-text-opacity));
}
.bg-white-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(179, 179, 179, var(--bs-bg-opacity));
}
.text-white-800 {
  --bs-text-opacity: 1;
  color: rgba(179, 179, 179, var(--bs-text-opacity));
}
.bg-white-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(153, 153, 153, var(--bs-bg-opacity));
}
.text-white-900 {
  --bs-text-opacity: 1;
  color: rgba(153, 153, 153, var(--bs-text-opacity));
}
.bg-gradient-gray {
  background-color: #6c757d !important;
  background-image: linear-gradient(to bottom, #868e96, #60686f) !important;
}
.theme-gray {
  --app-theme: #6c757d !important;
  --app-theme-rgb: 108, 117, 125 !important;
}
.bg-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(167, 172, 177, var(--bs-bg-opacity));
}
.text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(167, 172, 177, var(--bs-text-opacity));
}
.bg-gray-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(152, 158, 164, var(--bs-bg-opacity));
}
.text-gray-200 {
  --bs-text-opacity: 1;
  color: rgba(152, 158, 164, var(--bs-text-opacity));
}
.bg-gray-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(137, 145, 151, var(--bs-bg-opacity));
}
.text-gray-300 {
  --bs-text-opacity: 1;
  color: rgba(137, 145, 151, var(--bs-text-opacity));
}
.bg-gray-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(123, 131, 138, var(--bs-bg-opacity));
}
.text-gray-400 {
  --bs-text-opacity: 1;
  color: rgba(123, 131, 138, var(--bs-text-opacity));
}
.bg-gray-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(108, 117, 125, var(--bs-bg-opacity));
}
.text-gray-500 {
  --bs-text-opacity: 1;
  color: rgba(108, 117, 125, var(--bs-text-opacity));
}
.bg-gray-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(97, 105, 113, var(--bs-bg-opacity));
}
.text-gray-600 {
  --bs-text-opacity: 1;
  color: rgba(97, 105, 113, var(--bs-text-opacity));
}
.bg-gray-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(86, 94, 100, var(--bs-bg-opacity));
}
.text-gray-700 {
  --bs-text-opacity: 1;
  color: rgba(86, 94, 100, var(--bs-text-opacity));
}
.bg-gray-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(76, 82, 88, var(--bs-bg-opacity));
}
.text-gray-800 {
  --bs-text-opacity: 1;
  color: rgba(76, 82, 88, var(--bs-text-opacity));
}
.bg-gray-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(65, 70, 75, var(--bs-bg-opacity));
}
.text-gray-900 {
  --bs-text-opacity: 1;
  color: rgba(65, 70, 75, var(--bs-text-opacity));
}
.bg-gradient-gray-dark {
  background-color: #2d353c !important;
  background-image: linear-gradient(to bottom, #434f59, #22282d) !important;
}
.theme-gray-dark {
  --app-theme: #2d353c !important;
  --app-theme-rgb: 45, 53, 60 !important;
}
.bg-gray-dark-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(129, 134, 138, var(--bs-bg-opacity));
}
.text-gray-dark-100 {
  --bs-text-opacity: 1;
  color: rgba(129, 134, 138, var(--bs-text-opacity));
}
.bg-gray-dark-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(108, 114, 119, var(--bs-bg-opacity));
}
.text-gray-dark-200 {
  --bs-text-opacity: 1;
  color: rgba(108, 114, 119, var(--bs-text-opacity));
}
.bg-gray-dark-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(87, 93, 99, var(--bs-bg-opacity));
}
.text-gray-dark-300 {
  --bs-text-opacity: 1;
  color: rgba(87, 93, 99, var(--bs-text-opacity));
}
.bg-gray-dark-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(66, 73, 80, var(--bs-bg-opacity));
}
.text-gray-dark-400 {
  --bs-text-opacity: 1;
  color: rgba(66, 73, 80, var(--bs-text-opacity));
}
.bg-gray-dark-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(45, 53, 60, var(--bs-bg-opacity));
}
.text-gray-dark-500 {
  --bs-text-opacity: 1;
  color: rgba(45, 53, 60, var(--bs-text-opacity));
}
.bg-gray-dark-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(41, 48, 54, var(--bs-bg-opacity));
}
.text-gray-dark-600 {
  --bs-text-opacity: 1;
  color: rgba(41, 48, 54, var(--bs-text-opacity));
}
.bg-gray-dark-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(36, 42, 48, var(--bs-bg-opacity));
}
.text-gray-dark-700 {
  --bs-text-opacity: 1;
  color: rgba(36, 42, 48, var(--bs-text-opacity));
}
.bg-gray-dark-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(32, 37, 42, var(--bs-bg-opacity));
}
.text-gray-dark-800 {
  --bs-text-opacity: 1;
  color: rgba(32, 37, 42, var(--bs-text-opacity));
}
.bg-gray-dark-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(27, 32, 36, var(--bs-bg-opacity));
}
.text-gray-dark-900 {
  --bs-text-opacity: 1;
  color: rgba(27, 32, 36, var(--bs-text-opacity));
}
.bg-gradient-muted {
  background-color: #adb5bd !important;
  background-image: linear-gradient(to bottom, #c9cfd4, #9fa8b2) !important;
}
.theme-muted {
  --app-theme: #adb5bd !important;
  --app-theme-rgb: 173, 181, 189 !important;
}
.bg-muted-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(206, 211, 215, var(--bs-bg-opacity));
}
.text-muted-100 {
  --bs-text-opacity: 1;
  color: rgba(206, 211, 215, var(--bs-text-opacity));
}
.bg-muted-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(198, 203, 209, var(--bs-bg-opacity));
}
.text-muted-200 {
  --bs-text-opacity: 1;
  color: rgba(198, 203, 209, var(--bs-text-opacity));
}
.bg-muted-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(189, 196, 202, var(--bs-bg-opacity));
}
.text-muted-300 {
  --bs-text-opacity: 1;
  color: rgba(189, 196, 202, var(--bs-text-opacity));
}
.bg-muted-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(181, 188, 196, var(--bs-bg-opacity));
}
.text-muted-400 {
  --bs-text-opacity: 1;
  color: rgba(181, 188, 196, var(--bs-text-opacity));
}
.bg-muted-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(173, 181, 189, var(--bs-bg-opacity));
}
.text-muted-500 {
  --bs-text-opacity: 1;
  color: rgba(173, 181, 189, var(--bs-text-opacity));
}
.bg-muted-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(156, 163, 170, var(--bs-bg-opacity));
}
.text-muted-600 {
  --bs-text-opacity: 1;
  color: rgba(156, 163, 170, var(--bs-text-opacity));
}
.bg-muted-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(138, 145, 151, var(--bs-bg-opacity));
}
.text-muted-700 {
  --bs-text-opacity: 1;
  color: rgba(138, 145, 151, var(--bs-text-opacity));
}
.bg-muted-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(121, 127, 132, var(--bs-bg-opacity));
}
.text-muted-800 {
  --bs-text-opacity: 1;
  color: rgba(121, 127, 132, var(--bs-text-opacity));
}
.bg-muted-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(104, 109, 113, var(--bs-bg-opacity));
}
.text-muted-900 {
  --bs-text-opacity: 1;
  color: rgba(104, 109, 113, var(--bs-text-opacity));
}
.bg-gradient-black {
  background-color: #000 !important;
  background-image: linear-gradient(to bottom, #1a1a1a, #000) !important;
}
.theme-black {
  --app-theme: #000000 !important;
  --app-theme-rgb: 0, 0, 0 !important;
}
.bg-black-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--bs-bg-opacity));
}
.text-black-100 {
  --bs-text-opacity: 1;
  color: rgba(102, 102, 102, var(--bs-text-opacity));
}
.bg-black-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(77, 77, 77, var(--bs-bg-opacity));
}
.text-black-200 {
  --bs-text-opacity: 1;
  color: rgba(77, 77, 77, var(--bs-text-opacity));
}
.bg-black-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--bs-bg-opacity));
}
.text-black-300 {
  --bs-text-opacity: 1;
  color: rgba(51, 51, 51, var(--bs-text-opacity));
}
.bg-black-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(26, 26, 26, var(--bs-bg-opacity));
}
.text-black-400 {
  --bs-text-opacity: 1;
  color: rgba(26, 26, 26, var(--bs-text-opacity));
}
.bg-black-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity));
}
.text-black-500 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity));
}
.bg-black-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity));
}
.text-black-600 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity));
}
.bg-black-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity));
}
.text-black-700 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity));
}
.bg-black-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity));
}
.text-black-800 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity));
}
.bg-black-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity));
}
.text-black-900 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity));
}
.bg-gradient-gray-100 {
  background-color: #f8f9fa !important;
  background-image: linear-gradient(to bottom, #fff, #e9ecef) !important;
}
.theme-gray-100 {
  --app-theme: #f8f9fa !important;
  --app-theme-rgb: 248, 249, 250 !important;
}
.bg-gray-100-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(251, 251, 252, var(--bs-bg-opacity));
}
.text-gray-100-100 {
  --bs-text-opacity: 1;
  color: rgba(251, 251, 252, var(--bs-text-opacity));
}
.bg-gray-100-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(250, 251, 252, var(--bs-bg-opacity));
}
.text-gray-100-200 {
  --bs-text-opacity: 1;
  color: rgba(250, 251, 252, var(--bs-text-opacity));
}
.bg-gray-100-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--bs-bg-opacity));
}
.text-gray-100-300 {
  --bs-text-opacity: 1;
  color: rgba(249, 250, 251, var(--bs-text-opacity));
}
.bg-gray-100-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--bs-bg-opacity));
}
.text-gray-100-400 {
  --bs-text-opacity: 1;
  color: rgba(249, 250, 251, var(--bs-text-opacity));
}
.bg-gray-100-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(248, 249, 250, var(--bs-bg-opacity));
}
.text-gray-100-500 {
  --bs-text-opacity: 1;
  color: rgba(248, 249, 250, var(--bs-text-opacity));
}
.bg-gray-100-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(223, 224, 225, var(--bs-bg-opacity));
}
.text-gray-100-600 {
  --bs-text-opacity: 1;
  color: rgba(223, 224, 225, var(--bs-text-opacity));
}
.bg-gray-100-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(198, 199, 200, var(--bs-bg-opacity));
}
.text-gray-100-700 {
  --bs-text-opacity: 1;
  color: rgba(198, 199, 200, var(--bs-text-opacity));
}
.bg-gray-100-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(174, 174, 175, var(--bs-bg-opacity));
}
.text-gray-100-800 {
  --bs-text-opacity: 1;
  color: rgba(174, 174, 175, var(--bs-text-opacity));
}
.bg-gray-100-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(149, 149, 150, var(--bs-bg-opacity));
}
.text-gray-100-900 {
  --bs-text-opacity: 1;
  color: rgba(149, 149, 150, var(--bs-text-opacity));
}
.bg-gradient-gray-200 {
  background-color: #e9ecef !important;
  background-image: linear-gradient(to bottom, #fff, #dadfe4) !important;
}
.theme-gray-200 {
  --app-theme: #e9ecef !important;
  --app-theme-rgb: 233, 236, 239 !important;
}
.bg-gray-200-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(242, 244, 245, var(--bs-bg-opacity));
}
.text-gray-200-100 {
  --bs-text-opacity: 1;
  color: rgba(242, 244, 245, var(--bs-text-opacity));
}
.bg-gray-200-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(240, 242, 244, var(--bs-bg-opacity));
}
.text-gray-200-200 {
  --bs-text-opacity: 1;
  color: rgba(240, 242, 244, var(--bs-text-opacity));
}
.bg-gray-200-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(237, 240, 242, var(--bs-bg-opacity));
}
.text-gray-200-300 {
  --bs-text-opacity: 1;
  color: rgba(237, 240, 242, var(--bs-text-opacity));
}
.bg-gray-200-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(235, 238, 241, var(--bs-bg-opacity));
}
.text-gray-200-400 {
  --bs-text-opacity: 1;
  color: rgba(235, 238, 241, var(--bs-text-opacity));
}
.bg-gray-200-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(233, 236, 239, var(--bs-bg-opacity));
}
.text-gray-200-500 {
  --bs-text-opacity: 1;
  color: rgba(233, 236, 239, var(--bs-text-opacity));
}
.bg-gray-200-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(210, 212, 215, var(--bs-bg-opacity));
}
.text-gray-200-600 {
  --bs-text-opacity: 1;
  color: rgba(210, 212, 215, var(--bs-text-opacity));
}
.bg-gray-200-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(186, 189, 191, var(--bs-bg-opacity));
}
.text-gray-200-700 {
  --bs-text-opacity: 1;
  color: rgba(186, 189, 191, var(--bs-text-opacity));
}
.bg-gray-200-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(163, 165, 167, var(--bs-bg-opacity));
}
.text-gray-200-800 {
  --bs-text-opacity: 1;
  color: rgba(163, 165, 167, var(--bs-text-opacity));
}
.bg-gray-200-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(140, 142, 143, var(--bs-bg-opacity));
}
.text-gray-200-900 {
  --bs-text-opacity: 1;
  color: rgba(140, 142, 143, var(--bs-text-opacity));
}
.bg-gradient-gray-300 {
  background-color: #dee2e6 !important;
  background-image: linear-gradient(to bottom, #fbfcfc, #cfd5db) !important;
}
.theme-gray-300 {
  --app-theme: #dee2e6 !important;
  --app-theme-rgb: 222, 226, 230 !important;
}
.bg-gray-300-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(235, 238, 240, var(--bs-bg-opacity));
}
.text-gray-300-100 {
  --bs-text-opacity: 1;
  color: rgba(235, 238, 240, var(--bs-text-opacity));
}
.bg-gray-300-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(232, 235, 238, var(--bs-bg-opacity));
}
.text-gray-300-200 {
  --bs-text-opacity: 1;
  color: rgba(232, 235, 238, var(--bs-text-opacity));
}
.bg-gray-300-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(229, 232, 235, var(--bs-bg-opacity));
}
.text-gray-300-300 {
  --bs-text-opacity: 1;
  color: rgba(229, 232, 235, var(--bs-text-opacity));
}
.bg-gray-300-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(225, 229, 233, var(--bs-bg-opacity));
}
.text-gray-300-400 {
  --bs-text-opacity: 1;
  color: rgba(225, 229, 233, var(--bs-text-opacity));
}
.bg-gray-300-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(222, 226, 230, var(--bs-bg-opacity));
}
.text-gray-300-500 {
  --bs-text-opacity: 1;
  color: rgba(222, 226, 230, var(--bs-text-opacity));
}
.bg-gray-300-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(200, 203, 207, var(--bs-bg-opacity));
}
.text-gray-300-600 {
  --bs-text-opacity: 1;
  color: rgba(200, 203, 207, var(--bs-text-opacity));
}
.bg-gray-300-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(178, 181, 184, var(--bs-bg-opacity));
}
.text-gray-300-700 {
  --bs-text-opacity: 1;
  color: rgba(178, 181, 184, var(--bs-text-opacity));
}
.bg-gray-300-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(155, 158, 161, var(--bs-bg-opacity));
}
.text-gray-300-800 {
  --bs-text-opacity: 1;
  color: rgba(155, 158, 161, var(--bs-text-opacity));
}
.bg-gray-300-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(133, 136, 138, var(--bs-bg-opacity));
}
.text-gray-300-900 {
  --bs-text-opacity: 1;
  color: rgba(133, 136, 138, var(--bs-text-opacity));
}
.bg-gradient-gray-400 {
  background-color: #ced4da !important;
  background-image: linear-gradient(to bottom, #ebeef0, #bfc7cf) !important;
}
.theme-gray-400 {
  --app-theme: #ced4da !important;
  --app-theme-rgb: 206, 212, 218 !important;
}
.bg-gray-400-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(226, 229, 233, var(--bs-bg-opacity));
}
.text-gray-400-100 {
  --bs-text-opacity: 1;
  color: rgba(226, 229, 233, var(--bs-text-opacity));
}
.bg-gray-400-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(221, 225, 229, var(--bs-bg-opacity));
}
.text-gray-400-200 {
  --bs-text-opacity: 1;
  color: rgba(221, 225, 229, var(--bs-text-opacity));
}
.bg-gray-400-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(216, 221, 225, var(--bs-bg-opacity));
}
.text-gray-400-300 {
  --bs-text-opacity: 1;
  color: rgba(216, 221, 225, var(--bs-text-opacity));
}
.bg-gray-400-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(211, 216, 222, var(--bs-bg-opacity));
}
.text-gray-400-400 {
  --bs-text-opacity: 1;
  color: rgba(211, 216, 222, var(--bs-text-opacity));
}
.bg-gray-400-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(206, 212, 218, var(--bs-bg-opacity));
}
.text-gray-400-500 {
  --bs-text-opacity: 1;
  color: rgba(206, 212, 218, var(--bs-text-opacity));
}
.bg-gray-400-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(185, 191, 196, var(--bs-bg-opacity));
}
.text-gray-400-600 {
  --bs-text-opacity: 1;
  color: rgba(185, 191, 196, var(--bs-text-opacity));
}
.bg-gray-400-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(165, 170, 174, var(--bs-bg-opacity));
}
.text-gray-400-700 {
  --bs-text-opacity: 1;
  color: rgba(165, 170, 174, var(--bs-text-opacity));
}
.bg-gray-400-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(144, 148, 153, var(--bs-bg-opacity));
}
.text-gray-400-800 {
  --bs-text-opacity: 1;
  color: rgba(144, 148, 153, var(--bs-text-opacity));
}
.bg-gray-400-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(124, 127, 131, var(--bs-bg-opacity));
}
.text-gray-400-900 {
  --bs-text-opacity: 1;
  color: rgba(124, 127, 131, var(--bs-text-opacity));
}
.bg-gradient-gray-500 {
  background-color: #adb5bd !important;
  background-image: linear-gradient(to bottom, #c9cfd4, #9fa8b2) !important;
}
.theme-gray-500 {
  --app-theme: #adb5bd !important;
  --app-theme-rgb: 173, 181, 189 !important;
}
.bg-gray-500-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(206, 211, 215, var(--bs-bg-opacity));
}
.text-gray-500-100 {
  --bs-text-opacity: 1;
  color: rgba(206, 211, 215, var(--bs-text-opacity));
}
.bg-gray-500-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(198, 203, 209, var(--bs-bg-opacity));
}
.text-gray-500-200 {
  --bs-text-opacity: 1;
  color: rgba(198, 203, 209, var(--bs-text-opacity));
}
.bg-gray-500-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(189, 196, 202, var(--bs-bg-opacity));
}
.text-gray-500-300 {
  --bs-text-opacity: 1;
  color: rgba(189, 196, 202, var(--bs-text-opacity));
}
.bg-gray-500-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(181, 188, 196, var(--bs-bg-opacity));
}
.text-gray-500-400 {
  --bs-text-opacity: 1;
  color: rgba(181, 188, 196, var(--bs-text-opacity));
}
.bg-gray-500-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(173, 181, 189, var(--bs-bg-opacity));
}
.text-gray-500-500 {
  --bs-text-opacity: 1;
  color: rgba(173, 181, 189, var(--bs-text-opacity));
}
.bg-gray-500-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(156, 163, 170, var(--bs-bg-opacity));
}
.text-gray-500-600 {
  --bs-text-opacity: 1;
  color: rgba(156, 163, 170, var(--bs-text-opacity));
}
.bg-gray-500-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(138, 145, 151, var(--bs-bg-opacity));
}
.text-gray-500-700 {
  --bs-text-opacity: 1;
  color: rgba(138, 145, 151, var(--bs-text-opacity));
}
.bg-gray-500-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(121, 127, 132, var(--bs-bg-opacity));
}
.text-gray-500-800 {
  --bs-text-opacity: 1;
  color: rgba(121, 127, 132, var(--bs-text-opacity));
}
.bg-gray-500-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(104, 109, 113, var(--bs-bg-opacity));
}
.text-gray-500-900 {
  --bs-text-opacity: 1;
  color: rgba(104, 109, 113, var(--bs-text-opacity));
}
.bg-gradient-gray-600 {
  background-color: #6c757d !important;
  background-image: linear-gradient(to bottom, #868e96, #60686f) !important;
}
.theme-gray-600 {
  --app-theme: #6c757d !important;
  --app-theme-rgb: 108, 117, 125 !important;
}
.bg-gray-600-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(167, 172, 177, var(--bs-bg-opacity));
}
.text-gray-600-100 {
  --bs-text-opacity: 1;
  color: rgba(167, 172, 177, var(--bs-text-opacity));
}
.bg-gray-600-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(152, 158, 164, var(--bs-bg-opacity));
}
.text-gray-600-200 {
  --bs-text-opacity: 1;
  color: rgba(152, 158, 164, var(--bs-text-opacity));
}
.bg-gray-600-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(137, 145, 151, var(--bs-bg-opacity));
}
.text-gray-600-300 {
  --bs-text-opacity: 1;
  color: rgba(137, 145, 151, var(--bs-text-opacity));
}
.bg-gray-600-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(123, 131, 138, var(--bs-bg-opacity));
}
.text-gray-600-400 {
  --bs-text-opacity: 1;
  color: rgba(123, 131, 138, var(--bs-text-opacity));
}
.bg-gray-600-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(108, 117, 125, var(--bs-bg-opacity));
}
.text-gray-600-500 {
  --bs-text-opacity: 1;
  color: rgba(108, 117, 125, var(--bs-text-opacity));
}
.bg-gray-600-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(97, 105, 113, var(--bs-bg-opacity));
}
.text-gray-600-600 {
  --bs-text-opacity: 1;
  color: rgba(97, 105, 113, var(--bs-text-opacity));
}
.bg-gray-600-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(86, 94, 100, var(--bs-bg-opacity));
}
.text-gray-600-700 {
  --bs-text-opacity: 1;
  color: rgba(86, 94, 100, var(--bs-text-opacity));
}
.bg-gray-600-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(76, 82, 88, var(--bs-bg-opacity));
}
.text-gray-600-800 {
  --bs-text-opacity: 1;
  color: rgba(76, 82, 88, var(--bs-text-opacity));
}
.bg-gray-600-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(65, 70, 75, var(--bs-bg-opacity));
}
.text-gray-600-900 {
  --bs-text-opacity: 1;
  color: rgba(65, 70, 75, var(--bs-text-opacity));
}
.bg-gradient-gray-700 {
  background-color: #495057 !important;
  background-image: linear-gradient(to bottom, #606a73, #3d4349) !important;
}
.theme-gray-700 {
  --app-theme: #495057 !important;
  --app-theme-rgb: 73, 80, 87 !important;
}
.bg-gray-700-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(146, 150, 154, var(--bs-bg-opacity));
}
.text-gray-700-100 {
  --bs-text-opacity: 1;
  color: rgba(146, 150, 154, var(--bs-text-opacity));
}
.bg-gray-700-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(128, 133, 137, var(--bs-bg-opacity));
}
.text-gray-700-200 {
  --bs-text-opacity: 1;
  color: rgba(128, 133, 137, var(--bs-text-opacity));
}
.bg-gray-700-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(109, 115, 121, var(--bs-bg-opacity));
}
.text-gray-700-300 {
  --bs-text-opacity: 1;
  color: rgba(109, 115, 121, var(--bs-text-opacity));
}
.bg-gray-700-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(91, 98, 104, var(--bs-bg-opacity));
}
.text-gray-700-400 {
  --bs-text-opacity: 1;
  color: rgba(91, 98, 104, var(--bs-text-opacity));
}
.bg-gray-700-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(73, 80, 87, var(--bs-bg-opacity));
}
.text-gray-700-500 {
  --bs-text-opacity: 1;
  color: rgba(73, 80, 87, var(--bs-text-opacity));
}
.bg-gray-700-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(66, 72, 78, var(--bs-bg-opacity));
}
.text-gray-700-600 {
  --bs-text-opacity: 1;
  color: rgba(66, 72, 78, var(--bs-text-opacity));
}
.bg-gray-700-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(58, 64, 70, var(--bs-bg-opacity));
}
.text-gray-700-700 {
  --bs-text-opacity: 1;
  color: rgba(58, 64, 70, var(--bs-text-opacity));
}
.bg-gray-700-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(51, 56, 61, var(--bs-bg-opacity));
}
.text-gray-700-800 {
  --bs-text-opacity: 1;
  color: rgba(51, 56, 61, var(--bs-text-opacity));
}
.bg-gray-700-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(44, 48, 52, var(--bs-bg-opacity));
}
.text-gray-700-900 {
  --bs-text-opacity: 1;
  color: rgba(44, 48, 52, var(--bs-text-opacity));
}
.bg-gradient-gray-800 {
  background-color: #2d353c !important;
  background-image: linear-gradient(to bottom, #434f59, #22282d) !important;
}
.theme-gray-800 {
  --app-theme: #2d353c !important;
  --app-theme-rgb: 45, 53, 60 !important;
}
.bg-gray-800-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(129, 134, 138, var(--bs-bg-opacity));
}
.text-gray-800-100 {
  --bs-text-opacity: 1;
  color: rgba(129, 134, 138, var(--bs-text-opacity));
}
.bg-gray-800-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(108, 114, 119, var(--bs-bg-opacity));
}
.text-gray-800-200 {
  --bs-text-opacity: 1;
  color: rgba(108, 114, 119, var(--bs-text-opacity));
}
.bg-gray-800-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(87, 93, 99, var(--bs-bg-opacity));
}
.text-gray-800-300 {
  --bs-text-opacity: 1;
  color: rgba(87, 93, 99, var(--bs-text-opacity));
}
.bg-gray-800-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(66, 73, 80, var(--bs-bg-opacity));
}
.text-gray-800-400 {
  --bs-text-opacity: 1;
  color: rgba(66, 73, 80, var(--bs-text-opacity));
}
.bg-gray-800-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(45, 53, 60, var(--bs-bg-opacity));
}
.text-gray-800-500 {
  --bs-text-opacity: 1;
  color: rgba(45, 53, 60, var(--bs-text-opacity));
}
.bg-gray-800-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(41, 48, 54, var(--bs-bg-opacity));
}
.text-gray-800-600 {
  --bs-text-opacity: 1;
  color: rgba(41, 48, 54, var(--bs-text-opacity));
}
.bg-gray-800-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(36, 42, 48, var(--bs-bg-opacity));
}
.text-gray-800-700 {
  --bs-text-opacity: 1;
  color: rgba(36, 42, 48, var(--bs-text-opacity));
}
.bg-gray-800-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(32, 37, 42, var(--bs-bg-opacity));
}
.text-gray-800-800 {
  --bs-text-opacity: 1;
  color: rgba(32, 37, 42, var(--bs-text-opacity));
}
.bg-gray-800-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(27, 32, 36, var(--bs-bg-opacity));
}
.text-gray-800-900 {
  --bs-text-opacity: 1;
  color: rgba(27, 32, 36, var(--bs-text-opacity));
}
.bg-gradient-gray-900 {
  background-color: #20252a !important;
  background-image: linear-gradient(to bottom, #363f47, #15181c) !important;
}
.theme-gray-900 {
  --app-theme: #20252a !important;
  --app-theme-rgb: 32, 37, 42 !important;
}
.bg-gray-900-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(121, 124, 127, var(--bs-bg-opacity));
}
.text-gray-900-100 {
  --bs-text-opacity: 1;
  color: rgba(121, 124, 127, var(--bs-text-opacity));
}
.bg-gray-900-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(99, 102, 106, var(--bs-bg-opacity));
}
.text-gray-900-200 {
  --bs-text-opacity: 1;
  color: rgba(99, 102, 106, var(--bs-text-opacity));
}
.bg-gray-900-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(77, 81, 85, var(--bs-bg-opacity));
}
.text-gray-900-300 {
  --bs-text-opacity: 1;
  color: rgba(77, 81, 85, var(--bs-text-opacity));
}
.bg-gray-900-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(54, 59, 63, var(--bs-bg-opacity));
}
.text-gray-900-400 {
  --bs-text-opacity: 1;
  color: rgba(54, 59, 63, var(--bs-text-opacity));
}
.bg-gray-900-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(32, 37, 42, var(--bs-bg-opacity));
}
.text-gray-900-500 {
  --bs-text-opacity: 1;
  color: rgba(32, 37, 42, var(--bs-text-opacity));
}
.bg-gray-900-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(29, 33, 38, var(--bs-bg-opacity));
}
.text-gray-900-600 {
  --bs-text-opacity: 1;
  color: rgba(29, 33, 38, var(--bs-text-opacity));
}
.bg-gray-900-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(26, 30, 34, var(--bs-bg-opacity));
}
.text-gray-900-700 {
  --bs-text-opacity: 1;
  color: rgba(26, 30, 34, var(--bs-text-opacity));
}
.bg-gray-900-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(22, 26, 29, var(--bs-bg-opacity));
}
.text-gray-900-800 {
  --bs-text-opacity: 1;
  color: rgba(22, 26, 29, var(--bs-text-opacity));
}
.bg-gray-900-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(19, 22, 25, var(--bs-bg-opacity));
}
.text-gray-900-900 {
  --bs-text-opacity: 1;
  color: rgba(19, 22, 25, var(--bs-text-opacity));
}
.bg-gradient-red-pink {
  background-image: linear-gradient(to bottom, #ff5b57 0, #fb5597 100%) !important;
}
.bg-gradient-orange-red {
  background-image: linear-gradient(to bottom, #f59c1a 0, #ff5b57 100%) !important;
}
.bg-gradient-yellow-orange {
  background-image: linear-gradient(to bottom, #ffd900 0, #f59c1a 100%) !important;
}
.bg-gradient-yellow-red {
  background-image: linear-gradient(to bottom, #ffd900 0, #ff5b57 100%) !important;
}
.bg-gradient-teal-green {
  background-image: linear-gradient(to bottom, #00acac 0, #32a932 100%) !important;
}
.bg-gradient-yellow-green {
  background-image: linear-gradient(to bottom, #ffd900 0, #32a932 100%) !important;
}
.bg-gradient-blue-purple {
  background-image: linear-gradient(to bottom, #348fe2 0, #727cb6 100%) !important;
}
.bg-gradient-cyan-blue {
  background-image: linear-gradient(to bottom, #49b6d6 0, #348fe2 100%) !important;
}
.bg-gradient-cyan-purple {
  background-image: linear-gradient(to bottom, #49b6d6 0, #727cb6 100%) !important;
}
.bg-gradient-cyan-indigo {
  background-image: linear-gradient(to bottom, #49b6d6 0, #8753de 100%) !important;
}
.bg-gradient-blue-indigo {
  background-image: linear-gradient(to bottom, #348fe2 0, #8753de 100%) !important;
}
.bg-gradient-purple-indigo {
  background-image: linear-gradient(to bottom, #727cb6 0, #8753de 100%) !important;
}
.bg-gradient-silver-black {
  background-image: linear-gradient(to bottom, #b6c2c9 0, #000 100%) !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.text-opacity-0 {
  --bs-text-opacity: 0;
}
.text-opacity-5 {
  --bs-text-opacity: 0.05;
}
.bg-opacity-0 {
  --bs-bg-opacity: 0;
}
.bg-opacity-5 {
  --bs-bg-opacity: 0.05;
}
.opacity-10 {
  opacity: 0.1 !important;
}
.opacity-15 {
  opacity: 0.15 !important;
}
.text-opacity-10 {
  --bs-text-opacity: 0.1;
}
.text-opacity-15 {
  --bs-text-opacity: 0.15;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-15 {
  --bs-bg-opacity: 0.15;
}
.opacity-20 {
  opacity: 0.2 !important;
}
.opacity-30 {
  opacity: 0.3 !important;
}
.text-opacity-20 {
  --bs-text-opacity: 0.2;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.bg-opacity-20 {
  --bs-bg-opacity: 0.2;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3 !important;
}
.opacity-45 {
  opacity: 0.45 !important;
}
.text-opacity-30 {
  --bs-text-opacity: 0.3;
}
.text-opacity-35 {
  --bs-text-opacity: 0.35;
}
.bg-opacity-30 {
  --bs-bg-opacity: 0.3;
}
.bg-opacity-35 {
  --bs-bg-opacity: 0.35;
}
.opacity-40 {
  opacity: 0.4 !important;
}
.opacity-60 {
  opacity: 0.6 !important;
}
.text-opacity-40 {
  --bs-text-opacity: 0.4;
}
.text-opacity-45 {
  --bs-text-opacity: 0.45;
}
.bg-opacity-40 {
  --bs-bg-opacity: 0.4;
}
.bg-opacity-45 {
  --bs-bg-opacity: 0.45;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-55 {
  --bs-text-opacity: 0.55;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-55 {
  --bs-bg-opacity: 0.55;
}
.opacity-60 {
  opacity: 0.6 !important;
}
.opacity-90 {
  opacity: 0.9 !important;
}
.text-opacity-60 {
  --bs-text-opacity: 0.6;
}
.text-opacity-65 {
  --bs-text-opacity: 0.65;
}
.bg-opacity-60 {
  --bs-bg-opacity: 0.6;
}
.bg-opacity-65 {
  --bs-bg-opacity: 0.65;
}
.opacity-70 {
  opacity: 0.7 !important;
}
.opacity-105 {
  opacity: 1.05 !important;
}
.text-opacity-70 {
  --bs-text-opacity: 0.7;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.bg-opacity-70 {
  --bs-bg-opacity: 0.7;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8 !important;
}
.opacity-120 {
  opacity: 1.2 !important;
}
.text-opacity-80 {
  --bs-text-opacity: 0.8;
}
.text-opacity-85 {
  --bs-text-opacity: 0.85;
}
.bg-opacity-80 {
  --bs-bg-opacity: 0.8;
}
.bg-opacity-85 {
  --bs-bg-opacity: 0.85;
}
.opacity-90 {
  opacity: 0.9 !important;
}
.opacity-135 {
  opacity: 1.35 !important;
}
.text-opacity-90 {
  --bs-text-opacity: 0.9;
}
.text-opacity-95 {
  --bs-text-opacity: 0.95;
}
.bg-opacity-90 {
  --bs-bg-opacity: 0.9;
}
.bg-opacity-95 {
  --bs-bg-opacity: 0.95;
}
.opacity-100 {
  opacity: 1 !important;
}
.opacity-150 {
  opacity: 1.5 !important;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-opacity-105 {
  --bs-text-opacity: 1.05;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-opacity-105 {
  --bs-bg-opacity: 1.05;
}
.hide {
  display: none !important;
}

/*----------------------------------------
 10.Portfolio Area Css
----------------------------------------*/

.pst-content {
  padding-left: 10px;
}

.project-menu {
  margin-bottom: 40px;
  text-align: center;
}

.project-menu li {
  display: inline-block;
}

.project-menu li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #444;
  border-radius: 5px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 4px;
  padding: 6px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.project-menu li a.active,
.project-menu li a:hover {
  border-color: #df0000;
  background: #df0000;
  color: #fff;
  text-decoration: none;
}

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 1px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  border: 1px solid #ddd; /* Berikan sedikit warna pada border */
  border-radius: 4px;
  margin: 5px;
  background-color: #f5f6f7;

  /* Box shadow yang keren */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), /* Shadow lembut */ 0 1px 3px rgba(0, 0, 0, 0.08); /* Shadow yang lebih kecil */
}

/* Mengatur margin antar kolom jika ada grid */
.single-awesome-project .col-md-4 {
  margin-bottom: 30px; /* Memberi ruang antar kolom */
}

.single-awesome-project:hover {
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2); /* Efek hover yang lebih lembut */
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  height: 250px;
  padding: 15px;
  line-height: 100px;
  text-align: center;
  position: relative;
  display: block;
}

.single-awesome-project .item-image img {
  max-width: 100%;
  max-height: 100%;
}

.awesome-img > a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img > a::after {
  opacity: 10;
}

.single-awesome-project:hover .add-actions {
  opacity: 10;
  bottom: 0;
}

.awesome-img > a::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
  border: 1;
}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}
