@charset "UTF-8";
/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --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: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --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: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: 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";
  font-family: var(--bs-body-font-family);
  font-size: 1rem;
  font-size: var(--bs-body-font-size);
  font-weight: 400;
  font-weight: var(--bs-body-font-weight);
  line-height: 1.5;
  line-height: var(--bs-body-line-height);
  color: #212529;
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  color: var(--bs-heading-color);
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -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;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.1875em;
  color: #212529;
  color: var(--bs-highlight-color);
  background-color: rgb(255, 242.6, 205.4);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(13, 110, 253, 1);
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: #fff;
  color: var(--bs-body-bg);
  background-color: #212529;
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-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.25rem;
  font-weight: 300;
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border: 1px solid #dee2e6;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(1.5rem * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(1.5rem * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * 0);
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * 1.5rem);
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * 1.5rem);
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      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 {
  -ms-flex: 1 0;
      flex: 1 0;
}
.row-cols-auto > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex: 1 0;
        flex: 1 0;
  }
  .row-cols-sm-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex: 1 0;
        flex: 1 0;
  }
  .row-cols-md-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex: 1 0;
        flex: 1 0;
  }
  .row-cols-lg-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex: 1 0;
        flex: 1 0;
  }
  .row-cols-xl-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex: 1 0;
        flex: 1 0;
  }
  .row-cols-xxl-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table, .theme-table-sm, .theme-table-borderless, .theme-table-bordered, .theme-table-hover, .theme-table-striped, .theme-table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: #dee2e6;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > *, .theme-table-sm > :not(caption) > * > *, .theme-table-borderless > :not(caption) > * > *, .theme-table-bordered > :not(caption) > * > *, .theme-table-hover > :not(caption) > * > *, .theme-table-striped > :not(caption) > * > *, .theme-table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  border-bottom-width: var(--bs-border-width);
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
          box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody, .theme-table-sm > tbody, .theme-table-borderless > tbody, .theme-table-bordered > tbody, .theme-table-hover > tbody, .theme-table-striped > tbody, .theme-table > tbody {
  vertical-align: inherit;
}
.table > thead, .theme-table-sm > thead, .theme-table-borderless > thead, .theme-table-bordered > thead, .theme-table-hover > thead, .theme-table-striped > thead, .theme-table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(1px * 2) solid currentcolor;
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > *, .theme-table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > *, .theme-table-bordered > :not(caption) > * {
  border-width: 1px 0;
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > *, .theme-table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > *, .theme-table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child), .theme-table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > *, .theme-table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > *, .theme-table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary, .theme-table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: #000;
  color: var(--bs-table-color);
  border-color: rgb(165.28, 180.8, 203.68);
  border-color: var(--bs-table-border-color);
}
.table-secondary, .theme-table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: #000;
  color: var(--bs-table-color);
  border-color: rgb(180.48, 181.92, 183.2);
  border-color: var(--bs-table-border-color);
}
.table-success, .theme-table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: #000;
  color: var(--bs-table-color);
  border-color: rgb(167.2, 184.8, 176.64);
  border-color: var(--bs-table-border-color);
}
.table-info, .theme-table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: #000;
  color: var(--bs-table-color);
  border-color: rgb(165.28, 195.52, 201.6);
  border-color: var(--bs-table-border-color);
}
.table-warning, .theme-table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: #000;
  color: var(--bs-table-color);
  border-color: rgb(204, 194.08, 164.32);
  border-color: var(--bs-table-border-color);
}
.table-danger, .theme-table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: #000;
  color: var(--bs-table-color);
  border-color: rgb(198.4, 171.68, 174.24);
  border-color: var(--bs-table-border-color);
}
.table-light, .theme-table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: #000;
  color: var(--bs-table-color);
  border-color: rgb(198.4, 199.2, 200);
  border-color: var(--bs-table-border-color);
}
.table-dark, .theme-table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: #fff;
  color: var(--bs-table-color);
  border-color: rgb(77.4, 80.6, 83.8);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label, .theme-form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.form-control, .theme-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .theme-form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file], [type=file].theme-form-control {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), [type=file].theme-form-control:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .theme-form-control:focus {
  color: #212529;
  color: var(--bs-body-color);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value, .theme-form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit, .theme-form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-webkit-input-placeholder, .theme-form-control::-webkit-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-moz-placeholder, .theme-form-control::-moz-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:-ms-input-placeholder, .theme-form-control:-ms-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-ms-input-placeholder, .theme-form-control::-ms-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder, .theme-form-control::placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled, .theme-form-control:disabled {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button, .theme-form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  color: var(--bs-body-color);
  background-color: #f8f9fa;
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-inline-end-width: var(--bs-border-width);
  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, -webkit-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, -webkit-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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button, .theme-form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  color: var(--bs-body-color);
  background-color: #f8f9fa;
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-inline-end-width: var(--bs-border-width);
  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, -webkit-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, -webkit-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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button, .theme-form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button, .theme-form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .theme-form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .theme-form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(1px * 2));
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(1px * 2));
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
  border-radius: var(--bs-border-radius-lg);
}
.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, textarea.theme-form-control {
  min-height: calc(1.5em + 0.75rem + calc(1px * 2));
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(1px * 2));
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(1px * 2));
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(1px * 2));
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(1px * 2));
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(1px * 2));
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select, .theme-form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-color: var(--bs-body-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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), none;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #dee2e6;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select, .theme-form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus, .theme-form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], [multiple].theme-form-select, .form-select[size]:not([size="1"]), [size].theme-form-select:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled, .theme-form-select:disabled {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring, .theme-form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select, [data-bs-theme=dark] .theme-form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check, .theme-form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input, .form-check .theme-form-check-input, .theme-form-check .form-check-input, .theme-form-check .theme-form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input, .form-check-reverse .theme-form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input, .theme-form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #dee2e6;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox], [type=checkbox].theme-form-check-input {
  border-radius: 0.25em;
}
.form-check-input[type=radio], [type=radio].theme-form-check-input {
  border-radius: 50%;
}
.form-check-input:active, .theme-form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus, .theme-form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked, .theme-form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox], .theme-form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio], .theme-form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate, [type=checkbox].theme-form-check-input:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled, .theme-form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, [disabled].theme-form-check-input ~ .form-check-label, .form-check-input:disabled ~ .form-check-label, .theme-form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input, .form-switch .theme-form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: 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-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input, .form-switch .theme-form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus, .form-switch .theme-form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked, .form-switch .theme-form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input, .form-switch.form-check-reverse .theme-form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check[disabled] + .theme-btn-outline-dark, .btn-check[disabled] + .theme-btn-outline-light, .btn-check[disabled] + .theme-btn-outline-info, .btn-check[disabled] + .theme-btn-outline-warning, .btn-check[disabled] + .theme-btn-outline-danger, .btn-check[disabled] + .theme-btn-outline-success, .btn-check[disabled] + .theme-btn-outline-secondary, .btn-check[disabled] + .theme-btn-outline-primary, .btn-check[disabled] + .theme-btn-dark, .btn-check[disabled] + .theme-btn-light, .btn-check[disabled] + .theme-btn-info, .btn-check[disabled] + .theme-btn-warning, .btn-check[disabled] + .theme-btn-danger, .btn-check[disabled] + .theme-btn-success, .btn-check[disabled] + .theme-btn-secondary, .btn-check[disabled] + .theme-btn-primary, .btn-check[disabled] + .theme-btn, .btn-check:disabled + .btn, .btn-check:disabled + .theme-btn-outline-dark, .btn-check:disabled + .theme-btn-outline-light, .btn-check:disabled + .theme-btn-outline-info, .btn-check:disabled + .theme-btn-outline-warning, .btn-check:disabled + .theme-btn-outline-danger, .btn-check:disabled + .theme-btn-outline-success, .btn-check:disabled + .theme-btn-outline-secondary, .btn-check:disabled + .theme-btn-outline-primary, .btn-check:disabled + .theme-btn-dark, .btn-check:disabled + .theme-btn-light, .btn-check:disabled + .theme-btn-info, .btn-check:disabled + .theme-btn-warning, .btn-check:disabled + .theme-btn-danger, .btn-check:disabled + .theme-btn-success, .btn-check:disabled + .theme-btn-secondary, .btn-check:disabled + .theme-btn-primary, .btn-check:disabled + .theme-btn {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus), [data-bs-theme=dark] .form-switch .theme-form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: rgba(33, 37, 41, 0.75);
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: rgba(33, 37, 41, 0.75);
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .theme-form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select,
.form-floating > .theme-form-select {
  height: calc(3.5rem + calc(1px * 2));
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(1px * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(33, 37, 41, 0.65);
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  border: var(--bs-border-width) solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control, .form-floating > .theme-form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .theme-form-control::-webkit-input-placeholder, .form-floating > .form-control-plaintext::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .theme-form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .theme-form-control:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder, .form-floating > .theme-form-control::-ms-input-placeholder, .form-floating > .form-control-plaintext::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder, .form-floating > .theme-form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .theme-form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .theme-form-control:not(:-ms-input-placeholder), .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .theme-form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .theme-form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .form-floating > .theme-form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select, .form-floating > .theme-form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label, .form-floating > .theme-form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label, .form-floating > .theme-form-control:not(:-ms-input-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label, .form-floating > .theme-form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .theme-form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label,
.form-floating > .theme-form-select ~ label {
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > .theme-form-control:-webkit-autofill ~ label {
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:not(:-moz-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:not(:-ms-input-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.input-group, .theme-input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .theme-input-group > .form-control, .input-group > .theme-form-control, .theme-input-group > .theme-form-control,
.input-group > .form-select,
.theme-input-group > .form-select,
.input-group > .theme-form-select,
.theme-input-group > .theme-form-select,
.input-group > .form-floating,
.theme-input-group > .form-floating {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .theme-input-group > .form-control:focus, .input-group > .theme-form-control:focus, .theme-input-group > .theme-form-control:focus,
.input-group > .form-select:focus,
.theme-input-group > .form-select:focus,
.input-group > .theme-form-select:focus,
.theme-input-group > .theme-form-select:focus,
.input-group > .form-floating:focus-within,
.theme-input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .theme-input-group .btn, .input-group .theme-btn-outline-dark, .theme-input-group .theme-btn-outline-dark, .input-group .theme-btn-outline-light, .theme-input-group .theme-btn-outline-light, .input-group .theme-btn-outline-info, .theme-input-group .theme-btn-outline-info, .input-group .theme-btn-outline-warning, .theme-input-group .theme-btn-outline-warning, .input-group .theme-btn-outline-danger, .theme-input-group .theme-btn-outline-danger, .input-group .theme-btn-outline-success, .theme-input-group .theme-btn-outline-success, .input-group .theme-btn-outline-secondary, .theme-input-group .theme-btn-outline-secondary, .input-group .theme-btn-outline-primary, .theme-input-group .theme-btn-outline-primary, .input-group .theme-btn-dark, .theme-input-group .theme-btn-dark, .input-group .theme-btn-light, .theme-input-group .theme-btn-light, .input-group .theme-btn-info, .theme-input-group .theme-btn-info, .input-group .theme-btn-warning, .theme-input-group .theme-btn-warning, .input-group .theme-btn-danger, .theme-input-group .theme-btn-danger, .input-group .theme-btn-success, .theme-input-group .theme-btn-success, .input-group .theme-btn-secondary, .theme-input-group .theme-btn-secondary, .input-group .theme-btn-primary, .theme-input-group .theme-btn-primary, .input-group .theme-btn, .theme-input-group .theme-btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .theme-input-group .btn:focus, .input-group .theme-btn-outline-dark:focus, .theme-input-group .theme-btn-outline-dark:focus, .input-group .theme-btn-outline-light:focus, .theme-input-group .theme-btn-outline-light:focus, .input-group .theme-btn-outline-info:focus, .theme-input-group .theme-btn-outline-info:focus, .input-group .theme-btn-outline-warning:focus, .theme-input-group .theme-btn-outline-warning:focus, .input-group .theme-btn-outline-danger:focus, .theme-input-group .theme-btn-outline-danger:focus, .input-group .theme-btn-outline-success:focus, .theme-input-group .theme-btn-outline-success:focus, .input-group .theme-btn-outline-secondary:focus, .theme-input-group .theme-btn-outline-secondary:focus, .input-group .theme-btn-outline-primary:focus, .theme-input-group .theme-btn-outline-primary:focus, .input-group .theme-btn-dark:focus, .theme-input-group .theme-btn-dark:focus, .input-group .theme-btn-light:focus, .theme-input-group .theme-btn-light:focus, .input-group .theme-btn-info:focus, .theme-input-group .theme-btn-info:focus, .input-group .theme-btn-warning:focus, .theme-input-group .theme-btn-warning:focus, .input-group .theme-btn-danger:focus, .theme-input-group .theme-btn-danger:focus, .input-group .theme-btn-success:focus, .theme-input-group .theme-btn-success:focus, .input-group .theme-btn-secondary:focus, .theme-input-group .theme-btn-secondary:focus, .input-group .theme-btn-primary:focus, .theme-input-group .theme-btn-primary:focus, .input-group .theme-btn:focus, .theme-input-group .theme-btn:focus {
  z-index: 5;
}
.input-group-text, .theme-input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: #f8f9fa;
  background-color: var(--bs-tertiary-bg);
  border: 1px solid #dee2e6;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .form-control, .input-group-lg > .theme-form-control,
.input-group-lg > .form-select,
.input-group-lg > .theme-form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .theme-input-group-text,
.input-group-lg > .btn,
.input-group-lg > .theme-btn-outline-dark,
.input-group-lg > .theme-btn-outline-light,
.input-group-lg > .theme-btn-outline-info,
.input-group-lg > .theme-btn-outline-warning,
.input-group-lg > .theme-btn-outline-danger,
.input-group-lg > .theme-btn-outline-success,
.input-group-lg > .theme-btn-outline-secondary,
.input-group-lg > .theme-btn-outline-primary,
.input-group-lg > .theme-btn-dark,
.input-group-lg > .theme-btn-light,
.input-group-lg > .theme-btn-info,
.input-group-lg > .theme-btn-warning,
.input-group-lg > .theme-btn-danger,
.input-group-lg > .theme-btn-success,
.input-group-lg > .theme-btn-secondary,
.input-group-lg > .theme-btn-primary,
.input-group-lg > .theme-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .form-control, .input-group-sm > .theme-form-control,
.input-group-sm > .form-select,
.input-group-sm > .theme-form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .theme-input-group-text,
.input-group-sm > .btn,
.input-group-sm > .theme-btn-outline-dark,
.input-group-sm > .theme-btn-outline-light,
.input-group-sm > .theme-btn-outline-info,
.input-group-sm > .theme-btn-outline-warning,
.input-group-sm > .theme-btn-outline-danger,
.input-group-sm > .theme-btn-outline-success,
.input-group-sm > .theme-btn-outline-secondary,
.input-group-sm > .theme-btn-outline-primary,
.input-group-sm > .theme-btn-dark,
.input-group-sm > .theme-btn-light,
.input-group-sm > .theme-btn-info,
.input-group-sm > .theme-btn-warning,
.input-group-sm > .theme-btn-danger,
.input-group-sm > .theme-btn-success,
.input-group-sm > .theme-btn-secondary,
.input-group-sm > .theme-btn-primary,
.input-group-sm > .theme-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select, .input-group-lg > .theme-form-select,
.input-group-sm > .form-select,
.input-group-sm > .theme-form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle):not(.dropdown-menu):not(.theme-dropdown-menu):not(.form-floating), .theme-input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle):not(.dropdown-menu):not(.theme-dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .theme-dropdown-toggle:nth-last-child(n+3),
.theme-input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.theme-input-group:not(.has-validation) > .theme-dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.theme-input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .theme-form-control,
.theme-input-group:not(.has-validation) > .form-floating:not(:last-child) > .theme-form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.theme-input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .theme-form-select,
.theme-input-group:not(.has-validation) > .form-floating:not(:last-child) > .theme-form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.theme-dropdown-toggle):not(.dropdown-menu):not(.theme-dropdown-menu):not(.form-floating), .has-validation.theme-input-group > :nth-last-child(n+3):not(.dropdown-toggle):not(.theme-dropdown-toggle):not(.dropdown-menu):not(.theme-dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .theme-dropdown-toggle:nth-last-child(n+4),
.has-validation.theme-input-group > .dropdown-toggle:nth-last-child(n+4),
.has-validation.theme-input-group > .theme-dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.has-validation.theme-input-group > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .theme-form-control,
.has-validation.theme-input-group > .form-floating:nth-last-child(n+3) > .theme-form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.has-validation.theme-input-group > .form-floating:nth-last-child(n+3) > .form-select,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .theme-form-select,
.has-validation.theme-input-group > .form-floating:nth-last-child(n+3) > .theme-form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.theme-dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), .theme-input-group > :not(:first-child):not(.dropdown-menu):not(.theme-dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * 1px);
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control, .theme-input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .theme-form-control, .theme-input-group > .form-floating:not(:first-child) > .theme-form-control,
.input-group > .form-floating:not(:first-child) > .form-select,
.theme-input-group > .form-floating:not(:first-child) > .form-select,
.input-group > .form-floating:not(:first-child) > .theme-form-select,
.theme-input-group > .form-floating:not(:first-child) > .theme-form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #198754;
  background-color: var(--bs-success);
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .was-validated .theme-form-control:valid, .form-control.is-valid, .is-valid.theme-form-control {
  border-color: #198754;
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .theme-form-control:valid:focus, .form-control.is-valid:focus, .is-valid.theme-form-control:focus {
  border-color: #198754;
  border-color: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid, .was-validated textarea.theme-form-control:valid, textarea.form-control.is-valid, textarea.is-valid.theme-form-control {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .was-validated .theme-form-select:valid, .form-select.is-valid, .is-valid.theme-form-select {
  border-color: #198754;
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .theme-form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated .theme-form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .is-valid.theme-form-select:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .is-valid.theme-form-select:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .was-validated .theme-form-select:valid:focus, .form-select.is-valid:focus, .is-valid.theme-form-select:focus {
  border-color: #198754;
  border-color: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid, .was-validated .theme-form-check-input:valid, .form-check-input.is-valid, .is-valid.theme-form-check-input {
  border-color: #198754;
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .was-validated .theme-form-check-input:valid:checked, .form-check-input.is-valid:checked, .is-valid.theme-form-check-input:checked {
  background-color: #198754;
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .was-validated .theme-form-check-input:valid:focus, .form-check-input.is-valid:focus, .is-valid.theme-form-check-input:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .theme-form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label, .is-valid.theme-form-check-input ~ .form-check-label {
  color: #198754;
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback, .form-check-inline .theme-form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .theme-input-group > .form-control:not(:focus):valid, .was-validated .input-group > .theme-form-control:not(:focus):valid, .was-validated .theme-input-group > .theme-form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .theme-input-group > .form-control:not(:focus).is-valid, .input-group > .theme-form-control:not(:focus).is-valid, .theme-input-group > .theme-form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.was-validated .theme-input-group > .form-select:not(:focus):valid,
.was-validated .input-group > .theme-form-select:not(:focus):valid,
.was-validated .theme-input-group > .theme-form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.theme-input-group > .form-select:not(:focus).is-valid,
.input-group > .theme-form-select:not(:focus).is-valid,
.theme-input-group > .theme-form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .theme-input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.theme-input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #dc3545;
  background-color: var(--bs-danger);
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .was-validated .theme-form-control:invalid, .form-control.is-invalid, .is-invalid.theme-form-control {
  border-color: #dc3545;
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .theme-form-control:invalid:focus, .form-control.is-invalid:focus, .is-invalid.theme-form-control:focus {
  border-color: #dc3545;
  border-color: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid, .was-validated textarea.theme-form-control:invalid, textarea.form-control.is-invalid, textarea.is-invalid.theme-form-control {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .was-validated .theme-form-select:invalid, .form-select.is-invalid, .is-invalid.theme-form-select {
  border-color: #dc3545;
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .theme-form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated .theme-form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .is-invalid.theme-form-select:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .is-invalid.theme-form-select:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .was-validated .theme-form-select:invalid:focus, .form-select.is-invalid:focus, .is-invalid.theme-form-select:focus {
  border-color: #dc3545;
  border-color: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid, .was-validated .theme-form-check-input:invalid, .form-check-input.is-invalid, .is-invalid.theme-form-check-input {
  border-color: #dc3545;
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .was-validated .theme-form-check-input:invalid:checked, .form-check-input.is-invalid:checked, .is-invalid.theme-form-check-input:checked {
  background-color: #dc3545;
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .was-validated .theme-form-check-input:invalid:focus, .form-check-input.is-invalid:focus, .is-invalid.theme-form-check-input:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .theme-form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, .is-invalid.theme-form-check-input ~ .form-check-label {
  color: #dc3545;
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback, .form-check-inline .theme-form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .theme-input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .theme-form-control:not(:focus):invalid, .was-validated .theme-input-group > .theme-form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .theme-input-group > .form-control:not(:focus).is-invalid, .input-group > .theme-form-control:not(:focus).is-invalid, .theme-input-group > .theme-form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.was-validated .theme-input-group > .form-select:not(:focus):invalid,
.was-validated .input-group > .theme-form-select:not(:focus):invalid,
.was-validated .theme-input-group > .theme-form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.theme-input-group > .form-select:not(:focus).is-invalid,
.input-group > .theme-form-select:not(:focus).is-invalid,
.theme-input-group > .theme-form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .theme-input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.theme-input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn, .theme-btn-outline-dark, .theme-btn-outline-light, .theme-btn-outline-info, .theme-btn-outline-warning, .theme-btn-outline-danger, .theme-btn-outline-success, .theme-btn-outline-secondary, .theme-btn-outline-primary, .theme-btn-dark, .theme-btn-light, .theme-btn-info, .theme-btn-warning, .theme-btn-danger, .theme-btn-success, .theme-btn-secondary, .theme-btn-primary, .theme-btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: 0.375rem 0.75rem;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family:  ;
  font-family: var(--bs-btn-font-family);
  font-size: 1rem;
  font-size: var(--bs-btn-font-size);
  font-weight: 400;
  font-weight: var(--bs-btn-font-weight);
  line-height: 1.5;
  line-height: var(--bs-btn-line-height);
  color: #212529;
  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: 1px solid transparent;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: 0.375rem;
  border-radius: var(--bs-btn-border-radius);
  background-color: transparent;
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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, -webkit-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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .theme-btn-outline-dark, .theme-btn-outline-light, .theme-btn-outline-info, .theme-btn-outline-warning, .theme-btn-outline-danger, .theme-btn-outline-success, .theme-btn-outline-secondary, .theme-btn-outline-primary, .theme-btn-dark, .theme-btn-light, .theme-btn-info, .theme-btn-warning, .theme-btn-danger, .theme-btn-success, .theme-btn-secondary, .theme-btn-primary, .theme-btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover, .theme-btn-outline-dark:hover, .theme-btn-outline-light:hover, .theme-btn-outline-info:hover, .theme-btn-outline-warning:hover, .theme-btn-outline-danger:hover, .theme-btn-outline-success:hover, .theme-btn-outline-secondary:hover, .theme-btn-outline-primary:hover, .theme-btn-dark:hover, .theme-btn-light:hover, .theme-btn-info:hover, .theme-btn-warning:hover, .theme-btn-danger:hover, .theme-btn-success:hover, .theme-btn-secondary:hover, .theme-btn-primary:hover, .theme-btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover, .btn-check + .theme-btn-outline-dark:hover, .btn-check + .theme-btn-outline-light:hover, .btn-check + .theme-btn-outline-info:hover, .btn-check + .theme-btn-outline-warning:hover, .btn-check + .theme-btn-outline-danger:hover, .btn-check + .theme-btn-outline-success:hover, .btn-check + .theme-btn-outline-secondary:hover, .btn-check + .theme-btn-outline-primary:hover, .btn-check + .theme-btn-dark:hover, .btn-check + .theme-btn-light:hover, .btn-check + .theme-btn-info:hover, .btn-check + .theme-btn-warning:hover, .btn-check + .theme-btn-danger:hover, .btn-check + .theme-btn-success:hover, .btn-check + .theme-btn-secondary:hover, .btn-check + .theme-btn-primary:hover, .btn-check + .theme-btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible, .theme-btn-outline-dark:focus-visible, .theme-btn-outline-light:focus-visible, .theme-btn-outline-info:focus-visible, .theme-btn-outline-warning:focus-visible, .theme-btn-outline-danger:focus-visible, .theme-btn-outline-success:focus-visible, .theme-btn-outline-secondary:focus-visible, .theme-btn-outline-primary:focus-visible, .theme-btn-dark:focus-visible, .theme-btn-light:focus-visible, .theme-btn-info:focus-visible, .theme-btn-warning:focus-visible, .theme-btn-danger:focus-visible, .theme-btn-success:focus-visible, .theme-btn-secondary:focus-visible, .theme-btn-primary:focus-visible, .theme-btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, .btn-check:focus-visible + .theme-btn-outline-dark, .btn-check:focus-visible + .theme-btn-outline-light, .btn-check:focus-visible + .theme-btn-outline-info, .btn-check:focus-visible + .theme-btn-outline-warning, .btn-check:focus-visible + .theme-btn-outline-danger, .btn-check:focus-visible + .theme-btn-outline-success, .btn-check:focus-visible + .theme-btn-outline-secondary, .btn-check:focus-visible + .theme-btn-outline-primary, .btn-check:focus-visible + .theme-btn-dark, .btn-check:focus-visible + .theme-btn-light, .btn-check:focus-visible + .theme-btn-info, .btn-check:focus-visible + .theme-btn-warning, .btn-check:focus-visible + .theme-btn-danger, .btn-check:focus-visible + .theme-btn-success, .btn-check:focus-visible + .theme-btn-secondary, .btn-check:focus-visible + .theme-btn-primary, .btn-check:focus-visible + .theme-btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .btn-check:checked + .theme-btn-outline-dark, .btn-check:checked + .theme-btn-outline-light, .btn-check:checked + .theme-btn-outline-info, .btn-check:checked + .theme-btn-outline-warning, .btn-check:checked + .theme-btn-outline-danger, .btn-check:checked + .theme-btn-outline-success, .btn-check:checked + .theme-btn-outline-secondary, .btn-check:checked + .theme-btn-outline-primary, .btn-check:checked + .theme-btn-dark, .btn-check:checked + .theme-btn-light, .btn-check:checked + .theme-btn-info, .btn-check:checked + .theme-btn-warning, .btn-check:checked + .theme-btn-danger, .btn-check:checked + .theme-btn-success, .btn-check:checked + .theme-btn-secondary, .btn-check:checked + .theme-btn-primary, .btn-check:checked + .theme-btn, :not(.btn-check) + .btn:active, :not(.btn-check) + .theme-btn-outline-dark:active, :not(.btn-check) + .theme-btn-outline-light:active, :not(.btn-check) + .theme-btn-outline-info:active, :not(.btn-check) + .theme-btn-outline-warning:active, :not(.btn-check) + .theme-btn-outline-danger:active, :not(.btn-check) + .theme-btn-outline-success:active, :not(.btn-check) + .theme-btn-outline-secondary:active, :not(.btn-check) + .theme-btn-outline-primary:active, :not(.btn-check) + .theme-btn-dark:active, :not(.btn-check) + .theme-btn-light:active, :not(.btn-check) + .theme-btn-info:active, :not(.btn-check) + .theme-btn-warning:active, :not(.btn-check) + .theme-btn-danger:active, :not(.btn-check) + .theme-btn-success:active, :not(.btn-check) + .theme-btn-secondary:active, :not(.btn-check) + .theme-btn-primary:active, :not(.btn-check) + .theme-btn:active, .btn:first-child:active, .theme-btn-outline-dark:first-child:active, .theme-btn-outline-light:first-child:active, .theme-btn-outline-info:first-child:active, .theme-btn-outline-warning:first-child:active, .theme-btn-outline-danger:first-child:active, .theme-btn-outline-success:first-child:active, .theme-btn-outline-secondary:first-child:active, .theme-btn-outline-primary:first-child:active, .theme-btn-dark:first-child:active, .theme-btn-light:first-child:active, .theme-btn-info:first-child:active, .theme-btn-warning:first-child:active, .theme-btn-danger:first-child:active, .theme-btn-success:first-child:active, .theme-btn-secondary:first-child:active, .theme-btn-primary:first-child:active, .theme-btn:first-child:active, .btn.active, .active.theme-btn-outline-dark, .active.theme-btn-outline-light, .active.theme-btn-outline-info, .active.theme-btn-outline-warning, .active.theme-btn-outline-danger, .active.theme-btn-outline-success, .active.theme-btn-outline-secondary, .active.theme-btn-outline-primary, .active.theme-btn-dark, .active.theme-btn-light, .active.theme-btn-info, .active.theme-btn-warning, .active.theme-btn-danger, .active.theme-btn-success, .active.theme-btn-secondary, .active.theme-btn-primary, .active.theme-btn, .btn.show, .show.theme-btn-outline-dark, .show.theme-btn-outline-light, .show.theme-btn-outline-info, .show.theme-btn-outline-warning, .show.theme-btn-outline-danger, .show.theme-btn-outline-success, .show.theme-btn-outline-secondary, .show.theme-btn-outline-primary, .show.theme-btn-dark, .show.theme-btn-light, .show.theme-btn-info, .show.theme-btn-warning, .show.theme-btn-danger, .show.theme-btn-success, .show.theme-btn-secondary, .show.theme-btn-primary, .show.theme-btn {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, .btn-check:checked + .theme-btn-outline-dark:focus-visible, .btn-check:checked + .theme-btn-outline-light:focus-visible, .btn-check:checked + .theme-btn-outline-info:focus-visible, .btn-check:checked + .theme-btn-outline-warning:focus-visible, .btn-check:checked + .theme-btn-outline-danger:focus-visible, .btn-check:checked + .theme-btn-outline-success:focus-visible, .btn-check:checked + .theme-btn-outline-secondary:focus-visible, .btn-check:checked + .theme-btn-outline-primary:focus-visible, .btn-check:checked + .theme-btn-dark:focus-visible, .btn-check:checked + .theme-btn-light:focus-visible, .btn-check:checked + .theme-btn-info:focus-visible, .btn-check:checked + .theme-btn-warning:focus-visible, .btn-check:checked + .theme-btn-danger:focus-visible, .btn-check:checked + .theme-btn-success:focus-visible, .btn-check:checked + .theme-btn-secondary:focus-visible, .btn-check:checked + .theme-btn-primary:focus-visible, .btn-check:checked + .theme-btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, :not(.btn-check) + .theme-btn-outline-dark:active:focus-visible, :not(.btn-check) + .theme-btn-outline-light:active:focus-visible, :not(.btn-check) + .theme-btn-outline-info:active:focus-visible, :not(.btn-check) + .theme-btn-outline-warning:active:focus-visible, :not(.btn-check) + .theme-btn-outline-danger:active:focus-visible, :not(.btn-check) + .theme-btn-outline-success:active:focus-visible, :not(.btn-check) + .theme-btn-outline-secondary:active:focus-visible, :not(.btn-check) + .theme-btn-outline-primary:active:focus-visible, :not(.btn-check) + .theme-btn-dark:active:focus-visible, :not(.btn-check) + .theme-btn-light:active:focus-visible, :not(.btn-check) + .theme-btn-info:active:focus-visible, :not(.btn-check) + .theme-btn-warning:active:focus-visible, :not(.btn-check) + .theme-btn-danger:active:focus-visible, :not(.btn-check) + .theme-btn-success:active:focus-visible, :not(.btn-check) + .theme-btn-secondary:active:focus-visible, :not(.btn-check) + .theme-btn-primary:active:focus-visible, :not(.btn-check) + .theme-btn:active:focus-visible, .btn:first-child:active:focus-visible, .theme-btn-outline-dark:first-child:active:focus-visible, .theme-btn-outline-light:first-child:active:focus-visible, .theme-btn-outline-info:first-child:active:focus-visible, .theme-btn-outline-warning:first-child:active:focus-visible, .theme-btn-outline-danger:first-child:active:focus-visible, .theme-btn-outline-success:first-child:active:focus-visible, .theme-btn-outline-secondary:first-child:active:focus-visible, .theme-btn-outline-primary:first-child:active:focus-visible, .theme-btn-dark:first-child:active:focus-visible, .theme-btn-light:first-child:active:focus-visible, .theme-btn-info:first-child:active:focus-visible, .theme-btn-warning:first-child:active:focus-visible, .theme-btn-danger:first-child:active:focus-visible, .theme-btn-success:first-child:active:focus-visible, .theme-btn-secondary:first-child:active:focus-visible, .theme-btn-primary:first-child:active:focus-visible, .theme-btn:first-child:active:focus-visible, .btn.active:focus-visible, .active.theme-btn-outline-dark:focus-visible, .active.theme-btn-outline-light:focus-visible, .active.theme-btn-outline-info:focus-visible, .active.theme-btn-outline-warning:focus-visible, .active.theme-btn-outline-danger:focus-visible, .active.theme-btn-outline-success:focus-visible, .active.theme-btn-outline-secondary:focus-visible, .active.theme-btn-outline-primary:focus-visible, .active.theme-btn-dark:focus-visible, .active.theme-btn-light:focus-visible, .active.theme-btn-info:focus-visible, .active.theme-btn-warning:focus-visible, .active.theme-btn-danger:focus-visible, .active.theme-btn-success:focus-visible, .active.theme-btn-secondary:focus-visible, .active.theme-btn-primary:focus-visible, .active.theme-btn:focus-visible, .btn.show:focus-visible, .show.theme-btn-outline-dark:focus-visible, .show.theme-btn-outline-light:focus-visible, .show.theme-btn-outline-info:focus-visible, .show.theme-btn-outline-warning:focus-visible, .show.theme-btn-outline-danger:focus-visible, .show.theme-btn-outline-success:focus-visible, .show.theme-btn-outline-secondary:focus-visible, .show.theme-btn-outline-primary:focus-visible, .show.theme-btn-dark:focus-visible, .show.theme-btn-light:focus-visible, .show.theme-btn-info:focus-visible, .show.theme-btn-warning:focus-visible, .show.theme-btn-danger:focus-visible, .show.theme-btn-success:focus-visible, .show.theme-btn-secondary:focus-visible, .show.theme-btn-primary:focus-visible, .show.theme-btn:focus-visible {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn, .btn-check:checked:focus-visible + .theme-btn-outline-dark, .btn-check:checked:focus-visible + .theme-btn-outline-light, .btn-check:checked:focus-visible + .theme-btn-outline-info, .btn-check:checked:focus-visible + .theme-btn-outline-warning, .btn-check:checked:focus-visible + .theme-btn-outline-danger, .btn-check:checked:focus-visible + .theme-btn-outline-success, .btn-check:checked:focus-visible + .theme-btn-outline-secondary, .btn-check:checked:focus-visible + .theme-btn-outline-primary, .btn-check:checked:focus-visible + .theme-btn-dark, .btn-check:checked:focus-visible + .theme-btn-light, .btn-check:checked:focus-visible + .theme-btn-info, .btn-check:checked:focus-visible + .theme-btn-warning, .btn-check:checked:focus-visible + .theme-btn-danger, .btn-check:checked:focus-visible + .theme-btn-success, .btn-check:checked:focus-visible + .theme-btn-secondary, .btn-check:checked:focus-visible + .theme-btn-primary, .btn-check:checked:focus-visible + .theme-btn {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .theme-btn-outline-dark:disabled, .theme-btn-outline-light:disabled, .theme-btn-outline-info:disabled, .theme-btn-outline-warning:disabled, .theme-btn-outline-danger:disabled, .theme-btn-outline-success:disabled, .theme-btn-outline-secondary:disabled, .theme-btn-outline-primary:disabled, .theme-btn-dark:disabled, .theme-btn-light:disabled, .theme-btn-info:disabled, .theme-btn-warning:disabled, .theme-btn-danger:disabled, .theme-btn-success:disabled, .theme-btn-secondary:disabled, .theme-btn-primary:disabled, .theme-btn:disabled, .btn.disabled, .disabled.theme-btn-outline-dark, .disabled.theme-btn-outline-light, .disabled.theme-btn-outline-info, .disabled.theme-btn-outline-warning, .disabled.theme-btn-outline-danger, .disabled.theme-btn-outline-success, .disabled.theme-btn-outline-secondary, .disabled.theme-btn-outline-primary, .disabled.theme-btn-dark, .disabled.theme-btn-light, .disabled.theme-btn-info, .disabled.theme-btn-warning, .disabled.theme-btn-danger, .disabled.theme-btn-success, .disabled.theme-btn-secondary, .disabled.theme-btn-primary, .disabled.theme-btn, fieldset:disabled .btn, fieldset:disabled .theme-btn-outline-dark, fieldset:disabled .theme-btn-outline-light, fieldset:disabled .theme-btn-outline-info, fieldset:disabled .theme-btn-outline-warning, fieldset:disabled .theme-btn-outline-danger, fieldset:disabled .theme-btn-outline-success, fieldset:disabled .theme-btn-outline-secondary, fieldset:disabled .theme-btn-outline-primary, fieldset:disabled .theme-btn-dark, fieldset:disabled .theme-btn-light, fieldset:disabled .theme-btn-info, fieldset:disabled .theme-btn-warning, fieldset:disabled .theme-btn-danger, fieldset:disabled .theme-btn-success, fieldset:disabled .theme-btn-secondary, fieldset:disabled .theme-btn-primary, fieldset:disabled .theme-btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary, .theme-btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary, .theme-btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn-success, .theme-btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.btn-info, .theme-btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning, .theme-btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.btn-danger, .theme-btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.btn-light, .theme-btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark, .theme-btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary, .theme-btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}
.btn-outline-secondary, .theme-btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --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, .theme-btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
.btn-outline-info, .theme-btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.btn-outline-warning, .theme-btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.btn-outline-danger, .theme-btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.btn-outline-light, .theme-btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --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-dark, .theme-btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .theme-btn-outline-dark, .btn-group-lg > .theme-btn-outline-light, .btn-group-lg > .theme-btn-outline-info, .btn-group-lg > .theme-btn-outline-warning, .btn-group-lg > .theme-btn-outline-danger, .btn-group-lg > .theme-btn-outline-success, .btn-group-lg > .theme-btn-outline-secondary, .btn-group-lg > .theme-btn-outline-primary, .btn-group-lg > .theme-btn-dark, .btn-group-lg > .theme-btn-light, .btn-group-lg > .theme-btn-info, .btn-group-lg > .theme-btn-warning, .btn-group-lg > .theme-btn-danger, .btn-group-lg > .theme-btn-success, .btn-group-lg > .theme-btn-secondary, .btn-group-lg > .theme-btn-primary, .btn-group-lg > .theme-btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .theme-btn-outline-dark, .btn-group-sm > .theme-btn-outline-light, .btn-group-sm > .theme-btn-outline-info, .btn-group-sm > .theme-btn-outline-warning, .btn-group-sm > .theme-btn-outline-danger, .btn-group-sm > .theme-btn-outline-success, .btn-group-sm > .theme-btn-outline-secondary, .btn-group-sm > .theme-btn-outline-primary, .btn-group-sm > .theme-btn-dark, .btn-group-sm > .theme-btn-light, .btn-group-sm > .theme-btn-info, .btn-group-sm > .theme-btn-warning, .btn-group-sm > .theme-btn-danger, .btn-group-sm > .theme-btn-success, .btn-group-sm > .theme-btn-secondary, .btn-group-sm > .theme-btn-primary, .btn-group-sm > .theme-btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.theme-dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}
.dropdown-toggle, .theme-dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after, .theme-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after, .theme-dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu, .theme-dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 1000;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: 10rem;
  min-width: var(--bs-dropdown-min-width);
  padding: 0.5rem 0;
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: 1rem;
  font-size: var(--bs-dropdown-font-size);
  color: #212529;
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: 0.375rem;
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper], [data-bs-popper].theme-dropdown-menu {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper], .dropup [data-bs-popper].theme-dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after, .dropup .theme-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after, .dropup .theme-dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper], .dropend [data-bs-popper].theme-dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after, .dropend .theme-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after, .dropend .theme-dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after, .dropend .theme-dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper], .dropstart [data-bs-popper].theme-dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after, .dropstart .theme-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after, .dropstart .theme-dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before, .dropstart .theme-dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after, .dropstart .theme-dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before, .dropstart .theme-dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider, .theme-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, .theme-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;
  border-radius: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .theme-dropdown-item:hover, .dropdown-item:focus, .theme-dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .active.theme-dropdown-item, .dropdown-item:active, .theme-dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .disabled.theme-dropdown-item, .dropdown-item:disabled, .theme-dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show, .show.theme-dropdown-menu {
  display: block;
}
.dropdown-header, .theme-dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .theme-btn-outline-dark, .btn-group > .theme-btn-outline-light, .btn-group > .theme-btn-outline-info, .btn-group > .theme-btn-outline-warning, .btn-group > .theme-btn-outline-danger, .btn-group > .theme-btn-outline-success, .btn-group > .theme-btn-outline-secondary, .btn-group > .theme-btn-outline-primary, .btn-group > .theme-btn-dark, .btn-group > .theme-btn-light, .btn-group > .theme-btn-info, .btn-group > .theme-btn-warning, .btn-group > .theme-btn-danger, .btn-group > .theme-btn-success, .btn-group > .theme-btn-secondary, .btn-group > .theme-btn-primary, .btn-group > .theme-btn,
.btn-group-vertical > .btn,
.btn-group-vertical > .theme-btn-outline-dark,
.btn-group-vertical > .theme-btn-outline-light,
.btn-group-vertical > .theme-btn-outline-info,
.btn-group-vertical > .theme-btn-outline-warning,
.btn-group-vertical > .theme-btn-outline-danger,
.btn-group-vertical > .theme-btn-outline-success,
.btn-group-vertical > .theme-btn-outline-secondary,
.btn-group-vertical > .theme-btn-outline-primary,
.btn-group-vertical > .theme-btn-dark,
.btn-group-vertical > .theme-btn-light,
.btn-group-vertical > .theme-btn-info,
.btn-group-vertical > .theme-btn-warning,
.btn-group-vertical > .theme-btn-danger,
.btn-group-vertical > .theme-btn-success,
.btn-group-vertical > .theme-btn-secondary,
.btn-group-vertical > .theme-btn-primary,
.btn-group-vertical > .theme-btn {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:checked + .theme-btn-outline-dark, .btn-group > .btn-check:checked + .theme-btn-outline-light, .btn-group > .btn-check:checked + .theme-btn-outline-info, .btn-group > .btn-check:checked + .theme-btn-outline-warning, .btn-group > .btn-check:checked + .theme-btn-outline-danger, .btn-group > .btn-check:checked + .theme-btn-outline-success, .btn-group > .btn-check:checked + .theme-btn-outline-secondary, .btn-group > .btn-check:checked + .theme-btn-outline-primary, .btn-group > .btn-check:checked + .theme-btn-dark, .btn-group > .btn-check:checked + .theme-btn-light, .btn-group > .btn-check:checked + .theme-btn-info, .btn-group > .btn-check:checked + .theme-btn-warning, .btn-group > .btn-check:checked + .theme-btn-danger, .btn-group > .btn-check:checked + .theme-btn-success, .btn-group > .btn-check:checked + .theme-btn-secondary, .btn-group > .btn-check:checked + .theme-btn-primary, .btn-group > .btn-check:checked + .theme-btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn-check:focus + .theme-btn-outline-dark,
.btn-group > .btn-check:focus + .theme-btn-outline-light,
.btn-group > .btn-check:focus + .theme-btn-outline-info,
.btn-group > .btn-check:focus + .theme-btn-outline-warning,
.btn-group > .btn-check:focus + .theme-btn-outline-danger,
.btn-group > .btn-check:focus + .theme-btn-outline-success,
.btn-group > .btn-check:focus + .theme-btn-outline-secondary,
.btn-group > .btn-check:focus + .theme-btn-outline-primary,
.btn-group > .btn-check:focus + .theme-btn-dark,
.btn-group > .btn-check:focus + .theme-btn-light,
.btn-group > .btn-check:focus + .theme-btn-info,
.btn-group > .btn-check:focus + .theme-btn-warning,
.btn-group > .btn-check:focus + .theme-btn-danger,
.btn-group > .btn-check:focus + .theme-btn-success,
.btn-group > .btn-check:focus + .theme-btn-secondary,
.btn-group > .btn-check:focus + .theme-btn-primary,
.btn-group > .btn-check:focus + .theme-btn,
.btn-group > .btn:hover,
.btn-group > .theme-btn-outline-dark:hover,
.btn-group > .theme-btn-outline-light:hover,
.btn-group > .theme-btn-outline-info:hover,
.btn-group > .theme-btn-outline-warning:hover,
.btn-group > .theme-btn-outline-danger:hover,
.btn-group > .theme-btn-outline-success:hover,
.btn-group > .theme-btn-outline-secondary:hover,
.btn-group > .theme-btn-outline-primary:hover,
.btn-group > .theme-btn-dark:hover,
.btn-group > .theme-btn-light:hover,
.btn-group > .theme-btn-info:hover,
.btn-group > .theme-btn-warning:hover,
.btn-group > .theme-btn-danger:hover,
.btn-group > .theme-btn-success:hover,
.btn-group > .theme-btn-secondary:hover,
.btn-group > .theme-btn-primary:hover,
.btn-group > .theme-btn:hover,
.btn-group > .btn:focus,
.btn-group > .theme-btn-outline-dark:focus,
.btn-group > .theme-btn-outline-light:focus,
.btn-group > .theme-btn-outline-info:focus,
.btn-group > .theme-btn-outline-warning:focus,
.btn-group > .theme-btn-outline-danger:focus,
.btn-group > .theme-btn-outline-success:focus,
.btn-group > .theme-btn-outline-secondary:focus,
.btn-group > .theme-btn-outline-primary:focus,
.btn-group > .theme-btn-dark:focus,
.btn-group > .theme-btn-light:focus,
.btn-group > .theme-btn-info:focus,
.btn-group > .theme-btn-warning:focus,
.btn-group > .theme-btn-danger:focus,
.btn-group > .theme-btn-success:focus,
.btn-group > .theme-btn-secondary:focus,
.btn-group > .theme-btn-primary:focus,
.btn-group > .theme-btn:focus,
.btn-group > .btn:active,
.btn-group > .theme-btn-outline-dark:active,
.btn-group > .theme-btn-outline-light:active,
.btn-group > .theme-btn-outline-info:active,
.btn-group > .theme-btn-outline-warning:active,
.btn-group > .theme-btn-outline-danger:active,
.btn-group > .theme-btn-outline-success:active,
.btn-group > .theme-btn-outline-secondary:active,
.btn-group > .theme-btn-outline-primary:active,
.btn-group > .theme-btn-dark:active,
.btn-group > .theme-btn-light:active,
.btn-group > .theme-btn-info:active,
.btn-group > .theme-btn-warning:active,
.btn-group > .theme-btn-danger:active,
.btn-group > .theme-btn-success:active,
.btn-group > .theme-btn-secondary:active,
.btn-group > .theme-btn-primary:active,
.btn-group > .theme-btn:active,
.btn-group > .btn.active,
.btn-group > .active.theme-btn-outline-dark,
.btn-group > .active.theme-btn-outline-light,
.btn-group > .active.theme-btn-outline-info,
.btn-group > .active.theme-btn-outline-warning,
.btn-group > .active.theme-btn-outline-danger,
.btn-group > .active.theme-btn-outline-success,
.btn-group > .active.theme-btn-outline-secondary,
.btn-group > .active.theme-btn-outline-primary,
.btn-group > .active.theme-btn-dark,
.btn-group > .active.theme-btn-light,
.btn-group > .active.theme-btn-info,
.btn-group > .active.theme-btn-warning,
.btn-group > .active.theme-btn-danger,
.btn-group > .active.theme-btn-success,
.btn-group > .active.theme-btn-secondary,
.btn-group > .active.theme-btn-primary,
.btn-group > .active.theme-btn,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:checked + .theme-btn-outline-dark,
.btn-group-vertical > .btn-check:checked + .theme-btn-outline-light,
.btn-group-vertical > .btn-check:checked + .theme-btn-outline-info,
.btn-group-vertical > .btn-check:checked + .theme-btn-outline-warning,
.btn-group-vertical > .btn-check:checked + .theme-btn-outline-danger,
.btn-group-vertical > .btn-check:checked + .theme-btn-outline-success,
.btn-group-vertical > .btn-check:checked + .theme-btn-outline-secondary,
.btn-group-vertical > .btn-check:checked + .theme-btn-outline-primary,
.btn-group-vertical > .btn-check:checked + .theme-btn-dark,
.btn-group-vertical > .btn-check:checked + .theme-btn-light,
.btn-group-vertical > .btn-check:checked + .theme-btn-info,
.btn-group-vertical > .btn-check:checked + .theme-btn-warning,
.btn-group-vertical > .btn-check:checked + .theme-btn-danger,
.btn-group-vertical > .btn-check:checked + .theme-btn-success,
.btn-group-vertical > .btn-check:checked + .theme-btn-secondary,
.btn-group-vertical > .btn-check:checked + .theme-btn-primary,
.btn-group-vertical > .btn-check:checked + .theme-btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn-check:focus + .theme-btn-outline-dark,
.btn-group-vertical > .btn-check:focus + .theme-btn-outline-light,
.btn-group-vertical > .btn-check:focus + .theme-btn-outline-info,
.btn-group-vertical > .btn-check:focus + .theme-btn-outline-warning,
.btn-group-vertical > .btn-check:focus + .theme-btn-outline-danger,
.btn-group-vertical > .btn-check:focus + .theme-btn-outline-success,
.btn-group-vertical > .btn-check:focus + .theme-btn-outline-secondary,
.btn-group-vertical > .btn-check:focus + .theme-btn-outline-primary,
.btn-group-vertical > .btn-check:focus + .theme-btn-dark,
.btn-group-vertical > .btn-check:focus + .theme-btn-light,
.btn-group-vertical > .btn-check:focus + .theme-btn-info,
.btn-group-vertical > .btn-check:focus + .theme-btn-warning,
.btn-group-vertical > .btn-check:focus + .theme-btn-danger,
.btn-group-vertical > .btn-check:focus + .theme-btn-success,
.btn-group-vertical > .btn-check:focus + .theme-btn-secondary,
.btn-group-vertical > .btn-check:focus + .theme-btn-primary,
.btn-group-vertical > .btn-check:focus + .theme-btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .theme-btn-outline-dark:hover,
.btn-group-vertical > .theme-btn-outline-light:hover,
.btn-group-vertical > .theme-btn-outline-info:hover,
.btn-group-vertical > .theme-btn-outline-warning:hover,
.btn-group-vertical > .theme-btn-outline-danger:hover,
.btn-group-vertical > .theme-btn-outline-success:hover,
.btn-group-vertical > .theme-btn-outline-secondary:hover,
.btn-group-vertical > .theme-btn-outline-primary:hover,
.btn-group-vertical > .theme-btn-dark:hover,
.btn-group-vertical > .theme-btn-light:hover,
.btn-group-vertical > .theme-btn-info:hover,
.btn-group-vertical > .theme-btn-warning:hover,
.btn-group-vertical > .theme-btn-danger:hover,
.btn-group-vertical > .theme-btn-success:hover,
.btn-group-vertical > .theme-btn-secondary:hover,
.btn-group-vertical > .theme-btn-primary:hover,
.btn-group-vertical > .theme-btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .theme-btn-outline-dark:focus,
.btn-group-vertical > .theme-btn-outline-light:focus,
.btn-group-vertical > .theme-btn-outline-info:focus,
.btn-group-vertical > .theme-btn-outline-warning:focus,
.btn-group-vertical > .theme-btn-outline-danger:focus,
.btn-group-vertical > .theme-btn-outline-success:focus,
.btn-group-vertical > .theme-btn-outline-secondary:focus,
.btn-group-vertical > .theme-btn-outline-primary:focus,
.btn-group-vertical > .theme-btn-dark:focus,
.btn-group-vertical > .theme-btn-light:focus,
.btn-group-vertical > .theme-btn-info:focus,
.btn-group-vertical > .theme-btn-warning:focus,
.btn-group-vertical > .theme-btn-danger:focus,
.btn-group-vertical > .theme-btn-success:focus,
.btn-group-vertical > .theme-btn-secondary:focus,
.btn-group-vertical > .theme-btn-primary:focus,
.btn-group-vertical > .theme-btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .theme-btn-outline-dark:active,
.btn-group-vertical > .theme-btn-outline-light:active,
.btn-group-vertical > .theme-btn-outline-info:active,
.btn-group-vertical > .theme-btn-outline-warning:active,
.btn-group-vertical > .theme-btn-outline-danger:active,
.btn-group-vertical > .theme-btn-outline-success:active,
.btn-group-vertical > .theme-btn-outline-secondary:active,
.btn-group-vertical > .theme-btn-outline-primary:active,
.btn-group-vertical > .theme-btn-dark:active,
.btn-group-vertical > .theme-btn-light:active,
.btn-group-vertical > .theme-btn-info:active,
.btn-group-vertical > .theme-btn-warning:active,
.btn-group-vertical > .theme-btn-danger:active,
.btn-group-vertical > .theme-btn-success:active,
.btn-group-vertical > .theme-btn-secondary:active,
.btn-group-vertical > .theme-btn-primary:active,
.btn-group-vertical > .theme-btn:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.theme-btn-outline-dark,
.btn-group-vertical > .active.theme-btn-outline-light,
.btn-group-vertical > .active.theme-btn-outline-info,
.btn-group-vertical > .active.theme-btn-outline-warning,
.btn-group-vertical > .active.theme-btn-outline-danger,
.btn-group-vertical > .active.theme-btn-outline-success,
.btn-group-vertical > .active.theme-btn-outline-secondary,
.btn-group-vertical > .active.theme-btn-outline-primary,
.btn-group-vertical > .active.theme-btn-dark,
.btn-group-vertical > .active.theme-btn-light,
.btn-group-vertical > .active.theme-btn-info,
.btn-group-vertical > .active.theme-btn-warning,
.btn-group-vertical > .active.theme-btn-danger,
.btn-group-vertical > .active.theme-btn-success,
.btn-group-vertical > .active.theme-btn-secondary,
.btn-group-vertical > .active.theme-btn-primary,
.btn-group-vertical > .active.theme-btn {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.btn-toolbar .input-group, .btn-toolbar .theme-input-group {
  width: auto;
}
.btn-group {
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn, .btn-group > :not(.btn-check:first-child) + .theme-btn-outline-dark, .btn-group > :not(.btn-check:first-child) + .theme-btn-outline-light, .btn-group > :not(.btn-check:first-child) + .theme-btn-outline-info, .btn-group > :not(.btn-check:first-child) + .theme-btn-outline-warning, .btn-group > :not(.btn-check:first-child) + .theme-btn-outline-danger, .btn-group > :not(.btn-check:first-child) + .theme-btn-outline-success, .btn-group > :not(.btn-check:first-child) + .theme-btn-outline-secondary, .btn-group > :not(.btn-check:first-child) + .theme-btn-outline-primary, .btn-group > :not(.btn-check:first-child) + .theme-btn-dark, .btn-group > :not(.btn-check:first-child) + .theme-btn-light, .btn-group > :not(.btn-check:first-child) + .theme-btn-info, .btn-group > :not(.btn-check:first-child) + .theme-btn-warning, .btn-group > :not(.btn-check:first-child) + .theme-btn-danger, .btn-group > :not(.btn-check:first-child) + .theme-btn-success, .btn-group > :not(.btn-check:first-child) + .theme-btn-secondary, .btn-group > :not(.btn-check:first-child) + .theme-btn-primary, .btn-group > :not(.btn-check:first-child) + .theme-btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * 1px);
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group > .theme-btn-outline-dark:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group > .theme-btn-outline-light:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group > .theme-btn-outline-info:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group > .theme-btn-outline-warning:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group > .theme-btn-outline-danger:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group > .theme-btn-outline-success:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group > .theme-btn-outline-secondary:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group > .theme-btn-outline-primary:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group > .theme-btn-dark:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group > .theme-btn-light:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group > .theme-btn-info:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group > .theme-btn-warning:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group > .theme-btn-danger:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group > .theme-btn-success:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group > .theme-btn-secondary:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group > .theme-btn-primary:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group > .theme-btn:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .dropdown-toggle-split.theme-btn-outline-dark:first-child,
.btn-group > .dropdown-toggle-split.theme-btn-outline-light:first-child,
.btn-group > .dropdown-toggle-split.theme-btn-outline-info:first-child,
.btn-group > .dropdown-toggle-split.theme-btn-outline-warning:first-child,
.btn-group > .dropdown-toggle-split.theme-btn-outline-danger:first-child,
.btn-group > .dropdown-toggle-split.theme-btn-outline-success:first-child,
.btn-group > .dropdown-toggle-split.theme-btn-outline-secondary:first-child,
.btn-group > .dropdown-toggle-split.theme-btn-outline-primary:first-child,
.btn-group > .dropdown-toggle-split.theme-btn-dark:first-child,
.btn-group > .dropdown-toggle-split.theme-btn-light:first-child,
.btn-group > .dropdown-toggle-split.theme-btn-info:first-child,
.btn-group > .dropdown-toggle-split.theme-btn-warning:first-child,
.btn-group > .dropdown-toggle-split.theme-btn-danger:first-child,
.btn-group > .dropdown-toggle-split.theme-btn-success:first-child,
.btn-group > .dropdown-toggle-split.theme-btn-secondary:first-child,
.btn-group > .dropdown-toggle-split.theme-btn-primary:first-child,
.btn-group > .dropdown-toggle-split.theme-btn:first-child,
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .theme-btn-outline-dark,
.btn-group > .btn-group:not(:last-child) > .theme-btn-outline-light,
.btn-group > .btn-group:not(:last-child) > .theme-btn-outline-info,
.btn-group > .btn-group:not(:last-child) > .theme-btn-outline-warning,
.btn-group > .btn-group:not(:last-child) > .theme-btn-outline-danger,
.btn-group > .btn-group:not(:last-child) > .theme-btn-outline-success,
.btn-group > .btn-group:not(:last-child) > .theme-btn-outline-secondary,
.btn-group > .btn-group:not(:last-child) > .theme-btn-outline-primary,
.btn-group > .btn-group:not(:last-child) > .theme-btn-dark,
.btn-group > .btn-group:not(:last-child) > .theme-btn-light,
.btn-group > .btn-group:not(:last-child) > .theme-btn-info,
.btn-group > .btn-group:not(:last-child) > .theme-btn-warning,
.btn-group > .btn-group:not(:last-child) > .theme-btn-danger,
.btn-group > .btn-group:not(:last-child) > .theme-btn-success,
.btn-group > .btn-group:not(:last-child) > .theme-btn-secondary,
.btn-group > .btn-group:not(:last-child) > .theme-btn-primary,
.btn-group > .btn-group:not(:last-child) > .theme-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .btn-group > .theme-btn-outline-dark:nth-child(n+3), .btn-group > .theme-btn-outline-light:nth-child(n+3), .btn-group > .theme-btn-outline-info:nth-child(n+3), .btn-group > .theme-btn-outline-warning:nth-child(n+3), .btn-group > .theme-btn-outline-danger:nth-child(n+3), .btn-group > .theme-btn-outline-success:nth-child(n+3), .btn-group > .theme-btn-outline-secondary:nth-child(n+3), .btn-group > .theme-btn-outline-primary:nth-child(n+3), .btn-group > .theme-btn-dark:nth-child(n+3), .btn-group > .theme-btn-light:nth-child(n+3), .btn-group > .theme-btn-info:nth-child(n+3), .btn-group > .theme-btn-warning:nth-child(n+3), .btn-group > .theme-btn-danger:nth-child(n+3), .btn-group > .theme-btn-success:nth-child(n+3), .btn-group > .theme-btn-secondary:nth-child(n+3), .btn-group > .theme-btn-primary:nth-child(n+3), .btn-group > .theme-btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > :not(.btn-check) + .theme-btn-outline-dark,
.btn-group > :not(.btn-check) + .theme-btn-outline-light,
.btn-group > :not(.btn-check) + .theme-btn-outline-info,
.btn-group > :not(.btn-check) + .theme-btn-outline-warning,
.btn-group > :not(.btn-check) + .theme-btn-outline-danger,
.btn-group > :not(.btn-check) + .theme-btn-outline-success,
.btn-group > :not(.btn-check) + .theme-btn-outline-secondary,
.btn-group > :not(.btn-check) + .theme-btn-outline-primary,
.btn-group > :not(.btn-check) + .theme-btn-dark,
.btn-group > :not(.btn-check) + .theme-btn-light,
.btn-group > :not(.btn-check) + .theme-btn-info,
.btn-group > :not(.btn-check) + .theme-btn-warning,
.btn-group > :not(.btn-check) + .theme-btn-danger,
.btn-group > :not(.btn-check) + .theme-btn-success,
.btn-group > :not(.btn-check) + .theme-btn-secondary,
.btn-group > :not(.btn-check) + .theme-btn-primary,
.btn-group > :not(.btn-check) + .theme-btn,
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .theme-btn-outline-dark,
.btn-group > .btn-group:not(:first-child) > .theme-btn-outline-light,
.btn-group > .btn-group:not(:first-child) > .theme-btn-outline-info,
.btn-group > .btn-group:not(:first-child) > .theme-btn-outline-warning,
.btn-group > .btn-group:not(:first-child) > .theme-btn-outline-danger,
.btn-group > .btn-group:not(:first-child) > .theme-btn-outline-success,
.btn-group > .btn-group:not(:first-child) > .theme-btn-outline-secondary,
.btn-group > .btn-group:not(:first-child) > .theme-btn-outline-primary,
.btn-group > .btn-group:not(:first-child) > .theme-btn-dark,
.btn-group > .btn-group:not(:first-child) > .theme-btn-light,
.btn-group > .btn-group:not(:first-child) > .theme-btn-info,
.btn-group > .btn-group:not(:first-child) > .theme-btn-warning,
.btn-group > .btn-group:not(:first-child) > .theme-btn-danger,
.btn-group > .btn-group:not(:first-child) > .theme-btn-success,
.btn-group > .btn-group:not(:first-child) > .theme-btn-secondary,
.btn-group > .btn-group:not(:first-child) > .theme-btn-primary,
.btn-group > .btn-group:not(:first-child) > .theme-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .theme-btn-outline-dark + .dropdown-toggle-split, .btn-group-sm > .theme-btn-outline-light + .dropdown-toggle-split, .btn-group-sm > .theme-btn-outline-info + .dropdown-toggle-split, .btn-group-sm > .theme-btn-outline-warning + .dropdown-toggle-split, .btn-group-sm > .theme-btn-outline-danger + .dropdown-toggle-split, .btn-group-sm > .theme-btn-outline-success + .dropdown-toggle-split, .btn-group-sm > .theme-btn-outline-secondary + .dropdown-toggle-split, .btn-group-sm > .theme-btn-outline-primary + .dropdown-toggle-split, .btn-group-sm > .theme-btn-dark + .dropdown-toggle-split, .btn-group-sm > .theme-btn-light + .dropdown-toggle-split, .btn-group-sm > .theme-btn-info + .dropdown-toggle-split, .btn-group-sm > .theme-btn-warning + .dropdown-toggle-split, .btn-group-sm > .theme-btn-danger + .dropdown-toggle-split, .btn-group-sm > .theme-btn-success + .dropdown-toggle-split, .btn-group-sm > .theme-btn-secondary + .dropdown-toggle-split, .btn-group-sm > .theme-btn-primary + .dropdown-toggle-split, .btn-group-sm > .theme-btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .theme-btn-outline-dark + .dropdown-toggle-split, .btn-group-lg > .theme-btn-outline-light + .dropdown-toggle-split, .btn-group-lg > .theme-btn-outline-info + .dropdown-toggle-split, .btn-group-lg > .theme-btn-outline-warning + .dropdown-toggle-split, .btn-group-lg > .theme-btn-outline-danger + .dropdown-toggle-split, .btn-group-lg > .theme-btn-outline-success + .dropdown-toggle-split, .btn-group-lg > .theme-btn-outline-secondary + .dropdown-toggle-split, .btn-group-lg > .theme-btn-outline-primary + .dropdown-toggle-split, .btn-group-lg > .theme-btn-dark + .dropdown-toggle-split, .btn-group-lg > .theme-btn-light + .dropdown-toggle-split, .btn-group-lg > .theme-btn-info + .dropdown-toggle-split, .btn-group-lg > .theme-btn-warning + .dropdown-toggle-split, .btn-group-lg > .theme-btn-danger + .dropdown-toggle-split, .btn-group-lg > .theme-btn-success + .dropdown-toggle-split, .btn-group-lg > .theme-btn-secondary + .dropdown-toggle-split, .btn-group-lg > .theme-btn-primary + .dropdown-toggle-split, .btn-group-lg > .theme-btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .theme-btn-outline-dark, .btn-group-vertical > .theme-btn-outline-light, .btn-group-vertical > .theme-btn-outline-info, .btn-group-vertical > .theme-btn-outline-warning, .btn-group-vertical > .theme-btn-outline-danger, .btn-group-vertical > .theme-btn-outline-success, .btn-group-vertical > .theme-btn-outline-secondary, .btn-group-vertical > .theme-btn-outline-primary, .btn-group-vertical > .theme-btn-dark, .btn-group-vertical > .theme-btn-light, .btn-group-vertical > .theme-btn-info, .btn-group-vertical > .theme-btn-warning, .btn-group-vertical > .theme-btn-danger, .btn-group-vertical > .theme-btn-success, .btn-group-vertical > .theme-btn-secondary, .btn-group-vertical > .theme-btn-primary, .btn-group-vertical > .theme-btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .theme-btn-outline-dark:not(:first-child), .btn-group-vertical > .theme-btn-outline-light:not(:first-child), .btn-group-vertical > .theme-btn-outline-info:not(:first-child), .btn-group-vertical > .theme-btn-outline-warning:not(:first-child), .btn-group-vertical > .theme-btn-outline-danger:not(:first-child), .btn-group-vertical > .theme-btn-outline-success:not(:first-child), .btn-group-vertical > .theme-btn-outline-secondary:not(:first-child), .btn-group-vertical > .theme-btn-outline-primary:not(:first-child), .btn-group-vertical > .theme-btn-dark:not(:first-child), .btn-group-vertical > .theme-btn-light:not(:first-child), .btn-group-vertical > .theme-btn-info:not(:first-child), .btn-group-vertical > .theme-btn-warning:not(:first-child), .btn-group-vertical > .theme-btn-danger:not(:first-child), .btn-group-vertical > .theme-btn-success:not(:first-child), .btn-group-vertical > .theme-btn-secondary:not(:first-child), .btn-group-vertical > .theme-btn-primary:not(:first-child), .btn-group-vertical > .theme-btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * 1px);
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group-vertical > .theme-btn-outline-dark:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group-vertical > .theme-btn-outline-light:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group-vertical > .theme-btn-outline-info:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group-vertical > .theme-btn-outline-warning:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group-vertical > .theme-btn-outline-danger:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group-vertical > .theme-btn-outline-success:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group-vertical > .theme-btn-outline-secondary:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group-vertical > .theme-btn-outline-primary:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group-vertical > .theme-btn-dark:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group-vertical > .theme-btn-light:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group-vertical > .theme-btn-info:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group-vertical > .theme-btn-warning:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group-vertical > .theme-btn-danger:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group-vertical > .theme-btn-success:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group-vertical > .theme-btn-secondary:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group-vertical > .theme-btn-primary:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle), .btn-group-vertical > .theme-btn:not(:last-child):not(.dropdown-toggle):not(.theme-dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .theme-btn-outline-dark,
.btn-group-vertical > .btn-group:not(:last-child) > .theme-btn-outline-light,
.btn-group-vertical > .btn-group:not(:last-child) > .theme-btn-outline-info,
.btn-group-vertical > .btn-group:not(:last-child) > .theme-btn-outline-warning,
.btn-group-vertical > .btn-group:not(:last-child) > .theme-btn-outline-danger,
.btn-group-vertical > .btn-group:not(:last-child) > .theme-btn-outline-success,
.btn-group-vertical > .btn-group:not(:last-child) > .theme-btn-outline-secondary,
.btn-group-vertical > .btn-group:not(:last-child) > .theme-btn-outline-primary,
.btn-group-vertical > .btn-group:not(:last-child) > .theme-btn-dark,
.btn-group-vertical > .btn-group:not(:last-child) > .theme-btn-light,
.btn-group-vertical > .btn-group:not(:last-child) > .theme-btn-info,
.btn-group-vertical > .btn-group:not(:last-child) > .theme-btn-warning,
.btn-group-vertical > .btn-group:not(:last-child) > .theme-btn-danger,
.btn-group-vertical > .btn-group:not(:last-child) > .theme-btn-success,
.btn-group-vertical > .btn-group:not(:last-child) > .theme-btn-secondary,
.btn-group-vertical > .btn-group:not(:last-child) > .theme-btn-primary,
.btn-group-vertical > .btn-group:not(:last-child) > .theme-btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3), .btn-group-vertical > .theme-btn-outline-dark:nth-child(n+3), .btn-group-vertical > .theme-btn-outline-light:nth-child(n+3), .btn-group-vertical > .theme-btn-outline-info:nth-child(n+3), .btn-group-vertical > .theme-btn-outline-warning:nth-child(n+3), .btn-group-vertical > .theme-btn-outline-danger:nth-child(n+3), .btn-group-vertical > .theme-btn-outline-success:nth-child(n+3), .btn-group-vertical > .theme-btn-outline-secondary:nth-child(n+3), .btn-group-vertical > .theme-btn-outline-primary:nth-child(n+3), .btn-group-vertical > .theme-btn-dark:nth-child(n+3), .btn-group-vertical > .theme-btn-light:nth-child(n+3), .btn-group-vertical > .theme-btn-info:nth-child(n+3), .btn-group-vertical > .theme-btn-warning:nth-child(n+3), .btn-group-vertical > .theme-btn-danger:nth-child(n+3), .btn-group-vertical > .theme-btn-success:nth-child(n+3), .btn-group-vertical > .theme-btn-secondary:nth-child(n+3), .btn-group-vertical > .theme-btn-primary:nth-child(n+3), .btn-group-vertical > .theme-btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > :not(.btn-check) + .theme-btn-outline-dark,
.btn-group-vertical > :not(.btn-check) + .theme-btn-outline-light,
.btn-group-vertical > :not(.btn-check) + .theme-btn-outline-info,
.btn-group-vertical > :not(.btn-check) + .theme-btn-outline-warning,
.btn-group-vertical > :not(.btn-check) + .theme-btn-outline-danger,
.btn-group-vertical > :not(.btn-check) + .theme-btn-outline-success,
.btn-group-vertical > :not(.btn-check) + .theme-btn-outline-secondary,
.btn-group-vertical > :not(.btn-check) + .theme-btn-outline-primary,
.btn-group-vertical > :not(.btn-check) + .theme-btn-dark,
.btn-group-vertical > :not(.btn-check) + .theme-btn-light,
.btn-group-vertical > :not(.btn-check) + .theme-btn-info,
.btn-group-vertical > :not(.btn-check) + .theme-btn-warning,
.btn-group-vertical > :not(.btn-check) + .theme-btn-danger,
.btn-group-vertical > :not(.btn-check) + .theme-btn-success,
.btn-group-vertical > :not(.btn-check) + .theme-btn-secondary,
.btn-group-vertical > :not(.btn-check) + .theme-btn-primary,
.btn-group-vertical > :not(.btn-check) + .theme-btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .theme-btn-outline-dark,
.btn-group-vertical > .btn-group:not(:first-child) > .theme-btn-outline-light,
.btn-group-vertical > .btn-group:not(:first-child) > .theme-btn-outline-info,
.btn-group-vertical > .btn-group:not(:first-child) > .theme-btn-outline-warning,
.btn-group-vertical > .btn-group:not(:first-child) > .theme-btn-outline-danger,
.btn-group-vertical > .btn-group:not(:first-child) > .theme-btn-outline-success,
.btn-group-vertical > .btn-group:not(:first-child) > .theme-btn-outline-secondary,
.btn-group-vertical > .btn-group:not(:first-child) > .theme-btn-outline-primary,
.btn-group-vertical > .btn-group:not(:first-child) > .theme-btn-dark,
.btn-group-vertical > .btn-group:not(:first-child) > .theme-btn-light,
.btn-group-vertical > .btn-group:not(:first-child) > .theme-btn-info,
.btn-group-vertical > .btn-group:not(:first-child) > .theme-btn-warning,
.btn-group-vertical > .btn-group:not(:first-child) > .theme-btn-danger,
.btn-group-vertical > .btn-group:not(:first-child) > .theme-btn-success,
.btn-group-vertical > .btn-group:not(:first-child) > .theme-btn-secondary,
.btn-group-vertical > .btn-group:not(:first-child) > .theme-btn-primary,
.btn-group-vertical > .btn-group:not(:first-child) > .theme-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav, .theme-nav-justified, .theme-nav-fill, .theme-nav-pills, .theme-nav-tabs, .theme-nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link, .theme-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;
  background: none;
  border: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 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;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link, .theme-nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .theme-nav-link:hover, .nav-link:focus, .theme-nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible, .theme-nav-link:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .disabled.theme-nav-link, .nav-link:disabled, .theme-nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs, .theme-nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: 1px solid #dee2e6;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link, .nav-tabs .theme-nav-link, .theme-nav-tabs .nav-link, .theme-nav-tabs .theme-nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .theme-nav-link:hover, .theme-nav-tabs .nav-link:hover, .theme-nav-tabs .theme-nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .theme-nav-link:focus, .theme-nav-tabs .nav-link:focus, .theme-nav-tabs .theme-nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active, .nav-tabs .active.theme-nav-link, .theme-nav-tabs .nav-link.active, .theme-nav-tabs .active.theme-nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .theme-nav-link,
.nav-tabs .show.theme-nav-item .nav-link,
.nav-tabs .show.theme-nav-item .theme-nav-link,
.theme-nav-tabs .nav-item.show .nav-link,
.theme-nav-tabs .nav-item.show .theme-nav-link,
.theme-nav-tabs .show.theme-nav-item .nav-link,
.theme-nav-tabs .show.theme-nav-item .theme-nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu, .nav-tabs .theme-dropdown-menu, .theme-nav-tabs .dropdown-menu, .theme-nav-tabs .theme-dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills, .theme-nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link, .nav-pills .theme-nav-link, .theme-nav-pills .nav-link, .theme-nav-pills .theme-nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active, .nav-pills .active.theme-nav-link, .theme-nav-pills .nav-link.active, .theme-nav-pills .active.theme-nav-link,
.nav-pills .show > .nav-link,
.nav-pills .show > .theme-nav-link,
.theme-nav-pills .show > .nav-link,
.theme-nav-pills .show > .theme-nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: 1rem;
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link, .nav-underline .theme-nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .theme-nav-link:hover, .nav-underline .nav-link:focus, .nav-underline .theme-nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active, .nav-underline .active.theme-nav-link,
.nav-underline .show > .nav-link,
.nav-underline .show > .theme-nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill > .nav-link, .nav-fill > .theme-nav-link, .theme-nav-fill > .nav-link, .theme-nav-fill > .theme-nav-link,
.nav-fill .nav-item,
.nav-fill .theme-nav-item,
.theme-nav-fill .nav-item,
.theme-nav-fill .theme-nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link, .nav-justified > .theme-nav-link, .theme-nav-justified > .nav-link, .theme-nav-justified > .theme-nav-link,
.nav-justified .nav-item,
.nav-justified .theme-nav-item,
.theme-nav-justified .nav-item,
.theme-nav-justified .theme-nav-item {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  text-align: center;
}
.nav-fill .nav-item .nav-link, .nav-fill .nav-item .theme-nav-link, .nav-fill .theme-nav-item .nav-link, .nav-fill .theme-nav-item .theme-nav-link, .theme-nav-fill .nav-item .nav-link, .theme-nav-fill .nav-item .theme-nav-link, .theme-nav-fill .theme-nav-item .nav-link, .theme-nav-fill .theme-nav-item .theme-nav-link,
.nav-justified .nav-item .nav-link,
.nav-justified .nav-item .theme-nav-link,
.nav-justified .theme-nav-item .nav-link,
.nav-justified .theme-nav-item .theme-nav-link,
.theme-nav-justified .nav-item .nav-link,
.theme-nav-justified .nav-item .theme-nav-link,
.theme-nav-justified .theme-nav-item .nav-link,
.theme-nav-justified .theme-nav-item .theme-nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar, .theme-navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 0;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container, .theme-navbar > .container,
.navbar > .container-fluid,
.theme-navbar > .container-fluid,
.navbar > .container-sm,
.theme-navbar > .container-sm,
.navbar > .container-md,
.theme-navbar > .container-md,
.navbar > .container-lg,
.theme-navbar > .container-lg,
.navbar > .container-xl,
.theme-navbar > .container-xl,
.navbar > .container-xxl,
.theme-navbar > .container-xxl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.navbar-brand, .theme-navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .theme-navbar-brand:hover, .navbar-brand:focus, .theme-navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav, .theme-navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .theme-navbar-nav .nav-link.active, .navbar-nav .active.theme-nav-link, .theme-navbar-nav .active.theme-nav-link, .navbar-nav .nav-link.show, .theme-navbar-nav .nav-link.show, .navbar-nav .show.theme-nav-link, .theme-navbar-nav .show.theme-nav-link {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu, .navbar-nav .theme-dropdown-menu, .theme-navbar-nav .dropdown-menu, .theme-navbar-nav .theme-dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-align: center;
      align-items: center;
}
.navbar-toggler, .theme-navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: 1px solid var(--bs-navbar-toggler-border-color);
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  -webkit-transition: var(--bs-navbar-toggler-transition);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler, .theme-navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover, .theme-navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus, .theme-navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
          box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: 75vh;
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav, .navbar-expand-sm .theme-navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu, .navbar-expand-sm .navbar-nav .theme-dropdown-menu, .navbar-expand-sm .theme-navbar-nav .dropdown-menu, .navbar-expand-sm .theme-navbar-nav .theme-dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .theme-navbar-nav .nav-link, .navbar-expand-sm .navbar-nav .theme-nav-link, .navbar-expand-sm .theme-navbar-nav .theme-nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler, .navbar-expand-sm .theme-navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas, .navbar-expand-sm .theme-offcanvas {
    position: static;
    z-index: auto;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header, .navbar-expand-sm .offcanvas .theme-offcanvas-header, .navbar-expand-sm .theme-offcanvas .offcanvas-header, .navbar-expand-sm .theme-offcanvas .theme-offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body, .navbar-expand-sm .offcanvas .theme-offcanvas-body, .navbar-expand-sm .theme-offcanvas .offcanvas-body, .navbar-expand-sm .theme-offcanvas .theme-offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav, .navbar-expand-md .theme-navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu, .navbar-expand-md .navbar-nav .theme-dropdown-menu, .navbar-expand-md .theme-navbar-nav .dropdown-menu, .navbar-expand-md .theme-navbar-nav .theme-dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .theme-navbar-nav .nav-link, .navbar-expand-md .navbar-nav .theme-nav-link, .navbar-expand-md .theme-navbar-nav .theme-nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler, .navbar-expand-md .theme-navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas, .navbar-expand-md .theme-offcanvas {
    position: static;
    z-index: auto;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header, .navbar-expand-md .offcanvas .theme-offcanvas-header, .navbar-expand-md .theme-offcanvas .offcanvas-header, .navbar-expand-md .theme-offcanvas .theme-offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body, .navbar-expand-md .offcanvas .theme-offcanvas-body, .navbar-expand-md .theme-offcanvas .offcanvas-body, .navbar-expand-md .theme-offcanvas .theme-offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav, .navbar-expand-lg .theme-navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu, .navbar-expand-lg .navbar-nav .theme-dropdown-menu, .navbar-expand-lg .theme-navbar-nav .dropdown-menu, .navbar-expand-lg .theme-navbar-nav .theme-dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .theme-navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .theme-nav-link, .navbar-expand-lg .theme-navbar-nav .theme-nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler, .navbar-expand-lg .theme-navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas, .navbar-expand-lg .theme-offcanvas {
    position: static;
    z-index: auto;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header, .navbar-expand-lg .offcanvas .theme-offcanvas-header, .navbar-expand-lg .theme-offcanvas .offcanvas-header, .navbar-expand-lg .theme-offcanvas .theme-offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body, .navbar-expand-lg .offcanvas .theme-offcanvas-body, .navbar-expand-lg .theme-offcanvas .offcanvas-body, .navbar-expand-lg .theme-offcanvas .theme-offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav, .navbar-expand-xl .theme-navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu, .navbar-expand-xl .navbar-nav .theme-dropdown-menu, .navbar-expand-xl .theme-navbar-nav .dropdown-menu, .navbar-expand-xl .theme-navbar-nav .theme-dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .theme-navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .theme-nav-link, .navbar-expand-xl .theme-navbar-nav .theme-nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler, .navbar-expand-xl .theme-navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas, .navbar-expand-xl .theme-offcanvas {
    position: static;
    z-index: auto;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header, .navbar-expand-xl .offcanvas .theme-offcanvas-header, .navbar-expand-xl .theme-offcanvas .offcanvas-header, .navbar-expand-xl .theme-offcanvas .theme-offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body, .navbar-expand-xl .offcanvas .theme-offcanvas-body, .navbar-expand-xl .theme-offcanvas .offcanvas-body, .navbar-expand-xl .theme-offcanvas .theme-offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav, .navbar-expand-xxl .theme-navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu, .navbar-expand-xxl .navbar-nav .theme-dropdown-menu, .navbar-expand-xxl .theme-navbar-nav .dropdown-menu, .navbar-expand-xxl .theme-navbar-nav .theme-dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link, .navbar-expand-xxl .theme-navbar-nav .nav-link, .navbar-expand-xxl .navbar-nav .theme-nav-link, .navbar-expand-xxl .theme-navbar-nav .theme-nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler, .navbar-expand-xxl .theme-navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas, .navbar-expand-xxl .theme-offcanvas {
    position: static;
    z-index: auto;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header, .navbar-expand-xxl .offcanvas .theme-offcanvas-header, .navbar-expand-xxl .theme-offcanvas .offcanvas-header, .navbar-expand-xxl .theme-offcanvas .theme-offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body, .navbar-expand-xxl .offcanvas .theme-offcanvas-body, .navbar-expand-xxl .theme-offcanvas .offcanvas-body, .navbar-expand-xxl .theme-offcanvas .theme-offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.navbar-expand .navbar-nav, .navbar-expand .theme-navbar-nav {
  -ms-flex-direction: row;
      flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu, .navbar-expand .navbar-nav .theme-dropdown-menu, .navbar-expand .theme-navbar-nav .dropdown-menu, .navbar-expand .theme-navbar-nav .theme-dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link, .navbar-expand .theme-navbar-nav .nav-link, .navbar-expand .navbar-nav .theme-nav-link, .navbar-expand .theme-navbar-nav .theme-nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler, .navbar-expand .theme-navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas, .navbar-expand .theme-offcanvas {
  position: static;
  z-index: auto;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: none;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header, .navbar-expand .offcanvas .theme-offcanvas-header, .navbar-expand .theme-offcanvas .offcanvas-header, .navbar-expand .theme-offcanvas .theme-offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body, .navbar-expand .offcanvas .theme-offcanvas-body, .navbar-expand .theme-offcanvas .offcanvas-body, .navbar-expand .theme-offcanvas .theme-offcanvas-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 0;
      flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark, .theme-navbar-dark,
.navbar[data-bs-theme=dark],
[data-bs-theme=dark].theme-navbar {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card, .theme-card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  height:  ;
  height: var(--bs-card-height);
  color: #212529;
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: #fff;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: 0.375rem;
  border-radius: var(--bs-card-border-radius);
}
.card > hr, .theme-card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group, .card > .theme-list-group, .theme-card > .list-group, .theme-card > .theme-list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child, .card > .theme-list-group:first-child, .theme-card > .list-group:first-child, .theme-card > .theme-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, .card > .theme-list-group:last-child, .theme-card > .list-group:last-child, .theme-card > .theme-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 > .card-header + .theme-list-group, .card > .theme-card-header + .list-group, .card > .theme-card-header + .theme-list-group, .theme-card > .card-header + .list-group, .theme-card > .card-header + .theme-list-group, .theme-card > .theme-card-header + .list-group, .theme-card > .theme-card-header + .theme-list-group,
.card > .list-group + .card-footer,
.card > .theme-list-group + .card-footer,
.card > .list-group + .theme-card-footer,
.card > .theme-list-group + .theme-card-footer,
.theme-card > .list-group + .card-footer,
.theme-card > .theme-list-group + .card-footer,
.theme-card > .list-group + .theme-card-footer,
.theme-card > .theme-list-group + .theme-card-footer {
  border-top: 0;
}
.card-body, .theme-card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header, .theme-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, .theme-card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer, .theme-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, .theme-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, .card-header-tabs .active.theme-nav-link {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card, .card-group > .theme-card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group > .card, .card-group > .theme-card {
    -ms-flex: 1 0;
        flex: 1 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .card-group > .theme-card + .card, .card-group > .card + .theme-card, .card-group > .theme-card + .theme-card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child), .card-group > .theme-card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top, .card-group > .theme-card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header,
  .card-group > .card:not(:last-child) > .theme-card-header,
  .card-group > .theme-card:not(:last-child) > .card-header,
  .card-group > .theme-card:not(:last-child) > .theme-card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom, .card-group > .theme-card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer,
  .card-group > .card:not(:last-child) > .theme-card-footer,
  .card-group > .theme-card:not(:last-child) > .card-footer,
  .card-group > .theme-card:not(:last-child) > .theme-card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child), .card-group > .theme-card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top, .card-group > .theme-card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header,
  .card-group > .card:not(:first-child) > .theme-card-header,
  .card-group > .theme-card:not(:first-child) > .card-header,
  .card-group > .theme-card:not(:first-child) > .theme-card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom, .card-group > .theme-card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer,
  .card-group > .card:not(:first-child) > .theme-card-footer,
  .card-group > .theme-card:not(:first-child) > .card-footer,
  .card-group > .theme-card:not(:first-child) > .theme-card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion, .theme-accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button, .theme-accordion-button {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: var(--bs-accordion-transition);
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button, .theme-accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed), .theme-accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  -webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
          box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after, .theme-accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  -webkit-transform: var(--bs-accordion-btn-icon-transform);
          transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after, .theme-accordion-button::after {
  -ms-flex-negative: 0;
      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);
  -webkit-transition: var(--bs-accordion-btn-icon-transition);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after, .theme-accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover, .theme-accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus, .theme-accordion-button:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
          box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header, .theme-accordion-header {
  margin-bottom: 0;
}
.accordion-item, .theme-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, .theme-accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button, .accordion-item:first-of-type > .accordion-header .theme-accordion-button, .accordion-item:first-of-type > .theme-accordion-header .accordion-button, .accordion-item:first-of-type > .theme-accordion-header .theme-accordion-button, .theme-accordion-item:first-of-type > .accordion-header .accordion-button, .theme-accordion-item:first-of-type > .accordion-header .theme-accordion-button, .theme-accordion-item:first-of-type > .theme-accordion-header .accordion-button, .theme-accordion-item:first-of-type > .theme-accordion-header .theme-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), .theme-accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type, .theme-accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed, .accordion-item:last-of-type > .accordion-header .collapsed.theme-accordion-button, .accordion-item:last-of-type > .theme-accordion-header .accordion-button.collapsed, .accordion-item:last-of-type > .theme-accordion-header .collapsed.theme-accordion-button, .theme-accordion-item:last-of-type > .accordion-header .accordion-button.collapsed, .theme-accordion-item:last-of-type > .accordion-header .collapsed.theme-accordion-button, .theme-accordion-item:last-of-type > .theme-accordion-header .accordion-button.collapsed, .theme-accordion-item:last-of-type > .theme-accordion-header .collapsed.theme-accordion-button {
  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, .accordion-item:last-of-type > .theme-accordion-collapse, .theme-accordion-item:last-of-type > .accordion-collapse, .theme-accordion-item:last-of-type > .theme-accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body, .theme-accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item, .theme-accordion-flush > .accordion-item, .accordion-flush > .theme-accordion-item, .theme-accordion-flush > .theme-accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child, .theme-accordion-flush > .accordion-item:first-child, .accordion-flush > .theme-accordion-item:first-child, .theme-accordion-flush > .theme-accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child, .theme-accordion-flush > .accordion-item:last-child, .accordion-flush > .theme-accordion-item:last-child, .theme-accordion-flush > .theme-accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse, .theme-accordion-flush > .accordion-item > .accordion-collapse, .accordion-flush > .accordion-item > .theme-accordion-collapse, .theme-accordion-flush > .accordion-item > .theme-accordion-collapse, .accordion-flush > .theme-accordion-item > .accordion-collapse, .theme-accordion-flush > .theme-accordion-item > .accordion-collapse, .accordion-flush > .theme-accordion-item > .theme-accordion-collapse, .theme-accordion-flush > .theme-accordion-item > .theme-accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.theme-accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .theme-accordion-button,
.theme-accordion-flush > .accordion-item > .accordion-header .theme-accordion-button,
.accordion-flush > .accordion-item > .theme-accordion-header .accordion-button,
.theme-accordion-flush > .accordion-item > .theme-accordion-header .accordion-button,
.accordion-flush > .accordion-item > .theme-accordion-header .theme-accordion-button,
.theme-accordion-flush > .accordion-item > .theme-accordion-header .theme-accordion-button,
.accordion-flush > .theme-accordion-item > .accordion-header .accordion-button,
.theme-accordion-flush > .theme-accordion-item > .accordion-header .accordion-button,
.accordion-flush > .theme-accordion-item > .accordion-header .theme-accordion-button,
.theme-accordion-flush > .theme-accordion-item > .accordion-header .theme-accordion-button,
.accordion-flush > .theme-accordion-item > .theme-accordion-header .accordion-button,
.theme-accordion-flush > .theme-accordion-item > .theme-accordion-header .accordion-button,
.accordion-flush > .theme-accordion-item > .theme-accordion-header .theme-accordion-button,
.theme-accordion-flush > .theme-accordion-item > .theme-accordion-header .theme-accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after, [data-bs-theme=dark] .theme-accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.breadcrumb, .theme-breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: 1rem;
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color:  ;
  background-color: var(--bs-breadcrumb-bg);
  border-radius:  ;
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item, .theme-breadcrumb-item + .breadcrumb-item, .breadcrumb-item + .theme-breadcrumb-item, .theme-breadcrumb-item + .theme-breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before, .theme-breadcrumb-item + .breadcrumb-item::before, .breadcrumb-item + .theme-breadcrumb-item::before, .theme-breadcrumb-item + .theme-breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: "/" /* rtl: var(--bs-breadcrumb-divider, "/") */;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active, .active.theme-breadcrumb-item {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination, .theme-pagination-lg, .theme-pagination-sm, .theme-pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link, .theme-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);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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, -webkit-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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link, .theme-page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover, .theme-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, .theme-page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  -webkit-box-shadow: var(--bs-pagination-focus-box-shadow);
          box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active.theme-page-link, .active > .page-link, .active > .theme-page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled.theme-page-link, .disabled > .page-link, .disabled > .theme-page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link, .page-item:not(:first-child) .theme-page-link, .theme-page-item:not(:first-child) .page-link, .theme-page-item:not(:first-child) .theme-page-link {
  margin-left: calc(-1 * 1px);
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link, .page-item:first-child .theme-page-link, .theme-page-item:first-child .page-link, .theme-page-item:first-child .theme-page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link, .page-item:last-child .theme-page-link, .theme-page-item:last-child .page-link, .theme-page-item:last-child .theme-page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg, .theme-pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm, .theme-pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge, .theme-badge-dark, .theme-badge-light, .theme-badge-info, .theme-badge-warning, .theme-badge-danger, .theme-badge-success, .theme-badge-secondary, .theme-badge-primary, .theme-badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: 0.35em 0.65em;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: 0.75em;
  font-size: var(--bs-badge-font-size);
  font-weight: 700;
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: #fff;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty, .theme-badge-dark:empty, .theme-badge-light:empty, .theme-badge-info:empty, .theme-badge-warning:empty, .theme-badge-danger:empty, .theme-badge-success:empty, .theme-badge-secondary:empty, .theme-badge-primary:empty, .theme-badge:empty {
  display: none;
}
.btn .badge, .btn .theme-badge-dark, .btn .theme-badge-light, .btn .theme-badge-info, .btn .theme-badge-warning, .btn .theme-badge-danger, .btn .theme-badge-success, .btn .theme-badge-secondary, .btn .theme-badge-primary, .btn .theme-badge, .theme-btn-outline-dark .badge, .theme-btn-outline-dark .theme-badge-dark, .theme-btn-outline-dark .theme-badge-light, .theme-btn-outline-dark .theme-badge-info, .theme-btn-outline-dark .theme-badge-warning, .theme-btn-outline-dark .theme-badge-danger, .theme-btn-outline-dark .theme-badge-success, .theme-btn-outline-dark .theme-badge-secondary, .theme-btn-outline-dark .theme-badge-primary, .theme-btn-outline-dark .theme-badge, .theme-btn-outline-light .badge, .theme-btn-outline-light .theme-badge-dark, .theme-btn-outline-light .theme-badge-light, .theme-btn-outline-light .theme-badge-info, .theme-btn-outline-light .theme-badge-warning, .theme-btn-outline-light .theme-badge-danger, .theme-btn-outline-light .theme-badge-success, .theme-btn-outline-light .theme-badge-secondary, .theme-btn-outline-light .theme-badge-primary, .theme-btn-outline-light .theme-badge, .theme-btn-outline-info .badge, .theme-btn-outline-info .theme-badge-dark, .theme-btn-outline-info .theme-badge-light, .theme-btn-outline-info .theme-badge-info, .theme-btn-outline-info .theme-badge-warning, .theme-btn-outline-info .theme-badge-danger, .theme-btn-outline-info .theme-badge-success, .theme-btn-outline-info .theme-badge-secondary, .theme-btn-outline-info .theme-badge-primary, .theme-btn-outline-info .theme-badge, .theme-btn-outline-warning .badge, .theme-btn-outline-warning .theme-badge-dark, .theme-btn-outline-warning .theme-badge-light, .theme-btn-outline-warning .theme-badge-info, .theme-btn-outline-warning .theme-badge-warning, .theme-btn-outline-warning .theme-badge-danger, .theme-btn-outline-warning .theme-badge-success, .theme-btn-outline-warning .theme-badge-secondary, .theme-btn-outline-warning .theme-badge-primary, .theme-btn-outline-warning .theme-badge, .theme-btn-outline-danger .badge, .theme-btn-outline-danger .theme-badge-dark, .theme-btn-outline-danger .theme-badge-light, .theme-btn-outline-danger .theme-badge-info, .theme-btn-outline-danger .theme-badge-warning, .theme-btn-outline-danger .theme-badge-danger, .theme-btn-outline-danger .theme-badge-success, .theme-btn-outline-danger .theme-badge-secondary, .theme-btn-outline-danger .theme-badge-primary, .theme-btn-outline-danger .theme-badge, .theme-btn-outline-success .badge, .theme-btn-outline-success .theme-badge-dark, .theme-btn-outline-success .theme-badge-light, .theme-btn-outline-success .theme-badge-info, .theme-btn-outline-success .theme-badge-warning, .theme-btn-outline-success .theme-badge-danger, .theme-btn-outline-success .theme-badge-success, .theme-btn-outline-success .theme-badge-secondary, .theme-btn-outline-success .theme-badge-primary, .theme-btn-outline-success .theme-badge, .theme-btn-outline-secondary .badge, .theme-btn-outline-secondary .theme-badge-dark, .theme-btn-outline-secondary .theme-badge-light, .theme-btn-outline-secondary .theme-badge-info, .theme-btn-outline-secondary .theme-badge-warning, .theme-btn-outline-secondary .theme-badge-danger, .theme-btn-outline-secondary .theme-badge-success, .theme-btn-outline-secondary .theme-badge-secondary, .theme-btn-outline-secondary .theme-badge-primary, .theme-btn-outline-secondary .theme-badge, .theme-btn-outline-primary .badge, .theme-btn-outline-primary .theme-badge-dark, .theme-btn-outline-primary .theme-badge-light, .theme-btn-outline-primary .theme-badge-info, .theme-btn-outline-primary .theme-badge-warning, .theme-btn-outline-primary .theme-badge-danger, .theme-btn-outline-primary .theme-badge-success, .theme-btn-outline-primary .theme-badge-secondary, .theme-btn-outline-primary .theme-badge-primary, .theme-btn-outline-primary .theme-badge, .theme-btn-dark .badge, .theme-btn-dark .theme-badge-dark, .theme-btn-dark .theme-badge-light, .theme-btn-dark .theme-badge-info, .theme-btn-dark .theme-badge-warning, .theme-btn-dark .theme-badge-danger, .theme-btn-dark .theme-badge-success, .theme-btn-dark .theme-badge-secondary, .theme-btn-dark .theme-badge-primary, .theme-btn-dark .theme-badge, .theme-btn-light .badge, .theme-btn-light .theme-badge-dark, .theme-btn-light .theme-badge-light, .theme-btn-light .theme-badge-info, .theme-btn-light .theme-badge-warning, .theme-btn-light .theme-badge-danger, .theme-btn-light .theme-badge-success, .theme-btn-light .theme-badge-secondary, .theme-btn-light .theme-badge-primary, .theme-btn-light .theme-badge, .theme-btn-info .badge, .theme-btn-info .theme-badge-dark, .theme-btn-info .theme-badge-light, .theme-btn-info .theme-badge-info, .theme-btn-info .theme-badge-warning, .theme-btn-info .theme-badge-danger, .theme-btn-info .theme-badge-success, .theme-btn-info .theme-badge-secondary, .theme-btn-info .theme-badge-primary, .theme-btn-info .theme-badge, .theme-btn-warning .badge, .theme-btn-warning .theme-badge-dark, .theme-btn-warning .theme-badge-light, .theme-btn-warning .theme-badge-info, .theme-btn-warning .theme-badge-warning, .theme-btn-warning .theme-badge-danger, .theme-btn-warning .theme-badge-success, .theme-btn-warning .theme-badge-secondary, .theme-btn-warning .theme-badge-primary, .theme-btn-warning .theme-badge, .theme-btn-danger .badge, .theme-btn-danger .theme-badge-dark, .theme-btn-danger .theme-badge-light, .theme-btn-danger .theme-badge-info, .theme-btn-danger .theme-badge-warning, .theme-btn-danger .theme-badge-danger, .theme-btn-danger .theme-badge-success, .theme-btn-danger .theme-badge-secondary, .theme-btn-danger .theme-badge-primary, .theme-btn-danger .theme-badge, .theme-btn-success .badge, .theme-btn-success .theme-badge-dark, .theme-btn-success .theme-badge-light, .theme-btn-success .theme-badge-info, .theme-btn-success .theme-badge-warning, .theme-btn-success .theme-badge-danger, .theme-btn-success .theme-badge-success, .theme-btn-success .theme-badge-secondary, .theme-btn-success .theme-badge-primary, .theme-btn-success .theme-badge, .theme-btn-secondary .badge, .theme-btn-secondary .theme-badge-dark, .theme-btn-secondary .theme-badge-light, .theme-btn-secondary .theme-badge-info, .theme-btn-secondary .theme-badge-warning, .theme-btn-secondary .theme-badge-danger, .theme-btn-secondary .theme-badge-success, .theme-btn-secondary .theme-badge-secondary, .theme-btn-secondary .theme-badge-primary, .theme-btn-secondary .theme-badge, .theme-btn-primary .badge, .theme-btn-primary .theme-badge-dark, .theme-btn-primary .theme-badge-light, .theme-btn-primary .theme-badge-info, .theme-btn-primary .theme-badge-warning, .theme-btn-primary .theme-badge-danger, .theme-btn-primary .theme-badge-success, .theme-btn-primary .theme-badge-secondary, .theme-btn-primary .theme-badge-primary, .theme-btn-primary .theme-badge, .theme-btn .badge, .theme-btn .theme-badge-dark, .theme-btn .theme-badge-light, .theme-btn .theme-badge-info, .theme-btn .theme-badge-warning, .theme-btn .theme-badge-danger, .theme-btn .theme-badge-success, .theme-btn .theme-badge-secondary, .theme-btn .theme-badge-primary, .theme-btn .theme-badge {
  position: relative;
  top: -1px;
}
.alert, .theme-alert-dark, .theme-alert-light, .theme-alert-info, .theme-alert-warning, .theme-alert-danger, .theme-alert-success, .theme-alert-secondary, .theme-alert-primary, .theme-alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: 1rem 1rem;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: 1rem;
  margin-bottom: var(--bs-alert-margin-bottom);
  color: inherit;
  color: var(--bs-alert-color);
  background-color: transparent;
  background-color: var(--bs-alert-bg);
  border: 1px solid transparent;
  border: var(--bs-alert-border);
  border-radius: 0.375rem;
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close, .alert-dismissible .theme-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary, .theme-alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary, .theme-alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success, .theme-alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info, .theme-alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning, .theme-alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger, .theme-alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light, .theme-alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark, .theme-alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress, .theme-progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: 0.75rem;
  font-size: var(--bs-progress-font-size);
  background-color: #e9ecef;
  background-color: var(--bs-progress-bg);
  border-radius: 0.375rem;
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar, .theme-progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  -webkit-transition: var(--bs-progress-bar-transition);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar, .theme-progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped, .theme-progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress, .progress-stacked > .theme-progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar, .progress-stacked > .progress > .theme-progress-bar, .progress-stacked > .theme-progress > .progress-bar, .progress-stacked > .theme-progress > .theme-progress-bar {
  width: 100%;
}
.progress-bar-animated, .theme-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, .theme-progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}
.list-group, .theme-list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.375rem;
  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, .list-group-numbered > .theme-list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item, .theme-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, .theme-list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child, .theme-list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .disabled.theme-list-group-item, .list-group-item:disabled, .theme-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, .active.theme-list-group-item {
  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, .theme-list-group-item + .list-group-item, .list-group-item + .theme-list-group-item, .theme-list-group-item + .theme-list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active, .theme-list-group-item + .list-group-item.active, .list-group-item + .active.theme-list-group-item, .theme-list-group-item + .active.theme-list-group-item {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-item-action, .theme-list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .theme-list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus, .theme-list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active, .theme-list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-horizontal, .theme-list-group-horizontal {
  -ms-flex-direction: row;
      flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child), .theme-list-group-horizontal > .list-group-item:first-child:not(:last-child), .list-group-horizontal > .theme-list-group-item:first-child:not(:last-child), .theme-list-group-horizontal > .theme-list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child), .theme-list-group-horizontal > .list-group-item:last-child:not(:first-child), .list-group-horizontal > .theme-list-group-item:last-child:not(:first-child), .theme-list-group-horizontal > .theme-list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active, .theme-list-group-horizontal > .list-group-item.active, .list-group-horizontal > .active.theme-list-group-item, .theme-list-group-horizontal > .active.theme-list-group-item {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item, .theme-list-group-horizontal > .list-group-item + .list-group-item, .list-group-horizontal > .theme-list-group-item + .list-group-item, .theme-list-group-horizontal > .theme-list-group-item + .list-group-item, .list-group-horizontal > .list-group-item + .theme-list-group-item, .theme-list-group-horizontal > .list-group-item + .theme-list-group-item, .list-group-horizontal > .theme-list-group-item + .theme-list-group-item, .theme-list-group-horizontal > .theme-list-group-item + .theme-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, .theme-list-group-horizontal > .list-group-item + .list-group-item.active, .list-group-horizontal > .theme-list-group-item + .list-group-item.active, .theme-list-group-horizontal > .theme-list-group-item + .list-group-item.active, .list-group-horizontal > .list-group-item + .active.theme-list-group-item, .theme-list-group-horizontal > .list-group-item + .active.theme-list-group-item, .list-group-horizontal > .theme-list-group-item + .active.theme-list-group-item, .theme-list-group-horizontal > .theme-list-group-item + .active.theme-list-group-item {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child), .list-group-horizontal-sm > .theme-list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child), .list-group-horizontal-sm > .theme-list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active, .list-group-horizontal-sm > .active.theme-list-group-item {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item, .list-group-horizontal-sm > .theme-list-group-item + .list-group-item, .list-group-horizontal-sm > .list-group-item + .theme-list-group-item, .list-group-horizontal-sm > .theme-list-group-item + .theme-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, .list-group-horizontal-sm > .theme-list-group-item + .list-group-item.active, .list-group-horizontal-sm > .list-group-item + .active.theme-list-group-item, .list-group-horizontal-sm > .theme-list-group-item + .active.theme-list-group-item {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child), .list-group-horizontal-md > .theme-list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child), .list-group-horizontal-md > .theme-list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active, .list-group-horizontal-md > .active.theme-list-group-item {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item, .list-group-horizontal-md > .theme-list-group-item + .list-group-item, .list-group-horizontal-md > .list-group-item + .theme-list-group-item, .list-group-horizontal-md > .theme-list-group-item + .theme-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, .list-group-horizontal-md > .theme-list-group-item + .list-group-item.active, .list-group-horizontal-md > .list-group-item + .active.theme-list-group-item, .list-group-horizontal-md > .theme-list-group-item + .active.theme-list-group-item {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child), .list-group-horizontal-lg > .theme-list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child), .list-group-horizontal-lg > .theme-list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active, .list-group-horizontal-lg > .active.theme-list-group-item {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item, .list-group-horizontal-lg > .theme-list-group-item + .list-group-item, .list-group-horizontal-lg > .list-group-item + .theme-list-group-item, .list-group-horizontal-lg > .theme-list-group-item + .theme-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, .list-group-horizontal-lg > .theme-list-group-item + .list-group-item.active, .list-group-horizontal-lg > .list-group-item + .active.theme-list-group-item, .list-group-horizontal-lg > .theme-list-group-item + .active.theme-list-group-item {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child), .list-group-horizontal-xl > .theme-list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child), .list-group-horizontal-xl > .theme-list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active, .list-group-horizontal-xl > .active.theme-list-group-item {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item, .list-group-horizontal-xl > .theme-list-group-item + .list-group-item, .list-group-horizontal-xl > .list-group-item + .theme-list-group-item, .list-group-horizontal-xl > .theme-list-group-item + .theme-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, .list-group-horizontal-xl > .theme-list-group-item + .list-group-item.active, .list-group-horizontal-xl > .list-group-item + .active.theme-list-group-item, .list-group-horizontal-xl > .theme-list-group-item + .active.theme-list-group-item {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child), .list-group-horizontal-xxl > .theme-list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child), .list-group-horizontal-xxl > .theme-list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active, .list-group-horizontal-xxl > .active.theme-list-group-item {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item, .list-group-horizontal-xxl > .theme-list-group-item + .list-group-item, .list-group-horizontal-xxl > .list-group-item + .theme-list-group-item, .list-group-horizontal-xxl > .theme-list-group-item + .theme-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, .list-group-horizontal-xxl > .theme-list-group-item + .list-group-item.active, .list-group-horizontal-xxl > .list-group-item + .active.theme-list-group-item, .list-group-horizontal-xxl > .theme-list-group-item + .active.theme-list-group-item {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush, .theme-list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item, .theme-list-group-flush > .list-group-item, .list-group-flush > .theme-list-group-item, .theme-list-group-flush > .theme-list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child, .theme-list-group-flush > .list-group-item:last-child, .list-group-flush > .theme-list-group-item:last-child, .theme-list-group-flush > .theme-list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary, .theme-list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary, .theme-list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success, .theme-list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info, .theme-list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning, .theme-list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger, .theme-list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light, .theme-list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark, .theme-list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.btn-close, .theme-btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  color: var(--bs-btn-close-color);
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e") center/1em auto no-repeat;
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  -webkit-filter:  ;
          filter:  ;
  -webkit-filter: var(--bs-btn-close-filter);
          filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover, .theme-btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus, .theme-btn-close:focus {
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-close-focus-shadow);
          box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .theme-btn-close:disabled, .btn-close.disabled, .disabled.theme-btn-close {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}
[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
.toast, .theme-toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: 350px;
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: 0.875rem;
  font-size: var(--bs-toast-font-size);
  color:  ;
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--bs-toast-box-shadow);
          box-shadow: var(--bs-toast-box-shadow);
  border-radius: 0.375rem;
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing, .showing.theme-toast {
  opacity: 0;
}
.toast:not(.show), .theme-toast:not(.show) {
  display: none;
}
.toast-container, .theme-toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: 1090;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child), .theme-toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header, .theme-toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      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, .theme-toast-header .btn-close, .toast-header .theme-btn-close, .theme-toast-header .theme-btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body, .theme-toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal, .theme-modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog, .theme-modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog, .modal.fade .theme-modal-dialog, .fade.theme-modal .modal-dialog, .fade.theme-modal .theme-modal-dialog {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog, .modal.fade .theme-modal-dialog, .fade.theme-modal .modal-dialog, .fade.theme-modal .theme-modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog, .modal.show .theme-modal-dialog, .show.theme-modal .modal-dialog, .show.theme-modal .theme-modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog, .modal.modal-static .theme-modal-dialog, .modal-static.theme-modal .modal-dialog, .modal-static.theme-modal .theme-modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content, .modal-dialog-scrollable .theme-modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body, .modal-dialog-scrollable .theme-modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content, .theme-modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: #000;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header, .theme-modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close, .theme-modal-header .btn-close, .modal-header .theme-btn-close, .theme-modal-header .theme-btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}
.modal-title, .theme-modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body, .theme-modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer, .theme-modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      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 > *, .theme-modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal, .theme-modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog, .theme-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, .modal-fullscreen .theme-modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header, .modal-fullscreen .theme-modal-header,
.modal-fullscreen .modal-footer,
.modal-fullscreen .theme-modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body, .modal-fullscreen .theme-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, .modal-fullscreen-sm-down .theme-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header, .modal-fullscreen-sm-down .theme-modal-header,
  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .theme-modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body, .modal-fullscreen-sm-down .theme-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, .modal-fullscreen-md-down .theme-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header, .modal-fullscreen-md-down .theme-modal-header,
  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .theme-modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body, .modal-fullscreen-md-down .theme-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, .modal-fullscreen-lg-down .theme-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header, .modal-fullscreen-lg-down .theme-modal-header,
  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .theme-modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body, .modal-fullscreen-lg-down .theme-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, .modal-fullscreen-xl-down .theme-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header, .modal-fullscreen-xl-down .theme-modal-header,
  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .theme-modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body, .modal-fullscreen-xl-down .theme-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, .modal-fullscreen-xxl-down .theme-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header, .modal-fullscreen-xxl-down .theme-modal-header,
  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .theme-modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body, .modal-fullscreen-xxl-down .theme-modal-body {
    overflow-y: auto;
  }
}
.tooltip, .theme-tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: 1080;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin:  ;
  margin: var(--bs-tooltip-margin);
  font-family: 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";
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show, .show.theme-tooltip {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow, .theme-tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before, .theme-tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover, .theme-popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: 1070;
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: 276px;
  max-width: var(--bs-popover-max-width);
  font-family: 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";
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: #fff;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: 0.5rem;
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow, .theme-popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .theme-popover .popover-arrow::before, .popover .popover-arrow::after, .theme-popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-bottom .theme-popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .theme-popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.popover-header, .theme-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, .theme-popover-header:empty {
  display: none;
}
.popover-body, .theme-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 {
  -ms-touch-action: pan-y;
      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;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  -webkit-filter:  ;
          filter:  ;
  -webkit-filter: var(--bs-carousel-control-icon-filter);
          filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -ms-flex: 0 1 auto;
      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-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    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;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}
.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}
:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}
[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}
.spinner-grow, .theme-spinner-grow,
.spinner-border,
.theme-spinner-border {
  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 {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border, .theme-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: 0.25em solid currentcolor;
  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% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow, .theme-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, .theme-spinner-border,
  .spinner-grow,
  .theme-spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .theme-offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        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;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    -webkit-transition: none;
    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);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header, .offcanvas-sm .theme-offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body, .offcanvas-sm .theme-offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        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;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    -webkit-transition: none;
    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);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header, .offcanvas-md .theme-offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body, .offcanvas-md .theme-offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        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;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    -webkit-transition: none;
    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);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header, .offcanvas-lg .theme-offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body, .offcanvas-lg .theme-offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        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;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    -webkit-transition: none;
    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);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header, .offcanvas-xl .theme-offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body, .offcanvas-xl .theme-offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        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;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    -webkit-transition: none;
    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);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header, .offcanvas-xxl .theme-offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body, .offcanvas-xxl .theme-offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas, .theme-offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      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;
  -webkit-transition: var(--bs-offcanvas-transition);
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas, .theme-offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}
.offcanvas.offcanvas-start, .offcanvas-start.theme-offcanvas {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.offcanvas.offcanvas-end, .offcanvas-end.theme-offcanvas {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.offcanvas.offcanvas-top, .offcanvas-top.theme-offcanvas {
  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);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom, .offcanvas-bottom.theme-offcanvas {
  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);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.offcanvas.showing, .showing.theme-offcanvas, .offcanvas.show:not(.hiding), .show.theme-offcanvas:not(.hiding) {
  -webkit-transform: none;
          transform: none;
}
.offcanvas.showing, .showing.theme-offcanvas, .offcanvas.hiding, .hiding.theme-offcanvas, .offcanvas.show, .show.theme-offcanvas {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header, .theme-offcanvas-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close, .theme-offcanvas-header .btn-close, .offcanvas-header .theme-btn-close, .theme-offcanvas-header .theme-btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}
.offcanvas-title, .theme-offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body, .theme-offcanvas-body {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder, .theme-placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before, .btn.theme-placeholder::before, .placeholder.theme-btn-outline-dark::before, .theme-btn-outline-dark.theme-placeholder::before, .placeholder.theme-btn-outline-light::before, .theme-btn-outline-light.theme-placeholder::before, .placeholder.theme-btn-outline-info::before, .theme-btn-outline-info.theme-placeholder::before, .placeholder.theme-btn-outline-warning::before, .theme-btn-outline-warning.theme-placeholder::before, .placeholder.theme-btn-outline-danger::before, .theme-btn-outline-danger.theme-placeholder::before, .placeholder.theme-btn-outline-success::before, .theme-btn-outline-success.theme-placeholder::before, .placeholder.theme-btn-outline-secondary::before, .theme-btn-outline-secondary.theme-placeholder::before, .placeholder.theme-btn-outline-primary::before, .theme-btn-outline-primary.theme-placeholder::before, .placeholder.theme-btn-dark::before, .theme-btn-dark.theme-placeholder::before, .placeholder.theme-btn-light::before, .theme-btn-light.theme-placeholder::before, .placeholder.theme-btn-info::before, .theme-btn-info.theme-placeholder::before, .placeholder.theme-btn-warning::before, .theme-btn-warning.theme-placeholder::before, .placeholder.theme-btn-danger::before, .theme-btn-danger.theme-placeholder::before, .placeholder.theme-btn-success::before, .theme-btn-success.theme-placeholder::before, .placeholder.theme-btn-secondary::before, .theme-btn-secondary.theme-placeholder::before, .placeholder.theme-btn-primary::before, .theme-btn-primary.theme-placeholder::before, .placeholder.theme-btn::before, .theme-btn.theme-placeholder::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, .theme-placeholder-glow .placeholder, .placeholder-glow .theme-placeholder, .theme-placeholder-glow .theme-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, .theme-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-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, 1) !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, 1) !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, 1) !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, 1) !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, 1) !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, 1) !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, 1) !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, 1) !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: RGBA(13, 110, 253, 1) !important;
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(13, 110, 253, 1) !important;
          text-decoration-color: RGBA(13, 110, 253, 1) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, 1) !important;
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, 1) !important;
          text-decoration-color: RGBA(10, 88, 202, 1) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
  color: RGBA(108, 117, 125, 1) !important;
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(108, 117, 125, 1) !important;
          text-decoration-color: RGBA(108, 117, 125, 1) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, 1) !important;
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, 1) !important;
          text-decoration-color: RGBA(86, 94, 100, 1) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
  color: RGBA(25, 135, 84, 1) !important;
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(25, 135, 84, 1) !important;
          text-decoration-color: RGBA(25, 135, 84, 1) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, 1) !important;
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, 1) !important;
          text-decoration-color: RGBA(20, 108, 67, 1) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
  color: RGBA(13, 202, 240, 1) !important;
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(13, 202, 240, 1) !important;
          text-decoration-color: RGBA(13, 202, 240, 1) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, 1) !important;
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, 1) !important;
          text-decoration-color: RGBA(61, 213, 243, 1) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
  color: RGBA(255, 193, 7, 1) !important;
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 193, 7, 1) !important;
          text-decoration-color: RGBA(255, 193, 7, 1) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, 1) !important;
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, 1) !important;
          text-decoration-color: RGBA(255, 205, 57, 1) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
  color: RGBA(220, 53, 69, 1) !important;
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(220, 53, 69, 1) !important;
          text-decoration-color: RGBA(220, 53, 69, 1) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, 1) !important;
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, 1) !important;
          text-decoration-color: RGBA(176, 42, 55, 1) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(248, 249, 250, 1) !important;
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(248, 249, 250, 1) !important;
          text-decoration-color: RGBA(248, 249, 250, 1) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, 1) !important;
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, 1) !important;
          text-decoration-color: RGBA(249, 250, 251, 1) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
  color: RGBA(33, 37, 41, 1) !important;
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(33, 37, 41, 1) !important;
          text-decoration-color: RGBA(33, 37, 41, 1) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, 1) !important;
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, 1) !important;
          text-decoration-color: RGBA(26, 30, 33, 1) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
  color: RGBA(0, 0, 0, 1) !important;
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(0, 0, 0, 1) !important;
          text-decoration-color: RGBA(0, 0, 0, 1) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(0, 0, 0, 0.75) !important;
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(0, 0, 0, 0.75) !important;
          text-decoration-color: RGBA(0, 0, 0, 0.75) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  -webkit-box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
          box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  -ms-flex-align: center;
      align-items: center;
  -webkit-text-decoration-color: rgba(13, 110, 253, 0.5);
          text-decoration-color: rgba(13, 110, 253, 0.5);
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.icon-link > .bi {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  -webkit-transition: 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    -webkit-transition: none;
    transition: none;
  }
}
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  -webkit-transform: translate3d(0.25em, 0, 0);
          transform: translate3d(0.25em, 0, 0);
  -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
          transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -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;
  }
}
.hstack {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.vstack {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 1px;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}
.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}
.d-inline-grid {
  display: -ms-inline-grid !important;
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: var(--bs-box-shadow) !important;
          box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
          box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
          box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -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 {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}
.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
  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: 1px solid #dee2e6 !important;
  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: 1px solid #dee2e6 !important;
  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: 1px solid #dee2e6 !important;
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(13, 110, 253, 1) !important;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(108, 117, 125, 1) !important;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(25, 135, 84, 1) !important;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(13, 202, 240, 1) !important;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(255, 193, 7, 1) !important;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(220, 53, 69, 1) !important;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(248, 249, 250, 1) !important;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(33, 37, 41, 1) !important;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(0, 0, 0, 1) !important;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1) !important;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: rgb(158.2, 197, 254.2) !important;
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: rgb(196.2, 199.8, 203) !important;
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: rgb(163, 207, 186.6) !important;
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: rgb(158.2, 233.8, 249) !important;
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: rgb(255, 230.2, 155.8) !important;
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: rgb(241, 174.2, 180.6) !important;
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: #e9ecef !important;
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: #adb5bd !important;
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
}
.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.justify-content-evenly {
  -ms-flex-pack: space-evenly !important;
      justify-content: space-evenly !important;
}
.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}
.order-first {
  -ms-flex-order: -1 !important;
      order: -1 !important;
}
.order-0 {
  -ms-flex-order: 0 !important;
      order: 0 !important;
}
.order-1 {
  -ms-flex-order: 1 !important;
      order: 1 !important;
}
.order-2 {
  -ms-flex-order: 2 !important;
      order: 2 !important;
}
.order-3 {
  -ms-flex-order: 3 !important;
      order: 3 !important;
}
.order-4 {
  -ms-flex-order: 4 !important;
      order: 4 !important;
}
.order-5 {
  -ms-flex-order: 5 !important;
      order: 5 !important;
}
.order-last {
  -ms-flex-order: 6 !important;
      order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}
.column-gap-1 {
  -webkit-column-gap: 0.25rem !important;
     -moz-column-gap: 0.25rem !important;
          column-gap: 0.25rem !important;
}
.column-gap-2 {
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}
.column-gap-3 {
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}
.column-gap-4 {
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}
.column-gap-5 {
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}
.font-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(13, 110, 253, 1) !important;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(108, 117, 125, 1) !important;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(25, 135, 84, 1) !important;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(13, 202, 240, 1) !important;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(255, 193, 7, 1) !important;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(220, 53, 69, 1) !important;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(248, 249, 250, 1) !important;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(33, 37, 41, 1) !important;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 1) !important;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(33, 37, 41, 1) !important;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: rgba(33, 37, 41, 0.75) !important;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: rgba(33, 37, 41, 0.75) !important;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: rgba(33, 37, 41, 0.5) !important;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: #000 !important;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-primary-emphasis {
  color: rgb(5.2, 44, 101.2) !important;
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: rgb(43.2, 46.8, 50) !important;
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: rgb(10, 54, 33.6) !important;
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: rgb(5.2, 80.8, 96) !important;
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: rgb(102, 77.2, 2.8) !important;
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: rgb(88, 21.2, 27.6) !important;
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: #495057 !important;
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: #495057 !important;
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(13, 110, 253, 1) !important;
          text-decoration-color: rgba(13, 110, 253, 1) !important;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(108, 117, 125, 1) !important;
          text-decoration-color: rgba(108, 117, 125, 1) !important;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(25, 135, 84, 1) !important;
          text-decoration-color: rgba(25, 135, 84, 1) !important;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(13, 202, 240, 1) !important;
          text-decoration-color: rgba(13, 202, 240, 1) !important;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(255, 193, 7, 1) !important;
          text-decoration-color: rgba(255, 193, 7, 1) !important;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(220, 53, 69, 1) !important;
          text-decoration-color: rgba(220, 53, 69, 1) !important;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(248, 249, 250, 1) !important;
          text-decoration-color: rgba(248, 249, 250, 1) !important;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(33, 37, 41, 1) !important;
          text-decoration-color: rgba(33, 37, 41, 1) !important;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(13, 110, 253, 1) !important;
          text-decoration-color: rgba(13, 110, 253, 1) !important;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary, .theme-badge-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(13, 110, 253, 1) !important;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary, .theme-badge-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(108, 117, 125, 1) !important;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success, .theme-badge-success {
  --bs-bg-opacity: 1;
  background-color: rgba(25, 135, 84, 1) !important;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info, .theme-badge-info {
  --bs-bg-opacity: 1;
  background-color: rgba(13, 202, 240, 1) !important;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning, .theme-badge-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 193, 7, 1) !important;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger, .theme-badge-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(220, 53, 69, 1) !important;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light, .theme-badge-light {
  --bs-bg-opacity: 1;
  background-color: rgba(248, 249, 250, 1) !important;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark, .theme-badge-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(33, 37, 41, 1) !important;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1) !important;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(233, 236, 239, 1) !important;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(248, 249, 250, 1) !important;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: rgb(206.6, 226, 254.6) !important;
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: rgb(225.6, 227.4, 229) !important;
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: rgb(209, 231, 220.8) !important;
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: rgb(206.6, 244.4, 252) !important;
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: rgb(255, 242.6, 205.4) !important;
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: rgb(248, 214.6, 217.8) !important;
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: rgb(251.5, 252, 252.5) !important;
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: #ced4da !important;
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0))) !important;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  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: 0.375rem !important;
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.25rem !important;
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: 0.375rem !important;
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: 0.5rem !important;
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: 1rem !important;
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: 2rem !important;
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: 0.375rem !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: 0.25rem !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: 0.25rem !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: 0.375rem !important;
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: 0.375rem !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: 0.5rem !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: 0.5rem !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: 1rem !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: 1rem !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: 2rem !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: 2rem !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: 50rem !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: 50rem !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: 0.375rem !important;
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: 0.25rem !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: 0.375rem !important;
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: 0.5rem !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: 1rem !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: 1rem !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: 2rem !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: 2rem !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: 50rem !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: 50rem !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: 0.375rem !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: 0.375rem !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: 1rem !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: 1rem !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: 2rem !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: 2rem !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: 50rem !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: 50rem !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: 0.375rem !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: 0.375rem !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: 0.25rem !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: 0.375rem !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: 0.375rem !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: 0.5rem !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: 1rem !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: 1rem !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: 2rem !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: 2rem !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: 50rem !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: 50rem !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  .order-sm-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  .order-sm-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .order-sm-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  .order-sm-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  .order-sm-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  .order-sm-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  .order-sm-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  .order-md-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  .order-md-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .order-md-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  .order-md-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  .order-md-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  .order-md-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  .order-md-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  .order-lg-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  .order-lg-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .order-lg-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  .order-lg-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  .order-lg-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  .order-lg-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  .order-lg-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  .order-xl-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  .order-xl-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .order-xl-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  .order-xl-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  .order-xl-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  .order-xl-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  .order-xl-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  .order-xxl-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  .order-xxl-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .order-xxl-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  .order-xxl-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  .order-xxl-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  .order-xxl-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  .order-xxl-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-print-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
*,
*::before,
*::after {
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
[data-controller*=map],
[data-controller*=map] *,
.leaflet-container,
.leaflet-container *,
.leaflet-marker-icon,
.leaflet-popup,
.map-canvas,
.map-viewer,
.hover-popup .leaflet-popup-content-wrapper,
.leaflet-marker-shadow {
  -webkit-animation: none 0s ease 0s 1 normal none running !important;
          animation: none 0s ease 0s 1 normal none running !important;
  -webkit-animation: initial !important;
          animation: initial !important;
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
  -webkit-transition: initial !important;
  transition: initial !important;
}
[data-controller*=map].leaflet-zoom-anim,
[data-controller*=map] *.leaflet-zoom-anim,
.leaflet-container.leaflet-zoom-anim,
.leaflet-container *.leaflet-zoom-anim,
.leaflet-marker-icon.leaflet-zoom-anim,
.leaflet-popup.leaflet-zoom-anim,
.map-canvas.leaflet-zoom-anim,
.map-viewer.leaflet-zoom-anim,
.hover-popup .leaflet-popup-content-wrapper.leaflet-zoom-anim,
.leaflet-marker-shadow.leaflet-zoom-anim {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
}
[data-controller*=map].leaflet-fade-anim,
[data-controller*=map] *.leaflet-fade-anim,
.leaflet-container.leaflet-fade-anim,
.leaflet-container *.leaflet-fade-anim,
.leaflet-marker-icon.leaflet-fade-anim,
.leaflet-popup.leaflet-fade-anim,
.map-canvas.leaflet-fade-anim,
.map-viewer.leaflet-fade-anim,
.hover-popup .leaflet-popup-content-wrapper.leaflet-fade-anim,
.leaflet-marker-shadow.leaflet-fade-anim {
  -webkit-transition: opacity 0.2s linear !important;
  transition: opacity 0.2s linear !important;
}
.leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
}
.leaflet-pan-anim {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
}
:root {
  --primary: #0d6efd;
  --secondary: #6c757d;
  --success: #198754;
  --danger: #dc3545;
  --warning: #ffc107;
  --info: #0dcaf0;
  --light: #f8f9fa;
  --dark: #212529;
  --gray-50: #f8f9fa;
  --gray-100: #f1f3f4;
  --gray-200: #e8eaed;
  --gray-300: #dadce0;
  --gray-400: #bdc1c6;
  --gray-500: #9aa0a6;
  --gray-600: #80868b;
  --gray-700: #5f6368;
  --gray-800: #3c4043;
  --gray-900: #202124;
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-xxl: 3rem;
  --component-padding-sm: var(--spacing-sm);
  --component-padding-md: var(--spacing-md);
  --component-padding-lg: var(--spacing-lg);
  --section-gap-sm: var(--spacing-md);
  --section-gap-md: var(--spacing-lg);
  --section-gap-lg: var(--spacing-xl);
  --border-radius-sm: 0.25rem;
  --border-radius-md: 0.375rem;
  --border-radius-lg: 0.5rem;
  --border-radius-xl: 1rem;
  --shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --shadow-md: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --transition-fast: 0.15s ease-in-out;
  --transition-normal: 0.3s ease-in-out;
  --transition-slow: 0.5s ease-in-out;
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
}
[data-bs-theme=light] {
  --bs-body-bg: #ffffff;
  --bs-body-color: #212529;
  --bs-emphasis-color: #000000;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.15);
  --bs-backdrop-bg: rgba(0, 0, 0, 0.4);
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0b5ed7;
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color);
  --bs-dropdown-color: #212529;
  --bs-dropdown-link-hover-bg: var(--bs-secondary-bg);
  --bs-dropdown-link-hover-color: #212529;
  --bs-dropdown-link-active-bg: var(--bs-primary);
  --bs-dropdown-link-active-color: #ffffff;
  --theme-card-bg: #ffffff;
  --brand-logo-filter: none;
  --theme-text-primary: #212529;
  --theme-text-secondary: #495057;
  --theme-bg-primary: #ffffff;
  --theme-bg-secondary: #f8f9fa;
  --bs-card-bg: #fff;
  --bs-card-border-color: var(--bs-border-color);
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);
  --bs-secondary-bg: #e9ecef;
  --theme-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  --theme-box-shadow-hover: 0 4px 8px rgba(0, 0, 0, 0.12);
  --theme-gradient: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}
[data-bs-theme=dark] {
  --bs-body-bg: #212529;
  --bs-body-color: #f8f9fa;
  --bs-emphasis-color: #ffffff;
  --bs-secondary-color: rgba(255, 255, 255, 0.75);
  --bs-tertiary-color: rgba(255, 255, 255, 0.5);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --theme-card-bg: #343a40;
  --brand-logo-filter: brightness(0) invert(1);
  --theme-text-primary: #f8f9fa;
  --theme-text-secondary: #dee2e6;
  --theme-bg-primary: #212529;
  --theme-bg-secondary: #343a40;
  --theme-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  --theme-box-shadow-hover: 0 4px 8px rgba(0, 0, 0, 0.6);
  --theme-gradient: linear-gradient(135deg, #1a1d23 0%, #2c3e50 100%);
  --theme-navbar-bg: #05089c;
  --theme-dropdown-bg: #05089c;
  --bs-card-bg: #343a40;
  --bs-card-border-color: #495057;
  --bs-card-cap-bg: rgba(255, 255, 255, 0.03);
  --bs-secondary-bg: #343a40;
  --bs-btn-disabled-opacity: 0.65;
  --bs-form-control-bg: #495057;
  --bs-form-control-color: #ffffff;
  --bs-form-control-border-color: #6c757d;
  --bs-form-control-disabled-bg: #343a40;
  --bs-form-select-bg: #495057;
  --bs-form-select-color: #ffffff;
  --bs-form-select-border-color: #6c757d;
  --bs-form-check-input-bg: #495057;
  --bs-form-check-input-border: #6c757d;
  --bs-table-bg: transparent;
  --bs-table-striped-bg: rgba(255, 255, 255, 0.05);
  --bs-table-hover-bg: rgba(255, 255, 255, 0.075);
  --bs-table-active-bg: rgba(255, 255, 255, 0.1);
  --bs-table-border-color: #495057;
  --bs-modal-bg: #212529;
  --bs-modal-border-color: #495057;
  --bs-modal-header-border-color: #495057;
  --bs-modal-footer-border-color: #495057;
  --bs-backdrop-bg: rgba(0, 0, 0, 0.5);
  --bs-alert-bg: #2c3034;
  --bs-alert-border-color: #495057;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color);
  --bs-nav-pills-link-active-bg: #0d6efd;
  --bs-pagination-bg: #343a40;
  --bs-pagination-border-color: #495057;
  --bs-pagination-hover-bg: #495057;
  --bs-pagination-hover-border-color: #495057;
  --bs-pagination-focus-bg: #495057;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-bg: #212529;
  --bs-pagination-disabled-border-color: #495057;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-active-color: var(--bs-secondary-color);
  --bs-list-group-bg: #343a40;
  --bs-list-group-border-color: #495057;
  --bs-list-group-hover-bg: #495057;
  --bs-list-group-action-hover-bg: #495057;
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-bg: #212529;
  --bs-accordion-bg: #343a40;
  --bs-accordion-border-color: #495057;
  --bs-accordion-button-bg: #343a40;
  --bs-accordion-button-active-bg: #495057;
  --bs-accordion-button-active-color: var(--bs-primary);
  --bs-progress-bg: #495057;
  --bs-toast-bg: rgba(52, 58, 64, 0.95);
  --bs-toast-border-color: #495057;
  --bs-toast-header-bg: rgba(52, 58, 64, 0.95);
  --bs-toast-header-border-color: #495057;
  --bs-tooltip-bg: #343a40;
  --bs-popover-bg: #343a40;
  --bs-popover-border-color: #495057;
  --bs-popover-header-bg: #495057;
  --bs-popover-header-color: var(--bs-body-color);
  --bs-offcanvas-bg: #212529;
  --bs-offcanvas-border-color: #495057;
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color);
  --bs-dropdown-link-color: #f8f9fa;
  --bs-dropdown-link-hover-bg: #495057;
  --bs-dropdown-link-hover-color: #f8f9fa;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-disabled-color: #6c757d;
  --bs-btn-close-color: #fff;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.theme-card-bg {
  background-color: var(--theme-card-bg);
}
.theme-compatible {
  background-color: var(--bs-card-bg);
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
  color: #212529;
  color: var(--bs-body-color);
}
.dropdown-menu.theme-dropdown-menu, .theme-dropdown-menu {
  background-color: #fff;
  background-color: var(--bs-dropdown-bg, var(--bs-body-bg));
  border-color: #dee2e6;
  border-color: var(--bs-dropdown-border-color, var(--bs-border-color));
  color: #212529;
  color: var(--bs-dropdown-color, var(--bs-body-color));
}
.dropdown-menu.theme-dropdown-menu .dropdown-item, .theme-dropdown-menu .dropdown-item, .theme-dropdown-menu .theme-dropdown-item {
  color: #212529;
  color: var(--bs-dropdown-link-color, var(--bs-body-color));
}
.dropdown-menu.theme-dropdown-menu .dropdown-item:hover, .theme-dropdown-menu .dropdown-item:hover, .theme-dropdown-menu .theme-dropdown-item:hover {
  background-color: #e9ecef;
  background-color: var(--bs-dropdown-link-hover-bg, var(--bs-secondary-bg));
  color: #212529;
  color: var(--bs-dropdown-link-hover-color, var(--bs-body-color));
}
.btn-close-white {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
[data-bs-theme=light] .btn-close-white {
  -webkit-filter: none;
          filter: none;
}
:focus-visible {
  outline: 2px solid #0d6efd;
  outline: 2px solid var(--bs-link-color);
  outline-offset: 2px;
}
.badge, .theme-badge-dark, .theme-badge-light, .theme-badge-info, .theme-badge-warning, .theme-badge-danger, .theme-badge-success, .theme-badge-secondary, .theme-badge-primary, .theme-badge,
a .badge,
a.badge,
.badge a,
.theme-badge-dark a,
.theme-badge-light a,
.theme-badge-info a,
.theme-badge-warning a,
.theme-badge-danger a,
.theme-badge-success a,
.theme-badge-secondary a,
.theme-badge-primary a,
.theme-badge a {
  text-decoration: none;
  border-bottom: none;
}
.badge:hover, .theme-badge-dark:hover, .theme-badge-light:hover, .theme-badge-info:hover, .theme-badge-warning:hover, .theme-badge-danger:hover, .theme-badge-success:hover, .theme-badge-secondary:hover, .theme-badge-primary:hover, .theme-badge:hover, .badge:focus, .theme-badge-dark:focus, .theme-badge-light:focus, .theme-badge-info:focus, .theme-badge-warning:focus, .theme-badge-danger:focus, .theme-badge-success:focus, .theme-badge-secondary:focus, .theme-badge-primary:focus, .theme-badge:focus, .badge:active, .theme-badge-dark:active, .theme-badge-light:active, .theme-badge-info:active, .theme-badge-warning:active, .theme-badge-danger:active, .theme-badge-success:active, .theme-badge-secondary:active, .theme-badge-primary:active, .theme-badge:active, .badge:focus-visible, .theme-badge-dark:focus-visible, .theme-badge-light:focus-visible, .theme-badge-info:focus-visible, .theme-badge-warning:focus-visible, .theme-badge-danger:focus-visible, .theme-badge-success:focus-visible, .theme-badge-secondary:focus-visible, .theme-badge-primary:focus-visible, .theme-badge:focus-visible,
a .badge:hover,
a .badge:focus,
a .badge:active,
a .badge:focus-visible,
a.badge:hover,
a.badge:focus,
a.badge:active,
a.badge:focus-visible,
.badge a:hover,
.theme-badge-dark a:hover,
.theme-badge-light a:hover,
.theme-badge-info a:hover,
.theme-badge-warning a:hover,
.theme-badge-danger a:hover,
.theme-badge-success a:hover,
.theme-badge-secondary a:hover,
.theme-badge-primary a:hover,
.theme-badge a:hover,
.badge a:focus,
.theme-badge-dark a:focus,
.theme-badge-light a:focus,
.theme-badge-info a:focus,
.theme-badge-warning a:focus,
.theme-badge-danger a:focus,
.theme-badge-success a:focus,
.theme-badge-secondary a:focus,
.theme-badge-primary a:focus,
.theme-badge a:focus,
.badge a:active,
.theme-badge-dark a:active,
.theme-badge-light a:active,
.theme-badge-info a:active,
.theme-badge-warning a:active,
.theme-badge-danger a:active,
.theme-badge-success a:active,
.theme-badge-secondary a:active,
.theme-badge-primary a:active,
.theme-badge a:active,
.badge a:focus-visible,
.theme-badge-dark a:focus-visible,
.theme-badge-light a:focus-visible,
.theme-badge-info a:focus-visible,
.theme-badge-warning a:focus-visible,
.theme-badge-danger a:focus-visible,
.theme-badge-success a:focus-visible,
.theme-badge-secondary a:focus-visible,
.theme-badge-primary a:focus-visible,
.theme-badge a:focus-visible {
  text-decoration: none;
  border-bottom: none;
}
.theme-card:focus-within {
  position: relative;
  z-index: 10;
}
.theme-card .dropdown-menu,
.theme-card .theme-dropdown-menu {
  z-index: 1050 !important;
}
.theme-card-footer {
  border-top-color: #dee2e6;
  border-top-color: var(--bs-card-border-color, var(--bs-border-color));
}
.theme-dropdown-menu {
  z-index: 1050 !important;
}
[data-bs-theme=dark] .theme-alert-light,
[data-bs-theme=dark] .theme-badge-light,
[data-bs-theme=dark] .theme-list-group-item-light {
  color: #212529;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #212529;
  color: var(--bs-body-color);
  background-color: #fff;
  background-color: var(--bs-body-bg);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 0.5rem;
  margin-bottom: var(--spacing-sm);
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 1rem;
  margin-bottom: var(--spacing-md);
}
a {
  color: #0d6efd;
  color: var(--bs-link-color);
  text-decoration: none;
}
a:hover {
  color: rgb(10.4, 88, 202.4);
  color: var(--bs-link-hover-color);
  text-decoration: underline;
}
ul, ol {
  margin-bottom: 1rem;
  margin-bottom: var(--spacing-md);
  padding-left: 1.5rem;
  padding-left: var(--spacing-lg);
}
li {
  margin-bottom: 0.25rem;
  margin-bottom: var(--spacing-xs);
}
code {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  padding: 0.25rem 0.5rem;
  padding: var(--spacing-xs) var(--spacing-sm);
  border-radius: 0.25rem;
  border-radius: var(--border-radius-sm);
  font-size: 0.875em;
}
pre {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  padding: 1rem;
  padding: var(--spacing-md);
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
  overflow-x: auto;
}
pre code {
  background: none;
  padding: 0;
}
blockquote {
  border-left: 4px solid #0d6efd;
  border-left: 4px solid var(--primary);
  padding-left: 1rem;
  padding-left: var(--spacing-md);
  margin: 1rem 0;
  margin: var(--spacing-md) 0;
  font-style: italic;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
hr {
  border: 0;
  border-top: 1px solid #dee2e6;
  border-top: 1px solid var(--bs-border-color);
  margin: 1.5rem 0;
  margin: var(--spacing-lg) 0;
}
::-moz-selection {
  background-color: #0d6efd;
  background-color: var(--primary);
  color: white;
}
::selection {
  background-color: #0d6efd;
  background-color: var(--primary);
  color: white;
}
:focus-visible {
  outline: 2px solid #0d6efd;
  outline: 2px solid var(--primary);
  outline-offset: 2px;
  border-radius: 0.25rem;
  border-radius: var(--border-radius-sm);
}
:focus:not(:focus-visible) {
  outline: none;
}
html {
  scroll-behavior: smooth;
}
.modal-height-95 {
  height: 95% !important;
}
.modal-height-90 {
  height: 90% !important;
}
.modal-width-90 {
  max-width: 90% !important;
}
.modal-width-80 {
  max-width: 80% !important;
}
.modal-width-95 {
  max-width: 95% !important;
}
.modal-width-98 {
  max-width: 98% !important;
}
.modal-max-height-95 {
  max-height: 95% !important;
}
.modal-max-height-90 {
  max-height: 90% !important;
}
.modal-body-scroll {
  overflow: auto;
  overflow-y: scroll;
}
.modal-xl-custom {
  max-width: 95%;
  height: 95vh;
}
.modal-xl-custom-98 {
  max-width: 98%;
  height: 98vh;
}
.map-height-300 {
  height: 300px;
}
.map-height-400 {
  height: 400px;
}
.map-height-450 {
  height: 450px;
}
.map-height-500 {
  height: 500px;
}
.map-height-600 {
  height: 600px;
}
.map-height-800 {
  height: 800px;
}
.map-height-1000 {
  height: 1000px;
}
.map-width-full {
  width: 100%;
}
.map-width-800 {
  width: 800px;
}
.map-width-860 {
  width: 860px;
}
.map-width-1000 {
  width: 1000px;
}
.map-width-1200 {
  width: 1200px;
}
.map-container-standard {
  height: 600px;
  width: 100%;
}
.map-container-md {
  height: 400px;
  width: 100%;
}
.map-container-sm {
  height: 300px;
  width: 100%;
}
.map-800x600 {
  width: 800px;
  height: 600px;
}
.map-1000x800 {
  width: 1000px;
  height: 800px;
}
.map-1200x1000 {
  width: 1200px;
  height: 1000px;
}
.avatar-xs {
  width: 12px;
  height: 12px;
}
.avatar-sm {
  width: 16px;
  height: 16px;
}
.avatar-0-5rem {
  width: 0.5rem;
  height: 0.5rem;
}
.avatar-1-5rem {
  width: 1.5rem;
  height: 1.5rem;
}
.avatar-md {
  width: 24px;
  height: 24px;
}
.avatar-lg {
  width: 32px;
  height: 32px;
}
.avatar-xl {
  width: 40px;
  height: 40px;
}
.avatar-xxl {
  width: 48px;
  height: 48px;
}
.avatar-2rem {
  width: 2rem;
  height: 2rem;
}
.avatar-2-5rem {
  width: 2.5rem;
  height: 2.5rem;
}
.avatar-4rem {
  width: 4rem;
  height: 4rem;
}
.icon-xxs {
  font-size: 0.5rem;
}
.icon-xs {
  font-size: 0.7rem;
}
.icon-sm {
  font-size: 0.75rem;
}
.icon-md {
  font-size: 0.875rem;
}
.icon-base {
  font-size: 0.8rem;
}
.icon-0-9rem {
  font-size: 0.9rem;
}
.icon-lg {
  font-size: 1.25rem;
}
.icon-xl {
  font-size: 1.5rem;
}
.icon-xxl {
  font-size: 2rem;
}
.icon-3xl {
  font-size: 3rem;
}
.icon-4xl {
  font-size: 4rem;
}
.text-xxs {
  font-size: 0.7rem;
}
.text-xs {
  font-size: 0.75rem;
}
.text-md {
  font-size: 0.875rem;
}
.max-w-60 {
  max-width: 60%;
}
.max-w-150 {
  max-width: 150px;
}
.max-w-200 {
  max-width: 200px;
}
.max-w-300 {
  max-width: 300px;
}
.max-w-350 {
  max-width: 350px;
}
.max-w-500 {
  max-width: 500px;
}
.min-w-0 {
  min-width: 0;
}
.min-h-0 {
  min-height: 0;
}
.h-8 {
  height: 8px;
}
.h-20 {
  height: 20px;
}
.h-90vh {
  height: 90vh;
}
.h-95vh {
  height: 95vh;
}
.h-98vh {
  height: 98vh;
}
.max-h-300 {
  max-height: 300px;
}
.max-h-450 {
  max-height: 450px;
}
.progress-xs {
  height: 4px;
}
.progress-sm {
  height: 8px;
}
.progress-md {
  height: 20px;
}
.progress-lg {
  height: 24px;
}
.pt-025 {
  padding-top: 0.25rem;
}
.p-025 {
  padding: 0.25rem;
}
.bg-secondary-subtle {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.bg-theme-secondary {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
.fade-delay-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.fade-delay-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.fade-delay-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fade-delay-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.fade-delay-5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fade-delay-6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.fade-delay-7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fade-delay-8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.fade-delay-9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fade-delay-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.fade-delay-11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fade-delay-12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.fade-delay-13 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.fade-delay-14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.fade-delay-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.fade-delay-16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.fade-delay-17 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.fade-delay-18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.fade-delay-19 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.fade-delay-20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.z-1000 {
  z-index: 1000;
}
.z-1050 {
  z-index: 1050;
}
.cursor-pointer {
  cursor: pointer;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.d-none-important {
  display: none !important;
}
.d-block-important {
  display: block !important;
}
.ws-pre-line {
  white-space: pre-line;
}
.ws-nowrap {
  white-space: nowrap;
}
.lh-1-6 {
  line-height: 1.6;
}
.border-start-2 {
  border-left-width: 2px !important;
}
.border-start-4 {
  border-left-width: 4px !important;
}
.resize-none {
  resize: none;
}
.rounded-circle-exact {
  border-radius: 50% !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.rounded-0375 {
  border-radius: 0.375rem;
}
.rounded-bottom-0375 {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-75 {
  opacity: 0.75;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-dialog, .modal-fullscreen-sm-down .theme-modal-dialog {
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: 100vh;
  }
  .modal-fullscreen-sm-down .modal-dialog .modal-content, .modal-fullscreen-sm-down .theme-modal-dialog .modal-content, .modal-fullscreen-sm-down .modal-dialog .theme-modal-content, .modal-fullscreen-sm-down .theme-modal-dialog .theme-modal-content {
    height: 100%;
    border-radius: 0;
  }
}
.messaging-list-panel {
  width: 300px;
  min-width: 300px;
}
.messaging-thread-panel {
  width: 320px;
  min-width: 320px;
}
.composer-textarea {
  resize: none;
  overflow-y: hidden;
  min-height: 38px;
  max-height: 120px;
}
.emoji-picker {
  width: 350px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1050;
}
.form-upload-progress {
  height: 8px;
}
.card-header-clickable {
  cursor: pointer;
}
.btn-quick-action-xxs {
  padding: 0.125rem 0.375rem;
  font-size: 0.7rem;
}
.btn-quick-action-xs {
  padding: 0.125rem 0.375rem;
  font-size: 0.75rem;
}
.btn-quick-action-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
}
.pagination-info {
  min-width: 0;
}
@supports (-webkit-appearance: none) {
  @media screen and (min-width: 1024px) {
    body {
      min-width: 1024px !important;
      overflow-x: auto !important;
    }
    .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
      width: 100% !important;
      max-width: 100% !important;
    }
    .d-lg-none,
    .d-md-none,
    .d-sm-none,
    .mobile-data-card,
    .quote-mobile-card,
    .quote-bundles-mobile,
    .providers-mobile,
    .state-mobile-card,
    .city-mobile-card,
    .orders-mobile-card {
      display: none !important;
      visibility: hidden !important;
      height: 0 !important;
      overflow: hidden !important;
    }
    .d-none.d-lg-block,
    .d-none.d-lg-flex,
    .d-none.d-lg-inline,
    .d-none.d-lg-inline-block,
    .d-none.d-lg-table,
    .d-none.d-lg-table-cell,
    .d-none.d-lg-table-row,
    .d-none.d-lg-grid {
      display: block !important;
      visibility: visible !important;
    }
    .table-responsive {
      display: block !important;
      visibility: visible !important;
      overflow-x: auto !important;
      width: 100% !important;
      max-width: 100% !important;
    }
    table {
      width: 100% !important;
      max-width: 100% !important;
    }
    .navbar, .theme-navbar {
      display: -ms-flexbox !important;
      display: flex !important;
      visibility: visible !important;
    }
    .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      visibility: visible !important;
    }
    .form-row {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
    }
    .card, .theme-card {
      display: block !important;
      visibility: visible !important;
    }
    .btn-group {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      visibility: visible !important;
    }
  }
}
@media screen and (min-width: 1024px) {
  body.safari-desktop .d-lg-none,
  body.safari-desktop .d-md-none,
  body.safari-desktop .mobile-data-card,
  body.safari-desktop .quote-mobile-card,
  body.safari-desktop .quote-bundles-mobile,
  body.safari-desktop .providers-mobile {
    display: none !important;
    visibility: hidden !important;
  }
  body.safari-desktop .d-lg-block,
  body.safari-desktop .d-lg-flex,
  body.safari-desktop .d-lg-inline,
  body.safari-desktop .d-lg-inline-block,
  body.safari-desktop .d-lg-table,
  body.safari-desktop .d-lg-table-cell,
  body.safari-desktop .d-lg-table-row,
  body.safari-desktop .d-lg-grid {
    display: block !important;
    visibility: visible !important;
  }
  body.safari-desktop .d-none.d-lg-block {
    display: block !important;
    visibility: visible !important;
  }
  body.safari-desktop .d-none.d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    visibility: visible !important;
  }
  body.safari-desktop .d-none.d-lg-inline {
    display: inline !important;
    visibility: visible !important;
  }
  body.safari-desktop .d-none.d-lg-inline-block {
    display: inline-block !important;
    visibility: visible !important;
  }
  body.safari-desktop .d-none.d-lg-table {
    display: table !important;
    visibility: visible !important;
  }
  body.safari-desktop .d-none.d-lg-table-cell {
    display: table-cell !important;
    visibility: visible !important;
  }
  body.safari-desktop .d-none.d-lg-table-row {
    display: table-row !important;
    visibility: visible !important;
  }
  body.safari-desktop .d-none.d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
    visibility: visible !important;
  }
  body.safari-desktop .table-responsive {
    display: block !important;
    visibility: visible !important;
    overflow-x: auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.safari-desktop table {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .mobile-data-card,
  .quote-mobile-card,
  .quote-bundles-mobile,
  .providers-mobile,
  .state-mobile-card,
  .city-mobile-card,
  .orders-mobile-card {
    display: none !important;
    visibility: hidden !important;
  }
  .table-responsive {
    display: block !important;
    visibility: visible !important;
  }
  .navbar-toggler, .theme-navbar-toggler {
    display: none !important;
  }
  .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    visibility: visible !important;
  }
}
@supports (-webkit-appearance: none) {
  .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .justify-content-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .align-items-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
}
@media screen and (min-width: 1024px) {
  body.safari-desktop .mobile-charts-container .mobile-chart-controls .btn-group .btn, body.safari-desktop .mobile-charts-container .mobile-chart-controls .btn-group .theme-btn, body.safari-desktop .mobile-charts-container .mobile-chart-controls .btn-group .theme-btn-primary, body.safari-desktop .mobile-charts-container .mobile-chart-controls .btn-group .theme-btn-secondary, body.safari-desktop .mobile-charts-container .mobile-chart-controls .btn-group .theme-btn-success, body.safari-desktop .mobile-charts-container .mobile-chart-controls .btn-group .theme-btn-danger, body.safari-desktop .mobile-charts-container .mobile-chart-controls .btn-group .theme-btn-warning, body.safari-desktop .mobile-charts-container .mobile-chart-controls .btn-group .theme-btn-info, body.safari-desktop .mobile-charts-container .mobile-chart-controls .btn-group .theme-btn-light, body.safari-desktop .mobile-charts-container .mobile-chart-controls .btn-group .theme-btn-dark, body.safari-desktop .mobile-charts-container .mobile-chart-controls .btn-group .theme-btn-outline-primary, body.safari-desktop .mobile-charts-container .mobile-chart-controls .btn-group .theme-btn-outline-secondary, body.safari-desktop .mobile-charts-container .mobile-chart-controls .btn-group .theme-btn-outline-success, body.safari-desktop .mobile-charts-container .mobile-chart-controls .btn-group .theme-btn-outline-danger, body.safari-desktop .mobile-charts-container .mobile-chart-controls .btn-group .theme-btn-outline-warning, body.safari-desktop .mobile-charts-container .mobile-chart-controls .btn-group .theme-btn-outline-info, body.safari-desktop .mobile-charts-container .mobile-chart-controls .btn-group .theme-btn-outline-light, body.safari-desktop .mobile-charts-container .mobile-chart-controls .btn-group .theme-btn-outline-dark,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-controls .btn-group .btn,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-controls .btn-group .theme-btn,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-controls .btn-group .theme-btn-primary,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-controls .btn-group .theme-btn-secondary,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-controls .btn-group .theme-btn-success,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-controls .btn-group .theme-btn-danger,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-controls .btn-group .theme-btn-warning,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-controls .btn-group .theme-btn-info,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-controls .btn-group .theme-btn-light,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-controls .btn-group .theme-btn-dark,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-controls .btn-group .theme-btn-outline-primary,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-controls .btn-group .theme-btn-outline-secondary,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-controls .btn-group .theme-btn-outline-success,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-controls .btn-group .theme-btn-outline-danger,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-controls .btn-group .theme-btn-outline-warning,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-controls .btn-group .theme-btn-outline-info,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-controls .btn-group .theme-btn-outline-light,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-controls .btn-group .theme-btn-outline-dark {
    font-size: 0.875rem !important;
    padding: 0.5rem 0.75rem !important;
  }
  body.safari-desktop .mobile-charts-container .mobile-chart-data-table h6, body.safari-desktop .mobile-charts-container .mobile-chart-data-table .h6,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-data-table h6,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-data-table .h6 {
    font-size: 1rem !important;
  }
  body.safari-desktop .mobile-charts-container .mobile-chart-data-table .mobile-data-table,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-data-table .mobile-data-table {
    padding: 1rem !important;
  }
  body.safari-desktop .mobile-charts-container .mobile-chart-data-table .mobile-data-table table,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-data-table .mobile-data-table table {
    font-size: 0.875rem !important;
  }
  body.safari-desktop .mobile-charts-container .mobile-chart-data-table .mobile-data-table table th, body.safari-desktop .mobile-charts-container .mobile-chart-data-table .mobile-data-table table td,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-data-table .mobile-data-table table th,
  .mobile-charts-container.safari-desktop-charts .mobile-chart-data-table .mobile-data-table table td {
    padding: 0.5rem !important;
  }
  body.safari-desktop .mobile-data-card .btn-group .btn, body.safari-desktop .mobile-data-card .btn-group .theme-btn, body.safari-desktop .mobile-data-card .btn-group .theme-btn-primary, body.safari-desktop .mobile-data-card .btn-group .theme-btn-secondary, body.safari-desktop .mobile-data-card .btn-group .theme-btn-success, body.safari-desktop .mobile-data-card .btn-group .theme-btn-danger, body.safari-desktop .mobile-data-card .btn-group .theme-btn-warning, body.safari-desktop .mobile-data-card .btn-group .theme-btn-info, body.safari-desktop .mobile-data-card .btn-group .theme-btn-light, body.safari-desktop .mobile-data-card .btn-group .theme-btn-dark, body.safari-desktop .mobile-data-card .btn-group .theme-btn-outline-primary, body.safari-desktop .mobile-data-card .btn-group .theme-btn-outline-secondary, body.safari-desktop .mobile-data-card .btn-group .theme-btn-outline-success, body.safari-desktop .mobile-data-card .btn-group .theme-btn-outline-danger, body.safari-desktop .mobile-data-card .btn-group .theme-btn-outline-warning, body.safari-desktop .mobile-data-card .btn-group .theme-btn-outline-info, body.safari-desktop .mobile-data-card .btn-group .theme-btn-outline-light, body.safari-desktop .mobile-data-card .btn-group .theme-btn-outline-dark,
  body.safari-desktop .quote-mobile-card .btn-group .btn,
  body.safari-desktop .quote-mobile-card .btn-group .theme-btn,
  body.safari-desktop .quote-mobile-card .btn-group .theme-btn-primary,
  body.safari-desktop .quote-mobile-card .btn-group .theme-btn-secondary,
  body.safari-desktop .quote-mobile-card .btn-group .theme-btn-success,
  body.safari-desktop .quote-mobile-card .btn-group .theme-btn-danger,
  body.safari-desktop .quote-mobile-card .btn-group .theme-btn-warning,
  body.safari-desktop .quote-mobile-card .btn-group .theme-btn-info,
  body.safari-desktop .quote-mobile-card .btn-group .theme-btn-light,
  body.safari-desktop .quote-mobile-card .btn-group .theme-btn-dark,
  body.safari-desktop .quote-mobile-card .btn-group .theme-btn-outline-primary,
  body.safari-desktop .quote-mobile-card .btn-group .theme-btn-outline-secondary,
  body.safari-desktop .quote-mobile-card .btn-group .theme-btn-outline-success,
  body.safari-desktop .quote-mobile-card .btn-group .theme-btn-outline-danger,
  body.safari-desktop .quote-mobile-card .btn-group .theme-btn-outline-warning,
  body.safari-desktop .quote-mobile-card .btn-group .theme-btn-outline-info,
  body.safari-desktop .quote-mobile-card .btn-group .theme-btn-outline-light,
  body.safari-desktop .quote-mobile-card .btn-group .theme-btn-outline-dark,
  body.safari-desktop .quote-bundles-mobile .btn-group .btn,
  body.safari-desktop .quote-bundles-mobile .btn-group .theme-btn,
  body.safari-desktop .quote-bundles-mobile .btn-group .theme-btn-primary,
  body.safari-desktop .quote-bundles-mobile .btn-group .theme-btn-secondary,
  body.safari-desktop .quote-bundles-mobile .btn-group .theme-btn-success,
  body.safari-desktop .quote-bundles-mobile .btn-group .theme-btn-danger,
  body.safari-desktop .quote-bundles-mobile .btn-group .theme-btn-warning,
  body.safari-desktop .quote-bundles-mobile .btn-group .theme-btn-info,
  body.safari-desktop .quote-bundles-mobile .btn-group .theme-btn-light,
  body.safari-desktop .quote-bundles-mobile .btn-group .theme-btn-dark,
  body.safari-desktop .quote-bundles-mobile .btn-group .theme-btn-outline-primary,
  body.safari-desktop .quote-bundles-mobile .btn-group .theme-btn-outline-secondary,
  body.safari-desktop .quote-bundles-mobile .btn-group .theme-btn-outline-success,
  body.safari-desktop .quote-bundles-mobile .btn-group .theme-btn-outline-danger,
  body.safari-desktop .quote-bundles-mobile .btn-group .theme-btn-outline-warning,
  body.safari-desktop .quote-bundles-mobile .btn-group .theme-btn-outline-info,
  body.safari-desktop .quote-bundles-mobile .btn-group .theme-btn-outline-light,
  body.safari-desktop .quote-bundles-mobile .btn-group .theme-btn-outline-dark,
  body.safari-desktop .providers-mobile .btn-group .btn,
  body.safari-desktop .providers-mobile .btn-group .theme-btn,
  body.safari-desktop .providers-mobile .btn-group .theme-btn-primary,
  body.safari-desktop .providers-mobile .btn-group .theme-btn-secondary,
  body.safari-desktop .providers-mobile .btn-group .theme-btn-success,
  body.safari-desktop .providers-mobile .btn-group .theme-btn-danger,
  body.safari-desktop .providers-mobile .btn-group .theme-btn-warning,
  body.safari-desktop .providers-mobile .btn-group .theme-btn-info,
  body.safari-desktop .providers-mobile .btn-group .theme-btn-light,
  body.safari-desktop .providers-mobile .btn-group .theme-btn-dark,
  body.safari-desktop .providers-mobile .btn-group .theme-btn-outline-primary,
  body.safari-desktop .providers-mobile .btn-group .theme-btn-outline-secondary,
  body.safari-desktop .providers-mobile .btn-group .theme-btn-outline-success,
  body.safari-desktop .providers-mobile .btn-group .theme-btn-outline-danger,
  body.safari-desktop .providers-mobile .btn-group .theme-btn-outline-warning,
  body.safari-desktop .providers-mobile .btn-group .theme-btn-outline-info,
  body.safari-desktop .providers-mobile .btn-group .theme-btn-outline-light,
  body.safari-desktop .providers-mobile .btn-group .theme-btn-outline-dark,
  body.safari-desktop .state-mobile-card .btn-group .btn,
  body.safari-desktop .state-mobile-card .btn-group .theme-btn,
  body.safari-desktop .state-mobile-card .btn-group .theme-btn-primary,
  body.safari-desktop .state-mobile-card .btn-group .theme-btn-secondary,
  body.safari-desktop .state-mobile-card .btn-group .theme-btn-success,
  body.safari-desktop .state-mobile-card .btn-group .theme-btn-danger,
  body.safari-desktop .state-mobile-card .btn-group .theme-btn-warning,
  body.safari-desktop .state-mobile-card .btn-group .theme-btn-info,
  body.safari-desktop .state-mobile-card .btn-group .theme-btn-light,
  body.safari-desktop .state-mobile-card .btn-group .theme-btn-dark,
  body.safari-desktop .state-mobile-card .btn-group .theme-btn-outline-primary,
  body.safari-desktop .state-mobile-card .btn-group .theme-btn-outline-secondary,
  body.safari-desktop .state-mobile-card .btn-group .theme-btn-outline-success,
  body.safari-desktop .state-mobile-card .btn-group .theme-btn-outline-danger,
  body.safari-desktop .state-mobile-card .btn-group .theme-btn-outline-warning,
  body.safari-desktop .state-mobile-card .btn-group .theme-btn-outline-info,
  body.safari-desktop .state-mobile-card .btn-group .theme-btn-outline-light,
  body.safari-desktop .state-mobile-card .btn-group .theme-btn-outline-dark,
  body.safari-desktop .city-mobile-card .btn-group .btn,
  body.safari-desktop .city-mobile-card .btn-group .theme-btn,
  body.safari-desktop .city-mobile-card .btn-group .theme-btn-primary,
  body.safari-desktop .city-mobile-card .btn-group .theme-btn-secondary,
  body.safari-desktop .city-mobile-card .btn-group .theme-btn-success,
  body.safari-desktop .city-mobile-card .btn-group .theme-btn-danger,
  body.safari-desktop .city-mobile-card .btn-group .theme-btn-warning,
  body.safari-desktop .city-mobile-card .btn-group .theme-btn-info,
  body.safari-desktop .city-mobile-card .btn-group .theme-btn-light,
  body.safari-desktop .city-mobile-card .btn-group .theme-btn-dark,
  body.safari-desktop .city-mobile-card .btn-group .theme-btn-outline-primary,
  body.safari-desktop .city-mobile-card .btn-group .theme-btn-outline-secondary,
  body.safari-desktop .city-mobile-card .btn-group .theme-btn-outline-success,
  body.safari-desktop .city-mobile-card .btn-group .theme-btn-outline-danger,
  body.safari-desktop .city-mobile-card .btn-group .theme-btn-outline-warning,
  body.safari-desktop .city-mobile-card .btn-group .theme-btn-outline-info,
  body.safari-desktop .city-mobile-card .btn-group .theme-btn-outline-light,
  body.safari-desktop .city-mobile-card .btn-group .theme-btn-outline-dark,
  body.safari-desktop .orders-mobile-card .btn-group .btn,
  body.safari-desktop .orders-mobile-card .btn-group .theme-btn,
  body.safari-desktop .orders-mobile-card .btn-group .theme-btn-primary,
  body.safari-desktop .orders-mobile-card .btn-group .theme-btn-secondary,
  body.safari-desktop .orders-mobile-card .btn-group .theme-btn-success,
  body.safari-desktop .orders-mobile-card .btn-group .theme-btn-danger,
  body.safari-desktop .orders-mobile-card .btn-group .theme-btn-warning,
  body.safari-desktop .orders-mobile-card .btn-group .theme-btn-info,
  body.safari-desktop .orders-mobile-card .btn-group .theme-btn-light,
  body.safari-desktop .orders-mobile-card .btn-group .theme-btn-dark,
  body.safari-desktop .orders-mobile-card .btn-group .theme-btn-outline-primary,
  body.safari-desktop .orders-mobile-card .btn-group .theme-btn-outline-secondary,
  body.safari-desktop .orders-mobile-card .btn-group .theme-btn-outline-success,
  body.safari-desktop .orders-mobile-card .btn-group .theme-btn-outline-danger,
  body.safari-desktop .orders-mobile-card .btn-group .theme-btn-outline-warning,
  body.safari-desktop .orders-mobile-card .btn-group .theme-btn-outline-info,
  body.safari-desktop .orders-mobile-card .btn-group .theme-btn-outline-light,
  body.safari-desktop .orders-mobile-card .btn-group .theme-btn-outline-dark,
  body.safari-desktop .mobile-charts-container .btn-group .btn,
  body.safari-desktop .mobile-charts-container .btn-group .theme-btn,
  body.safari-desktop .mobile-charts-container .btn-group .theme-btn-primary,
  body.safari-desktop .mobile-charts-container .btn-group .theme-btn-secondary,
  body.safari-desktop .mobile-charts-container .btn-group .theme-btn-success,
  body.safari-desktop .mobile-charts-container .btn-group .theme-btn-danger,
  body.safari-desktop .mobile-charts-container .btn-group .theme-btn-warning,
  body.safari-desktop .mobile-charts-container .btn-group .theme-btn-info,
  body.safari-desktop .mobile-charts-container .btn-group .theme-btn-light,
  body.safari-desktop .mobile-charts-container .btn-group .theme-btn-dark,
  body.safari-desktop .mobile-charts-container .btn-group .theme-btn-outline-primary,
  body.safari-desktop .mobile-charts-container .btn-group .theme-btn-outline-secondary,
  body.safari-desktop .mobile-charts-container .btn-group .theme-btn-outline-success,
  body.safari-desktop .mobile-charts-container .btn-group .theme-btn-outline-danger,
  body.safari-desktop .mobile-charts-container .btn-group .theme-btn-outline-warning,
  body.safari-desktop .mobile-charts-container .btn-group .theme-btn-outline-info,
  body.safari-desktop .mobile-charts-container .btn-group .theme-btn-outline-light,
  body.safari-desktop .mobile-charts-container .btn-group .theme-btn-outline-dark {
    font-size: 0.875rem !important;
    padding: 0.5rem 0.75rem !important;
  }
  body.safari-desktop .mobile-data-card .card-body, body.safari-desktop .mobile-data-card .theme-card-body,
  body.safari-desktop .quote-mobile-card .card-body,
  body.safari-desktop .quote-mobile-card .theme-card-body,
  body.safari-desktop .quote-bundles-mobile .card-body,
  body.safari-desktop .quote-bundles-mobile .theme-card-body,
  body.safari-desktop .providers-mobile .card-body,
  body.safari-desktop .providers-mobile .theme-card-body,
  body.safari-desktop .state-mobile-card .card-body,
  body.safari-desktop .state-mobile-card .theme-card-body,
  body.safari-desktop .city-mobile-card .card-body,
  body.safari-desktop .city-mobile-card .theme-card-body,
  body.safari-desktop .orders-mobile-card .card-body,
  body.safari-desktop .orders-mobile-card .theme-card-body,
  body.safari-desktop .mobile-charts-container .card-body,
  body.safari-desktop .mobile-charts-container .theme-card-body {
    padding: 1.25rem !important;
  }
  body.safari-desktop .mobile-data-card .table-responsive,
  body.safari-desktop .quote-mobile-card .table-responsive,
  body.safari-desktop .quote-bundles-mobile .table-responsive,
  body.safari-desktop .providers-mobile .table-responsive,
  body.safari-desktop .state-mobile-card .table-responsive,
  body.safari-desktop .city-mobile-card .table-responsive,
  body.safari-desktop .orders-mobile-card .table-responsive,
  body.safari-desktop .mobile-charts-container .table-responsive {
    font-size: 0.875rem !important;
  }
  body.safari-desktop .mobile-data-card .table-responsive th, body.safari-desktop .mobile-data-card .table-responsive td,
  body.safari-desktop .quote-mobile-card .table-responsive th,
  body.safari-desktop .quote-mobile-card .table-responsive td,
  body.safari-desktop .quote-bundles-mobile .table-responsive th,
  body.safari-desktop .quote-bundles-mobile .table-responsive td,
  body.safari-desktop .providers-mobile .table-responsive th,
  body.safari-desktop .providers-mobile .table-responsive td,
  body.safari-desktop .state-mobile-card .table-responsive th,
  body.safari-desktop .state-mobile-card .table-responsive td,
  body.safari-desktop .city-mobile-card .table-responsive th,
  body.safari-desktop .city-mobile-card .table-responsive td,
  body.safari-desktop .orders-mobile-card .table-responsive th,
  body.safari-desktop .orders-mobile-card .table-responsive td,
  body.safari-desktop .mobile-charts-container .table-responsive th,
  body.safari-desktop .mobile-charts-container .table-responsive td {
    padding: 0.5rem !important;
  }
}
.navbar.theme-navbar, .theme-navbar {
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
  padding: 0.5rem 0;
  z-index: 1030;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.navbar.theme-navbar.fixed-top, .theme-navbar.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  background-color: var(--bs-body-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.navbar.theme-navbar .navbar-brand, .theme-navbar .navbar-brand, .theme-navbar .theme-navbar-brand {
  font-weight: 600;
  font-size: 1.25rem;
  color: #212529;
  color: var(--bs-body-color);
  text-decoration: none;
}
.navbar.theme-navbar .navbar-brand:hover, .theme-navbar .navbar-brand:hover, .theme-navbar .theme-navbar-brand:hover {
  color: #212529;
  color: var(--bs-body-color);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.navbar.theme-navbar .navbar-brand .brand-logo, .theme-navbar .navbar-brand .brand-logo, .theme-navbar .theme-navbar-brand .brand-logo {
  -webkit-filter: none;
          filter: none;
  -webkit-filter: var(--brand-logo-filter, none);
          filter: var(--brand-logo-filter, none);
}
.navbar.theme-navbar .navbar-brand .brand-text, .theme-navbar .navbar-brand .brand-text, .theme-navbar .theme-navbar-brand .brand-text {
  font-weight: 300;
  opacity: 0.9;
}
.navbar.theme-navbar .navbar-brand .brand-logo, .theme-navbar .navbar-brand .brand-logo, .theme-navbar .theme-navbar-brand .brand-logo {
  max-height: 40px;
}
.navbar.theme-navbar .navbar-brand .brand-logo.logo-small, .theme-navbar .navbar-brand .brand-logo.logo-small, .theme-navbar .theme-navbar-brand .brand-logo.logo-small {
  max-height: 32px;
}
.navbar.theme-navbar .navbar-nav .nav-item, .theme-navbar .navbar-nav .nav-item, .theme-navbar .theme-navbar-nav .nav-item, .theme-navbar .navbar-nav .theme-nav-item, .theme-navbar .theme-navbar-nav .theme-nav-item {
  margin: 0 0.25rem;
}
.navbar.theme-navbar .navbar-nav .nav-item .nav-link, .theme-navbar .navbar-nav .nav-item .nav-link, .theme-navbar .theme-navbar-nav .nav-item .nav-link, .theme-navbar .navbar-nav .theme-nav-item .nav-link, .theme-navbar .theme-navbar-nav .theme-nav-item .nav-link, .theme-navbar .navbar-nav .nav-item .theme-nav-link, .theme-navbar .theme-navbar-nav .nav-item .theme-nav-link, .theme-navbar .navbar-nav .theme-nav-item .theme-nav-link, .theme-navbar .theme-navbar-nav .theme-nav-item .theme-nav-link {
  color: #212529;
  color: var(--bs-body-color);
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  position: relative;
}
.navbar.theme-navbar .navbar-nav .nav-item .nav-link:hover, .theme-navbar .navbar-nav .nav-item .nav-link:hover, .theme-navbar .theme-navbar-nav .nav-item .nav-link:hover, .theme-navbar .navbar-nav .theme-nav-item .nav-link:hover, .theme-navbar .theme-navbar-nav .theme-nav-item .nav-link:hover, .theme-navbar .navbar-nav .nav-item .theme-nav-link:hover, .theme-navbar .theme-navbar-nav .nav-item .theme-nav-link:hover, .theme-navbar .navbar-nav .theme-nav-item .theme-nav-link:hover, .theme-navbar .theme-navbar-nav .theme-nav-item .theme-nav-link:hover {
  color: #212529;
  color: var(--bs-body-color);
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.navbar.theme-navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after, .theme-navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after, .theme-navbar .theme-navbar-nav .nav-item .nav-link.dropdown-toggle::after, .theme-navbar .navbar-nav .theme-nav-item .nav-link.dropdown-toggle::after, .theme-navbar .theme-navbar-nav .theme-nav-item .nav-link.dropdown-toggle::after, .theme-navbar .navbar-nav .nav-item .dropdown-toggle.theme-nav-link::after, .theme-navbar .theme-navbar-nav .nav-item .dropdown-toggle.theme-nav-link::after, .theme-navbar .navbar-nav .theme-nav-item .dropdown-toggle.theme-nav-link::after, .theme-navbar .theme-navbar-nav .theme-nav-item .dropdown-toggle.theme-nav-link::after, .theme-navbar .navbar-nav .nav-item .nav-link.theme-dropdown-toggle::after, .theme-navbar .theme-navbar-nav .nav-item .nav-link.theme-dropdown-toggle::after, .theme-navbar .navbar-nav .theme-nav-item .nav-link.theme-dropdown-toggle::after, .theme-navbar .theme-navbar-nav .theme-nav-item .nav-link.theme-dropdown-toggle::after, .theme-navbar .navbar-nav .nav-item .theme-nav-link.theme-dropdown-toggle::after, .theme-navbar .theme-navbar-nav .nav-item .theme-nav-link.theme-dropdown-toggle::after, .theme-navbar .navbar-nav .theme-nav-item .theme-nav-link.theme-dropdown-toggle::after, .theme-navbar .theme-navbar-nav .theme-nav-item .theme-nav-link.theme-dropdown-toggle::after {
  margin-left: 0.5rem;
}
.navbar.theme-navbar .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after, .theme-navbar .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after, .theme-navbar .theme-navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after, .theme-navbar .navbar-nav .theme-nav-item .nav-link:hover.dropdown-toggle::after, .theme-navbar .theme-navbar-nav .theme-nav-item .nav-link:hover.dropdown-toggle::after, .theme-navbar .navbar-nav .nav-item .theme-nav-link:hover.dropdown-toggle::after, .theme-navbar .theme-navbar-nav .nav-item .theme-nav-link:hover.dropdown-toggle::after, .theme-navbar .navbar-nav .theme-nav-item .theme-nav-link:hover.dropdown-toggle::after, .theme-navbar .theme-navbar-nav .theme-nav-item .theme-nav-link:hover.dropdown-toggle::after, .theme-navbar .navbar-nav .nav-item .nav-link.theme-dropdown-toggle:hover::after, .theme-navbar .theme-navbar-nav .nav-item .nav-link.theme-dropdown-toggle:hover::after, .theme-navbar .navbar-nav .theme-nav-item .nav-link.theme-dropdown-toggle:hover::after, .theme-navbar .theme-navbar-nav .theme-nav-item .nav-link.theme-dropdown-toggle:hover::after, .theme-navbar .navbar-nav .nav-item .theme-nav-link.theme-dropdown-toggle:hover::after, .theme-navbar .theme-navbar-nav .nav-item .theme-nav-link.theme-dropdown-toggle:hover::after, .theme-navbar .navbar-nav .theme-nav-item .theme-nav-link.theme-dropdown-toggle:hover::after, .theme-navbar .theme-navbar-nav .theme-nav-item .theme-nav-link.theme-dropdown-toggle:hover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navbar.theme-navbar .navbar-nav .nav-item .nav-link i, .theme-navbar .navbar-nav .nav-item .nav-link i, .theme-navbar .theme-navbar-nav .nav-item .nav-link i, .theme-navbar .navbar-nav .theme-nav-item .nav-link i, .theme-navbar .theme-navbar-nav .theme-nav-item .nav-link i, .theme-navbar .navbar-nav .nav-item .theme-nav-link i, .theme-navbar .theme-navbar-nav .nav-item .theme-nav-link i, .theme-navbar .navbar-nav .theme-nav-item .theme-nav-link i, .theme-navbar .theme-navbar-nav .theme-nav-item .theme-nav-link i {
  font-size: 0.875rem;
  opacity: 0.8;
}
.navbar.theme-navbar .dropdown-menu, .theme-navbar .dropdown-menu, .theme-navbar .theme-dropdown-menu {
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  min-width: 220px;
  background: #fff;
  background: var(--bs-body-bg);
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.navbar.theme-navbar .dropdown-menu.show, .theme-navbar .dropdown-menu.show, .theme-navbar .show.theme-dropdown-menu {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.navbar.theme-navbar .dropdown-menu .dropdown-item, .theme-navbar .dropdown-menu .dropdown-item, .theme-navbar .theme-dropdown-menu .dropdown-item, .theme-navbar .dropdown-menu .theme-dropdown-item, .theme-navbar .theme-dropdown-menu .theme-dropdown-item {
  color: #212529;
  color: var(--bs-body-color);
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  margin: 0 0.5rem;
}
.navbar.theme-navbar .dropdown-menu .dropdown-item:hover, .theme-navbar .dropdown-menu .dropdown-item:hover, .theme-navbar .theme-dropdown-menu .dropdown-item:hover, .theme-navbar .dropdown-menu .theme-dropdown-item:hover, .theme-navbar .theme-dropdown-menu .theme-dropdown-item:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  color: #212529;
  color: var(--bs-body-color);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.navbar.theme-navbar .dropdown-menu .dropdown-item i, .theme-navbar .dropdown-menu .dropdown-item i, .theme-navbar .theme-dropdown-menu .dropdown-item i, .theme-navbar .dropdown-menu .theme-dropdown-item i, .theme-navbar .theme-dropdown-menu .theme-dropdown-item i {
  width: 1rem;
  text-align: center;
  margin-right: 0.75rem;
  opacity: 0.7;
}
.navbar.theme-navbar .dropdown-menu .dropdown-header, .theme-navbar .dropdown-menu .dropdown-header, .theme-navbar .theme-dropdown-menu .dropdown-header, .theme-navbar .dropdown-menu .theme-dropdown-header, .theme-navbar .theme-dropdown-menu .theme-dropdown-header {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.75rem 1.25rem;
  margin: 0 0.5rem;
}
.navbar.theme-navbar .dropdown-menu .dropdown-divider, .theme-navbar .dropdown-menu .dropdown-divider, .theme-navbar .theme-dropdown-menu .dropdown-divider, .theme-navbar .dropdown-menu .theme-dropdown-divider, .theme-navbar .theme-dropdown-menu .theme-dropdown-divider {
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
  margin: 0.5rem 1rem;
}
.navbar.theme-navbar .navbar-search, .theme-navbar .navbar-search {
  max-width: 400px;
}
.navbar.theme-navbar .navbar-search .input-group, .theme-navbar .navbar-search .input-group, .theme-navbar .navbar-search .theme-input-group {
  border-radius: 2rem;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.navbar.theme-navbar .navbar-search .input-group .input-group-text, .theme-navbar .navbar-search .input-group .input-group-text, .theme-navbar .navbar-search .theme-input-group .input-group-text, .theme-navbar .navbar-search .input-group .theme-input-group-text, .theme-navbar .navbar-search .theme-input-group .theme-input-group-text {
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  background: var(--bs-form-control-bg);
}
.navbar.theme-navbar .navbar-search .input-group .form-control, .theme-navbar .navbar-search .input-group .form-control, .theme-navbar .navbar-search .theme-input-group .form-control, .theme-navbar .navbar-search .input-group .theme-form-control, .theme-navbar .navbar-search .theme-input-group .theme-form-control {
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  background: var(--bs-form-control-bg);
  color: var(--bs-form-control-color);
}
.navbar.theme-navbar .navbar-search .input-group .form-control::-webkit-input-placeholder, .theme-navbar .navbar-search .input-group .form-control::-webkit-input-placeholder, .theme-navbar .navbar-search .theme-input-group .form-control::-webkit-input-placeholder, .theme-navbar .navbar-search .input-group .theme-form-control::-webkit-input-placeholder, .theme-navbar .navbar-search .theme-input-group .theme-form-control::-webkit-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.navbar.theme-navbar .navbar-search .input-group .form-control::-moz-placeholder, .theme-navbar .navbar-search .input-group .form-control::-moz-placeholder, .theme-navbar .navbar-search .theme-input-group .form-control::-moz-placeholder, .theme-navbar .navbar-search .input-group .theme-form-control::-moz-placeholder, .theme-navbar .navbar-search .theme-input-group .theme-form-control::-moz-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.navbar.theme-navbar .navbar-search .input-group .form-control:-ms-input-placeholder, .theme-navbar .navbar-search .input-group .form-control:-ms-input-placeholder, .theme-navbar .navbar-search .theme-input-group .form-control:-ms-input-placeholder, .theme-navbar .navbar-search .input-group .theme-form-control:-ms-input-placeholder, .theme-navbar .navbar-search .theme-input-group .theme-form-control:-ms-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.navbar.theme-navbar .navbar-search .input-group .form-control::-ms-input-placeholder, .theme-navbar .navbar-search .input-group .form-control::-ms-input-placeholder, .theme-navbar .navbar-search .theme-input-group .form-control::-ms-input-placeholder, .theme-navbar .navbar-search .input-group .theme-form-control::-ms-input-placeholder, .theme-navbar .navbar-search .theme-input-group .theme-form-control::-ms-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.navbar.theme-navbar .navbar-search .input-group .form-control::placeholder, .theme-navbar .navbar-search .input-group .form-control::placeholder, .theme-navbar .navbar-search .theme-input-group .form-control::placeholder, .theme-navbar .navbar-search .input-group .theme-form-control::placeholder, .theme-navbar .navbar-search .theme-input-group .theme-form-control::placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.navbar.theme-navbar .navbar-search .input-group .form-control:focus, .theme-navbar .navbar-search .input-group .form-control:focus, .theme-navbar .navbar-search .theme-input-group .form-control:focus, .theme-navbar .navbar-search .input-group .theme-form-control:focus, .theme-navbar .navbar-search .theme-input-group .theme-form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
          box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
  background: var(--bs-form-control-bg);
  border-color: #0d6efd;
  border-color: var(--bs-primary);
}
.navbar.theme-navbar .navbar-nav.ms-auto .nav-item, .theme-navbar .navbar-nav.ms-auto .nav-item, .theme-navbar .ms-auto.theme-navbar-nav .nav-item, .theme-navbar .navbar-nav.ms-auto .theme-nav-item, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item {
  margin-left: 0.5rem;
}
.navbar.theme-navbar .navbar-nav.ms-auto .nav-item .btn, .theme-navbar .navbar-nav.ms-auto .nav-item .btn, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .btn, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .btn, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .btn, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .btn, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .btn, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .btn, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-primary, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-primary, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-primary, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-primary, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-primary, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-primary, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-primary, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-primary, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-secondary, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-secondary, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-secondary, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-secondary, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-secondary, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-secondary, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-secondary, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-secondary, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-success, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-success, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-success, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-success, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-success, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-success, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-success, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-success, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-danger, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-danger, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-danger, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-danger, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-danger, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-danger, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-danger, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-danger, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-warning, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-warning, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-warning, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-warning, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-warning, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-warning, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-warning, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-warning, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-info, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-info, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-info, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-info, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-info, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-info, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-info, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-info, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-light, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-light, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-light, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-light, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-light, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-light, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-light, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-light, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-dark, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-dark, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-dark, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-dark, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-dark, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-dark, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-dark, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-dark, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-primary, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-primary, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-primary, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-primary, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-primary, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-primary, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-primary, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-primary, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-secondary, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-secondary, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-secondary, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-secondary, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-secondary, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-secondary, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-secondary, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-secondary, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-success, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-success, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-success, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-success, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-success, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-success, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-success, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-success, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-danger, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-danger, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-danger, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-danger, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-danger, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-danger, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-danger, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-danger, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-warning, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-warning, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-warning, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-warning, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-warning, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-warning, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-warning, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-warning, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-info, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-info, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-info, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-info, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-info, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-info, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-info, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-info, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-light, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-light, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-light, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-light, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-light, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-light, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-light, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-light, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-dark, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-dark, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-dark, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-dark, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-dark, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-dark, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-dark, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-dark {
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  font-weight: 500;
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  background: #fff;
  background: var(--bs-body-bg);
  color: #212529;
  color: var(--bs-body-color);
}
.navbar.theme-navbar .navbar-nav.ms-auto .nav-item .btn:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .btn:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .btn:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .btn:hover, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .btn:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .btn:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .btn:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .btn:hover, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn:hover, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn:hover, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-primary:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-primary:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-primary:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-primary:hover, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-primary:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-primary:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-primary:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-primary:hover, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-secondary:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-secondary:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-secondary:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-secondary:hover, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-secondary:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-secondary:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-secondary:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-secondary:hover, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-success:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-success:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-success:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-success:hover, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-success:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-success:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-success:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-success:hover, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-danger:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-danger:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-danger:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-danger:hover, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-danger:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-danger:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-danger:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-danger:hover, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-warning:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-warning:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-warning:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-warning:hover, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-warning:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-warning:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-warning:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-warning:hover, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-info:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-info:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-info:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-info:hover, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-info:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-info:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-info:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-info:hover, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-light:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-light:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-light:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-light:hover, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-light:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-light:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-light:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-light:hover, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-dark:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-dark:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-dark:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-dark:hover, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-dark:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-dark:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-dark:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-dark:hover, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-primary:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-primary:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-primary:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-primary:hover, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-primary:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-primary:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-primary:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-primary:hover, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-secondary:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-secondary:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-secondary:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-secondary:hover, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-secondary:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-secondary:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-secondary:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-secondary:hover, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-success:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-success:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-success:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-success:hover, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-success:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-success:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-success:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-success:hover, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-danger:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-danger:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-danger:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-danger:hover, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-danger:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-danger:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-danger:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-danger:hover, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-warning:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-warning:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-warning:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-warning:hover, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-warning:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-warning:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-warning:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-warning:hover, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-info:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-info:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-info:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-info:hover, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-info:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-info:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-info:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-info:hover, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-light:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-light:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-light:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-light:hover, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-light:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-light:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-light:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-light:hover, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-dark:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-btn-outline-dark:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-dark:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-btn-outline-dark:hover, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-dark:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-btn-outline-dark:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-dark:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-btn-outline-dark:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: #e9ecef;
  background: var(--bs-secondary-bg);
}
.navbar.theme-navbar .navbar-nav.ms-auto .nav-item .avatar-circle, .theme-navbar .navbar-nav.ms-auto .nav-item .avatar-circle, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .avatar-circle, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .avatar-circle, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .avatar-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e9ecef;
  background: var(--bs-secondary-bg);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #212529;
  color: var(--bs-body-color);
  font-size: 0.875rem;
}
.navbar.theme-navbar .navbar-nav.ms-auto .nav-item .avatar-circle:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .avatar-circle:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .avatar-circle:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .avatar-circle:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .avatar-circle:hover {
  background: #e9ecef;
  background: var(--bs-secondary-bg);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border-color: #0d6efd;
  border-color: var(--bs-primary);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
body {
  padding-top: 70px;
}
@media (max-width: 991.98px) {
  body {
    padding-top: 65px;
  }
}
.navbar.theme-navbar, .theme-navbar {
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
}
.navbar.theme-navbar.fixed-top, .theme-navbar.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
}
.navbar.theme-navbar .container-fluid, .theme-navbar .container-fluid, .theme-navbar .container-sm, .theme-navbar .container-md, .theme-navbar .container-lg, .theme-navbar .container-xl, .theme-navbar .container-xxl,
.navbar.theme-navbar .navbar-brand-container,
.theme-navbar .navbar-brand-container,
.navbar.theme-navbar .navbar-nav,
.theme-navbar .navbar-nav,
.theme-navbar .theme-navbar-nav {
  background: transparent;
}
[data-bs-theme=light] .navbar.theme-navbar, [data-bs-theme=light] .theme-navbar {
  background-color: #fff;
  background-color: var(--bs-body-bg, #ffffff);
  border-bottom-color: #dee2e6;
  border-bottom-color: var(--bs-border-color, #dee2e6);
}
[data-bs-theme=dark] .navbar.theme-navbar, [data-bs-theme=dark] .theme-navbar {
  background-color: #2563eb;
  background-color: var(--theme-navbar-bg, #2563eb);
  border-bottom-color: #dee2e6;
  border-bottom-color: var(--bs-border-color, #495057);
  -webkit-box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
          box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}
@media (max-width: 991.98px) {
  .navbar.theme-navbar .navbar-search, .theme-navbar .navbar-search {
    -ms-flex-order: 3;
        order: 3;
    width: 100%;
    margin: 1rem 0;
  }
  .navbar.theme-navbar .navbar-search .input-group, .theme-navbar .navbar-search .input-group, .theme-navbar .navbar-search .theme-input-group {
    max-width: none;
  }
  .navbar.theme-navbar .navbar-collapse, .theme-navbar .navbar-collapse {
    background: #e9ecef;
    background: var(--bs-secondary-bg);
    border: 1px solid #dee2e6;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    margin-top: 1rem;
    padding: 1rem;
  }
  .navbar.theme-navbar .navbar-collapse .navbar-nav .nav-item, .theme-navbar .navbar-collapse .navbar-nav .nav-item, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item {
    margin: 0.25rem 0;
  }
  .navbar.theme-navbar .navbar-collapse .navbar-nav .nav-item .nav-link, .theme-navbar .navbar-collapse .navbar-nav .nav-item .nav-link, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .nav-link, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .nav-link, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .nav-link, .theme-navbar .navbar-collapse .navbar-nav .nav-item .theme-nav-link, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .theme-nav-link, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .theme-nav-link, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .theme-nav-link {
    border-radius: 0.5rem;
    margin: 0.125rem 0;
  }
}
.mobile-brand .mobile-brand-logo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 32px;
}
.mobile-brand .mobile-brand-logo.mobile-logo-small {
  max-height: 24px;
}
.mobile-brand .mobile-brand-text {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
  color: var(--bs-body-color);
}
.nav, .theme-nav, .theme-nav-tabs, .theme-nav-pills, .theme-nav-fill, .theme-nav-justified {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
}
.nav-item, .theme-nav-item {
  margin-bottom: calc(0.5rem * -1);
  margin-bottom: calc(var(--spacing-sm) * -1);
}
.nav-link, .theme-nav-link {
  display: block;
  padding: 0.5rem 1rem;
  padding: var(--spacing-sm) var(--spacing-md);
  color: #0d6efd;
  color: var(--bs-link-color);
  text-decoration: none;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.375rem;
  border-top-left-radius: var(--border-radius-md);
  border-top-right-radius: 0.375rem;
  border-top-right-radius: var(--border-radius-md);
}
.nav-link:hover, .theme-nav-link:hover, .nav-link:focus, .theme-nav-link:focus {
  color: rgb(10.4, 88, 202.4);
  color: var(--bs-link-hover-color);
  text-decoration: none;
  border-color: #dee2e6 #dee2e6 transparent;
  border-color: var(--bs-border-color) var(--bs-border-color) transparent;
}
.nav-link.active, .active.theme-nav-link {
  color: #212529;
  color: var(--bs-body-color);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-color: #dee2e6 #dee2e6 transparent;
  border-color: var(--bs-border-color) var(--bs-border-color) transparent;
}
.nav-link.disabled, .disabled.theme-nav-link {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  pointer-events: none;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs, .theme-nav-tabs {
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
}
.nav-tabs .nav-link, .theme-nav-tabs .nav-link, .nav-tabs .theme-nav-link, .theme-nav-tabs .theme-nav-link {
  margin-bottom: calc(0.5rem * -1);
  margin-bottom: calc(var(--spacing-sm) * -1);
  border: 1px solid transparent;
  border-top-left-radius: 0.375rem;
  border-top-left-radius: var(--border-radius-md);
  border-top-right-radius: 0.375rem;
  border-top-right-radius: var(--border-radius-md);
}
.nav-tabs .nav-link:hover, .theme-nav-tabs .nav-link:hover, .nav-tabs .theme-nav-link:hover, .theme-nav-tabs .theme-nav-link:hover, .nav-tabs .nav-link:focus, .theme-nav-tabs .nav-link:focus, .nav-tabs .theme-nav-link:focus, .theme-nav-tabs .theme-nav-link:focus {
  border-color: #dee2e6 #dee2e6 transparent;
  border-color: var(--bs-border-color) var(--bs-border-color) transparent;
}
.nav-tabs .nav-link.active, .theme-nav-tabs .nav-link.active, .nav-tabs .active.theme-nav-link, .theme-nav-tabs .active.theme-nav-link {
  color: #212529;
  color: var(--bs-body-color);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-color: #dee2e6 #dee2e6 transparent;
  border-color: var(--bs-border-color) var(--bs-border-color) transparent;
}
.nav-pills .nav-link, .theme-nav-pills .nav-link, .nav-pills .theme-nav-link, .theme-nav-pills .theme-nav-link {
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
}
.nav-pills .nav-link.active, .theme-nav-pills .nav-link.active, .nav-pills .active.theme-nav-link, .theme-nav-pills .active.theme-nav-link {
  color: #fff;
  background-color: #0d6efd;
  background-color: var(--primary);
}
.nav-underline .nav-link, .nav-underline .theme-nav-link {
  border-bottom: 2px solid transparent;
}
.nav-underline .nav-link.active, .nav-underline .active.theme-nav-link {
  border-bottom-color: #0d6efd;
  border-bottom-color: var(--primary);
}
.nav-fill .nav-item, .theme-nav-fill .nav-item, .nav-fill .theme-nav-item, .theme-nav-fill .theme-nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item, .theme-nav-justified .nav-item, .nav-justified .theme-nav-item, .theme-nav-justified .theme-nav-item {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  text-align: center;
}
.nav-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
}
.nav-vertical .nav-link, .nav-vertical .theme-nav-link {
  border: none;
  border-radius: 0;
  border-left: 3px solid transparent;
}
.nav-vertical .nav-link:hover, .nav-vertical .theme-nav-link:hover, .nav-vertical .nav-link:focus, .nav-vertical .theme-nav-link:focus {
  border-left-color: #dee2e6;
  border-left-color: var(--bs-border-color);
}
.nav-vertical .nav-link.active, .nav-vertical .active.theme-nav-link {
  border-left-color: #0d6efd;
  border-left-color: var(--primary);
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
@media (max-width: 575.98px) {
  .nav-tabs .nav-link, .theme-nav-tabs .nav-link, .nav-tabs .theme-nav-link, .theme-nav-tabs .theme-nav-link {
    border: none;
    border-radius: 0.375rem;
    border-radius: var(--border-radius-md);
    margin-bottom: 0.25rem;
    margin-bottom: var(--spacing-xs);
  }
  .nav-tabs .nav-link.active, .theme-nav-tabs .nav-link.active, .nav-tabs .active.theme-nav-link, .theme-nav-tabs .active.theme-nav-link {
    border: 1px solid #dee2e6;
    border: 1px solid var(--bs-border-color);
  }
}
.breadcrumb, .theme-breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5rem 0;
  padding: var(--spacing-sm) 0;
  margin-bottom: 1rem;
  margin-bottom: var(--spacing-md);
  list-style: none;
  background-color: transparent;
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
}
.breadcrumb-item, .theme-breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.breadcrumb-item:not(:last-child)::after, .theme-breadcrumb-item:not(:last-child)::after {
  content: "/";
  padding: 0 0.5rem;
  padding: 0 var(--spacing-sm);
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.breadcrumb-item.active, .active.theme-breadcrumb-item {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.breadcrumb-item + .breadcrumb-item, .theme-breadcrumb-item + .breadcrumb-item, .breadcrumb-item + .theme-breadcrumb-item, .theme-breadcrumb-item + .theme-breadcrumb-item {
  padding-left: 0;
}
.pagination, .theme-pagination, .theme-pagination-sm, .theme-pagination-lg {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
}
.page-link, .theme-page-link {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  padding: var(--spacing-sm) var(--spacing-md);
  color: #0d6efd;
  color: var(--primary);
  text-decoration: none;
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
}
.page-link:hover, .theme-page-link:hover {
  z-index: 2;
  color: #0d6efd;
  color: var(--primary);
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
}
.page-link:focus, .theme-page-link:focus {
  z-index: 3;
  color: #0d6efd;
  color: var(--primary);
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.page-item:first-child .page-link, .theme-page-item:first-child .page-link, .page-item:first-child .theme-page-link, .theme-page-item:first-child .theme-page-link {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-top-left-radius: var(--border-radius-md);
  border-bottom-left-radius: 0.375rem;
  border-bottom-left-radius: var(--border-radius-md);
}
.page-item:last-child .page-link, .theme-page-item:last-child .page-link, .page-item:last-child .theme-page-link, .theme-page-item:last-child .theme-page-link {
  border-top-right-radius: 0.375rem;
  border-top-right-radius: var(--border-radius-md);
  border-bottom-right-radius: 0.375rem;
  border-bottom-right-radius: var(--border-radius-md);
}
.page-item.active .page-link, .active.theme-page-item .page-link, .page-item.active .theme-page-link, .active.theme-page-item .theme-page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  background-color: var(--primary);
  border-color: #0d6efd;
  border-color: var(--primary);
}
.page-item.disabled .page-link, .disabled.theme-page-item .page-link, .page-item.disabled .theme-page-link, .disabled.theme-page-item .theme-page-link {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  pointer-events: none;
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
}
.pagination-lg .page-link, .theme-pagination-lg .page-link, .pagination-lg .theme-page-link, .theme-pagination-lg .theme-page-link {
  padding: 1rem 1.5rem;
  padding: var(--spacing-md) var(--spacing-lg);
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link, .theme-pagination-lg .page-item:first-child .page-link, .pagination-lg .theme-page-item:first-child .page-link, .theme-pagination-lg .theme-page-item:first-child .page-link, .pagination-lg .page-item:first-child .theme-page-link, .theme-pagination-lg .page-item:first-child .theme-page-link, .pagination-lg .theme-page-item:first-child .theme-page-link, .theme-pagination-lg .theme-page-item:first-child .theme-page-link {
  border-top-left-radius: 0.5rem;
  border-top-left-radius: var(--border-radius-lg);
  border-bottom-left-radius: 0.5rem;
  border-bottom-left-radius: var(--border-radius-lg);
}
.pagination-lg .page-item:last-child .page-link, .theme-pagination-lg .page-item:last-child .page-link, .pagination-lg .theme-page-item:last-child .page-link, .theme-pagination-lg .theme-page-item:last-child .page-link, .pagination-lg .page-item:last-child .theme-page-link, .theme-pagination-lg .page-item:last-child .theme-page-link, .pagination-lg .theme-page-item:last-child .theme-page-link, .theme-pagination-lg .theme-page-item:last-child .theme-page-link {
  border-top-right-radius: 0.5rem;
  border-top-right-radius: var(--border-radius-lg);
  border-bottom-right-radius: 0.5rem;
  border-bottom-right-radius: var(--border-radius-lg);
}
.pagination-sm .page-link, .theme-pagination-sm .page-link, .pagination-sm .theme-page-link, .theme-pagination-sm .theme-page-link {
  padding: 0.25rem 0.5rem;
  padding: var(--spacing-xs) var(--spacing-sm);
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link, .theme-pagination-sm .page-item:first-child .page-link, .pagination-sm .theme-page-item:first-child .page-link, .theme-pagination-sm .theme-page-item:first-child .page-link, .pagination-sm .page-item:first-child .theme-page-link, .theme-pagination-sm .page-item:first-child .theme-page-link, .pagination-sm .theme-page-item:first-child .theme-page-link, .theme-pagination-sm .theme-page-item:first-child .theme-page-link {
  border-top-left-radius: 0.25rem;
  border-top-left-radius: var(--border-radius-sm);
  border-bottom-left-radius: 0.25rem;
  border-bottom-left-radius: var(--border-radius-sm);
}
.pagination-sm .page-item:last-child .page-link, .theme-pagination-sm .page-item:last-child .page-link, .pagination-sm .theme-page-item:last-child .page-link, .theme-pagination-sm .theme-page-item:last-child .page-link, .pagination-sm .page-item:last-child .theme-page-link, .theme-pagination-sm .page-item:last-child .theme-page-link, .pagination-sm .theme-page-item:last-child .theme-page-link, .theme-pagination-sm .theme-page-item:last-child .theme-page-link {
  border-top-right-radius: 0.25rem;
  border-top-right-radius: var(--border-radius-sm);
  border-bottom-right-radius: 0.25rem;
  border-bottom-right-radius: var(--border-radius-sm);
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown .dropdown-menu, .nav-dropdown .theme-dropdown-menu {
  margin-top: 0;
}
.nav-dropdown .dropdown-toggle::after, .nav-dropdown .theme-dropdown-toggle::after {
  margin-left: 0.25rem;
  margin-left: var(--spacing-xs);
}
@media (max-width: 767.98px) {
  .nav-mobile .nav-link, .nav-mobile .theme-nav-link {
    padding: 1rem;
    padding: var(--spacing-md);
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #dee2e6;
    border-bottom: 1px solid var(--bs-border-color);
  }
  .nav-mobile .nav-link:hover, .nav-mobile .theme-nav-link:hover, .nav-mobile .nav-link:focus, .nav-mobile .theme-nav-link:focus, .nav-mobile .nav-link.active, .nav-mobile .active.theme-nav-link {
    border: none;
    border-bottom: 1px solid #0d6efd;
    border-bottom: 1px solid var(--primary);
    background-color: #e9ecef;
    background-color: var(--bs-secondary-bg);
  }
}
[data-bs-theme=dark] .dropdown-menu.theme-dropdown-menu, [data-bs-theme=dark] .theme-dropdown-menu {
  background-color: #2563eb;
  background-color: var(--theme-dropdown-bg, #2563eb);
  border-color: #1d4ed8;
  -webkit-box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
          box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}
[data-bs-theme=dark] .dropdown-menu.theme-dropdown-menu .dropdown-item, [data-bs-theme=dark] .theme-dropdown-menu .dropdown-item, [data-bs-theme=dark] .theme-dropdown-menu .theme-dropdown-item {
  color: #ffffff;
}
[data-bs-theme=dark] .dropdown-menu.theme-dropdown-menu .dropdown-item:hover, [data-bs-theme=dark] .theme-dropdown-menu .dropdown-item:hover, [data-bs-theme=dark] .theme-dropdown-menu .theme-dropdown-item:hover {
  background-color: #1d4ed8;
  color: #ffffff;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
[data-bs-theme=dark] .dropdown-menu.theme-dropdown-menu .dropdown-header, [data-bs-theme=dark] .theme-dropdown-menu .dropdown-header, [data-bs-theme=dark] .theme-dropdown-menu .theme-dropdown-header {
  color: #e0e7ff;
}
[data-bs-theme=dark] .dropdown-menu.theme-dropdown-menu .dropdown-divider, [data-bs-theme=dark] .theme-dropdown-menu .dropdown-divider, [data-bs-theme=dark] .theme-dropdown-menu .theme-dropdown-divider {
  border-color: #1d4ed8;
}
.theme-modal-dialog {
  position: relative;
  width: auto;
  margin: 1rem;
  margin: var(--spacing-md);
  pointer-events: none;
}
@media (min-width: 576px) {
  .theme-modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 768px) {
  .theme-modal-dialog {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .theme-modal-dialog {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .theme-modal-dialog {
    max-width: 1000px;
  }
}
.theme-modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: 1px solid var(--bs-modal-border-color);
  border-radius: 0.5rem;
  border-radius: var(--border-radius-lg);
  outline: 0;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.theme-modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem calc(1rem + 16px);
  padding: var(--spacing-md) calc(var(--spacing-md) + 16px);
  border-bottom: 1px solid var(--bs-modal-header-border-color);
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-left-radius: calc(var(--border-radius-lg) - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(var(--border-radius-lg) - 1px);
  background-color: var(--bs-modal-bg);
  min-height: auto;
  max-height: none;
}
.theme-modal-header > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.theme-modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  color: var(--bs-body-color);
  font-size: 1.25rem;
  font-weight: 500;
  max-width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-modal-header .theme-btn-close {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  cursor: pointer;
}
.theme-modal-header .theme-btn-close:hover {
  color: #212529;
  color: var(--bs-body-color);
}
.theme-modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem;
  padding: var(--spacing-md);
  color: #212529;
  color: var(--bs-body-color);
}
.theme-modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  padding: var(--spacing-md);
  border-top: 1px solid #dee2e6;
  border-top: 1px solid var(--bs-border-color);
  border-bottom-left-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(var(--border-radius-lg) - 1px);
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-right-radius: calc(var(--border-radius-lg) - 1px);
  background-color: var(--bs-modal-bg);
}
.theme-modal-footer > * {
  margin: 0.25rem;
  margin: var(--spacing-xs);
}
@media (min-width: 576px) {
  .theme-modal-sm .theme-modal-dialog {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .theme-modal-lg .theme-modal-dialog {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .theme-modal-xl .theme-modal-dialog {
    max-width: 1140px;
  }
}
.theme-modal-fullscreen .theme-modal-dialog {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.theme-modal-fullscreen .theme-modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.theme-modal-dialog-scrollable {
  height: calc(100% - 3.5rem);
}
.theme-modal-dialog-scrollable .theme-modal-content {
  max-height: 100%;
  overflow: hidden;
}
.theme-modal-dialog-scrollable .theme-modal-header,
.theme-modal-dialog-scrollable .theme-modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.theme-modal-dialog-scrollable .theme-modal-body {
  overflow-y: auto;
}
.theme-modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 3.5rem);
}
.theme-modal.fade .theme-modal-dialog {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.theme-modal.show .theme-modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.theme-modal-backdrop.fade {
  opacity: 0;
}
.theme-modal-backdrop.show {
  opacity: 1;
}
@media (max-width: 575.98px) {
  .theme-modal-dialog {
    margin: 0.5rem;
    margin: var(--spacing-sm);
  }
  .theme-modal-header,
  .theme-modal-body,
  .theme-modal-footer {
    padding: 0.5rem;
    padding: var(--spacing-sm);
  }
  .theme-modal-title {
    font-size: 1.1rem;
  }
}
.theme-modal-open {
  overflow: hidden;
}
.theme-modal-static .theme-modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.theme-modal-form .theme-form-group {
  margin-bottom: 1rem;
  margin-bottom: var(--spacing-md);
}
.theme-modal-form .theme-form-label {
  font-weight: 500;
  margin-bottom: 0.25rem;
  margin-bottom: var(--spacing-xs);
}
.theme-modal-form .theme-form-control,
.theme-modal-form .theme-form-select {
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
}
.theme-modal-form .theme-form-control:focus,
.theme-modal-form .theme-form-select:focus {
  border-color: #0d6efd;
  border-color: var(--primary);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.theme-modal-table .theme-table {
  margin-bottom: 0;
}
.theme-modal-table .theme-table th,
.theme-modal-table .theme-table td {
  padding: 0.5rem;
  padding: var(--spacing-sm);
  vertical-align: middle;
}
.theme-modal-image .theme-modal-body {
  padding: 0;
  text-align: center;
}
.theme-modal-image .theme-modal-body img {
  max-width: 100%;
  height: auto;
}
.theme-modal.show .theme-modal-dialog .theme-modal-content .tooltip, .theme-modal.show .theme-modal-dialog .theme-modal-content .theme-tooltip {
  z-index: 1070;
  position: absolute;
}
.theme-modal.show .theme-modal-dialog .theme-modal-content .tooltip-inner {
  max-width: 200px;
  padding: 0.5rem 0.75rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.4;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.theme-modal.show .theme-modal-dialog .theme-modal-content .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.theme-modal.show .theme-modal-dialog .theme-modal-content .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.theme-modal.show .theme-modal-dialog .theme-modal-content .tooltip[data-popper-placement^=top] > .tooltip-arrow, .theme-modal.show .theme-modal-dialog .theme-modal-content [data-popper-placement^=top].theme-tooltip > .tooltip-arrow {
  bottom: 0;
}
.theme-modal.show .theme-modal-dialog .theme-modal-content .tooltip[data-popper-placement^=top] > .tooltip-arrow::before, .theme-modal.show .theme-modal-dialog .theme-modal-content [data-popper-placement^=top].theme-tooltip > .tooltip-arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.theme-modal.show .theme-modal-dialog .theme-modal-content .tooltip[data-popper-placement^=bottom] > .tooltip-arrow, .theme-modal.show .theme-modal-dialog .theme-modal-content [data-popper-placement^=bottom].theme-tooltip > .tooltip-arrow {
  top: 0;
}
.theme-modal.show .theme-modal-dialog .theme-modal-content .tooltip[data-popper-placement^=bottom] > .tooltip-arrow::before, .theme-modal.show .theme-modal-dialog .theme-modal-content [data-popper-placement^=bottom].theme-tooltip > .tooltip-arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.theme-modal.show .theme-modal-dialog .theme-modal-content .tooltip[data-popper-placement^=left] > .tooltip-arrow, .theme-modal.show .theme-modal-dialog .theme-modal-content [data-popper-placement^=left].theme-tooltip > .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.theme-modal.show .theme-modal-dialog .theme-modal-content .tooltip[data-popper-placement^=left] > .tooltip-arrow::before, .theme-modal.show .theme-modal-dialog .theme-modal-content [data-popper-placement^=left].theme-tooltip > .tooltip-arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: rgba(0, 0, 0, 0.9);
}
.theme-modal.show .theme-modal-dialog .theme-modal-content .tooltip[data-popper-placement^=right] > .tooltip-arrow, .theme-modal.show .theme-modal-dialog .theme-modal-content [data-popper-placement^=right].theme-tooltip > .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.theme-modal.show .theme-modal-dialog .theme-modal-content .tooltip[data-popper-placement^=right] > .tooltip-arrow::before, .theme-modal.show .theme-modal-dialog .theme-modal-content [data-popper-placement^=right].theme-tooltip > .tooltip-arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: rgba(0, 0, 0, 0.9);
}
.theme-modal body .tooltip, .theme-modal body .theme-tooltip {
  z-index: 1070;
}
theme-modal turbo-frame .tooltip, theme-modal turbo-frame .theme-tooltip {
  z-index: 1070;
}
.theme-modal.show .theme-progress-bar-wrapper .progress-bar[data-bs-toggle=tooltip], .theme-modal.show .theme-progress-bar-wrapper [data-bs-toggle=tooltip].theme-progress-bar {
  position: relative;
}
.theme-modal.show .theme-progress-bar-wrapper .progress-bar[data-bs-toggle=tooltip]:hover, .theme-modal.show .theme-progress-bar-wrapper [data-bs-toggle=tooltip].theme-progress-bar:hover {
  z-index: 1071;
}
.theme-modal.show .theme-progress-bar-wrapper .tooltip, .theme-modal.show .theme-progress-bar-wrapper .theme-tooltip {
  z-index: 1070 !important;
  pointer-events: none;
}
.theme-modal.show .theme-progress-bar-wrapper .tooltip.show, .theme-modal.show .theme-progress-bar-wrapper .show.theme-tooltip {
  pointer-events: auto;
}
.theme-modal .theme-progress-bar-wrapper .tooltip, .theme-modal .theme-progress-bar-wrapper .theme-tooltip {
  position: absolute;
  z-index: 1070;
}
.theme-modal .theme-progress-bar-wrapper .tooltip.bs-tooltip-top, .theme-modal .theme-progress-bar-wrapper .bs-tooltip-top.theme-tooltip, .theme-modal .theme-progress-bar-wrapper .tooltip.bs-tooltip-auto[data-popper-placement^=top], .theme-modal .theme-progress-bar-wrapper .theme-tooltip.bs-tooltip-auto[data-popper-placement^=top] {
  margin-top: -0.5rem;
}
.theme-modal .theme-progress-bar-wrapper .tooltip.bs-tooltip-bottom, .theme-modal .theme-progress-bar-wrapper .bs-tooltip-bottom.theme-tooltip, .theme-modal .theme-progress-bar-wrapper .tooltip.bs-tooltip-auto[data-popper-placement^=bottom], .theme-modal .theme-progress-bar-wrapper .theme-tooltip.bs-tooltip-auto[data-popper-placement^=bottom] {
  margin-top: 0.5rem;
}
.theme-modal .theme-progress-bar-wrapper .tooltip.bs-tooltip-left, .theme-modal .theme-progress-bar-wrapper .bs-tooltip-left.theme-tooltip {
  margin-left: -0.5rem;
}
.theme-modal .theme-progress-bar-wrapper .tooltip.bs-tooltip-right, .theme-modal .theme-progress-bar-wrapper .bs-tooltip-right.theme-tooltip {
  margin-left: 0.5rem;
}
.message-avatar {
  width: 32px;
  height: 32px;
  font-size: 0.8rem;
}
.message-action-btn {
  padding: 0.125rem 0.375rem;
  font-size: 0.75rem;
}
.delivery-status-icon-small {
  font-size: 0.75rem;
}
.badge-sm {
  font-size: 0.75rem;
}
.reaction-btn-group {
  height: 24px;
}
.reaction-btn-group .reaction-btn {
  padding: 0.125rem 0.25rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}
.reaction-count-btn {
  padding: 0.125rem 0.375rem;
  font-size: 0.75rem;
  min-width: auto;
}
.reply-context {
  font-size: 0.8rem;
}
.messages-container {
  height: 400px;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.message-item:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.message-updated {
  background-color: rgba(255, 193, 7, 0.1);
  border-left: 3px solid #ffc107;
}
.typing-indicator {
  padding: 8px 16px;
  font-style: italic;
  color: #6c757d;
}
.typing-dots::after {
  content: "";
}
@-webkit-keyframes typing-dots {
  0%, 20% {
    content: "";
  }
  40% {
    content: ".";
  }
  60% {
    content: "..";
  }
  80%, 100% {
    content: "...";
  }
}
@keyframes typing-dots {
  0%, 20% {
    content: "";
  }
  40% {
    content: ".";
  }
  60% {
    content: "..";
  }
  80%, 100% {
    content: "...";
  }
}
@-webkit-keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.message-form-container {
  position: relative;
}
#message-validation-error {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  margin-bottom: 5px;
}
.btn-file-upload {
  position: relative;
  overflow: hidden;
}
.btn-file-upload input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.message-reactions {
  margin-top: 8px;
}
.reaction-button {
  border: 1px solid #dee2e6;
  background: #f8f9fa;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.875rem;
}
.reaction-button:hover {
  background: #e9ecef;
  border-color: #adb5bd;
}
.message-status {
  font-size: 0.75rem;
  color: #6c757d;
  margin-top: 4px;
}
.message-edited {
  font-style: italic;
}
.sidebar-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidebar-item.active {
  background-color: #0d6efd;
  background-color: var(--bs-primary);
  color: white;
}
.unread-badge {
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
}
.btn-loading {
  position: relative;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#messaging-tabs {
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
  background: #fff;
  background: var(--bs-body-bg);
  margin: 0;
}
#messaging-tabs .nav-link, #messaging-tabs .theme-nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #212529;
  color: var(--bs-body-color);
  padding: 0.75rem 1rem;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 1 1;
      flex: 1 1;
  border-radius: 0;
}
#messaging-tabs .nav-link:hover, #messaging-tabs .theme-nav-link:hover {
  background: #e9ecef;
  background: var(--bs-secondary-bg);
  color: #212529;
  color: var(--bs-body-color);
  border-bottom-color: #0d6efd;
  border-bottom-color: var(--bs-primary);
}
#messaging-tabs .nav-link.active, #messaging-tabs .active.theme-nav-link {
  background: #fff;
  background: var(--bs-body-bg);
  color: #0d6efd;
  color: var(--bs-primary);
  border-bottom-color: #0d6efd;
  border-bottom-color: var(--bs-primary);
  font-weight: 600;
}
#messaging-tabs .nav-link i, #messaging-tabs .theme-nav-link i {
  font-size: 0.875rem;
  opacity: 0.8;
}
#messaging-tabs .nav-link.active i, #messaging-tabs .active.theme-nav-link i {
  opacity: 1;
}
#messaging-tabs .badge, #messaging-tabs .theme-badge, #messaging-tabs .theme-badge-primary, #messaging-tabs .theme-badge-secondary, #messaging-tabs .theme-badge-success, #messaging-tabs .theme-badge-danger, #messaging-tabs .theme-badge-warning, #messaging-tabs .theme-badge-info, #messaging-tabs .theme-badge-light, #messaging-tabs .theme-badge-dark {
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
}
.messaging-list-panel {
  background: #fff;
  background: var(--bs-body-bg);
  border-right: 1px solid #dee2e6;
  border-right: 1px solid var(--bs-border-color);
}
.messaging-list-panel .tab-content {
  height: 100%;
}
.messaging-list-panel .tab-pane {
  height: 100%;
  overflow-y: auto;
}
.channel-item.active,
.conversation-item.active,
.direct-item.active,
.entity-item.active {
  background-color: rgb(206.6, 226, 254.6);
  background-color: var(--bs-primary-bg-subtle);
  border-left: 3px solid #0d6efd;
  border-left: 3px solid var(--bs-primary);
}
.channel-item:hover,
.conversation-item:hover,
.direct-item:hover,
.entity-item:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.file-preview-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem;
  background: #e9ecef;
  background: var(--bs-secondary-bg);
  border-radius: 0.375rem;
  margin-bottom: 0.5rem;
}
.file-preview-item .file-icon {
  width: 2rem;
  height: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #0d6efd;
  background: var(--bs-primary);
  color: white;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
}
.file-preview-item .file-info {
  -ms-flex: 1 1;
      flex: 1 1;
  min-width: 0;
}
.file-preview-item .file-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #212529;
  color: var(--bs-body-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-preview-item .file-size {
  font-size: 0.75rem;
  color: #6c757d;
  color: var(--bs-secondary);
}
.emoji-picker-modal {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1050;
  background: #fff;
  background: var(--bs-body-bg);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  max-width: 300px;
  max-height: 250px;
  overflow: hidden;
  display: none;
}
.emoji-picker-modal.show {
  display: block;
}
.emoji-picker-modal .emoji-button {
  padding: 0.25rem;
  border: none;
  background: transparent;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1;
  min-width: 32px;
  min-height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.emoji-picker-modal .emoji-button:hover {
  background-color: #f8f9fa;
}
.emoji-picker-modal .emoji-button:active {
  background-color: #e9ecef;
}
.emoji-category-buttons {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
  padding: 0.5rem;
}
.emoji-category-buttons .btn, .emoji-category-buttons .theme-btn, .emoji-category-buttons .theme-btn-primary, .emoji-category-buttons .theme-btn-secondary, .emoji-category-buttons .theme-btn-success, .emoji-category-buttons .theme-btn-danger, .emoji-category-buttons .theme-btn-warning, .emoji-category-buttons .theme-btn-info, .emoji-category-buttons .theme-btn-light, .emoji-category-buttons .theme-btn-dark, .emoji-category-buttons .theme-btn-outline-primary, .emoji-category-buttons .theme-btn-outline-secondary, .emoji-category-buttons .theme-btn-outline-success, .emoji-category-buttons .theme-btn-outline-danger, .emoji-category-buttons .theme-btn-outline-warning, .emoji-category-buttons .theme-btn-outline-info, .emoji-category-buttons .theme-btn-outline-light, .emoji-category-buttons .theme-btn-outline-dark {
  -ms-flex: 1 1;
      flex: 1 1;
  padding: 0.25rem;
  font-size: 1.2rem;
  border: none;
  background: transparent;
}
.emoji-category-buttons .btn.active, .emoji-category-buttons .active.theme-btn, .emoji-category-buttons .active.theme-btn-primary, .emoji-category-buttons .active.theme-btn-secondary, .emoji-category-buttons .active.theme-btn-success, .emoji-category-buttons .active.theme-btn-danger, .emoji-category-buttons .active.theme-btn-warning, .emoji-category-buttons .active.theme-btn-info, .emoji-category-buttons .active.theme-btn-light, .emoji-category-buttons .active.theme-btn-dark, .emoji-category-buttons .active.theme-btn-outline-primary, .emoji-category-buttons .active.theme-btn-outline-secondary, .emoji-category-buttons .active.theme-btn-outline-success, .emoji-category-buttons .active.theme-btn-outline-danger, .emoji-category-buttons .active.theme-btn-outline-warning, .emoji-category-buttons .active.theme-btn-outline-info, .emoji-category-buttons .active.theme-btn-outline-light, .emoji-category-buttons .active.theme-btn-outline-dark {
  background: #0d6efd;
  background: var(--bs-primary);
  color: white;
  border-radius: 0.25rem;
}
.emoji-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.25rem 1fr 0.25rem 1fr 0.25rem 1fr 0.25rem 1fr 0.25rem 1fr 0.25rem 1fr 0.25rem 1fr;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 0.25rem;
  gap: 0.25rem;
  padding: 0.5rem;
  max-height: 200px;
  overflow-y: auto;
}
.emoji-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.25rem;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 1.2rem;
}
.emoji-item:hover {
  background: #e9ecef;
  background: var(--bs-secondary-bg);
}
.composer-container {
  position: relative;
}
.modal-body, .theme-modal-body {
  position: relative;
  z-index: 1;
}
.messaging-thread-panel {
  background: #fff;
  background: var(--bs-body-bg);
  border-left: 1px solid #dee2e6;
  border-left: 1px solid var(--bs-border-color);
}
.thread-message {
  padding: 0.75rem;
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
}
.thread-message:last-child {
  border-bottom: none;
}
.thread-message .message-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.5rem;
}
.thread-message .user-avatar {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #0d6efd;
  background: var(--bs-primary);
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 0.5rem;
}
.thread-message .user-name {
  font-weight: 600;
  font-size: 0.875rem;
  color: #212529;
  color: var(--bs-body-color);
}
.thread-message .message-time {
  font-size: 0.75rem;
  color: #6c757d;
  color: var(--bs-secondary);
  margin-left: auto;
}
.thread-message .message-content {
  font-size: 0.875rem;
  color: #212529;
  color: var(--bs-body-color);
  line-height: 1.4;
}
@media (max-width: 768px) {
  .messages-container {
    height: 300px;
  }
  .message-item {
    padding: 12px;
  }
}
.participants-container .participant-suggestions {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  display: none;
}
.participants-container .participant-suggestions.show {
  display: block;
}
.participants-container .participant-suggestions .suggestion-item {
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
}
.participants-container .participant-suggestions .suggestion-item:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.participants-container .participant-suggestions .suggestion-item:last-child {
  border-bottom: none;
}
.participants-container .selected-participants {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.participants-container .selected-participants .participant-tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #0d6efd;
  background-color: var(--bs-primary);
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius);
  font-size: 0.875rem;
}
.participants-container .selected-participants .participant-tag .remove-participant {
  margin-left: 0.5rem;
  cursor: pointer;
  opacity: 0.8;
}
.participants-container .selected-participants .participant-tag .remove-participant:hover {
  opacity: 1;
}
.new-conversation-form .form-control, .new-conversation-form .theme-form-control,
.new-conversation-form .form-select,
.new-conversation-form .theme-form-select,
.new-channel-form .form-control,
.new-channel-form .theme-form-control,
.new-channel-form .form-select,
.new-channel-form .theme-form-select {
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
}
.new-conversation-form .form-control:focus, .new-conversation-form .theme-form-control:focus,
.new-conversation-form .form-select:focus,
.new-conversation-form .theme-form-select:focus,
.new-channel-form .form-control:focus,
.new-channel-form .theme-form-control:focus,
.new-channel-form .form-select:focus,
.new-channel-form .theme-form-select:focus {
  border-color: #0d6efd;
  border-color: var(--bs-primary);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
          box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}
.new-conversation-form .form-label, .new-conversation-form .theme-form-label,
.new-channel-form .form-label,
.new-channel-form .theme-form-label {
  font-weight: 600;
  color: #212529;
  color: var(--bs-body-color);
}
.new-conversation-form .form-text,
.new-channel-form .form-text {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-size: 0.875rem;
}
.messaging-sidebar {
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-right: 1px solid #dee2e6;
  border-right: 1px solid var(--bs-border-color);
  min-height: 100%;
}
.messaging-sidebar .tab-content {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}
.messaging-sidebar .tab-content::-webkit-scrollbar {
  width: 4px;
}
.messaging-sidebar .tab-content::-webkit-scrollbar-track {
  background: transparent;
}
.messaging-sidebar .tab-content::-webkit-scrollbar-thumb {
  background: #dee2e6;
  background: var(--bs-border-color);
  border-radius: 2px;
}
.messaging-sidebar .list-group-item, .messaging-sidebar .theme-list-group-item {
  border: none;
  padding: 0.75rem;
  cursor: pointer;
}
.messaging-sidebar .list-group-item:hover, .messaging-sidebar .theme-list-group-item:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.messaging-sidebar .list-group-item.active, .messaging-sidebar .active.theme-list-group-item {
  background-color: rgb(206.6, 226, 254.6);
  background-color: var(--bs-primary-bg-subtle);
  border-left: 3px solid #0d6efd;
  border-left: 3px solid var(--bs-primary);
  color: #0d6efd;
  color: var(--bs-primary);
}
.messaging-sidebar .list-group-item.active .fw-medium, .messaging-sidebar .active.theme-list-group-item .fw-medium {
  color: #0d6efd;
  color: var(--bs-primary);
}
.messaging-main-area {
  background-color: #fff;
  background-color: var(--bs-body-bg);
}
.messaging-main-area .message-item {
  position: relative;
  padding: 0.5rem 0;
  border-radius: 0.375rem;
}
.messaging-main-area .message-item:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.messaging-main-area .message-item:hover .message-actions {
  opacity: 1;
  visibility: visible;
}
.messaging-main-area .message-item .user-avatar {
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.messaging-main-area .message-item .user-avatar:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.messaging-main-area .message-item .user-status {
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px var(--bs-body-bg);
          box-shadow: 0 0 0 2px var(--bs-body-bg);
}
.messaging-main-area .message-item .message-content {
  word-wrap: break-word;
  line-height: 1.4;
}
.messaging-main-area .message-item .message-content .mention {
  background-color: rgb(206.6, 226, 254.6);
  background-color: var(--bs-primary-bg-subtle);
  color: #0d6efd;
  color: var(--bs-primary);
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
  font-weight: 500;
  text-decoration: none;
}
.messaging-main-area .message-item .message-content .mention:hover {
  background-color: #0d6efd;
  background-color: var(--bs-primary);
  color: white;
}
.messaging-main-area .message-item .message-content .channel-mention {
  background-color: rgb(206.6, 244.4, 252);
  background-color: var(--bs-info-bg-subtle);
  color: #0dcaf0;
  color: var(--bs-info);
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
  font-weight: 500;
  text-decoration: none;
}
.messaging-main-area .message-item .message-content .channel-mention:hover {
  background-color: #0dcaf0;
  background-color: var(--bs-info);
  color: white;
}
.messaging-main-area .message-item .message-content code {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
  color: var(--bs-danger);
}
.messaging-main-area .message-item .message-actions {
  opacity: 0;
  visibility: hidden;
}
.messaging-main-area .message-item .message-actions .btn, .messaging-main-area .message-item .message-actions .theme-btn, .messaging-main-area .message-item .message-actions .theme-btn-primary, .messaging-main-area .message-item .message-actions .theme-btn-secondary, .messaging-main-area .message-item .message-actions .theme-btn-success, .messaging-main-area .message-item .message-actions .theme-btn-danger, .messaging-main-area .message-item .message-actions .theme-btn-warning, .messaging-main-area .message-item .message-actions .theme-btn-info, .messaging-main-area .message-item .message-actions .theme-btn-light, .messaging-main-area .message-item .message-actions .theme-btn-dark, .messaging-main-area .message-item .message-actions .theme-btn-outline-primary, .messaging-main-area .message-item .message-actions .theme-btn-outline-secondary, .messaging-main-area .message-item .message-actions .theme-btn-outline-success, .messaging-main-area .message-item .message-actions .theme-btn-outline-danger, .messaging-main-area .message-item .message-actions .theme-btn-outline-warning, .messaging-main-area .message-item .message-actions .theme-btn-outline-info, .messaging-main-area .message-item .message-actions .theme-btn-outline-light, .messaging-main-area .message-item .message-actions .theme-btn-outline-dark {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
}
.messaging-main-area .message-item .message-actions .btn:hover, .messaging-main-area .message-item .message-actions .theme-btn:hover, .messaging-main-area .message-item .message-actions .theme-btn-primary:hover, .messaging-main-area .message-item .message-actions .theme-btn-secondary:hover, .messaging-main-area .message-item .message-actions .theme-btn-success:hover, .messaging-main-area .message-item .message-actions .theme-btn-danger:hover, .messaging-main-area .message-item .message-actions .theme-btn-warning:hover, .messaging-main-area .message-item .message-actions .theme-btn-info:hover, .messaging-main-area .message-item .message-actions .theme-btn-light:hover, .messaging-main-area .message-item .message-actions .theme-btn-dark:hover, .messaging-main-area .message-item .message-actions .theme-btn-outline-primary:hover, .messaging-main-area .message-item .message-actions .theme-btn-outline-secondary:hover, .messaging-main-area .message-item .message-actions .theme-btn-outline-success:hover, .messaging-main-area .message-item .message-actions .theme-btn-outline-danger:hover, .messaging-main-area .message-item .message-actions .theme-btn-outline-warning:hover, .messaging-main-area .message-item .message-actions .theme-btn-outline-info:hover, .messaging-main-area .message-item .message-actions .theme-btn-outline-light:hover, .messaging-main-area .message-item .message-actions .theme-btn-outline-dark:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.message-reactions .reaction-btn {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  border-radius: 1rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.message-reactions .reaction-btn:hover {
  background-color: rgb(206.6, 226, 254.6);
  background-color: var(--bs-primary-bg-subtle);
  border-color: #0d6efd;
  border-color: var(--bs-primary);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.message-reactions .reaction-btn.active {
  background-color: #0d6efd;
  background-color: var(--bs-primary);
  border-color: #0d6efd;
  border-color: var(--bs-primary);
  color: white;
}
.message-reactions .reaction-btn .reaction-emoji {
  margin-right: 0.25rem;
}
.message-reactions .reaction-btn .reaction-count {
  font-weight: 600;
  font-size: 0.75rem;
}
.message-reactions .reaction-add-btn {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.message-reactions .reaction-add-btn:hover {
  background-color: #0d6efd;
  background-color: var(--bs-primary);
  border-color: #0d6efd;
  border-color: var(--bs-primary);
  color: white;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.file-attachments .btn, .file-attachments .theme-btn, .file-attachments .theme-btn-primary, .file-attachments .theme-btn-secondary, .file-attachments .theme-btn-success, .file-attachments .theme-btn-danger, .file-attachments .theme-btn-warning, .file-attachments .theme-btn-info, .file-attachments .theme-btn-light, .file-attachments .theme-btn-dark, .file-attachments .theme-btn-outline-primary, .file-attachments .theme-btn-outline-secondary, .file-attachments .theme-btn-outline-success, .file-attachments .theme-btn-outline-danger, .file-attachments .theme-btn-outline-warning, .file-attachments .theme-btn-outline-info, .file-attachments .theme-btn-outline-light, .file-attachments .theme-btn-outline-dark {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
}
.file-attachments .btn:hover, .file-attachments .theme-btn:hover, .file-attachments .theme-btn-primary:hover, .file-attachments .theme-btn-secondary:hover, .file-attachments .theme-btn-success:hover, .file-attachments .theme-btn-danger:hover, .file-attachments .theme-btn-warning:hover, .file-attachments .theme-btn-info:hover, .file-attachments .theme-btn-light:hover, .file-attachments .theme-btn-dark:hover, .file-attachments .theme-btn-outline-primary:hover, .file-attachments .theme-btn-outline-secondary:hover, .file-attachments .theme-btn-outline-success:hover, .file-attachments .theme-btn-outline-danger:hover, .file-attachments .theme-btn-outline-warning:hover, .file-attachments .theme-btn-outline-info:hover, .file-attachments .theme-btn-outline-light:hover, .file-attachments .theme-btn-outline-dark:hover {
  background-color: rgb(206.6, 226, 254.6);
  background-color: var(--bs-primary-bg-subtle);
  border-color: #0d6efd;
  border-color: var(--bs-primary);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.file-attachments .btn .file-name, .file-attachments .theme-btn .file-name, .file-attachments .theme-btn-primary .file-name, .file-attachments .theme-btn-secondary .file-name, .file-attachments .theme-btn-success .file-name, .file-attachments .theme-btn-danger .file-name, .file-attachments .theme-btn-warning .file-name, .file-attachments .theme-btn-info .file-name, .file-attachments .theme-btn-light .file-name, .file-attachments .theme-btn-dark .file-name, .file-attachments .theme-btn-outline-primary .file-name, .file-attachments .theme-btn-outline-secondary .file-name, .file-attachments .theme-btn-outline-success .file-name, .file-attachments .theme-btn-outline-danger .file-name, .file-attachments .theme-btn-outline-warning .file-name, .file-attachments .theme-btn-outline-info .file-name, .file-attachments .theme-btn-outline-light .file-name, .file-attachments .theme-btn-outline-dark .file-name {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.composer-toolbar {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  border-radius: 0.375rem;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
}
.composer-toolbar .btn:hover, .composer-toolbar .theme-btn:hover, .composer-toolbar .theme-btn-primary:hover, .composer-toolbar .theme-btn-secondary:hover, .composer-toolbar .theme-btn-success:hover, .composer-toolbar .theme-btn-danger:hover, .composer-toolbar .theme-btn-warning:hover, .composer-toolbar .theme-btn-info:hover, .composer-toolbar .theme-btn-light:hover, .composer-toolbar .theme-btn-dark:hover, .composer-toolbar .theme-btn-outline-primary:hover, .composer-toolbar .theme-btn-outline-secondary:hover, .composer-toolbar .theme-btn-outline-success:hover, .composer-toolbar .theme-btn-outline-danger:hover, .composer-toolbar .theme-btn-outline-warning:hover, .composer-toolbar .theme-btn-outline-info:hover, .composer-toolbar .theme-btn-outline-light:hover, .composer-toolbar .theme-btn-outline-dark:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.composer-toolbar .btn.active, .composer-toolbar .active.theme-btn, .composer-toolbar .active.theme-btn-primary, .composer-toolbar .active.theme-btn-secondary, .composer-toolbar .active.theme-btn-success, .composer-toolbar .active.theme-btn-danger, .composer-toolbar .active.theme-btn-warning, .composer-toolbar .active.theme-btn-info, .composer-toolbar .active.theme-btn-light, .composer-toolbar .active.theme-btn-dark, .composer-toolbar .active.theme-btn-outline-primary, .composer-toolbar .active.theme-btn-outline-secondary, .composer-toolbar .active.theme-btn-outline-success, .composer-toolbar .active.theme-btn-outline-danger, .composer-toolbar .active.theme-btn-outline-warning, .composer-toolbar .active.theme-btn-outline-info, .composer-toolbar .active.theme-btn-outline-light, .composer-toolbar .active.theme-btn-outline-dark {
  background-color: #0d6efd;
  background-color: var(--bs-primary);
  border-color: #0d6efd;
  border-color: var(--bs-primary);
  color: white;
}
.message-input {
  resize: none;
  border: 2px solid #dee2e6;
  border: 2px solid var(--bs-border-color);
  line-height: 1.4;
}
.message-input:focus {
  border-color: #0d6efd;
  border-color: var(--bs-primary);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}
.message-input::-webkit-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-style: italic;
}
.message-input::-moz-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-style: italic;
}
.message-input:-ms-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-style: italic;
}
.message-input::-ms-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-style: italic;
}
.message-input::placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-style: italic;
}
.file-preview {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  border-radius: 0.375rem;
  padding: 0.5rem;
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
}
.file-preview .file-item {
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.25rem;
  padding: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.5rem;
}
.file-preview .file-item:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.emoji-picker {
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.emoji-picker .btn:hover, .emoji-picker .theme-btn:hover, .emoji-picker .theme-btn-primary:hover, .emoji-picker .theme-btn-secondary:hover, .emoji-picker .theme-btn-success:hover, .emoji-picker .theme-btn-danger:hover, .emoji-picker .theme-btn-warning:hover, .emoji-picker .theme-btn-info:hover, .emoji-picker .theme-btn-light:hover, .emoji-picker .theme-btn-dark:hover, .emoji-picker .theme-btn-outline-primary:hover, .emoji-picker .theme-btn-outline-secondary:hover, .emoji-picker .theme-btn-outline-success:hover, .emoji-picker .theme-btn-outline-danger:hover, .emoji-picker .theme-btn-outline-warning:hover, .emoji-picker .theme-btn-outline-info:hover, .emoji-picker .theme-btn-outline-light:hover, .emoji-picker .theme-btn-outline-dark:hover {
  background-color: rgb(206.6, 226, 254.6);
  background-color: var(--bs-primary-bg-subtle);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.emoji-picker .frequent-emojis {
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.messaging-thread-panel {
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-left: 1px solid #dee2e6;
  border-left: 1px solid var(--bs-border-color);
}
.messaging-thread-panel .thread-message {
  border-left: 2px solid #0d6efd;
  border-left: 2px solid var(--bs-primary);
  padding-left: 0.75rem;
  margin-left: 0.5rem;
  background-color: rgb(206.6, 226, 254.6);
  background-color: var(--bs-primary-bg-subtle);
  border-radius: 0 0.375rem 0.375rem 0;
}
.skeleton {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #e9ecef), color-stop(50%, #f8f9fa), color-stop(75%, #e9ecef));
  background: linear-gradient(90deg, #e9ecef 25%, #f8f9fa 50%, #e9ecef 75%);
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, var(--bs-secondary-bg)), color-stop(50%, var(--bs-tertiary-bg)), color-stop(75%, var(--bs-secondary-bg)));
  background: linear-gradient(90deg, var(--bs-secondary-bg) 25%, var(--bs-tertiary-bg) 50%, var(--bs-secondary-bg) 75%);
  background-size: 200% 100%;
}
@-webkit-keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .messaging-sidebar {
    position: absolute;
    left: -280px;
    z-index: 1000;
  }
  .messaging-sidebar.show {
    left: 0;
  }
  .messaging-main-area {
    width: 100%;
  }
  .messaging-thread-panel {
    position: absolute;
    right: -320px;
    z-index: 1001;
  }
  .messaging-thread-panel.show {
    right: 0;
  }
  .message-item .message-actions {
    opacity: 1;
    visibility: visible;
  }
}
[data-bs-theme=dark] .messaging-sidebar {
  background-color: #212529;
  background-color: var(--bs-dark);
}
[data-bs-theme=dark] .messaging-sidebar .list-group-item:hover, [data-bs-theme=dark] .messaging-sidebar .theme-list-group-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
[data-bs-theme=dark] .messaging-sidebar .list-group-item.active, [data-bs-theme=dark] .messaging-sidebar .active.theme-list-group-item {
  background-color: rgba(13, 110, 253, 0.2);
  background-color: rgba(var(--bs-primary-rgb), 0.2);
}
[data-bs-theme=dark] .message-item:hover {
  background-color: rgba(255, 255, 255, 0.03);
}
[data-bs-theme=dark] .message-item .user-avatar {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
[data-bs-theme=dark] .composer-toolbar {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
[data-bs-theme=dark] .emoji-picker {
  background-color: #212529;
  background-color: var(--bs-dark);
  border-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.messaging-container *:focus {
  outline: 2px solid #0d6efd;
  outline: 2px solid var(--bs-primary);
  outline-offset: 2px;
}
.messaging-container .skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #0d6efd;
  background: var(--bs-primary);
  color: white;
  padding: 8px;
  text-decoration: none;
  border-radius: 4px;
  z-index: 10000;
}
.messaging-container .skip-link:focus {
  top: 6px;
}
@media (prefers-contrast: high) {
  .message-item {
    border: 1px solid #dee2e6;
    border: 1px solid var(--bs-border-color);
    margin-bottom: 0.5rem;
  }
  .reaction-btn {
    border: 2px solid #dee2e6;
    border: 2px solid var(--bs-border-color);
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms;
            animation-duration: 0.01ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-duration: 0.01ms;
            transition-duration: 0.01ms;
  }
}
.tom-select-enhanced .ts-control, .city-selector .ts-control {
  background-color: var(--bs-form-control-bg);
  border-color: var(--bs-form-control-border-color);
  color: #212529;
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
  min-height: 38px;
  padding: 0.375rem 0.75rem;
}
.tom-select-enhanced .ts-control:focus-within, .city-selector .ts-control:focus-within {
  border-color: #0d6efd;
  border-color: var(--bs-link-color);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.tom-select-enhanced .ts-control.focused, .city-selector .ts-control.focused {
  border-color: #0d6efd;
  border-color: var(--bs-link-color);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.tom-select-enhanced .ts-dropdown, .city-selector .ts-dropdown {
  background-color: #fff;
  background-color: var(--bs-dropdown-bg, var(--bs-body-bg));
  border-color: #dee2e6;
  border-color: var(--bs-dropdown-border-color, var(--bs-border-color));
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--shadow-md);
          box-shadow: var(--shadow-md);
  z-index: 1000;
  z-index: var(--z-dropdown);
}
.tom-select-enhanced .ts-dropdown-content, .city-selector .ts-dropdown-content {
  max-height: 300px;
  overflow-y: auto;
}
.tom-select-enhanced .option, .city-selector .option {
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}
.tom-select-enhanced .option:hover, .city-selector .option:hover {
  background-color: #e9ecef;
  background-color: var(--bs-dropdown-link-hover-bg, var(--bs-secondary-bg));
}
.tom-select-enhanced .option.active, .city-selector .option.active {
  background-color: #0d6efd;
  background-color: var(--bs-dropdown-link-active-bg, var(--bs-primary));
  color: white;
  color: var(--bs-dropdown-link-active-color, white);
}
.tom-select-enhanced .option-title, .city-selector .option-title {
  font-weight: 500;
  color: #212529;
  color: var(--bs-body-color);
}
.tom-select-enhanced .option-subtitle, .city-selector .option-subtitle {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.tom-select-enhanced .item, .city-selector .item {
  background-color: #0d6efd;
  background-color: var(--bs-primary);
  color: white;
  border-radius: 0.25rem;
  border-radius: var(--border-radius-sm);
  padding: 0.25rem 0.5rem;
  margin: 0.125rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.875rem;
}
.tom-select-enhanced .item-text, .city-selector .item-text {
  margin-right: 0.25rem;
}
.tom-select-enhanced .item-remove, .city-selector .item-remove {
  cursor: pointer;
  font-weight: bold;
  margin-left: 0.25rem;
}
.tom-select-enhanced .item-remove:hover, .city-selector .item-remove:hover {
  opacity: 0.8;
}
.tom-select-enhanced .no-results, .city-selector .no-results {
  padding: 1rem;
  text-align: center;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.tom-select-enhanced .no-results-title, .city-selector .no-results-title {
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.tom-select-enhanced .no-results-subtitle, .city-selector .no-results-subtitle {
  font-size: 0.875rem;
}
.tom-select-enhanced .loading, .city-selector .loading {
  padding: 1rem;
  text-align: center;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.tom-select-enhanced .loading-spinner, .city-selector .loading-spinner {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid #dee2e6;
  border: 2px solid var(--bs-border-color);
  border-radius: 50%;
  border-top-color: #0d6efd;
  border-top-color: var(--bs-primary);
  margin-bottom: 0.5rem;
}
.tom-select-enhanced .loading-text, .city-selector .loading-text {
  font-size: 0.875rem;
}
.tom-select-enhanced .ts-input, .city-selector .ts-input {
  background: transparent;
  border: none;
  outline: none;
  color: var(--bs-form-control-color);
}
.tom-select-enhanced .ts-input::-webkit-input-placeholder, .city-selector .ts-input::-webkit-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.tom-select-enhanced .ts-input::-moz-placeholder, .city-selector .ts-input::-moz-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.tom-select-enhanced .ts-input:-ms-input-placeholder, .city-selector .ts-input:-ms-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.tom-select-enhanced .ts-input::-ms-input-placeholder, .city-selector .ts-input::-ms-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.tom-select-enhanced .ts-input::placeholder, .city-selector .ts-input::placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.city-selector .option {
  border-left: 3px solid #0dcaf0;
  border-left: 3px solid var(--bs-info);
  padding-left: 0.5rem;
}
.city-selector .item {
  background-color: #0dcaf0;
  background-color: var(--bs-info);
}
.city-selector .item:hover {
  background-color: var(--bs-info-dark);
}
.city-selector .no-results .no-results-title::before {
  content: "🏙️ ";
}
.city-selector .loading .loading-text::before {
  content: "🔍 ";
}
.city-selector .ts-dropdown-content .option .option-subtitle {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
[data-bs-theme=dark] .tom-select-enhanced .ts-control, [data-bs-theme=dark] .city-selector .ts-control {
  background-color: var(--bs-form-control-bg);
  border-color: var(--bs-form-control-border-color);
  color: #f8f9fa;
}
[data-bs-theme=dark] .tom-select-enhanced .ts-dropdown, [data-bs-theme=dark] .city-selector .ts-dropdown {
  background-color: var(--bs-dropdown-bg);
  border-color: var(--bs-dropdown-border-color);
}
[data-bs-theme=dark] .tom-select-enhanced .option, [data-bs-theme=dark] .city-selector .option {
  color: #f8f9fa;
}
[data-bs-theme=dark] .tom-select-enhanced .option:hover, [data-bs-theme=dark] .city-selector .option:hover {
  background-color: var(--bs-dropdown-link-hover-bg);
  color: #f8f9fa;
}
[data-bs-theme=dark] .tom-select-enhanced .option-title, [data-bs-theme=dark] .city-selector .option-title {
  color: #f8f9fa;
}
[data-bs-theme=dark] .tom-select-enhanced .option-subtitle, [data-bs-theme=dark] .city-selector .option-subtitle {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
[data-bs-theme=light] .tom-select-enhanced .ts-control, [data-bs-theme=light] .city-selector .ts-control {
  background-color: var(--bs-form-control-bg);
  border-color: var(--bs-form-control-border-color);
  color: var(--bs-form-control-color);
}
[data-bs-theme=light] .tom-select-enhanced .ts-dropdown, [data-bs-theme=light] .city-selector .ts-dropdown {
  background-color: var(--bs-dropdown-bg);
  border-color: var(--bs-dropdown-border-color);
}
[data-bs-theme=light] .tom-select-enhanced .option, [data-bs-theme=light] .city-selector .option {
  color: var(--bs-dropdown-color);
}
[data-bs-theme=light] .tom-select-enhanced .option:hover, [data-bs-theme=light] .city-selector .option:hover {
  background-color: var(--bs-dropdown-link-hover-bg);
  color: var(--bs-dropdown-link-hover-color);
}
[data-bs-theme=light] .tom-select-enhanced .option-title, [data-bs-theme=light] .city-selector .option-title {
  color: var(--bs-dropdown-color);
}
[data-bs-theme=light] .tom-select-enhanced .option-subtitle, [data-bs-theme=light] .city-selector .option-subtitle {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .tom-select-enhanced .ts-dropdown, .city-selector .ts-dropdown {
    max-height: 200px;
  }
  .tom-select-enhanced .option, .city-selector .option {
    padding: 0.75rem;
  }
  .tom-select-enhanced .item, .city-selector .item {
    font-size: 0.8rem;
    padding: 0.2rem 0.4rem;
  }
}
.map-container {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 0.375rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .map-container {
    height: 600px;
  }
}
@media (min-width: 992px) {
  .map-container {
    height: calc(100vh - 300px);
    min-height: 500px;
    max-height: 800px;
  }
}
.card.card-default .card-header, .card-default.theme-card .card-header, .card.card-default .theme-card-header, .card-default.theme-card .theme-card-header {
  background-color: var(--bs-card-cap-bg);
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
  padding: 1rem;
}
.card.card-default .card-header h6, .card-default.theme-card .card-header h6, .card.card-default .theme-card-header h6, .card-default.theme-card .theme-card-header h6, .card.card-default .card-header .h6, .card-default.theme-card .card-header .h6, .card.card-default .theme-card-header .h6, .card-default.theme-card .theme-card-header .h6 {
  font-size: 1rem;
  font-weight: 600;
  color: inherit;
  color: var(--bs-heading-color);
}
.card.card-default .card-header small, .card-default.theme-card .card-header small, .card.card-default .theme-card-header small, .card-default.theme-card .theme-card-header small, .card.card-default .card-header .small, .card-default.theme-card .card-header .small, .card.card-default .theme-card-header .small, .card-default.theme-card .theme-card-header .small {
  font-size: 0.875rem;
}
.btn-group {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
}
.btn-group .btn, .btn-group .theme-btn, .btn-group .theme-btn-primary, .btn-group .theme-btn-secondary, .btn-group .theme-btn-success, .btn-group .theme-btn-danger, .btn-group .theme-btn-warning, .btn-group .theme-btn-info, .btn-group .theme-btn-light, .btn-group .theme-btn-dark, .btn-group .theme-btn-outline-primary, .btn-group .theme-btn-outline-secondary, .btn-group .theme-btn-outline-success, .btn-group .theme-btn-outline-danger, .btn-group .theme-btn-outline-warning, .btn-group .theme-btn-outline-info, .btn-group .theme-btn-outline-light, .btn-group .theme-btn-outline-dark {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-group .btn:hover, .btn-group .theme-btn:hover, .btn-group .theme-btn-primary:hover, .btn-group .theme-btn-secondary:hover, .btn-group .theme-btn-success:hover, .btn-group .theme-btn-danger:hover, .btn-group .theme-btn-warning:hover, .btn-group .theme-btn-info:hover, .btn-group .theme-btn-light:hover, .btn-group .theme-btn-dark:hover, .btn-group .theme-btn-outline-primary:hover, .btn-group .theme-btn-outline-secondary:hover, .btn-group .theme-btn-outline-success:hover, .btn-group .theme-btn-outline-danger:hover, .btn-group .theme-btn-outline-warning:hover, .btn-group .theme-btn-outline-info:hover, .btn-group .theme-btn-outline-light:hover, .btn-group .theme-btn-outline-dark:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn-group .btn:active, .btn-group .theme-btn:active, .btn-group .theme-btn-primary:active, .btn-group .theme-btn-secondary:active, .btn-group .theme-btn-success:active, .btn-group .theme-btn-danger:active, .btn-group .theme-btn-warning:active, .btn-group .theme-btn-info:active, .btn-group .theme-btn-light:active, .btn-group .theme-btn-dark:active, .btn-group .theme-btn-outline-primary:active, .btn-group .theme-btn-outline-secondary:active, .btn-group .theme-btn-outline-success:active, .btn-group .theme-btn-outline-danger:active, .btn-group .theme-btn-outline-warning:active, .btn-group .theme-btn-outline-info:active, .btn-group .theme-btn-outline-light:active, .btn-group .theme-btn-outline-dark:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.form-check-label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form-check-label .fa-info-circle {
  cursor: help;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.form-check-label .fa-info-circle:hover {
  color: #0d6efd !important;
  color: var(--bs-primary) !important;
}
.form-check-input, .theme-form-check-input {
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.nav-tabs, .theme-nav-tabs {
  border-bottom: 2px solid #dee2e6;
  border-bottom: 2px solid var(--bs-border-color);
}
.nav-tabs .nav-link, .theme-nav-tabs .nav-link, .nav-tabs .theme-nav-link, .theme-nav-tabs .theme-nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  color: #6c757d;
  color: var(--bs-secondary);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0.75rem 1rem;
}
.nav-tabs .nav-link:hover, .theme-nav-tabs .nav-link:hover, .nav-tabs .theme-nav-link:hover, .theme-nav-tabs .theme-nav-link:hover {
  border-bottom-color: #0d6efd;
  border-bottom-color: var(--bs-primary);
  color: #0d6efd;
  color: var(--bs-primary);
  background-color: transparent;
}
.nav-tabs .nav-link.active, .theme-nav-tabs .nav-link.active, .nav-tabs .active.theme-nav-link, .theme-nav-tabs .active.theme-nav-link {
  border-bottom-color: #0d6efd;
  border-bottom-color: var(--bs-primary);
  color: #0d6efd;
  color: var(--bs-primary);
  background-color: transparent;
  font-weight: 600;
}
.nav-tabs .nav-link .badge, .theme-nav-tabs .nav-link .badge, .nav-tabs .theme-nav-link .badge, .theme-nav-tabs .theme-nav-link .badge, .nav-tabs .nav-link .theme-badge, .theme-nav-tabs .nav-link .theme-badge, .nav-tabs .theme-nav-link .theme-badge, .theme-nav-tabs .theme-nav-link .theme-badge, .nav-tabs .nav-link .theme-badge-primary, .theme-nav-tabs .nav-link .theme-badge-primary, .nav-tabs .theme-nav-link .theme-badge-primary, .theme-nav-tabs .theme-nav-link .theme-badge-primary, .nav-tabs .nav-link .theme-badge-secondary, .theme-nav-tabs .nav-link .theme-badge-secondary, .nav-tabs .theme-nav-link .theme-badge-secondary, .theme-nav-tabs .theme-nav-link .theme-badge-secondary, .nav-tabs .nav-link .theme-badge-success, .theme-nav-tabs .nav-link .theme-badge-success, .nav-tabs .theme-nav-link .theme-badge-success, .theme-nav-tabs .theme-nav-link .theme-badge-success, .nav-tabs .nav-link .theme-badge-danger, .theme-nav-tabs .nav-link .theme-badge-danger, .nav-tabs .theme-nav-link .theme-badge-danger, .theme-nav-tabs .theme-nav-link .theme-badge-danger, .nav-tabs .nav-link .theme-badge-warning, .theme-nav-tabs .nav-link .theme-badge-warning, .nav-tabs .theme-nav-link .theme-badge-warning, .theme-nav-tabs .theme-nav-link .theme-badge-warning, .nav-tabs .nav-link .theme-badge-info, .theme-nav-tabs .nav-link .theme-badge-info, .nav-tabs .theme-nav-link .theme-badge-info, .theme-nav-tabs .theme-nav-link .theme-badge-info, .nav-tabs .nav-link .theme-badge-light, .theme-nav-tabs .nav-link .theme-badge-light, .nav-tabs .theme-nav-link .theme-badge-light, .theme-nav-tabs .theme-nav-link .theme-badge-light, .nav-tabs .nav-link .theme-badge-dark, .theme-nav-tabs .nav-link .theme-badge-dark, .nav-tabs .theme-nav-link .theme-badge-dark, .theme-nav-tabs .theme-nav-link .theme-badge-dark {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#map-provider-filter-banner .alert, #map-provider-filter-banner .theme-alert, #map-provider-filter-banner .theme-alert-primary, #map-provider-filter-banner .theme-alert-secondary, #map-provider-filter-banner .theme-alert-success, #map-provider-filter-banner .theme-alert-danger, #map-provider-filter-banner .theme-alert-warning, #map-provider-filter-banner .theme-alert-info, #map-provider-filter-banner .theme-alert-light, #map-provider-filter-banner .theme-alert-dark {
  margin: 0;
  border-radius: 0;
  border-left: 4px solid #ffc107;
  border-left: 4px solid var(--bs-warning);
  -webkit-animation: slideDown 0.3s ease;
          animation: slideDown 0.3s ease;
}
@keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.map-tab-content {
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .map-tab-content {
    max-height: calc(100vh - 400px);
    min-height: 450px;
  }
}
.map-tab-content::-webkit-scrollbar {
  width: 6px;
}
.map-tab-content::-webkit-scrollbar-track {
  background: #f8f9fa;
  background: var(--bs-gray-100);
  border-radius: 3px;
}
.map-tab-content::-webkit-scrollbar-thumb {
  background: #ced4da;
  background: var(--bs-gray-400);
  border-radius: 3px;
}
.map-tab-content::-webkit-scrollbar-thumb:hover {
  background: #adb5bd;
  background: var(--bs-gray-500);
}
.text-center.py-5 h5, .text-center.py-5 .h5 {
  color: #6c757d;
  color: var(--bs-secondary);
  font-weight: 600;
}
.text-center.py-5 .btn, .text-center.py-5 .theme-btn, .text-center.py-5 .theme-btn-primary, .text-center.py-5 .theme-btn-secondary, .text-center.py-5 .theme-btn-success, .text-center.py-5 .theme-btn-danger, .text-center.py-5 .theme-btn-warning, .text-center.py-5 .theme-btn-info, .text-center.py-5 .theme-btn-light, .text-center.py-5 .theme-btn-dark, .text-center.py-5 .theme-btn-outline-primary, .text-center.py-5 .theme-btn-outline-secondary, .text-center.py-5 .theme-btn-outline-success, .text-center.py-5 .theme-btn-outline-danger, .text-center.py-5 .theme-btn-outline-warning, .text-center.py-5 .theme-btn-outline-info, .text-center.py-5 .theme-btn-outline-light, .text-center.py-5 .theme-btn-outline-dark {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.text-center.py-5 .btn:hover, .text-center.py-5 .theme-btn:hover, .text-center.py-5 .theme-btn-primary:hover, .text-center.py-5 .theme-btn-secondary:hover, .text-center.py-5 .theme-btn-success:hover, .text-center.py-5 .theme-btn-danger:hover, .text-center.py-5 .theme-btn-warning:hover, .text-center.py-5 .theme-btn-info:hover, .text-center.py-5 .theme-btn-light:hover, .text-center.py-5 .theme-btn-dark:hover, .text-center.py-5 .theme-btn-outline-primary:hover, .text-center.py-5 .theme-btn-outline-secondary:hover, .text-center.py-5 .theme-btn-outline-success:hover, .text-center.py-5 .theme-btn-outline-danger:hover, .text-center.py-5 .theme-btn-outline-warning:hover, .text-center.py-5 .theme-btn-outline-info:hover, .text-center.py-5 .theme-btn-outline-light:hover, .text-center.py-5 .theme-btn-outline-dark:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.bid-providers-list .card, .bid-providers-list .theme-card {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 0.375rem;
}
.bid-providers-list .card:hover, .bid-providers-list .theme-card:hover {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .card-body .row, .theme-card-body .row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .card-body .row .col-6, .theme-card-body .row .col-6 {
    width: 100%;
    max-width: 100%;
  }
  .map-container {
    height: 400px;
    margin-bottom: 1rem;
  }
  .btn-group {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .btn-group .btn, .btn-group .theme-btn, .btn-group .theme-btn-primary, .btn-group .theme-btn-secondary, .btn-group .theme-btn-success, .btn-group .theme-btn-danger, .btn-group .theme-btn-warning, .btn-group .theme-btn-info, .btn-group .theme-btn-light, .btn-group .theme-btn-dark, .btn-group .theme-btn-outline-primary, .btn-group .theme-btn-outline-secondary, .btn-group .theme-btn-outline-success, .btn-group .theme-btn-outline-danger, .btn-group .theme-btn-outline-warning, .btn-group .theme-btn-outline-info, .btn-group .theme-btn-outline-light, .btn-group .theme-btn-outline-dark {
    -ms-flex: 1 1;
        flex: 1 1;
    font-size: 0.875rem;
    padding: 0.375rem 0.5rem;
  }
  .form-check, .theme-form-check {
    display: block !important;
    margin-bottom: 0.5rem;
  }
  .card-header, .theme-card-header {
    padding: 0.75rem;
  }
  .card-header .row.mb-2, .theme-card-header .row.mb-2 {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .card-body .row .col-6:first-child, .theme-card-body .row .col-6:first-child {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .card-body .row .col-6:last-child, .theme-card-body .row .col-6:last-child {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .card-body .row .col-6:first-child, .theme-card-body .row .col-6:first-child {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .card-body .row .col-6:last-child, .theme-card-body .row .col-6:last-child {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (hover: none) and (pointer: coarse) {
  .btn, .theme-btn, .theme-btn-primary, .theme-btn-secondary, .theme-btn-success, .theme-btn-danger, .theme-btn-warning, .theme-btn-info, .theme-btn-light, .theme-btn-dark, .theme-btn-outline-primary, .theme-btn-outline-secondary, .theme-btn-outline-success, .theme-btn-outline-danger, .theme-btn-outline-warning, .theme-btn-outline-info, .theme-btn-outline-light, .theme-btn-outline-dark {
    min-height: 44px;
    padding: 0.5rem 1rem;
  }
  .form-check-input, .theme-form-check-input {
    width: 1.5rem;
    height: 1.5rem;
  }
  .form-check-label {
    padding-left: 0.5rem;
  }
}
@media print {
  .btn-group,
  .form-check,
  .theme-form-check,
  .nav-tabs,
  .theme-nav-tabs,
  #map-provider-filter-banner {
    display: none !important;
  }
  .map-container {
    height: 500px;
    page-break-inside: avoid;
  }
  .card-body .row .col-6:last-child, .theme-card-body .row .col-6:last-child {
    display: none;
  }
  .card-body .row .col-6:first-child, .theme-card-body .row .col-6:first-child {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
.btn.loading, .loading.theme-btn, .loading.theme-btn-primary, .loading.theme-btn-secondary, .loading.theme-btn-success, .loading.theme-btn-danger, .loading.theme-btn-warning, .loading.theme-btn-info, .loading.theme-btn-light, .loading.theme-btn-dark, .loading.theme-btn-outline-primary, .loading.theme-btn-outline-secondary, .loading.theme-btn-outline-success, .loading.theme-btn-outline-danger, .loading.theme-btn-outline-warning, .loading.theme-btn-outline-info, .loading.theme-btn-outline-light, .loading.theme-btn-outline-dark {
  position: relative;
  color: transparent !important;
}
.btn.loading::after, .loading.theme-btn::after, .loading.theme-btn-primary::after, .loading.theme-btn-secondary::after, .loading.theme-btn-success::after, .loading.theme-btn-danger::after, .loading.theme-btn-warning::after, .loading.theme-btn-info::after, .loading.theme-btn-light::after, .loading.theme-btn-dark::after, .loading.theme-btn-outline-primary::after, .loading.theme-btn-outline-secondary::after, .loading.theme-btn-outline-success::after, .loading.theme-btn-outline-danger::after, .loading.theme-btn-outline-warning::after, .loading.theme-btn-outline-info::after, .loading.theme-btn-outline-light::after, .loading.theme-btn-outline-dark::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid currentColor;
  border-radius: 50%;
  border-top-color: transparent;
  -webkit-animation: spin 0.6s linear infinite;
          animation: spin 0.6s linear infinite;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.btn:focus-visible, .theme-btn:focus-visible, .theme-btn-primary:focus-visible, .theme-btn-secondary:focus-visible, .theme-btn-success:focus-visible, .theme-btn-danger:focus-visible, .theme-btn-warning:focus-visible, .theme-btn-info:focus-visible, .theme-btn-light:focus-visible, .theme-btn-dark:focus-visible, .theme-btn-outline-primary:focus-visible, .theme-btn-outline-secondary:focus-visible, .theme-btn-outline-success:focus-visible, .theme-btn-outline-danger:focus-visible, .theme-btn-outline-warning:focus-visible, .theme-btn-outline-info:focus-visible, .theme-btn-outline-light:focus-visible, .theme-btn-outline-dark:focus-visible,
.form-check-input:focus-visible,
.theme-form-check-input:focus-visible {
  outline: 2px solid #0d6efd;
  outline: 2px solid var(--bs-primary);
  outline-offset: 2px;
}
.nav-link:focus-visible, .theme-nav-link:focus-visible {
  outline: 2px solid #0d6efd;
  outline: 2px solid var(--bs-primary);
  outline-offset: -2px;
}
.enhanced-popup {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  min-width: 280px;
  max-width: 320px;
}
.popup-header {
  padding: 12px;
  border-radius: 0.375rem 0.375rem 0 0;
  border-radius: var(--bs-border-radius, 8px) var(--bs-border-radius, 8px) 0 0;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.popup-header.status-active {
  background: linear-gradient(135deg, #198754, #20c997);
  background: linear-gradient(135deg, var(--bs-success, #28a745), #20c997);
}
.popup-header.status-orders {
  background: linear-gradient(135deg, #0d6efd, #6610f2);
  background: linear-gradient(135deg, var(--bs-primary, #007bff), #6610f2);
}
.popup-header.status-bids {
  background: linear-gradient(135deg, #0dcaf0, #6f42c1);
  background: linear-gradient(135deg, var(--bs-info, #17a2b8), #6f42c1);
}
.popup-header.status-nobids {
  background: linear-gradient(135deg, #6c757d, #5f6368);
  background: linear-gradient(135deg, var(--bs-secondary, #6c757d), var(--gray-700, #495057));
}
.popup-status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}
.status-text {
  font-weight: 600;
  font-size: 14px;
}
.popup-distance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  font-size: 12px;
  opacity: 0.9;
}
.popup-content {
  padding: 16px;
  background: #fff;
  background: var(--bs-card-bg, var(--bs-body-bg, #ffffff));
  color: #212529;
  color: var(--bs-body-color, #212529);
}
.popup-address {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color, #e9ecef);
}
.popup-address i {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color, #6c757d);
  margin-top: 2px;
}
.address-info {
  -ms-flex: 1 1;
      flex: 1 1;
}
.address-main {
  font-weight: 600;
  color: #000;
  color: var(--bs-emphasis-color, var(--bs-body-color, #212529));
  font-size: 14px;
  line-height: 1.3;
}
.address-details {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color, #6c757d);
  font-size: 12px;
  margin-top: 2px;
}
.popup-stats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.stat-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  font-size: 13px;
}
.stat-item i {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color, #6c757d);
  width: 16px;
}
.stat-label {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color, #6c757d);
}
.stat-value {
  font-weight: 600;
  color: #000;
  color: var(--bs-emphasis-color, var(--bs-body-color, #212529));
}
.stat-active {
  color: #198754;
  color: var(--bs-success, #28a745);
  font-size: 11px;
}
.popup-actions {
  padding: 12px;
  background: #e9ecef;
  background: var(--bs-secondary-bg, #f8f9fa);
  border-radius: 0 0 0.375rem 0.375rem;
  border-radius: 0 0 var(--bs-border-radius, 8px) var(--bs-border-radius, 8px);
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.popup-actions .btn, .popup-actions .theme-btn, .popup-actions .theme-btn-primary, .popup-actions .theme-btn-secondary, .popup-actions .theme-btn-success, .popup-actions .theme-btn-danger, .popup-actions .theme-btn-warning, .popup-actions .theme-btn-info, .popup-actions .theme-btn-light, .popup-actions .theme-btn-dark, .popup-actions .theme-btn-outline-primary, .popup-actions .theme-btn-outline-secondary, .popup-actions .theme-btn-outline-success, .popup-actions .theme-btn-outline-danger, .popup-actions .theme-btn-outline-warning, .popup-actions .theme-btn-outline-info, .popup-actions .theme-btn-outline-light, .popup-actions .theme-btn-outline-dark {
  -ms-flex: 1 1;
      flex: 1 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 6px;
  text-decoration: none;
  border-bottom: none;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition: var(--transition-fast, 0.15s ease-in-out);
  transition: var(--transition-fast, 0.15s ease-in-out);
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.25rem 0.5rem;
  padding: var(--spacing-xs, 0.25rem) var(--spacing-sm, 0.5rem);
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-radius: var(--border-radius-sm, 0.25rem);
}
.popup-actions .btn:hover, .popup-actions .theme-btn:hover, .popup-actions .theme-btn-primary:hover, .popup-actions .theme-btn-secondary:hover, .popup-actions .theme-btn-success:hover, .popup-actions .theme-btn-danger:hover, .popup-actions .theme-btn-warning:hover, .popup-actions .theme-btn-info:hover, .popup-actions .theme-btn-light:hover, .popup-actions .theme-btn-dark:hover, .popup-actions .theme-btn-outline-primary:hover, .popup-actions .theme-btn-outline-secondary:hover, .popup-actions .theme-btn-outline-success:hover, .popup-actions .theme-btn-outline-danger:hover, .popup-actions .theme-btn-outline-warning:hover, .popup-actions .theme-btn-outline-info:hover, .popup-actions .theme-btn-outline-light:hover, .popup-actions .theme-btn-outline-dark:hover, .popup-actions .btn:focus, .popup-actions .theme-btn:focus, .popup-actions .theme-btn-primary:focus, .popup-actions .theme-btn-secondary:focus, .popup-actions .theme-btn-success:focus, .popup-actions .theme-btn-danger:focus, .popup-actions .theme-btn-warning:focus, .popup-actions .theme-btn-info:focus, .popup-actions .theme-btn-light:focus, .popup-actions .theme-btn-dark:focus, .popup-actions .theme-btn-outline-primary:focus, .popup-actions .theme-btn-outline-secondary:focus, .popup-actions .theme-btn-outline-success:focus, .popup-actions .theme-btn-outline-danger:focus, .popup-actions .theme-btn-outline-warning:focus, .popup-actions .theme-btn-outline-info:focus, .popup-actions .theme-btn-outline-light:focus, .popup-actions .theme-btn-outline-dark:focus, .popup-actions .btn:active, .popup-actions .theme-btn:active, .popup-actions .theme-btn-primary:active, .popup-actions .theme-btn-secondary:active, .popup-actions .theme-btn-success:active, .popup-actions .theme-btn-danger:active, .popup-actions .theme-btn-warning:active, .popup-actions .theme-btn-info:active, .popup-actions .theme-btn-light:active, .popup-actions .theme-btn-dark:active, .popup-actions .theme-btn-outline-primary:active, .popup-actions .theme-btn-outline-secondary:active, .popup-actions .theme-btn-outline-success:active, .popup-actions .theme-btn-outline-danger:active, .popup-actions .theme-btn-outline-warning:active, .popup-actions .theme-btn-outline-info:active, .popup-actions .theme-btn-outline-light:active, .popup-actions .theme-btn-outline-dark:active {
  text-decoration: none;
  border-bottom: none;
}
.popup-actions .btn:focus, .popup-actions .theme-btn:focus, .popup-actions .theme-btn-primary:focus, .popup-actions .theme-btn-secondary:focus, .popup-actions .theme-btn-success:focus, .popup-actions .theme-btn-danger:focus, .popup-actions .theme-btn-warning:focus, .popup-actions .theme-btn-info:focus, .popup-actions .theme-btn-light:focus, .popup-actions .theme-btn-dark:focus, .popup-actions .theme-btn-outline-primary:focus, .popup-actions .theme-btn-outline-secondary:focus, .popup-actions .theme-btn-outline-success:focus, .popup-actions .theme-btn-outline-danger:focus, .popup-actions .theme-btn-outline-warning:focus, .popup-actions .theme-btn-outline-info:focus, .popup-actions .theme-btn-outline-light:focus, .popup-actions .theme-btn-outline-dark:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.popup-actions .btn.btn-primary, .popup-actions .btn-primary.theme-btn, .popup-actions .btn-primary.theme-btn-secondary, .popup-actions .btn-primary.theme-btn-success, .popup-actions .btn-primary.theme-btn-danger, .popup-actions .btn-primary.theme-btn-warning, .popup-actions .btn-primary.theme-btn-info, .popup-actions .btn-primary.theme-btn-light, .popup-actions .btn-primary.theme-btn-dark, .popup-actions .btn-primary.theme-btn-outline-primary, .popup-actions .btn-primary.theme-btn-outline-secondary, .popup-actions .btn-primary.theme-btn-outline-success, .popup-actions .btn-primary.theme-btn-outline-danger, .popup-actions .btn-primary.theme-btn-outline-warning, .popup-actions .btn-primary.theme-btn-outline-info, .popup-actions .btn-primary.theme-btn-outline-light, .popup-actions .btn-primary.theme-btn-outline-dark, .popup-actions .theme-btn-primary {
  color: #ffffff;
  background-color: #0d6efd;
  background-color: var(--primary, #0d6efd);
  border-color: #0d6efd;
  border-color: var(--primary, #0d6efd);
}
.popup-actions .btn.btn-primary:hover, .popup-actions .btn-primary.theme-btn:hover, .popup-actions .btn-primary.theme-btn-secondary:hover, .popup-actions .btn-primary.theme-btn-success:hover, .popup-actions .btn-primary.theme-btn-danger:hover, .popup-actions .btn-primary.theme-btn-warning:hover, .popup-actions .btn-primary.theme-btn-info:hover, .popup-actions .btn-primary.theme-btn-light:hover, .popup-actions .btn-primary.theme-btn-dark:hover, .popup-actions .btn-primary.theme-btn-outline-primary:hover, .popup-actions .btn-primary.theme-btn-outline-secondary:hover, .popup-actions .btn-primary.theme-btn-outline-success:hover, .popup-actions .btn-primary.theme-btn-outline-danger:hover, .popup-actions .btn-primary.theme-btn-outline-warning:hover, .popup-actions .btn-primary.theme-btn-outline-info:hover, .popup-actions .btn-primary.theme-btn-outline-light:hover, .popup-actions .btn-primary.theme-btn-outline-dark:hover, .popup-actions .theme-btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
  color: #ffffff;
}
.popup-actions .btn.btn-secondary, .popup-actions .btn-secondary.theme-btn, .popup-actions .btn-secondary.theme-btn-primary, .popup-actions .btn-secondary.theme-btn-success, .popup-actions .btn-secondary.theme-btn-danger, .popup-actions .btn-secondary.theme-btn-warning, .popup-actions .btn-secondary.theme-btn-info, .popup-actions .btn-secondary.theme-btn-light, .popup-actions .btn-secondary.theme-btn-dark, .popup-actions .btn-secondary.theme-btn-outline-primary, .popup-actions .btn-secondary.theme-btn-outline-secondary, .popup-actions .btn-secondary.theme-btn-outline-success, .popup-actions .btn-secondary.theme-btn-outline-danger, .popup-actions .btn-secondary.theme-btn-outline-warning, .popup-actions .btn-secondary.theme-btn-outline-info, .popup-actions .btn-secondary.theme-btn-outline-light, .popup-actions .btn-secondary.theme-btn-outline-dark, .popup-actions .theme-btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  background-color: var(--secondary, #6c757d);
  border-color: #6c757d;
  border-color: var(--secondary, #6c757d);
}
.popup-actions .btn.btn-secondary:hover, .popup-actions .btn-secondary.theme-btn:hover, .popup-actions .btn-secondary.theme-btn-primary:hover, .popup-actions .btn-secondary.theme-btn-success:hover, .popup-actions .btn-secondary.theme-btn-danger:hover, .popup-actions .btn-secondary.theme-btn-warning:hover, .popup-actions .btn-secondary.theme-btn-info:hover, .popup-actions .btn-secondary.theme-btn-light:hover, .popup-actions .btn-secondary.theme-btn-dark:hover, .popup-actions .btn-secondary.theme-btn-outline-primary:hover, .popup-actions .btn-secondary.theme-btn-outline-secondary:hover, .popup-actions .btn-secondary.theme-btn-outline-success:hover, .popup-actions .btn-secondary.theme-btn-outline-danger:hover, .popup-actions .btn-secondary.theme-btn-outline-warning:hover, .popup-actions .btn-secondary.theme-btn-outline-info:hover, .popup-actions .btn-secondary.theme-btn-outline-light:hover, .popup-actions .btn-secondary.theme-btn-outline-dark:hover, .popup-actions .theme-btn-secondary:hover {
  background-color: #5c636a;
  border-color: #565e64;
  color: #ffffff;
}
.popup-actions .btn.btn-sm, .popup-actions .btn-sm.theme-btn, .popup-actions .btn-sm.theme-btn-primary, .popup-actions .btn-sm.theme-btn-secondary, .popup-actions .btn-sm.theme-btn-success, .popup-actions .btn-sm.theme-btn-danger, .popup-actions .btn-sm.theme-btn-warning, .popup-actions .btn-sm.theme-btn-info, .popup-actions .btn-sm.theme-btn-light, .popup-actions .btn-sm.theme-btn-dark, .popup-actions .btn-sm.theme-btn-outline-primary, .popup-actions .btn-sm.theme-btn-outline-secondary, .popup-actions .btn-sm.theme-btn-outline-success, .popup-actions .btn-sm.theme-btn-outline-danger, .popup-actions .btn-sm.theme-btn-outline-warning, .popup-actions .btn-sm.theme-btn-outline-info, .popup-actions .btn-sm.theme-btn-outline-light, .popup-actions .btn-sm.theme-btn-outline-dark, .popup-actions .btn-group-sm > .btn, .popup-actions .btn-group-sm > .theme-btn.btn, .popup-actions .btn-group-sm > .theme-btn-primary.btn, .popup-actions .btn-group-sm > .theme-btn-secondary.btn, .popup-actions .btn-group-sm > .theme-btn-success.btn, .popup-actions .btn-group-sm > .theme-btn-danger.btn, .popup-actions .btn-group-sm > .theme-btn-warning.btn, .popup-actions .btn-group-sm > .theme-btn-info.btn, .popup-actions .btn-group-sm > .theme-btn-light.btn, .popup-actions .btn-group-sm > .theme-btn-dark.btn, .popup-actions .btn-group-sm > .theme-btn-outline-primary.btn, .popup-actions .btn-group-sm > .theme-btn-outline-secondary.btn, .popup-actions .btn-group-sm > .theme-btn-outline-success.btn, .popup-actions .btn-group-sm > .theme-btn-outline-danger.btn, .popup-actions .btn-group-sm > .theme-btn-outline-warning.btn, .popup-actions .btn-group-sm > .theme-btn-outline-info.btn, .popup-actions .btn-group-sm > .theme-btn-outline-light.btn, .popup-actions .btn-group-sm > .theme-btn-outline-dark.btn, .popup-actions .btn-group-sm > .btn.theme-btn, .popup-actions .btn-group-sm > .theme-btn, .popup-actions .btn-group-sm > .theme-btn-primary.theme-btn, .popup-actions .btn-group-sm > .theme-btn-secondary.theme-btn, .popup-actions .btn-group-sm > .theme-btn-success.theme-btn, .popup-actions .btn-group-sm > .theme-btn-danger.theme-btn, .popup-actions .btn-group-sm > .theme-btn-warning.theme-btn, .popup-actions .btn-group-sm > .theme-btn-info.theme-btn, .popup-actions .btn-group-sm > .theme-btn-light.theme-btn, .popup-actions .btn-group-sm > .theme-btn-dark.theme-btn, .popup-actions .btn-group-sm > .theme-btn-outline-primary.theme-btn, .popup-actions .btn-group-sm > .theme-btn-outline-secondary.theme-btn, .popup-actions .btn-group-sm > .theme-btn-outline-success.theme-btn, .popup-actions .btn-group-sm > .theme-btn-outline-danger.theme-btn, .popup-actions .btn-group-sm > .theme-btn-outline-warning.theme-btn, .popup-actions .btn-group-sm > .theme-btn-outline-info.theme-btn, .popup-actions .btn-group-sm > .theme-btn-outline-light.theme-btn, .popup-actions .btn-group-sm > .theme-btn-outline-dark.theme-btn, .popup-actions .btn-group-sm > .btn.theme-btn-primary, .popup-actions .btn-group-sm > .theme-btn.theme-btn-primary, .popup-actions .btn-group-sm > .theme-btn-primary, .popup-actions .btn-group-sm > .theme-btn-secondary.theme-btn-primary, .popup-actions .btn-group-sm > .theme-btn-success.theme-btn-primary, .popup-actions .btn-group-sm > .theme-btn-danger.theme-btn-primary, .popup-actions .btn-group-sm > .theme-btn-warning.theme-btn-primary, .popup-actions .btn-group-sm > .theme-btn-info.theme-btn-primary, .popup-actions .btn-group-sm > .theme-btn-light.theme-btn-primary, .popup-actions .btn-group-sm > .theme-btn-dark.theme-btn-primary, .popup-actions .btn-group-sm > .theme-btn-outline-primary.theme-btn-primary, .popup-actions .btn-group-sm > .theme-btn-outline-secondary.theme-btn-primary, .popup-actions .btn-group-sm > .theme-btn-outline-success.theme-btn-primary, .popup-actions .btn-group-sm > .theme-btn-outline-danger.theme-btn-primary, .popup-actions .btn-group-sm > .theme-btn-outline-warning.theme-btn-primary, .popup-actions .btn-group-sm > .theme-btn-outline-info.theme-btn-primary, .popup-actions .btn-group-sm > .theme-btn-outline-light.theme-btn-primary, .popup-actions .btn-group-sm > .theme-btn-outline-dark.theme-btn-primary, .popup-actions .btn-group-sm > .btn.theme-btn-secondary, .popup-actions .btn-group-sm > .theme-btn.theme-btn-secondary, .popup-actions .btn-group-sm > .theme-btn-primary.theme-btn-secondary, .popup-actions .btn-group-sm > .theme-btn-secondary, .popup-actions .btn-group-sm > .theme-btn-success.theme-btn-secondary, .popup-actions .btn-group-sm > .theme-btn-danger.theme-btn-secondary, .popup-actions .btn-group-sm > .theme-btn-warning.theme-btn-secondary, .popup-actions .btn-group-sm > .theme-btn-info.theme-btn-secondary, .popup-actions .btn-group-sm > .theme-btn-light.theme-btn-secondary, .popup-actions .btn-group-sm > .theme-btn-dark.theme-btn-secondary, .popup-actions .btn-group-sm > .theme-btn-outline-primary.theme-btn-secondary, .popup-actions .btn-group-sm > .theme-btn-outline-secondary.theme-btn-secondary, .popup-actions .btn-group-sm > .theme-btn-outline-success.theme-btn-secondary, .popup-actions .btn-group-sm > .theme-btn-outline-danger.theme-btn-secondary, .popup-actions .btn-group-sm > .theme-btn-outline-warning.theme-btn-secondary, .popup-actions .btn-group-sm > .theme-btn-outline-info.theme-btn-secondary, .popup-actions .btn-group-sm > .theme-btn-outline-light.theme-btn-secondary, .popup-actions .btn-group-sm > .theme-btn-outline-dark.theme-btn-secondary, .popup-actions .btn-group-sm > .btn.theme-btn-success, .popup-actions .btn-group-sm > .theme-btn.theme-btn-success, .popup-actions .btn-group-sm > .theme-btn-primary.theme-btn-success, .popup-actions .btn-group-sm > .theme-btn-secondary.theme-btn-success, .popup-actions .btn-group-sm > .theme-btn-success, .popup-actions .btn-group-sm > .theme-btn-danger.theme-btn-success, .popup-actions .btn-group-sm > .theme-btn-warning.theme-btn-success, .popup-actions .btn-group-sm > .theme-btn-info.theme-btn-success, .popup-actions .btn-group-sm > .theme-btn-light.theme-btn-success, .popup-actions .btn-group-sm > .theme-btn-dark.theme-btn-success, .popup-actions .btn-group-sm > .theme-btn-outline-primary.theme-btn-success, .popup-actions .btn-group-sm > .theme-btn-outline-secondary.theme-btn-success, .popup-actions .btn-group-sm > .theme-btn-outline-success.theme-btn-success, .popup-actions .btn-group-sm > .theme-btn-outline-danger.theme-btn-success, .popup-actions .btn-group-sm > .theme-btn-outline-warning.theme-btn-success, .popup-actions .btn-group-sm > .theme-btn-outline-info.theme-btn-success, .popup-actions .btn-group-sm > .theme-btn-outline-light.theme-btn-success, .popup-actions .btn-group-sm > .theme-btn-outline-dark.theme-btn-success, .popup-actions .btn-group-sm > .btn.theme-btn-danger, .popup-actions .btn-group-sm > .theme-btn.theme-btn-danger, .popup-actions .btn-group-sm > .theme-btn-primary.theme-btn-danger, .popup-actions .btn-group-sm > .theme-btn-secondary.theme-btn-danger, .popup-actions .btn-group-sm > .theme-btn-success.theme-btn-danger, .popup-actions .btn-group-sm > .theme-btn-danger, .popup-actions .btn-group-sm > .theme-btn-warning.theme-btn-danger, .popup-actions .btn-group-sm > .theme-btn-info.theme-btn-danger, .popup-actions .btn-group-sm > .theme-btn-light.theme-btn-danger, .popup-actions .btn-group-sm > .theme-btn-dark.theme-btn-danger, .popup-actions .btn-group-sm > .theme-btn-outline-primary.theme-btn-danger, .popup-actions .btn-group-sm > .theme-btn-outline-secondary.theme-btn-danger, .popup-actions .btn-group-sm > .theme-btn-outline-success.theme-btn-danger, .popup-actions .btn-group-sm > .theme-btn-outline-danger.theme-btn-danger, .popup-actions .btn-group-sm > .theme-btn-outline-warning.theme-btn-danger, .popup-actions .btn-group-sm > .theme-btn-outline-info.theme-btn-danger, .popup-actions .btn-group-sm > .theme-btn-outline-light.theme-btn-danger, .popup-actions .btn-group-sm > .theme-btn-outline-dark.theme-btn-danger, .popup-actions .btn-group-sm > .btn.theme-btn-warning, .popup-actions .btn-group-sm > .theme-btn.theme-btn-warning, .popup-actions .btn-group-sm > .theme-btn-primary.theme-btn-warning, .popup-actions .btn-group-sm > .theme-btn-secondary.theme-btn-warning, .popup-actions .btn-group-sm > .theme-btn-success.theme-btn-warning, .popup-actions .btn-group-sm > .theme-btn-danger.theme-btn-warning, .popup-actions .btn-group-sm > .theme-btn-warning, .popup-actions .btn-group-sm > .theme-btn-info.theme-btn-warning, .popup-actions .btn-group-sm > .theme-btn-light.theme-btn-warning, .popup-actions .btn-group-sm > .theme-btn-dark.theme-btn-warning, .popup-actions .btn-group-sm > .theme-btn-outline-primary.theme-btn-warning, .popup-actions .btn-group-sm > .theme-btn-outline-secondary.theme-btn-warning, .popup-actions .btn-group-sm > .theme-btn-outline-success.theme-btn-warning, .popup-actions .btn-group-sm > .theme-btn-outline-danger.theme-btn-warning, .popup-actions .btn-group-sm > .theme-btn-outline-warning.theme-btn-warning, .popup-actions .btn-group-sm > .theme-btn-outline-info.theme-btn-warning, .popup-actions .btn-group-sm > .theme-btn-outline-light.theme-btn-warning, .popup-actions .btn-group-sm > .theme-btn-outline-dark.theme-btn-warning, .popup-actions .btn-group-sm > .btn.theme-btn-info, .popup-actions .btn-group-sm > .theme-btn.theme-btn-info, .popup-actions .btn-group-sm > .theme-btn-primary.theme-btn-info, .popup-actions .btn-group-sm > .theme-btn-secondary.theme-btn-info, .popup-actions .btn-group-sm > .theme-btn-success.theme-btn-info, .popup-actions .btn-group-sm > .theme-btn-danger.theme-btn-info, .popup-actions .btn-group-sm > .theme-btn-warning.theme-btn-info, .popup-actions .btn-group-sm > .theme-btn-info, .popup-actions .btn-group-sm > .theme-btn-light.theme-btn-info, .popup-actions .btn-group-sm > .theme-btn-dark.theme-btn-info, .popup-actions .btn-group-sm > .theme-btn-outline-primary.theme-btn-info, .popup-actions .btn-group-sm > .theme-btn-outline-secondary.theme-btn-info, .popup-actions .btn-group-sm > .theme-btn-outline-success.theme-btn-info, .popup-actions .btn-group-sm > .theme-btn-outline-danger.theme-btn-info, .popup-actions .btn-group-sm > .theme-btn-outline-warning.theme-btn-info, .popup-actions .btn-group-sm > .theme-btn-outline-info.theme-btn-info, .popup-actions .btn-group-sm > .theme-btn-outline-light.theme-btn-info, .popup-actions .btn-group-sm > .theme-btn-outline-dark.theme-btn-info, .popup-actions .btn-group-sm > .btn.theme-btn-light, .popup-actions .btn-group-sm > .theme-btn.theme-btn-light, .popup-actions .btn-group-sm > .theme-btn-primary.theme-btn-light, .popup-actions .btn-group-sm > .theme-btn-secondary.theme-btn-light, .popup-actions .btn-group-sm > .theme-btn-success.theme-btn-light, .popup-actions .btn-group-sm > .theme-btn-danger.theme-btn-light, .popup-actions .btn-group-sm > .theme-btn-warning.theme-btn-light, .popup-actions .btn-group-sm > .theme-btn-info.theme-btn-light, .popup-actions .btn-group-sm > .theme-btn-light, .popup-actions .btn-group-sm > .theme-btn-dark.theme-btn-light, .popup-actions .btn-group-sm > .theme-btn-outline-primary.theme-btn-light, .popup-actions .btn-group-sm > .theme-btn-outline-secondary.theme-btn-light, .popup-actions .btn-group-sm > .theme-btn-outline-success.theme-btn-light, .popup-actions .btn-group-sm > .theme-btn-outline-danger.theme-btn-light, .popup-actions .btn-group-sm > .theme-btn-outline-warning.theme-btn-light, .popup-actions .btn-group-sm > .theme-btn-outline-info.theme-btn-light, .popup-actions .btn-group-sm > .theme-btn-outline-light.theme-btn-light, .popup-actions .btn-group-sm > .theme-btn-outline-dark.theme-btn-light, .popup-actions .btn-group-sm > .btn.theme-btn-dark, .popup-actions .btn-group-sm > .theme-btn.theme-btn-dark, .popup-actions .btn-group-sm > .theme-btn-primary.theme-btn-dark, .popup-actions .btn-group-sm > .theme-btn-secondary.theme-btn-dark, .popup-actions .btn-group-sm > .theme-btn-success.theme-btn-dark, .popup-actions .btn-group-sm > .theme-btn-danger.theme-btn-dark, .popup-actions .btn-group-sm > .theme-btn-warning.theme-btn-dark, .popup-actions .btn-group-sm > .theme-btn-info.theme-btn-dark, .popup-actions .btn-group-sm > .theme-btn-light.theme-btn-dark, .popup-actions .btn-group-sm > .theme-btn-dark, .popup-actions .btn-group-sm > .theme-btn-outline-primary.theme-btn-dark, .popup-actions .btn-group-sm > .theme-btn-outline-secondary.theme-btn-dark, .popup-actions .btn-group-sm > .theme-btn-outline-success.theme-btn-dark, .popup-actions .btn-group-sm > .theme-btn-outline-danger.theme-btn-dark, .popup-actions .btn-group-sm > .theme-btn-outline-warning.theme-btn-dark, .popup-actions .btn-group-sm > .theme-btn-outline-info.theme-btn-dark, .popup-actions .btn-group-sm > .theme-btn-outline-light.theme-btn-dark, .popup-actions .btn-group-sm > .theme-btn-outline-dark.theme-btn-dark, .popup-actions .btn-group-sm > .btn.theme-btn-outline-primary, .popup-actions .btn-group-sm > .theme-btn.theme-btn-outline-primary, .popup-actions .btn-group-sm > .theme-btn-primary.theme-btn-outline-primary, .popup-actions .btn-group-sm > .theme-btn-secondary.theme-btn-outline-primary, .popup-actions .btn-group-sm > .theme-btn-success.theme-btn-outline-primary, .popup-actions .btn-group-sm > .theme-btn-danger.theme-btn-outline-primary, .popup-actions .btn-group-sm > .theme-btn-warning.theme-btn-outline-primary, .popup-actions .btn-group-sm > .theme-btn-info.theme-btn-outline-primary, .popup-actions .btn-group-sm > .theme-btn-light.theme-btn-outline-primary, .popup-actions .btn-group-sm > .theme-btn-dark.theme-btn-outline-primary, .popup-actions .btn-group-sm > .theme-btn-outline-primary, .popup-actions .btn-group-sm > .theme-btn-outline-secondary.theme-btn-outline-primary, .popup-actions .btn-group-sm > .theme-btn-outline-success.theme-btn-outline-primary, .popup-actions .btn-group-sm > .theme-btn-outline-danger.theme-btn-outline-primary, .popup-actions .btn-group-sm > .theme-btn-outline-warning.theme-btn-outline-primary, .popup-actions .btn-group-sm > .theme-btn-outline-info.theme-btn-outline-primary, .popup-actions .btn-group-sm > .theme-btn-outline-light.theme-btn-outline-primary, .popup-actions .btn-group-sm > .theme-btn-outline-dark.theme-btn-outline-primary, .popup-actions .btn-group-sm > .btn.theme-btn-outline-secondary, .popup-actions .btn-group-sm > .theme-btn.theme-btn-outline-secondary, .popup-actions .btn-group-sm > .theme-btn-primary.theme-btn-outline-secondary, .popup-actions .btn-group-sm > .theme-btn-secondary.theme-btn-outline-secondary, .popup-actions .btn-group-sm > .theme-btn-success.theme-btn-outline-secondary, .popup-actions .btn-group-sm > .theme-btn-danger.theme-btn-outline-secondary, .popup-actions .btn-group-sm > .theme-btn-warning.theme-btn-outline-secondary, .popup-actions .btn-group-sm > .theme-btn-info.theme-btn-outline-secondary, .popup-actions .btn-group-sm > .theme-btn-light.theme-btn-outline-secondary, .popup-actions .btn-group-sm > .theme-btn-dark.theme-btn-outline-secondary, .popup-actions .btn-group-sm > .theme-btn-outline-primary.theme-btn-outline-secondary, .popup-actions .btn-group-sm > .theme-btn-outline-secondary, .popup-actions .btn-group-sm > .theme-btn-outline-success.theme-btn-outline-secondary, .popup-actions .btn-group-sm > .theme-btn-outline-danger.theme-btn-outline-secondary, .popup-actions .btn-group-sm > .theme-btn-outline-warning.theme-btn-outline-secondary, .popup-actions .btn-group-sm > .theme-btn-outline-info.theme-btn-outline-secondary, .popup-actions .btn-group-sm > .theme-btn-outline-light.theme-btn-outline-secondary, .popup-actions .btn-group-sm > .theme-btn-outline-dark.theme-btn-outline-secondary, .popup-actions .btn-group-sm > .btn.theme-btn-outline-success, .popup-actions .btn-group-sm > .theme-btn.theme-btn-outline-success, .popup-actions .btn-group-sm > .theme-btn-primary.theme-btn-outline-success, .popup-actions .btn-group-sm > .theme-btn-secondary.theme-btn-outline-success, .popup-actions .btn-group-sm > .theme-btn-success.theme-btn-outline-success, .popup-actions .btn-group-sm > .theme-btn-danger.theme-btn-outline-success, .popup-actions .btn-group-sm > .theme-btn-warning.theme-btn-outline-success, .popup-actions .btn-group-sm > .theme-btn-info.theme-btn-outline-success, .popup-actions .btn-group-sm > .theme-btn-light.theme-btn-outline-success, .popup-actions .btn-group-sm > .theme-btn-dark.theme-btn-outline-success, .popup-actions .btn-group-sm > .theme-btn-outline-primary.theme-btn-outline-success, .popup-actions .btn-group-sm > .theme-btn-outline-secondary.theme-btn-outline-success, .popup-actions .btn-group-sm > .theme-btn-outline-success, .popup-actions .btn-group-sm > .theme-btn-outline-danger.theme-btn-outline-success, .popup-actions .btn-group-sm > .theme-btn-outline-warning.theme-btn-outline-success, .popup-actions .btn-group-sm > .theme-btn-outline-info.theme-btn-outline-success, .popup-actions .btn-group-sm > .theme-btn-outline-light.theme-btn-outline-success, .popup-actions .btn-group-sm > .theme-btn-outline-dark.theme-btn-outline-success, .popup-actions .btn-group-sm > .btn.theme-btn-outline-danger, .popup-actions .btn-group-sm > .theme-btn.theme-btn-outline-danger, .popup-actions .btn-group-sm > .theme-btn-primary.theme-btn-outline-danger, .popup-actions .btn-group-sm > .theme-btn-secondary.theme-btn-outline-danger, .popup-actions .btn-group-sm > .theme-btn-success.theme-btn-outline-danger, .popup-actions .btn-group-sm > .theme-btn-danger.theme-btn-outline-danger, .popup-actions .btn-group-sm > .theme-btn-warning.theme-btn-outline-danger, .popup-actions .btn-group-sm > .theme-btn-info.theme-btn-outline-danger, .popup-actions .btn-group-sm > .theme-btn-light.theme-btn-outline-danger, .popup-actions .btn-group-sm > .theme-btn-dark.theme-btn-outline-danger, .popup-actions .btn-group-sm > .theme-btn-outline-primary.theme-btn-outline-danger, .popup-actions .btn-group-sm > .theme-btn-outline-secondary.theme-btn-outline-danger, .popup-actions .btn-group-sm > .theme-btn-outline-success.theme-btn-outline-danger, .popup-actions .btn-group-sm > .theme-btn-outline-danger, .popup-actions .btn-group-sm > .theme-btn-outline-warning.theme-btn-outline-danger, .popup-actions .btn-group-sm > .theme-btn-outline-info.theme-btn-outline-danger, .popup-actions .btn-group-sm > .theme-btn-outline-light.theme-btn-outline-danger, .popup-actions .btn-group-sm > .theme-btn-outline-dark.theme-btn-outline-danger, .popup-actions .btn-group-sm > .btn.theme-btn-outline-warning, .popup-actions .btn-group-sm > .theme-btn.theme-btn-outline-warning, .popup-actions .btn-group-sm > .theme-btn-primary.theme-btn-outline-warning, .popup-actions .btn-group-sm > .theme-btn-secondary.theme-btn-outline-warning, .popup-actions .btn-group-sm > .theme-btn-success.theme-btn-outline-warning, .popup-actions .btn-group-sm > .theme-btn-danger.theme-btn-outline-warning, .popup-actions .btn-group-sm > .theme-btn-warning.theme-btn-outline-warning, .popup-actions .btn-group-sm > .theme-btn-info.theme-btn-outline-warning, .popup-actions .btn-group-sm > .theme-btn-light.theme-btn-outline-warning, .popup-actions .btn-group-sm > .theme-btn-dark.theme-btn-outline-warning, .popup-actions .btn-group-sm > .theme-btn-outline-primary.theme-btn-outline-warning, .popup-actions .btn-group-sm > .theme-btn-outline-secondary.theme-btn-outline-warning, .popup-actions .btn-group-sm > .theme-btn-outline-success.theme-btn-outline-warning, .popup-actions .btn-group-sm > .theme-btn-outline-danger.theme-btn-outline-warning, .popup-actions .btn-group-sm > .theme-btn-outline-warning, .popup-actions .btn-group-sm > .theme-btn-outline-info.theme-btn-outline-warning, .popup-actions .btn-group-sm > .theme-btn-outline-light.theme-btn-outline-warning, .popup-actions .btn-group-sm > .theme-btn-outline-dark.theme-btn-outline-warning, .popup-actions .btn-group-sm > .btn.theme-btn-outline-info, .popup-actions .btn-group-sm > .theme-btn.theme-btn-outline-info, .popup-actions .btn-group-sm > .theme-btn-primary.theme-btn-outline-info, .popup-actions .btn-group-sm > .theme-btn-secondary.theme-btn-outline-info, .popup-actions .btn-group-sm > .theme-btn-success.theme-btn-outline-info, .popup-actions .btn-group-sm > .theme-btn-danger.theme-btn-outline-info, .popup-actions .btn-group-sm > .theme-btn-warning.theme-btn-outline-info, .popup-actions .btn-group-sm > .theme-btn-info.theme-btn-outline-info, .popup-actions .btn-group-sm > .theme-btn-light.theme-btn-outline-info, .popup-actions .btn-group-sm > .theme-btn-dark.theme-btn-outline-info, .popup-actions .btn-group-sm > .theme-btn-outline-primary.theme-btn-outline-info, .popup-actions .btn-group-sm > .theme-btn-outline-secondary.theme-btn-outline-info, .popup-actions .btn-group-sm > .theme-btn-outline-success.theme-btn-outline-info, .popup-actions .btn-group-sm > .theme-btn-outline-danger.theme-btn-outline-info, .popup-actions .btn-group-sm > .theme-btn-outline-warning.theme-btn-outline-info, .popup-actions .btn-group-sm > .theme-btn-outline-info, .popup-actions .btn-group-sm > .theme-btn-outline-light.theme-btn-outline-info, .popup-actions .btn-group-sm > .theme-btn-outline-dark.theme-btn-outline-info, .popup-actions .btn-group-sm > .btn.theme-btn-outline-light, .popup-actions .btn-group-sm > .theme-btn.theme-btn-outline-light, .popup-actions .btn-group-sm > .theme-btn-primary.theme-btn-outline-light, .popup-actions .btn-group-sm > .theme-btn-secondary.theme-btn-outline-light, .popup-actions .btn-group-sm > .theme-btn-success.theme-btn-outline-light, .popup-actions .btn-group-sm > .theme-btn-danger.theme-btn-outline-light, .popup-actions .btn-group-sm > .theme-btn-warning.theme-btn-outline-light, .popup-actions .btn-group-sm > .theme-btn-info.theme-btn-outline-light, .popup-actions .btn-group-sm > .theme-btn-light.theme-btn-outline-light, .popup-actions .btn-group-sm > .theme-btn-dark.theme-btn-outline-light, .popup-actions .btn-group-sm > .theme-btn-outline-primary.theme-btn-outline-light, .popup-actions .btn-group-sm > .theme-btn-outline-secondary.theme-btn-outline-light, .popup-actions .btn-group-sm > .theme-btn-outline-success.theme-btn-outline-light, .popup-actions .btn-group-sm > .theme-btn-outline-danger.theme-btn-outline-light, .popup-actions .btn-group-sm > .theme-btn-outline-warning.theme-btn-outline-light, .popup-actions .btn-group-sm > .theme-btn-outline-info.theme-btn-outline-light, .popup-actions .btn-group-sm > .theme-btn-outline-light, .popup-actions .btn-group-sm > .theme-btn-outline-dark.theme-btn-outline-light, .popup-actions .btn-group-sm > .btn.theme-btn-outline-dark, .popup-actions .btn-group-sm > .theme-btn.theme-btn-outline-dark, .popup-actions .btn-group-sm > .theme-btn-primary.theme-btn-outline-dark, .popup-actions .btn-group-sm > .theme-btn-secondary.theme-btn-outline-dark, .popup-actions .btn-group-sm > .theme-btn-success.theme-btn-outline-dark, .popup-actions .btn-group-sm > .theme-btn-danger.theme-btn-outline-dark, .popup-actions .btn-group-sm > .theme-btn-warning.theme-btn-outline-dark, .popup-actions .btn-group-sm > .theme-btn-info.theme-btn-outline-dark, .popup-actions .btn-group-sm > .theme-btn-light.theme-btn-outline-dark, .popup-actions .btn-group-sm > .theme-btn-dark.theme-btn-outline-dark, .popup-actions .btn-group-sm > .theme-btn-outline-primary.theme-btn-outline-dark, .popup-actions .btn-group-sm > .theme-btn-outline-secondary.theme-btn-outline-dark, .popup-actions .btn-group-sm > .theme-btn-outline-success.theme-btn-outline-dark, .popup-actions .btn-group-sm > .theme-btn-outline-danger.theme-btn-outline-dark, .popup-actions .btn-group-sm > .theme-btn-outline-warning.theme-btn-outline-dark, .popup-actions .btn-group-sm > .theme-btn-outline-info.theme-btn-outline-dark, .popup-actions .btn-group-sm > .theme-btn-outline-light.theme-btn-outline-dark, .popup-actions .btn-group-sm > .theme-btn-outline-dark {
  padding: 0.25rem 0.5rem;
  padding: var(--spacing-xs, 0.25rem) var(--spacing-sm, 0.5rem);
  font-size: 0.75rem;
  border-radius: 0.25rem;
  border-radius: var(--border-radius-sm, 0.25rem);
}
.leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius, 8px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: #fff;
  background: var(--bs-card-bg, var(--bs-body-bg, #ffffff));
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color, rgba(0, 0, 0, 0.175));
}
.leaflet-popup-content {
  margin: 0;
}
.leaflet-popup-tip {
  background: #fff;
  background: var(--bs-card-bg, var(--bs-body-bg, #ffffff));
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color, rgba(0, 0, 0, 0.175));
  border-top: none;
  border-right: none;
}
.hover-popup .leaflet-popup-content-wrapper {
  -webkit-animation: popupFadeIn 0.2s ease-out;
          animation: popupFadeIn 0.2s ease-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all var(--transition-normal, 0.2s ease);
  transition: all var(--transition-normal, 0.2s ease);
}
.hover-popup .leaflet-popup-content-wrapper:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
[data-bs-theme=dark] .hover-popup .leaflet-popup-content-wrapper:hover {
  -webkit-box-shadow: 0 6px 16px rgba(255, 255, 255, 0.1);
          box-shadow: 0 6px 16px rgba(255, 255, 255, 0.1);
}
.leaflet-popup-close-button {
  color: #212529;
  color: var(--bs-body-color, #000);
  opacity: 0.7;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity var(--transition-fast, 0.15s ease);
  transition: opacity var(--transition-fast, 0.15s ease);
}
.leaflet-popup-close-button:hover {
  opacity: 1;
  color: #000;
  color: var(--bs-emphasis-color, var(--bs-body-color, #000));
}
@-webkit-keyframes popupFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-5px) scale(0.95);
            transform: translateY(-5px) scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes popupFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-5px) scale(0.95);
            transform: translateY(-5px) scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
.leaflet-control-zoom-level {
  background: rgba(255, 255, 255, 0.95);
  padding: 4px 8px;
  margin-bottom: 5px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-weight: 600;
  color: #333;
  min-width: 60px;
  text-align: center;
}
[data-bs-theme=dark] .leaflet-control-zoom-level {
  background: rgba(33, 37, 41, 0.95);
  color: #e9ecef;
}
.map-ecosystem-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  min-width: 300px;
  max-width: 450px;
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius, 0.375rem);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  -webkit-animation: mapNotificationSlideIn 0.3s ease-out;
          animation: mapNotificationSlideIn 0.3s ease-out;
}
[data-bs-theme=dark] .map-ecosystem-notification {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.map-ecosystem-notification--success {
  border-left: 4px solid #198754;
  border-left: 4px solid var(--bs-success, #198754);
}
.map-ecosystem-notification--error {
  border-left: 4px solid #dc3545;
  border-left: 4px solid var(--bs-danger, #dc3545);
}
.map-ecosystem-notification .btn-close, .map-ecosystem-notification .theme-btn-close {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.map-ecosystem-notification .btn-close:hover, .map-ecosystem-notification .theme-btn-close:hover {
  opacity: 1;
}
@-webkit-keyframes mapNotificationSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes mapNotificationSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.map-spinner-overlay {
  z-index: 100;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.map-filter-banner-button {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.map-filter-banner-button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 768px) {
  .map-ecosystem-notification {
    top: 10px;
    right: 10px;
    left: 10px;
    min-width: auto;
    max-width: none;
  }
}
.legend-color, .legend-color-red, .legend-color-blue, .legend-color-green {
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-right: 4px;
  vertical-align: middle;
}
.legend-color-green {
  background-color: green;
}
.legend-color-blue {
  background-color: blue;
}
.legend-color-red {
  background-color: #cc0000;
}
.map-message-base, .map-info-message, .map-error-message {
  position: absolute;
  top: 70px;
  left: 10px;
  z-index: 1000;
  max-width: 350px;
  padding: 12px;
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius, 8px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 1.4;
  -webkit-animation: mapMessageFadeIn 0.3s ease-out;
          animation: mapMessageFadeIn 0.3s ease-out;
}
[data-bs-theme=dark] .map-message-base, [data-bs-theme=dark] .map-info-message, [data-bs-theme=dark] .map-error-message {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.map-error-message {
  background-color: rgb(248, 214.6, 217.8);
  background-color: var(--bs-danger-bg-subtle, #f8d7da);
  border: 1px solid rgb(241, 174.2, 180.6);
  border: 1px solid var(--bs-danger-border-subtle, #f5c2c7);
  color: rgb(88, 21.2, 27.6);
  color: var(--bs-danger-text-emphasis, #842029);
}
[data-bs-theme=dark] .map-error-message {
  background-color: #2c0b0e;
  border-color: #842029;
  color: #ea868f;
}
.map-info-message--info {
  background-color: rgb(206.6, 244.4, 252);
  background-color: var(--bs-info-bg-subtle, #cff4fc);
  border: 1px solid rgb(158.2, 233.8, 249);
  border: 1px solid var(--bs-info-border-subtle, #b6effb);
  color: rgb(5.2, 80.8, 96);
  color: var(--bs-info-text-emphasis, #055160);
}
[data-bs-theme=dark] .map-info-message--info {
  background-color: #0f2027;
  border-color: #1f4e5a;
  color: #7dd3fc;
}
.map-info-message--warning {
  background-color: rgb(255, 242.6, 205.4);
  background-color: var(--bs-warning-bg-subtle, #fff3cd);
  border: 1px solid rgb(255, 230.2, 155.8);
  border: 1px solid var(--bs-warning-border-subtle, #ffeaa7);
  color: rgb(102, 77.2, 2.8);
  color: var(--bs-warning-text-emphasis, #856404);
}
[data-bs-theme=dark] .map-info-message--warning {
  background-color: #2d1b00;
  border-color: #5a3300;
  color: #fbbf24;
}
@-webkit-keyframes mapMessageFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mapMessageFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.provider-btn-xs {
  font-size: 0.75rem !important;
}
.provider-text-xs {
  font-size: 0.75rem !important;
}
.provider-text-xxs {
  font-size: 0.65rem !important;
}
.provider-search-sm {
  font-size: 0.8rem !important;
}
.spinner-hidden {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.leaflet-control-container .leaflet-control {
  z-index: 1000 !important;
}
.infinite-scroll-sentinel {
  height: 20px;
  margin-top: 10px;
}
.map-message-close {
  font-size: 12px;
  padding: 4px;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.map-message-close:hover {
  opacity: 1;
}
[data-bs-theme=dark] .map-message-close {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.map-message-content {
  margin-right: 20px;
}
.map-message-content i {
  margin-right: 8px;
}
.fade-out {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.bid-providers-list .card:hover, .bid-providers-list .theme-card:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.map-tab-content {
  max-height: 450px;
  overflow-y: auto;
}
.map-tab-content::-webkit-scrollbar {
  width: 4px;
}
.map-tab-content::-webkit-scrollbar-track {
  background: #f8f9fa;
  background: var(--bs-gray-100);
}
.map-tab-content::-webkit-scrollbar-thumb {
  background: #ced4da;
  background: var(--bs-gray-400);
  border-radius: 2px;
}
.map-tab-content::-webkit-scrollbar-thumb:hover {
  background: #adb5bd;
  background: var(--bs-gray-500);
}
.map-container {
  height: 500px;
  width: 100%;
}
.map-filter-banner {
  font-size: 0.8rem;
  border-radius: 0.375rem;
}
.map-filter-banner-button {
  font-size: 0.7rem;
}
.map-spinner-overlay {
  z-index: 1000;
}
.map-form-switch {
  padding-top: 0.25rem;
}
.map-form-label {
  font-size: 0.875rem;
}
.mobile-notifications-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 9999;
}
.mobile-notifications {
  position: absolute;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  max-width: 400px;
  margin: 0 auto;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .mobile-notifications {
    left: auto;
    right: 1rem;
    max-width: 350px;
  }
}
.mobile-notification {
  background: #fff;
  background: var(--bs-body-bg);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-bottom: 0.75rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-notification:hover {
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.notification-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 1rem;
  gap: 0.75rem;
}
.notification-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.notification-icon i {
  font-size: 1.25rem;
}
.notification-body {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.notification-title {
  font-weight: 600;
  color: #212529;
  color: var(--bs-body-color);
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}
.notification-message {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
.notification-actions {
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.notification-actions .btn, .notification-actions .theme-btn, .notification-actions .theme-btn-primary, .notification-actions .theme-btn-secondary, .notification-actions .theme-btn-success, .notification-actions .theme-btn-danger, .notification-actions .theme-btn-warning, .notification-actions .theme-btn-info, .notification-actions .theme-btn-light, .notification-actions .theme-btn-dark, .notification-actions .theme-btn-outline-primary, .notification-actions .theme-btn-outline-secondary, .notification-actions .theme-btn-outline-success, .notification-actions .theme-btn-outline-danger, .notification-actions .theme-btn-outline-warning, .notification-actions .theme-btn-outline-info, .notification-actions .theme-btn-outline-light, .notification-actions .theme-btn-outline-dark {
  font-size: 0.8rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  min-height: 32px;
}
.notification-dismiss {
  background: none;
  border: none;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  padding: 0.25rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
}
.notification-dismiss:hover {
  background: #e9ecef;
  background: var(--bs-secondary-bg);
  color: #212529;
  color: var(--bs-body-color);
}
.notification-dismiss i {
  font-size: 0.875rem;
}
.notification-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #0d6efd;
  background: var(--bs-primary);
  border-radius: 0 0 0.75rem 0.75rem;
  width: 100%;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-animation: notificationProgress linear forwards;
          animation: notificationProgress linear forwards;
}
.mobile-notification-triggers {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  pointer-events: auto;
}
.mobile-notification-triggers .btn, .mobile-notification-triggers .theme-btn, .mobile-notification-triggers .theme-btn-primary, .mobile-notification-triggers .theme-btn-secondary, .mobile-notification-triggers .theme-btn-success, .mobile-notification-triggers .theme-btn-danger, .mobile-notification-triggers .theme-btn-warning, .mobile-notification-triggers .theme-btn-info, .mobile-notification-triggers .theme-btn-light, .mobile-notification-triggers .theme-btn-dark, .mobile-notification-triggers .theme-btn-outline-primary, .mobile-notification-triggers .theme-btn-outline-secondary, .mobile-notification-triggers .theme-btn-outline-success, .mobile-notification-triggers .theme-btn-outline-danger, .mobile-notification-triggers .theme-btn-outline-warning, .mobile-notification-triggers .theme-btn-outline-info, .mobile-notification-triggers .theme-btn-outline-light, .mobile-notification-triggers .theme-btn-outline-dark {
  font-size: 0.8rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  min-height: 36px;
}
@-webkit-keyframes notificationProgress {
  from {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes notificationProgress {
  from {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.fade-in-mobile {
  -webkit-animation: fadeInMobile 0.4s ease-out forwards;
          animation: fadeInMobile 0.4s ease-out forwards;
  opacity: 0;
}
@-webkit-keyframes fadeInMobile {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px) scale(0.95);
            transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes fadeInMobile {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px) scale(0.95);
            transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
.mobile-notification.touch-active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.mobile-notification.notification-exit {
  -webkit-animation: slideOutRight 0.3s ease-out forwards;
          animation: slideOutRight 0.3s ease-out forwards;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
.mobile-notification.animate-in {
  -webkit-animation: fadeInMobile 0.4s ease-out forwards;
          animation: fadeInMobile 0.4s ease-out forwards;
}
.mobile-notification[data-notification-type=success] {
  border-left: 4px solid #198754;
  border-left: 4px solid var(--bs-success);
}
.mobile-notification[data-notification-type=success] .notification-progress {
  background: #198754;
  background: var(--bs-success);
}
.mobile-notification[data-notification-type=error],
.mobile-notification[data-notification-type=danger] {
  border-left: 4px solid #dc3545;
  border-left: 4px solid var(--bs-danger);
}
.mobile-notification[data-notification-type=error] .notification-progress,
.mobile-notification[data-notification-type=danger] .notification-progress {
  background: #dc3545;
  background: var(--bs-danger);
}
.mobile-notification[data-notification-type=warning] {
  border-left: 4px solid #ffc107;
  border-left: 4px solid var(--bs-warning);
}
.mobile-notification[data-notification-type=warning] .notification-progress {
  background: #ffc107;
  background: var(--bs-warning);
}
.mobile-notification[data-notification-type=info] {
  border-left: 4px solid #0dcaf0;
  border-left: 4px solid var(--bs-info);
}
.mobile-notification[data-notification-type=info] .notification-progress {
  background: #0dcaf0;
  background: var(--bs-info);
}
@media (max-width: 575.98px) {
  .mobile-notifications {
    top: 0.75rem;
    right: 0.75rem;
    left: 0.75rem;
  }
  .mobile-notification {
    margin-bottom: 0.5rem;
  }
  .notification-content {
    padding: 0.875rem;
    gap: 0.625rem;
  }
  .notification-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .notification-icon i {
    font-size: 1rem;
  }
  .notification-title {
    font-size: 0.9rem;
  }
  .notification-message {
    font-size: 0.8rem;
  }
  .notification-actions .btn, .notification-actions .theme-btn, .notification-actions .theme-btn-primary, .notification-actions .theme-btn-secondary, .notification-actions .theme-btn-success, .notification-actions .theme-btn-danger, .notification-actions .theme-btn-warning, .notification-actions .theme-btn-info, .notification-actions .theme-btn-light, .notification-actions .theme-btn-dark, .notification-actions .theme-btn-outline-primary, .notification-actions .theme-btn-outline-secondary, .notification-actions .theme-btn-outline-success, .notification-actions .theme-btn-outline-danger, .notification-actions .theme-btn-outline-warning, .notification-actions .theme-btn-outline-info, .notification-actions .theme-btn-outline-light, .notification-actions .theme-btn-outline-dark {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    min-height: 28px;
  }
  .notification-dismiss {
    width: 1.25rem;
    height: 1.25rem;
  }
  .notification-dismiss i {
    font-size: 0.75rem;
  }
  .mobile-notification-triggers {
    bottom: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
  }
  .mobile-notification-triggers .btn, .mobile-notification-triggers .theme-btn, .mobile-notification-triggers .theme-btn-primary, .mobile-notification-triggers .theme-btn-secondary, .mobile-notification-triggers .theme-btn-success, .mobile-notification-triggers .theme-btn-danger, .mobile-notification-triggers .theme-btn-warning, .mobile-notification-triggers .theme-btn-info, .mobile-notification-triggers .theme-btn-light, .mobile-notification-triggers .theme-btn-dark, .mobile-notification-triggers .theme-btn-outline-primary, .mobile-notification-triggers .theme-btn-outline-secondary, .mobile-notification-triggers .theme-btn-outline-success, .mobile-notification-triggers .theme-btn-outline-danger, .mobile-notification-triggers .theme-btn-outline-warning, .mobile-notification-triggers .theme-btn-outline-info, .mobile-notification-triggers .theme-btn-outline-light, .mobile-notification-triggers .theme-btn-outline-dark {
    font-size: 0.75rem;
    padding: 0.375rem 0.625rem;
    min-height: 32px;
  }
}
[data-bs-theme=dark] .mobile-notification {
  background: #212529;
  background: var(--bs-dark);
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
}
[data-bs-theme=dark] .mobile-notification .notification-dismiss:hover {
  background: #e9ecef;
  background: var(--bs-secondary-bg);
}
.notification-alert {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  max-width: 400px;
}
.notification-toast-container {
  position: fixed;
  top: 0;
  right: 0;
  padding: 1rem;
  z-index: 9999;
  max-width: 400px;
}
.sound-option {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sound-option:hover {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.sound-option.border-primary {
  border-width: 2px !important;
}
body {
  padding-top: 80px;
}
.modal-display-dialog {
  height: 95%;
  max-width: 90%;
}
.modal-display-content {
  max-height: 95%;
}
.modal-display-body {
  overflow: auto;
  overflow-y: scroll;
}
.modal-info-dialog {
  height: 90%;
  max-width: 80%;
}
.modal-info-content {
  max-height: 90%;
}
.modal-info-body {
  overflow: auto;
  overflow-y: scroll;
}
.app-header {
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
  padding: 0.5rem 0;
  padding: var(--spacing-sm) 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  padding: 0 var(--spacing-md);
}
.app-brand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  color: #212529;
  color: var(--bs-body-color);
}
.app-brand .brand-logo {
  width: 32px;
  height: 32px;
  margin-right: 0.5rem;
  margin-right: var(--spacing-sm);
}
.app-brand .brand-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d6efd;
  color: var(--primary);
}
.app-brand .brand-tagline {
  font-size: 0.875rem;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  margin-left: 0.5rem;
  margin-left: var(--spacing-sm);
}
.header-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1rem;
  gap: var(--spacing-md);
}
.header-nav .nav-item, .header-nav .theme-nav-item {
  list-style: none;
}
.header-nav .nav-item .nav-link, .header-nav .theme-nav-item .nav-link, .header-nav .nav-item .theme-nav-link, .header-nav .theme-nav-item .theme-nav-link {
  display: block;
  padding: 0.5rem 1rem;
  padding: var(--spacing-sm) var(--spacing-md);
  color: #212529;
  color: var(--bs-body-color);
  text-decoration: none;
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
}
.header-nav .nav-item .nav-link:hover, .header-nav .theme-nav-item .nav-link:hover, .header-nav .nav-item .theme-nav-link:hover, .header-nav .theme-nav-item .theme-nav-link:hover {
  color: #0d6efd;
  color: var(--primary);
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.header-nav .nav-item .nav-link.active, .header-nav .theme-nav-item .nav-link.active, .header-nav .nav-item .active.theme-nav-link, .header-nav .theme-nav-item .active.theme-nav-link {
  color: white;
  background-color: #0d6efd;
  background-color: var(--primary);
}
.user-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.5rem;
  gap: var(--spacing-sm);
}
.user-menu .user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #0d6efd;
  background-color: var(--primary);
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
}
.user-menu .user-info {
  display: none;
}
@media (min-width: 768px) {
  .user-menu .user-info {
    display: block;
  }
}
.user-menu .user-info .user-name {
  font-weight: 500;
  color: #212529;
  color: var(--bs-body-color);
  margin: 0;
  font-size: 0.875rem;
}
.user-menu .user-info .user-role {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-size: 0.75rem;
  margin: 0;
}
.user-menu .dropdown-toggle, .user-menu .theme-dropdown-toggle {
  background: none;
  border: none;
  color: #212529;
  color: var(--bs-body-color);
  padding: 0.25rem;
  padding: var(--spacing-xs);
  border-radius: 0.25rem;
  border-radius: var(--border-radius-sm);
}
.user-menu .dropdown-toggle:hover, .user-menu .theme-dropdown-toggle:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.user-menu .dropdown-toggle::after, .user-menu .theme-dropdown-toggle::after {
  margin-left: 0.25rem;
  margin-left: var(--spacing-xs);
}
.header-search {
  -ms-flex: 1 1;
      flex: 1 1;
  max-width: 400px;
  margin: 0 1.5rem;
  margin: 0 var(--spacing-lg);
}
@media (max-width: 768px) {
  .header-search {
    display: none;
  }
}
.header-search .search-form {
  position: relative;
}
.header-search .search-form .search-input {
  width: 100%;
  padding: 0.5rem 1rem;
  padding: var(--spacing-sm) var(--spacing-md);
  padding-left: 2.5rem;
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  color: #212529;
  color: var(--bs-body-color);
}
.header-search .search-form .search-input:focus {
  outline: none;
  border-color: #0d6efd;
  border-color: var(--primary);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.header-search .search-form .search-input::-webkit-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.header-search .search-form .search-input::-moz-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.header-search .search-form .search-input:-ms-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.header-search .search-form .search-input::-ms-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.header-search .search-form .search-input::placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.header-search .search-form .search-icon {
  position: absolute;
  left: 0.5rem;
  left: var(--spacing-sm);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  pointer-events: none;
}
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #212529;
  color: var(--bs-body-color);
  padding: 0.5rem;
  padding: var(--spacing-sm);
  border-radius: 0.25rem;
  border-radius: var(--border-radius-sm);
}
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: block;
  }
}
.mobile-menu-toggle:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.mobile-menu-toggle .hamburger {
  width: 20px;
  height: 2px;
  background-color: currentColor;
  position: relative;
}
.mobile-menu-toggle .hamburger::before, .mobile-menu-toggle .hamburger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: currentColor;
}
.mobile-menu-toggle .hamburger::before {
  top: -6px;
}
.mobile-menu-toggle .hamburger::after {
  bottom: -6px;
}
.mobile-menu-toggle.active .hamburger {
  background-color: transparent;
}
.mobile-menu-toggle.active .hamburger::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.mobile-menu-toggle.active .hamburger::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0;
}
@media (max-width: 768px) {
  .app-header {
    padding: 0.25rem 0;
    padding: var(--spacing-xs) 0;
  }
  .header-container {
    padding: 0 0.5rem;
    padding: 0 var(--spacing-sm);
  }
  .app-brand .brand-tagline {
    display: none;
  }
  .header-nav {
    display: none;
  }
  .user-menu .user-info {
    display: none;
  }
}
@media (max-width: 576px) {
  .app-brand .brand-name {
    font-size: 1.25rem;
  }
  .header-container {
    padding: 0 0.25rem;
    padding: 0 var(--spacing-xs);
  }
}
.app-header[data-bs-theme=dark] {
  background-color: #212529;
  background-color: var(--bs-dark);
  border-bottom-color: #dee2e6;
  border-bottom-color: var(--bs-border-color);
}
.app-header[data-bs-theme=dark] .app-brand {
  color: #f8f9fa;
  color: var(--bs-light);
}
.app-header[data-bs-theme=dark] .header-nav .nav-link, .app-header[data-bs-theme=dark] .header-nav .theme-nav-link {
  color: #f8f9fa;
  color: var(--bs-light);
}
.app-header[data-bs-theme=dark] .header-nav .nav-link:hover, .app-header[data-bs-theme=dark] .header-nav .theme-nav-link:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.app-header[data-bs-theme=dark] .user-menu .user-info .user-name {
  color: #f8f9fa;
  color: var(--bs-light);
}
.app-header[data-bs-theme=light] {
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-bottom-color: #dee2e6;
  border-bottom-color: var(--bs-border-color);
}
.app-header[data-bs-theme=light] .app-brand {
  color: #212529;
  color: var(--bs-body-color);
}
.app-header[data-bs-theme=light] .header-nav .nav-link, .app-header[data-bs-theme=light] .header-nav .theme-nav-link {
  color: #212529;
  color: var(--bs-body-color);
}
.app-header[data-bs-theme=light] .header-nav .nav-link:hover, .app-header[data-bs-theme=light] .header-nav .theme-nav-link:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.app-header[data-bs-theme=light] .user-menu .user-info .user-name {
  color: #212529;
  color: var(--bs-body-color);
}
.app-sidebar {
  width: 280px;
  height: 100vh;
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  border-right: 1px solid #dee2e6;
  border-right: 1px solid var(--bs-border-color);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1020;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .app-sidebar {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 100%;
  }
  .app-sidebar.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.sidebar-header {
  padding: 1rem;
  padding: var(--spacing-md);
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
  background-color: #fff;
  background-color: var(--bs-body-bg);
}
.sidebar-header .sidebar-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
  color: var(--bs-body-color);
}
.sidebar-header .sidebar-subtitle {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.sidebar-nav {
  padding: 1rem 0;
  padding: var(--spacing-md) 0;
}
.sidebar-nav .nav-section {
  margin-bottom: 1.5rem;
  margin-bottom: var(--spacing-lg);
}
.sidebar-nav .nav-section .nav-section-title {
  padding: 0 1rem 0.5rem;
  padding: 0 var(--spacing-md) var(--spacing-sm);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.sidebar-nav .nav-section .nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-nav .nav-section .nav-list .nav-item .nav-link, .sidebar-nav .nav-section .nav-list .theme-nav-item .nav-link, .sidebar-nav .nav-section .nav-list .nav-item .theme-nav-link, .sidebar-nav .nav-section .nav-list .theme-nav-item .theme-nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem 1rem;
  padding: var(--spacing-sm) var(--spacing-md);
  color: #212529;
  color: var(--bs-body-color);
  text-decoration: none;
  border-radius: 0;
  border-left: 3px solid transparent;
}
.sidebar-nav .nav-section .nav-list .nav-item .nav-link:hover, .sidebar-nav .nav-section .nav-list .theme-nav-item .nav-link:hover, .sidebar-nav .nav-section .nav-list .nav-item .theme-nav-link:hover, .sidebar-nav .nav-section .nav-list .theme-nav-item .theme-nav-link:hover {
  background-color: #fff;
  background-color: var(--bs-body-bg);
  color: #0d6efd;
  color: var(--primary);
  border-left-color: #0d6efd;
  border-left-color: var(--primary);
}
.sidebar-nav .nav-section .nav-list .nav-item .nav-link.active, .sidebar-nav .nav-section .nav-list .theme-nav-item .nav-link.active, .sidebar-nav .nav-section .nav-list .nav-item .active.theme-nav-link, .sidebar-nav .nav-section .nav-list .theme-nav-item .active.theme-nav-link {
  color: white;
  background-color: #0d6efd;
  background-color: var(--primary);
  border-left-color: #0d6efd;
  border-left-color: var(--primary);
}
.sidebar-nav .nav-section .nav-list .nav-item .nav-link .nav-icon, .sidebar-nav .nav-section .nav-list .theme-nav-item .nav-link .nav-icon, .sidebar-nav .nav-section .nav-list .nav-item .theme-nav-link .nav-icon, .sidebar-nav .nav-section .nav-list .theme-nav-item .theme-nav-link .nav-icon {
  width: 20px;
  margin-right: 0.5rem;
  margin-right: var(--spacing-sm);
  text-align: center;
  font-size: 1rem;
}
.sidebar-nav .nav-section .nav-list .nav-item .nav-link .nav-text, .sidebar-nav .nav-section .nav-list .theme-nav-item .nav-link .nav-text, .sidebar-nav .nav-section .nav-list .nav-item .theme-nav-link .nav-text, .sidebar-nav .nav-section .nav-list .theme-nav-item .theme-nav-link .nav-text {
  -ms-flex: 1 1;
      flex: 1 1;
  font-weight: 500;
}
.sidebar-nav .nav-section .nav-list .nav-item .nav-link .nav-badge, .sidebar-nav .nav-section .nav-list .theme-nav-item .nav-link .nav-badge, .sidebar-nav .nav-section .nav-list .nav-item .theme-nav-link .nav-badge, .sidebar-nav .nav-section .nav-list .theme-nav-item .theme-nav-link .nav-badge {
  background-color: #dc3545;
  background-color: var(--danger);
  color: white;
  border-radius: 50%;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  margin-left: auto;
}
.sidebar-nav .nav-section .nav-list .nav-item .nav-link .nav-arrow, .sidebar-nav .nav-section .nav-list .theme-nav-item .nav-link .nav-arrow, .sidebar-nav .nav-section .nav-list .nav-item .theme-nav-link .nav-arrow, .sidebar-nav .nav-section .nav-list .theme-nav-item .theme-nav-link .nav-arrow {
  margin-left: 0.25rem;
  margin-left: var(--spacing-xs);
}
.sidebar-nav .nav-section .nav-list .nav-item .nav-link .nav-arrow.expanded, .sidebar-nav .nav-section .nav-list .theme-nav-item .nav-link .nav-arrow.expanded, .sidebar-nav .nav-section .nav-list .nav-item .theme-nav-link .nav-arrow.expanded, .sidebar-nav .nav-section .nav-list .theme-nav-item .theme-nav-link .nav-arrow.expanded {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidebar-nav .nav-section .nav-list .nav-item .nav-submenu, .sidebar-nav .nav-section .nav-list .theme-nav-item .nav-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  background-color: var(--bs-body-bg);
  overflow: hidden;
}
.sidebar-nav .nav-section .nav-list .nav-item .nav-submenu .nav-submenu-item .nav-submenu-link, .sidebar-nav .nav-section .nav-list .theme-nav-item .nav-submenu .nav-submenu-item .nav-submenu-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.25rem 1rem 0.25rem 3rem;
  padding: var(--spacing-xs) var(--spacing-md) var(--spacing-xs) 3rem;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  text-decoration: none;
  font-size: 0.875rem;
}
.sidebar-nav .nav-section .nav-list .nav-item .nav-submenu .nav-submenu-item .nav-submenu-link:hover, .sidebar-nav .nav-section .nav-list .theme-nav-item .nav-submenu .nav-submenu-item .nav-submenu-link:hover {
  color: #0d6efd;
  color: var(--primary);
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.sidebar-nav .nav-section .nav-list .nav-item .nav-submenu .nav-submenu-item .nav-submenu-link.active, .sidebar-nav .nav-section .nav-list .theme-nav-item .nav-submenu .nav-submenu-item .nav-submenu-link.active {
  color: #0d6efd;
  color: var(--primary);
  background-color: #0d6efd;
  background-color: var(--primary);
  color: white;
}
.sidebar-footer {
  padding: 1rem;
  padding: var(--spacing-md);
  border-top: 1px solid #dee2e6;
  border-top: 1px solid var(--bs-border-color);
  background-color: #fff;
  background-color: var(--bs-body-bg);
}
.sidebar-footer .sidebar-user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.5rem;
  gap: var(--spacing-sm);
}
.sidebar-footer .sidebar-user .user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #0d6efd;
  background-color: var(--primary);
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
}
.sidebar-footer .sidebar-user .user-info {
  -ms-flex: 1 1;
      flex: 1 1;
}
.sidebar-footer .sidebar-user .user-info .user-name {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #212529;
  color: var(--bs-body-color);
}
.sidebar-footer .sidebar-user .user-info .user-status {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.sidebar-footer .sidebar-user .user-menu-toggle {
  background: none;
  border: none;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  padding: 0.25rem;
  padding: var(--spacing-xs);
  border-radius: 0.25rem;
  border-radius: var(--border-radius-sm);
}
.sidebar-footer .sidebar-user .user-menu-toggle:hover {
  color: #212529;
  color: var(--bs-body-color);
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.sidebar-toggle {
  position: fixed;
  left: 1rem;
  left: var(--spacing-md);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1030;
  background-color: #0d6efd;
  background-color: var(--primary);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.sidebar-toggle:hover {
  background-color: rgb(10.4, 88, 202.4);
  background-color: var(--bs-link-hover-color);
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}
@media (max-width: 768px) {
  .sidebar-toggle {
    display: none;
  }
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1010;
  opacity: 0;
  visibility: hidden;
}
.sidebar-overlay.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 769px) {
  .sidebar-overlay {
    display: none;
  }
}
.main-content {
  margin-left: 280px;
}
@media (max-width: 768px) {
  .main-content {
    margin-left: 0;
  }
}
.app-sidebar.collapsed {
  width: 60px;
}
.app-sidebar.collapsed .sidebar-header,
.app-sidebar.collapsed .sidebar-footer {
  display: none;
}
.app-sidebar.collapsed .sidebar-nav .nav-section .nav-section-title {
  display: none;
}
.app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .nav-item .nav-link, .app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .theme-nav-item .nav-link, .app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .nav-item .theme-nav-link, .app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .theme-nav-item .theme-nav-link {
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.5rem;
  padding: var(--spacing-sm);
}
.app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .nav-item .nav-link .nav-icon, .app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .theme-nav-item .nav-link .nav-icon, .app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .nav-item .theme-nav-link .nav-icon, .app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .theme-nav-item .theme-nav-link .nav-icon {
  margin-right: 0;
}
.app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .nav-item .nav-link .nav-text, .app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .theme-nav-item .nav-link .nav-text, .app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .nav-item .theme-nav-link .nav-text, .app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .theme-nav-item .theme-nav-link .nav-text,
.app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .nav-item .nav-link .nav-badge,
.app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .theme-nav-item .nav-link .nav-badge,
.app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .nav-item .theme-nav-link .nav-badge,
.app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .theme-nav-item .theme-nav-link .nav-badge,
.app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .nav-item .nav-link .nav-arrow,
.app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .theme-nav-item .nav-link .nav-arrow,
.app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .nav-item .theme-nav-link .nav-arrow,
.app-sidebar.collapsed .sidebar-nav .nav-section .nav-list .theme-nav-item .theme-nav-link .nav-arrow {
  display: none;
}
.app-sidebar.collapsed + .main-content {
  margin-left: 60px;
}
@media (max-width: 768px) {
  .app-sidebar {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .app-sidebar.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .main-content {
    margin-left: 0;
  }
  .sidebar-toggle {
    display: none;
  }
}
.app-sidebar[data-bs-theme=dark] {
  background-color: #212529;
  background-color: var(--bs-dark);
  border-right-color: #dee2e6;
  border-right-color: var(--bs-border-color);
}
.app-sidebar[data-bs-theme=dark] .sidebar-header {
  background-color: #212529;
  background-color: var(--bs-dark);
  border-bottom-color: #dee2e6;
  border-bottom-color: var(--bs-border-color);
}
.app-sidebar[data-bs-theme=dark] .sidebar-footer {
  background-color: #212529;
  background-color: var(--bs-dark);
  border-top-color: #dee2e6;
  border-top-color: var(--bs-border-color);
}
.app-sidebar[data-bs-theme=dark] .nav-section .nav-list .nav-item .nav-link, .app-sidebar[data-bs-theme=dark] .nav-section .nav-list .theme-nav-item .nav-link, .app-sidebar[data-bs-theme=dark] .nav-section .nav-list .nav-item .theme-nav-link, .app-sidebar[data-bs-theme=dark] .nav-section .nav-list .theme-nav-item .theme-nav-link {
  color: #f8f9fa;
  color: var(--bs-light);
}
.app-sidebar[data-bs-theme=dark] .nav-section .nav-list .nav-item .nav-link:hover, .app-sidebar[data-bs-theme=dark] .nav-section .nav-list .theme-nav-item .nav-link:hover, .app-sidebar[data-bs-theme=dark] .nav-section .nav-list .nav-item .theme-nav-link:hover, .app-sidebar[data-bs-theme=dark] .nav-section .nav-list .theme-nav-item .theme-nav-link:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.app-sidebar[data-bs-theme=light] {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  border-right-color: #dee2e6;
  border-right-color: var(--bs-border-color);
}
.app-sidebar[data-bs-theme=light] .sidebar-header {
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-bottom-color: #dee2e6;
  border-bottom-color: var(--bs-border-color);
}
.app-sidebar[data-bs-theme=light] .sidebar-footer {
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-top-color: #dee2e6;
  border-top-color: var(--bs-border-color);
}
.app-sidebar[data-bs-theme=light] .nav-section .nav-list .nav-item .nav-link, .app-sidebar[data-bs-theme=light] .nav-section .nav-list .theme-nav-item .nav-link, .app-sidebar[data-bs-theme=light] .nav-section .nav-list .nav-item .theme-nav-link, .app-sidebar[data-bs-theme=light] .nav-section .nav-list .theme-nav-item .theme-nav-link {
  color: #212529;
  color: var(--bs-body-color);
}
.app-sidebar[data-bs-theme=light] .nav-section .nav-list .nav-item .nav-link:hover, .app-sidebar[data-bs-theme=light] .nav-section .nav-list .theme-nav-item .nav-link:hover, .app-sidebar[data-bs-theme=light] .nav-section .nav-list .nav-item .theme-nav-link:hover, .app-sidebar[data-bs-theme=light] .nav-section .nav-list .theme-nav-item .theme-nav-link:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.app-footer {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  border-top: 1px solid #dee2e6;
  border-top: 1px solid var(--bs-border-color);
  padding: 1.5rem 0;
  padding: var(--spacing-lg) 0;
  margin-top: auto;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  padding: 0 var(--spacing-md);
}
.footer-content {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 1.5rem;
  grid-gap: var(--spacing-lg);
  gap: 1.5rem;
  gap: var(--spacing-lg);
  margin-bottom: 1.5rem;
  margin-bottom: var(--spacing-lg);
}
@media (max-width: 768px) {
  .footer-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
    gap: var(--spacing-md);
  }
}
.footer-section .footer-section-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #212529;
  color: var(--bs-body-color);
  margin-bottom: 1rem;
  margin-bottom: var(--spacing-md);
  padding-bottom: 0.5rem;
  padding-bottom: var(--spacing-sm);
  border-bottom: 2px solid #0d6efd;
  border-bottom: 2px solid var(--primary);
}
.footer-section .footer-section-content {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  line-height: 1.6;
}
.footer-section .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section .footer-links .footer-link-item {
  margin-bottom: 0.5rem;
  margin-bottom: var(--spacing-sm);
}
.footer-section .footer-links .footer-link-item .footer-link {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  text-decoration: none;
}
.footer-section .footer-links .footer-link-item .footer-link:hover {
  color: #0d6efd;
  color: var(--primary);
  text-decoration: underline;
}
.footer-section .footer-contact .contact-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 0.5rem;
  margin-bottom: var(--spacing-sm);
}
.footer-section .footer-contact .contact-item .contact-icon {
  margin-right: 0.5rem;
  margin-right: var(--spacing-sm);
  color: #0d6efd;
  color: var(--primary);
  font-size: 1rem;
  margin-top: 0.125rem;
}
.footer-section .footer-contact .contact-item .contact-text {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  line-height: 1.5;
}
.footer-section .footer-social {
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  gap: var(--spacing-sm);
}
.footer-section .footer-social .social-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #0d6efd;
  background-color: var(--primary);
  color: white;
  border-radius: 50%;
  text-decoration: none;
}
.footer-section .footer-social .social-link:hover {
  background-color: rgb(10.4, 88, 202.4);
  background-color: var(--bs-link-hover-color);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.footer-section .footer-social .social-link .social-icon {
  font-size: 1.1rem;
}
.footer-section .footer-description {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  line-height: 1.6;
  margin-bottom: 1rem;
  margin-bottom: var(--spacing-md);
}
.footer-section .footer-newsletter .newsletter-form {
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  gap: var(--spacing-sm);
}
.footer-section .footer-newsletter .newsletter-form .newsletter-input {
  -ms-flex: 1 1;
      flex: 1 1;
  padding: 0.5rem;
  padding: var(--spacing-sm);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  color: #212529;
  color: var(--bs-body-color);
}
.footer-section .footer-newsletter .newsletter-form .newsletter-input:focus {
  outline: none;
  border-color: #0d6efd;
  border-color: var(--primary);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.footer-section .footer-newsletter .newsletter-form .newsletter-input::-webkit-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.footer-section .footer-newsletter .newsletter-form .newsletter-input::-moz-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.footer-section .footer-newsletter .newsletter-form .newsletter-input:-ms-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.footer-section .footer-newsletter .newsletter-form .newsletter-input::-ms-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.footer-section .footer-newsletter .newsletter-form .newsletter-input::placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.footer-section .footer-newsletter .newsletter-form .newsletter-button {
  padding: 0.5rem 1rem;
  padding: var(--spacing-sm) var(--spacing-md);
  background-color: #0d6efd;
  background-color: var(--primary);
  color: white;
  border: none;
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
  cursor: pointer;
}
.footer-section .footer-newsletter .newsletter-form .newsletter-button:hover {
  background-color: rgb(10.4, 88, 202.4);
  background-color: var(--bs-link-hover-color);
}
.footer-bottom {
  border-top: 1px solid #dee2e6;
  border-top: 1px solid var(--bs-border-color);
  padding-top: 1rem;
  padding-top: var(--spacing-md);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  gap: var(--spacing-sm);
}
@media (max-width: 768px) {
  .footer-bottom {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
}
.footer-bottom .footer-copyright {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-size: 0.875rem;
  margin: 0;
}
.footer-bottom .footer-legal {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  gap: var(--spacing-md);
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-bottom .footer-legal .legal-link {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  text-decoration: none;
  font-size: 0.875rem;
}
.footer-bottom .footer-legal .legal-link:hover {
  color: #0d6efd;
  color: var(--primary);
}
.app-footer[data-bs-theme=dark] {
  background-color: #212529;
  background-color: var(--bs-dark);
  border-top-color: #dee2e6;
  border-top-color: var(--bs-border-color);
}
.app-footer[data-bs-theme=dark] .footer-section-title {
  color: #f8f9fa;
  color: var(--bs-light);
}
.app-footer[data-bs-theme=dark] .footer-section-content,
.app-footer[data-bs-theme=dark] .footer-description {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.app-footer[data-bs-theme=dark] .footer-links .footer-link-item .footer-link {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.app-footer[data-bs-theme=dark] .footer-links .footer-link-item .footer-link:hover {
  color: #0d6efd;
  color: var(--primary);
}
.app-footer[data-bs-theme=dark] .footer-contact .contact-item .contact-text {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.app-footer[data-bs-theme=dark] .footer-copyright,
.app-footer[data-bs-theme=dark] .footer-legal .legal-link {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.app-footer[data-bs-theme=dark] .newsletter-input {
  background-color: #fff;
  background-color: var(--bs-body-bg);
  color: #212529;
  color: var(--bs-body-color);
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
}
.app-footer[data-bs-theme=light] {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  border-top-color: #dee2e6;
  border-top-color: var(--bs-border-color);
}
.app-footer[data-bs-theme=light] .footer-section-title {
  color: #212529;
  color: var(--bs-body-color);
}
.app-footer[data-bs-theme=light] .footer-section-content,
.app-footer[data-bs-theme=light] .footer-description {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.app-footer[data-bs-theme=light] .footer-links .footer-link-item .footer-link {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.app-footer[data-bs-theme=light] .footer-links .footer-link-item .footer-link:hover {
  color: #0d6efd;
  color: var(--primary);
}
.app-footer[data-bs-theme=light] .footer-contact .contact-item .contact-text {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.app-footer[data-bs-theme=light] .footer-copyright,
.app-footer[data-bs-theme=light] .footer-legal .legal-link {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.app-footer[data-bs-theme=light] .newsletter-input {
  background-color: #fff;
  background-color: var(--bs-body-bg);
  color: #212529;
  color: var(--bs-body-color);
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
}
@media (max-width: 576px) {
  .app-footer {
    padding: 1rem 0;
    padding: var(--spacing-md) 0;
  }
  .footer-container {
    padding: 0 0.5rem;
    padding: 0 var(--spacing-sm);
  }
  .footer-content {
    gap: 1rem;
    gap: var(--spacing-md);
  }
  .footer-bottom {
    padding-top: 0.5rem;
    padding-top: var(--spacing-sm);
  }
  .footer-newsletter .newsletter-form {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .footer-newsletter .newsletter-form .newsletter-button {
    width: 100%;
  }
}
.footer-sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1000;
}
.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.app-sidebar + .app-footer {
  margin-left: 280px;
}
@media (max-width: 768px) {
  .app-sidebar + .app-footer {
    margin-left: 0;
  }
}
.app-sidebar.collapsed + .app-footer {
  margin-left: 60px;
}
@media (max-width: 768px) {
  .app-sidebar.collapsed + .app-footer {
    margin-left: 0;
  }
}
.container {
  width: 100%;
  padding-right: 1rem;
  padding-right: var(--spacing-md);
  padding-left: 1rem;
  padding-left: var(--spacing-md);
  margin-right: auto;
  margin-left: auto;
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 1rem;
  padding-right: var(--spacing-md);
  padding-left: 1rem;
  padding-left: var(--spacing-md);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: calc(0.5rem * -0.5);
  margin-right: calc(var(--spacing-sm) * -0.5);
  margin-left: calc(0.5rem * -0.5);
  margin-left: calc(var(--spacing-sm) * -0.5);
}
.col,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  width: 100%;
  padding-right: calc(0.5rem * 0.5);
  padding-right: calc(var(--spacing-sm) * 0.5);
  padding-left: calc(0.5rem * 0.5);
  padding-left: calc(var(--spacing-sm) * 0.5);
}
.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
      order: -1;
}
.order-0 {
  -ms-flex-order: 0;
      order: 0;
}
.order-1 {
  -ms-flex-order: 1;
      order: 1;
}
.order-2 {
  -ms-flex-order: 2;
      order: 2;
}
.order-3 {
  -ms-flex-order: 3;
      order: 3;
}
.order-4 {
  -ms-flex-order: 4;
      order: 4;
}
.order-5 {
  -ms-flex-order: 5;
      order: 5;
}
.order-last {
  -ms-flex-order: 6;
      order: 6;
}
@media (min-width: 576px) {
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-last {
    -ms-flex-order: 6;
        order: 6;
  }
}
@media (min-width: 768px) {
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-last {
    -ms-flex-order: 6;
        order: 6;
  }
}
@media (min-width: 992px) {
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-last {
    -ms-flex-order: 6;
        order: 6;
  }
}
@media (min-width: 1200px) {
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-last {
    -ms-flex-order: 6;
        order: 6;
  }
}
@media (min-width: 1400px) {
  .order-xxl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xxl-last {
    -ms-flex-order: 6;
        order: 6;
  }
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1400px) {
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
@media (min-width: 576px) {
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 768px) {
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 992px) {
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 1200px) {
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 1400px) {
  .row-cols-xxl-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xxl-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
.align-items-start {
  -ms-flex-align: start;
      align-items: flex-start;
}
.align-items-center {
  -ms-flex-align: center;
      align-items: center;
}
.align-items-end {
  -ms-flex-align: end;
      align-items: flex-end;
}
.align-items-baseline {
  -ms-flex-align: baseline;
      align-items: baseline;
}
.align-items-stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}
.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.justify-content-start {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.justify-content-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-content-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.justify-content-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.justify-content-evenly {
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
@media (min-width: 576px) {
  .align-items-sm-start {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .align-items-sm-center {
    -ms-flex-align: center;
        align-items: center;
  }
  .align-items-sm-end {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-content-sm-evenly {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }
}
@media (min-width: 768px) {
  .align-items-md-start {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .align-items-md-center {
    -ms-flex-align: center;
        align-items: center;
  }
  .align-items-md-end {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .align-self-md-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-md-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-md-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .justify-content-md-start {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .justify-content-md-center {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .justify-content-md-end {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-content-md-evenly {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }
}
@media (min-width: 992px) {
  .align-items-lg-start {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .align-items-lg-center {
    -ms-flex-align: center;
        align-items: center;
  }
  .align-items-lg-end {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-content-lg-evenly {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }
}
@media (min-width: 1200px) {
  .align-items-xl-start {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .align-items-xl-center {
    -ms-flex-align: center;
        align-items: center;
  }
  .align-items-xl-end {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-content-xl-evenly {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }
}
@media (min-width: 1400px) {
  .align-items-xxl-start {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .align-items-xxl-center {
    -ms-flex-align: center;
        align-items: center;
  }
  .align-items-xxl-end {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .justify-content-xxl-start {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .justify-content-xxl-center {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .justify-content-xxl-end {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .justify-content-xxl-between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-content-xxl-evenly {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand .brand-logo, .theme-navbar .navbar-brand .brand-logo, .navbar .theme-navbar-brand .brand-logo, .theme-navbar .theme-navbar-brand .brand-logo {
    max-height: 28px !important;
  }
  .navbar .navbar-brand .brand-text, .theme-navbar .navbar-brand .brand-text, .navbar .theme-navbar-brand .brand-text, .theme-navbar .theme-navbar-brand .brand-text {
    font-size: 1.1rem;
    display: inline !important;
  }
  .navbar .navbar-collapse, .theme-navbar .navbar-collapse {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
    border-top: 1px solid var(--bs-border-color);
  }
  .navbar .navbar-collapse .navbar-nav .nav-item, .theme-navbar .navbar-collapse .navbar-nav .nav-item, .navbar .navbar-collapse .theme-navbar-nav .nav-item, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item, .navbar .navbar-collapse .navbar-nav .theme-nav-item, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item, .navbar .navbar-collapse .theme-navbar-nav .theme-nav-item, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item {
    margin-bottom: 0.5rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link, .theme-navbar .navbar-collapse .navbar-nav .nav-item .nav-link, .navbar .navbar-collapse .theme-navbar-nav .nav-item .nav-link, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .nav-link, .navbar .navbar-collapse .navbar-nav .theme-nav-item .nav-link, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .nav-link, .navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .nav-link, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .nav-link, .navbar .navbar-collapse .navbar-nav .nav-item .theme-nav-link, .theme-navbar .navbar-collapse .navbar-nav .nav-item .theme-nav-link, .navbar .navbar-collapse .theme-navbar-nav .nav-item .theme-nav-link, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .theme-nav-link, .navbar .navbar-collapse .navbar-nav .theme-nav-item .theme-nav-link, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .theme-nav-link, .navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .theme-nav-link, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .theme-nav-link {
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, .theme-navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-collapse .theme-navbar-nav .nav-item .nav-link:hover, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .nav-link:hover, .navbar .navbar-collapse .navbar-nav .theme-nav-item .nav-link:hover, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .nav-link:hover, .navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .nav-link:hover, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .nav-link:hover, .navbar .navbar-collapse .navbar-nav .nav-item .theme-nav-link:hover, .theme-navbar .navbar-collapse .navbar-nav .nav-item .theme-nav-link:hover, .navbar .navbar-collapse .theme-navbar-nav .nav-item .theme-nav-link:hover, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .theme-nav-link:hover, .navbar .navbar-collapse .navbar-nav .theme-nav-item .theme-nav-link:hover, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .theme-nav-link:hover, .navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .theme-nav-link:hover, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .theme-nav-link:hover {
    background-color: #e9ecef;
    background-color: var(--bs-secondary-bg);
  }
}
@media (max-width: 767.98px) {
  .form-inputs .row {
    margin: 0;
  }
  .form-inputs .row .col-md-2,
  .form-inputs .row .col-md-3,
  .form-inputs .row .col-md-4,
  .form-inputs .row .col-md-6 {
    padding: 0;
    margin-bottom: 1rem;
    width: 100%;
    -ms-flex: none;
        flex: none;
  }
  .card, .theme-card {
    border-radius: 0.75rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
  .card .card-header, .theme-card .card-header, .card .theme-card-header, .theme-card .theme-card-header {
    padding: 1rem;
    border-radius: 0.75rem 0.75rem 0 0;
  }
  .card .card-header .card-title, .theme-card .card-header .card-title, .card .theme-card-header .card-title, .theme-card .theme-card-header .card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
  }
  .card .card-body, .theme-card .card-body, .card .theme-card-body, .theme-card .theme-card-body {
    padding: 1rem;
  }
}
@media (max-width: 991.98px) {
  .table-responsive {
    border: none;
  }
  .table-responsive .theme-table {
    min-width: auto;
  }
  .table-responsive .theme-table thead {
    display: none;
  }
  .table-responsive .theme-table tbody tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #dee2e6;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 1rem;
    background: #fff;
    background: var(--bs-body-bg);
  }
  .table-responsive .theme-table tbody tr td {
    display: block;
    border: none;
    padding: 0.5rem 0;
    text-align: left;
  }
  .table-responsive .theme-table tbody tr td:before {
    content: attr(data-label) ": ";
    font-weight: 600;
    color: #6c757d;
    color: var(--bs-secondary);
    display: inline-block;
    width: 120px;
  }
  .mobile-data-card {
    background: #fff;
    background: var(--bs-body-bg);
    border: 1px solid #dee2e6;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
  }
  .mobile-data-card .data-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    color: var(--bs-secondary);
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin-bottom: 0.25rem;
  }
  .mobile-data-card .data-value {
    font-size: 0.875rem;
    font-weight: 500;
  }
}
@media (max-width: 767.98px) {
  .modal-dialog, .theme-modal-dialog {
    margin: 0.5rem;
    max-width: calc(100% - 1rem);
  }
  .modal-dialog.w-100, .w-100.theme-modal-dialog {
    width: calc(100% - 1rem) !important;
    max-width: calc(100% - 1rem) !important;
  }
  .modal-content, .theme-modal-content {
    border-radius: 0.75rem;
    border: none;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-content .modal-header, .theme-modal-content .modal-header, .modal-content .theme-modal-header, .theme-modal-content .theme-modal-header {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-bottom: 1px solid var(--bs-border-color);
    border-radius: 0.75rem 0.75rem 0 0;
  }
  .modal-content .modal-header .modal-title, .theme-modal-content .modal-header .modal-title, .modal-content .theme-modal-header .modal-title, .theme-modal-content .theme-modal-header .modal-title, .modal-content .modal-header .theme-modal-title, .theme-modal-content .modal-header .theme-modal-title, .modal-content .theme-modal-header .theme-modal-title, .theme-modal-content .theme-modal-header .theme-modal-title {
    font-size: 1.1rem;
    font-weight: 600;
  }
  .modal-content .modal-body, .theme-modal-content .modal-body, .modal-content .theme-modal-body, .theme-modal-content .theme-modal-body {
    padding: 1rem;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
  }
  .modal-content .modal-footer, .theme-modal-content .modal-footer, .modal-content .theme-modal-footer, .theme-modal-content .theme-modal-footer {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-top: 1px solid var(--bs-border-color);
    border-radius: 0 0 0.75rem 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .nav-link, .theme-nav-link {
    min-height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .dropdown-toggle, .theme-dropdown-toggle {
    min-height: 44px;
  }
  .form-control, .theme-form-control,
  .form-select,
  .theme-form-select {
    min-height: 44px;
  }
}
@media (max-width: 767.98px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  h1, .h1 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  h2, .h2 {
    font-size: 1.5rem;
    margin-bottom: 0.875rem;
  }
  h3, .h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  h4, .h4 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
  }
  h5, .h5 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  h6, .h6 {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  .lead {
    font-size: 1.1rem;
  }
  .small {
    font-size: 0.875rem;
  }
}
@keyframes fadeInMobile {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .navbar.theme-navbar, .theme-navbar {
    padding: 0.5rem 0;
  }
  .navbar.theme-navbar .navbar-brand .brand-logo, .theme-navbar .navbar-brand .brand-logo, .theme-navbar .theme-navbar-brand .brand-logo {
    max-height: 28px !important;
  }
  .navbar.theme-navbar .navbar-brand .brand-text, .theme-navbar .navbar-brand .brand-text, .theme-navbar .theme-navbar-brand .brand-text {
    font-size: 1.2rem;
    font-weight: 600;
    display: inline !important;
    margin-left: 0.5rem;
  }
  .navbar.theme-navbar .navbar-toggler, .theme-navbar .navbar-toggler, .theme-navbar .theme-navbar-toggler {
    border: 2px solid #dee2e6;
    border: 2px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 0.5rem;
  }
  .navbar.theme-navbar .navbar-toggler:hover, .theme-navbar .navbar-toggler:hover, .theme-navbar .theme-navbar-toggler:hover {
    background-color: #e9ecef;
    background-color: var(--bs-secondary-bg);
    border-color: #0d6efd;
    border-color: var(--bs-primary);
  }
  .navbar.theme-navbar .navbar-toggler .navbar-toggler-icon, .theme-navbar .navbar-toggler .navbar-toggler-icon, .theme-navbar .theme-navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 1.5rem;
    height: 1.5rem;
  }
  .navbar.theme-navbar .navbar-collapse, .theme-navbar .navbar-collapse {
    background: #fff;
    background: var(--bs-body-bg);
    border: 1px solid #dee2e6;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    margin-top: 1rem;
    padding: 1.5rem;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .navbar.theme-navbar .navbar-collapse .navbar-nav .nav-item, .theme-navbar .navbar-collapse .navbar-nav .nav-item, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item {
    margin-bottom: 0.75rem;
  }
  .navbar.theme-navbar .navbar-collapse .navbar-nav .nav-item .nav-link, .theme-navbar .navbar-collapse .navbar-nav .nav-item .nav-link, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .nav-link, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .nav-link, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .nav-link, .theme-navbar .navbar-collapse .navbar-nav .nav-item .theme-nav-link, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .theme-nav-link, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .theme-nav-link, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .theme-nav-link {
    padding: 0.875rem 1rem;
    border-radius: 0.5rem;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .navbar.theme-navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, .theme-navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .nav-link:hover, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .nav-link:hover, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .nav-link:hover, .theme-navbar .navbar-collapse .navbar-nav .nav-item .theme-nav-link:hover, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .theme-nav-link:hover, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .theme-nav-link:hover, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .theme-nav-link:hover {
    background-color: #e9ecef;
    background-color: var(--bs-secondary-bg);
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .navbar.theme-navbar .navbar-collapse .navbar-nav .nav-item .nav-link i, .theme-navbar .navbar-collapse .navbar-nav .nav-item .nav-link i, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .nav-link i, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .nav-link i, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .nav-link i, .theme-navbar .navbar-collapse .navbar-nav .nav-item .theme-nav-link i, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .theme-nav-link i, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .theme-nav-link i, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .theme-nav-link i {
    margin-right: 0.75rem;
    width: 1.25rem;
    text-align: center;
  }
  .navbar.theme-navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu, .theme-navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .dropdown-menu, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .dropdown-menu, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .dropdown-menu, .theme-navbar .navbar-collapse .navbar-nav .nav-item .theme-dropdown-menu, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .theme-dropdown-menu, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .theme-dropdown-menu, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .theme-dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin-top: 0.5rem;
    border: 1px solid #dee2e6;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #e9ecef;
    background: var(--bs-secondary-bg);
  }
  .navbar.theme-navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item, .theme-navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .dropdown-menu .dropdown-item, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .dropdown-menu .dropdown-item, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .dropdown-menu .dropdown-item, .theme-navbar .navbar-collapse .navbar-nav .nav-item .theme-dropdown-menu .dropdown-item, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .theme-dropdown-menu .dropdown-item, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .theme-dropdown-menu .dropdown-item, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .theme-dropdown-menu .dropdown-item, .theme-navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .theme-dropdown-item, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .dropdown-menu .theme-dropdown-item, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .dropdown-menu .theme-dropdown-item, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .dropdown-menu .theme-dropdown-item, .theme-navbar .navbar-collapse .navbar-nav .nav-item .theme-dropdown-menu .theme-dropdown-item, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .theme-dropdown-menu .theme-dropdown-item, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .theme-dropdown-menu .theme-dropdown-item, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .theme-dropdown-menu .theme-dropdown-item {
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    margin: 0.25rem 0.5rem;
  }
  .navbar.theme-navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .theme-navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .dropdown-menu .dropdown-item:hover, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .dropdown-menu .dropdown-item:hover, .theme-navbar .navbar-collapse .navbar-nav .nav-item .theme-dropdown-menu .dropdown-item:hover, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .theme-dropdown-menu .dropdown-item:hover, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .theme-dropdown-menu .dropdown-item:hover, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .theme-dropdown-menu .dropdown-item:hover, .theme-navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .theme-dropdown-item:hover, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .dropdown-menu .theme-dropdown-item:hover, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .dropdown-menu .theme-dropdown-item:hover, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .dropdown-menu .theme-dropdown-item:hover, .theme-navbar .navbar-collapse .navbar-nav .nav-item .theme-dropdown-menu .theme-dropdown-item:hover, .theme-navbar .navbar-collapse .theme-navbar-nav .nav-item .theme-dropdown-menu .theme-dropdown-item:hover, .theme-navbar .navbar-collapse .navbar-nav .theme-nav-item .theme-dropdown-menu .theme-dropdown-item:hover, .theme-navbar .navbar-collapse .theme-navbar-nav .theme-nav-item .theme-dropdown-menu .theme-dropdown-item:hover {
    background-color: #f8f9fa;
    background-color: var(--bs-tertiary-bg);
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (max-width: 767.98px) {
  .form-inputs .row {
    margin: 0;
  }
  .form-inputs .row .col-md-2,
  .form-inputs .row .col-md-3,
  .form-inputs .row .col-md-4,
  .form-inputs .row .col-md-6,
  .form-inputs .row .col-lg-3,
  .form-inputs .row .col-lg-4,
  .form-inputs .row .col-lg-6 {
    padding: 0;
    margin-bottom: 1.25rem;
    width: 100%;
    -ms-flex: none;
        flex: none;
  }
  .form-control, .theme-form-control,
  .form-select,
  .theme-form-select {
    min-height: 48px;
    font-size: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border: 2px solid #dee2e6;
    border: 2px solid var(--bs-border-color);
  }
  .form-control:focus, .theme-form-control:focus,
  .form-select:focus,
  .theme-form-select:focus {
    border-color: #0d6efd;
    border-color: var(--bs-primary);
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
            box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .input-group .input-group-text, .theme-input-group .input-group-text, .input-group .theme-input-group-text, .theme-input-group .theme-input-group-text {
    min-height: 48px;
    padding: 0.75rem 1rem;
    border: 2px solid #dee2e6;
    border: 2px solid var(--bs-border-color);
    background: #e9ecef;
    background: var(--bs-secondary-bg);
  }
  .input-group .input-group-text i, .theme-input-group .input-group-text i, .input-group .theme-input-group-text i, .theme-input-group .theme-input-group-text i {
    font-size: 1rem;
  }
  .form-label, .theme-form-label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    color: #212529;
    color: var(--bs-body-color);
  }
  .form-text {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    color: rgba(33, 37, 41, 0.75);
    color: var(--bs-secondary-color);
  }
  .form-text i {
    margin-right: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .table-responsive {
    border: none;
    border-radius: 0.75rem;
    overflow: hidden;
  }
  .table-responsive .theme-table {
    min-width: auto;
  }
  .table-responsive .theme-table thead {
    display: none;
  }
  .table-responsive .theme-table tbody tr {
    display: block;
    margin-bottom: 1.25rem;
    border: 1px solid #dee2e6;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    padding: 1.25rem;
    background: #fff;
    background: var(--bs-body-bg);
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
  .table-responsive .theme-table tbody tr:hover {
    -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .table-responsive .theme-table tbody tr td {
    display: block;
    border: none;
    padding: 0.75rem 0;
    text-align: left;
    position: relative;
  }
  .table-responsive .theme-table tbody tr td:before {
    content: attr(data-label) ": ";
    font-weight: 600;
    color: #0d6efd;
    color: var(--bs-primary);
    display: inline-block;
    width: 140px;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
  }
  .table-responsive .theme-table tbody tr td:last-child {
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
    border-top: 1px solid var(--bs-border-color);
    margin-top: 0.5rem;
  }
  .table-responsive .theme-table tbody tr td:last-child:before {
    display: none;
  }
  .table-responsive .theme-table tbody tr td:last-child .btn, .table-responsive .theme-table tbody tr td:last-child .theme-btn, .table-responsive .theme-table tbody tr td:last-child .theme-btn-primary, .table-responsive .theme-table tbody tr td:last-child .theme-btn-secondary, .table-responsive .theme-table tbody tr td:last-child .theme-btn-success, .table-responsive .theme-table tbody tr td:last-child .theme-btn-danger, .table-responsive .theme-table tbody tr td:last-child .theme-btn-warning, .table-responsive .theme-table tbody tr td:last-child .theme-btn-info, .table-responsive .theme-table tbody tr td:last-child .theme-btn-light, .table-responsive .theme-table tbody tr td:last-child .theme-btn-dark, .table-responsive .theme-table tbody tr td:last-child .theme-btn-outline-primary, .table-responsive .theme-table tbody tr td:last-child .theme-btn-outline-secondary, .table-responsive .theme-table tbody tr td:last-child .theme-btn-outline-success, .table-responsive .theme-table tbody tr td:last-child .theme-btn-outline-danger, .table-responsive .theme-table tbody tr td:last-child .theme-btn-outline-warning, .table-responsive .theme-table tbody tr td:last-child .theme-btn-outline-info, .table-responsive .theme-table tbody tr td:last-child .theme-btn-outline-light, .table-responsive .theme-table tbody tr td:last-child .theme-btn-outline-dark {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mobile-data-card {
    background: #fff;
    background: var(--bs-body-bg);
    border: 1px solid #dee2e6;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 0.75rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
  .mobile-data-card:hover {
    -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .mobile-data-card .data-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0d6efd;
    color: var(--bs-primary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.375rem;
  }
  .mobile-data-card .data-value {
    font-size: 0.95rem;
    font-weight: 500;
    color: #212529;
    color: var(--bs-body-color);
  }
  .mobile-data-card .data-value .badge, .mobile-data-card .data-value .theme-badge, .mobile-data-card .data-value .theme-badge-primary, .mobile-data-card .data-value .theme-badge-secondary, .mobile-data-card .data-value .theme-badge-success, .mobile-data-card .data-value .theme-badge-danger, .mobile-data-card .data-value .theme-badge-warning, .mobile-data-card .data-value .theme-badge-info, .mobile-data-card .data-value .theme-badge-light, .mobile-data-card .data-value .theme-badge-dark {
    font-size: 0.8rem;
    padding: 0.375rem 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .modal-dialog, .theme-modal-dialog {
    margin: 0.75rem;
    max-width: calc(100% - 1.5rem);
  }
  .modal-dialog.w-100, .w-100.theme-modal-dialog {
    width: calc(100% - 1.5rem) !important;
    max-width: calc(100% - 1.5rem) !important;
  }
  .modal-dialog.modal-fullscreen-sm-down, .modal-fullscreen-sm-down.theme-modal-dialog {
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .modal-dialog.modal-fullscreen-sm-down .modal-content, .modal-fullscreen-sm-down.theme-modal-dialog .modal-content, .modal-dialog.modal-fullscreen-sm-down .theme-modal-content, .modal-fullscreen-sm-down.theme-modal-dialog .theme-modal-content {
    height: 100%;
    border-radius: 0;
    border: none;
  }
  .modal-content, .theme-modal-content {
    border-radius: 0.75rem;
    border: none;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-content .modal-header, .theme-modal-content .modal-header, .modal-content .theme-modal-header, .theme-modal-content .theme-modal-header {
    padding: 1.25rem;
    border-bottom: 1px solid #dee2e6;
    border-bottom: 1px solid var(--bs-border-color);
    border-radius: 0.75rem 0.75rem 0 0;
    background: #fff;
    background: var(--bs-body-bg);
  }
  .modal-content .modal-header .modal-title, .theme-modal-content .modal-header .modal-title, .modal-content .theme-modal-header .modal-title, .theme-modal-content .theme-modal-header .modal-title, .modal-content .modal-header .theme-modal-title, .theme-modal-content .modal-header .theme-modal-title, .modal-content .theme-modal-header .theme-modal-title, .theme-modal-content .theme-modal-header .theme-modal-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
    color: var(--bs-body-color);
  }
  .modal-content .modal-header .btn-close, .theme-modal-content .modal-header .btn-close, .modal-content .theme-modal-header .btn-close, .theme-modal-content .theme-modal-header .btn-close, .modal-content .modal-header .theme-btn-close, .theme-modal-content .modal-header .theme-btn-close, .modal-content .theme-modal-header .theme-btn-close, .theme-modal-content .theme-modal-header .theme-btn-close {
    padding: 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    background-size: 1.25rem;
  }
  .modal-content .modal-body, .theme-modal-content .modal-body, .modal-content .theme-modal-body, .theme-modal-content .theme-modal-body {
    padding: 1.25rem;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
  }
  .modal-content .modal-body::-webkit-scrollbar, .theme-modal-content .modal-body::-webkit-scrollbar, .modal-content .theme-modal-body::-webkit-scrollbar, .theme-modal-content .theme-modal-body::-webkit-scrollbar {
    width: 6px;
  }
  .modal-content .modal-body::-webkit-scrollbar-track, .theme-modal-content .modal-body::-webkit-scrollbar-track, .modal-content .theme-modal-body::-webkit-scrollbar-track, .theme-modal-content .theme-modal-body::-webkit-scrollbar-track {
    background: #e9ecef;
    background: var(--bs-secondary-bg);
    border-radius: 3px;
  }
  .modal-content .modal-body::-webkit-scrollbar-thumb, .theme-modal-content .modal-body::-webkit-scrollbar-thumb, .modal-content .theme-modal-body::-webkit-scrollbar-thumb, .theme-modal-content .theme-modal-body::-webkit-scrollbar-thumb {
    background: #dee2e6;
    background: var(--bs-border-color);
    border-radius: 3px;
  }
  .modal-content .modal-body::-webkit-scrollbar-thumb:hover, .theme-modal-content .modal-body::-webkit-scrollbar-thumb:hover, .modal-content .theme-modal-body::-webkit-scrollbar-thumb:hover, .theme-modal-content .theme-modal-body::-webkit-scrollbar-thumb:hover {
    background: rgba(33, 37, 41, 0.75);
    background: var(--bs-secondary-color);
  }
  .modal-content .modal-footer, .theme-modal-content .modal-footer, .modal-content .theme-modal-footer, .theme-modal-content .theme-modal-footer {
    padding: 1.25rem;
    border-top: 1px solid #dee2e6;
    border-top: 1px solid var(--bs-border-color);
    border-radius: 0 0 0.75rem 0.75rem;
    background: #fff;
    background: var(--bs-body-bg);
  }
  .modal-content .modal-footer .btn, .theme-modal-content .modal-footer .btn, .modal-content .theme-modal-footer .btn, .theme-modal-content .theme-modal-footer .btn, .modal-content .modal-footer .theme-btn, .theme-modal-content .modal-footer .theme-btn, .modal-content .theme-modal-footer .theme-btn, .theme-modal-content .theme-modal-footer .theme-btn, .modal-content .modal-footer .theme-btn-primary, .theme-modal-content .modal-footer .theme-btn-primary, .modal-content .theme-modal-footer .theme-btn-primary, .theme-modal-content .theme-modal-footer .theme-btn-primary, .modal-content .modal-footer .theme-btn-secondary, .theme-modal-content .modal-footer .theme-btn-secondary, .modal-content .theme-modal-footer .theme-btn-secondary, .theme-modal-content .theme-modal-footer .theme-btn-secondary, .modal-content .modal-footer .theme-btn-success, .theme-modal-content .modal-footer .theme-btn-success, .modal-content .theme-modal-footer .theme-btn-success, .theme-modal-content .theme-modal-footer .theme-btn-success, .modal-content .modal-footer .theme-btn-danger, .theme-modal-content .modal-footer .theme-btn-danger, .modal-content .theme-modal-footer .theme-btn-danger, .theme-modal-content .theme-modal-footer .theme-btn-danger, .modal-content .modal-footer .theme-btn-warning, .theme-modal-content .modal-footer .theme-btn-warning, .modal-content .theme-modal-footer .theme-btn-warning, .theme-modal-content .theme-modal-footer .theme-btn-warning, .modal-content .modal-footer .theme-btn-info, .theme-modal-content .modal-footer .theme-btn-info, .modal-content .theme-modal-footer .theme-btn-info, .theme-modal-content .theme-modal-footer .theme-btn-info, .modal-content .modal-footer .theme-btn-light, .theme-modal-content .modal-footer .theme-btn-light, .modal-content .theme-modal-footer .theme-btn-light, .theme-modal-content .theme-modal-footer .theme-btn-light, .modal-content .modal-footer .theme-btn-dark, .theme-modal-content .modal-footer .theme-btn-dark, .modal-content .theme-modal-footer .theme-btn-dark, .theme-modal-content .theme-modal-footer .theme-btn-dark, .modal-content .modal-footer .theme-btn-outline-primary, .theme-modal-content .modal-footer .theme-btn-outline-primary, .modal-content .theme-modal-footer .theme-btn-outline-primary, .theme-modal-content .theme-modal-footer .theme-btn-outline-primary, .modal-content .modal-footer .theme-btn-outline-secondary, .theme-modal-content .modal-footer .theme-btn-outline-secondary, .modal-content .theme-modal-footer .theme-btn-outline-secondary, .theme-modal-content .theme-modal-footer .theme-btn-outline-secondary, .modal-content .modal-footer .theme-btn-outline-success, .theme-modal-content .modal-footer .theme-btn-outline-success, .modal-content .theme-modal-footer .theme-btn-outline-success, .theme-modal-content .theme-modal-footer .theme-btn-outline-success, .modal-content .modal-footer .theme-btn-outline-danger, .theme-modal-content .modal-footer .theme-btn-outline-danger, .modal-content .theme-modal-footer .theme-btn-outline-danger, .theme-modal-content .theme-modal-footer .theme-btn-outline-danger, .modal-content .modal-footer .theme-btn-outline-warning, .theme-modal-content .modal-footer .theme-btn-outline-warning, .modal-content .theme-modal-footer .theme-btn-outline-warning, .theme-modal-content .theme-modal-footer .theme-btn-outline-warning, .modal-content .modal-footer .theme-btn-outline-info, .theme-modal-content .modal-footer .theme-btn-outline-info, .modal-content .theme-modal-footer .theme-btn-outline-info, .theme-modal-content .theme-modal-footer .theme-btn-outline-info, .modal-content .modal-footer .theme-btn-outline-light, .theme-modal-content .modal-footer .theme-btn-outline-light, .modal-content .theme-modal-footer .theme-btn-outline-light, .theme-modal-content .theme-modal-footer .theme-btn-outline-light, .modal-content .modal-footer .theme-btn-outline-dark, .theme-modal-content .modal-footer .theme-btn-outline-dark, .modal-content .theme-modal-footer .theme-btn-outline-dark, .theme-modal-content .theme-modal-footer .theme-btn-outline-dark {
    min-height: 44px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    border-radius: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .card, .theme-card {
    border-radius: 0.75rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid #dee2e6;
    border: 1px solid var(--bs-border-color);
  }
  .card:hover, .theme-card:hover {
    -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .card .card-header, .theme-card .card-header, .card .theme-card-header, .theme-card .theme-card-header {
    padding: 1.25rem;
    border-radius: 0.75rem 0.75rem 0 0;
    background: #e9ecef;
    background: var(--bs-secondary-bg);
    border-bottom: 1px solid #dee2e6;
    border-bottom: 1px solid var(--bs-border-color);
  }
  .card .card-header .card-title, .theme-card .card-header .card-title, .card .theme-card-header .card-title, .theme-card .theme-card-header .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: #212529;
    color: var(--bs-body-color);
  }
  .card .card-body, .theme-card .card-body, .card .theme-card-body, .theme-card .theme-card-body {
    padding: 1.25rem;
  }
  .card .card-footer, .theme-card .card-footer, .card .theme-card-footer, .theme-card .theme-card-footer {
    padding: 1rem 1.25rem;
    background: #e9ecef;
    background: var(--bs-secondary-bg);
    border-top: 1px solid #dee2e6;
    border-top: 1px solid var(--bs-border-color);
    border-radius: 0 0 0.75rem 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .btn, .theme-btn, .theme-btn-primary, .theme-btn-secondary, .theme-btn-success, .theme-btn-danger, .theme-btn-warning, .theme-btn-info, .theme-btn-light, .theme-btn-dark, .theme-btn-outline-primary, .theme-btn-outline-secondary, .theme-btn-outline-success, .theme-btn-outline-danger, .theme-btn-outline-warning, .theme-btn-outline-info, .theme-btn-outline-light, .theme-btn-outline-dark {
    min-height: 44px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    border-radius: 0.5rem;
  }
  .btn.btn-sm, .btn-sm.theme-btn, .btn-sm.theme-btn-primary, .btn-sm.theme-btn-secondary, .btn-sm.theme-btn-success, .btn-sm.theme-btn-danger, .btn-sm.theme-btn-warning, .btn-sm.theme-btn-info, .btn-sm.theme-btn-light, .btn-sm.theme-btn-dark, .btn-sm.theme-btn-outline-primary, .btn-sm.theme-btn-outline-secondary, .btn-sm.theme-btn-outline-success, .btn-sm.theme-btn-outline-danger, .btn-sm.theme-btn-outline-warning, .btn-sm.theme-btn-outline-info, .btn-sm.theme-btn-outline-light, .btn-sm.theme-btn-outline-dark, .btn-group-sm > .btn, .btn-group-sm > .theme-btn.btn, .btn-group-sm > .theme-btn-primary.btn, .btn-group-sm > .theme-btn-secondary.btn, .btn-group-sm > .theme-btn-success.btn, .btn-group-sm > .theme-btn-danger.btn, .btn-group-sm > .theme-btn-warning.btn, .btn-group-sm > .theme-btn-info.btn, .btn-group-sm > .theme-btn-light.btn, .btn-group-sm > .theme-btn-dark.btn, .btn-group-sm > .theme-btn-outline-primary.btn, .btn-group-sm > .theme-btn-outline-secondary.btn, .btn-group-sm > .theme-btn-outline-success.btn, .btn-group-sm > .theme-btn-outline-danger.btn, .btn-group-sm > .theme-btn-outline-warning.btn, .btn-group-sm > .theme-btn-outline-info.btn, .btn-group-sm > .theme-btn-outline-light.btn, .btn-group-sm > .theme-btn-outline-dark.btn, .btn-group-sm > .btn.theme-btn, .btn-group-sm > .theme-btn, .btn-group-sm > .theme-btn-primary.theme-btn, .btn-group-sm > .theme-btn-secondary.theme-btn, .btn-group-sm > .theme-btn-success.theme-btn, .btn-group-sm > .theme-btn-danger.theme-btn, .btn-group-sm > .theme-btn-warning.theme-btn, .btn-group-sm > .theme-btn-info.theme-btn, .btn-group-sm > .theme-btn-light.theme-btn, .btn-group-sm > .theme-btn-dark.theme-btn, .btn-group-sm > .theme-btn-outline-primary.theme-btn, .btn-group-sm > .theme-btn-outline-secondary.theme-btn, .btn-group-sm > .theme-btn-outline-success.theme-btn, .btn-group-sm > .theme-btn-outline-danger.theme-btn, .btn-group-sm > .theme-btn-outline-warning.theme-btn, .btn-group-sm > .theme-btn-outline-info.theme-btn, .btn-group-sm > .theme-btn-outline-light.theme-btn, .btn-group-sm > .theme-btn-outline-dark.theme-btn, .btn-group-sm > .btn.theme-btn-primary, .btn-group-sm > .theme-btn.theme-btn-primary, .btn-group-sm > .theme-btn-primary, .btn-group-sm > .theme-btn-secondary.theme-btn-primary, .btn-group-sm > .theme-btn-success.theme-btn-primary, .btn-group-sm > .theme-btn-danger.theme-btn-primary, .btn-group-sm > .theme-btn-warning.theme-btn-primary, .btn-group-sm > .theme-btn-info.theme-btn-primary, .btn-group-sm > .theme-btn-light.theme-btn-primary, .btn-group-sm > .theme-btn-dark.theme-btn-primary, .btn-group-sm > .theme-btn-outline-primary.theme-btn-primary, .btn-group-sm > .theme-btn-outline-secondary.theme-btn-primary, .btn-group-sm > .theme-btn-outline-success.theme-btn-primary, .btn-group-sm > .theme-btn-outline-danger.theme-btn-primary, .btn-group-sm > .theme-btn-outline-warning.theme-btn-primary, .btn-group-sm > .theme-btn-outline-info.theme-btn-primary, .btn-group-sm > .theme-btn-outline-light.theme-btn-primary, .btn-group-sm > .theme-btn-outline-dark.theme-btn-primary, .btn-group-sm > .btn.theme-btn-secondary, .btn-group-sm > .theme-btn.theme-btn-secondary, .btn-group-sm > .theme-btn-primary.theme-btn-secondary, .btn-group-sm > .theme-btn-secondary, .btn-group-sm > .theme-btn-success.theme-btn-secondary, .btn-group-sm > .theme-btn-danger.theme-btn-secondary, .btn-group-sm > .theme-btn-warning.theme-btn-secondary, .btn-group-sm > .theme-btn-info.theme-btn-secondary, .btn-group-sm > .theme-btn-light.theme-btn-secondary, .btn-group-sm > .theme-btn-dark.theme-btn-secondary, .btn-group-sm > .theme-btn-outline-primary.theme-btn-secondary, .btn-group-sm > .theme-btn-outline-secondary.theme-btn-secondary, .btn-group-sm > .theme-btn-outline-success.theme-btn-secondary, .btn-group-sm > .theme-btn-outline-danger.theme-btn-secondary, .btn-group-sm > .theme-btn-outline-warning.theme-btn-secondary, .btn-group-sm > .theme-btn-outline-info.theme-btn-secondary, .btn-group-sm > .theme-btn-outline-light.theme-btn-secondary, .btn-group-sm > .theme-btn-outline-dark.theme-btn-secondary, .btn-group-sm > .btn.theme-btn-success, .btn-group-sm > .theme-btn.theme-btn-success, .btn-group-sm > .theme-btn-primary.theme-btn-success, .btn-group-sm > .theme-btn-secondary.theme-btn-success, .btn-group-sm > .theme-btn-success, .btn-group-sm > .theme-btn-danger.theme-btn-success, .btn-group-sm > .theme-btn-warning.theme-btn-success, .btn-group-sm > .theme-btn-info.theme-btn-success, .btn-group-sm > .theme-btn-light.theme-btn-success, .btn-group-sm > .theme-btn-dark.theme-btn-success, .btn-group-sm > .theme-btn-outline-primary.theme-btn-success, .btn-group-sm > .theme-btn-outline-secondary.theme-btn-success, .btn-group-sm > .theme-btn-outline-success.theme-btn-success, .btn-group-sm > .theme-btn-outline-danger.theme-btn-success, .btn-group-sm > .theme-btn-outline-warning.theme-btn-success, .btn-group-sm > .theme-btn-outline-info.theme-btn-success, .btn-group-sm > .theme-btn-outline-light.theme-btn-success, .btn-group-sm > .theme-btn-outline-dark.theme-btn-success, .btn-group-sm > .btn.theme-btn-danger, .btn-group-sm > .theme-btn.theme-btn-danger, .btn-group-sm > .theme-btn-primary.theme-btn-danger, .btn-group-sm > .theme-btn-secondary.theme-btn-danger, .btn-group-sm > .theme-btn-success.theme-btn-danger, .btn-group-sm > .theme-btn-danger, .btn-group-sm > .theme-btn-warning.theme-btn-danger, .btn-group-sm > .theme-btn-info.theme-btn-danger, .btn-group-sm > .theme-btn-light.theme-btn-danger, .btn-group-sm > .theme-btn-dark.theme-btn-danger, .btn-group-sm > .theme-btn-outline-primary.theme-btn-danger, .btn-group-sm > .theme-btn-outline-secondary.theme-btn-danger, .btn-group-sm > .theme-btn-outline-success.theme-btn-danger, .btn-group-sm > .theme-btn-outline-danger.theme-btn-danger, .btn-group-sm > .theme-btn-outline-warning.theme-btn-danger, .btn-group-sm > .theme-btn-outline-info.theme-btn-danger, .btn-group-sm > .theme-btn-outline-light.theme-btn-danger, .btn-group-sm > .theme-btn-outline-dark.theme-btn-danger, .btn-group-sm > .btn.theme-btn-warning, .btn-group-sm > .theme-btn.theme-btn-warning, .btn-group-sm > .theme-btn-primary.theme-btn-warning, .btn-group-sm > .theme-btn-secondary.theme-btn-warning, .btn-group-sm > .theme-btn-success.theme-btn-warning, .btn-group-sm > .theme-btn-danger.theme-btn-warning, .btn-group-sm > .theme-btn-warning, .btn-group-sm > .theme-btn-info.theme-btn-warning, .btn-group-sm > .theme-btn-light.theme-btn-warning, .btn-group-sm > .theme-btn-dark.theme-btn-warning, .btn-group-sm > .theme-btn-outline-primary.theme-btn-warning, .btn-group-sm > .theme-btn-outline-secondary.theme-btn-warning, .btn-group-sm > .theme-btn-outline-success.theme-btn-warning, .btn-group-sm > .theme-btn-outline-danger.theme-btn-warning, .btn-group-sm > .theme-btn-outline-warning.theme-btn-warning, .btn-group-sm > .theme-btn-outline-info.theme-btn-warning, .btn-group-sm > .theme-btn-outline-light.theme-btn-warning, .btn-group-sm > .theme-btn-outline-dark.theme-btn-warning, .btn-group-sm > .btn.theme-btn-info, .btn-group-sm > .theme-btn.theme-btn-info, .btn-group-sm > .theme-btn-primary.theme-btn-info, .btn-group-sm > .theme-btn-secondary.theme-btn-info, .btn-group-sm > .theme-btn-success.theme-btn-info, .btn-group-sm > .theme-btn-danger.theme-btn-info, .btn-group-sm > .theme-btn-warning.theme-btn-info, .btn-group-sm > .theme-btn-info, .btn-group-sm > .theme-btn-light.theme-btn-info, .btn-group-sm > .theme-btn-dark.theme-btn-info, .btn-group-sm > .theme-btn-outline-primary.theme-btn-info, .btn-group-sm > .theme-btn-outline-secondary.theme-btn-info, .btn-group-sm > .theme-btn-outline-success.theme-btn-info, .btn-group-sm > .theme-btn-outline-danger.theme-btn-info, .btn-group-sm > .theme-btn-outline-warning.theme-btn-info, .btn-group-sm > .theme-btn-outline-info.theme-btn-info, .btn-group-sm > .theme-btn-outline-light.theme-btn-info, .btn-group-sm > .theme-btn-outline-dark.theme-btn-info, .btn-group-sm > .btn.theme-btn-light, .btn-group-sm > .theme-btn.theme-btn-light, .btn-group-sm > .theme-btn-primary.theme-btn-light, .btn-group-sm > .theme-btn-secondary.theme-btn-light, .btn-group-sm > .theme-btn-success.theme-btn-light, .btn-group-sm > .theme-btn-danger.theme-btn-light, .btn-group-sm > .theme-btn-warning.theme-btn-light, .btn-group-sm > .theme-btn-info.theme-btn-light, .btn-group-sm > .theme-btn-light, .btn-group-sm > .theme-btn-dark.theme-btn-light, .btn-group-sm > .theme-btn-outline-primary.theme-btn-light, .btn-group-sm > .theme-btn-outline-secondary.theme-btn-light, .btn-group-sm > .theme-btn-outline-success.theme-btn-light, .btn-group-sm > .theme-btn-outline-danger.theme-btn-light, .btn-group-sm > .theme-btn-outline-warning.theme-btn-light, .btn-group-sm > .theme-btn-outline-info.theme-btn-light, .btn-group-sm > .theme-btn-outline-light.theme-btn-light, .btn-group-sm > .theme-btn-outline-dark.theme-btn-light, .btn-group-sm > .btn.theme-btn-dark, .btn-group-sm > .theme-btn.theme-btn-dark, .btn-group-sm > .theme-btn-primary.theme-btn-dark, .btn-group-sm > .theme-btn-secondary.theme-btn-dark, .btn-group-sm > .theme-btn-success.theme-btn-dark, .btn-group-sm > .theme-btn-danger.theme-btn-dark, .btn-group-sm > .theme-btn-warning.theme-btn-dark, .btn-group-sm > .theme-btn-info.theme-btn-dark, .btn-group-sm > .theme-btn-light.theme-btn-dark, .btn-group-sm > .theme-btn-dark, .btn-group-sm > .theme-btn-outline-primary.theme-btn-dark, .btn-group-sm > .theme-btn-outline-secondary.theme-btn-dark, .btn-group-sm > .theme-btn-outline-success.theme-btn-dark, .btn-group-sm > .theme-btn-outline-danger.theme-btn-dark, .btn-group-sm > .theme-btn-outline-warning.theme-btn-dark, .btn-group-sm > .theme-btn-outline-info.theme-btn-dark, .btn-group-sm > .theme-btn-outline-light.theme-btn-dark, .btn-group-sm > .theme-btn-outline-dark.theme-btn-dark, .btn-group-sm > .btn.theme-btn-outline-primary, .btn-group-sm > .theme-btn.theme-btn-outline-primary, .btn-group-sm > .theme-btn-primary.theme-btn-outline-primary, .btn-group-sm > .theme-btn-secondary.theme-btn-outline-primary, .btn-group-sm > .theme-btn-success.theme-btn-outline-primary, .btn-group-sm > .theme-btn-danger.theme-btn-outline-primary, .btn-group-sm > .theme-btn-warning.theme-btn-outline-primary, .btn-group-sm > .theme-btn-info.theme-btn-outline-primary, .btn-group-sm > .theme-btn-light.theme-btn-outline-primary, .btn-group-sm > .theme-btn-dark.theme-btn-outline-primary, .btn-group-sm > .theme-btn-outline-primary, .btn-group-sm > .theme-btn-outline-secondary.theme-btn-outline-primary, .btn-group-sm > .theme-btn-outline-success.theme-btn-outline-primary, .btn-group-sm > .theme-btn-outline-danger.theme-btn-outline-primary, .btn-group-sm > .theme-btn-outline-warning.theme-btn-outline-primary, .btn-group-sm > .theme-btn-outline-info.theme-btn-outline-primary, .btn-group-sm > .theme-btn-outline-light.theme-btn-outline-primary, .btn-group-sm > .theme-btn-outline-dark.theme-btn-outline-primary, .btn-group-sm > .btn.theme-btn-outline-secondary, .btn-group-sm > .theme-btn.theme-btn-outline-secondary, .btn-group-sm > .theme-btn-primary.theme-btn-outline-secondary, .btn-group-sm > .theme-btn-secondary.theme-btn-outline-secondary, .btn-group-sm > .theme-btn-success.theme-btn-outline-secondary, .btn-group-sm > .theme-btn-danger.theme-btn-outline-secondary, .btn-group-sm > .theme-btn-warning.theme-btn-outline-secondary, .btn-group-sm > .theme-btn-info.theme-btn-outline-secondary, .btn-group-sm > .theme-btn-light.theme-btn-outline-secondary, .btn-group-sm > .theme-btn-dark.theme-btn-outline-secondary, .btn-group-sm > .theme-btn-outline-primary.theme-btn-outline-secondary, .btn-group-sm > .theme-btn-outline-secondary, .btn-group-sm > .theme-btn-outline-success.theme-btn-outline-secondary, .btn-group-sm > .theme-btn-outline-danger.theme-btn-outline-secondary, .btn-group-sm > .theme-btn-outline-warning.theme-btn-outline-secondary, .btn-group-sm > .theme-btn-outline-info.theme-btn-outline-secondary, .btn-group-sm > .theme-btn-outline-light.theme-btn-outline-secondary, .btn-group-sm > .theme-btn-outline-dark.theme-btn-outline-secondary, .btn-group-sm > .btn.theme-btn-outline-success, .btn-group-sm > .theme-btn.theme-btn-outline-success, .btn-group-sm > .theme-btn-primary.theme-btn-outline-success, .btn-group-sm > .theme-btn-secondary.theme-btn-outline-success, .btn-group-sm > .theme-btn-success.theme-btn-outline-success, .btn-group-sm > .theme-btn-danger.theme-btn-outline-success, .btn-group-sm > .theme-btn-warning.theme-btn-outline-success, .btn-group-sm > .theme-btn-info.theme-btn-outline-success, .btn-group-sm > .theme-btn-light.theme-btn-outline-success, .btn-group-sm > .theme-btn-dark.theme-btn-outline-success, .btn-group-sm > .theme-btn-outline-primary.theme-btn-outline-success, .btn-group-sm > .theme-btn-outline-secondary.theme-btn-outline-success, .btn-group-sm > .theme-btn-outline-success, .btn-group-sm > .theme-btn-outline-danger.theme-btn-outline-success, .btn-group-sm > .theme-btn-outline-warning.theme-btn-outline-success, .btn-group-sm > .theme-btn-outline-info.theme-btn-outline-success, .btn-group-sm > .theme-btn-outline-light.theme-btn-outline-success, .btn-group-sm > .theme-btn-outline-dark.theme-btn-outline-success, .btn-group-sm > .btn.theme-btn-outline-danger, .btn-group-sm > .theme-btn.theme-btn-outline-danger, .btn-group-sm > .theme-btn-primary.theme-btn-outline-danger, .btn-group-sm > .theme-btn-secondary.theme-btn-outline-danger, .btn-group-sm > .theme-btn-success.theme-btn-outline-danger, .btn-group-sm > .theme-btn-danger.theme-btn-outline-danger, .btn-group-sm > .theme-btn-warning.theme-btn-outline-danger, .btn-group-sm > .theme-btn-info.theme-btn-outline-danger, .btn-group-sm > .theme-btn-light.theme-btn-outline-danger, .btn-group-sm > .theme-btn-dark.theme-btn-outline-danger, .btn-group-sm > .theme-btn-outline-primary.theme-btn-outline-danger, .btn-group-sm > .theme-btn-outline-secondary.theme-btn-outline-danger, .btn-group-sm > .theme-btn-outline-success.theme-btn-outline-danger, .btn-group-sm > .theme-btn-outline-danger, .btn-group-sm > .theme-btn-outline-warning.theme-btn-outline-danger, .btn-group-sm > .theme-btn-outline-info.theme-btn-outline-danger, .btn-group-sm > .theme-btn-outline-light.theme-btn-outline-danger, .btn-group-sm > .theme-btn-outline-dark.theme-btn-outline-danger, .btn-group-sm > .btn.theme-btn-outline-warning, .btn-group-sm > .theme-btn.theme-btn-outline-warning, .btn-group-sm > .theme-btn-primary.theme-btn-outline-warning, .btn-group-sm > .theme-btn-secondary.theme-btn-outline-warning, .btn-group-sm > .theme-btn-success.theme-btn-outline-warning, .btn-group-sm > .theme-btn-danger.theme-btn-outline-warning, .btn-group-sm > .theme-btn-warning.theme-btn-outline-warning, .btn-group-sm > .theme-btn-info.theme-btn-outline-warning, .btn-group-sm > .theme-btn-light.theme-btn-outline-warning, .btn-group-sm > .theme-btn-dark.theme-btn-outline-warning, .btn-group-sm > .theme-btn-outline-primary.theme-btn-outline-warning, .btn-group-sm > .theme-btn-outline-secondary.theme-btn-outline-warning, .btn-group-sm > .theme-btn-outline-success.theme-btn-outline-warning, .btn-group-sm > .theme-btn-outline-danger.theme-btn-outline-warning, .btn-group-sm > .theme-btn-outline-warning, .btn-group-sm > .theme-btn-outline-info.theme-btn-outline-warning, .btn-group-sm > .theme-btn-outline-light.theme-btn-outline-warning, .btn-group-sm > .theme-btn-outline-dark.theme-btn-outline-warning, .btn-group-sm > .btn.theme-btn-outline-info, .btn-group-sm > .theme-btn.theme-btn-outline-info, .btn-group-sm > .theme-btn-primary.theme-btn-outline-info, .btn-group-sm > .theme-btn-secondary.theme-btn-outline-info, .btn-group-sm > .theme-btn-success.theme-btn-outline-info, .btn-group-sm > .theme-btn-danger.theme-btn-outline-info, .btn-group-sm > .theme-btn-warning.theme-btn-outline-info, .btn-group-sm > .theme-btn-info.theme-btn-outline-info, .btn-group-sm > .theme-btn-light.theme-btn-outline-info, .btn-group-sm > .theme-btn-dark.theme-btn-outline-info, .btn-group-sm > .theme-btn-outline-primary.theme-btn-outline-info, .btn-group-sm > .theme-btn-outline-secondary.theme-btn-outline-info, .btn-group-sm > .theme-btn-outline-success.theme-btn-outline-info, .btn-group-sm > .theme-btn-outline-danger.theme-btn-outline-info, .btn-group-sm > .theme-btn-outline-warning.theme-btn-outline-info, .btn-group-sm > .theme-btn-outline-info, .btn-group-sm > .theme-btn-outline-light.theme-btn-outline-info, .btn-group-sm > .theme-btn-outline-dark.theme-btn-outline-info, .btn-group-sm > .btn.theme-btn-outline-light, .btn-group-sm > .theme-btn.theme-btn-outline-light, .btn-group-sm > .theme-btn-primary.theme-btn-outline-light, .btn-group-sm > .theme-btn-secondary.theme-btn-outline-light, .btn-group-sm > .theme-btn-success.theme-btn-outline-light, .btn-group-sm > .theme-btn-danger.theme-btn-outline-light, .btn-group-sm > .theme-btn-warning.theme-btn-outline-light, .btn-group-sm > .theme-btn-info.theme-btn-outline-light, .btn-group-sm > .theme-btn-light.theme-btn-outline-light, .btn-group-sm > .theme-btn-dark.theme-btn-outline-light, .btn-group-sm > .theme-btn-outline-primary.theme-btn-outline-light, .btn-group-sm > .theme-btn-outline-secondary.theme-btn-outline-light, .btn-group-sm > .theme-btn-outline-success.theme-btn-outline-light, .btn-group-sm > .theme-btn-outline-danger.theme-btn-outline-light, .btn-group-sm > .theme-btn-outline-warning.theme-btn-outline-light, .btn-group-sm > .theme-btn-outline-info.theme-btn-outline-light, .btn-group-sm > .theme-btn-outline-light, .btn-group-sm > .theme-btn-outline-dark.theme-btn-outline-light, .btn-group-sm > .btn.theme-btn-outline-dark, .btn-group-sm > .theme-btn.theme-btn-outline-dark, .btn-group-sm > .theme-btn-primary.theme-btn-outline-dark, .btn-group-sm > .theme-btn-secondary.theme-btn-outline-dark, .btn-group-sm > .theme-btn-success.theme-btn-outline-dark, .btn-group-sm > .theme-btn-danger.theme-btn-outline-dark, .btn-group-sm > .theme-btn-warning.theme-btn-outline-dark, .btn-group-sm > .theme-btn-info.theme-btn-outline-dark, .btn-group-sm > .theme-btn-light.theme-btn-outline-dark, .btn-group-sm > .theme-btn-dark.theme-btn-outline-dark, .btn-group-sm > .theme-btn-outline-primary.theme-btn-outline-dark, .btn-group-sm > .theme-btn-outline-secondary.theme-btn-outline-dark, .btn-group-sm > .theme-btn-outline-success.theme-btn-outline-dark, .btn-group-sm > .theme-btn-outline-danger.theme-btn-outline-dark, .btn-group-sm > .theme-btn-outline-warning.theme-btn-outline-dark, .btn-group-sm > .theme-btn-outline-info.theme-btn-outline-dark, .btn-group-sm > .theme-btn-outline-light.theme-btn-outline-dark, .btn-group-sm > .theme-btn-outline-dark {
    min-height: 36px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
  .btn.btn-lg, .btn-lg.theme-btn, .btn-lg.theme-btn-primary, .btn-lg.theme-btn-secondary, .btn-lg.theme-btn-success, .btn-lg.theme-btn-danger, .btn-lg.theme-btn-warning, .btn-lg.theme-btn-info, .btn-lg.theme-btn-light, .btn-lg.theme-btn-dark, .btn-lg.theme-btn-outline-primary, .btn-lg.theme-btn-outline-secondary, .btn-lg.theme-btn-outline-success, .btn-lg.theme-btn-outline-danger, .btn-lg.theme-btn-outline-warning, .btn-lg.theme-btn-outline-info, .btn-lg.theme-btn-outline-light, .btn-lg.theme-btn-outline-dark, .btn-group-lg > .btn, .btn-group-lg > .theme-btn.btn, .btn-group-lg > .theme-btn-primary.btn, .btn-group-lg > .theme-btn-secondary.btn, .btn-group-lg > .theme-btn-success.btn, .btn-group-lg > .theme-btn-danger.btn, .btn-group-lg > .theme-btn-warning.btn, .btn-group-lg > .theme-btn-info.btn, .btn-group-lg > .theme-btn-light.btn, .btn-group-lg > .theme-btn-dark.btn, .btn-group-lg > .theme-btn-outline-primary.btn, .btn-group-lg > .theme-btn-outline-secondary.btn, .btn-group-lg > .theme-btn-outline-success.btn, .btn-group-lg > .theme-btn-outline-danger.btn, .btn-group-lg > .theme-btn-outline-warning.btn, .btn-group-lg > .theme-btn-outline-info.btn, .btn-group-lg > .theme-btn-outline-light.btn, .btn-group-lg > .theme-btn-outline-dark.btn, .btn-group-lg > .btn.theme-btn, .btn-group-lg > .theme-btn, .btn-group-lg > .theme-btn-primary.theme-btn, .btn-group-lg > .theme-btn-secondary.theme-btn, .btn-group-lg > .theme-btn-success.theme-btn, .btn-group-lg > .theme-btn-danger.theme-btn, .btn-group-lg > .theme-btn-warning.theme-btn, .btn-group-lg > .theme-btn-info.theme-btn, .btn-group-lg > .theme-btn-light.theme-btn, .btn-group-lg > .theme-btn-dark.theme-btn, .btn-group-lg > .theme-btn-outline-primary.theme-btn, .btn-group-lg > .theme-btn-outline-secondary.theme-btn, .btn-group-lg > .theme-btn-outline-success.theme-btn, .btn-group-lg > .theme-btn-outline-danger.theme-btn, .btn-group-lg > .theme-btn-outline-warning.theme-btn, .btn-group-lg > .theme-btn-outline-info.theme-btn, .btn-group-lg > .theme-btn-outline-light.theme-btn, .btn-group-lg > .theme-btn-outline-dark.theme-btn, .btn-group-lg > .btn.theme-btn-primary, .btn-group-lg > .theme-btn.theme-btn-primary, .btn-group-lg > .theme-btn-primary, .btn-group-lg > .theme-btn-secondary.theme-btn-primary, .btn-group-lg > .theme-btn-success.theme-btn-primary, .btn-group-lg > .theme-btn-danger.theme-btn-primary, .btn-group-lg > .theme-btn-warning.theme-btn-primary, .btn-group-lg > .theme-btn-info.theme-btn-primary, .btn-group-lg > .theme-btn-light.theme-btn-primary, .btn-group-lg > .theme-btn-dark.theme-btn-primary, .btn-group-lg > .theme-btn-outline-primary.theme-btn-primary, .btn-group-lg > .theme-btn-outline-secondary.theme-btn-primary, .btn-group-lg > .theme-btn-outline-success.theme-btn-primary, .btn-group-lg > .theme-btn-outline-danger.theme-btn-primary, .btn-group-lg > .theme-btn-outline-warning.theme-btn-primary, .btn-group-lg > .theme-btn-outline-info.theme-btn-primary, .btn-group-lg > .theme-btn-outline-light.theme-btn-primary, .btn-group-lg > .theme-btn-outline-dark.theme-btn-primary, .btn-group-lg > .btn.theme-btn-secondary, .btn-group-lg > .theme-btn.theme-btn-secondary, .btn-group-lg > .theme-btn-primary.theme-btn-secondary, .btn-group-lg > .theme-btn-secondary, .btn-group-lg > .theme-btn-success.theme-btn-secondary, .btn-group-lg > .theme-btn-danger.theme-btn-secondary, .btn-group-lg > .theme-btn-warning.theme-btn-secondary, .btn-group-lg > .theme-btn-info.theme-btn-secondary, .btn-group-lg > .theme-btn-light.theme-btn-secondary, .btn-group-lg > .theme-btn-dark.theme-btn-secondary, .btn-group-lg > .theme-btn-outline-primary.theme-btn-secondary, .btn-group-lg > .theme-btn-outline-secondary.theme-btn-secondary, .btn-group-lg > .theme-btn-outline-success.theme-btn-secondary, .btn-group-lg > .theme-btn-outline-danger.theme-btn-secondary, .btn-group-lg > .theme-btn-outline-warning.theme-btn-secondary, .btn-group-lg > .theme-btn-outline-info.theme-btn-secondary, .btn-group-lg > .theme-btn-outline-light.theme-btn-secondary, .btn-group-lg > .theme-btn-outline-dark.theme-btn-secondary, .btn-group-lg > .btn.theme-btn-success, .btn-group-lg > .theme-btn.theme-btn-success, .btn-group-lg > .theme-btn-primary.theme-btn-success, .btn-group-lg > .theme-btn-secondary.theme-btn-success, .btn-group-lg > .theme-btn-success, .btn-group-lg > .theme-btn-danger.theme-btn-success, .btn-group-lg > .theme-btn-warning.theme-btn-success, .btn-group-lg > .theme-btn-info.theme-btn-success, .btn-group-lg > .theme-btn-light.theme-btn-success, .btn-group-lg > .theme-btn-dark.theme-btn-success, .btn-group-lg > .theme-btn-outline-primary.theme-btn-success, .btn-group-lg > .theme-btn-outline-secondary.theme-btn-success, .btn-group-lg > .theme-btn-outline-success.theme-btn-success, .btn-group-lg > .theme-btn-outline-danger.theme-btn-success, .btn-group-lg > .theme-btn-outline-warning.theme-btn-success, .btn-group-lg > .theme-btn-outline-info.theme-btn-success, .btn-group-lg > .theme-btn-outline-light.theme-btn-success, .btn-group-lg > .theme-btn-outline-dark.theme-btn-success, .btn-group-lg > .btn.theme-btn-danger, .btn-group-lg > .theme-btn.theme-btn-danger, .btn-group-lg > .theme-btn-primary.theme-btn-danger, .btn-group-lg > .theme-btn-secondary.theme-btn-danger, .btn-group-lg > .theme-btn-success.theme-btn-danger, .btn-group-lg > .theme-btn-danger, .btn-group-lg > .theme-btn-warning.theme-btn-danger, .btn-group-lg > .theme-btn-info.theme-btn-danger, .btn-group-lg > .theme-btn-light.theme-btn-danger, .btn-group-lg > .theme-btn-dark.theme-btn-danger, .btn-group-lg > .theme-btn-outline-primary.theme-btn-danger, .btn-group-lg > .theme-btn-outline-secondary.theme-btn-danger, .btn-group-lg > .theme-btn-outline-success.theme-btn-danger, .btn-group-lg > .theme-btn-outline-danger.theme-btn-danger, .btn-group-lg > .theme-btn-outline-warning.theme-btn-danger, .btn-group-lg > .theme-btn-outline-info.theme-btn-danger, .btn-group-lg > .theme-btn-outline-light.theme-btn-danger, .btn-group-lg > .theme-btn-outline-dark.theme-btn-danger, .btn-group-lg > .btn.theme-btn-warning, .btn-group-lg > .theme-btn.theme-btn-warning, .btn-group-lg > .theme-btn-primary.theme-btn-warning, .btn-group-lg > .theme-btn-secondary.theme-btn-warning, .btn-group-lg > .theme-btn-success.theme-btn-warning, .btn-group-lg > .theme-btn-danger.theme-btn-warning, .btn-group-lg > .theme-btn-warning, .btn-group-lg > .theme-btn-info.theme-btn-warning, .btn-group-lg > .theme-btn-light.theme-btn-warning, .btn-group-lg > .theme-btn-dark.theme-btn-warning, .btn-group-lg > .theme-btn-outline-primary.theme-btn-warning, .btn-group-lg > .theme-btn-outline-secondary.theme-btn-warning, .btn-group-lg > .theme-btn-outline-success.theme-btn-warning, .btn-group-lg > .theme-btn-outline-danger.theme-btn-warning, .btn-group-lg > .theme-btn-outline-warning.theme-btn-warning, .btn-group-lg > .theme-btn-outline-info.theme-btn-warning, .btn-group-lg > .theme-btn-outline-light.theme-btn-warning, .btn-group-lg > .theme-btn-outline-dark.theme-btn-warning, .btn-group-lg > .btn.theme-btn-info, .btn-group-lg > .theme-btn.theme-btn-info, .btn-group-lg > .theme-btn-primary.theme-btn-info, .btn-group-lg > .theme-btn-secondary.theme-btn-info, .btn-group-lg > .theme-btn-success.theme-btn-info, .btn-group-lg > .theme-btn-danger.theme-btn-info, .btn-group-lg > .theme-btn-warning.theme-btn-info, .btn-group-lg > .theme-btn-info, .btn-group-lg > .theme-btn-light.theme-btn-info, .btn-group-lg > .theme-btn-dark.theme-btn-info, .btn-group-lg > .theme-btn-outline-primary.theme-btn-info, .btn-group-lg > .theme-btn-outline-secondary.theme-btn-info, .btn-group-lg > .theme-btn-outline-success.theme-btn-info, .btn-group-lg > .theme-btn-outline-danger.theme-btn-info, .btn-group-lg > .theme-btn-outline-warning.theme-btn-info, .btn-group-lg > .theme-btn-outline-info.theme-btn-info, .btn-group-lg > .theme-btn-outline-light.theme-btn-info, .btn-group-lg > .theme-btn-outline-dark.theme-btn-info, .btn-group-lg > .btn.theme-btn-light, .btn-group-lg > .theme-btn.theme-btn-light, .btn-group-lg > .theme-btn-primary.theme-btn-light, .btn-group-lg > .theme-btn-secondary.theme-btn-light, .btn-group-lg > .theme-btn-success.theme-btn-light, .btn-group-lg > .theme-btn-danger.theme-btn-light, .btn-group-lg > .theme-btn-warning.theme-btn-light, .btn-group-lg > .theme-btn-info.theme-btn-light, .btn-group-lg > .theme-btn-light, .btn-group-lg > .theme-btn-dark.theme-btn-light, .btn-group-lg > .theme-btn-outline-primary.theme-btn-light, .btn-group-lg > .theme-btn-outline-secondary.theme-btn-light, .btn-group-lg > .theme-btn-outline-success.theme-btn-light, .btn-group-lg > .theme-btn-outline-danger.theme-btn-light, .btn-group-lg > .theme-btn-outline-warning.theme-btn-light, .btn-group-lg > .theme-btn-outline-info.theme-btn-light, .btn-group-lg > .theme-btn-outline-light.theme-btn-light, .btn-group-lg > .theme-btn-outline-dark.theme-btn-light, .btn-group-lg > .btn.theme-btn-dark, .btn-group-lg > .theme-btn.theme-btn-dark, .btn-group-lg > .theme-btn-primary.theme-btn-dark, .btn-group-lg > .theme-btn-secondary.theme-btn-dark, .btn-group-lg > .theme-btn-success.theme-btn-dark, .btn-group-lg > .theme-btn-danger.theme-btn-dark, .btn-group-lg > .theme-btn-warning.theme-btn-dark, .btn-group-lg > .theme-btn-info.theme-btn-dark, .btn-group-lg > .theme-btn-light.theme-btn-dark, .btn-group-lg > .theme-btn-dark, .btn-group-lg > .theme-btn-outline-primary.theme-btn-dark, .btn-group-lg > .theme-btn-outline-secondary.theme-btn-dark, .btn-group-lg > .theme-btn-outline-success.theme-btn-dark, .btn-group-lg > .theme-btn-outline-danger.theme-btn-dark, .btn-group-lg > .theme-btn-outline-warning.theme-btn-dark, .btn-group-lg > .theme-btn-outline-info.theme-btn-dark, .btn-group-lg > .theme-btn-outline-light.theme-btn-dark, .btn-group-lg > .theme-btn-outline-dark.theme-btn-dark, .btn-group-lg > .btn.theme-btn-outline-primary, .btn-group-lg > .theme-btn.theme-btn-outline-primary, .btn-group-lg > .theme-btn-primary.theme-btn-outline-primary, .btn-group-lg > .theme-btn-secondary.theme-btn-outline-primary, .btn-group-lg > .theme-btn-success.theme-btn-outline-primary, .btn-group-lg > .theme-btn-danger.theme-btn-outline-primary, .btn-group-lg > .theme-btn-warning.theme-btn-outline-primary, .btn-group-lg > .theme-btn-info.theme-btn-outline-primary, .btn-group-lg > .theme-btn-light.theme-btn-outline-primary, .btn-group-lg > .theme-btn-dark.theme-btn-outline-primary, .btn-group-lg > .theme-btn-outline-primary, .btn-group-lg > .theme-btn-outline-secondary.theme-btn-outline-primary, .btn-group-lg > .theme-btn-outline-success.theme-btn-outline-primary, .btn-group-lg > .theme-btn-outline-danger.theme-btn-outline-primary, .btn-group-lg > .theme-btn-outline-warning.theme-btn-outline-primary, .btn-group-lg > .theme-btn-outline-info.theme-btn-outline-primary, .btn-group-lg > .theme-btn-outline-light.theme-btn-outline-primary, .btn-group-lg > .theme-btn-outline-dark.theme-btn-outline-primary, .btn-group-lg > .btn.theme-btn-outline-secondary, .btn-group-lg > .theme-btn.theme-btn-outline-secondary, .btn-group-lg > .theme-btn-primary.theme-btn-outline-secondary, .btn-group-lg > .theme-btn-secondary.theme-btn-outline-secondary, .btn-group-lg > .theme-btn-success.theme-btn-outline-secondary, .btn-group-lg > .theme-btn-danger.theme-btn-outline-secondary, .btn-group-lg > .theme-btn-warning.theme-btn-outline-secondary, .btn-group-lg > .theme-btn-info.theme-btn-outline-secondary, .btn-group-lg > .theme-btn-light.theme-btn-outline-secondary, .btn-group-lg > .theme-btn-dark.theme-btn-outline-secondary, .btn-group-lg > .theme-btn-outline-primary.theme-btn-outline-secondary, .btn-group-lg > .theme-btn-outline-secondary, .btn-group-lg > .theme-btn-outline-success.theme-btn-outline-secondary, .btn-group-lg > .theme-btn-outline-danger.theme-btn-outline-secondary, .btn-group-lg > .theme-btn-outline-warning.theme-btn-outline-secondary, .btn-group-lg > .theme-btn-outline-info.theme-btn-outline-secondary, .btn-group-lg > .theme-btn-outline-light.theme-btn-outline-secondary, .btn-group-lg > .theme-btn-outline-dark.theme-btn-outline-secondary, .btn-group-lg > .btn.theme-btn-outline-success, .btn-group-lg > .theme-btn.theme-btn-outline-success, .btn-group-lg > .theme-btn-primary.theme-btn-outline-success, .btn-group-lg > .theme-btn-secondary.theme-btn-outline-success, .btn-group-lg > .theme-btn-success.theme-btn-outline-success, .btn-group-lg > .theme-btn-danger.theme-btn-outline-success, .btn-group-lg > .theme-btn-warning.theme-btn-outline-success, .btn-group-lg > .theme-btn-info.theme-btn-outline-success, .btn-group-lg > .theme-btn-light.theme-btn-outline-success, .btn-group-lg > .theme-btn-dark.theme-btn-outline-success, .btn-group-lg > .theme-btn-outline-primary.theme-btn-outline-success, .btn-group-lg > .theme-btn-outline-secondary.theme-btn-outline-success, .btn-group-lg > .theme-btn-outline-success, .btn-group-lg > .theme-btn-outline-danger.theme-btn-outline-success, .btn-group-lg > .theme-btn-outline-warning.theme-btn-outline-success, .btn-group-lg > .theme-btn-outline-info.theme-btn-outline-success, .btn-group-lg > .theme-btn-outline-light.theme-btn-outline-success, .btn-group-lg > .theme-btn-outline-dark.theme-btn-outline-success, .btn-group-lg > .btn.theme-btn-outline-danger, .btn-group-lg > .theme-btn.theme-btn-outline-danger, .btn-group-lg > .theme-btn-primary.theme-btn-outline-danger, .btn-group-lg > .theme-btn-secondary.theme-btn-outline-danger, .btn-group-lg > .theme-btn-success.theme-btn-outline-danger, .btn-group-lg > .theme-btn-danger.theme-btn-outline-danger, .btn-group-lg > .theme-btn-warning.theme-btn-outline-danger, .btn-group-lg > .theme-btn-info.theme-btn-outline-danger, .btn-group-lg > .theme-btn-light.theme-btn-outline-danger, .btn-group-lg > .theme-btn-dark.theme-btn-outline-danger, .btn-group-lg > .theme-btn-outline-primary.theme-btn-outline-danger, .btn-group-lg > .theme-btn-outline-secondary.theme-btn-outline-danger, .btn-group-lg > .theme-btn-outline-success.theme-btn-outline-danger, .btn-group-lg > .theme-btn-outline-danger, .btn-group-lg > .theme-btn-outline-warning.theme-btn-outline-danger, .btn-group-lg > .theme-btn-outline-info.theme-btn-outline-danger, .btn-group-lg > .theme-btn-outline-light.theme-btn-outline-danger, .btn-group-lg > .theme-btn-outline-dark.theme-btn-outline-danger, .btn-group-lg > .btn.theme-btn-outline-warning, .btn-group-lg > .theme-btn.theme-btn-outline-warning, .btn-group-lg > .theme-btn-primary.theme-btn-outline-warning, .btn-group-lg > .theme-btn-secondary.theme-btn-outline-warning, .btn-group-lg > .theme-btn-success.theme-btn-outline-warning, .btn-group-lg > .theme-btn-danger.theme-btn-outline-warning, .btn-group-lg > .theme-btn-warning.theme-btn-outline-warning, .btn-group-lg > .theme-btn-info.theme-btn-outline-warning, .btn-group-lg > .theme-btn-light.theme-btn-outline-warning, .btn-group-lg > .theme-btn-dark.theme-btn-outline-warning, .btn-group-lg > .theme-btn-outline-primary.theme-btn-outline-warning, .btn-group-lg > .theme-btn-outline-secondary.theme-btn-outline-warning, .btn-group-lg > .theme-btn-outline-success.theme-btn-outline-warning, .btn-group-lg > .theme-btn-outline-danger.theme-btn-outline-warning, .btn-group-lg > .theme-btn-outline-warning, .btn-group-lg > .theme-btn-outline-info.theme-btn-outline-warning, .btn-group-lg > .theme-btn-outline-light.theme-btn-outline-warning, .btn-group-lg > .theme-btn-outline-dark.theme-btn-outline-warning, .btn-group-lg > .btn.theme-btn-outline-info, .btn-group-lg > .theme-btn.theme-btn-outline-info, .btn-group-lg > .theme-btn-primary.theme-btn-outline-info, .btn-group-lg > .theme-btn-secondary.theme-btn-outline-info, .btn-group-lg > .theme-btn-success.theme-btn-outline-info, .btn-group-lg > .theme-btn-danger.theme-btn-outline-info, .btn-group-lg > .theme-btn-warning.theme-btn-outline-info, .btn-group-lg > .theme-btn-info.theme-btn-outline-info, .btn-group-lg > .theme-btn-light.theme-btn-outline-info, .btn-group-lg > .theme-btn-dark.theme-btn-outline-info, .btn-group-lg > .theme-btn-outline-primary.theme-btn-outline-info, .btn-group-lg > .theme-btn-outline-secondary.theme-btn-outline-info, .btn-group-lg > .theme-btn-outline-success.theme-btn-outline-info, .btn-group-lg > .theme-btn-outline-danger.theme-btn-outline-info, .btn-group-lg > .theme-btn-outline-warning.theme-btn-outline-info, .btn-group-lg > .theme-btn-outline-info, .btn-group-lg > .theme-btn-outline-light.theme-btn-outline-info, .btn-group-lg > .theme-btn-outline-dark.theme-btn-outline-info, .btn-group-lg > .btn.theme-btn-outline-light, .btn-group-lg > .theme-btn.theme-btn-outline-light, .btn-group-lg > .theme-btn-primary.theme-btn-outline-light, .btn-group-lg > .theme-btn-secondary.theme-btn-outline-light, .btn-group-lg > .theme-btn-success.theme-btn-outline-light, .btn-group-lg > .theme-btn-danger.theme-btn-outline-light, .btn-group-lg > .theme-btn-warning.theme-btn-outline-light, .btn-group-lg > .theme-btn-info.theme-btn-outline-light, .btn-group-lg > .theme-btn-light.theme-btn-outline-light, .btn-group-lg > .theme-btn-dark.theme-btn-outline-light, .btn-group-lg > .theme-btn-outline-primary.theme-btn-outline-light, .btn-group-lg > .theme-btn-outline-secondary.theme-btn-outline-light, .btn-group-lg > .theme-btn-outline-success.theme-btn-outline-light, .btn-group-lg > .theme-btn-outline-danger.theme-btn-outline-light, .btn-group-lg > .theme-btn-outline-warning.theme-btn-outline-light, .btn-group-lg > .theme-btn-outline-info.theme-btn-outline-light, .btn-group-lg > .theme-btn-outline-light, .btn-group-lg > .theme-btn-outline-dark.theme-btn-outline-light, .btn-group-lg > .btn.theme-btn-outline-dark, .btn-group-lg > .theme-btn.theme-btn-outline-dark, .btn-group-lg > .theme-btn-primary.theme-btn-outline-dark, .btn-group-lg > .theme-btn-secondary.theme-btn-outline-dark, .btn-group-lg > .theme-btn-success.theme-btn-outline-dark, .btn-group-lg > .theme-btn-danger.theme-btn-outline-dark, .btn-group-lg > .theme-btn-warning.theme-btn-outline-dark, .btn-group-lg > .theme-btn-info.theme-btn-outline-dark, .btn-group-lg > .theme-btn-light.theme-btn-outline-dark, .btn-group-lg > .theme-btn-dark.theme-btn-outline-dark, .btn-group-lg > .theme-btn-outline-primary.theme-btn-outline-dark, .btn-group-lg > .theme-btn-outline-secondary.theme-btn-outline-dark, .btn-group-lg > .theme-btn-outline-success.theme-btn-outline-dark, .btn-group-lg > .theme-btn-outline-danger.theme-btn-outline-dark, .btn-group-lg > .theme-btn-outline-warning.theme-btn-outline-dark, .btn-group-lg > .theme-btn-outline-info.theme-btn-outline-dark, .btn-group-lg > .theme-btn-outline-light.theme-btn-outline-dark, .btn-group-lg > .theme-btn-outline-dark {
    min-height: 52px;
    padding: 1rem 2rem;
    font-size: 1.125rem;
  }
  .btn:hover, .theme-btn:hover, .theme-btn-primary:hover, .theme-btn-secondary:hover, .theme-btn-success:hover, .theme-btn-danger:hover, .theme-btn-warning:hover, .theme-btn-info:hover, .theme-btn-light:hover, .theme-btn-dark:hover, .theme-btn-outline-primary:hover, .theme-btn-outline-secondary:hover, .theme-btn-outline-success:hover, .theme-btn-outline-danger:hover, .theme-btn-outline-warning:hover, .theme-btn-outline-info:hover, .theme-btn-outline-light:hover, .theme-btn-outline-dark:hover {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  }
  .btn:active, .theme-btn:active, .theme-btn-primary:active, .theme-btn-secondary:active, .theme-btn-success:active, .theme-btn-danger:active, .theme-btn-warning:active, .theme-btn-info:active, .theme-btn-light:active, .theme-btn-dark:active, .theme-btn-outline-primary:active, .theme-btn-outline-secondary:active, .theme-btn-outline-success:active, .theme-btn-outline-danger:active, .theme-btn-outline-warning:active, .theme-btn-outline-info:active, .theme-btn-outline-light:active, .theme-btn-outline-dark:active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .btn-group .btn, .btn-group .theme-btn, .btn-group .theme-btn-primary, .btn-group .theme-btn-secondary, .btn-group .theme-btn-success, .btn-group .theme-btn-danger, .btn-group .theme-btn-warning, .btn-group .theme-btn-info, .btn-group .theme-btn-light, .btn-group .theme-btn-dark, .btn-group .theme-btn-outline-primary, .btn-group .theme-btn-outline-secondary, .btn-group .theme-btn-outline-success, .btn-group .theme-btn-outline-danger, .btn-group .theme-btn-outline-warning, .btn-group .theme-btn-outline-info, .btn-group .theme-btn-outline-light, .btn-group .theme-btn-outline-dark {
    border-radius: 0.5rem;
    margin-right: 0.5rem;
  }
  .btn-group .btn:last-child, .btn-group .theme-btn:last-child, .btn-group .theme-btn-primary:last-child, .btn-group .theme-btn-secondary:last-child, .btn-group .theme-btn-success:last-child, .btn-group .theme-btn-danger:last-child, .btn-group .theme-btn-warning:last-child, .btn-group .theme-btn-info:last-child, .btn-group .theme-btn-light:last-child, .btn-group .theme-btn-dark:last-child, .btn-group .theme-btn-outline-primary:last-child, .btn-group .theme-btn-outline-secondary:last-child, .btn-group .theme-btn-outline-success:last-child, .btn-group .theme-btn-outline-danger:last-child, .btn-group .theme-btn-outline-warning:last-child, .btn-group .theme-btn-outline-info:last-child, .btn-group .theme-btn-outline-light:last-child, .btn-group .theme-btn-outline-dark:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  h1, .h1 {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
  }
  h2, .h2 {
    font-size: 1.625rem;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.3;
  }
  h3, .h3 {
    font-size: 1.375rem;
    margin-bottom: 0.875rem;
    font-weight: 600;
    line-height: 1.3;
  }
  h4, .h4 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
    line-height: 1.4;
  }
  h5, .h5 {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
    font-weight: 600;
    line-height: 1.4;
  }
  h6, .h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .lead {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 400;
  }
  .small {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  p {
    margin-bottom: 1rem;
    line-height: 1.6;
  }
}
@keyframes fadeInMobile {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUpMobile {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpMobile {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scaleInMobile {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleInMobile {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 767.98px) {
  .mb-mobile-1 {
    margin-bottom: 0.75rem !important;
  }
  .mb-mobile-2 {
    margin-bottom: 1rem !important;
  }
  .mb-mobile-3 {
    margin-bottom: 1.25rem !important;
  }
  .mb-mobile-4 {
    margin-bottom: 1.5rem !important;
  }
  .mt-mobile-1 {
    margin-top: 0.75rem !important;
  }
  .mt-mobile-2 {
    margin-top: 1rem !important;
  }
  .mt-mobile-3 {
    margin-top: 1.25rem !important;
  }
  .mt-mobile-4 {
    margin-top: 1.5rem !important;
  }
  .p-mobile-1 {
    padding: 0.75rem !important;
  }
  .p-mobile-2 {
    padding: 1rem !important;
  }
  .p-mobile-3 {
    padding: 1.25rem !important;
  }
  .p-mobile-4 {
    padding: 1.5rem !important;
  }
  .text-mobile-center {
    text-align: center !important;
  }
  .text-mobile-left {
    text-align: left !important;
  }
  .text-mobile-right {
    text-align: right !important;
  }
  .d-mobile-none {
    display: none !important;
  }
  .d-mobile-block {
    display: block !important;
  }
  .d-mobile-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-mobile-inline {
    display: inline !important;
  }
  .d-mobile-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767.98px) {
  .form-control:focus, .theme-form-control:focus,
  .form-select:focus,
  .theme-form-select:focus,
  .btn:focus,
  .theme-btn:focus,
  .theme-btn-primary:focus,
  .theme-btn-secondary:focus,
  .theme-btn-success:focus,
  .theme-btn-danger:focus,
  .theme-btn-warning:focus,
  .theme-btn-info:focus,
  .theme-btn-light:focus,
  .theme-btn-dark:focus,
  .theme-btn-outline-primary:focus,
  .theme-btn-outline-secondary:focus,
  .theme-btn-outline-success:focus,
  .theme-btn-outline-danger:focus,
  .theme-btn-outline-warning:focus,
  .theme-btn-outline-info:focus,
  .theme-btn-outline-light:focus,
  .theme-btn-outline-dark:focus,
  .nav-link:focus,
  .theme-nav-link:focus {
    outline: 2px solid #0d6efd;
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
  }
  .nav-link, .theme-nav-link,
  .dropdown-toggle,
  .theme-dropdown-toggle,
  .btn,
  .theme-btn,
  .theme-btn-primary,
  .theme-btn-secondary,
  .theme-btn-success,
  .theme-btn-danger,
  .theme-btn-warning,
  .theme-btn-info,
  .theme-btn-light,
  .theme-btn-dark,
  .theme-btn-outline-primary,
  .theme-btn-outline-secondary,
  .theme-btn-outline-success,
  .theme-btn-outline-danger,
  .theme-btn-outline-warning,
  .theme-btn-outline-info,
  .theme-btn-outline-light,
  .theme-btn-outline-dark,
  .form-control,
  .theme-form-control,
  .form-select,
  .theme-form-select {
    min-height: 44px;
    min-width: 44px;
  }
  .text-muted {
    color: rgba(33, 37, 41, 0.75) !important;
    color: var(--bs-secondary-color) !important;
  }
  .text-body-secondary {
    color: rgba(33, 37, 41, 0.75) !important;
    color: var(--bs-secondary-color) !important;
  }
}
.mobile-enhanced .touch-active {
  -webkit-transform: scale(0.98) !important;
          transform: scale(0.98) !important;
}
.mobile-enhanced .mobile-data-card:hover,
.mobile-enhanced .mobile-quote-card:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.mobile-enhanced .fade-in-mobile {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.mobile-enhanced .fade-in-mobile.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mobile-enhanced .touch-target-small {
  min-height: 44px;
  min-width: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.mobile-search-enhanced {
  position: relative;
}
.mobile-search-enhanced .mobile-search-input {
  border-radius: 0.75rem;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  border: 2px solid #dee2e6;
  border: 2px solid var(--bs-border-color);
}
.mobile-search-enhanced .mobile-search-input:focus {
  border-color: #0d6efd;
  border-color: var(--bs-primary);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}
.mobile-search-enhanced .mobile-search-input.touch-active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.mobile-search-enhanced .mobile-search-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  background: var(--bs-body-bg);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 1050;
  margin-top: 0.5rem;
  max-height: 300px;
  overflow-y: auto;
}
.mobile-search-enhanced .mobile-search-suggestions .suggestions-header {
  padding: 0.75rem 1rem 0.5rem;
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
}
.mobile-search-enhanced .mobile-search-suggestions .mobile-search-suggestion {
  padding: 0.75rem 1rem;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.mobile-search-enhanced .mobile-search-suggestions .mobile-search-suggestion:hover {
  background: #e9ecef;
  background: var(--bs-secondary-bg);
}
.mobile-search-enhanced .mobile-search-suggestions .mobile-search-suggestion:last-child {
  border-radius: 0 0 0.75rem 0.75rem;
}
.mobile-search-enhanced .mobile-search-suggestions .mobile-search-suggestion mark, .mobile-search-enhanced .mobile-search-suggestions .mobile-search-suggestion .mark {
  background: rgba(13, 110, 253, 0.2);
  background: rgba(var(--bs-primary-rgb), 0.2);
  color: #0d6efd;
  color: var(--bs-primary);
  padding: 0;
  border-radius: 0.25rem;
}
.mobile-search-enhanced .mobile-search-results {
  margin-top: 1rem;
}
.mobile-search-enhanced .mobile-search-results .search-results-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: between;
      justify-content: between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1rem;
}
.mobile-search-enhanced .mobile-search-results .search-results-header h6, .mobile-search-enhanced .mobile-search-results .search-results-header .h6 {
  color: #212529;
  color: var(--bs-body-color);
  font-weight: 600;
}
.mobile-search-enhanced .mobile-search-results .search-results-header small, .mobile-search-enhanced .mobile-search-results .search-results-header .small {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.mobile-search-enhanced .mobile-search-results .mobile-search-result-item {
  background: #fff;
  background: var(--bs-body-bg);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.mobile-search-enhanced .mobile-search-results .mobile-search-result-item:hover {
  background: #e9ecef;
  background: var(--bs-secondary-bg);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.mobile-search-enhanced .mobile-search-results .mobile-search-result-item:last-child {
  margin-bottom: 0;
}
.mobile-search-enhanced .mobile-search-results .mobile-search-result-item .result-item-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.mobile-search-enhanced .mobile-search-results .mobile-search-result-item .result-item-content .result-item-title {
  font-weight: 600;
  color: #212529;
  color: var(--bs-body-color);
  margin-bottom: 0.25rem;
}
.mobile-search-enhanced .mobile-search-results .mobile-search-result-item .result-item-content .result-item-description {
  font-size: 0.875rem;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  margin-bottom: 0.25rem;
}
.mobile-search-enhanced .mobile-search-results .mobile-search-result-item .result-item-content .result-item-meta {
  font-size: 0.75rem;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.mobile-search-enhanced .mobile-search-results .mobile-search-result-item .result-item-content mark, .mobile-search-enhanced .mobile-search-results .mobile-search-result-item .result-item-content .mark {
  background: rgba(13, 110, 253, 0.2);
  background: rgba(var(--bs-primary-rgb), 0.2);
  color: #0d6efd;
  color: var(--bs-primary);
  padding: 0;
  border-radius: 0.25rem;
}
.mobile-search-enhanced .mobile-search-results .mobile-search-result-item .result-item-arrow {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  margin-left: 1rem;
}
.mobile-search-enhanced .mobile-search-no-results {
  text-align: center;
  padding: 2rem;
}
.mobile-search-enhanced .mobile-search-no-results i {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  margin-bottom: 1rem;
}
.mobile-search-enhanced .mobile-search-no-results h6, .mobile-search-enhanced .mobile-search-no-results .h6 {
  color: #212529;
  color: var(--bs-body-color);
  margin-bottom: 0.5rem;
}
.mobile-search-enhanced .mobile-search-no-results p {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-size: 0.875rem;
}
.mobile-search-enhanced .search-focused .mobile-search-suggestions {
  display: block !important;
}
.mobile-modal-enhanced .modal-content, .mobile-modal-enhanced .theme-modal-content {
  border-radius: 1rem;
  border: none;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.mobile-modal-enhanced .modal-header, .mobile-modal-enhanced .theme-modal-header {
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
  border-radius: 1rem 1rem 0 0;
  padding: 1rem 1.25rem;
}
.mobile-modal-enhanced .modal-header.scrolled, .mobile-modal-enhanced .scrolled.theme-modal-header {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.mobile-modal-enhanced .modal-header .modal-title, .mobile-modal-enhanced .theme-modal-header .modal-title, .mobile-modal-enhanced .modal-header .theme-modal-title, .mobile-modal-enhanced .theme-modal-header .theme-modal-title {
  color: #212529;
  color: var(--bs-body-color);
  font-weight: 600;
}
.mobile-modal-enhanced .modal-body, .mobile-modal-enhanced .theme-modal-body {
  padding: 1.25rem;
  max-height: 60vh;
  overflow-y: auto;
}
.mobile-modal-enhanced .modal-body::-webkit-scrollbar, .mobile-modal-enhanced .theme-modal-body::-webkit-scrollbar {
  width: 4px;
}
.mobile-modal-enhanced .modal-body::-webkit-scrollbar-track, .mobile-modal-enhanced .theme-modal-body::-webkit-scrollbar-track {
  background: #e9ecef;
  background: var(--bs-secondary-bg);
  border-radius: 2px;
}
.mobile-modal-enhanced .modal-body::-webkit-scrollbar-thumb, .mobile-modal-enhanced .theme-modal-body::-webkit-scrollbar-thumb {
  background: #dee2e6;
  background: var(--bs-border-color);
  border-radius: 2px;
}
.mobile-modal-enhanced .modal-body::-webkit-scrollbar-thumb:hover, .mobile-modal-enhanced .theme-modal-body::-webkit-scrollbar-thumb:hover {
  background: rgba(33, 37, 41, 0.75);
  background: var(--bs-secondary-color);
}
.mobile-modal-enhanced .modal-footer, .mobile-modal-enhanced .theme-modal-footer {
  border-top: 1px solid #dee2e6;
  border-top: 1px solid var(--bs-border-color);
  border-radius: 0 0 1rem 1rem;
  padding: 1rem 1.25rem;
}
.mobile-modal-enhanced .modal-footer.scrolled, .mobile-modal-enhanced .scrolled.theme-modal-footer {
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}
.mobile-modal-enhanced .modal-fullscreen-mobile {
  height: 90vh;
  max-height: 90vh;
}
.mobile-modal-enhanced .modal-fullscreen-mobile .modal-body, .mobile-modal-enhanced .modal-fullscreen-mobile .theme-modal-body {
  max-height: calc(90vh - 120px);
}
.mobile-modal-enhanced.keyboard-open .modal-content, .mobile-modal-enhanced.keyboard-open .theme-modal-content {
  max-height: 60vh;
}
.mobile-modal-enhanced.keyboard-open .modal-body, .mobile-modal-enhanced.keyboard-open .theme-modal-body {
  max-height: calc(60vh - 120px);
  overflow-y: auto;
}
.mobile-modal-enhanced button.touch-active, .mobile-modal-enhanced a.touch-active, .mobile-modal-enhanced input.touch-active, .mobile-modal-enhanced select.touch-active, .mobile-modal-enhanced textarea.touch-active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInScale {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeInScale {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.touch-target {
  min-height: 44px;
  min-width: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.touch-feedback:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.btn-touch {
  min-height: 44px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border-radius: 0.5rem;
}
.btn-touch:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.form-control-touch {
  min-height: 44px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border-radius: 0.5rem;
}
@media (max-width: 575.98px) {
  .mobile-enhanced .mobile-data-card,
  .mobile-enhanced .mobile-quote-card {
    margin-bottom: 0.75rem;
  }
  .mobile-search-enhanced .mobile-search-input {
    padding: 0.75rem 0.875rem;
    font-size: 0.95rem;
  }
  .mobile-search-enhanced .mobile-search-suggestions .mobile-search-suggestion {
    padding: 0.625rem 0.875rem;
  }
  .mobile-search-enhanced .mobile-search-result-item {
    padding: 0.875rem;
  }
  .mobile-search-enhanced .mobile-search-result-item .result-item-content .result-item-title {
    font-size: 0.95rem;
  }
  .mobile-search-enhanced .mobile-search-result-item .result-item-content .result-item-description {
    font-size: 0.8rem;
  }
  .mobile-modal-enhanced .modal-content, .mobile-modal-enhanced .theme-modal-content {
    margin: 0.5rem;
    border-radius: 0.75rem;
  }
  .mobile-modal-enhanced .modal-header, .mobile-modal-enhanced .theme-modal-header {
    padding: 0.875rem 1rem;
  }
  .mobile-modal-enhanced .modal-body, .mobile-modal-enhanced .theme-modal-body {
    padding: 1rem;
  }
  .mobile-modal-enhanced .modal-footer, .mobile-modal-enhanced .theme-modal-footer {
    padding: 0.875rem 1rem;
  }
  .btn-touch {
    min-height: 40px;
    padding: 0.625rem 0.875rem;
    font-size: 0.95rem;
  }
  .form-control-touch {
    min-height: 40px;
    padding: 0.625rem 0.875rem;
    font-size: 0.95rem;
  }
}
[data-bs-theme=dark] .mobile-search-enhanced .mobile-search-suggestions {
  background: #212529;
  background: var(--bs-dark);
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
}
[data-bs-theme=dark] .mobile-search-enhanced .mobile-search-suggestions .mobile-search-suggestion:hover {
  background: #e9ecef;
  background: var(--bs-secondary-bg);
}
[data-bs-theme=dark] .mobile-search-enhanced .mobile-search-result-item {
  background: #212529;
  background: var(--bs-dark);
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
}
[data-bs-theme=dark] .mobile-search-enhanced .mobile-search-result-item:hover {
  background: #e9ecef;
  background: var(--bs-secondary-bg);
}
[data-bs-theme=dark] .mobile-modal-enhanced .modal-content, [data-bs-theme=dark] .mobile-modal-enhanced .theme-modal-content {
  background: #212529;
  background: var(--bs-dark);
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
}
.mobile-enhanced,
.mobile-search-enhanced,
.mobile-modal-enhanced {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.mobile-modal-enhanced .modal-body, .mobile-modal-enhanced .theme-modal-body {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.mobile-enhanced * {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
@media (prefers-reduced-motion: reduce) {
  .mobile-enhanced *,
  .mobile-search-enhanced *,
  .mobile-modal-enhanced * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
/* Card Animations */
.chart-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15) !important;
}
/* Summary Cards Animation */
.row > [class*=col]:nth-child(1) > .card, .row > [class*=col]:nth-child(1) > .theme-card {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.row > [class*=col]:nth-child(2) > .card, .row > [class*=col]:nth-child(2) > .theme-card {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.row > [class*=col]:nth-child(3) > .card, .row > [class*=col]:nth-child(3) > .theme-card {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.row > [class*=col]:nth-child(4) > .card, .row > [class*=col]:nth-child(4) > .theme-card {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Loading State */
.chart-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
/* Badge Animations */
.card-header:hover .badge, .theme-card-header:hover .badge, .card-header:hover .theme-badge, .theme-card-header:hover .theme-badge, .card-header:hover .theme-badge-primary, .theme-card-header:hover .theme-badge-primary, .card-header:hover .theme-badge-secondary, .theme-card-header:hover .theme-badge-secondary, .card-header:hover .theme-badge-success, .theme-card-header:hover .theme-badge-success, .card-header:hover .theme-badge-danger, .theme-card-header:hover .theme-badge-danger, .card-header:hover .theme-badge-warning, .theme-card-header:hover .theme-badge-warning, .card-header:hover .theme-badge-info, .theme-card-header:hover .theme-badge-info, .card-header:hover .theme-badge-light, .theme-card-header:hover .theme-badge-light, .card-header:hover .theme-badge-dark, .theme-card-header:hover .theme-badge-dark {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
/* Collapse Button Animation */
button[data-bs-toggle=collapse]:not(.collapsed) i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* Card Header Gradients */
.card-header.bg-success, .bg-success.theme-card-header, .card-header.theme-badge-success, .theme-card-header.theme-badge-success {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
}
.card-header.bg-info, .bg-info.theme-card-header, .card-header.theme-badge-info, .theme-card-header.theme-badge-info {
  background: linear-gradient(135deg, #17a2b8 0%, #138496 100%) !important;
}
.card-header.bg-danger, .bg-danger.theme-card-header, .card-header.theme-badge-danger, .theme-card-header.theme-badge-danger {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
}
.card-header.bg-primary, .bg-primary.theme-card-header, .card-header.theme-badge-primary, .theme-card-header.theme-badge-primary {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%) !important;
}
/* Responsive improvements */
@media (max-width: 768px) {
  .chart-card {
    margin-bottom: 1rem;
  }
  .card-header h5, .theme-card-header h5, .card-header .h5, .theme-card-header .h5 {
    font-size: 0.95rem;
  }
  .badge, .theme-badge, .theme-badge-primary, .theme-badge-secondary, .theme-badge-success, .theme-badge-danger, .theme-badge-warning, .theme-badge-info, .theme-badge-light, .theme-badge-dark {
    font-size: 0.7rem;
  }
  canvas {
    height: 250px !important;
  }
}
/* Icon Opacity */
.opacity-50 {
  opacity: 0.5;
}
/* Smooth scrolling for the whole dashboard */
html {
  scroll-behavior: smooth;
}
/* Chart container improvements */
/* Only apply to cards containing charts (within charts controller scope) */
[data-controller*=charts] .card-body, [data-controller*=charts] .theme-card-body {
  position: relative;
  min-height: 250px; /* Ensure minimum height for chart rendering */
}
[data-controller*=charts] .card-body canvas, [data-controller*=charts] .theme-card-body canvas,
canvas[data-charts-target=canvas] {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
  min-height: 200px; /* Prevent charts from shrinking too small */
}
/* Empty state styling */
.alert-info, .theme-alert-info {
  border-left: 4px solid #17a2b8;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
/* Year selector button group */
.btn-group .btn-sm, .btn-group .btn-group-sm > .btn, .btn-group .btn-group-sm > .theme-btn, .btn-group .btn-group-sm > .theme-btn-primary, .btn-group .btn-group-sm > .theme-btn-secondary, .btn-group .btn-group-sm > .theme-btn-success, .btn-group .btn-group-sm > .theme-btn-danger, .btn-group .btn-group-sm > .theme-btn-warning, .btn-group .btn-group-sm > .theme-btn-info, .btn-group .btn-group-sm > .theme-btn-light, .btn-group .btn-group-sm > .theme-btn-dark, .btn-group .btn-group-sm > .theme-btn-outline-primary, .btn-group .btn-group-sm > .theme-btn-outline-secondary, .btn-group .btn-group-sm > .theme-btn-outline-success, .btn-group .btn-group-sm > .theme-btn-outline-danger, .btn-group .btn-group-sm > .theme-btn-outline-warning, .btn-group .btn-group-sm > .theme-btn-outline-info, .btn-group .btn-group-sm > .theme-btn-outline-light, .btn-group .btn-group-sm > .theme-btn-outline-dark {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
}
.btn-group .btn-sm:hover, .btn-group .btn-group-sm > .btn:hover, .btn-group .btn-group-sm > .theme-btn:hover, .btn-group .btn-group-sm > .theme-btn-primary:hover, .btn-group .btn-group-sm > .theme-btn-secondary:hover, .btn-group .btn-group-sm > .theme-btn-success:hover, .btn-group .btn-group-sm > .theme-btn-danger:hover, .btn-group .btn-group-sm > .theme-btn-warning:hover, .btn-group .btn-group-sm > .theme-btn-info:hover, .btn-group .btn-group-sm > .theme-btn-light:hover, .btn-group .btn-group-sm > .theme-btn-dark:hover, .btn-group .btn-group-sm > .theme-btn-outline-primary:hover, .btn-group .btn-group-sm > .theme-btn-outline-secondary:hover, .btn-group .btn-group-sm > .theme-btn-outline-success:hover, .btn-group .btn-group-sm > .theme-btn-outline-danger:hover, .btn-group .btn-group-sm > .theme-btn-outline-warning:hover, .btn-group .btn-group-sm > .theme-btn-outline-info:hover, .btn-group .btn-group-sm > .theme-btn-outline-light:hover, .btn-group .btn-group-sm > .theme-btn-outline-dark:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
/* Card hover effects for summary cards */
.row.mb-4 .card, .row.mb-4 .theme-card {
  cursor: pointer;
}
.row.mb-4 .card:hover, .row.mb-4 .theme-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.12) !important;
}
/* Collapsible section animation */
/* Progress bar width utilities (CSP-compliant) */
/* Used by shared/_progress_bar.html.erb and other progress bars */
.w-0 {
  width: 0% !important;
}
.w-1 {
  width: 1% !important;
}
.w-2 {
  width: 2% !important;
}
.w-3 {
  width: 3% !important;
}
.w-4 {
  width: 4% !important;
}
.w-5 {
  width: 5% !important;
}
.w-6 {
  width: 6% !important;
}
.w-7 {
  width: 7% !important;
}
.w-8 {
  width: 8% !important;
}
.w-9 {
  width: 9% !important;
}
.w-10 {
  width: 10% !important;
}
.w-11 {
  width: 11% !important;
}
.w-12 {
  width: 12% !important;
}
.w-13 {
  width: 13% !important;
}
.w-14 {
  width: 14% !important;
}
.w-15 {
  width: 15% !important;
}
.w-16 {
  width: 16% !important;
}
.w-17 {
  width: 17% !important;
}
.w-18 {
  width: 18% !important;
}
.w-19 {
  width: 19% !important;
}
.w-20 {
  width: 20% !important;
}
.w-21 {
  width: 21% !important;
}
.w-22 {
  width: 22% !important;
}
.w-23 {
  width: 23% !important;
}
.w-24 {
  width: 24% !important;
}
.w-25 {
  width: 25% !important;
}
.w-26 {
  width: 26% !important;
}
.w-27 {
  width: 27% !important;
}
.w-28 {
  width: 28% !important;
}
.w-29 {
  width: 29% !important;
}
.w-30 {
  width: 30% !important;
}
.w-31 {
  width: 31% !important;
}
.w-32 {
  width: 32% !important;
}
.w-33 {
  width: 33% !important;
}
.w-34 {
  width: 34% !important;
}
.w-35 {
  width: 35% !important;
}
.w-36 {
  width: 36% !important;
}
.w-37 {
  width: 37% !important;
}
.w-38 {
  width: 38% !important;
}
.w-39 {
  width: 39% !important;
}
.w-40 {
  width: 40% !important;
}
.w-41 {
  width: 41% !important;
}
.w-42 {
  width: 42% !important;
}
.w-43 {
  width: 43% !important;
}
.w-44 {
  width: 44% !important;
}
.w-45 {
  width: 45% !important;
}
.w-46 {
  width: 46% !important;
}
.w-47 {
  width: 47% !important;
}
.w-48 {
  width: 48% !important;
}
.w-49 {
  width: 49% !important;
}
.w-50 {
  width: 50% !important;
}
.w-51 {
  width: 51% !important;
}
.w-52 {
  width: 52% !important;
}
.w-53 {
  width: 53% !important;
}
.w-54 {
  width: 54% !important;
}
.w-55 {
  width: 55% !important;
}
.w-56 {
  width: 56% !important;
}
.w-57 {
  width: 57% !important;
}
.w-58 {
  width: 58% !important;
}
.w-59 {
  width: 59% !important;
}
.w-60 {
  width: 60% !important;
}
.w-61 {
  width: 61% !important;
}
.w-62 {
  width: 62% !important;
}
.w-63 {
  width: 63% !important;
}
.w-64 {
  width: 64% !important;
}
.w-65 {
  width: 65% !important;
}
.w-66 {
  width: 66% !important;
}
.w-67 {
  width: 67% !important;
}
.w-68 {
  width: 68% !important;
}
.w-69 {
  width: 69% !important;
}
.w-70 {
  width: 70% !important;
}
.w-71 {
  width: 71% !important;
}
.w-72 {
  width: 72% !important;
}
.w-73 {
  width: 73% !important;
}
.w-74 {
  width: 74% !important;
}
.w-75 {
  width: 75% !important;
}
.w-76 {
  width: 76% !important;
}
.w-77 {
  width: 77% !important;
}
.w-78 {
  width: 78% !important;
}
.w-79 {
  width: 79% !important;
}
.w-80 {
  width: 80% !important;
}
.w-81 {
  width: 81% !important;
}
.w-82 {
  width: 82% !important;
}
.w-83 {
  width: 83% !important;
}
.w-84 {
  width: 84% !important;
}
.w-85 {
  width: 85% !important;
}
.w-86 {
  width: 86% !important;
}
.w-87 {
  width: 87% !important;
}
.w-88 {
  width: 88% !important;
}
.w-89 {
  width: 89% !important;
}
.w-90 {
  width: 90% !important;
}
.w-91 {
  width: 91% !important;
}
.w-92 {
  width: 92% !important;
}
.w-93 {
  width: 93% !important;
}
.w-94 {
  width: 94% !important;
}
.w-95 {
  width: 95% !important;
}
.w-96 {
  width: 96% !important;
}
.w-97 {
  width: 97% !important;
}
.w-98 {
  width: 98% !important;
}
.w-99 {
  width: 99% !important;
}
.w-100 {
  width: 100% !important;
}
/* Progress bar height utilities */
.progress-height-18 {
  height: 18px;
}
.progress-height-20 {
  height: 20px;
}
.provider-card {
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
}
.provider-card:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.provider-card .card-header, .provider-card .theme-card-header {
  background-color: var(--bs-card-cap-bg);
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
}
.provider-card .card-body, .provider-card .theme-card-body {
  background-color: #fff;
  background-color: var(--bs-body-bg);
}
.provider-stats .stat-card {
  text-align: center;
  padding: 1rem;
  padding: var(--spacing-md);
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
  background-color: var(--bs-card-bg);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
}
.provider-stats .stat-card .stat-number {
  font-size: 2rem;
  font-weight: bold;
  color: #0d6efd;
  color: var(--primary);
}
.provider-stats .stat-card .stat-label {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.provider-table .table, .provider-table .theme-table, .provider-table .theme-table-striped, .provider-table .theme-table-hover, .provider-table .theme-table-bordered, .provider-table .theme-table-borderless, .provider-table .theme-table-sm {
  background-color: #fff;
  background-color: var(--bs-body-bg);
}
.provider-table .table thead, .provider-table .theme-table thead, .provider-table .theme-table-striped thead, .provider-table .theme-table-hover thead, .provider-table .theme-table-bordered thead, .provider-table .theme-table-borderless thead, .provider-table .theme-table-sm thead {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.provider-table .table thead th, .provider-table .theme-table thead th, .provider-table .theme-table-striped thead th, .provider-table .theme-table-hover thead th, .provider-table .theme-table-bordered thead th, .provider-table .theme-table-borderless thead th, .provider-table .theme-table-sm thead th {
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
  color: #212529;
  color: var(--bs-body-color);
  font-weight: 600;
}
.provider-table .table tbody tr:hover, .provider-table .theme-table tbody tr:hover, .provider-table .theme-table-striped tbody tr:hover, .provider-table .theme-table-hover tbody tr:hover, .provider-table .theme-table-bordered tbody tr:hover, .provider-table .theme-table-borderless tbody tr:hover, .provider-table .theme-table-sm tbody tr:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.provider-table .table tbody tr td, .provider-table .theme-table tbody tr td, .provider-table .theme-table-striped tbody tr td, .provider-table .theme-table-hover tbody tr td, .provider-table .theme-table-bordered tbody tr td, .provider-table .theme-table-borderless tbody tr td, .provider-table .theme-table-sm tbody tr td {
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
  color: #212529;
  color: var(--bs-body-color);
  vertical-align: middle;
}
.provider-form .form-control, .provider-form .theme-form-control,
.provider-form .form-select,
.provider-form .theme-form-select {
  background-color: var(--bs-form-control-bg);
  border-color: var(--bs-form-control-border-color);
  color: var(--bs-form-control-color);
}
.provider-form .form-control:focus, .provider-form .theme-form-control:focus,
.provider-form .form-select:focus,
.provider-form .theme-form-select:focus {
  background-color: var(--bs-form-control-bg);
  border-color: #0d6efd;
  border-color: var(--primary);
  color: var(--bs-form-control-color);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.provider-form .input-group-text, .provider-form .theme-input-group-text {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  border-color: var(--bs-form-control-border-color);
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.provider-form .form-text {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.coverage-table {
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
}
.coverage-table th {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  color: #212529;
  color: var(--bs-body-color);
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
  font-weight: 600;
}
.coverage-table td {
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
  color: #212529;
  color: var(--bs-body-color);
  vertical-align: middle;
}
.coverage-table tr:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.provider-actions .btn, .provider-actions .theme-btn, .provider-actions .theme-btn-primary, .provider-actions .theme-btn-secondary, .provider-actions .theme-btn-success, .provider-actions .theme-btn-danger, .provider-actions .theme-btn-warning, .provider-actions .theme-btn-info, .provider-actions .theme-btn-light, .provider-actions .theme-btn-dark, .provider-actions .theme-btn-outline-primary, .provider-actions .theme-btn-outline-secondary, .provider-actions .theme-btn-outline-success, .provider-actions .theme-btn-outline-danger, .provider-actions .theme-btn-outline-warning, .provider-actions .theme-btn-outline-info, .provider-actions .theme-btn-outline-light, .provider-actions .theme-btn-outline-dark {
  margin-right: 0.25rem;
  margin-right: var(--spacing-xs);
  margin-bottom: 0.25rem;
  margin-bottom: var(--spacing-xs);
}
.provider-search .search-input {
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
}
.provider-search .search-input:focus {
  border-color: #0d6efd;
  border-color: var(--primary);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.provider-search .search-button {
  border-radius: 0 0.375rem 0.375rem 0;
  border-radius: 0 var(--border-radius-md) var(--border-radius-md) 0;
}
@media (max-width: 768px) {
  .provider-stats .stat-card {
    margin-bottom: 0.5rem;
    margin-bottom: var(--spacing-sm);
  }
  .provider-table .table-responsive {
    border: none;
  }
  .provider-actions .btn, .provider-actions .theme-btn, .provider-actions .theme-btn-primary, .provider-actions .theme-btn-secondary, .provider-actions .theme-btn-success, .provider-actions .theme-btn-danger, .provider-actions .theme-btn-warning, .provider-actions .theme-btn-info, .provider-actions .theme-btn-light, .provider-actions .theme-btn-dark, .provider-actions .theme-btn-outline-primary, .provider-actions .theme-btn-outline-secondary, .provider-actions .theme-btn-outline-success, .provider-actions .theme-btn-outline-danger, .provider-actions .theme-btn-outline-warning, .provider-actions .theme-btn-outline-info, .provider-actions .theme-btn-outline-light, .provider-actions .theme-btn-outline-dark {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    margin-bottom: var(--spacing-sm);
  }
}
.messaging-layout {
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 100px);
}
@media (max-width: 768px) {
  .messaging-layout {
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
  }
}
.messaging-sidebar {
  width: 300px;
  border-right: 1px solid #dee2e6;
  border-right: 1px solid var(--bs-border-color);
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
@media (max-width: 768px) {
  .messaging-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    border-bottom: 1px solid var(--bs-border-color);
  }
}
.messaging-main {
  -ms-flex: 1 1;
      flex: 1 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.chat-header {
  padding: 1rem;
  padding: var(--spacing-md);
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.chat-header .chat-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
  color: var(--bs-body-color);
}
.chat-header .chat-subtitle {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.messages-container {
  -ms-flex: 1 1;
      flex: 1 1;
  overflow-y: auto;
  padding: 1rem;
  padding: var(--spacing-md);
}
.messages-container::-webkit-scrollbar {
  width: 6px;
}
.messages-container::-webkit-scrollbar-track {
  background: #e9ecef;
  background: var(--bs-secondary-bg);
}
.messages-container::-webkit-scrollbar-thumb {
  background: #dee2e6;
  background: var(--bs-border-color);
  border-radius: 3px;
}
.messages-container::-webkit-scrollbar-thumb:hover {
  background: rgba(33, 37, 41, 0.75);
  background: var(--bs-secondary-color);
}
.message-input-area {
  padding: 1rem;
  padding: var(--spacing-md);
  border-top: 1px solid #dee2e6;
  border-top: 1px solid var(--bs-border-color);
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.message-input-area .message-form {
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  gap: var(--spacing-sm);
}
.message-input-area .message-form .message-input {
  -ms-flex: 1 1;
      flex: 1 1;
  resize: none;
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
}
.message-input-area .message-form .message-input:focus {
  border-color: #0d6efd;
  border-color: var(--primary);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.message-input-area .message-form .message-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.25rem;
  gap: var(--spacing-xs);
}
.message-input-area .message-form .message-actions .btn, .message-input-area .message-form .message-actions .theme-btn, .message-input-area .message-form .message-actions .theme-btn-primary, .message-input-area .message-form .message-actions .theme-btn-secondary, .message-input-area .message-form .message-actions .theme-btn-success, .message-input-area .message-form .message-actions .theme-btn-danger, .message-input-area .message-form .message-actions .theme-btn-warning, .message-input-area .message-form .message-actions .theme-btn-info, .message-input-area .message-form .message-actions .theme-btn-light, .message-input-area .message-form .message-actions .theme-btn-dark, .message-input-area .message-form .message-actions .theme-btn-outline-primary, .message-input-area .message-form .message-actions .theme-btn-outline-secondary, .message-input-area .message-form .message-actions .theme-btn-outline-success, .message-input-area .message-form .message-actions .theme-btn-outline-danger, .message-input-area .message-form .message-actions .theme-btn-outline-warning, .message-input-area .message-form .message-actions .theme-btn-outline-info, .message-input-area .message-form .message-actions .theme-btn-outline-light, .message-input-area .message-form .message-actions .theme-btn-outline-dark {
  white-space: nowrap;
}
.channel-list .list-group-item, .channel-list .theme-list-group-item,
.conversation-list .list-group-item,
.conversation-list .theme-list-group-item {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
  background-color: transparent;
  color: #212529;
  color: var(--bs-body-color);
}
.channel-list .list-group-item:hover, .channel-list .theme-list-group-item:hover,
.conversation-list .list-group-item:hover,
.conversation-list .theme-list-group-item:hover {
  background-color: #fff;
  background-color: var(--bs-body-bg);
}
.channel-list .list-group-item.active, .channel-list .active.theme-list-group-item,
.conversation-list .list-group-item.active,
.conversation-list .active.theme-list-group-item {
  background-color: #0d6efd;
  background-color: var(--primary);
  color: white;
  border-color: #0d6efd;
  border-color: var(--primary);
}
.channel-list .list-group-item .channel-name, .channel-list .theme-list-group-item .channel-name,
.channel-list .list-group-item .conversation-name,
.channel-list .theme-list-group-item .conversation-name,
.conversation-list .list-group-item .channel-name,
.conversation-list .theme-list-group-item .channel-name,
.conversation-list .list-group-item .conversation-name,
.conversation-list .theme-list-group-item .conversation-name {
  font-weight: 500;
}
.channel-list .list-group-item .channel-description, .channel-list .theme-list-group-item .channel-description,
.channel-list .list-group-item .conversation-preview,
.channel-list .theme-list-group-item .conversation-preview,
.conversation-list .list-group-item .channel-description,
.conversation-list .theme-list-group-item .channel-description,
.conversation-list .list-group-item .conversation-preview,
.conversation-list .theme-list-group-item .conversation-preview {
  font-size: 0.875rem;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  margin-top: 0.25rem;
  margin-top: var(--spacing-xs);
}
.channel-list .list-group-item .unread-count, .channel-list .theme-list-group-item .unread-count,
.conversation-list .list-group-item .unread-count,
.conversation-list .theme-list-group-item .unread-count {
  background-color: #dc3545;
  background-color: var(--danger);
  color: white;
  border-radius: 50%;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  margin-left: auto;
}
.sidebar-search {
  padding: 1rem;
  padding: var(--spacing-md);
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
}
.sidebar-search .search-input {
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
}
.sidebar-search .search-input:focus {
  border-color: #0d6efd;
  border-color: var(--primary);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.typing-indicator {
  padding: 0.5rem 1rem;
  padding: var(--spacing-sm) var(--spacing-md);
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-style: italic;
  font-size: 0.875rem;
}
.typing-indicator .typing-dots {
  display: inline-block;
}
.typing-indicator .typing-dots::after {
  content: "";
}
@-webkit-keyframes typing {
  0%, 20% {
    content: "";
  }
  40% {
    content: ".";
  }
  60% {
    content: "..";
  }
  80%, 100% {
    content: "...";
  }
}
@keyframes typing {
  0%, 20% {
    content: "";
  }
  40% {
    content: ".";
  }
  60% {
    content: "..";
  }
  80%, 100% {
    content: "...";
  }
}
.message-status {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-left: 0.25rem;
  margin-left: var(--spacing-xs);
}
.message-status.sent {
  background-color: rgba(33, 37, 41, 0.75);
  background-color: var(--bs-secondary-color);
}
.message-status.delivered {
  background-color: #0dcaf0;
  background-color: var(--info);
}
.message-status.read {
  background-color: #198754;
  background-color: var(--success);
}
.message-status.failed {
  background-color: #dc3545;
  background-color: var(--danger);
}
.file-upload-area {
  border: 2px dashed #dee2e6;
  border: 2px dashed var(--bs-border-color);
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
  padding: 1.5rem;
  padding: var(--spacing-lg);
  text-align: center;
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.file-upload-area:hover {
  border-color: #0d6efd;
  border-color: var(--primary);
  background-color: #fff;
  background-color: var(--bs-body-bg);
}
.file-upload-area.dragover {
  border-color: #0d6efd;
  border-color: var(--primary);
  background-color: #0d6efd;
  background-color: var(--primary);
  color: white;
}
.file-upload-area .upload-icon {
  font-size: 2rem;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  margin-bottom: 0.5rem;
  margin-bottom: var(--spacing-sm);
}
.file-upload-area .upload-text {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  margin-bottom: 0.5rem;
  margin-bottom: var(--spacing-sm);
}
.file-upload-area .upload-button {
  margin-top: 0.5rem;
  margin-top: var(--spacing-sm);
}
.message-reactions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
  gap: var(--spacing-xs);
  margin-top: 0.25rem;
  margin-top: var(--spacing-xs);
}
.message-reactions .reaction {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.25rem;
  gap: var(--spacing-xs);
  padding: 0.25rem 0.5rem;
  padding: var(--spacing-xs) var(--spacing-sm);
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.25rem;
  border-radius: var(--border-radius-sm);
  font-size: 0.875rem;
  cursor: pointer;
}
.message-reactions .reaction:hover {
  background-color: #fff;
  background-color: var(--bs-body-bg);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.message-reactions .reaction.active {
  background-color: #0d6efd;
  background-color: var(--primary);
  color: white;
  border-color: #0d6efd;
  border-color: var(--primary);
}
.message-reactions .reaction .reaction-emoji {
  font-size: 1rem;
}
.message-reactions .reaction .reaction-count {
  font-weight: 500;
}
@media (max-width: 768px) {
  .messaging-layout {
    height: calc(100vh - 60px);
  }
  .messaging-sidebar {
    height: 200px;
    overflow-y: auto;
  }
  .message-input-area .message-form {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .message-input-area .message-form .message-actions {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .channel-list .list-group-item, .channel-list .theme-list-group-item,
  .conversation-list .list-group-item,
  .conversation-list .theme-list-group-item {
    padding: 0.5rem;
    padding: var(--spacing-sm);
  }
  .channel-list .list-group-item .unread-count, .channel-list .theme-list-group-item .unread-count,
  .conversation-list .list-group-item .unread-count,
  .conversation-list .theme-list-group-item .unread-count {
    margin-left: 0;
    margin-top: 0.25rem;
    margin-top: var(--spacing-xs);
  }
}
@media (max-width: 576px) {
  .chat-header {
    padding: 0.5rem;
    padding: var(--spacing-sm);
  }
  .chat-header .chat-title {
    font-size: 1.1rem;
  }
  .messages-container {
    padding: 0.5rem;
    padding: var(--spacing-sm);
  }
  .message-input-area {
    padding: 0.5rem;
    padding: var(--spacing-sm);
  }
  .sidebar-search {
    padding: 0.5rem;
    padding: var(--spacing-sm);
  }
}
.quote-bundles-container .list-group-item, .quote-bundles-container .theme-list-group-item {
  border-left: 3px solid transparent;
}
.quote-bundles-container .list-group-item:hover, .quote-bundles-container .theme-list-group-item:hover {
  border-left-color: #0d6efd;
  border-left-color: var(--primary);
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.quote-bundles-container .list-group-item.list-group-item-action:hover, .quote-bundles-container .list-group-item-action.theme-list-group-item:hover, .quote-bundles-container .list-group-item.theme-list-group-item-action:hover, .quote-bundles-container .theme-list-group-item.theme-list-group-item-action:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.quote-bundle-progress .progress, .quote-bundle-progress .theme-progress {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.quote-bundle-progress .progress.progress-height-20, .quote-bundle-progress .progress-height-20.theme-progress {
  height: 20px;
}
.quote-bundle-progress .progress.progress-height-18, .quote-bundle-progress .progress-height-18.theme-progress {
  height: 18px;
}
.quote-bundle-progress .progress .progress-bar, .quote-bundle-progress .theme-progress .progress-bar, .quote-bundle-progress .progress .theme-progress-bar, .quote-bundle-progress .theme-progress .theme-progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
}
.quote-bundle-progress .progress .progress-bar small, .quote-bundle-progress .theme-progress .progress-bar small, .quote-bundle-progress .progress .theme-progress-bar small, .quote-bundle-progress .theme-progress .theme-progress-bar small, .quote-bundle-progress .progress .progress-bar .small, .quote-bundle-progress .theme-progress .progress-bar .small, .quote-bundle-progress .progress .theme-progress-bar .small, .quote-bundle-progress .theme-progress .theme-progress-bar .small {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.quote-bundle-progress .progress .progress-bar .btn, .quote-bundle-progress .theme-progress .progress-bar .btn, .quote-bundle-progress .progress .theme-progress-bar .btn, .quote-bundle-progress .theme-progress .theme-progress-bar .btn, .quote-bundle-progress .progress .progress-bar .theme-btn, .quote-bundle-progress .theme-progress .progress-bar .theme-btn, .quote-bundle-progress .progress .theme-progress-bar .theme-btn, .quote-bundle-progress .theme-progress .theme-progress-bar .theme-btn, .quote-bundle-progress .progress .progress-bar .theme-btn-primary, .quote-bundle-progress .theme-progress .progress-bar .theme-btn-primary, .quote-bundle-progress .progress .theme-progress-bar .theme-btn-primary, .quote-bundle-progress .theme-progress .theme-progress-bar .theme-btn-primary, .quote-bundle-progress .progress .progress-bar .theme-btn-secondary, .quote-bundle-progress .theme-progress .progress-bar .theme-btn-secondary, .quote-bundle-progress .progress .theme-progress-bar .theme-btn-secondary, .quote-bundle-progress .theme-progress .theme-progress-bar .theme-btn-secondary, .quote-bundle-progress .progress .progress-bar .theme-btn-success, .quote-bundle-progress .theme-progress .progress-bar .theme-btn-success, .quote-bundle-progress .progress .theme-progress-bar .theme-btn-success, .quote-bundle-progress .theme-progress .theme-progress-bar .theme-btn-success, .quote-bundle-progress .progress .progress-bar .theme-btn-danger, .quote-bundle-progress .theme-progress .progress-bar .theme-btn-danger, .quote-bundle-progress .progress .theme-progress-bar .theme-btn-danger, .quote-bundle-progress .theme-progress .theme-progress-bar .theme-btn-danger, .quote-bundle-progress .progress .progress-bar .theme-btn-warning, .quote-bundle-progress .theme-progress .progress-bar .theme-btn-warning, .quote-bundle-progress .progress .theme-progress-bar .theme-btn-warning, .quote-bundle-progress .theme-progress .theme-progress-bar .theme-btn-warning, .quote-bundle-progress .progress .progress-bar .theme-btn-info, .quote-bundle-progress .theme-progress .progress-bar .theme-btn-info, .quote-bundle-progress .progress .theme-progress-bar .theme-btn-info, .quote-bundle-progress .theme-progress .theme-progress-bar .theme-btn-info, .quote-bundle-progress .progress .progress-bar .theme-btn-light, .quote-bundle-progress .theme-progress .progress-bar .theme-btn-light, .quote-bundle-progress .progress .theme-progress-bar .theme-btn-light, .quote-bundle-progress .theme-progress .theme-progress-bar .theme-btn-light, .quote-bundle-progress .progress .progress-bar .theme-btn-dark, .quote-bundle-progress .theme-progress .progress-bar .theme-btn-dark, .quote-bundle-progress .progress .theme-progress-bar .theme-btn-dark, .quote-bundle-progress .theme-progress .theme-progress-bar .theme-btn-dark, .quote-bundle-progress .progress .progress-bar .theme-btn-outline-primary, .quote-bundle-progress .theme-progress .progress-bar .theme-btn-outline-primary, .quote-bundle-progress .progress .theme-progress-bar .theme-btn-outline-primary, .quote-bundle-progress .theme-progress .theme-progress-bar .theme-btn-outline-primary, .quote-bundle-progress .progress .progress-bar .theme-btn-outline-secondary, .quote-bundle-progress .theme-progress .progress-bar .theme-btn-outline-secondary, .quote-bundle-progress .progress .theme-progress-bar .theme-btn-outline-secondary, .quote-bundle-progress .theme-progress .theme-progress-bar .theme-btn-outline-secondary, .quote-bundle-progress .progress .progress-bar .theme-btn-outline-success, .quote-bundle-progress .theme-progress .progress-bar .theme-btn-outline-success, .quote-bundle-progress .progress .theme-progress-bar .theme-btn-outline-success, .quote-bundle-progress .theme-progress .theme-progress-bar .theme-btn-outline-success, .quote-bundle-progress .progress .progress-bar .theme-btn-outline-danger, .quote-bundle-progress .theme-progress .progress-bar .theme-btn-outline-danger, .quote-bundle-progress .progress .theme-progress-bar .theme-btn-outline-danger, .quote-bundle-progress .theme-progress .theme-progress-bar .theme-btn-outline-danger, .quote-bundle-progress .progress .progress-bar .theme-btn-outline-warning, .quote-bundle-progress .theme-progress .progress-bar .theme-btn-outline-warning, .quote-bundle-progress .progress .theme-progress-bar .theme-btn-outline-warning, .quote-bundle-progress .theme-progress .theme-progress-bar .theme-btn-outline-warning, .quote-bundle-progress .progress .progress-bar .theme-btn-outline-info, .quote-bundle-progress .theme-progress .progress-bar .theme-btn-outline-info, .quote-bundle-progress .progress .theme-progress-bar .theme-btn-outline-info, .quote-bundle-progress .theme-progress .theme-progress-bar .theme-btn-outline-info, .quote-bundle-progress .progress .progress-bar .theme-btn-outline-light, .quote-bundle-progress .theme-progress .progress-bar .theme-btn-outline-light, .quote-bundle-progress .progress .theme-progress-bar .theme-btn-outline-light, .quote-bundle-progress .theme-progress .theme-progress-bar .theme-btn-outline-light, .quote-bundle-progress .progress .progress-bar .theme-btn-outline-dark, .quote-bundle-progress .theme-progress .progress-bar .theme-btn-outline-dark, .quote-bundle-progress .progress .theme-progress-bar .theme-btn-outline-dark, .quote-bundle-progress .theme-progress .theme-progress-bar .theme-btn-outline-dark {
  min-width: 2em;
  padding: 0 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.quote-bundle-progress .progress .progress-bar.w-0, .quote-bundle-progress .theme-progress .progress-bar.w-0, .quote-bundle-progress .progress .w-0.theme-progress-bar, .quote-bundle-progress .theme-progress .w-0.theme-progress-bar {
  width: 0%;
}
.quote-bundle-progress .progress .progress-bar.w-1, .quote-bundle-progress .theme-progress .progress-bar.w-1, .quote-bundle-progress .progress .w-1.theme-progress-bar, .quote-bundle-progress .theme-progress .w-1.theme-progress-bar {
  width: 1%;
}
.quote-bundle-progress .progress .progress-bar.w-2, .quote-bundle-progress .theme-progress .progress-bar.w-2, .quote-bundle-progress .progress .w-2.theme-progress-bar, .quote-bundle-progress .theme-progress .w-2.theme-progress-bar {
  width: 2%;
}
.quote-bundle-progress .progress .progress-bar.w-3, .quote-bundle-progress .theme-progress .progress-bar.w-3, .quote-bundle-progress .progress .w-3.theme-progress-bar, .quote-bundle-progress .theme-progress .w-3.theme-progress-bar {
  width: 3%;
}
.quote-bundle-progress .progress .progress-bar.w-4, .quote-bundle-progress .theme-progress .progress-bar.w-4, .quote-bundle-progress .progress .w-4.theme-progress-bar, .quote-bundle-progress .theme-progress .w-4.theme-progress-bar {
  width: 4%;
}
.quote-bundle-progress .progress .progress-bar.w-5, .quote-bundle-progress .theme-progress .progress-bar.w-5, .quote-bundle-progress .progress .w-5.theme-progress-bar, .quote-bundle-progress .theme-progress .w-5.theme-progress-bar {
  width: 5%;
}
.quote-bundle-progress .progress .progress-bar.w-6, .quote-bundle-progress .theme-progress .progress-bar.w-6, .quote-bundle-progress .progress .w-6.theme-progress-bar, .quote-bundle-progress .theme-progress .w-6.theme-progress-bar {
  width: 6%;
}
.quote-bundle-progress .progress .progress-bar.w-7, .quote-bundle-progress .theme-progress .progress-bar.w-7, .quote-bundle-progress .progress .w-7.theme-progress-bar, .quote-bundle-progress .theme-progress .w-7.theme-progress-bar {
  width: 7%;
}
.quote-bundle-progress .progress .progress-bar.w-8, .quote-bundle-progress .theme-progress .progress-bar.w-8, .quote-bundle-progress .progress .w-8.theme-progress-bar, .quote-bundle-progress .theme-progress .w-8.theme-progress-bar {
  width: 8%;
}
.quote-bundle-progress .progress .progress-bar.w-9, .quote-bundle-progress .theme-progress .progress-bar.w-9, .quote-bundle-progress .progress .w-9.theme-progress-bar, .quote-bundle-progress .theme-progress .w-9.theme-progress-bar {
  width: 9%;
}
.quote-bundle-progress .progress .progress-bar.w-10, .quote-bundle-progress .theme-progress .progress-bar.w-10, .quote-bundle-progress .progress .w-10.theme-progress-bar, .quote-bundle-progress .theme-progress .w-10.theme-progress-bar {
  width: 10%;
}
.quote-bundle-progress .progress .progress-bar.w-11, .quote-bundle-progress .theme-progress .progress-bar.w-11, .quote-bundle-progress .progress .w-11.theme-progress-bar, .quote-bundle-progress .theme-progress .w-11.theme-progress-bar {
  width: 11%;
}
.quote-bundle-progress .progress .progress-bar.w-12, .quote-bundle-progress .theme-progress .progress-bar.w-12, .quote-bundle-progress .progress .w-12.theme-progress-bar, .quote-bundle-progress .theme-progress .w-12.theme-progress-bar {
  width: 12%;
}
.quote-bundle-progress .progress .progress-bar.w-13, .quote-bundle-progress .theme-progress .progress-bar.w-13, .quote-bundle-progress .progress .w-13.theme-progress-bar, .quote-bundle-progress .theme-progress .w-13.theme-progress-bar {
  width: 13%;
}
.quote-bundle-progress .progress .progress-bar.w-14, .quote-bundle-progress .theme-progress .progress-bar.w-14, .quote-bundle-progress .progress .w-14.theme-progress-bar, .quote-bundle-progress .theme-progress .w-14.theme-progress-bar {
  width: 14%;
}
.quote-bundle-progress .progress .progress-bar.w-15, .quote-bundle-progress .theme-progress .progress-bar.w-15, .quote-bundle-progress .progress .w-15.theme-progress-bar, .quote-bundle-progress .theme-progress .w-15.theme-progress-bar {
  width: 15%;
}
.quote-bundle-progress .progress .progress-bar.w-16, .quote-bundle-progress .theme-progress .progress-bar.w-16, .quote-bundle-progress .progress .w-16.theme-progress-bar, .quote-bundle-progress .theme-progress .w-16.theme-progress-bar {
  width: 16%;
}
.quote-bundle-progress .progress .progress-bar.w-17, .quote-bundle-progress .theme-progress .progress-bar.w-17, .quote-bundle-progress .progress .w-17.theme-progress-bar, .quote-bundle-progress .theme-progress .w-17.theme-progress-bar {
  width: 17%;
}
.quote-bundle-progress .progress .progress-bar.w-18, .quote-bundle-progress .theme-progress .progress-bar.w-18, .quote-bundle-progress .progress .w-18.theme-progress-bar, .quote-bundle-progress .theme-progress .w-18.theme-progress-bar {
  width: 18%;
}
.quote-bundle-progress .progress .progress-bar.w-19, .quote-bundle-progress .theme-progress .progress-bar.w-19, .quote-bundle-progress .progress .w-19.theme-progress-bar, .quote-bundle-progress .theme-progress .w-19.theme-progress-bar {
  width: 19%;
}
.quote-bundle-progress .progress .progress-bar.w-20, .quote-bundle-progress .theme-progress .progress-bar.w-20, .quote-bundle-progress .progress .w-20.theme-progress-bar, .quote-bundle-progress .theme-progress .w-20.theme-progress-bar {
  width: 20%;
}
.quote-bundle-progress .progress .progress-bar.w-21, .quote-bundle-progress .theme-progress .progress-bar.w-21, .quote-bundle-progress .progress .w-21.theme-progress-bar, .quote-bundle-progress .theme-progress .w-21.theme-progress-bar {
  width: 21%;
}
.quote-bundle-progress .progress .progress-bar.w-22, .quote-bundle-progress .theme-progress .progress-bar.w-22, .quote-bundle-progress .progress .w-22.theme-progress-bar, .quote-bundle-progress .theme-progress .w-22.theme-progress-bar {
  width: 22%;
}
.quote-bundle-progress .progress .progress-bar.w-23, .quote-bundle-progress .theme-progress .progress-bar.w-23, .quote-bundle-progress .progress .w-23.theme-progress-bar, .quote-bundle-progress .theme-progress .w-23.theme-progress-bar {
  width: 23%;
}
.quote-bundle-progress .progress .progress-bar.w-24, .quote-bundle-progress .theme-progress .progress-bar.w-24, .quote-bundle-progress .progress .w-24.theme-progress-bar, .quote-bundle-progress .theme-progress .w-24.theme-progress-bar {
  width: 24%;
}
.quote-bundle-progress .progress .progress-bar.w-25, .quote-bundle-progress .theme-progress .progress-bar.w-25, .quote-bundle-progress .progress .w-25.theme-progress-bar, .quote-bundle-progress .theme-progress .w-25.theme-progress-bar {
  width: 25%;
}
.quote-bundle-progress .progress .progress-bar.w-26, .quote-bundle-progress .theme-progress .progress-bar.w-26, .quote-bundle-progress .progress .w-26.theme-progress-bar, .quote-bundle-progress .theme-progress .w-26.theme-progress-bar {
  width: 26%;
}
.quote-bundle-progress .progress .progress-bar.w-27, .quote-bundle-progress .theme-progress .progress-bar.w-27, .quote-bundle-progress .progress .w-27.theme-progress-bar, .quote-bundle-progress .theme-progress .w-27.theme-progress-bar {
  width: 27%;
}
.quote-bundle-progress .progress .progress-bar.w-28, .quote-bundle-progress .theme-progress .progress-bar.w-28, .quote-bundle-progress .progress .w-28.theme-progress-bar, .quote-bundle-progress .theme-progress .w-28.theme-progress-bar {
  width: 28%;
}
.quote-bundle-progress .progress .progress-bar.w-29, .quote-bundle-progress .theme-progress .progress-bar.w-29, .quote-bundle-progress .progress .w-29.theme-progress-bar, .quote-bundle-progress .theme-progress .w-29.theme-progress-bar {
  width: 29%;
}
.quote-bundle-progress .progress .progress-bar.w-30, .quote-bundle-progress .theme-progress .progress-bar.w-30, .quote-bundle-progress .progress .w-30.theme-progress-bar, .quote-bundle-progress .theme-progress .w-30.theme-progress-bar {
  width: 30%;
}
.quote-bundle-progress .progress .progress-bar.w-31, .quote-bundle-progress .theme-progress .progress-bar.w-31, .quote-bundle-progress .progress .w-31.theme-progress-bar, .quote-bundle-progress .theme-progress .w-31.theme-progress-bar {
  width: 31%;
}
.quote-bundle-progress .progress .progress-bar.w-32, .quote-bundle-progress .theme-progress .progress-bar.w-32, .quote-bundle-progress .progress .w-32.theme-progress-bar, .quote-bundle-progress .theme-progress .w-32.theme-progress-bar {
  width: 32%;
}
.quote-bundle-progress .progress .progress-bar.w-33, .quote-bundle-progress .theme-progress .progress-bar.w-33, .quote-bundle-progress .progress .w-33.theme-progress-bar, .quote-bundle-progress .theme-progress .w-33.theme-progress-bar {
  width: 33%;
}
.quote-bundle-progress .progress .progress-bar.w-34, .quote-bundle-progress .theme-progress .progress-bar.w-34, .quote-bundle-progress .progress .w-34.theme-progress-bar, .quote-bundle-progress .theme-progress .w-34.theme-progress-bar {
  width: 34%;
}
.quote-bundle-progress .progress .progress-bar.w-35, .quote-bundle-progress .theme-progress .progress-bar.w-35, .quote-bundle-progress .progress .w-35.theme-progress-bar, .quote-bundle-progress .theme-progress .w-35.theme-progress-bar {
  width: 35%;
}
.quote-bundle-progress .progress .progress-bar.w-36, .quote-bundle-progress .theme-progress .progress-bar.w-36, .quote-bundle-progress .progress .w-36.theme-progress-bar, .quote-bundle-progress .theme-progress .w-36.theme-progress-bar {
  width: 36%;
}
.quote-bundle-progress .progress .progress-bar.w-37, .quote-bundle-progress .theme-progress .progress-bar.w-37, .quote-bundle-progress .progress .w-37.theme-progress-bar, .quote-bundle-progress .theme-progress .w-37.theme-progress-bar {
  width: 37%;
}
.quote-bundle-progress .progress .progress-bar.w-38, .quote-bundle-progress .theme-progress .progress-bar.w-38, .quote-bundle-progress .progress .w-38.theme-progress-bar, .quote-bundle-progress .theme-progress .w-38.theme-progress-bar {
  width: 38%;
}
.quote-bundle-progress .progress .progress-bar.w-39, .quote-bundle-progress .theme-progress .progress-bar.w-39, .quote-bundle-progress .progress .w-39.theme-progress-bar, .quote-bundle-progress .theme-progress .w-39.theme-progress-bar {
  width: 39%;
}
.quote-bundle-progress .progress .progress-bar.w-40, .quote-bundle-progress .theme-progress .progress-bar.w-40, .quote-bundle-progress .progress .w-40.theme-progress-bar, .quote-bundle-progress .theme-progress .w-40.theme-progress-bar {
  width: 40%;
}
.quote-bundle-progress .progress .progress-bar.w-41, .quote-bundle-progress .theme-progress .progress-bar.w-41, .quote-bundle-progress .progress .w-41.theme-progress-bar, .quote-bundle-progress .theme-progress .w-41.theme-progress-bar {
  width: 41%;
}
.quote-bundle-progress .progress .progress-bar.w-42, .quote-bundle-progress .theme-progress .progress-bar.w-42, .quote-bundle-progress .progress .w-42.theme-progress-bar, .quote-bundle-progress .theme-progress .w-42.theme-progress-bar {
  width: 42%;
}
.quote-bundle-progress .progress .progress-bar.w-43, .quote-bundle-progress .theme-progress .progress-bar.w-43, .quote-bundle-progress .progress .w-43.theme-progress-bar, .quote-bundle-progress .theme-progress .w-43.theme-progress-bar {
  width: 43%;
}
.quote-bundle-progress .progress .progress-bar.w-44, .quote-bundle-progress .theme-progress .progress-bar.w-44, .quote-bundle-progress .progress .w-44.theme-progress-bar, .quote-bundle-progress .theme-progress .w-44.theme-progress-bar {
  width: 44%;
}
.quote-bundle-progress .progress .progress-bar.w-45, .quote-bundle-progress .theme-progress .progress-bar.w-45, .quote-bundle-progress .progress .w-45.theme-progress-bar, .quote-bundle-progress .theme-progress .w-45.theme-progress-bar {
  width: 45%;
}
.quote-bundle-progress .progress .progress-bar.w-46, .quote-bundle-progress .theme-progress .progress-bar.w-46, .quote-bundle-progress .progress .w-46.theme-progress-bar, .quote-bundle-progress .theme-progress .w-46.theme-progress-bar {
  width: 46%;
}
.quote-bundle-progress .progress .progress-bar.w-47, .quote-bundle-progress .theme-progress .progress-bar.w-47, .quote-bundle-progress .progress .w-47.theme-progress-bar, .quote-bundle-progress .theme-progress .w-47.theme-progress-bar {
  width: 47%;
}
.quote-bundle-progress .progress .progress-bar.w-48, .quote-bundle-progress .theme-progress .progress-bar.w-48, .quote-bundle-progress .progress .w-48.theme-progress-bar, .quote-bundle-progress .theme-progress .w-48.theme-progress-bar {
  width: 48%;
}
.quote-bundle-progress .progress .progress-bar.w-49, .quote-bundle-progress .theme-progress .progress-bar.w-49, .quote-bundle-progress .progress .w-49.theme-progress-bar, .quote-bundle-progress .theme-progress .w-49.theme-progress-bar {
  width: 49%;
}
.quote-bundle-progress .progress .progress-bar.w-50, .quote-bundle-progress .theme-progress .progress-bar.w-50, .quote-bundle-progress .progress .w-50.theme-progress-bar, .quote-bundle-progress .theme-progress .w-50.theme-progress-bar {
  width: 50%;
}
.quote-bundle-progress .progress .progress-bar.w-51, .quote-bundle-progress .theme-progress .progress-bar.w-51, .quote-bundle-progress .progress .w-51.theme-progress-bar, .quote-bundle-progress .theme-progress .w-51.theme-progress-bar {
  width: 51%;
}
.quote-bundle-progress .progress .progress-bar.w-52, .quote-bundle-progress .theme-progress .progress-bar.w-52, .quote-bundle-progress .progress .w-52.theme-progress-bar, .quote-bundle-progress .theme-progress .w-52.theme-progress-bar {
  width: 52%;
}
.quote-bundle-progress .progress .progress-bar.w-53, .quote-bundle-progress .theme-progress .progress-bar.w-53, .quote-bundle-progress .progress .w-53.theme-progress-bar, .quote-bundle-progress .theme-progress .w-53.theme-progress-bar {
  width: 53%;
}
.quote-bundle-progress .progress .progress-bar.w-54, .quote-bundle-progress .theme-progress .progress-bar.w-54, .quote-bundle-progress .progress .w-54.theme-progress-bar, .quote-bundle-progress .theme-progress .w-54.theme-progress-bar {
  width: 54%;
}
.quote-bundle-progress .progress .progress-bar.w-55, .quote-bundle-progress .theme-progress .progress-bar.w-55, .quote-bundle-progress .progress .w-55.theme-progress-bar, .quote-bundle-progress .theme-progress .w-55.theme-progress-bar {
  width: 55%;
}
.quote-bundle-progress .progress .progress-bar.w-56, .quote-bundle-progress .theme-progress .progress-bar.w-56, .quote-bundle-progress .progress .w-56.theme-progress-bar, .quote-bundle-progress .theme-progress .w-56.theme-progress-bar {
  width: 56%;
}
.quote-bundle-progress .progress .progress-bar.w-57, .quote-bundle-progress .theme-progress .progress-bar.w-57, .quote-bundle-progress .progress .w-57.theme-progress-bar, .quote-bundle-progress .theme-progress .w-57.theme-progress-bar {
  width: 57%;
}
.quote-bundle-progress .progress .progress-bar.w-58, .quote-bundle-progress .theme-progress .progress-bar.w-58, .quote-bundle-progress .progress .w-58.theme-progress-bar, .quote-bundle-progress .theme-progress .w-58.theme-progress-bar {
  width: 58%;
}
.quote-bundle-progress .progress .progress-bar.w-59, .quote-bundle-progress .theme-progress .progress-bar.w-59, .quote-bundle-progress .progress .w-59.theme-progress-bar, .quote-bundle-progress .theme-progress .w-59.theme-progress-bar {
  width: 59%;
}
.quote-bundle-progress .progress .progress-bar.w-60, .quote-bundle-progress .theme-progress .progress-bar.w-60, .quote-bundle-progress .progress .w-60.theme-progress-bar, .quote-bundle-progress .theme-progress .w-60.theme-progress-bar {
  width: 60%;
}
.quote-bundle-progress .progress .progress-bar.w-61, .quote-bundle-progress .theme-progress .progress-bar.w-61, .quote-bundle-progress .progress .w-61.theme-progress-bar, .quote-bundle-progress .theme-progress .w-61.theme-progress-bar {
  width: 61%;
}
.quote-bundle-progress .progress .progress-bar.w-62, .quote-bundle-progress .theme-progress .progress-bar.w-62, .quote-bundle-progress .progress .w-62.theme-progress-bar, .quote-bundle-progress .theme-progress .w-62.theme-progress-bar {
  width: 62%;
}
.quote-bundle-progress .progress .progress-bar.w-63, .quote-bundle-progress .theme-progress .progress-bar.w-63, .quote-bundle-progress .progress .w-63.theme-progress-bar, .quote-bundle-progress .theme-progress .w-63.theme-progress-bar {
  width: 63%;
}
.quote-bundle-progress .progress .progress-bar.w-64, .quote-bundle-progress .theme-progress .progress-bar.w-64, .quote-bundle-progress .progress .w-64.theme-progress-bar, .quote-bundle-progress .theme-progress .w-64.theme-progress-bar {
  width: 64%;
}
.quote-bundle-progress .progress .progress-bar.w-65, .quote-bundle-progress .theme-progress .progress-bar.w-65, .quote-bundle-progress .progress .w-65.theme-progress-bar, .quote-bundle-progress .theme-progress .w-65.theme-progress-bar {
  width: 65%;
}
.quote-bundle-progress .progress .progress-bar.w-66, .quote-bundle-progress .theme-progress .progress-bar.w-66, .quote-bundle-progress .progress .w-66.theme-progress-bar, .quote-bundle-progress .theme-progress .w-66.theme-progress-bar {
  width: 66%;
}
.quote-bundle-progress .progress .progress-bar.w-67, .quote-bundle-progress .theme-progress .progress-bar.w-67, .quote-bundle-progress .progress .w-67.theme-progress-bar, .quote-bundle-progress .theme-progress .w-67.theme-progress-bar {
  width: 67%;
}
.quote-bundle-progress .progress .progress-bar.w-68, .quote-bundle-progress .theme-progress .progress-bar.w-68, .quote-bundle-progress .progress .w-68.theme-progress-bar, .quote-bundle-progress .theme-progress .w-68.theme-progress-bar {
  width: 68%;
}
.quote-bundle-progress .progress .progress-bar.w-69, .quote-bundle-progress .theme-progress .progress-bar.w-69, .quote-bundle-progress .progress .w-69.theme-progress-bar, .quote-bundle-progress .theme-progress .w-69.theme-progress-bar {
  width: 69%;
}
.quote-bundle-progress .progress .progress-bar.w-70, .quote-bundle-progress .theme-progress .progress-bar.w-70, .quote-bundle-progress .progress .w-70.theme-progress-bar, .quote-bundle-progress .theme-progress .w-70.theme-progress-bar {
  width: 70%;
}
.quote-bundle-progress .progress .progress-bar.w-71, .quote-bundle-progress .theme-progress .progress-bar.w-71, .quote-bundle-progress .progress .w-71.theme-progress-bar, .quote-bundle-progress .theme-progress .w-71.theme-progress-bar {
  width: 71%;
}
.quote-bundle-progress .progress .progress-bar.w-72, .quote-bundle-progress .theme-progress .progress-bar.w-72, .quote-bundle-progress .progress .w-72.theme-progress-bar, .quote-bundle-progress .theme-progress .w-72.theme-progress-bar {
  width: 72%;
}
.quote-bundle-progress .progress .progress-bar.w-73, .quote-bundle-progress .theme-progress .progress-bar.w-73, .quote-bundle-progress .progress .w-73.theme-progress-bar, .quote-bundle-progress .theme-progress .w-73.theme-progress-bar {
  width: 73%;
}
.quote-bundle-progress .progress .progress-bar.w-74, .quote-bundle-progress .theme-progress .progress-bar.w-74, .quote-bundle-progress .progress .w-74.theme-progress-bar, .quote-bundle-progress .theme-progress .w-74.theme-progress-bar {
  width: 74%;
}
.quote-bundle-progress .progress .progress-bar.w-75, .quote-bundle-progress .theme-progress .progress-bar.w-75, .quote-bundle-progress .progress .w-75.theme-progress-bar, .quote-bundle-progress .theme-progress .w-75.theme-progress-bar {
  width: 75%;
}
.quote-bundle-progress .progress .progress-bar.w-76, .quote-bundle-progress .theme-progress .progress-bar.w-76, .quote-bundle-progress .progress .w-76.theme-progress-bar, .quote-bundle-progress .theme-progress .w-76.theme-progress-bar {
  width: 76%;
}
.quote-bundle-progress .progress .progress-bar.w-77, .quote-bundle-progress .theme-progress .progress-bar.w-77, .quote-bundle-progress .progress .w-77.theme-progress-bar, .quote-bundle-progress .theme-progress .w-77.theme-progress-bar {
  width: 77%;
}
.quote-bundle-progress .progress .progress-bar.w-78, .quote-bundle-progress .theme-progress .progress-bar.w-78, .quote-bundle-progress .progress .w-78.theme-progress-bar, .quote-bundle-progress .theme-progress .w-78.theme-progress-bar {
  width: 78%;
}
.quote-bundle-progress .progress .progress-bar.w-79, .quote-bundle-progress .theme-progress .progress-bar.w-79, .quote-bundle-progress .progress .w-79.theme-progress-bar, .quote-bundle-progress .theme-progress .w-79.theme-progress-bar {
  width: 79%;
}
.quote-bundle-progress .progress .progress-bar.w-80, .quote-bundle-progress .theme-progress .progress-bar.w-80, .quote-bundle-progress .progress .w-80.theme-progress-bar, .quote-bundle-progress .theme-progress .w-80.theme-progress-bar {
  width: 80%;
}
.quote-bundle-progress .progress .progress-bar.w-81, .quote-bundle-progress .theme-progress .progress-bar.w-81, .quote-bundle-progress .progress .w-81.theme-progress-bar, .quote-bundle-progress .theme-progress .w-81.theme-progress-bar {
  width: 81%;
}
.quote-bundle-progress .progress .progress-bar.w-82, .quote-bundle-progress .theme-progress .progress-bar.w-82, .quote-bundle-progress .progress .w-82.theme-progress-bar, .quote-bundle-progress .theme-progress .w-82.theme-progress-bar {
  width: 82%;
}
.quote-bundle-progress .progress .progress-bar.w-83, .quote-bundle-progress .theme-progress .progress-bar.w-83, .quote-bundle-progress .progress .w-83.theme-progress-bar, .quote-bundle-progress .theme-progress .w-83.theme-progress-bar {
  width: 83%;
}
.quote-bundle-progress .progress .progress-bar.w-84, .quote-bundle-progress .theme-progress .progress-bar.w-84, .quote-bundle-progress .progress .w-84.theme-progress-bar, .quote-bundle-progress .theme-progress .w-84.theme-progress-bar {
  width: 84%;
}
.quote-bundle-progress .progress .progress-bar.w-85, .quote-bundle-progress .theme-progress .progress-bar.w-85, .quote-bundle-progress .progress .w-85.theme-progress-bar, .quote-bundle-progress .theme-progress .w-85.theme-progress-bar {
  width: 85%;
}
.quote-bundle-progress .progress .progress-bar.w-86, .quote-bundle-progress .theme-progress .progress-bar.w-86, .quote-bundle-progress .progress .w-86.theme-progress-bar, .quote-bundle-progress .theme-progress .w-86.theme-progress-bar {
  width: 86%;
}
.quote-bundle-progress .progress .progress-bar.w-87, .quote-bundle-progress .theme-progress .progress-bar.w-87, .quote-bundle-progress .progress .w-87.theme-progress-bar, .quote-bundle-progress .theme-progress .w-87.theme-progress-bar {
  width: 87%;
}
.quote-bundle-progress .progress .progress-bar.w-88, .quote-bundle-progress .theme-progress .progress-bar.w-88, .quote-bundle-progress .progress .w-88.theme-progress-bar, .quote-bundle-progress .theme-progress .w-88.theme-progress-bar {
  width: 88%;
}
.quote-bundle-progress .progress .progress-bar.w-89, .quote-bundle-progress .theme-progress .progress-bar.w-89, .quote-bundle-progress .progress .w-89.theme-progress-bar, .quote-bundle-progress .theme-progress .w-89.theme-progress-bar {
  width: 89%;
}
.quote-bundle-progress .progress .progress-bar.w-90, .quote-bundle-progress .theme-progress .progress-bar.w-90, .quote-bundle-progress .progress .w-90.theme-progress-bar, .quote-bundle-progress .theme-progress .w-90.theme-progress-bar {
  width: 90%;
}
.quote-bundle-progress .progress .progress-bar.w-91, .quote-bundle-progress .theme-progress .progress-bar.w-91, .quote-bundle-progress .progress .w-91.theme-progress-bar, .quote-bundle-progress .theme-progress .w-91.theme-progress-bar {
  width: 91%;
}
.quote-bundle-progress .progress .progress-bar.w-92, .quote-bundle-progress .theme-progress .progress-bar.w-92, .quote-bundle-progress .progress .w-92.theme-progress-bar, .quote-bundle-progress .theme-progress .w-92.theme-progress-bar {
  width: 92%;
}
.quote-bundle-progress .progress .progress-bar.w-93, .quote-bundle-progress .theme-progress .progress-bar.w-93, .quote-bundle-progress .progress .w-93.theme-progress-bar, .quote-bundle-progress .theme-progress .w-93.theme-progress-bar {
  width: 93%;
}
.quote-bundle-progress .progress .progress-bar.w-94, .quote-bundle-progress .theme-progress .progress-bar.w-94, .quote-bundle-progress .progress .w-94.theme-progress-bar, .quote-bundle-progress .theme-progress .w-94.theme-progress-bar {
  width: 94%;
}
.quote-bundle-progress .progress .progress-bar.w-95, .quote-bundle-progress .theme-progress .progress-bar.w-95, .quote-bundle-progress .progress .w-95.theme-progress-bar, .quote-bundle-progress .theme-progress .w-95.theme-progress-bar {
  width: 95%;
}
.quote-bundle-progress .progress .progress-bar.w-96, .quote-bundle-progress .theme-progress .progress-bar.w-96, .quote-bundle-progress .progress .w-96.theme-progress-bar, .quote-bundle-progress .theme-progress .w-96.theme-progress-bar {
  width: 96%;
}
.quote-bundle-progress .progress .progress-bar.w-97, .quote-bundle-progress .theme-progress .progress-bar.w-97, .quote-bundle-progress .progress .w-97.theme-progress-bar, .quote-bundle-progress .theme-progress .w-97.theme-progress-bar {
  width: 97%;
}
.quote-bundle-progress .progress .progress-bar.w-98, .quote-bundle-progress .theme-progress .progress-bar.w-98, .quote-bundle-progress .progress .w-98.theme-progress-bar, .quote-bundle-progress .theme-progress .w-98.theme-progress-bar {
  width: 98%;
}
.quote-bundle-progress .progress .progress-bar.w-99, .quote-bundle-progress .theme-progress .progress-bar.w-99, .quote-bundle-progress .progress .w-99.theme-progress-bar, .quote-bundle-progress .theme-progress .w-99.theme-progress-bar {
  width: 99%;
}
.quote-bundle-progress .progress .progress-bar.w-100, .quote-bundle-progress .theme-progress .progress-bar.w-100, .quote-bundle-progress .progress .w-100.theme-progress-bar, .quote-bundle-progress .theme-progress .w-100.theme-progress-bar {
  width: 100%;
}
.quote-bundle-badge.badge, .quote-bundle-badge.theme-badge, .quote-bundle-badge.theme-badge-primary, .quote-bundle-badge.theme-badge-secondary, .quote-bundle-badge.theme-badge-success, .quote-bundle-badge.theme-badge-danger, .quote-bundle-badge.theme-badge-warning, .quote-bundle-badge.theme-badge-info, .quote-bundle-badge.theme-badge-light, .quote-bundle-badge.theme-badge-dark {
  font-size: 0.75rem;
  padding: 0.35em 0.6em;
  border-radius: 0.375rem;
  font-weight: 500;
}
.quote-bundle-badge.badge.bg-secondary, .quote-bundle-badge.bg-secondary.theme-badge, .quote-bundle-badge.bg-secondary.theme-badge-primary, .quote-bundle-badge.bg-secondary.theme-badge-success, .quote-bundle-badge.bg-secondary.theme-badge-danger, .quote-bundle-badge.bg-secondary.theme-badge-warning, .quote-bundle-badge.bg-secondary.theme-badge-info, .quote-bundle-badge.bg-secondary.theme-badge-light, .quote-bundle-badge.bg-secondary.theme-badge-dark, .quote-bundle-badge.theme-badge-secondary {
  background-color: #6c757d !important;
  background-color: var(--bs-secondary) !important;
  color: white;
}
.quote-bundle-badge.badge.bg-warning, .quote-bundle-badge.bg-warning.theme-badge, .quote-bundle-badge.bg-warning.theme-badge-primary, .quote-bundle-badge.bg-warning.theme-badge-secondary, .quote-bundle-badge.bg-warning.theme-badge-success, .quote-bundle-badge.bg-warning.theme-badge-danger, .quote-bundle-badge.bg-warning.theme-badge-info, .quote-bundle-badge.bg-warning.theme-badge-light, .quote-bundle-badge.bg-warning.theme-badge-dark, .quote-bundle-badge.theme-badge-warning {
  background-color: #ffc107 !important;
  background-color: var(--warning) !important;
  color: #212529;
  color: var(--dark);
}
.end-user-badge-link {
  max-width: 110px;
}
.quote-bundle-mobile-header-content {
  gap: 0.5rem;
}
@media (max-width: 991.98px) {
  .quote-bundles-mobile .card, .quote-bundles-mobile .theme-card {
    margin-bottom: 0.75rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .quote-bundles-mobile .quote-bundle-mobile-header {
    border-bottom: 1px solid #dee2e6;
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .quote-bundles-mobile .quote-bundle-info-section {
    margin-bottom: 0.5rem;
  }
  .quote-bundles-mobile .quote-bundle-info-section .info-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(33, 37, 41, 0.75);
    color: var(--bs-secondary-color);
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin-bottom: 0.25rem;
  }
  .quote-bundles-mobile .quote-bundle-info-section .info-content {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .quote-bundles-mobile .btn-group-sm .btn, .quote-bundles-mobile .btn-group-sm .theme-btn, .quote-bundles-mobile .btn-group-sm .theme-btn-primary, .quote-bundles-mobile .btn-group-sm .theme-btn-secondary, .quote-bundles-mobile .btn-group-sm .theme-btn-success, .quote-bundles-mobile .btn-group-sm .theme-btn-danger, .quote-bundles-mobile .btn-group-sm .theme-btn-warning, .quote-bundles-mobile .btn-group-sm .theme-btn-info, .quote-bundles-mobile .btn-group-sm .theme-btn-light, .quote-bundles-mobile .btn-group-sm .theme-btn-dark, .quote-bundles-mobile .btn-group-sm .theme-btn-outline-primary, .quote-bundles-mobile .btn-group-sm .theme-btn-outline-secondary, .quote-bundles-mobile .btn-group-sm .theme-btn-outline-success, .quote-bundles-mobile .btn-group-sm .theme-btn-outline-danger, .quote-bundles-mobile .btn-group-sm .theme-btn-outline-warning, .quote-bundles-mobile .btn-group-sm .theme-btn-outline-info, .quote-bundles-mobile .btn-group-sm .theme-btn-outline-light, .quote-bundles-mobile .btn-group-sm .theme-btn-outline-dark {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .quote-bundles-tablet .search-form .row > div {
    margin-bottom: 0.75rem;
  }
  .quote-bundles-tablet .quote-bundle-item {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .quote-bundles-desktop .quote-bundle-row:hover {
    background-color: #e9ecef;
    background-color: var(--bs-secondary-bg);
    border-radius: 0.375rem;
    margin: 0 -0.5rem;
    padding: 0.5rem;
  }
  .quote-bundles-desktop .quote-bundle-actions {
    opacity: 0.7;
  }
  .quote-bundles-desktop .quote-bundle-actions:hover {
    opacity: 1;
  }
}
.quote-bundles-search .form-label, .quote-bundles-search .theme-form-label {
  font-weight: 500;
  margin-bottom: 0.375rem;
}
.quote-bundles-search .form-control, .quote-bundles-search .theme-form-control {
  border-radius: 0.375rem;
}
.quote-bundles-search .form-control:focus, .quote-bundles-search .theme-form-control:focus {
  border-color: #0d6efd;
  border-color: var(--primary);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.25);
          box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.25);
}
.quote-bundles-search .btn, .quote-bundles-search .theme-btn, .quote-bundles-search .theme-btn-primary, .quote-bundles-search .theme-btn-secondary, .quote-bundles-search .theme-btn-success, .quote-bundles-search .theme-btn-danger, .quote-bundles-search .theme-btn-warning, .quote-bundles-search .theme-btn-info, .quote-bundles-search .theme-btn-light, .quote-bundles-search .theme-btn-dark, .quote-bundles-search .theme-btn-outline-primary, .quote-bundles-search .theme-btn-outline-secondary, .quote-bundles-search .theme-btn-outline-success, .quote-bundles-search .theme-btn-outline-danger, .quote-bundles-search .theme-btn-outline-warning, .quote-bundles-search .theme-btn-outline-info, .quote-bundles-search .theme-btn-outline-light, .quote-bundles-search .theme-btn-outline-dark {
  border-radius: 0.375rem;
  font-weight: 500;
}
.quote-bundles-search .btn:hover, .quote-bundles-search .theme-btn:hover, .quote-bundles-search .theme-btn-primary:hover, .quote-bundles-search .theme-btn-secondary:hover, .quote-bundles-search .theme-btn-success:hover, .quote-bundles-search .theme-btn-danger:hover, .quote-bundles-search .theme-btn-warning:hover, .quote-bundles-search .theme-btn-info:hover, .quote-bundles-search .theme-btn-light:hover, .quote-bundles-search .theme-btn-dark:hover, .quote-bundles-search .theme-btn-outline-primary:hover, .quote-bundles-search .theme-btn-outline-secondary:hover, .quote-bundles-search .theme-btn-outline-success:hover, .quote-bundles-search .theme-btn-outline-danger:hover, .quote-bundles-search .theme-btn-outline-warning:hover, .quote-bundles-search .theme-btn-outline-info:hover, .quote-bundles-search .theme-btn-outline-light:hover, .quote-bundles-search .theme-btn-outline-dark:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.quote-bundles-header .card, .quote-bundles-header .theme-card {
  border: none;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.quote-bundles-header .card:hover, .quote-bundles-header .theme-card:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.quote-bundles-header .stats-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d6efd;
  color: var(--primary);
}
.quote-bundles-header .stats-label {
  font-size: 0.875rem;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-weight: 500;
}
.quote-bundles-pagination .pagination, .quote-bundles-pagination .theme-pagination, .quote-bundles-pagination .theme-pagination-sm, .quote-bundles-pagination .theme-pagination-lg {
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.quote-bundles-pagination .pagination .page-link, .quote-bundles-pagination .theme-pagination .page-link, .quote-bundles-pagination .theme-pagination-sm .page-link, .quote-bundles-pagination .theme-pagination-lg .page-link, .quote-bundles-pagination .pagination .theme-page-link, .quote-bundles-pagination .theme-pagination .theme-page-link, .quote-bundles-pagination .theme-pagination-sm .theme-page-link, .quote-bundles-pagination .theme-pagination-lg .theme-page-link {
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  padding: 0.5rem 0.75rem;
  color: #212529;
  color: var(--bs-body-color);
  background-color: #fff;
  background-color: var(--bs-body-bg);
}
.quote-bundles-pagination .pagination .page-link:hover, .quote-bundles-pagination .theme-pagination .page-link:hover, .quote-bundles-pagination .theme-pagination-sm .page-link:hover, .quote-bundles-pagination .theme-pagination-lg .page-link:hover, .quote-bundles-pagination .pagination .theme-page-link:hover, .quote-bundles-pagination .theme-pagination .theme-page-link:hover, .quote-bundles-pagination .theme-pagination-sm .theme-page-link:hover, .quote-bundles-pagination .theme-pagination-lg .theme-page-link:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  color: #0d6efd;
  color: var(--primary);
  border-color: #0d6efd;
  border-color: var(--primary);
}
.quote-bundles-pagination .pagination .page-link:focus, .quote-bundles-pagination .theme-pagination .page-link:focus, .quote-bundles-pagination .theme-pagination-sm .page-link:focus, .quote-bundles-pagination .theme-pagination-lg .page-link:focus, .quote-bundles-pagination .pagination .theme-page-link:focus, .quote-bundles-pagination .theme-pagination .theme-page-link:focus, .quote-bundles-pagination .theme-pagination-sm .theme-page-link:focus, .quote-bundles-pagination .theme-pagination-lg .theme-page-link:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.25);
          box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.25);
}
.quote-bundles-pagination .pagination .page-item.active .page-link, .quote-bundles-pagination .theme-pagination .page-item.active .page-link, .quote-bundles-pagination .theme-pagination-sm .page-item.active .page-link, .quote-bundles-pagination .theme-pagination-lg .page-item.active .page-link, .quote-bundles-pagination .pagination .active.theme-page-item .page-link, .quote-bundles-pagination .theme-pagination .active.theme-page-item .page-link, .quote-bundles-pagination .theme-pagination-sm .active.theme-page-item .page-link, .quote-bundles-pagination .theme-pagination-lg .active.theme-page-item .page-link, .quote-bundles-pagination .pagination .page-item.active .theme-page-link, .quote-bundles-pagination .theme-pagination .page-item.active .theme-page-link, .quote-bundles-pagination .theme-pagination-sm .page-item.active .theme-page-link, .quote-bundles-pagination .theme-pagination-lg .page-item.active .theme-page-link, .quote-bundles-pagination .pagination .active.theme-page-item .theme-page-link, .quote-bundles-pagination .theme-pagination .active.theme-page-item .theme-page-link, .quote-bundles-pagination .theme-pagination-sm .active.theme-page-item .theme-page-link, .quote-bundles-pagination .theme-pagination-lg .active.theme-page-item .theme-page-link {
  background-color: #0d6efd;
  background-color: var(--primary);
  border-color: #0d6efd;
  border-color: var(--primary);
  color: white;
}
.quote-bundles-pagination .pagination .page-item.disabled .page-link, .quote-bundles-pagination .theme-pagination .page-item.disabled .page-link, .quote-bundles-pagination .theme-pagination-sm .page-item.disabled .page-link, .quote-bundles-pagination .theme-pagination-lg .page-item.disabled .page-link, .quote-bundles-pagination .pagination .disabled.theme-page-item .page-link, .quote-bundles-pagination .theme-pagination .disabled.theme-page-item .page-link, .quote-bundles-pagination .theme-pagination-sm .disabled.theme-page-item .page-link, .quote-bundles-pagination .theme-pagination-lg .disabled.theme-page-item .page-link, .quote-bundles-pagination .pagination .page-item.disabled .theme-page-link, .quote-bundles-pagination .theme-pagination .page-item.disabled .theme-page-link, .quote-bundles-pagination .theme-pagination-sm .page-item.disabled .theme-page-link, .quote-bundles-pagination .theme-pagination-lg .page-item.disabled .theme-page-link, .quote-bundles-pagination .pagination .disabled.theme-page-item .theme-page-link, .quote-bundles-pagination .theme-pagination .disabled.theme-page-item .theme-page-link, .quote-bundles-pagination .theme-pagination-sm .disabled.theme-page-item .theme-page-link, .quote-bundles-pagination .theme-pagination-lg .disabled.theme-page-item .theme-page-link {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
}
.quote-bundles-pagination .pagination-info {
  font-size: 0.875rem;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.quote-bundles-loading .skeleton {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #e9ecef), color-stop(50%, rgba(233, 236, 239, 0.5)), color-stop(75%, #e9ecef));
  background: linear-gradient(90deg, #e9ecef 25%, rgba(233, 236, 239, 0.5) 50%, #e9ecef 75%);
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, var(--bs-secondary-bg)), color-stop(50%, rgba(var(--bs-secondary-bg-rgb), 0.5)), color-stop(75%, var(--bs-secondary-bg)));
  background: linear-gradient(90deg, var(--bs-secondary-bg) 25%, rgba(var(--bs-secondary-bg-rgb), 0.5) 50%, var(--bs-secondary-bg) 75%);
  background-size: 200% 100%;
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@media print {
  .quote-bundles-container .btn, .quote-bundles-container .theme-btn, .quote-bundles-container .theme-btn-primary, .quote-bundles-container .theme-btn-secondary, .quote-bundles-container .theme-btn-success, .quote-bundles-container .theme-btn-danger, .quote-bundles-container .theme-btn-warning, .quote-bundles-container .theme-btn-info, .quote-bundles-container .theme-btn-light, .quote-bundles-container .theme-btn-dark, .quote-bundles-container .theme-btn-outline-primary, .quote-bundles-container .theme-btn-outline-secondary, .quote-bundles-container .theme-btn-outline-success, .quote-bundles-container .theme-btn-outline-danger, .quote-bundles-container .theme-btn-outline-warning, .quote-bundles-container .theme-btn-outline-info, .quote-bundles-container .theme-btn-outline-light, .quote-bundles-container .theme-btn-outline-dark, .quote-bundles-container .pagination, .quote-bundles-container .theme-pagination, .quote-bundles-container .theme-pagination-sm, .quote-bundles-container .theme-pagination-lg, .quote-bundles-container .search-form {
    display: none !important;
  }
  .quote-bundles-container .card, .quote-bundles-container .theme-card {
    border: 1px solid #ddd !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .quote-bundles-container .quote-bundle-item {
    page-break-inside: avoid;
    margin-bottom: 1rem;
  }
}
@media (prefers-contrast: high) {
  .quote-bundles-container .badge, .quote-bundles-container .theme-badge, .quote-bundles-container .theme-badge-primary, .quote-bundles-container .theme-badge-secondary, .quote-bundles-container .theme-badge-success, .quote-bundles-container .theme-badge-danger, .quote-bundles-container .theme-badge-warning, .quote-bundles-container .theme-badge-info, .quote-bundles-container .theme-badge-light, .quote-bundles-container .theme-badge-dark {
    border: 2px solid currentColor;
  }
  .quote-bundles-container .progress-bar, .quote-bundles-container .theme-progress-bar {
    border: 1px solid #000;
  }
  .quote-bundles-container .btn, .quote-bundles-container .theme-btn, .quote-bundles-container .theme-btn-primary, .quote-bundles-container .theme-btn-secondary, .quote-bundles-container .theme-btn-success, .quote-bundles-container .theme-btn-danger, .quote-bundles-container .theme-btn-warning, .quote-bundles-container .theme-btn-info, .quote-bundles-container .theme-btn-light, .quote-bundles-container .theme-btn-dark, .quote-bundles-container .theme-btn-outline-primary, .quote-bundles-container .theme-btn-outline-secondary, .quote-bundles-container .theme-btn-outline-success, .quote-bundles-container .theme-btn-outline-danger, .quote-bundles-container .theme-btn-outline-warning, .quote-bundles-container .theme-btn-outline-info, .quote-bundles-container .theme-btn-outline-light, .quote-bundles-container .theme-btn-outline-dark {
    border-width: 2px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .quote-bundles-container * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
/* Supplier Quotes CRM Enhancements */
@-webkit-keyframes markerIndicatorPulse {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes markerIndicatorPulse {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.supplier-quotes-crm .theme-table {
  --bs-table-hover-bg: rgba(var(--bs-primary-rgb), 0.075);
  background-color: var(--bs-card-bg);
  color: #212529;
  color: var(--bs-body-color);
}
.supplier-quotes-crm .theme-table .theme-table-header {
  background: #212529;
  background: var(--bs-dark);
  color: #fff;
  color: var(--bs-white);
}
.supplier-quotes-crm .theme-table .theme-table-header th {
  border-bottom: 2px solid #dee2e6;
  border-bottom: 2px solid var(--bs-border-color);
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  color: var(--bs-white);
}
.supplier-quotes-crm .theme-table .theme-table-header th .fas {
  opacity: 0.8;
}
.supplier-quotes-crm .theme-table .theme-table-header th .theme-link {
  color: #fff;
  color: var(--bs-white);
  text-decoration: none;
}
.supplier-quotes-crm .theme-table .theme-table-header th .theme-link:hover {
  color: #f8f9fa;
  color: var(--bs-light);
  text-decoration: underline;
}
.supplier-quotes-crm .theme-table tbody tr[data-controller*=bid-row-highlighter] {
  cursor: pointer;
  position: relative;
}
.supplier-quotes-crm .theme-table tbody tr[data-controller*=bid-row-highlighter]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #0d6efd;
  background: var(--bs-primary);
  opacity: 0;
  z-index: 1;
}
.supplier-quotes-crm .theme-table tbody tr[data-controller*=bid-row-highlighter]:hover::before {
  opacity: 0.5;
}
.supplier-quotes-crm .theme-table tbody tr:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.supplier-quotes-crm .theme-table tbody tr:hover[data-controller*=bid-row-highlighter] {
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.05) 0%, rgba(13, 110, 253, 0.15) 100%);
  background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.05) 0%, rgba(var(--bs-primary-rgb), 0.15) 100%);
  border-left: 4px solid #0d6efd;
  border-left: 4px solid var(--bs-primary);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb), 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb), 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.supplier-quotes-crm .theme-table tbody tr:hover[data-controller*=bid-row-highlighter] .fas.fa-map-marker-alt {
  color: #0d6efd;
  color: var(--bs-primary);
}
.supplier-quotes-crm .theme-table tbody tr:hover[data-controller*=bid-row-highlighter] td {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.supplier-quotes-crm .theme-table tbody tr.theme-table-highlight {
  background-color: rgba(255, 193, 7, 0.1);
  background-color: rgba(var(--bs-warning-rgb), 0.1);
  border-left: 3px solid #ffc107;
  border-left: 3px solid var(--bs-warning);
}
.supplier-quotes-crm .theme-table tbody tr.theme-table-highlight:hover[data-controller*=bid-row-highlighter] {
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(13, 110, 253, 0.15) 50%, rgba(255, 193, 7, 0.1) 100%);
  background: linear-gradient(135deg, rgba(var(--bs-warning-rgb), 0.1) 0%, rgba(var(--bs-primary-rgb), 0.15) 50%, rgba(var(--bs-warning-rgb), 0.1) 100%);
  border-left: 4px solid #0d6efd;
  border-left: 4px solid var(--bs-primary);
}
.supplier-quotes-crm .theme-table tbody td {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid #dee2e6;
  vertical-align: middle;
}
.supplier-quotes-crm .theme-table tbody td .badge, .supplier-quotes-crm .theme-table tbody td .theme-badge, .supplier-quotes-crm .theme-table tbody td .theme-badge-primary, .supplier-quotes-crm .theme-table tbody td .theme-badge-secondary, .supplier-quotes-crm .theme-table tbody td .theme-badge-success, .supplier-quotes-crm .theme-table tbody td .theme-badge-danger, .supplier-quotes-crm .theme-table tbody td .theme-badge-warning, .supplier-quotes-crm .theme-table tbody td .theme-badge-info, .supplier-quotes-crm .theme-table tbody td .theme-badge-light, .supplier-quotes-crm .theme-table tbody td .theme-badge-dark {
  font-size: 0.75rem;
  padding: 0.375rem 0.5rem;
}
.supplier-quotes-crm .theme-table tbody td .badge.bg-success, .supplier-quotes-crm .theme-table tbody td .bg-success.theme-badge, .supplier-quotes-crm .theme-table tbody td .bg-success.theme-badge-primary, .supplier-quotes-crm .theme-table tbody td .bg-success.theme-badge-secondary, .supplier-quotes-crm .theme-table tbody td .bg-success.theme-badge-danger, .supplier-quotes-crm .theme-table tbody td .bg-success.theme-badge-warning, .supplier-quotes-crm .theme-table tbody td .bg-success.theme-badge-info, .supplier-quotes-crm .theme-table tbody td .bg-success.theme-badge-light, .supplier-quotes-crm .theme-table tbody td .bg-success.theme-badge-dark, .supplier-quotes-crm .theme-table tbody td .theme-badge-success {
  background-color: #198754;
  background-color: var(--success);
}
.supplier-quotes-crm .theme-table tbody td .badge.bg-primary, .supplier-quotes-crm .theme-table tbody td .bg-primary.theme-badge, .supplier-quotes-crm .theme-table tbody td .bg-primary.theme-badge-secondary, .supplier-quotes-crm .theme-table tbody td .bg-primary.theme-badge-success, .supplier-quotes-crm .theme-table tbody td .bg-primary.theme-badge-danger, .supplier-quotes-crm .theme-table tbody td .bg-primary.theme-badge-warning, .supplier-quotes-crm .theme-table tbody td .bg-primary.theme-badge-info, .supplier-quotes-crm .theme-table tbody td .bg-primary.theme-badge-light, .supplier-quotes-crm .theme-table tbody td .bg-primary.theme-badge-dark, .supplier-quotes-crm .theme-table tbody td .theme-badge-primary {
  background-color: #0d6efd;
  background-color: var(--primary);
}
.supplier-quotes-crm .theme-table tbody td .badge.bg-warning, .supplier-quotes-crm .theme-table tbody td .bg-warning.theme-badge, .supplier-quotes-crm .theme-table tbody td .bg-warning.theme-badge-primary, .supplier-quotes-crm .theme-table tbody td .bg-warning.theme-badge-secondary, .supplier-quotes-crm .theme-table tbody td .bg-warning.theme-badge-success, .supplier-quotes-crm .theme-table tbody td .bg-warning.theme-badge-danger, .supplier-quotes-crm .theme-table tbody td .bg-warning.theme-badge-info, .supplier-quotes-crm .theme-table tbody td .bg-warning.theme-badge-light, .supplier-quotes-crm .theme-table tbody td .bg-warning.theme-badge-dark, .supplier-quotes-crm .theme-table tbody td .theme-badge-warning {
  background-color: #ffc107;
  background-color: var(--warning);
  color: #000;
}
.supplier-quotes-crm .theme-table tbody td .badge.bg-info, .supplier-quotes-crm .theme-table tbody td .bg-info.theme-badge, .supplier-quotes-crm .theme-table tbody td .bg-info.theme-badge-primary, .supplier-quotes-crm .theme-table tbody td .bg-info.theme-badge-secondary, .supplier-quotes-crm .theme-table tbody td .bg-info.theme-badge-success, .supplier-quotes-crm .theme-table tbody td .bg-info.theme-badge-danger, .supplier-quotes-crm .theme-table tbody td .bg-info.theme-badge-warning, .supplier-quotes-crm .theme-table tbody td .bg-info.theme-badge-light, .supplier-quotes-crm .theme-table tbody td .bg-info.theme-badge-dark, .supplier-quotes-crm .theme-table tbody td .theme-badge-info {
  background-color: #0dcaf0;
  background-color: var(--info);
  color: #000;
}
.supplier-quotes-crm .theme-table tbody td .btn-sm, .supplier-quotes-crm .theme-table tbody td .btn-group-sm > .btn, .supplier-quotes-crm .theme-table tbody td .btn-group-sm > .theme-btn, .supplier-quotes-crm .theme-table tbody td .btn-group-sm > .theme-btn-primary, .supplier-quotes-crm .theme-table tbody td .btn-group-sm > .theme-btn-secondary, .supplier-quotes-crm .theme-table tbody td .btn-group-sm > .theme-btn-success, .supplier-quotes-crm .theme-table tbody td .btn-group-sm > .theme-btn-danger, .supplier-quotes-crm .theme-table tbody td .btn-group-sm > .theme-btn-warning, .supplier-quotes-crm .theme-table tbody td .btn-group-sm > .theme-btn-info, .supplier-quotes-crm .theme-table tbody td .btn-group-sm > .theme-btn-light, .supplier-quotes-crm .theme-table tbody td .btn-group-sm > .theme-btn-dark, .supplier-quotes-crm .theme-table tbody td .btn-group-sm > .theme-btn-outline-primary, .supplier-quotes-crm .theme-table tbody td .btn-group-sm > .theme-btn-outline-secondary, .supplier-quotes-crm .theme-table tbody td .btn-group-sm > .theme-btn-outline-success, .supplier-quotes-crm .theme-table tbody td .btn-group-sm > .theme-btn-outline-danger, .supplier-quotes-crm .theme-table tbody td .btn-group-sm > .theme-btn-outline-warning, .supplier-quotes-crm .theme-table tbody td .btn-group-sm > .theme-btn-outline-info, .supplier-quotes-crm .theme-table tbody td .btn-group-sm > .theme-btn-outline-light, .supplier-quotes-crm .theme-table tbody td .btn-group-sm > .theme-btn-outline-dark {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.375rem;
}
.supplier-quotes-crm .search-filters {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 0.5rem;
}
.supplier-quotes-crm .search-filters .form-label, .supplier-quotes-crm .search-filters .theme-form-label {
  color: #495057;
  margin-bottom: 0.375rem;
}
.supplier-quotes-crm .search-filters .form-label .fas, .supplier-quotes-crm .search-filters .theme-form-label .fas {
  color: #6c757d;
}
.supplier-quotes-crm .search-filters .form-select, .supplier-quotes-crm .search-filters .theme-form-select,
.supplier-quotes-crm .search-filters .form-control,
.supplier-quotes-crm .search-filters .theme-form-control {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}
.supplier-quotes-crm .search-filters .form-select:focus, .supplier-quotes-crm .search-filters .theme-form-select:focus,
.supplier-quotes-crm .search-filters .form-control:focus,
.supplier-quotes-crm .search-filters .theme-form-control:focus {
  border-color: #86b7fe;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.supplier-quotes-crm .pagination-container {
  background: rgba(248, 249, 250, 0.5);
  border-radius: 0.5rem;
}
.supplier-quotes-crm .pagination-container .pagination .page-link, .supplier-quotes-crm .pagination-container .theme-pagination .page-link, .supplier-quotes-crm .pagination-container .theme-pagination-sm .page-link, .supplier-quotes-crm .pagination-container .theme-pagination-lg .page-link, .supplier-quotes-crm .pagination-container .pagination .theme-page-link, .supplier-quotes-crm .pagination-container .theme-pagination .theme-page-link, .supplier-quotes-crm .pagination-container .theme-pagination-sm .theme-page-link, .supplier-quotes-crm .pagination-container .theme-pagination-lg .theme-page-link {
  border-color: #dee2e6;
  color: #495057;
}
.supplier-quotes-crm .pagination-container .pagination .page-link:hover, .supplier-quotes-crm .pagination-container .theme-pagination .page-link:hover, .supplier-quotes-crm .pagination-container .theme-pagination-sm .page-link:hover, .supplier-quotes-crm .pagination-container .theme-pagination-lg .page-link:hover, .supplier-quotes-crm .pagination-container .pagination .theme-page-link:hover, .supplier-quotes-crm .pagination-container .theme-pagination .theme-page-link:hover, .supplier-quotes-crm .pagination-container .theme-pagination-sm .theme-page-link:hover, .supplier-quotes-crm .pagination-container .theme-pagination-lg .theme-page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.supplier-quotes-crm .pagination-container .pagination .page-link.active, .supplier-quotes-crm .pagination-container .theme-pagination .page-link.active, .supplier-quotes-crm .pagination-container .theme-pagination-sm .page-link.active, .supplier-quotes-crm .pagination-container .theme-pagination-lg .page-link.active, .supplier-quotes-crm .pagination-container .pagination .active.theme-page-link, .supplier-quotes-crm .pagination-container .theme-pagination .active.theme-page-link, .supplier-quotes-crm .pagination-container .theme-pagination-sm .active.theme-page-link, .supplier-quotes-crm .pagination-container .theme-pagination-lg .active.theme-page-link {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
@media (max-width: 768px) {
  .supplier-quotes-crm .table-responsive {
    border: none;
  }
  .supplier-quotes-crm .table-responsive .theme-table {
    min-width: 800px;
  }
  .supplier-quotes-crm .table-responsive .theme-table thead th {
    font-size: 0.75rem;
    padding: 0.5rem 0.25rem;
  }
  .supplier-quotes-crm .table-responsive .theme-table thead th .fas {
    display: none;
  }
  .supplier-quotes-crm .table-responsive .theme-table tbody td {
    padding: 0.5rem 0.25rem;
    font-size: 0.875rem;
  }
  .supplier-quotes-crm .table-responsive .theme-table tbody td .badge, .supplier-quotes-crm .table-responsive .theme-table tbody td .theme-badge, .supplier-quotes-crm .table-responsive .theme-table tbody td .theme-badge-primary, .supplier-quotes-crm .table-responsive .theme-table tbody td .theme-badge-secondary, .supplier-quotes-crm .table-responsive .theme-table tbody td .theme-badge-success, .supplier-quotes-crm .table-responsive .theme-table tbody td .theme-badge-danger, .supplier-quotes-crm .table-responsive .theme-table tbody td .theme-badge-warning, .supplier-quotes-crm .table-responsive .theme-table tbody td .theme-badge-info, .supplier-quotes-crm .table-responsive .theme-table tbody td .theme-badge-light, .supplier-quotes-crm .table-responsive .theme-table tbody td .theme-badge-dark {
    font-size: 0.7rem;
    padding: 0.25rem 0.375rem;
  }
  .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-sm, .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-group-sm > .btn, .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn, .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-primary, .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-secondary, .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-success, .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-danger, .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-warning, .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-info, .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-light, .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-dark, .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-outline-primary, .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-outline-secondary, .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-outline-success, .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-outline-danger, .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-outline-warning, .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-outline-info, .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-outline-light, .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-outline-dark {
    padding: 0.2rem 0.4rem;
    font-size: 0.7rem;
  }
  .supplier-quotes-crm .search-filters .row > div {
    margin-bottom: 1rem;
  }
  .supplier-quotes-crm .search-filters .btn-group {
    width: 100%;
  }
  .supplier-quotes-crm .pagination-container .d-flex {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
.quote-edit-modal .modal-header,
.quote-edit-modal .theme-modal-header {
  background: var(--bs-card-cap-bg);
  border-bottom: 2px solid #dee2e6;
  border-bottom: 2px solid var(--bs-border-color);
  color: #212529;
  color: var(--bs-body-color);
}
.quote-edit-modal .modal-content,
.quote-edit-modal .theme-modal-content {
  background-color: var(--bs-modal-bg);
  border-color: var(--bs-modal-border-color);
  color: #212529;
  color: var(--bs-body-color);
}
.quote-edit-modal .modal-body,
.quote-edit-modal .theme-modal-body {
  background-color: var(--bs-modal-bg);
  color: #212529;
  color: var(--bs-body-color);
}
.quote-edit-modal .modal-footer,
.quote-edit-modal .theme-modal-footer {
  background: var(--bs-card-cap-bg);
  border-top: 2px solid #dee2e6;
  border-top: 2px solid var(--bs-border-color);
  color: #212529;
  color: var(--bs-body-color);
}
.analysis-tools .card-header, .analysis-tools .theme-card-header {
  background-color: var(--bs-card-cap-bg);
}
.analysis-tools .card-header .badge.theme-badge-info, .analysis-tools .card-header .theme-badge-info, .analysis-tools .theme-card-header .theme-badge-info {
  background-color: #0dcaf0;
  background-color: var(--info);
  color: #000;
}
.analysis-tools .card-header .badge.theme-badge-warning, .analysis-tools .card-header .theme-badge-warning, .analysis-tools .theme-card-header .theme-badge-warning {
  background-color: #ffc107;
  background-color: var(--warning);
  color: #000;
}
.quotes-q-crm-container .collapse.show ~ .card-header #search-toggle-icon, .quotes-q-crm-container .collapse.show ~ .theme-card-header #search-toggle-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.quotes-q-crm-container .collapsing ~ .card-header #search-toggle-icon, .quotes-q-crm-container .collapsing ~ .theme-card-header #search-toggle-icon,
.quotes-q-crm-container .collapse:not(.show) ~ .card-header #search-toggle-icon,
.quotes-q-crm-container .collapse:not(.show) ~ .theme-card-header #search-toggle-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.quotes-crm-results .theme-table {
  --bs-table-hover-bg: rgba(var(--bs-primary-rgb), 0.075);
  background-color: var(--bs-card-bg);
  color: #212529;
  color: var(--bs-body-color);
}
.quotes-crm-results .theme-table .theme-table-header {
  background: #212529;
  background: var(--bs-dark);
  color: #fff;
  color: var(--bs-white);
}
.quotes-crm-results .theme-table .theme-table-header th {
  border-bottom: 2px solid #dee2e6;
  border-bottom: 2px solid var(--bs-border-color);
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  color: var(--bs-white);
}
.quotes-crm-results .theme-table .theme-table-header th .theme-link {
  color: #fff;
  color: var(--bs-white);
  text-decoration: none;
}
.quotes-crm-results .theme-table .theme-table-header th .theme-link:hover {
  color: #f8f9fa;
  color: var(--bs-light);
  text-decoration: underline;
}
.quotes-crm-results .theme-table .theme-table-highlight {
  background-color: rgba(25, 135, 84, 0.1);
  background-color: rgba(var(--bs-success-rgb), 0.1);
  border-left: 3px solid #198754;
  border-left: 3px solid var(--bs-success);
}
.quotes-crm-results .theme-table tbody tr:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.quotes-crm-results .theme-table tbody td {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
  vertical-align: middle;
}
.quotes-crm-results .theme-table tbody td .badge, .quotes-crm-results .theme-table tbody td .theme-badge, .quotes-crm-results .theme-table tbody td .theme-badge-primary, .quotes-crm-results .theme-table tbody td .theme-badge-secondary, .quotes-crm-results .theme-table tbody td .theme-badge-success, .quotes-crm-results .theme-table tbody td .theme-badge-danger, .quotes-crm-results .theme-table tbody td .theme-badge-warning, .quotes-crm-results .theme-table tbody td .theme-badge-info, .quotes-crm-results .theme-table tbody td .theme-badge-light, .quotes-crm-results .theme-table tbody td .theme-badge-dark {
  font-size: 0.75rem;
  padding: 0.375rem 0.5rem;
}
.quotes-crm-results .theme-table tbody td .btn-sm, .quotes-crm-results .theme-table tbody td .btn-group-sm > .btn, .quotes-crm-results .theme-table tbody td .btn-group-sm > .theme-btn, .quotes-crm-results .theme-table tbody td .btn-group-sm > .theme-btn-primary, .quotes-crm-results .theme-table tbody td .btn-group-sm > .theme-btn-secondary, .quotes-crm-results .theme-table tbody td .btn-group-sm > .theme-btn-success, .quotes-crm-results .theme-table tbody td .btn-group-sm > .theme-btn-danger, .quotes-crm-results .theme-table tbody td .btn-group-sm > .theme-btn-warning, .quotes-crm-results .theme-table tbody td .btn-group-sm > .theme-btn-info, .quotes-crm-results .theme-table tbody td .btn-group-sm > .theme-btn-light, .quotes-crm-results .theme-table tbody td .btn-group-sm > .theme-btn-dark, .quotes-crm-results .theme-table tbody td .btn-group-sm > .theme-btn-outline-primary, .quotes-crm-results .theme-table tbody td .btn-group-sm > .theme-btn-outline-secondary, .quotes-crm-results .theme-table tbody td .btn-group-sm > .theme-btn-outline-success, .quotes-crm-results .theme-table tbody td .btn-group-sm > .theme-btn-outline-danger, .quotes-crm-results .theme-table tbody td .btn-group-sm > .theme-btn-outline-warning, .quotes-crm-results .theme-table tbody td .btn-group-sm > .theme-btn-outline-info, .quotes-crm-results .theme-table tbody td .btn-group-sm > .theme-btn-outline-light, .quotes-crm-results .theme-table tbody td .btn-group-sm > .theme-btn-outline-dark {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.375rem;
}
@media (max-width: 768px) {
  .quotes-crm-results .table-responsive {
    border: none;
  }
  .quotes-crm-results .table-responsive .theme-table {
    min-width: 900px;
  }
  .quotes-crm-results .table-responsive .theme-table thead th {
    font-size: 0.75rem;
    padding: 0.5rem 0.25rem;
  }
  .quotes-crm-results .table-responsive .theme-table tbody td {
    padding: 0.5rem 0.25rem;
    font-size: 0.875rem;
  }
  .quotes-crm-results .table-responsive .theme-table tbody td .badge, .quotes-crm-results .table-responsive .theme-table tbody td .theme-badge, .quotes-crm-results .table-responsive .theme-table tbody td .theme-badge-primary, .quotes-crm-results .table-responsive .theme-table tbody td .theme-badge-secondary, .quotes-crm-results .table-responsive .theme-table tbody td .theme-badge-success, .quotes-crm-results .table-responsive .theme-table tbody td .theme-badge-danger, .quotes-crm-results .table-responsive .theme-table tbody td .theme-badge-warning, .quotes-crm-results .table-responsive .theme-table tbody td .theme-badge-info, .quotes-crm-results .table-responsive .theme-table tbody td .theme-badge-light, .quotes-crm-results .table-responsive .theme-table tbody td .theme-badge-dark {
    font-size: 0.7rem;
    padding: 0.25rem 0.375rem;
  }
  .quotes-crm-results .table-responsive .theme-table tbody td .btn-sm, .quotes-crm-results .table-responsive .theme-table tbody td .btn-group-sm > .btn, .quotes-crm-results .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn, .quotes-crm-results .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-primary, .quotes-crm-results .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-secondary, .quotes-crm-results .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-success, .quotes-crm-results .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-danger, .quotes-crm-results .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-warning, .quotes-crm-results .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-info, .quotes-crm-results .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-light, .quotes-crm-results .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-dark, .quotes-crm-results .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-outline-primary, .quotes-crm-results .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-outline-secondary, .quotes-crm-results .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-outline-success, .quotes-crm-results .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-outline-danger, .quotes-crm-results .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-outline-warning, .quotes-crm-results .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-outline-info, .quotes-crm-results .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-outline-light, .quotes-crm-results .table-responsive .theme-table tbody td .btn-group-sm > .theme-btn-outline-dark {
    padding: 0.2rem 0.4rem;
    font-size: 0.7rem;
  }
}
[data-bs-theme=dark] .supplier-quotes-crm .theme-table {
  --bs-table-bg: var(--bs-dark);
  --bs-table-color: var(--bs-light);
  --bs-table-hover-bg: rgba(255, 255, 255, 0.075);
}
[data-bs-theme=dark] .supplier-quotes-crm .theme-table thead {
  background: linear-gradient(135deg, #212529 0%, #343a40 100%);
}
[data-bs-theme=dark] .supplier-quotes-crm .search-filters {
  background: linear-gradient(135deg, #343a40 0%, #495057 100%);
}
[data-bs-theme=dark] .supplier-quotes-crm .search-filters .form-label, [data-bs-theme=dark] .supplier-quotes-crm .search-filters .theme-form-label {
  color: #adb5bd;
}
[data-bs-theme=dark] .supplier-quotes-crm .pagination-container {
  background: rgba(33, 37, 41, 0.5);
}
[data-bs-theme=dark] .quotes-crm-results .theme-table {
  --bs-table-bg: var(--bs-dark);
  --bs-table-color: var(--bs-light);
  --bs-table-hover-bg: rgba(255, 255, 255, 0.075);
}
[data-bs-theme=dark] .quote-edit-modal .modal-header, [data-bs-theme=dark] .quote-edit-modal .theme-modal-header,
[data-bs-theme=dark] .quote-edit-modal .modal-footer,
[data-bs-theme=dark] .quote-edit-modal .theme-modal-footer {
  background: linear-gradient(135deg, #343a40 0%, #495057 100%);
  border-color: #495057;
}
[data-bs-theme=dark] .analysis-tools .card-header, [data-bs-theme=dark] .analysis-tools .theme-card-header {
  background-color: var(--bs-card-cap-bg);
}
.flatpickr-calendar {
  z-index: 99999 !important;
  background: var(--bs-modal-bg, var(--bs-card-bg)) !important;
  color: #212529 !important;
  color: var(--bs-body-color) !important;
  border: 1px solid #dee2e6 !important;
  border: 1px solid var(--bs-border-color) !important;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.flatpickr-calendar::before, .flatpickr-calendar::after {
  border-color: #dee2e6 !important;
  border-color: var(--bs-border-color) !important;
}
.flatpickr-month {
  background: var(--bs-modal-bg, var(--bs-card-bg)) !important;
  color: #212529 !important;
  color: var(--bs-body-color) !important;
}
.flatpickr-current-month {
  color: #212529 !important;
  color: var(--bs-body-color) !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month .numInputWrapper input {
  background: var(--bs-form-control-bg) !important;
  color: var(--bs-form-control-color) !important;
  border-color: #dee2e6 !important;
  border-color: var(--bs-border-color) !important;
}
.flatpickr-weekdays {
  background: #e9ecef !important;
  background: var(--bs-secondary-bg) !important;
}
.flatpickr-weekday {
  background: transparent !important;
  color: rgba(33, 37, 41, 0.75) !important;
  color: var(--bs-secondary-color) !important;
}
.flatpickr-day {
  color: #212529 !important;
  color: var(--bs-body-color) !important;
  border-color: transparent !important;
}
.flatpickr-day:hover {
  background: #e9ecef !important;
  background: var(--bs-secondary-bg) !important;
  border-color: #e9ecef !important;
  border-color: var(--bs-secondary-bg) !important;
}
.flatpickr-day.today {
  border-color: #0d6efd !important;
  border-color: var(--bs-primary) !important;
  color: #0d6efd !important;
  color: var(--bs-primary) !important;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange {
  background: #0d6efd !important;
  background: var(--bs-primary) !important;
  border-color: #0d6efd !important;
  border-color: var(--bs-primary) !important;
  color: #fff !important;
}
.flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange {
  background: #0d6efd !important;
  background: var(--bs-primary) !important;
  color: #fff !important;
}
.flatpickr-day.inRange {
  background: #e9ecef !important;
  background: var(--bs-secondary-bg) !important;
  border-color: #e9ecef !important;
  border-color: var(--bs-secondary-bg) !important;
  color: #212529 !important;
  color: var(--bs-body-color) !important;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay {
  color: rgba(33, 37, 41, 0.5) !important;
  color: var(--bs-tertiary-color) !important;
  background: transparent !important;
}
.flatpickr-time {
  background: #e9ecef !important;
  background: var(--bs-secondary-bg) !important;
  border-top: 1px solid #dee2e6 !important;
  border-top: 1px solid var(--bs-border-color) !important;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  color: #212529 !important;
  color: var(--bs-body-color) !important;
}
.flatpickr-time input {
  background: transparent !important;
  color: #212529 !important;
  color: var(--bs-body-color) !important;
}
.flatpickr-time input:hover {
  background: #e9ecef !important;
  background: var(--bs-secondary-bg) !important;
}
[data-bs-theme=light] .flatpickr-calendar {
  background: #ffffff !important;
  color: #1a1a1a !important;
  border-color: #dadce0 !important;
}
[data-bs-theme=light] .flatpickr-day {
  color: #1a1a1a !important;
}
[data-bs-theme=light] .flatpickr-day:hover {
  background: #f1f3f4 !important;
}
[data-bs-theme=light] .flatpickr-day.selected, [data-bs-theme=light] .flatpickr-day.startRange, [data-bs-theme=light] .flatpickr-day.endRange {
  background: #0d6efd !important;
  color: #ffffff !important;
}
[data-bs-theme=light] .flatpickr-day.inRange {
  background: #e8eaed !important;
  color: #1a1a1a !important;
}
[data-bs-theme=light] .flatpickr-day.flatpickr-disabled, [data-bs-theme=light] .flatpickr-day.prevMonthDay, [data-bs-theme=light] .flatpickr-day.nextMonthDay {
  color: rgba(26, 26, 26, 0.3) !important;
}
[data-bs-theme=light] .flatpickr-weekdays {
  background: #f1f3f4 !important;
}
[data-bs-theme=light] .flatpickr-weekday {
  color: rgba(26, 26, 26, 0.8) !important;
}
[data-bs-theme=light] .flatpickr-time {
  background: #f1f3f4 !important;
  border-top-color: #dadce0 !important;
}
[data-bs-theme=dark] .flatpickr-calendar {
  background: #2d2d2d !important;
  color: #ffffff !important;
  border-color: #404040 !important;
}
[data-bs-theme=dark] .flatpickr-day {
  color: #ffffff !important;
}
[data-bs-theme=dark] .flatpickr-day:hover {
  background: #404040 !important;
}
[data-bs-theme=dark] .flatpickr-day.selected, [data-bs-theme=dark] .flatpickr-day.startRange, [data-bs-theme=dark] .flatpickr-day.endRange {
  background: #7bb3ff !important;
  color: #ffffff !important;
}
[data-bs-theme=dark] .flatpickr-day.inRange {
  background: #2d2d2d !important;
  color: #ffffff !important;
}
[data-bs-theme=dark] .flatpickr-day.flatpickr-disabled, [data-bs-theme=dark] .flatpickr-day.prevMonthDay, [data-bs-theme=dark] .flatpickr-day.nextMonthDay {
  color: rgba(255, 255, 255, 0.3) !important;
}
[data-bs-theme=dark] .flatpickr-weekdays {
  background: #404040 !important;
}
[data-bs-theme=dark] .flatpickr-weekday {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-bs-theme=dark] .flatpickr-time {
  background: #404040 !important;
  border-top-color: #404040 !important;
}
.modal .flatpickr-calendar, .theme-modal .flatpickr-calendar {
  z-index: 1060 !important;
  position: fixed !important;
}

/*# sourceMappingURL=application.css.map */