@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, .theme-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, .theme-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .theme-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .theme-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .theme-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .theme-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-button, .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-button, .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, .input-group .theme-button, .theme-input-group .btn, .theme-input-group .theme-button, .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, .input-group .theme-button:focus, .theme-input-group .btn:focus, .theme-input-group .theme-button: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-button,
.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-button,
.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-button, .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-button, .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-button: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-button: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-button: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-button, .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-button, .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-button: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-button: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-button, .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-button, .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-button: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-button: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-button: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-button: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-button: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-button, .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-button: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-button, .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-button, 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-button, .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-button, .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-button, .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-button,
.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-button, .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-button,
.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-button: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-button: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-button: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-button,
.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-button,
.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-button,
.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-button: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-button: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-button: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-button,
.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-button, .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-button: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-button: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-button,
.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-button: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-button,
.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-button,
.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-button + .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-button + .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-button, .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-button: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-button: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-button,
.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-button: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-button,
.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-button,
.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, .navbar > .theme-container, .theme-navbar > .container, .theme-navbar > .theme-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-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 {
  --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 {
  display: none;
}
.btn .badge, .theme-button .badge, .theme-btn-outline-dark .badge, .theme-btn-outline-light .badge, .theme-btn-outline-info .badge, .theme-btn-outline-warning .badge, .theme-btn-outline-danger .badge, .theme-btn-outline-success .badge, .theme-btn-outline-secondary .badge, .theme-btn-outline-primary .badge, .theme-btn-dark .badge, .theme-btn-light .badge, .theme-btn-info .badge, .theme-btn-warning .badge, .theme-btn-danger .badge, .theme-btn-success .badge, .theme-btn-secondary .badge, .theme-btn-primary .badge, .theme-btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: 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, .theme-alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close, .theme-alert-dismissible .btn-close, .alert-dismissible .theme-btn-close, .theme-alert-dismissible .theme-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@-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-item::before, .list-group-numbered > .theme-list-group-item-dark::before, .list-group-numbered > .theme-list-group-item-light::before, .list-group-numbered > .theme-list-group-item-info::before, .list-group-numbered > .theme-list-group-item-warning::before, .list-group-numbered > .theme-list-group-item-danger::before, .list-group-numbered > .theme-list-group-item-success::before, .list-group-numbered > .theme-list-group-item-secondary::before, .list-group-numbered > .theme-list-group-item-primary::before, .list-group-numbered > .theme-list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item, .theme-list-item, .theme-list-group-item-dark, .theme-list-group-item-light, .theme-list-group-item-info, .theme-list-group-item-warning, .theme-list-group-item-danger, .theme-list-group-item-success, .theme-list-group-item-secondary, .theme-list-group-item-primary, .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-item:first-child, .theme-list-group-item-dark:first-child, .theme-list-group-item-light:first-child, .theme-list-group-item-info:first-child, .theme-list-group-item-warning:first-child, .theme-list-group-item-danger:first-child, .theme-list-group-item-success:first-child, .theme-list-group-item-secondary:first-child, .theme-list-group-item-primary: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-item:last-child, .theme-list-group-item-dark:last-child, .theme-list-group-item-light:last-child, .theme-list-group-item-info:last-child, .theme-list-group-item-warning:last-child, .theme-list-group-item-danger:last-child, .theme-list-group-item-success:last-child, .theme-list-group-item-secondary:last-child, .theme-list-group-item-primary: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-item, .disabled.theme-list-group-item-dark, .disabled.theme-list-group-item-light, .disabled.theme-list-group-item-info, .disabled.theme-list-group-item-warning, .disabled.theme-list-group-item-danger, .disabled.theme-list-group-item-success, .disabled.theme-list-group-item-secondary, .disabled.theme-list-group-item-primary, .disabled.theme-list-group-item, .list-group-item:disabled, .theme-list-item:disabled, .theme-list-group-item-dark:disabled, .theme-list-group-item-light:disabled, .theme-list-group-item-info:disabled, .theme-list-group-item-warning:disabled, .theme-list-group-item-danger:disabled, .theme-list-group-item-success:disabled, .theme-list-group-item-secondary:disabled, .theme-list-group-item-primary: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-item, .active.theme-list-group-item-dark, .active.theme-list-group-item-light, .active.theme-list-group-item-info, .active.theme-list-group-item-warning, .active.theme-list-group-item-danger, .active.theme-list-group-item-success, .active.theme-list-group-item-secondary, .active.theme-list-group-item-primary, .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-item + .list-group-item, .list-group-item + .theme-list-item, .theme-list-item + .theme-list-item, .theme-list-group-item-dark + .list-group-item, .theme-list-group-item-dark + .theme-list-item, .list-group-item + .theme-list-group-item-dark, .theme-list-item + .theme-list-group-item-dark, .theme-list-group-item-dark + .theme-list-group-item-dark, .theme-list-group-item-light + .list-group-item, .theme-list-group-item-light + .theme-list-item, .theme-list-group-item-light + .theme-list-group-item-dark, .list-group-item + .theme-list-group-item-light, .theme-list-item + .theme-list-group-item-light, .theme-list-group-item-dark + .theme-list-group-item-light, .theme-list-group-item-light + .theme-list-group-item-light, .theme-list-group-item-info + .list-group-item, .theme-list-group-item-info + .theme-list-item, .theme-list-group-item-info + .theme-list-group-item-dark, .theme-list-group-item-info + .theme-list-group-item-light, .list-group-item + .theme-list-group-item-info, .theme-list-item + .theme-list-group-item-info, .theme-list-group-item-dark + .theme-list-group-item-info, .theme-list-group-item-light + .theme-list-group-item-info, .theme-list-group-item-info + .theme-list-group-item-info, .theme-list-group-item-warning + .list-group-item, .theme-list-group-item-warning + .theme-list-item, .theme-list-group-item-warning + .theme-list-group-item-dark, .theme-list-group-item-warning + .theme-list-group-item-light, .theme-list-group-item-warning + .theme-list-group-item-info, .list-group-item + .theme-list-group-item-warning, .theme-list-item + .theme-list-group-item-warning, .theme-list-group-item-dark + .theme-list-group-item-warning, .theme-list-group-item-light + .theme-list-group-item-warning, .theme-list-group-item-info + .theme-list-group-item-warning, .theme-list-group-item-warning + .theme-list-group-item-warning, .theme-list-group-item-danger + .list-group-item, .theme-list-group-item-danger + .theme-list-item, .theme-list-group-item-danger + .theme-list-group-item-dark, .theme-list-group-item-danger + .theme-list-group-item-light, .theme-list-group-item-danger + .theme-list-group-item-info, .theme-list-group-item-danger + .theme-list-group-item-warning, .list-group-item + .theme-list-group-item-danger, .theme-list-item + .theme-list-group-item-danger, .theme-list-group-item-dark + .theme-list-group-item-danger, .theme-list-group-item-light + .theme-list-group-item-danger, .theme-list-group-item-info + .theme-list-group-item-danger, .theme-list-group-item-warning + .theme-list-group-item-danger, .theme-list-group-item-danger + .theme-list-group-item-danger, .theme-list-group-item-success + .list-group-item, .theme-list-group-item-success + .theme-list-item, .theme-list-group-item-success + .theme-list-group-item-dark, .theme-list-group-item-success + .theme-list-group-item-light, .theme-list-group-item-success + .theme-list-group-item-info, .theme-list-group-item-success + .theme-list-group-item-warning, .theme-list-group-item-success + .theme-list-group-item-danger, .list-group-item + .theme-list-group-item-success, .theme-list-item + .theme-list-group-item-success, .theme-list-group-item-dark + .theme-list-group-item-success, .theme-list-group-item-light + .theme-list-group-item-success, .theme-list-group-item-info + .theme-list-group-item-success, .theme-list-group-item-warning + .theme-list-group-item-success, .theme-list-group-item-danger + .theme-list-group-item-success, .theme-list-group-item-success + .theme-list-group-item-success, .theme-list-group-item-secondary + .list-group-item, .theme-list-group-item-secondary + .theme-list-item, .theme-list-group-item-secondary + .theme-list-group-item-dark, .theme-list-group-item-secondary + .theme-list-group-item-light, .theme-list-group-item-secondary + .theme-list-group-item-info, .theme-list-group-item-secondary + .theme-list-group-item-warning, .theme-list-group-item-secondary + .theme-list-group-item-danger, .theme-list-group-item-secondary + .theme-list-group-item-success, .list-group-item + .theme-list-group-item-secondary, .theme-list-item + .theme-list-group-item-secondary, .theme-list-group-item-dark + .theme-list-group-item-secondary, .theme-list-group-item-light + .theme-list-group-item-secondary, .theme-list-group-item-info + .theme-list-group-item-secondary, .theme-list-group-item-warning + .theme-list-group-item-secondary, .theme-list-group-item-danger + .theme-list-group-item-secondary, .theme-list-group-item-success + .theme-list-group-item-secondary, .theme-list-group-item-secondary + .theme-list-group-item-secondary, .theme-list-group-item-primary + .list-group-item, .theme-list-group-item-primary + .theme-list-item, .theme-list-group-item-primary + .theme-list-group-item-dark, .theme-list-group-item-primary + .theme-list-group-item-light, .theme-list-group-item-primary + .theme-list-group-item-info, .theme-list-group-item-primary + .theme-list-group-item-warning, .theme-list-group-item-primary + .theme-list-group-item-danger, .theme-list-group-item-primary + .theme-list-group-item-success, .theme-list-group-item-primary + .theme-list-group-item-secondary, .list-group-item + .theme-list-group-item-primary, .theme-list-item + .theme-list-group-item-primary, .theme-list-group-item-dark + .theme-list-group-item-primary, .theme-list-group-item-light + .theme-list-group-item-primary, .theme-list-group-item-info + .theme-list-group-item-primary, .theme-list-group-item-warning + .theme-list-group-item-primary, .theme-list-group-item-danger + .theme-list-group-item-primary, .theme-list-group-item-success + .theme-list-group-item-primary, .theme-list-group-item-secondary + .theme-list-group-item-primary, .theme-list-group-item-primary + .theme-list-group-item-primary, .theme-list-group-item + .list-group-item, .theme-list-group-item + .theme-list-item, .theme-list-group-item + .theme-list-group-item-dark, .theme-list-group-item + .theme-list-group-item-light, .theme-list-group-item + .theme-list-group-item-info, .theme-list-group-item + .theme-list-group-item-warning, .theme-list-group-item + .theme-list-group-item-danger, .theme-list-group-item + .theme-list-group-item-success, .theme-list-group-item + .theme-list-group-item-secondary, .theme-list-group-item + .theme-list-group-item-primary, .list-group-item + .theme-list-group-item, .theme-list-item + .theme-list-group-item, .theme-list-group-item-dark + .theme-list-group-item, .theme-list-group-item-light + .theme-list-group-item, .theme-list-group-item-info + .theme-list-group-item, .theme-list-group-item-warning + .theme-list-group-item, .theme-list-group-item-danger + .theme-list-group-item, .theme-list-group-item-success + .theme-list-group-item, .theme-list-group-item-secondary + .theme-list-group-item, .theme-list-group-item-primary + .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-item + .list-group-item.active, .list-group-item + .active.theme-list-item, .theme-list-item + .active.theme-list-item, .theme-list-group-item-dark + .list-group-item.active, .theme-list-group-item-dark + .active.theme-list-item, .list-group-item + .active.theme-list-group-item-dark, .theme-list-item + .active.theme-list-group-item-dark, .theme-list-group-item-dark + .active.theme-list-group-item-dark, .theme-list-group-item-light + .list-group-item.active, .theme-list-group-item-light + .active.theme-list-item, .theme-list-group-item-light + .active.theme-list-group-item-dark, .list-group-item + .active.theme-list-group-item-light, .theme-list-item + .active.theme-list-group-item-light, .theme-list-group-item-dark + .active.theme-list-group-item-light, .theme-list-group-item-light + .active.theme-list-group-item-light, .theme-list-group-item-info + .list-group-item.active, .theme-list-group-item-info + .active.theme-list-item, .theme-list-group-item-info + .active.theme-list-group-item-dark, .theme-list-group-item-info + .active.theme-list-group-item-light, .list-group-item + .active.theme-list-group-item-info, .theme-list-item + .active.theme-list-group-item-info, .theme-list-group-item-dark + .active.theme-list-group-item-info, .theme-list-group-item-light + .active.theme-list-group-item-info, .theme-list-group-item-info + .active.theme-list-group-item-info, .theme-list-group-item-warning + .list-group-item.active, .theme-list-group-item-warning + .active.theme-list-item, .theme-list-group-item-warning + .active.theme-list-group-item-dark, .theme-list-group-item-warning + .active.theme-list-group-item-light, .theme-list-group-item-warning + .active.theme-list-group-item-info, .list-group-item + .active.theme-list-group-item-warning, .theme-list-item + .active.theme-list-group-item-warning, .theme-list-group-item-dark + .active.theme-list-group-item-warning, .theme-list-group-item-light + .active.theme-list-group-item-warning, .theme-list-group-item-info + .active.theme-list-group-item-warning, .theme-list-group-item-warning + .active.theme-list-group-item-warning, .theme-list-group-item-danger + .list-group-item.active, .theme-list-group-item-danger + .active.theme-list-item, .theme-list-group-item-danger + .active.theme-list-group-item-dark, .theme-list-group-item-danger + .active.theme-list-group-item-light, .theme-list-group-item-danger + .active.theme-list-group-item-info, .theme-list-group-item-danger + .active.theme-list-group-item-warning, .list-group-item + .active.theme-list-group-item-danger, .theme-list-item + .active.theme-list-group-item-danger, .theme-list-group-item-dark + .active.theme-list-group-item-danger, .theme-list-group-item-light + .active.theme-list-group-item-danger, .theme-list-group-item-info + .active.theme-list-group-item-danger, .theme-list-group-item-warning + .active.theme-list-group-item-danger, .theme-list-group-item-danger + .active.theme-list-group-item-danger, .theme-list-group-item-success + .list-group-item.active, .theme-list-group-item-success + .active.theme-list-item, .theme-list-group-item-success + .active.theme-list-group-item-dark, .theme-list-group-item-success + .active.theme-list-group-item-light, .theme-list-group-item-success + .active.theme-list-group-item-info, .theme-list-group-item-success + .active.theme-list-group-item-warning, .theme-list-group-item-success + .active.theme-list-group-item-danger, .list-group-item + .active.theme-list-group-item-success, .theme-list-item + .active.theme-list-group-item-success, .theme-list-group-item-dark + .active.theme-list-group-item-success, .theme-list-group-item-light + .active.theme-list-group-item-success, .theme-list-group-item-info + .active.theme-list-group-item-success, .theme-list-group-item-warning + .active.theme-list-group-item-success, .theme-list-group-item-danger + .active.theme-list-group-item-success, .theme-list-group-item-success + .active.theme-list-group-item-success, .theme-list-group-item-secondary + .list-group-item.active, .theme-list-group-item-secondary + .active.theme-list-item, .theme-list-group-item-secondary + .active.theme-list-group-item-dark, .theme-list-group-item-secondary + .active.theme-list-group-item-light, .theme-list-group-item-secondary + .active.theme-list-group-item-info, .theme-list-group-item-secondary + .active.theme-list-group-item-warning, .theme-list-group-item-secondary + .active.theme-list-group-item-danger, .theme-list-group-item-secondary + .active.theme-list-group-item-success, .list-group-item + .active.theme-list-group-item-secondary, .theme-list-item + .active.theme-list-group-item-secondary, .theme-list-group-item-dark + .active.theme-list-group-item-secondary, .theme-list-group-item-light + .active.theme-list-group-item-secondary, .theme-list-group-item-info + .active.theme-list-group-item-secondary, .theme-list-group-item-warning + .active.theme-list-group-item-secondary, .theme-list-group-item-danger + .active.theme-list-group-item-secondary, .theme-list-group-item-success + .active.theme-list-group-item-secondary, .theme-list-group-item-secondary + .active.theme-list-group-item-secondary, .theme-list-group-item-primary + .list-group-item.active, .theme-list-group-item-primary + .active.theme-list-item, .theme-list-group-item-primary + .active.theme-list-group-item-dark, .theme-list-group-item-primary + .active.theme-list-group-item-light, .theme-list-group-item-primary + .active.theme-list-group-item-info, .theme-list-group-item-primary + .active.theme-list-group-item-warning, .theme-list-group-item-primary + .active.theme-list-group-item-danger, .theme-list-group-item-primary + .active.theme-list-group-item-success, .theme-list-group-item-primary + .active.theme-list-group-item-secondary, .list-group-item + .active.theme-list-group-item-primary, .theme-list-item + .active.theme-list-group-item-primary, .theme-list-group-item-dark + .active.theme-list-group-item-primary, .theme-list-group-item-light + .active.theme-list-group-item-primary, .theme-list-group-item-info + .active.theme-list-group-item-primary, .theme-list-group-item-warning + .active.theme-list-group-item-primary, .theme-list-group-item-danger + .active.theme-list-group-item-primary, .theme-list-group-item-success + .active.theme-list-group-item-primary, .theme-list-group-item-secondary + .active.theme-list-group-item-primary, .theme-list-group-item-primary + .active.theme-list-group-item-primary, .theme-list-group-item + .list-group-item.active, .theme-list-group-item + .active.theme-list-item, .theme-list-group-item + .active.theme-list-group-item-dark, .theme-list-group-item + .active.theme-list-group-item-light, .theme-list-group-item + .active.theme-list-group-item-info, .theme-list-group-item + .active.theme-list-group-item-warning, .theme-list-group-item + .active.theme-list-group-item-danger, .theme-list-group-item + .active.theme-list-group-item-success, .theme-list-group-item + .active.theme-list-group-item-secondary, .theme-list-group-item + .active.theme-list-group-item-primary, .list-group-item + .active.theme-list-group-item, .theme-list-item + .active.theme-list-group-item, .theme-list-group-item-dark + .active.theme-list-group-item, .theme-list-group-item-light + .active.theme-list-group-item, .theme-list-group-item-info + .active.theme-list-group-item, .theme-list-group-item-warning + .active.theme-list-group-item, .theme-list-group-item-danger + .active.theme-list-group-item, .theme-list-group-item-success + .active.theme-list-group-item, .theme-list-group-item-secondary + .active.theme-list-group-item, .theme-list-group-item-primary + .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), .list-group-horizontal > .theme-list-item:first-child:not(:last-child), .list-group-horizontal > .theme-list-group-item-dark:first-child:not(:last-child), .list-group-horizontal > .theme-list-group-item-light:first-child:not(:last-child), .list-group-horizontal > .theme-list-group-item-info:first-child:not(:last-child), .list-group-horizontal > .theme-list-group-item-warning:first-child:not(:last-child), .list-group-horizontal > .theme-list-group-item-danger:first-child:not(:last-child), .list-group-horizontal > .theme-list-group-item-success:first-child:not(:last-child), .list-group-horizontal > .theme-list-group-item-secondary:first-child:not(:last-child), .list-group-horizontal > .theme-list-group-item-primary:first-child:not(:last-child), .theme-list-group-horizontal > .list-group-item:first-child:not(:last-child), .theme-list-group-horizontal > .theme-list-item:first-child:not(:last-child), .theme-list-group-horizontal > .theme-list-group-item-dark:first-child:not(:last-child), .theme-list-group-horizontal > .theme-list-group-item-light:first-child:not(:last-child), .theme-list-group-horizontal > .theme-list-group-item-info:first-child:not(:last-child), .theme-list-group-horizontal > .theme-list-group-item-warning:first-child:not(:last-child), .theme-list-group-horizontal > .theme-list-group-item-danger:first-child:not(:last-child), .theme-list-group-horizontal > .theme-list-group-item-success:first-child:not(:last-child), .theme-list-group-horizontal > .theme-list-group-item-secondary:first-child:not(:last-child), .theme-list-group-horizontal > .theme-list-group-item-primary: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), .list-group-horizontal > .theme-list-item:last-child:not(:first-child), .list-group-horizontal > .theme-list-group-item-dark:last-child:not(:first-child), .list-group-horizontal > .theme-list-group-item-light:last-child:not(:first-child), .list-group-horizontal > .theme-list-group-item-info:last-child:not(:first-child), .list-group-horizontal > .theme-list-group-item-warning:last-child:not(:first-child), .list-group-horizontal > .theme-list-group-item-danger:last-child:not(:first-child), .list-group-horizontal > .theme-list-group-item-success:last-child:not(:first-child), .list-group-horizontal > .theme-list-group-item-secondary:last-child:not(:first-child), .list-group-horizontal > .theme-list-group-item-primary:last-child:not(:first-child), .theme-list-group-horizontal > .list-group-item:last-child:not(:first-child), .theme-list-group-horizontal > .theme-list-item:last-child:not(:first-child), .theme-list-group-horizontal > .theme-list-group-item-dark:last-child:not(:first-child), .theme-list-group-horizontal > .theme-list-group-item-light:last-child:not(:first-child), .theme-list-group-horizontal > .theme-list-group-item-info:last-child:not(:first-child), .theme-list-group-horizontal > .theme-list-group-item-warning:last-child:not(:first-child), .theme-list-group-horizontal > .theme-list-group-item-danger:last-child:not(:first-child), .theme-list-group-horizontal > .theme-list-group-item-success:last-child:not(:first-child), .theme-list-group-horizontal > .theme-list-group-item-secondary:last-child:not(:first-child), .theme-list-group-horizontal > .theme-list-group-item-primary: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, .list-group-horizontal > .active.theme-list-item, .list-group-horizontal > .active.theme-list-group-item-dark, .list-group-horizontal > .active.theme-list-group-item-light, .list-group-horizontal > .active.theme-list-group-item-info, .list-group-horizontal > .active.theme-list-group-item-warning, .list-group-horizontal > .active.theme-list-group-item-danger, .list-group-horizontal > .active.theme-list-group-item-success, .list-group-horizontal > .active.theme-list-group-item-secondary, .list-group-horizontal > .active.theme-list-group-item-primary, .theme-list-group-horizontal > .list-group-item.active, .theme-list-group-horizontal > .active.theme-list-item, .theme-list-group-horizontal > .active.theme-list-group-item-dark, .theme-list-group-horizontal > .active.theme-list-group-item-light, .theme-list-group-horizontal > .active.theme-list-group-item-info, .theme-list-group-horizontal > .active.theme-list-group-item-warning, .theme-list-group-horizontal > .active.theme-list-group-item-danger, .theme-list-group-horizontal > .active.theme-list-group-item-success, .theme-list-group-horizontal > .active.theme-list-group-item-secondary, .theme-list-group-horizontal > .active.theme-list-group-item-primary, .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, .list-group-horizontal > .theme-list-item + .list-group-item, .list-group-horizontal > .list-group-item + .theme-list-item, .list-group-horizontal > .theme-list-item + .theme-list-item, .list-group-horizontal > .theme-list-group-item-dark + .list-group-item, .list-group-horizontal > .theme-list-group-item-dark + .theme-list-item, .list-group-horizontal > .list-group-item + .theme-list-group-item-dark, .list-group-horizontal > .theme-list-item + .theme-list-group-item-dark, .list-group-horizontal > .theme-list-group-item-dark + .theme-list-group-item-dark, .list-group-horizontal > .theme-list-group-item-light + .list-group-item, .list-group-horizontal > .theme-list-group-item-light + .theme-list-item, .list-group-horizontal > .theme-list-group-item-light + .theme-list-group-item-dark, .list-group-horizontal > .list-group-item + .theme-list-group-item-light, .list-group-horizontal > .theme-list-item + .theme-list-group-item-light, .list-group-horizontal > .theme-list-group-item-dark + .theme-list-group-item-light, .list-group-horizontal > .theme-list-group-item-light + .theme-list-group-item-light, .list-group-horizontal > .theme-list-group-item-info + .list-group-item, .list-group-horizontal > .theme-list-group-item-info + .theme-list-item, .list-group-horizontal > .theme-list-group-item-info + .theme-list-group-item-dark, .list-group-horizontal > .theme-list-group-item-info + .theme-list-group-item-light, .list-group-horizontal > .list-group-item + .theme-list-group-item-info, .list-group-horizontal > .theme-list-item + .theme-list-group-item-info, .list-group-horizontal > .theme-list-group-item-dark + .theme-list-group-item-info, .list-group-horizontal > .theme-list-group-item-light + .theme-list-group-item-info, .list-group-horizontal > .theme-list-group-item-info + .theme-list-group-item-info, .list-group-horizontal > .theme-list-group-item-warning + .list-group-item, .list-group-horizontal > .theme-list-group-item-warning + .theme-list-item, .list-group-horizontal > .theme-list-group-item-warning + .theme-list-group-item-dark, .list-group-horizontal > .theme-list-group-item-warning + .theme-list-group-item-light, .list-group-horizontal > .theme-list-group-item-warning + .theme-list-group-item-info, .list-group-horizontal > .list-group-item + .theme-list-group-item-warning, .list-group-horizontal > .theme-list-item + .theme-list-group-item-warning, .list-group-horizontal > .theme-list-group-item-dark + .theme-list-group-item-warning, .list-group-horizontal > .theme-list-group-item-light + .theme-list-group-item-warning, .list-group-horizontal > .theme-list-group-item-info + .theme-list-group-item-warning, .list-group-horizontal > .theme-list-group-item-warning + .theme-list-group-item-warning, .list-group-horizontal > .theme-list-group-item-danger + .list-group-item, .list-group-horizontal > .theme-list-group-item-danger + .theme-list-item, .list-group-horizontal > .theme-list-group-item-danger + .theme-list-group-item-dark, .list-group-horizontal > .theme-list-group-item-danger + .theme-list-group-item-light, .list-group-horizontal > .theme-list-group-item-danger + .theme-list-group-item-info, .list-group-horizontal > .theme-list-group-item-danger + .theme-list-group-item-warning, .list-group-horizontal > .list-group-item + .theme-list-group-item-danger, .list-group-horizontal > .theme-list-item + .theme-list-group-item-danger, .list-group-horizontal > .theme-list-group-item-dark + .theme-list-group-item-danger, .list-group-horizontal > .theme-list-group-item-light + .theme-list-group-item-danger, .list-group-horizontal > .theme-list-group-item-info + .theme-list-group-item-danger, .list-group-horizontal > .theme-list-group-item-warning + .theme-list-group-item-danger, .list-group-horizontal > .theme-list-group-item-danger + .theme-list-group-item-danger, .list-group-horizontal > .theme-list-group-item-success + .list-group-item, .list-group-horizontal > .theme-list-group-item-success + .theme-list-item, .list-group-horizontal > .theme-list-group-item-success + .theme-list-group-item-dark, .list-group-horizontal > .theme-list-group-item-success + .theme-list-group-item-light, .list-group-horizontal > .theme-list-group-item-success + .theme-list-group-item-info, .list-group-horizontal > .theme-list-group-item-success + .theme-list-group-item-warning, .list-group-horizontal > .theme-list-group-item-success + .theme-list-group-item-danger, .list-group-horizontal > .list-group-item + .theme-list-group-item-success, .list-group-horizontal > .theme-list-item + .theme-list-group-item-success, .list-group-horizontal > .theme-list-group-item-dark + .theme-list-group-item-success, .list-group-horizontal > .theme-list-group-item-light + .theme-list-group-item-success, .list-group-horizontal > .theme-list-group-item-info + .theme-list-group-item-success, .list-group-horizontal > .theme-list-group-item-warning + .theme-list-group-item-success, .list-group-horizontal > .theme-list-group-item-danger + .theme-list-group-item-success, .list-group-horizontal > .theme-list-group-item-success + .theme-list-group-item-success, .list-group-horizontal > .theme-list-group-item-secondary + .list-group-item, .list-group-horizontal > .theme-list-group-item-secondary + .theme-list-item, .list-group-horizontal > .theme-list-group-item-secondary + .theme-list-group-item-dark, .list-group-horizontal > .theme-list-group-item-secondary + .theme-list-group-item-light, .list-group-horizontal > .theme-list-group-item-secondary + .theme-list-group-item-info, .list-group-horizontal > .theme-list-group-item-secondary + .theme-list-group-item-warning, .list-group-horizontal > .theme-list-group-item-secondary + .theme-list-group-item-danger, .list-group-horizontal > .theme-list-group-item-secondary + .theme-list-group-item-success, .list-group-horizontal > .list-group-item + .theme-list-group-item-secondary, .list-group-horizontal > .theme-list-item + .theme-list-group-item-secondary, .list-group-horizontal > .theme-list-group-item-dark + .theme-list-group-item-secondary, .list-group-horizontal > .theme-list-group-item-light + .theme-list-group-item-secondary, .list-group-horizontal > .theme-list-group-item-info + .theme-list-group-item-secondary, .list-group-horizontal > .theme-list-group-item-warning + .theme-list-group-item-secondary, .list-group-horizontal > .theme-list-group-item-danger + .theme-list-group-item-secondary, .list-group-horizontal > .theme-list-group-item-success + .theme-list-group-item-secondary, .list-group-horizontal > .theme-list-group-item-secondary + .theme-list-group-item-secondary, .list-group-horizontal > .theme-list-group-item-primary + .list-group-item, .list-group-horizontal > .theme-list-group-item-primary + .theme-list-item, .list-group-horizontal > .theme-list-group-item-primary + .theme-list-group-item-dark, .list-group-horizontal > .theme-list-group-item-primary + .theme-list-group-item-light, .list-group-horizontal > .theme-list-group-item-primary + .theme-list-group-item-info, .list-group-horizontal > .theme-list-group-item-primary + .theme-list-group-item-warning, .list-group-horizontal > .theme-list-group-item-primary + .theme-list-group-item-danger, .list-group-horizontal > .theme-list-group-item-primary + .theme-list-group-item-success, .list-group-horizontal > .theme-list-group-item-primary + .theme-list-group-item-secondary, .list-group-horizontal > .list-group-item + .theme-list-group-item-primary, .list-group-horizontal > .theme-list-item + .theme-list-group-item-primary, .list-group-horizontal > .theme-list-group-item-dark + .theme-list-group-item-primary, .list-group-horizontal > .theme-list-group-item-light + .theme-list-group-item-primary, .list-group-horizontal > .theme-list-group-item-info + .theme-list-group-item-primary, .list-group-horizontal > .theme-list-group-item-warning + .theme-list-group-item-primary, .list-group-horizontal > .theme-list-group-item-danger + .theme-list-group-item-primary, .list-group-horizontal > .theme-list-group-item-success + .theme-list-group-item-primary, .list-group-horizontal > .theme-list-group-item-secondary + .theme-list-group-item-primary, .list-group-horizontal > .theme-list-group-item-primary + .theme-list-group-item-primary, .theme-list-group-horizontal > .list-group-item + .list-group-item, .theme-list-group-horizontal > .theme-list-item + .list-group-item, .theme-list-group-horizontal > .list-group-item + .theme-list-item, .theme-list-group-horizontal > .theme-list-item + .theme-list-item, .theme-list-group-horizontal > .theme-list-group-item-dark + .list-group-item, .theme-list-group-horizontal > .theme-list-group-item-dark + .theme-list-item, .theme-list-group-horizontal > .list-group-item + .theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-item + .theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-group-item-dark + .theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-group-item-light + .list-group-item, .theme-list-group-horizontal > .theme-list-group-item-light + .theme-list-item, .theme-list-group-horizontal > .theme-list-group-item-light + .theme-list-group-item-dark, .theme-list-group-horizontal > .list-group-item + .theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-item + .theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-group-item-dark + .theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-group-item-light + .theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-group-item-info + .list-group-item, .theme-list-group-horizontal > .theme-list-group-item-info + .theme-list-item, .theme-list-group-horizontal > .theme-list-group-item-info + .theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-group-item-info + .theme-list-group-item-light, .theme-list-group-horizontal > .list-group-item + .theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-item + .theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-group-item-dark + .theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-group-item-light + .theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-group-item-info + .theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-group-item-warning + .list-group-item, .theme-list-group-horizontal > .theme-list-group-item-warning + .theme-list-item, .theme-list-group-horizontal > .theme-list-group-item-warning + .theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-group-item-warning + .theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-group-item-warning + .theme-list-group-item-info, .theme-list-group-horizontal > .list-group-item + .theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-item + .theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-group-item-dark + .theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-group-item-light + .theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-group-item-info + .theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-group-item-warning + .theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-group-item-danger + .list-group-item, .theme-list-group-horizontal > .theme-list-group-item-danger + .theme-list-item, .theme-list-group-horizontal > .theme-list-group-item-danger + .theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-group-item-danger + .theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-group-item-danger + .theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-group-item-danger + .theme-list-group-item-warning, .theme-list-group-horizontal > .list-group-item + .theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-item + .theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-group-item-dark + .theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-group-item-light + .theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-group-item-info + .theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-group-item-warning + .theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-group-item-danger + .theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-group-item-success + .list-group-item, .theme-list-group-horizontal > .theme-list-group-item-success + .theme-list-item, .theme-list-group-horizontal > .theme-list-group-item-success + .theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-group-item-success + .theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-group-item-success + .theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-group-item-success + .theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-group-item-success + .theme-list-group-item-danger, .theme-list-group-horizontal > .list-group-item + .theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-item + .theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-group-item-dark + .theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-group-item-light + .theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-group-item-info + .theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-group-item-warning + .theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-group-item-danger + .theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-group-item-success + .theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-group-item-secondary + .list-group-item, .theme-list-group-horizontal > .theme-list-group-item-secondary + .theme-list-item, .theme-list-group-horizontal > .theme-list-group-item-secondary + .theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-group-item-secondary + .theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-group-item-secondary + .theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-group-item-secondary + .theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-group-item-secondary + .theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-group-item-secondary + .theme-list-group-item-success, .theme-list-group-horizontal > .list-group-item + .theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-item + .theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-group-item-dark + .theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-group-item-light + .theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-group-item-info + .theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-group-item-warning + .theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-group-item-danger + .theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-group-item-success + .theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-group-item-secondary + .theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-group-item-primary + .list-group-item, .theme-list-group-horizontal > .theme-list-group-item-primary + .theme-list-item, .theme-list-group-horizontal > .theme-list-group-item-primary + .theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-group-item-primary + .theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-group-item-primary + .theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-group-item-primary + .theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-group-item-primary + .theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-group-item-primary + .theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-group-item-primary + .theme-list-group-item-secondary, .theme-list-group-horizontal > .list-group-item + .theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-item + .theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-group-item-dark + .theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-group-item-light + .theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-group-item-info + .theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-group-item-warning + .theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-group-item-danger + .theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-group-item-success + .theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-group-item-secondary + .theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-group-item-primary + .theme-list-group-item-primary, .list-group-horizontal > .theme-list-group-item + .list-group-item, .list-group-horizontal > .theme-list-group-item + .theme-list-item, .list-group-horizontal > .theme-list-group-item + .theme-list-group-item-dark, .list-group-horizontal > .theme-list-group-item + .theme-list-group-item-light, .list-group-horizontal > .theme-list-group-item + .theme-list-group-item-info, .list-group-horizontal > .theme-list-group-item + .theme-list-group-item-warning, .list-group-horizontal > .theme-list-group-item + .theme-list-group-item-danger, .list-group-horizontal > .theme-list-group-item + .theme-list-group-item-success, .list-group-horizontal > .theme-list-group-item + .theme-list-group-item-secondary, .list-group-horizontal > .theme-list-group-item + .theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-group-item + .list-group-item, .theme-list-group-horizontal > .theme-list-group-item + .theme-list-item, .theme-list-group-horizontal > .theme-list-group-item + .theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-group-item + .theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-group-item + .theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-group-item + .theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-group-item + .theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-group-item + .theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-group-item + .theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-group-item + .theme-list-group-item-primary, .list-group-horizontal > .list-group-item + .theme-list-group-item, .list-group-horizontal > .theme-list-item + .theme-list-group-item, .list-group-horizontal > .theme-list-group-item-dark + .theme-list-group-item, .list-group-horizontal > .theme-list-group-item-light + .theme-list-group-item, .list-group-horizontal > .theme-list-group-item-info + .theme-list-group-item, .list-group-horizontal > .theme-list-group-item-warning + .theme-list-group-item, .list-group-horizontal > .theme-list-group-item-danger + .theme-list-group-item, .list-group-horizontal > .theme-list-group-item-success + .theme-list-group-item, .list-group-horizontal > .theme-list-group-item-secondary + .theme-list-group-item, .list-group-horizontal > .theme-list-group-item-primary + .theme-list-group-item, .theme-list-group-horizontal > .list-group-item + .theme-list-group-item, .theme-list-group-horizontal > .theme-list-item + .theme-list-group-item, .theme-list-group-horizontal > .theme-list-group-item-dark + .theme-list-group-item, .theme-list-group-horizontal > .theme-list-group-item-light + .theme-list-group-item, .theme-list-group-horizontal > .theme-list-group-item-info + .theme-list-group-item, .theme-list-group-horizontal > .theme-list-group-item-warning + .theme-list-group-item, .theme-list-group-horizontal > .theme-list-group-item-danger + .theme-list-group-item, .theme-list-group-horizontal > .theme-list-group-item-success + .theme-list-group-item, .theme-list-group-horizontal > .theme-list-group-item-secondary + .theme-list-group-item, .theme-list-group-horizontal > .theme-list-group-item-primary + .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, .list-group-horizontal > .theme-list-item + .list-group-item.active, .list-group-horizontal > .list-group-item + .active.theme-list-item, .list-group-horizontal > .theme-list-item + .active.theme-list-item, .list-group-horizontal > .theme-list-group-item-dark + .list-group-item.active, .list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-item, .list-group-horizontal > .list-group-item + .active.theme-list-group-item-dark, .list-group-horizontal > .theme-list-item + .active.theme-list-group-item-dark, .list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-group-item-dark, .list-group-horizontal > .theme-list-group-item-light + .list-group-item.active, .list-group-horizontal > .theme-list-group-item-light + .active.theme-list-item, .list-group-horizontal > .theme-list-group-item-light + .active.theme-list-group-item-dark, .list-group-horizontal > .list-group-item + .active.theme-list-group-item-light, .list-group-horizontal > .theme-list-item + .active.theme-list-group-item-light, .list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-group-item-light, .list-group-horizontal > .theme-list-group-item-light + .active.theme-list-group-item-light, .list-group-horizontal > .theme-list-group-item-info + .list-group-item.active, .list-group-horizontal > .theme-list-group-item-info + .active.theme-list-item, .list-group-horizontal > .theme-list-group-item-info + .active.theme-list-group-item-dark, .list-group-horizontal > .theme-list-group-item-info + .active.theme-list-group-item-light, .list-group-horizontal > .list-group-item + .active.theme-list-group-item-info, .list-group-horizontal > .theme-list-item + .active.theme-list-group-item-info, .list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-group-item-info, .list-group-horizontal > .theme-list-group-item-light + .active.theme-list-group-item-info, .list-group-horizontal > .theme-list-group-item-info + .active.theme-list-group-item-info, .list-group-horizontal > .theme-list-group-item-warning + .list-group-item.active, .list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-item, .list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-group-item-dark, .list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-group-item-light, .list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-group-item-info, .list-group-horizontal > .list-group-item + .active.theme-list-group-item-warning, .list-group-horizontal > .theme-list-item + .active.theme-list-group-item-warning, .list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-group-item-warning, .list-group-horizontal > .theme-list-group-item-light + .active.theme-list-group-item-warning, .list-group-horizontal > .theme-list-group-item-info + .active.theme-list-group-item-warning, .list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-group-item-warning, .list-group-horizontal > .theme-list-group-item-danger + .list-group-item.active, .list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-item, .list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-group-item-dark, .list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-group-item-light, .list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-group-item-info, .list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-group-item-warning, .list-group-horizontal > .list-group-item + .active.theme-list-group-item-danger, .list-group-horizontal > .theme-list-item + .active.theme-list-group-item-danger, .list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-group-item-danger, .list-group-horizontal > .theme-list-group-item-light + .active.theme-list-group-item-danger, .list-group-horizontal > .theme-list-group-item-info + .active.theme-list-group-item-danger, .list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-group-item-danger, .list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-group-item-danger, .list-group-horizontal > .theme-list-group-item-success + .list-group-item.active, .list-group-horizontal > .theme-list-group-item-success + .active.theme-list-item, .list-group-horizontal > .theme-list-group-item-success + .active.theme-list-group-item-dark, .list-group-horizontal > .theme-list-group-item-success + .active.theme-list-group-item-light, .list-group-horizontal > .theme-list-group-item-success + .active.theme-list-group-item-info, .list-group-horizontal > .theme-list-group-item-success + .active.theme-list-group-item-warning, .list-group-horizontal > .theme-list-group-item-success + .active.theme-list-group-item-danger, .list-group-horizontal > .list-group-item + .active.theme-list-group-item-success, .list-group-horizontal > .theme-list-item + .active.theme-list-group-item-success, .list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-group-item-success, .list-group-horizontal > .theme-list-group-item-light + .active.theme-list-group-item-success, .list-group-horizontal > .theme-list-group-item-info + .active.theme-list-group-item-success, .list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-group-item-success, .list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-group-item-success, .list-group-horizontal > .theme-list-group-item-success + .active.theme-list-group-item-success, .list-group-horizontal > .theme-list-group-item-secondary + .list-group-item.active, .list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-item, .list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-group-item-dark, .list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-group-item-light, .list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-group-item-info, .list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-group-item-warning, .list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-group-item-danger, .list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-group-item-success, .list-group-horizontal > .list-group-item + .active.theme-list-group-item-secondary, .list-group-horizontal > .theme-list-item + .active.theme-list-group-item-secondary, .list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-group-item-secondary, .list-group-horizontal > .theme-list-group-item-light + .active.theme-list-group-item-secondary, .list-group-horizontal > .theme-list-group-item-info + .active.theme-list-group-item-secondary, .list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-group-item-secondary, .list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-group-item-secondary, .list-group-horizontal > .theme-list-group-item-success + .active.theme-list-group-item-secondary, .list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-group-item-secondary, .list-group-horizontal > .theme-list-group-item-primary + .list-group-item.active, .list-group-horizontal > .theme-list-group-item-primary + .active.theme-list-item, .list-group-horizontal > .theme-list-group-item-primary + .active.theme-list-group-item-dark, .list-group-horizontal > .theme-list-group-item-primary + .active.theme-list-group-item-light, .list-group-horizontal > .theme-list-group-item-primary + .active.theme-list-group-item-info, .list-group-horizontal > .theme-list-group-item-primary + .active.theme-list-group-item-warning, .list-group-horizontal > .theme-list-group-item-primary + .active.theme-list-group-item-danger, .list-group-horizontal > .theme-list-group-item-primary + .active.theme-list-group-item-success, .list-group-horizontal > .theme-list-group-item-primary + .active.theme-list-group-item-secondary, .list-group-horizontal > .list-group-item + .active.theme-list-group-item-primary, .list-group-horizontal > .theme-list-item + .active.theme-list-group-item-primary, .list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-group-item-primary, .list-group-horizontal > .theme-list-group-item-light + .active.theme-list-group-item-primary, .list-group-horizontal > .theme-list-group-item-info + .active.theme-list-group-item-primary, .list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-group-item-primary, .list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-group-item-primary, .list-group-horizontal > .theme-list-group-item-success + .active.theme-list-group-item-primary, .list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-group-item-primary, .list-group-horizontal > .theme-list-group-item-primary + .active.theme-list-group-item-primary, .theme-list-group-horizontal > .list-group-item + .list-group-item.active, .theme-list-group-horizontal > .theme-list-item + .list-group-item.active, .theme-list-group-horizontal > .list-group-item + .active.theme-list-item, .theme-list-group-horizontal > .theme-list-item + .active.theme-list-item, .theme-list-group-horizontal > .theme-list-group-item-dark + .list-group-item.active, .theme-list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-item, .theme-list-group-horizontal > .list-group-item + .active.theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-item + .active.theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-group-item-light + .list-group-item.active, .theme-list-group-horizontal > .theme-list-group-item-light + .active.theme-list-item, .theme-list-group-horizontal > .theme-list-group-item-light + .active.theme-list-group-item-dark, .theme-list-group-horizontal > .list-group-item + .active.theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-item + .active.theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-group-item-light + .active.theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-group-item-info + .list-group-item.active, .theme-list-group-horizontal > .theme-list-group-item-info + .active.theme-list-item, .theme-list-group-horizontal > .theme-list-group-item-info + .active.theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-group-item-info + .active.theme-list-group-item-light, .theme-list-group-horizontal > .list-group-item + .active.theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-item + .active.theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-group-item-light + .active.theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-group-item-info + .active.theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-group-item-warning + .list-group-item.active, .theme-list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-item, .theme-list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-group-item-info, .theme-list-group-horizontal > .list-group-item + .active.theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-item + .active.theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-group-item-light + .active.theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-group-item-info + .active.theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-group-item-danger + .list-group-item.active, .theme-list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-item, .theme-list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-group-item-warning, .theme-list-group-horizontal > .list-group-item + .active.theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-item + .active.theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-group-item-light + .active.theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-group-item-info + .active.theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-group-item-success + .list-group-item.active, .theme-list-group-horizontal > .theme-list-group-item-success + .active.theme-list-item, .theme-list-group-horizontal > .theme-list-group-item-success + .active.theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-group-item-success + .active.theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-group-item-success + .active.theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-group-item-success + .active.theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-group-item-success + .active.theme-list-group-item-danger, .theme-list-group-horizontal > .list-group-item + .active.theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-item + .active.theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-group-item-light + .active.theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-group-item-info + .active.theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-group-item-success + .active.theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-group-item-secondary + .list-group-item.active, .theme-list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-item, .theme-list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-group-item-success, .theme-list-group-horizontal > .list-group-item + .active.theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-item + .active.theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-group-item-light + .active.theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-group-item-info + .active.theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-group-item-success + .active.theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-group-item-primary + .list-group-item.active, .theme-list-group-horizontal > .theme-list-group-item-primary + .active.theme-list-item, .theme-list-group-horizontal > .theme-list-group-item-primary + .active.theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-group-item-primary + .active.theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-group-item-primary + .active.theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-group-item-primary + .active.theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-group-item-primary + .active.theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-group-item-primary + .active.theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-group-item-primary + .active.theme-list-group-item-secondary, .theme-list-group-horizontal > .list-group-item + .active.theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-item + .active.theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-group-item-light + .active.theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-group-item-info + .active.theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-group-item-success + .active.theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-group-item-primary + .active.theme-list-group-item-primary, .list-group-horizontal > .theme-list-group-item + .list-group-item.active, .list-group-horizontal > .theme-list-group-item + .active.theme-list-item, .list-group-horizontal > .theme-list-group-item + .active.theme-list-group-item-dark, .list-group-horizontal > .theme-list-group-item + .active.theme-list-group-item-light, .list-group-horizontal > .theme-list-group-item + .active.theme-list-group-item-info, .list-group-horizontal > .theme-list-group-item + .active.theme-list-group-item-warning, .list-group-horizontal > .theme-list-group-item + .active.theme-list-group-item-danger, .list-group-horizontal > .theme-list-group-item + .active.theme-list-group-item-success, .list-group-horizontal > .theme-list-group-item + .active.theme-list-group-item-secondary, .list-group-horizontal > .theme-list-group-item + .active.theme-list-group-item-primary, .theme-list-group-horizontal > .theme-list-group-item + .list-group-item.active, .theme-list-group-horizontal > .theme-list-group-item + .active.theme-list-item, .theme-list-group-horizontal > .theme-list-group-item + .active.theme-list-group-item-dark, .theme-list-group-horizontal > .theme-list-group-item + .active.theme-list-group-item-light, .theme-list-group-horizontal > .theme-list-group-item + .active.theme-list-group-item-info, .theme-list-group-horizontal > .theme-list-group-item + .active.theme-list-group-item-warning, .theme-list-group-horizontal > .theme-list-group-item + .active.theme-list-group-item-danger, .theme-list-group-horizontal > .theme-list-group-item + .active.theme-list-group-item-success, .theme-list-group-horizontal > .theme-list-group-item + .active.theme-list-group-item-secondary, .theme-list-group-horizontal > .theme-list-group-item + .active.theme-list-group-item-primary, .list-group-horizontal > .list-group-item + .active.theme-list-group-item, .list-group-horizontal > .theme-list-item + .active.theme-list-group-item, .list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-group-item, .list-group-horizontal > .theme-list-group-item-light + .active.theme-list-group-item, .list-group-horizontal > .theme-list-group-item-info + .active.theme-list-group-item, .list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-group-item, .list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-group-item, .list-group-horizontal > .theme-list-group-item-success + .active.theme-list-group-item, .list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-group-item, .list-group-horizontal > .theme-list-group-item-primary + .active.theme-list-group-item, .theme-list-group-horizontal > .list-group-item + .active.theme-list-group-item, .theme-list-group-horizontal > .theme-list-item + .active.theme-list-group-item, .theme-list-group-horizontal > .theme-list-group-item-dark + .active.theme-list-group-item, .theme-list-group-horizontal > .theme-list-group-item-light + .active.theme-list-group-item, .theme-list-group-horizontal > .theme-list-group-item-info + .active.theme-list-group-item, .theme-list-group-horizontal > .theme-list-group-item-warning + .active.theme-list-group-item, .theme-list-group-horizontal > .theme-list-group-item-danger + .active.theme-list-group-item, .theme-list-group-horizontal > .theme-list-group-item-success + .active.theme-list-group-item, .theme-list-group-horizontal > .theme-list-group-item-secondary + .active.theme-list-group-item, .theme-list-group-horizontal > .theme-list-group-item-primary + .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-item:first-child:not(:last-child), .list-group-horizontal-sm > .theme-list-group-item-dark:first-child:not(:last-child), .list-group-horizontal-sm > .theme-list-group-item-light:first-child:not(:last-child), .list-group-horizontal-sm > .theme-list-group-item-info:first-child:not(:last-child), .list-group-horizontal-sm > .theme-list-group-item-warning:first-child:not(:last-child), .list-group-horizontal-sm > .theme-list-group-item-danger:first-child:not(:last-child), .list-group-horizontal-sm > .theme-list-group-item-success:first-child:not(:last-child), .list-group-horizontal-sm > .theme-list-group-item-secondary:first-child:not(:last-child), .list-group-horizontal-sm > .theme-list-group-item-primary: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-item:last-child:not(:first-child), .list-group-horizontal-sm > .theme-list-group-item-dark:last-child:not(:first-child), .list-group-horizontal-sm > .theme-list-group-item-light:last-child:not(:first-child), .list-group-horizontal-sm > .theme-list-group-item-info:last-child:not(:first-child), .list-group-horizontal-sm > .theme-list-group-item-warning:last-child:not(:first-child), .list-group-horizontal-sm > .theme-list-group-item-danger:last-child:not(:first-child), .list-group-horizontal-sm > .theme-list-group-item-success:last-child:not(:first-child), .list-group-horizontal-sm > .theme-list-group-item-secondary:last-child:not(:first-child), .list-group-horizontal-sm > .theme-list-group-item-primary: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-item, .list-group-horizontal-sm > .active.theme-list-group-item-dark, .list-group-horizontal-sm > .active.theme-list-group-item-light, .list-group-horizontal-sm > .active.theme-list-group-item-info, .list-group-horizontal-sm > .active.theme-list-group-item-warning, .list-group-horizontal-sm > .active.theme-list-group-item-danger, .list-group-horizontal-sm > .active.theme-list-group-item-success, .list-group-horizontal-sm > .active.theme-list-group-item-secondary, .list-group-horizontal-sm > .active.theme-list-group-item-primary, .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-item + .list-group-item, .list-group-horizontal-sm > .list-group-item + .theme-list-item, .list-group-horizontal-sm > .theme-list-item + .theme-list-item, .list-group-horizontal-sm > .theme-list-group-item-dark + .list-group-item, .list-group-horizontal-sm > .theme-list-group-item-dark + .theme-list-item, .list-group-horizontal-sm > .list-group-item + .theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-item + .theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-group-item-dark + .theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-group-item-light + .list-group-item, .list-group-horizontal-sm > .theme-list-group-item-light + .theme-list-item, .list-group-horizontal-sm > .theme-list-group-item-light + .theme-list-group-item-dark, .list-group-horizontal-sm > .list-group-item + .theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-item + .theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-group-item-dark + .theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-group-item-light + .theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-group-item-info + .list-group-item, .list-group-horizontal-sm > .theme-list-group-item-info + .theme-list-item, .list-group-horizontal-sm > .theme-list-group-item-info + .theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-group-item-info + .theme-list-group-item-light, .list-group-horizontal-sm > .list-group-item + .theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-item + .theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-group-item-dark + .theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-group-item-light + .theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-group-item-info + .theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-group-item-warning + .list-group-item, .list-group-horizontal-sm > .theme-list-group-item-warning + .theme-list-item, .list-group-horizontal-sm > .theme-list-group-item-warning + .theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-group-item-warning + .theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-group-item-warning + .theme-list-group-item-info, .list-group-horizontal-sm > .list-group-item + .theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-item + .theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-group-item-dark + .theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-group-item-light + .theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-group-item-info + .theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-group-item-warning + .theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-group-item-danger + .list-group-item, .list-group-horizontal-sm > .theme-list-group-item-danger + .theme-list-item, .list-group-horizontal-sm > .theme-list-group-item-danger + .theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-group-item-danger + .theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-group-item-danger + .theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-group-item-danger + .theme-list-group-item-warning, .list-group-horizontal-sm > .list-group-item + .theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-item + .theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-group-item-dark + .theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-group-item-light + .theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-group-item-info + .theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-group-item-warning + .theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-group-item-danger + .theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-group-item-success + .list-group-item, .list-group-horizontal-sm > .theme-list-group-item-success + .theme-list-item, .list-group-horizontal-sm > .theme-list-group-item-success + .theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-group-item-success + .theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-group-item-success + .theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-group-item-success + .theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-group-item-success + .theme-list-group-item-danger, .list-group-horizontal-sm > .list-group-item + .theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-item + .theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-group-item-dark + .theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-group-item-light + .theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-group-item-info + .theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-group-item-warning + .theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-group-item-danger + .theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-group-item-success + .theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-group-item-secondary + .list-group-item, .list-group-horizontal-sm > .theme-list-group-item-secondary + .theme-list-item, .list-group-horizontal-sm > .theme-list-group-item-secondary + .theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-group-item-secondary + .theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-group-item-secondary + .theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-group-item-secondary + .theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-group-item-secondary + .theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-group-item-secondary + .theme-list-group-item-success, .list-group-horizontal-sm > .list-group-item + .theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-item + .theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-group-item-dark + .theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-group-item-light + .theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-group-item-info + .theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-group-item-warning + .theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-group-item-danger + .theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-group-item-success + .theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-group-item-secondary + .theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-group-item-primary + .list-group-item, .list-group-horizontal-sm > .theme-list-group-item-primary + .theme-list-item, .list-group-horizontal-sm > .theme-list-group-item-primary + .theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-group-item-primary + .theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-group-item-primary + .theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-group-item-primary + .theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-group-item-primary + .theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-group-item-primary + .theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-group-item-primary + .theme-list-group-item-secondary, .list-group-horizontal-sm > .list-group-item + .theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-item + .theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-group-item-dark + .theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-group-item-light + .theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-group-item-info + .theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-group-item-warning + .theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-group-item-danger + .theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-group-item-success + .theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-group-item-secondary + .theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-group-item-primary + .theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-group-item + .list-group-item, .list-group-horizontal-sm > .theme-list-group-item + .theme-list-item, .list-group-horizontal-sm > .theme-list-group-item + .theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-group-item + .theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-group-item + .theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-group-item + .theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-group-item + .theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-group-item + .theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-group-item + .theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-group-item + .theme-list-group-item-primary, .list-group-horizontal-sm > .list-group-item + .theme-list-group-item, .list-group-horizontal-sm > .theme-list-item + .theme-list-group-item, .list-group-horizontal-sm > .theme-list-group-item-dark + .theme-list-group-item, .list-group-horizontal-sm > .theme-list-group-item-light + .theme-list-group-item, .list-group-horizontal-sm > .theme-list-group-item-info + .theme-list-group-item, .list-group-horizontal-sm > .theme-list-group-item-warning + .theme-list-group-item, .list-group-horizontal-sm > .theme-list-group-item-danger + .theme-list-group-item, .list-group-horizontal-sm > .theme-list-group-item-success + .theme-list-group-item, .list-group-horizontal-sm > .theme-list-group-item-secondary + .theme-list-group-item, .list-group-horizontal-sm > .theme-list-group-item-primary + .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-item + .list-group-item.active, .list-group-horizontal-sm > .list-group-item + .active.theme-list-item, .list-group-horizontal-sm > .theme-list-item + .active.theme-list-item, .list-group-horizontal-sm > .theme-list-group-item-dark + .list-group-item.active, .list-group-horizontal-sm > .theme-list-group-item-dark + .active.theme-list-item, .list-group-horizontal-sm > .list-group-item + .active.theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-item + .active.theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-group-item-dark + .active.theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-group-item-light + .list-group-item.active, .list-group-horizontal-sm > .theme-list-group-item-light + .active.theme-list-item, .list-group-horizontal-sm > .theme-list-group-item-light + .active.theme-list-group-item-dark, .list-group-horizontal-sm > .list-group-item + .active.theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-item + .active.theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-group-item-dark + .active.theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-group-item-light + .active.theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-group-item-info + .list-group-item.active, .list-group-horizontal-sm > .theme-list-group-item-info + .active.theme-list-item, .list-group-horizontal-sm > .theme-list-group-item-info + .active.theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-group-item-info + .active.theme-list-group-item-light, .list-group-horizontal-sm > .list-group-item + .active.theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-item + .active.theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-group-item-dark + .active.theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-group-item-light + .active.theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-group-item-info + .active.theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-group-item-warning + .list-group-item.active, .list-group-horizontal-sm > .theme-list-group-item-warning + .active.theme-list-item, .list-group-horizontal-sm > .theme-list-group-item-warning + .active.theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-group-item-warning + .active.theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-group-item-warning + .active.theme-list-group-item-info, .list-group-horizontal-sm > .list-group-item + .active.theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-item + .active.theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-group-item-dark + .active.theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-group-item-light + .active.theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-group-item-info + .active.theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-group-item-warning + .active.theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-group-item-danger + .list-group-item.active, .list-group-horizontal-sm > .theme-list-group-item-danger + .active.theme-list-item, .list-group-horizontal-sm > .theme-list-group-item-danger + .active.theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-group-item-danger + .active.theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-group-item-danger + .active.theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-group-item-danger + .active.theme-list-group-item-warning, .list-group-horizontal-sm > .list-group-item + .active.theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-item + .active.theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-group-item-dark + .active.theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-group-item-light + .active.theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-group-item-info + .active.theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-group-item-warning + .active.theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-group-item-danger + .active.theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-group-item-success + .list-group-item.active, .list-group-horizontal-sm > .theme-list-group-item-success + .active.theme-list-item, .list-group-horizontal-sm > .theme-list-group-item-success + .active.theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-group-item-success + .active.theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-group-item-success + .active.theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-group-item-success + .active.theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-group-item-success + .active.theme-list-group-item-danger, .list-group-horizontal-sm > .list-group-item + .active.theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-item + .active.theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-group-item-dark + .active.theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-group-item-light + .active.theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-group-item-info + .active.theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-group-item-warning + .active.theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-group-item-danger + .active.theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-group-item-success + .active.theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-group-item-secondary + .list-group-item.active, .list-group-horizontal-sm > .theme-list-group-item-secondary + .active.theme-list-item, .list-group-horizontal-sm > .theme-list-group-item-secondary + .active.theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-group-item-secondary + .active.theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-group-item-secondary + .active.theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-group-item-secondary + .active.theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-group-item-secondary + .active.theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-group-item-secondary + .active.theme-list-group-item-success, .list-group-horizontal-sm > .list-group-item + .active.theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-item + .active.theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-group-item-dark + .active.theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-group-item-light + .active.theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-group-item-info + .active.theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-group-item-warning + .active.theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-group-item-danger + .active.theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-group-item-success + .active.theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-group-item-secondary + .active.theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-group-item-primary + .list-group-item.active, .list-group-horizontal-sm > .theme-list-group-item-primary + .active.theme-list-item, .list-group-horizontal-sm > .theme-list-group-item-primary + .active.theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-group-item-primary + .active.theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-group-item-primary + .active.theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-group-item-primary + .active.theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-group-item-primary + .active.theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-group-item-primary + .active.theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-group-item-primary + .active.theme-list-group-item-secondary, .list-group-horizontal-sm > .list-group-item + .active.theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-item + .active.theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-group-item-dark + .active.theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-group-item-light + .active.theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-group-item-info + .active.theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-group-item-warning + .active.theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-group-item-danger + .active.theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-group-item-success + .active.theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-group-item-secondary + .active.theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-group-item-primary + .active.theme-list-group-item-primary, .list-group-horizontal-sm > .theme-list-group-item + .list-group-item.active, .list-group-horizontal-sm > .theme-list-group-item + .active.theme-list-item, .list-group-horizontal-sm > .theme-list-group-item + .active.theme-list-group-item-dark, .list-group-horizontal-sm > .theme-list-group-item + .active.theme-list-group-item-light, .list-group-horizontal-sm > .theme-list-group-item + .active.theme-list-group-item-info, .list-group-horizontal-sm > .theme-list-group-item + .active.theme-list-group-item-warning, .list-group-horizontal-sm > .theme-list-group-item + .active.theme-list-group-item-danger, .list-group-horizontal-sm > .theme-list-group-item + .active.theme-list-group-item-success, .list-group-horizontal-sm > .theme-list-group-item + .active.theme-list-group-item-secondary, .list-group-horizontal-sm > .theme-list-group-item + .active.theme-list-group-item-primary, .list-group-horizontal-sm > .list-group-item + .active.theme-list-group-item, .list-group-horizontal-sm > .theme-list-item + .active.theme-list-group-item, .list-group-horizontal-sm > .theme-list-group-item-dark + .active.theme-list-group-item, .list-group-horizontal-sm > .theme-list-group-item-light + .active.theme-list-group-item, .list-group-horizontal-sm > .theme-list-group-item-info + .active.theme-list-group-item, .list-group-horizontal-sm > .theme-list-group-item-warning + .active.theme-list-group-item, .list-group-horizontal-sm > .theme-list-group-item-danger + .active.theme-list-group-item, .list-group-horizontal-sm > .theme-list-group-item-success + .active.theme-list-group-item, .list-group-horizontal-sm > .theme-list-group-item-secondary + .active.theme-list-group-item, .list-group-horizontal-sm > .theme-list-group-item-primary + .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-item:first-child:not(:last-child), .list-group-horizontal-md > .theme-list-group-item-dark:first-child:not(:last-child), .list-group-horizontal-md > .theme-list-group-item-light:first-child:not(:last-child), .list-group-horizontal-md > .theme-list-group-item-info:first-child:not(:last-child), .list-group-horizontal-md > .theme-list-group-item-warning:first-child:not(:last-child), .list-group-horizontal-md > .theme-list-group-item-danger:first-child:not(:last-child), .list-group-horizontal-md > .theme-list-group-item-success:first-child:not(:last-child), .list-group-horizontal-md > .theme-list-group-item-secondary:first-child:not(:last-child), .list-group-horizontal-md > .theme-list-group-item-primary: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-item:last-child:not(:first-child), .list-group-horizontal-md > .theme-list-group-item-dark:last-child:not(:first-child), .list-group-horizontal-md > .theme-list-group-item-light:last-child:not(:first-child), .list-group-horizontal-md > .theme-list-group-item-info:last-child:not(:first-child), .list-group-horizontal-md > .theme-list-group-item-warning:last-child:not(:first-child), .list-group-horizontal-md > .theme-list-group-item-danger:last-child:not(:first-child), .list-group-horizontal-md > .theme-list-group-item-success:last-child:not(:first-child), .list-group-horizontal-md > .theme-list-group-item-secondary:last-child:not(:first-child), .list-group-horizontal-md > .theme-list-group-item-primary: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-item, .list-group-horizontal-md > .active.theme-list-group-item-dark, .list-group-horizontal-md > .active.theme-list-group-item-light, .list-group-horizontal-md > .active.theme-list-group-item-info, .list-group-horizontal-md > .active.theme-list-group-item-warning, .list-group-horizontal-md > .active.theme-list-group-item-danger, .list-group-horizontal-md > .active.theme-list-group-item-success, .list-group-horizontal-md > .active.theme-list-group-item-secondary, .list-group-horizontal-md > .active.theme-list-group-item-primary, .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-item + .list-group-item, .list-group-horizontal-md > .list-group-item + .theme-list-item, .list-group-horizontal-md > .theme-list-item + .theme-list-item, .list-group-horizontal-md > .theme-list-group-item-dark + .list-group-item, .list-group-horizontal-md > .theme-list-group-item-dark + .theme-list-item, .list-group-horizontal-md > .list-group-item + .theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-item + .theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-group-item-dark + .theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-group-item-light + .list-group-item, .list-group-horizontal-md > .theme-list-group-item-light + .theme-list-item, .list-group-horizontal-md > .theme-list-group-item-light + .theme-list-group-item-dark, .list-group-horizontal-md > .list-group-item + .theme-list-group-item-light, .list-group-horizontal-md > .theme-list-item + .theme-list-group-item-light, .list-group-horizontal-md > .theme-list-group-item-dark + .theme-list-group-item-light, .list-group-horizontal-md > .theme-list-group-item-light + .theme-list-group-item-light, .list-group-horizontal-md > .theme-list-group-item-info + .list-group-item, .list-group-horizontal-md > .theme-list-group-item-info + .theme-list-item, .list-group-horizontal-md > .theme-list-group-item-info + .theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-group-item-info + .theme-list-group-item-light, .list-group-horizontal-md > .list-group-item + .theme-list-group-item-info, .list-group-horizontal-md > .theme-list-item + .theme-list-group-item-info, .list-group-horizontal-md > .theme-list-group-item-dark + .theme-list-group-item-info, .list-group-horizontal-md > .theme-list-group-item-light + .theme-list-group-item-info, .list-group-horizontal-md > .theme-list-group-item-info + .theme-list-group-item-info, .list-group-horizontal-md > .theme-list-group-item-warning + .list-group-item, .list-group-horizontal-md > .theme-list-group-item-warning + .theme-list-item, .list-group-horizontal-md > .theme-list-group-item-warning + .theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-group-item-warning + .theme-list-group-item-light, .list-group-horizontal-md > .theme-list-group-item-warning + .theme-list-group-item-info, .list-group-horizontal-md > .list-group-item + .theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-item + .theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-group-item-dark + .theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-group-item-light + .theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-group-item-info + .theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-group-item-warning + .theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-group-item-danger + .list-group-item, .list-group-horizontal-md > .theme-list-group-item-danger + .theme-list-item, .list-group-horizontal-md > .theme-list-group-item-danger + .theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-group-item-danger + .theme-list-group-item-light, .list-group-horizontal-md > .theme-list-group-item-danger + .theme-list-group-item-info, .list-group-horizontal-md > .theme-list-group-item-danger + .theme-list-group-item-warning, .list-group-horizontal-md > .list-group-item + .theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-item + .theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-group-item-dark + .theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-group-item-light + .theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-group-item-info + .theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-group-item-warning + .theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-group-item-danger + .theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-group-item-success + .list-group-item, .list-group-horizontal-md > .theme-list-group-item-success + .theme-list-item, .list-group-horizontal-md > .theme-list-group-item-success + .theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-group-item-success + .theme-list-group-item-light, .list-group-horizontal-md > .theme-list-group-item-success + .theme-list-group-item-info, .list-group-horizontal-md > .theme-list-group-item-success + .theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-group-item-success + .theme-list-group-item-danger, .list-group-horizontal-md > .list-group-item + .theme-list-group-item-success, .list-group-horizontal-md > .theme-list-item + .theme-list-group-item-success, .list-group-horizontal-md > .theme-list-group-item-dark + .theme-list-group-item-success, .list-group-horizontal-md > .theme-list-group-item-light + .theme-list-group-item-success, .list-group-horizontal-md > .theme-list-group-item-info + .theme-list-group-item-success, .list-group-horizontal-md > .theme-list-group-item-warning + .theme-list-group-item-success, .list-group-horizontal-md > .theme-list-group-item-danger + .theme-list-group-item-success, .list-group-horizontal-md > .theme-list-group-item-success + .theme-list-group-item-success, .list-group-horizontal-md > .theme-list-group-item-secondary + .list-group-item, .list-group-horizontal-md > .theme-list-group-item-secondary + .theme-list-item, .list-group-horizontal-md > .theme-list-group-item-secondary + .theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-group-item-secondary + .theme-list-group-item-light, .list-group-horizontal-md > .theme-list-group-item-secondary + .theme-list-group-item-info, .list-group-horizontal-md > .theme-list-group-item-secondary + .theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-group-item-secondary + .theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-group-item-secondary + .theme-list-group-item-success, .list-group-horizontal-md > .list-group-item + .theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-item + .theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-group-item-dark + .theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-group-item-light + .theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-group-item-info + .theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-group-item-warning + .theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-group-item-danger + .theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-group-item-success + .theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-group-item-secondary + .theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-group-item-primary + .list-group-item, .list-group-horizontal-md > .theme-list-group-item-primary + .theme-list-item, .list-group-horizontal-md > .theme-list-group-item-primary + .theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-group-item-primary + .theme-list-group-item-light, .list-group-horizontal-md > .theme-list-group-item-primary + .theme-list-group-item-info, .list-group-horizontal-md > .theme-list-group-item-primary + .theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-group-item-primary + .theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-group-item-primary + .theme-list-group-item-success, .list-group-horizontal-md > .theme-list-group-item-primary + .theme-list-group-item-secondary, .list-group-horizontal-md > .list-group-item + .theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-item + .theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-group-item-dark + .theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-group-item-light + .theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-group-item-info + .theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-group-item-warning + .theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-group-item-danger + .theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-group-item-success + .theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-group-item-secondary + .theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-group-item-primary + .theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-group-item + .list-group-item, .list-group-horizontal-md > .theme-list-group-item + .theme-list-item, .list-group-horizontal-md > .theme-list-group-item + .theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-group-item + .theme-list-group-item-light, .list-group-horizontal-md > .theme-list-group-item + .theme-list-group-item-info, .list-group-horizontal-md > .theme-list-group-item + .theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-group-item + .theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-group-item + .theme-list-group-item-success, .list-group-horizontal-md > .theme-list-group-item + .theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-group-item + .theme-list-group-item-primary, .list-group-horizontal-md > .list-group-item + .theme-list-group-item, .list-group-horizontal-md > .theme-list-item + .theme-list-group-item, .list-group-horizontal-md > .theme-list-group-item-dark + .theme-list-group-item, .list-group-horizontal-md > .theme-list-group-item-light + .theme-list-group-item, .list-group-horizontal-md > .theme-list-group-item-info + .theme-list-group-item, .list-group-horizontal-md > .theme-list-group-item-warning + .theme-list-group-item, .list-group-horizontal-md > .theme-list-group-item-danger + .theme-list-group-item, .list-group-horizontal-md > .theme-list-group-item-success + .theme-list-group-item, .list-group-horizontal-md > .theme-list-group-item-secondary + .theme-list-group-item, .list-group-horizontal-md > .theme-list-group-item-primary + .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-item + .list-group-item.active, .list-group-horizontal-md > .list-group-item + .active.theme-list-item, .list-group-horizontal-md > .theme-list-item + .active.theme-list-item, .list-group-horizontal-md > .theme-list-group-item-dark + .list-group-item.active, .list-group-horizontal-md > .theme-list-group-item-dark + .active.theme-list-item, .list-group-horizontal-md > .list-group-item + .active.theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-item + .active.theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-group-item-dark + .active.theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-group-item-light + .list-group-item.active, .list-group-horizontal-md > .theme-list-group-item-light + .active.theme-list-item, .list-group-horizontal-md > .theme-list-group-item-light + .active.theme-list-group-item-dark, .list-group-horizontal-md > .list-group-item + .active.theme-list-group-item-light, .list-group-horizontal-md > .theme-list-item + .active.theme-list-group-item-light, .list-group-horizontal-md > .theme-list-group-item-dark + .active.theme-list-group-item-light, .list-group-horizontal-md > .theme-list-group-item-light + .active.theme-list-group-item-light, .list-group-horizontal-md > .theme-list-group-item-info + .list-group-item.active, .list-group-horizontal-md > .theme-list-group-item-info + .active.theme-list-item, .list-group-horizontal-md > .theme-list-group-item-info + .active.theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-group-item-info + .active.theme-list-group-item-light, .list-group-horizontal-md > .list-group-item + .active.theme-list-group-item-info, .list-group-horizontal-md > .theme-list-item + .active.theme-list-group-item-info, .list-group-horizontal-md > .theme-list-group-item-dark + .active.theme-list-group-item-info, .list-group-horizontal-md > .theme-list-group-item-light + .active.theme-list-group-item-info, .list-group-horizontal-md > .theme-list-group-item-info + .active.theme-list-group-item-info, .list-group-horizontal-md > .theme-list-group-item-warning + .list-group-item.active, .list-group-horizontal-md > .theme-list-group-item-warning + .active.theme-list-item, .list-group-horizontal-md > .theme-list-group-item-warning + .active.theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-group-item-warning + .active.theme-list-group-item-light, .list-group-horizontal-md > .theme-list-group-item-warning + .active.theme-list-group-item-info, .list-group-horizontal-md > .list-group-item + .active.theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-item + .active.theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-group-item-dark + .active.theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-group-item-light + .active.theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-group-item-info + .active.theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-group-item-warning + .active.theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-group-item-danger + .list-group-item.active, .list-group-horizontal-md > .theme-list-group-item-danger + .active.theme-list-item, .list-group-horizontal-md > .theme-list-group-item-danger + .active.theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-group-item-danger + .active.theme-list-group-item-light, .list-group-horizontal-md > .theme-list-group-item-danger + .active.theme-list-group-item-info, .list-group-horizontal-md > .theme-list-group-item-danger + .active.theme-list-group-item-warning, .list-group-horizontal-md > .list-group-item + .active.theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-item + .active.theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-group-item-dark + .active.theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-group-item-light + .active.theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-group-item-info + .active.theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-group-item-warning + .active.theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-group-item-danger + .active.theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-group-item-success + .list-group-item.active, .list-group-horizontal-md > .theme-list-group-item-success + .active.theme-list-item, .list-group-horizontal-md > .theme-list-group-item-success + .active.theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-group-item-success + .active.theme-list-group-item-light, .list-group-horizontal-md > .theme-list-group-item-success + .active.theme-list-group-item-info, .list-group-horizontal-md > .theme-list-group-item-success + .active.theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-group-item-success + .active.theme-list-group-item-danger, .list-group-horizontal-md > .list-group-item + .active.theme-list-group-item-success, .list-group-horizontal-md > .theme-list-item + .active.theme-list-group-item-success, .list-group-horizontal-md > .theme-list-group-item-dark + .active.theme-list-group-item-success, .list-group-horizontal-md > .theme-list-group-item-light + .active.theme-list-group-item-success, .list-group-horizontal-md > .theme-list-group-item-info + .active.theme-list-group-item-success, .list-group-horizontal-md > .theme-list-group-item-warning + .active.theme-list-group-item-success, .list-group-horizontal-md > .theme-list-group-item-danger + .active.theme-list-group-item-success, .list-group-horizontal-md > .theme-list-group-item-success + .active.theme-list-group-item-success, .list-group-horizontal-md > .theme-list-group-item-secondary + .list-group-item.active, .list-group-horizontal-md > .theme-list-group-item-secondary + .active.theme-list-item, .list-group-horizontal-md > .theme-list-group-item-secondary + .active.theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-group-item-secondary + .active.theme-list-group-item-light, .list-group-horizontal-md > .theme-list-group-item-secondary + .active.theme-list-group-item-info, .list-group-horizontal-md > .theme-list-group-item-secondary + .active.theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-group-item-secondary + .active.theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-group-item-secondary + .active.theme-list-group-item-success, .list-group-horizontal-md > .list-group-item + .active.theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-item + .active.theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-group-item-dark + .active.theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-group-item-light + .active.theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-group-item-info + .active.theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-group-item-warning + .active.theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-group-item-danger + .active.theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-group-item-success + .active.theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-group-item-secondary + .active.theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-group-item-primary + .list-group-item.active, .list-group-horizontal-md > .theme-list-group-item-primary + .active.theme-list-item, .list-group-horizontal-md > .theme-list-group-item-primary + .active.theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-group-item-primary + .active.theme-list-group-item-light, .list-group-horizontal-md > .theme-list-group-item-primary + .active.theme-list-group-item-info, .list-group-horizontal-md > .theme-list-group-item-primary + .active.theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-group-item-primary + .active.theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-group-item-primary + .active.theme-list-group-item-success, .list-group-horizontal-md > .theme-list-group-item-primary + .active.theme-list-group-item-secondary, .list-group-horizontal-md > .list-group-item + .active.theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-item + .active.theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-group-item-dark + .active.theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-group-item-light + .active.theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-group-item-info + .active.theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-group-item-warning + .active.theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-group-item-danger + .active.theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-group-item-success + .active.theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-group-item-secondary + .active.theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-group-item-primary + .active.theme-list-group-item-primary, .list-group-horizontal-md > .theme-list-group-item + .list-group-item.active, .list-group-horizontal-md > .theme-list-group-item + .active.theme-list-item, .list-group-horizontal-md > .theme-list-group-item + .active.theme-list-group-item-dark, .list-group-horizontal-md > .theme-list-group-item + .active.theme-list-group-item-light, .list-group-horizontal-md > .theme-list-group-item + .active.theme-list-group-item-info, .list-group-horizontal-md > .theme-list-group-item + .active.theme-list-group-item-warning, .list-group-horizontal-md > .theme-list-group-item + .active.theme-list-group-item-danger, .list-group-horizontal-md > .theme-list-group-item + .active.theme-list-group-item-success, .list-group-horizontal-md > .theme-list-group-item + .active.theme-list-group-item-secondary, .list-group-horizontal-md > .theme-list-group-item + .active.theme-list-group-item-primary, .list-group-horizontal-md > .list-group-item + .active.theme-list-group-item, .list-group-horizontal-md > .theme-list-item + .active.theme-list-group-item, .list-group-horizontal-md > .theme-list-group-item-dark + .active.theme-list-group-item, .list-group-horizontal-md > .theme-list-group-item-light + .active.theme-list-group-item, .list-group-horizontal-md > .theme-list-group-item-info + .active.theme-list-group-item, .list-group-horizontal-md > .theme-list-group-item-warning + .active.theme-list-group-item, .list-group-horizontal-md > .theme-list-group-item-danger + .active.theme-list-group-item, .list-group-horizontal-md > .theme-list-group-item-success + .active.theme-list-group-item, .list-group-horizontal-md > .theme-list-group-item-secondary + .active.theme-list-group-item, .list-group-horizontal-md > .theme-list-group-item-primary + .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-item:first-child:not(:last-child), .list-group-horizontal-lg > .theme-list-group-item-dark:first-child:not(:last-child), .list-group-horizontal-lg > .theme-list-group-item-light:first-child:not(:last-child), .list-group-horizontal-lg > .theme-list-group-item-info:first-child:not(:last-child), .list-group-horizontal-lg > .theme-list-group-item-warning:first-child:not(:last-child), .list-group-horizontal-lg > .theme-list-group-item-danger:first-child:not(:last-child), .list-group-horizontal-lg > .theme-list-group-item-success:first-child:not(:last-child), .list-group-horizontal-lg > .theme-list-group-item-secondary:first-child:not(:last-child), .list-group-horizontal-lg > .theme-list-group-item-primary: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-item:last-child:not(:first-child), .list-group-horizontal-lg > .theme-list-group-item-dark:last-child:not(:first-child), .list-group-horizontal-lg > .theme-list-group-item-light:last-child:not(:first-child), .list-group-horizontal-lg > .theme-list-group-item-info:last-child:not(:first-child), .list-group-horizontal-lg > .theme-list-group-item-warning:last-child:not(:first-child), .list-group-horizontal-lg > .theme-list-group-item-danger:last-child:not(:first-child), .list-group-horizontal-lg > .theme-list-group-item-success:last-child:not(:first-child), .list-group-horizontal-lg > .theme-list-group-item-secondary:last-child:not(:first-child), .list-group-horizontal-lg > .theme-list-group-item-primary: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-item, .list-group-horizontal-lg > .active.theme-list-group-item-dark, .list-group-horizontal-lg > .active.theme-list-group-item-light, .list-group-horizontal-lg > .active.theme-list-group-item-info, .list-group-horizontal-lg > .active.theme-list-group-item-warning, .list-group-horizontal-lg > .active.theme-list-group-item-danger, .list-group-horizontal-lg > .active.theme-list-group-item-success, .list-group-horizontal-lg > .active.theme-list-group-item-secondary, .list-group-horizontal-lg > .active.theme-list-group-item-primary, .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-item + .list-group-item, .list-group-horizontal-lg > .list-group-item + .theme-list-item, .list-group-horizontal-lg > .theme-list-item + .theme-list-item, .list-group-horizontal-lg > .theme-list-group-item-dark + .list-group-item, .list-group-horizontal-lg > .theme-list-group-item-dark + .theme-list-item, .list-group-horizontal-lg > .list-group-item + .theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-item + .theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-group-item-dark + .theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-group-item-light + .list-group-item, .list-group-horizontal-lg > .theme-list-group-item-light + .theme-list-item, .list-group-horizontal-lg > .theme-list-group-item-light + .theme-list-group-item-dark, .list-group-horizontal-lg > .list-group-item + .theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-item + .theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-group-item-dark + .theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-group-item-light + .theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-group-item-info + .list-group-item, .list-group-horizontal-lg > .theme-list-group-item-info + .theme-list-item, .list-group-horizontal-lg > .theme-list-group-item-info + .theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-group-item-info + .theme-list-group-item-light, .list-group-horizontal-lg > .list-group-item + .theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-item + .theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-group-item-dark + .theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-group-item-light + .theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-group-item-info + .theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-group-item-warning + .list-group-item, .list-group-horizontal-lg > .theme-list-group-item-warning + .theme-list-item, .list-group-horizontal-lg > .theme-list-group-item-warning + .theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-group-item-warning + .theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-group-item-warning + .theme-list-group-item-info, .list-group-horizontal-lg > .list-group-item + .theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-item + .theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-group-item-dark + .theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-group-item-light + .theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-group-item-info + .theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-group-item-warning + .theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-group-item-danger + .list-group-item, .list-group-horizontal-lg > .theme-list-group-item-danger + .theme-list-item, .list-group-horizontal-lg > .theme-list-group-item-danger + .theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-group-item-danger + .theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-group-item-danger + .theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-group-item-danger + .theme-list-group-item-warning, .list-group-horizontal-lg > .list-group-item + .theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-item + .theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-group-item-dark + .theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-group-item-light + .theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-group-item-info + .theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-group-item-warning + .theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-group-item-danger + .theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-group-item-success + .list-group-item, .list-group-horizontal-lg > .theme-list-group-item-success + .theme-list-item, .list-group-horizontal-lg > .theme-list-group-item-success + .theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-group-item-success + .theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-group-item-success + .theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-group-item-success + .theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-group-item-success + .theme-list-group-item-danger, .list-group-horizontal-lg > .list-group-item + .theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-item + .theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-group-item-dark + .theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-group-item-light + .theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-group-item-info + .theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-group-item-warning + .theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-group-item-danger + .theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-group-item-success + .theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-group-item-secondary + .list-group-item, .list-group-horizontal-lg > .theme-list-group-item-secondary + .theme-list-item, .list-group-horizontal-lg > .theme-list-group-item-secondary + .theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-group-item-secondary + .theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-group-item-secondary + .theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-group-item-secondary + .theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-group-item-secondary + .theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-group-item-secondary + .theme-list-group-item-success, .list-group-horizontal-lg > .list-group-item + .theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-item + .theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-group-item-dark + .theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-group-item-light + .theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-group-item-info + .theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-group-item-warning + .theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-group-item-danger + .theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-group-item-success + .theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-group-item-secondary + .theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-group-item-primary + .list-group-item, .list-group-horizontal-lg > .theme-list-group-item-primary + .theme-list-item, .list-group-horizontal-lg > .theme-list-group-item-primary + .theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-group-item-primary + .theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-group-item-primary + .theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-group-item-primary + .theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-group-item-primary + .theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-group-item-primary + .theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-group-item-primary + .theme-list-group-item-secondary, .list-group-horizontal-lg > .list-group-item + .theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-item + .theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-group-item-dark + .theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-group-item-light + .theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-group-item-info + .theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-group-item-warning + .theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-group-item-danger + .theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-group-item-success + .theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-group-item-secondary + .theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-group-item-primary + .theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-group-item + .list-group-item, .list-group-horizontal-lg > .theme-list-group-item + .theme-list-item, .list-group-horizontal-lg > .theme-list-group-item + .theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-group-item + .theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-group-item + .theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-group-item + .theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-group-item + .theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-group-item + .theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-group-item + .theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-group-item + .theme-list-group-item-primary, .list-group-horizontal-lg > .list-group-item + .theme-list-group-item, .list-group-horizontal-lg > .theme-list-item + .theme-list-group-item, .list-group-horizontal-lg > .theme-list-group-item-dark + .theme-list-group-item, .list-group-horizontal-lg > .theme-list-group-item-light + .theme-list-group-item, .list-group-horizontal-lg > .theme-list-group-item-info + .theme-list-group-item, .list-group-horizontal-lg > .theme-list-group-item-warning + .theme-list-group-item, .list-group-horizontal-lg > .theme-list-group-item-danger + .theme-list-group-item, .list-group-horizontal-lg > .theme-list-group-item-success + .theme-list-group-item, .list-group-horizontal-lg > .theme-list-group-item-secondary + .theme-list-group-item, .list-group-horizontal-lg > .theme-list-group-item-primary + .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-item + .list-group-item.active, .list-group-horizontal-lg > .list-group-item + .active.theme-list-item, .list-group-horizontal-lg > .theme-list-item + .active.theme-list-item, .list-group-horizontal-lg > .theme-list-group-item-dark + .list-group-item.active, .list-group-horizontal-lg > .theme-list-group-item-dark + .active.theme-list-item, .list-group-horizontal-lg > .list-group-item + .active.theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-item + .active.theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-group-item-dark + .active.theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-group-item-light + .list-group-item.active, .list-group-horizontal-lg > .theme-list-group-item-light + .active.theme-list-item, .list-group-horizontal-lg > .theme-list-group-item-light + .active.theme-list-group-item-dark, .list-group-horizontal-lg > .list-group-item + .active.theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-item + .active.theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-group-item-dark + .active.theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-group-item-light + .active.theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-group-item-info + .list-group-item.active, .list-group-horizontal-lg > .theme-list-group-item-info + .active.theme-list-item, .list-group-horizontal-lg > .theme-list-group-item-info + .active.theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-group-item-info + .active.theme-list-group-item-light, .list-group-horizontal-lg > .list-group-item + .active.theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-item + .active.theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-group-item-dark + .active.theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-group-item-light + .active.theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-group-item-info + .active.theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-group-item-warning + .list-group-item.active, .list-group-horizontal-lg > .theme-list-group-item-warning + .active.theme-list-item, .list-group-horizontal-lg > .theme-list-group-item-warning + .active.theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-group-item-warning + .active.theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-group-item-warning + .active.theme-list-group-item-info, .list-group-horizontal-lg > .list-group-item + .active.theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-item + .active.theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-group-item-dark + .active.theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-group-item-light + .active.theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-group-item-info + .active.theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-group-item-warning + .active.theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-group-item-danger + .list-group-item.active, .list-group-horizontal-lg > .theme-list-group-item-danger + .active.theme-list-item, .list-group-horizontal-lg > .theme-list-group-item-danger + .active.theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-group-item-danger + .active.theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-group-item-danger + .active.theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-group-item-danger + .active.theme-list-group-item-warning, .list-group-horizontal-lg > .list-group-item + .active.theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-item + .active.theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-group-item-dark + .active.theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-group-item-light + .active.theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-group-item-info + .active.theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-group-item-warning + .active.theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-group-item-danger + .active.theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-group-item-success + .list-group-item.active, .list-group-horizontal-lg > .theme-list-group-item-success + .active.theme-list-item, .list-group-horizontal-lg > .theme-list-group-item-success + .active.theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-group-item-success + .active.theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-group-item-success + .active.theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-group-item-success + .active.theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-group-item-success + .active.theme-list-group-item-danger, .list-group-horizontal-lg > .list-group-item + .active.theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-item + .active.theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-group-item-dark + .active.theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-group-item-light + .active.theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-group-item-info + .active.theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-group-item-warning + .active.theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-group-item-danger + .active.theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-group-item-success + .active.theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-group-item-secondary + .list-group-item.active, .list-group-horizontal-lg > .theme-list-group-item-secondary + .active.theme-list-item, .list-group-horizontal-lg > .theme-list-group-item-secondary + .active.theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-group-item-secondary + .active.theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-group-item-secondary + .active.theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-group-item-secondary + .active.theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-group-item-secondary + .active.theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-group-item-secondary + .active.theme-list-group-item-success, .list-group-horizontal-lg > .list-group-item + .active.theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-item + .active.theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-group-item-dark + .active.theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-group-item-light + .active.theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-group-item-info + .active.theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-group-item-warning + .active.theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-group-item-danger + .active.theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-group-item-success + .active.theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-group-item-secondary + .active.theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-group-item-primary + .list-group-item.active, .list-group-horizontal-lg > .theme-list-group-item-primary + .active.theme-list-item, .list-group-horizontal-lg > .theme-list-group-item-primary + .active.theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-group-item-primary + .active.theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-group-item-primary + .active.theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-group-item-primary + .active.theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-group-item-primary + .active.theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-group-item-primary + .active.theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-group-item-primary + .active.theme-list-group-item-secondary, .list-group-horizontal-lg > .list-group-item + .active.theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-item + .active.theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-group-item-dark + .active.theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-group-item-light + .active.theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-group-item-info + .active.theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-group-item-warning + .active.theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-group-item-danger + .active.theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-group-item-success + .active.theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-group-item-secondary + .active.theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-group-item-primary + .active.theme-list-group-item-primary, .list-group-horizontal-lg > .theme-list-group-item + .list-group-item.active, .list-group-horizontal-lg > .theme-list-group-item + .active.theme-list-item, .list-group-horizontal-lg > .theme-list-group-item + .active.theme-list-group-item-dark, .list-group-horizontal-lg > .theme-list-group-item + .active.theme-list-group-item-light, .list-group-horizontal-lg > .theme-list-group-item + .active.theme-list-group-item-info, .list-group-horizontal-lg > .theme-list-group-item + .active.theme-list-group-item-warning, .list-group-horizontal-lg > .theme-list-group-item + .active.theme-list-group-item-danger, .list-group-horizontal-lg > .theme-list-group-item + .active.theme-list-group-item-success, .list-group-horizontal-lg > .theme-list-group-item + .active.theme-list-group-item-secondary, .list-group-horizontal-lg > .theme-list-group-item + .active.theme-list-group-item-primary, .list-group-horizontal-lg > .list-group-item + .active.theme-list-group-item, .list-group-horizontal-lg > .theme-list-item + .active.theme-list-group-item, .list-group-horizontal-lg > .theme-list-group-item-dark + .active.theme-list-group-item, .list-group-horizontal-lg > .theme-list-group-item-light + .active.theme-list-group-item, .list-group-horizontal-lg > .theme-list-group-item-info + .active.theme-list-group-item, .list-group-horizontal-lg > .theme-list-group-item-warning + .active.theme-list-group-item, .list-group-horizontal-lg > .theme-list-group-item-danger + .active.theme-list-group-item, .list-group-horizontal-lg > .theme-list-group-item-success + .active.theme-list-group-item, .list-group-horizontal-lg > .theme-list-group-item-secondary + .active.theme-list-group-item, .list-group-horizontal-lg > .theme-list-group-item-primary + .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-item:first-child:not(:last-child), .list-group-horizontal-xl > .theme-list-group-item-dark:first-child:not(:last-child), .list-group-horizontal-xl > .theme-list-group-item-light:first-child:not(:last-child), .list-group-horizontal-xl > .theme-list-group-item-info:first-child:not(:last-child), .list-group-horizontal-xl > .theme-list-group-item-warning:first-child:not(:last-child), .list-group-horizontal-xl > .theme-list-group-item-danger:first-child:not(:last-child), .list-group-horizontal-xl > .theme-list-group-item-success:first-child:not(:last-child), .list-group-horizontal-xl > .theme-list-group-item-secondary:first-child:not(:last-child), .list-group-horizontal-xl > .theme-list-group-item-primary: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-item:last-child:not(:first-child), .list-group-horizontal-xl > .theme-list-group-item-dark:last-child:not(:first-child), .list-group-horizontal-xl > .theme-list-group-item-light:last-child:not(:first-child), .list-group-horizontal-xl > .theme-list-group-item-info:last-child:not(:first-child), .list-group-horizontal-xl > .theme-list-group-item-warning:last-child:not(:first-child), .list-group-horizontal-xl > .theme-list-group-item-danger:last-child:not(:first-child), .list-group-horizontal-xl > .theme-list-group-item-success:last-child:not(:first-child), .list-group-horizontal-xl > .theme-list-group-item-secondary:last-child:not(:first-child), .list-group-horizontal-xl > .theme-list-group-item-primary: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-item, .list-group-horizontal-xl > .active.theme-list-group-item-dark, .list-group-horizontal-xl > .active.theme-list-group-item-light, .list-group-horizontal-xl > .active.theme-list-group-item-info, .list-group-horizontal-xl > .active.theme-list-group-item-warning, .list-group-horizontal-xl > .active.theme-list-group-item-danger, .list-group-horizontal-xl > .active.theme-list-group-item-success, .list-group-horizontal-xl > .active.theme-list-group-item-secondary, .list-group-horizontal-xl > .active.theme-list-group-item-primary, .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-item + .list-group-item, .list-group-horizontal-xl > .list-group-item + .theme-list-item, .list-group-horizontal-xl > .theme-list-item + .theme-list-item, .list-group-horizontal-xl > .theme-list-group-item-dark + .list-group-item, .list-group-horizontal-xl > .theme-list-group-item-dark + .theme-list-item, .list-group-horizontal-xl > .list-group-item + .theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-item + .theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-group-item-dark + .theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-group-item-light + .list-group-item, .list-group-horizontal-xl > .theme-list-group-item-light + .theme-list-item, .list-group-horizontal-xl > .theme-list-group-item-light + .theme-list-group-item-dark, .list-group-horizontal-xl > .list-group-item + .theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-item + .theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-group-item-dark + .theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-group-item-light + .theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-group-item-info + .list-group-item, .list-group-horizontal-xl > .theme-list-group-item-info + .theme-list-item, .list-group-horizontal-xl > .theme-list-group-item-info + .theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-group-item-info + .theme-list-group-item-light, .list-group-horizontal-xl > .list-group-item + .theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-item + .theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-group-item-dark + .theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-group-item-light + .theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-group-item-info + .theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-group-item-warning + .list-group-item, .list-group-horizontal-xl > .theme-list-group-item-warning + .theme-list-item, .list-group-horizontal-xl > .theme-list-group-item-warning + .theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-group-item-warning + .theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-group-item-warning + .theme-list-group-item-info, .list-group-horizontal-xl > .list-group-item + .theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-item + .theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-group-item-dark + .theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-group-item-light + .theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-group-item-info + .theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-group-item-warning + .theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-group-item-danger + .list-group-item, .list-group-horizontal-xl > .theme-list-group-item-danger + .theme-list-item, .list-group-horizontal-xl > .theme-list-group-item-danger + .theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-group-item-danger + .theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-group-item-danger + .theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-group-item-danger + .theme-list-group-item-warning, .list-group-horizontal-xl > .list-group-item + .theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-item + .theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-group-item-dark + .theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-group-item-light + .theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-group-item-info + .theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-group-item-warning + .theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-group-item-danger + .theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-group-item-success + .list-group-item, .list-group-horizontal-xl > .theme-list-group-item-success + .theme-list-item, .list-group-horizontal-xl > .theme-list-group-item-success + .theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-group-item-success + .theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-group-item-success + .theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-group-item-success + .theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-group-item-success + .theme-list-group-item-danger, .list-group-horizontal-xl > .list-group-item + .theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-item + .theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-group-item-dark + .theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-group-item-light + .theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-group-item-info + .theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-group-item-warning + .theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-group-item-danger + .theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-group-item-success + .theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-group-item-secondary + .list-group-item, .list-group-horizontal-xl > .theme-list-group-item-secondary + .theme-list-item, .list-group-horizontal-xl > .theme-list-group-item-secondary + .theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-group-item-secondary + .theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-group-item-secondary + .theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-group-item-secondary + .theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-group-item-secondary + .theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-group-item-secondary + .theme-list-group-item-success, .list-group-horizontal-xl > .list-group-item + .theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-item + .theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-group-item-dark + .theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-group-item-light + .theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-group-item-info + .theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-group-item-warning + .theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-group-item-danger + .theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-group-item-success + .theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-group-item-secondary + .theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-group-item-primary + .list-group-item, .list-group-horizontal-xl > .theme-list-group-item-primary + .theme-list-item, .list-group-horizontal-xl > .theme-list-group-item-primary + .theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-group-item-primary + .theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-group-item-primary + .theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-group-item-primary + .theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-group-item-primary + .theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-group-item-primary + .theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-group-item-primary + .theme-list-group-item-secondary, .list-group-horizontal-xl > .list-group-item + .theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-item + .theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-group-item-dark + .theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-group-item-light + .theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-group-item-info + .theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-group-item-warning + .theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-group-item-danger + .theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-group-item-success + .theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-group-item-secondary + .theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-group-item-primary + .theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-group-item + .list-group-item, .list-group-horizontal-xl > .theme-list-group-item + .theme-list-item, .list-group-horizontal-xl > .theme-list-group-item + .theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-group-item + .theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-group-item + .theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-group-item + .theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-group-item + .theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-group-item + .theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-group-item + .theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-group-item + .theme-list-group-item-primary, .list-group-horizontal-xl > .list-group-item + .theme-list-group-item, .list-group-horizontal-xl > .theme-list-item + .theme-list-group-item, .list-group-horizontal-xl > .theme-list-group-item-dark + .theme-list-group-item, .list-group-horizontal-xl > .theme-list-group-item-light + .theme-list-group-item, .list-group-horizontal-xl > .theme-list-group-item-info + .theme-list-group-item, .list-group-horizontal-xl > .theme-list-group-item-warning + .theme-list-group-item, .list-group-horizontal-xl > .theme-list-group-item-danger + .theme-list-group-item, .list-group-horizontal-xl > .theme-list-group-item-success + .theme-list-group-item, .list-group-horizontal-xl > .theme-list-group-item-secondary + .theme-list-group-item, .list-group-horizontal-xl > .theme-list-group-item-primary + .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-item + .list-group-item.active, .list-group-horizontal-xl > .list-group-item + .active.theme-list-item, .list-group-horizontal-xl > .theme-list-item + .active.theme-list-item, .list-group-horizontal-xl > .theme-list-group-item-dark + .list-group-item.active, .list-group-horizontal-xl > .theme-list-group-item-dark + .active.theme-list-item, .list-group-horizontal-xl > .list-group-item + .active.theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-item + .active.theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-group-item-dark + .active.theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-group-item-light + .list-group-item.active, .list-group-horizontal-xl > .theme-list-group-item-light + .active.theme-list-item, .list-group-horizontal-xl > .theme-list-group-item-light + .active.theme-list-group-item-dark, .list-group-horizontal-xl > .list-group-item + .active.theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-item + .active.theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-group-item-dark + .active.theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-group-item-light + .active.theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-group-item-info + .list-group-item.active, .list-group-horizontal-xl > .theme-list-group-item-info + .active.theme-list-item, .list-group-horizontal-xl > .theme-list-group-item-info + .active.theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-group-item-info + .active.theme-list-group-item-light, .list-group-horizontal-xl > .list-group-item + .active.theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-item + .active.theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-group-item-dark + .active.theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-group-item-light + .active.theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-group-item-info + .active.theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-group-item-warning + .list-group-item.active, .list-group-horizontal-xl > .theme-list-group-item-warning + .active.theme-list-item, .list-group-horizontal-xl > .theme-list-group-item-warning + .active.theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-group-item-warning + .active.theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-group-item-warning + .active.theme-list-group-item-info, .list-group-horizontal-xl > .list-group-item + .active.theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-item + .active.theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-group-item-dark + .active.theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-group-item-light + .active.theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-group-item-info + .active.theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-group-item-warning + .active.theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-group-item-danger + .list-group-item.active, .list-group-horizontal-xl > .theme-list-group-item-danger + .active.theme-list-item, .list-group-horizontal-xl > .theme-list-group-item-danger + .active.theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-group-item-danger + .active.theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-group-item-danger + .active.theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-group-item-danger + .active.theme-list-group-item-warning, .list-group-horizontal-xl > .list-group-item + .active.theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-item + .active.theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-group-item-dark + .active.theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-group-item-light + .active.theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-group-item-info + .active.theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-group-item-warning + .active.theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-group-item-danger + .active.theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-group-item-success + .list-group-item.active, .list-group-horizontal-xl > .theme-list-group-item-success + .active.theme-list-item, .list-group-horizontal-xl > .theme-list-group-item-success + .active.theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-group-item-success + .active.theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-group-item-success + .active.theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-group-item-success + .active.theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-group-item-success + .active.theme-list-group-item-danger, .list-group-horizontal-xl > .list-group-item + .active.theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-item + .active.theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-group-item-dark + .active.theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-group-item-light + .active.theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-group-item-info + .active.theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-group-item-warning + .active.theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-group-item-danger + .active.theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-group-item-success + .active.theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-group-item-secondary + .list-group-item.active, .list-group-horizontal-xl > .theme-list-group-item-secondary + .active.theme-list-item, .list-group-horizontal-xl > .theme-list-group-item-secondary + .active.theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-group-item-secondary + .active.theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-group-item-secondary + .active.theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-group-item-secondary + .active.theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-group-item-secondary + .active.theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-group-item-secondary + .active.theme-list-group-item-success, .list-group-horizontal-xl > .list-group-item + .active.theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-item + .active.theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-group-item-dark + .active.theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-group-item-light + .active.theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-group-item-info + .active.theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-group-item-warning + .active.theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-group-item-danger + .active.theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-group-item-success + .active.theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-group-item-secondary + .active.theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-group-item-primary + .list-group-item.active, .list-group-horizontal-xl > .theme-list-group-item-primary + .active.theme-list-item, .list-group-horizontal-xl > .theme-list-group-item-primary + .active.theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-group-item-primary + .active.theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-group-item-primary + .active.theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-group-item-primary + .active.theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-group-item-primary + .active.theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-group-item-primary + .active.theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-group-item-primary + .active.theme-list-group-item-secondary, .list-group-horizontal-xl > .list-group-item + .active.theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-item + .active.theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-group-item-dark + .active.theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-group-item-light + .active.theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-group-item-info + .active.theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-group-item-warning + .active.theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-group-item-danger + .active.theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-group-item-success + .active.theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-group-item-secondary + .active.theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-group-item-primary + .active.theme-list-group-item-primary, .list-group-horizontal-xl > .theme-list-group-item + .list-group-item.active, .list-group-horizontal-xl > .theme-list-group-item + .active.theme-list-item, .list-group-horizontal-xl > .theme-list-group-item + .active.theme-list-group-item-dark, .list-group-horizontal-xl > .theme-list-group-item + .active.theme-list-group-item-light, .list-group-horizontal-xl > .theme-list-group-item + .active.theme-list-group-item-info, .list-group-horizontal-xl > .theme-list-group-item + .active.theme-list-group-item-warning, .list-group-horizontal-xl > .theme-list-group-item + .active.theme-list-group-item-danger, .list-group-horizontal-xl > .theme-list-group-item + .active.theme-list-group-item-success, .list-group-horizontal-xl > .theme-list-group-item + .active.theme-list-group-item-secondary, .list-group-horizontal-xl > .theme-list-group-item + .active.theme-list-group-item-primary, .list-group-horizontal-xl > .list-group-item + .active.theme-list-group-item, .list-group-horizontal-xl > .theme-list-item + .active.theme-list-group-item, .list-group-horizontal-xl > .theme-list-group-item-dark + .active.theme-list-group-item, .list-group-horizontal-xl > .theme-list-group-item-light + .active.theme-list-group-item, .list-group-horizontal-xl > .theme-list-group-item-info + .active.theme-list-group-item, .list-group-horizontal-xl > .theme-list-group-item-warning + .active.theme-list-group-item, .list-group-horizontal-xl > .theme-list-group-item-danger + .active.theme-list-group-item, .list-group-horizontal-xl > .theme-list-group-item-success + .active.theme-list-group-item, .list-group-horizontal-xl > .theme-list-group-item-secondary + .active.theme-list-group-item, .list-group-horizontal-xl > .theme-list-group-item-primary + .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-item:first-child:not(:last-child), .list-group-horizontal-xxl > .theme-list-group-item-dark:first-child:not(:last-child), .list-group-horizontal-xxl > .theme-list-group-item-light:first-child:not(:last-child), .list-group-horizontal-xxl > .theme-list-group-item-info:first-child:not(:last-child), .list-group-horizontal-xxl > .theme-list-group-item-warning:first-child:not(:last-child), .list-group-horizontal-xxl > .theme-list-group-item-danger:first-child:not(:last-child), .list-group-horizontal-xxl > .theme-list-group-item-success:first-child:not(:last-child), .list-group-horizontal-xxl > .theme-list-group-item-secondary:first-child:not(:last-child), .list-group-horizontal-xxl > .theme-list-group-item-primary: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-item:last-child:not(:first-child), .list-group-horizontal-xxl > .theme-list-group-item-dark:last-child:not(:first-child), .list-group-horizontal-xxl > .theme-list-group-item-light:last-child:not(:first-child), .list-group-horizontal-xxl > .theme-list-group-item-info:last-child:not(:first-child), .list-group-horizontal-xxl > .theme-list-group-item-warning:last-child:not(:first-child), .list-group-horizontal-xxl > .theme-list-group-item-danger:last-child:not(:first-child), .list-group-horizontal-xxl > .theme-list-group-item-success:last-child:not(:first-child), .list-group-horizontal-xxl > .theme-list-group-item-secondary:last-child:not(:first-child), .list-group-horizontal-xxl > .theme-list-group-item-primary: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-item, .list-group-horizontal-xxl > .active.theme-list-group-item-dark, .list-group-horizontal-xxl > .active.theme-list-group-item-light, .list-group-horizontal-xxl > .active.theme-list-group-item-info, .list-group-horizontal-xxl > .active.theme-list-group-item-warning, .list-group-horizontal-xxl > .active.theme-list-group-item-danger, .list-group-horizontal-xxl > .active.theme-list-group-item-success, .list-group-horizontal-xxl > .active.theme-list-group-item-secondary, .list-group-horizontal-xxl > .active.theme-list-group-item-primary, .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-item + .list-group-item, .list-group-horizontal-xxl > .list-group-item + .theme-list-item, .list-group-horizontal-xxl > .theme-list-item + .theme-list-item, .list-group-horizontal-xxl > .theme-list-group-item-dark + .list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-dark + .theme-list-item, .list-group-horizontal-xxl > .list-group-item + .theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-item + .theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-group-item-dark + .theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-group-item-light + .list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-light + .theme-list-item, .list-group-horizontal-xxl > .theme-list-group-item-light + .theme-list-group-item-dark, .list-group-horizontal-xxl > .list-group-item + .theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-item + .theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-group-item-dark + .theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-group-item-light + .theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-group-item-info + .list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-info + .theme-list-item, .list-group-horizontal-xxl > .theme-list-group-item-info + .theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-group-item-info + .theme-list-group-item-light, .list-group-horizontal-xxl > .list-group-item + .theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-item + .theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-group-item-dark + .theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-group-item-light + .theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-group-item-info + .theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-group-item-warning + .list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-warning + .theme-list-item, .list-group-horizontal-xxl > .theme-list-group-item-warning + .theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-group-item-warning + .theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-group-item-warning + .theme-list-group-item-info, .list-group-horizontal-xxl > .list-group-item + .theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-item + .theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-group-item-dark + .theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-group-item-light + .theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-group-item-info + .theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-group-item-warning + .theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-group-item-danger + .list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-danger + .theme-list-item, .list-group-horizontal-xxl > .theme-list-group-item-danger + .theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-group-item-danger + .theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-group-item-danger + .theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-group-item-danger + .theme-list-group-item-warning, .list-group-horizontal-xxl > .list-group-item + .theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-item + .theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-group-item-dark + .theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-group-item-light + .theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-group-item-info + .theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-group-item-warning + .theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-group-item-danger + .theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-group-item-success + .list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-success + .theme-list-item, .list-group-horizontal-xxl > .theme-list-group-item-success + .theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-group-item-success + .theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-group-item-success + .theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-group-item-success + .theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-group-item-success + .theme-list-group-item-danger, .list-group-horizontal-xxl > .list-group-item + .theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-item + .theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-group-item-dark + .theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-group-item-light + .theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-group-item-info + .theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-group-item-warning + .theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-group-item-danger + .theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-group-item-success + .theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .theme-list-item, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .theme-list-group-item-success, .list-group-horizontal-xxl > .list-group-item + .theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-item + .theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-group-item-dark + .theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-group-item-light + .theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-group-item-info + .theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-group-item-warning + .theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-group-item-danger + .theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-group-item-success + .theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-group-item-primary + .list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-primary + .theme-list-item, .list-group-horizontal-xxl > .theme-list-group-item-primary + .theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-group-item-primary + .theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-group-item-primary + .theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-group-item-primary + .theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-group-item-primary + .theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-group-item-primary + .theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-group-item-primary + .theme-list-group-item-secondary, .list-group-horizontal-xxl > .list-group-item + .theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-item + .theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-group-item-dark + .theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-group-item-light + .theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-group-item-info + .theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-group-item-warning + .theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-group-item-danger + .theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-group-item-success + .theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-group-item-primary + .theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-group-item + .list-group-item, .list-group-horizontal-xxl > .theme-list-group-item + .theme-list-item, .list-group-horizontal-xxl > .theme-list-group-item + .theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-group-item + .theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-group-item + .theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-group-item + .theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-group-item + .theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-group-item + .theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-group-item + .theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-group-item + .theme-list-group-item-primary, .list-group-horizontal-xxl > .list-group-item + .theme-list-group-item, .list-group-horizontal-xxl > .theme-list-item + .theme-list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-dark + .theme-list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-light + .theme-list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-info + .theme-list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-warning + .theme-list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-danger + .theme-list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-success + .theme-list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .theme-list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-primary + .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-item + .list-group-item.active, .list-group-horizontal-xxl > .list-group-item + .active.theme-list-item, .list-group-horizontal-xxl > .theme-list-item + .active.theme-list-item, .list-group-horizontal-xxl > .theme-list-group-item-dark + .list-group-item.active, .list-group-horizontal-xxl > .theme-list-group-item-dark + .active.theme-list-item, .list-group-horizontal-xxl > .list-group-item + .active.theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-item + .active.theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-group-item-dark + .active.theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-group-item-light + .list-group-item.active, .list-group-horizontal-xxl > .theme-list-group-item-light + .active.theme-list-item, .list-group-horizontal-xxl > .theme-list-group-item-light + .active.theme-list-group-item-dark, .list-group-horizontal-xxl > .list-group-item + .active.theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-item + .active.theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-group-item-dark + .active.theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-group-item-light + .active.theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-group-item-info + .list-group-item.active, .list-group-horizontal-xxl > .theme-list-group-item-info + .active.theme-list-item, .list-group-horizontal-xxl > .theme-list-group-item-info + .active.theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-group-item-info + .active.theme-list-group-item-light, .list-group-horizontal-xxl > .list-group-item + .active.theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-item + .active.theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-group-item-dark + .active.theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-group-item-light + .active.theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-group-item-info + .active.theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-group-item-warning + .list-group-item.active, .list-group-horizontal-xxl > .theme-list-group-item-warning + .active.theme-list-item, .list-group-horizontal-xxl > .theme-list-group-item-warning + .active.theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-group-item-warning + .active.theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-group-item-warning + .active.theme-list-group-item-info, .list-group-horizontal-xxl > .list-group-item + .active.theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-item + .active.theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-group-item-dark + .active.theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-group-item-light + .active.theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-group-item-info + .active.theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-group-item-warning + .active.theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-group-item-danger + .list-group-item.active, .list-group-horizontal-xxl > .theme-list-group-item-danger + .active.theme-list-item, .list-group-horizontal-xxl > .theme-list-group-item-danger + .active.theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-group-item-danger + .active.theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-group-item-danger + .active.theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-group-item-danger + .active.theme-list-group-item-warning, .list-group-horizontal-xxl > .list-group-item + .active.theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-item + .active.theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-group-item-dark + .active.theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-group-item-light + .active.theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-group-item-info + .active.theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-group-item-warning + .active.theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-group-item-danger + .active.theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-group-item-success + .list-group-item.active, .list-group-horizontal-xxl > .theme-list-group-item-success + .active.theme-list-item, .list-group-horizontal-xxl > .theme-list-group-item-success + .active.theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-group-item-success + .active.theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-group-item-success + .active.theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-group-item-success + .active.theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-group-item-success + .active.theme-list-group-item-danger, .list-group-horizontal-xxl > .list-group-item + .active.theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-item + .active.theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-group-item-dark + .active.theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-group-item-light + .active.theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-group-item-info + .active.theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-group-item-warning + .active.theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-group-item-danger + .active.theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-group-item-success + .active.theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .list-group-item.active, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .active.theme-list-item, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .active.theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .active.theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .active.theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .active.theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .active.theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .active.theme-list-group-item-success, .list-group-horizontal-xxl > .list-group-item + .active.theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-item + .active.theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-group-item-dark + .active.theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-group-item-light + .active.theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-group-item-info + .active.theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-group-item-warning + .active.theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-group-item-danger + .active.theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-group-item-success + .active.theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .active.theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-group-item-primary + .list-group-item.active, .list-group-horizontal-xxl > .theme-list-group-item-primary + .active.theme-list-item, .list-group-horizontal-xxl > .theme-list-group-item-primary + .active.theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-group-item-primary + .active.theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-group-item-primary + .active.theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-group-item-primary + .active.theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-group-item-primary + .active.theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-group-item-primary + .active.theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-group-item-primary + .active.theme-list-group-item-secondary, .list-group-horizontal-xxl > .list-group-item + .active.theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-item + .active.theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-group-item-dark + .active.theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-group-item-light + .active.theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-group-item-info + .active.theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-group-item-warning + .active.theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-group-item-danger + .active.theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-group-item-success + .active.theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .active.theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-group-item-primary + .active.theme-list-group-item-primary, .list-group-horizontal-xxl > .theme-list-group-item + .list-group-item.active, .list-group-horizontal-xxl > .theme-list-group-item + .active.theme-list-item, .list-group-horizontal-xxl > .theme-list-group-item + .active.theme-list-group-item-dark, .list-group-horizontal-xxl > .theme-list-group-item + .active.theme-list-group-item-light, .list-group-horizontal-xxl > .theme-list-group-item + .active.theme-list-group-item-info, .list-group-horizontal-xxl > .theme-list-group-item + .active.theme-list-group-item-warning, .list-group-horizontal-xxl > .theme-list-group-item + .active.theme-list-group-item-danger, .list-group-horizontal-xxl > .theme-list-group-item + .active.theme-list-group-item-success, .list-group-horizontal-xxl > .theme-list-group-item + .active.theme-list-group-item-secondary, .list-group-horizontal-xxl > .theme-list-group-item + .active.theme-list-group-item-primary, .list-group-horizontal-xxl > .list-group-item + .active.theme-list-group-item, .list-group-horizontal-xxl > .theme-list-item + .active.theme-list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-dark + .active.theme-list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-light + .active.theme-list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-info + .active.theme-list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-warning + .active.theme-list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-danger + .active.theme-list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-success + .active.theme-list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-secondary + .active.theme-list-group-item, .list-group-horizontal-xxl > .theme-list-group-item-primary + .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, .list-group-flush > .theme-list-item, .list-group-flush > .theme-list-group-item-dark, .list-group-flush > .theme-list-group-item-light, .list-group-flush > .theme-list-group-item-info, .list-group-flush > .theme-list-group-item-warning, .list-group-flush > .theme-list-group-item-danger, .list-group-flush > .theme-list-group-item-success, .list-group-flush > .theme-list-group-item-secondary, .list-group-flush > .theme-list-group-item-primary, .theme-list-group-flush > .list-group-item, .theme-list-group-flush > .theme-list-item, .theme-list-group-flush > .theme-list-group-item-dark, .theme-list-group-flush > .theme-list-group-item-light, .theme-list-group-flush > .theme-list-group-item-info, .theme-list-group-flush > .theme-list-group-item-warning, .theme-list-group-flush > .theme-list-group-item-danger, .theme-list-group-flush > .theme-list-group-item-success, .theme-list-group-flush > .theme-list-group-item-secondary, .theme-list-group-flush > .theme-list-group-item-primary, .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, .list-group-flush > .theme-list-item:last-child, .list-group-flush > .theme-list-group-item-dark:last-child, .list-group-flush > .theme-list-group-item-light:last-child, .list-group-flush > .theme-list-group-item-info:last-child, .list-group-flush > .theme-list-group-item-warning:last-child, .list-group-flush > .theme-list-group-item-danger:last-child, .list-group-flush > .theme-list-group-item-success:last-child, .list-group-flush > .theme-list-group-item-secondary:last-child, .list-group-flush > .theme-list-group-item-primary:last-child, .theme-list-group-flush > .list-group-item:last-child, .theme-list-group-flush > .theme-list-item:last-child, .theme-list-group-flush > .theme-list-group-item-dark:last-child, .theme-list-group-flush > .theme-list-group-item-light:last-child, .theme-list-group-flush > .theme-list-group-item-info:last-child, .theme-list-group-flush > .theme-list-group-item-warning:last-child, .theme-list-group-flush > .theme-list-group-item-danger:last-child, .theme-list-group-flush > .theme-list-group-item-success:last-child, .theme-list-group-flush > .theme-list-group-item-secondary:last-child, .theme-list-group-flush > .theme-list-group-item-primary: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 {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.btn-close, .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, .placeholder.theme-button::before, .btn.theme-placeholder::before, .theme-placeholder.theme-button::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 {
  --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 {
  --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 {
  --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 {
  --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 {
  --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 {
  --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 {
  --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 {
  --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;
  }
}
[data-controller*=map]:not(.spinner-border):not(.theme-spinner-border):not(.spinner-grow):not(.theme-spinner-grow),
[data-controller*=map] *:not(.spinner-border):not(.theme-spinner-border):not(.spinner-grow):not(.theme-spinner-grow),
.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]:not(.spinner-border):not(.theme-spinner-border):not(.spinner-grow):not(.theme-spinner-grow).leaflet-zoom-anim,
[data-controller*=map] *:not(.spinner-border):not(.theme-spinner-border):not(.spinner-grow):not(.theme-spinner-grow).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]:not(.spinner-border):not(.theme-spinner-border):not(.spinner-grow):not(.theme-spinner-grow).leaflet-fade-anim,
[data-controller*=map] *:not(.spinner-border):not(.theme-spinner-border):not(.spinner-grow):not(.theme-spinner-grow).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: transparent;
  --bs-backdrop-opacity: 0;
  --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%);
  --theme-alert-primary-bg: #cfe2ff;
  --theme-alert-primary-border: #b6d4fe;
  --theme-alert-primary-color: #084298;
  --theme-alert-secondary-bg: #e2e3e5;
  --theme-alert-secondary-border: #d3d6d8;
  --theme-alert-secondary-color: #41464b;
  --theme-alert-success-bg: #d1e7dd;
  --theme-alert-success-border: #badbcc;
  --theme-alert-success-color: #0f5132;
  --theme-alert-danger-bg: #f8d7da;
  --theme-alert-danger-border: #f5c2c7;
  --theme-alert-danger-color: #842029;
  --theme-alert-warning-bg: #fff3cd;
  --theme-alert-warning-border: #ffecb5;
  --theme-alert-warning-color: #664d03;
  --theme-alert-info-bg: #cff4fc;
  --theme-alert-info-border: #b6effb;
  --theme-alert-info-color: #055160;
  --theme-alert-light-bg: #fefefe;
  --theme-alert-light-border: #fdfdfe;
  --theme-alert-light-color: #636464;
  --theme-alert-dark-bg: #d3d3d4;
  --theme-alert-dark-border: #bcbebf;
  --theme-alert-dark-color: #141619;
  --theme-badge-primary-bg: #0d6efd;
  --theme-badge-primary-color: #ffffff;
  --theme-badge-secondary-bg: #6c757d;
  --theme-badge-secondary-color: #ffffff;
  --theme-badge-success-bg: #198754;
  --theme-badge-success-color: #ffffff;
  --theme-badge-danger-bg: #dc3545;
  --theme-badge-danger-color: #ffffff;
  --theme-badge-warning-bg: #ffc107;
  --theme-badge-warning-color: #000000;
  --theme-badge-info-bg: #0dcaf0;
  --theme-badge-info-color: #000000;
  --theme-badge-light-bg: #f8f9fa;
  --theme-badge-light-color: #000000;
  --theme-badge-dark-bg: #212529;
  --theme-badge-dark-color: #ffffff;
  --theme-list-group-primary-bg: #cfe2ff;
  --theme-list-group-primary-border: #b6d4fe;
  --theme-list-group-primary-color: #084298;
  --theme-list-group-secondary-bg: #e2e3e5;
  --theme-list-group-secondary-border: #d3d6d8;
  --theme-list-group-secondary-color: #41464b;
  --theme-list-group-success-bg: #d1e7dd;
  --theme-list-group-success-border: #badbcc;
  --theme-list-group-success-color: #0f5132;
  --theme-list-group-danger-bg: #f8d7da;
  --theme-list-group-danger-border: #f5c2c7;
  --theme-list-group-danger-color: #842029;
  --theme-list-group-warning-bg: #fff3cd;
  --theme-list-group-warning-border: #ffecb5;
  --theme-list-group-warning-color: #664d03;
  --theme-list-group-info-bg: #cff4fc;
  --theme-list-group-info-border: #b6effb;
  --theme-list-group-info-color: #055160;
  --theme-list-group-light-bg: #fefefe;
  --theme-list-group-light-border: #fdfdfe;
  --theme-list-group-light-color: #636464;
  --theme-list-group-dark-bg: #d3d3d4;
  --theme-list-group-dark-border: #bcbebf;
  --theme-list-group-dark-color: #141619;
  --theme-text-body: #212529;
  --theme-text-muted: #6c757d;
  --theme-text-primary-color: #0d6efd;
  --theme-text-secondary-color: #6c757d;
  --theme-text-success-color: #198754;
  --theme-text-danger-color: #dc3545;
  --theme-text-warning-color: #664d03;
  --theme-text-info-color: #055160;
  --theme-text-light-color: #f8f9fa;
  --theme-text-dark-color: #212529;
}
[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: transparent;
  --bs-backdrop-opacity: 0;
  --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-alert-primary-bg: #1e3a5f;
  --theme-alert-primary-border: #2d5a8c;
  --theme-alert-primary-color: #8bb9fe;
  --theme-alert-secondary-bg: #3a3d40;
  --theme-alert-secondary-border: #4d5154;
  --theme-alert-secondary-color: #c2c3c5;
  --theme-alert-success-bg: #143424;
  --theme-alert-success-border: #1d4a34;
  --theme-alert-success-color: #75b798;
  --theme-alert-danger-bg: #4a1e22;
  --theme-alert-danger-border: #6a2c31;
  --theme-alert-danger-color: #e88b91;
  --theme-alert-warning-bg: #4a3d0a;
  --theme-alert-warning-border: #6a5810;
  --theme-alert-warning-color: #ffc107;
  --theme-alert-info-bg: #093a44;
  --theme-alert-info-border: #0d5260;
  --theme-alert-info-color: #6edff6;
  --theme-alert-light-bg: #495057;
  --theme-alert-light-border: #6c757d;
  --theme-alert-light-color: #f8f9fa;
  --theme-alert-dark-bg: #1a1d20;
  --theme-alert-dark-border: #32373c;
  --theme-alert-dark-color: #d3d3d4;
  --theme-badge-primary-bg: #3d8bfd;
  --theme-badge-primary-color: #ffffff;
  --theme-badge-secondary-bg: #7b838a;
  --theme-badge-secondary-color: #ffffff;
  --theme-badge-success-bg: #20a869;
  --theme-badge-success-color: #ffffff;
  --theme-badge-danger-bg: #e35d6a;
  --theme-badge-danger-color: #ffffff;
  --theme-badge-warning-bg: #e5ac00;
  --theme-badge-warning-color: #000000;
  --theme-badge-info-bg: #31d6f4;
  --theme-badge-info-color: #000000;
  --theme-badge-light-bg: #495057;
  --theme-badge-light-color: #f8f9fa;
  --theme-badge-dark-bg: #343a40;
  --theme-badge-dark-color: #f8f9fa;
  --theme-list-group-primary-bg: #1e3a5f;
  --theme-list-group-primary-border: #2d5a8c;
  --theme-list-group-primary-color: #8bb9fe;
  --theme-list-group-secondary-bg: #3a3d40;
  --theme-list-group-secondary-border: #4d5154;
  --theme-list-group-secondary-color: #c2c3c5;
  --theme-list-group-success-bg: #143424;
  --theme-list-group-success-border: #1d4a34;
  --theme-list-group-success-color: #75b798;
  --theme-list-group-danger-bg: #4a1e22;
  --theme-list-group-danger-border: #6a2c31;
  --theme-list-group-danger-color: #e88b91;
  --theme-list-group-warning-bg: #4a3d0a;
  --theme-list-group-warning-border: #6a5810;
  --theme-list-group-warning-color: #ffc107;
  --theme-list-group-info-bg: #093a44;
  --theme-list-group-info-border: #0d5260;
  --theme-list-group-info-color: #6edff6;
  --theme-list-group-light-bg: #495057;
  --theme-list-group-light-border: #6c757d;
  --theme-list-group-light-color: #f8f9fa;
  --theme-list-group-dark-bg: #1a1d20;
  --theme-list-group-dark-border: #32373c;
  --theme-list-group-dark-color: #d3d3d4;
  --theme-text-body: #f8f9fa;
  --theme-text-muted: #adb5bd;
  --theme-text-primary-color: #6ea8fe;
  --theme-text-secondary-color: #a7acb1;
  --theme-text-success-color: #75b798;
  --theme-text-danger-color: #ea868f;
  --theme-text-warning-color: #ffda6a;
  --theme-text-info-color: #6edff6;
  --theme-text-light-color: #f8f9fa;
  --theme-text-dark-color: #adb5bd;
}
.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);
}
.theme-bg-primary {
  background-color: #0d6efd !important;
  background-color: var(--bs-primary) !important;
}
.theme-bg-secondary {
  background-color: #6c757d !important;
  background-color: var(--bs-secondary) !important;
}
.theme-bg-success {
  background-color: #198754 !important;
  background-color: var(--bs-success) !important;
}
.theme-bg-danger {
  background-color: #dc3545 !important;
  background-color: var(--bs-danger) !important;
}
.theme-bg-warning {
  background-color: #ffc107 !important;
  background-color: var(--bs-warning) !important;
}
.theme-bg-info {
  background-color: #0dcaf0 !important;
  background-color: var(--bs-info) !important;
}
.theme-bg-light {
  background-color: #f8f9fa !important;
  background-color: var(--bs-light) !important;
}
.theme-bg-dark {
  background-color: #212529 !important;
  background-color: var(--bs-dark) !important;
}
.theme-bg-primary-opacity-10 {
  background-color: rgba(13, 110, 253, 0.1) !important;
  background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
}
.theme-bg-success-opacity-10 {
  background-color: rgba(25, 135, 84, 0.1) !important;
  background-color: rgba(var(--bs-success-rgb), 0.1) !important;
}
.theme-bg-info-opacity-10 {
  background-color: rgba(13, 202, 240, 0.1) !important;
  background-color: rgba(var(--bs-info-rgb), 0.1) !important;
}
.theme-bg-warning-opacity-10 {
  background-color: rgba(255, 193, 7, 0.1) !important;
  background-color: rgba(var(--bs-warning-rgb), 0.1) !important;
}
.theme-bg-danger-opacity-10 {
  background-color: rgba(220, 53, 69, 0.1) !important;
  background-color: rgba(var(--bs-danger-rgb), 0.1) !important;
}
.theme-bg-secondary-opacity-10 {
  background-color: rgba(108, 117, 125, 0.1) !important;
  background-color: rgba(var(--bs-secondary-rgb), 0.1) !important;
}
.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,
a .badge,
a.badge,
.badge a {
  text-decoration: none;
  border-bottom: none;
}
.badge:hover, .badge:focus, .badge:active, .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,
.badge a:focus,
.badge a:active,
.badge a:focus-visible {
  text-decoration: none;
  border-bottom: none;
}
@media (min-width: 992px) {
  .theme-table-desktop .theme-table-row {
    -webkit-transition: background-color 0.15s ease-in-out, border-radius 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-radius 0.15s ease-in-out;
    -webkit-transition: background-color var(--transition-fast), border-radius var(--transition-fast);
    transition: background-color var(--transition-fast), border-radius var(--transition-fast);
  }
  .theme-table-desktop .theme-table-row:hover {
    background-color: #e9ecef;
    background-color: var(--bs-secondary-bg);
    border-radius: 0.375rem;
    border-radius: var(--border-radius-md, 0.375rem);
    margin: 0 -0.5rem;
    padding: 0.5rem;
  }
  .theme-table-desktop .theme-table-actions {
    opacity: 0.7;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity var(--transition-fast);
    transition: opacity var(--transition-fast);
  }
  .theme-table-desktop .theme-table-actions:hover {
    opacity: 1;
  }
}
[data-bs-theme=dark] .theme-table-desktop .theme-table-row:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.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-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 {
  position: relative;
  padding: 1rem 1rem;
  padding: var(--bs-alert-padding-y, 1rem) var(--bs-alert-padding-x, 1rem);
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius, 0.375rem);
}
.theme-alert-primary {
  background-color: var(--theme-alert-primary-bg);
  border-color: var(--theme-alert-primary-border);
  color: var(--theme-alert-primary-color);
}
.theme-alert-primary .alert-link {
  color: var(--theme-alert-primary-color);
  font-weight: 700;
}
.theme-alert-secondary {
  background-color: var(--theme-alert-secondary-bg);
  border-color: var(--theme-alert-secondary-border);
  color: var(--theme-alert-secondary-color);
}
.theme-alert-secondary .alert-link {
  color: var(--theme-alert-secondary-color);
  font-weight: 700;
}
.theme-alert-success {
  background-color: var(--theme-alert-success-bg);
  border-color: var(--theme-alert-success-border);
  color: var(--theme-alert-success-color);
}
.theme-alert-success .alert-link {
  color: var(--theme-alert-success-color);
  font-weight: 700;
}
.theme-alert-danger {
  background-color: var(--theme-alert-danger-bg);
  border-color: var(--theme-alert-danger-border);
  color: var(--theme-alert-danger-color);
}
.theme-alert-danger .alert-link {
  color: var(--theme-alert-danger-color);
  font-weight: 700;
}
.theme-alert-warning {
  background-color: var(--theme-alert-warning-bg);
  border-color: var(--theme-alert-warning-border);
  color: var(--theme-alert-warning-color);
}
.theme-alert-warning .alert-link {
  color: var(--theme-alert-warning-color);
  font-weight: 700;
}
.theme-alert-info {
  background-color: var(--theme-alert-info-bg);
  border-color: var(--theme-alert-info-border);
  color: var(--theme-alert-info-color);
}
.theme-alert-info .alert-link {
  color: var(--theme-alert-info-color);
  font-weight: 700;
}
.theme-alert-light {
  background-color: var(--theme-alert-light-bg);
  border-color: var(--theme-alert-light-border);
  color: var(--theme-alert-light-color);
}
.theme-alert-light .alert-link {
  color: var(--theme-alert-light-color);
  font-weight: 700;
}
.theme-alert-dark {
  background-color: var(--theme-alert-dark-bg);
  border-color: var(--theme-alert-dark-border);
  color: var(--theme-alert-dark-color);
}
.theme-alert-dark .alert-link {
  color: var(--theme-alert-dark-color);
  font-weight: 700;
}
.theme-badge, .theme-badge-light, .theme-badge-info, .theme-badge-warning, .theme-badge-danger, .theme-badge-success, .theme-badge-secondary, .theme-badge-primary {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius, 0.375rem);
  text-decoration: none;
}
.theme-badge-primary {
  background-color: var(--theme-badge-primary-bg);
  color: var(--theme-badge-primary-color);
}
.theme-badge-secondary {
  background-color: var(--theme-badge-secondary-bg);
  color: var(--theme-badge-secondary-color);
}
.theme-badge-success {
  background-color: var(--theme-badge-success-bg);
  color: var(--theme-badge-success-color);
}
.theme-badge-danger {
  background-color: var(--theme-badge-danger-bg);
  color: var(--theme-badge-danger-color);
}
.theme-badge-warning {
  background-color: var(--theme-badge-warning-bg);
  color: var(--theme-badge-warning-color);
}
.theme-badge-info {
  background-color: var(--theme-badge-info-bg);
  color: var(--theme-badge-info-color);
}
.theme-badge-light {
  background-color: var(--theme-badge-light-bg);
  color: var(--theme-badge-light-color);
}
.theme-rounded-pill {
  border-radius: 50rem;
}
.theme-text {
  color: var(--theme-text-body);
}
.theme-text-primary {
  color: var(--theme-text-primary) !important;
}
.theme-text-secondary {
  color: var(--theme-text-secondary) !important;
}
.theme-text-muted {
  color: var(--theme-text-muted) !important;
}
.theme-text-body {
  color: var(--theme-text-body) !important;
}
.theme-text-primary-color {
  color: var(--theme-text-primary-color) !important;
}
.theme-text-secondary-color {
  color: var(--theme-text-secondary-color) !important;
}
.theme-text-success {
  color: var(--theme-text-success-color) !important;
}
.theme-text-danger {
  color: var(--theme-text-danger-color) !important;
}
.theme-text-warning {
  color: var(--theme-text-warning-color) !important;
}
.theme-text-info {
  color: var(--theme-text-info-color) !important;
}
.theme-text-light {
  color: var(--theme-text-light-color) !important;
}
.theme-text-dark {
  color: var(--theme-text-dark-color) !important;
}
.theme-list-group-item-primary {
  background-color: var(--theme-list-group-primary-bg);
  border-color: var(--theme-list-group-primary-border);
  color: var(--theme-list-group-primary-color);
}
.theme-list-group-item-secondary {
  background-color: var(--theme-list-group-secondary-bg);
  border-color: var(--theme-list-group-secondary-border);
  color: var(--theme-list-group-secondary-color);
}
.theme-list-group-item-success {
  background-color: var(--theme-list-group-success-bg);
  border-color: var(--theme-list-group-success-border);
  color: var(--theme-list-group-success-color);
}
.theme-list-group-item-danger {
  background-color: var(--theme-list-group-danger-bg);
  border-color: var(--theme-list-group-danger-border);
  color: var(--theme-list-group-danger-color);
}
.theme-list-group-item-warning {
  background-color: var(--theme-list-group-warning-bg);
  border-color: var(--theme-list-group-warning-border);
  color: var(--theme-list-group-warning-color);
}
.theme-list-group-item-info {
  background-color: var(--theme-list-group-info-bg);
  border-color: var(--theme-list-group-info-border);
  color: var(--theme-list-group-info-color);
}
.theme-list-group-item-light {
  background-color: var(--theme-list-group-light-bg);
  border-color: var(--theme-list-group-light-border);
  color: var(--theme-list-group-light-color);
}
.theme-list-group-item-dark {
  background-color: var(--theme-list-group-dark-bg);
  border-color: var(--theme-list-group-dark-border);
  color: var(--theme-list-group-dark-color);
}
.theme-dropdown-menu {
  z-index: 1050 !important;
}
.theme-text-truncate {
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-bg-secondary {
  background-color: var(--theme-bg-secondary) !important;
}
.theme-bg-primary {
  background-color: var(--theme-bg-primary) !important;
}
.theme-hover-bg {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.theme-hover-bg:hover {
  background-color: #f8f9fa;
  background-color: var(--bs-tertiary-bg);
}
.theme-link:not(.btn):not(.theme-button):not(.theme-btn):not(.theme-btn-primary):not(.theme-btn-secondary):not(.theme-btn-success):not(.theme-btn-danger):not(.theme-btn-warning):not(.theme-btn-info):not(.theme-btn-light):not(.theme-btn-dark):not(.theme-btn-outline-primary):not(.theme-btn-outline-secondary):not(.theme-btn-outline-success):not(.theme-btn-outline-danger):not(.theme-btn-outline-warning):not(.theme-btn-outline-info):not(.theme-btn-outline-light):not(.theme-btn-outline-dark) {
  color: #0d6efd;
  color: var(--bs-link-color);
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.theme-link:not(.btn):not(.theme-button):not(.theme-btn):not(.theme-btn-primary):not(.theme-btn-secondary):not(.theme-btn-success):not(.theme-btn-danger):not(.theme-btn-warning):not(.theme-btn-info):not(.theme-btn-light):not(.theme-btn-dark):not(.theme-btn-outline-primary):not(.theme-btn-outline-secondary):not(.theme-btn-outline-success):not(.theme-btn-outline-danger):not(.theme-btn-outline-warning):not(.theme-btn-outline-info):not(.theme-btn-outline-light):not(.theme-btn-outline-dark):hover {
  color: rgb(10.4, 88, 202.4);
  color: var(--bs-link-hover-color);
  text-decoration: underline;
}
.theme-divider {
  border-top: 1px solid #dee2e6;
  border-top: 1px solid var(--bs-border-color);
  opacity: 0.25;
}
.theme-text-white {
  color: #fff !important;
}
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;
}
:root {
  --z-base: 0;
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  --z-mobile-nav: 1080;
  --z-mobile-bottom-nav: 1090;
  --z-mobile-loading: 9999;
  --z-offcanvas: 1045;
  --z-toast: 1085;
  --z-offcanvas-backdrop: 1042;
  --z-modal-backdrop: 1040;
  --z-card-focus: 10;
  --z-autocomplete: 1050;
  --z-map-marker: 1055;
  --z-notification: 1082;
  --z-loading-overlay: 9998;
  --z-swipe-actions: 500;
  --z-swipe-content: 1000;
}
.z-dropdown {
  z-index: 1000;
  z-index: var(--z-dropdown);
}
.z-sticky {
  z-index: 1020;
  z-index: var(--z-sticky);
}
.z-fixed {
  z-index: 1030;
  z-index: var(--z-fixed);
}
.z-modal-backdrop {
  z-index: 1040;
  z-index: var(--z-modal-backdrop);
}
.z-modal {
  z-index: 1050;
  z-index: var(--z-modal);
}
.z-popover {
  z-index: 1060;
  z-index: var(--z-popover);
}
.z-tooltip {
  z-index: 1070;
  z-index: var(--z-tooltip);
}
.z-mobile-nav {
  z-index: 1080;
  z-index: var(--z-mobile-nav);
}
.z-mobile-bottom-nav {
  z-index: 1090;
  z-index: var(--z-mobile-bottom-nav);
}
.z-mobile-loading {
  z-index: 9999;
  z-index: var(--z-mobile-loading);
}
.z-offcanvas {
  z-index: 1045;
  z-index: var(--z-offcanvas);
}
.z-toast {
  z-index: 1085;
  z-index: var(--z-toast);
}
.z-card-focus {
  z-index: 10;
  z-index: var(--z-card-focus);
}
.z-autocomplete {
  z-index: 1050;
  z-index: var(--z-autocomplete);
}
.z-map-marker {
  z-index: 1055;
  z-index: var(--z-map-marker);
}
.z-notification {
  z-index: 1082;
  z-index: var(--z-notification);
}
.z-loading-overlay {
  z-index: 9998;
  z-index: var(--z-loading-overlay);
}
.z-swipe-actions {
  z-index: 500;
  z-index: var(--z-swipe-actions);
}
.z-swipe-content {
  z-index: 1000;
  z-index: var(--z-swipe-content);
}
:root {
  --border-radius-xs: 0.125rem;
  --border-radius-sm: 0.25rem;
  --border-radius-md: 0.375rem;
  --border-radius-lg: 0.5rem;
  --border-radius-xl: 1rem;
  --border-radius-2xl: 1.5rem;
  --border-radius-pill: 50rem;
  --border-radius-card: 0.75rem;
  --border-radius-modal: 0.75rem;
  --border-radius-input: 0.5rem;
  --border-radius-btn: 0.5rem;
  --border-radius-mobile: 0.75rem;
  --border-radius-sm-mobile: 0.375rem;
}
.border-radius-xs {
  border-radius: 0.125rem;
  border-radius: var(--border-radius-xs);
}
.border-radius-sm {
  border-radius: 0.25rem;
  border-radius: var(--border-radius-sm);
}
.border-radius-md {
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
}
.border-radius-lg {
  border-radius: 0.5rem;
  border-radius: var(--border-radius-lg);
}
.border-radius-xl {
  border-radius: 1rem;
  border-radius: var(--border-radius-xl);
}
.border-radius-2xl {
  border-radius: 1.5rem;
  border-radius: var(--border-radius-2xl);
}
.border-radius-pill {
  border-radius: 50rem;
  border-radius: var(--border-radius-pill);
}
.border-radius-card {
  border-radius: 0.75rem;
  border-radius: var(--border-radius-card);
}
.border-radius-modal {
  border-radius: 0.75rem;
  border-radius: var(--border-radius-modal);
}
.border-radius-input {
  border-radius: 0.5rem;
  border-radius: var(--border-radius-input);
}
.border-radius-btn {
  border-radius: 0.5rem;
  border-radius: var(--border-radius-btn);
}
.border-radius-mobile {
  border-radius: 0.75rem;
  border-radius: var(--border-radius-mobile);
}
.border-radius-sm-mobile {
  border-radius: 0.375rem;
  border-radius: var(--border-radius-sm-mobile);
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  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(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-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;
  }
}
@-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 slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-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);
  }
}
@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 pulse-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
            box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0.7);
            box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
            box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
    -webkit-box-shadow: 0 0 0 10px rgba(var(--bs-danger-rgb), 0);
            box-shadow: 0 0 0 10px rgba(var(--bs-danger-rgb), 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
            box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0);
            box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0);
  }
}
@keyframes pulse-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
            box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0.7);
            box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
            box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
    -webkit-box-shadow: 0 0 0 10px rgba(var(--bs-danger-rgb), 0);
            box-shadow: 0 0 0 10px rgba(var(--bs-danger-rgb), 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
            box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0);
            box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0);
  }
}
@-webkit-keyframes fadeInMobile {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@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);
  }
}
@-webkit-keyframes scalePop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scalePop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.animate-scale-pop {
  -webkit-animation: scalePop 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: scalePop 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@-webkit-keyframes loadingDots {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes loadingDots {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes loadingPulse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
}
@keyframes loadingPulse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
}
@-webkit-keyframes loadingBars {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loadingBars {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loadingSkeleton {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes loadingSkeleton {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@-webkit-keyframes loadingProgress {
  0% {
    width: 0%;
  }
  50% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}
@keyframes loadingProgress {
  0% {
    width: 0%;
  }
  50% {
    width: 70%;
  }
  100% {
    width: 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;
  }
}
@-webkit-keyframes notificationProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes notificationProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-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;
  }
}
@-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: "...";
  }
}
@-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 threadPanelSlideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes threadPanelSlideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes mapNotificationSlideIn {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mapNotificationSlideIn {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-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);
  }
}
@-webkit-keyframes popupFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes popupFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes mobileSlideIn {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mobileSlideIn {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes mobileSlideOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes mobileSlideOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes mobileSlideInReverse {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mobileSlideInReverse {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes mobileSlideOutReverse {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes mobileSlideOutReverse {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes mapMarkerPulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.7;
  }
}
@keyframes mapMarkerPulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.7;
  }
}
@-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);
  }
}
@-webkit-keyframes shimmer {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes shimmer {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes cardSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes cardSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutScale {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes fadeOutScale {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.address-dedup-fade-out {
  -webkit-animation: fadeOutScale 0.3s ease-out forwards;
          animation: fadeOutScale 0.3s ease-out forwards;
}
@media (max-width: 768px) {
  .mobile-slide-in {
    -webkit-animation: mobileSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: mobileSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  .mobile-slide-out {
    -webkit-animation: mobileSlideOut 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: mobileSlideOut 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  .mobile-slide-in-reverse {
    -webkit-animation: mobileSlideInReverse 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: mobileSlideInReverse 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  .mobile-slide-out-reverse {
    -webkit-animation: mobileSlideOutReverse 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: mobileSlideOutReverse 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
}
.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-y: auto !important;
  -ms-scroll-chaining: none !important;
      overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
}
.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-w-320 {
  min-width: 320px;
}
.min-h-0 {
  min-height: 0;
}
.min-h-120 {
  min-height: 120px;
}
.min-h-400 {
  min-height: 400px;
}
.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: 100dvh;
  }
  .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: 100dvh;
    border-radius: 0;
  }
}
.messaging-sidebar {
  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;
}
.gmnoscreen,
.gm-style .gmnoscreen,
div.gmnoscreen {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
}
.gm-control-active img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  display: none !important;
  max-width: none !important;
  max-height: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
  pointer-events: none !important;
}
.gm-control-active img:nth-child(1) {
  display: block !important;
}
.gm-control-active:hover img:nth-child(1) {
  display: none !important;
}
.gm-control-active:hover img:nth-child(2) {
  display: block !important;
}
.gm-control-active:active img:nth-child(1),
.gm-control-active:active img:nth-child(2) {
  display: none !important;
}
.gm-control-active:active img:nth-child(3) {
  display: block !important;
}
.gm-control-active[disabled] img {
  display: none !important;
}
.gm-control-active[disabled] img:last-child {
  display: block !important;
}
.quote-update-col-bw {
  width: 180px;
}
.quote-update-col-price {
  width: 140px;
}
.quote-update-col-term {
  width: 90px;
}
.quote-update-header {
  border-top: 4px solid #0d6efd;
  border-top: 4px solid var(--bs-primary);
  background: rgba(255, 255, 255, 0.7) !important;
  background: rgba(var(--bs-body-bg-rgb), 0.7) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(13, 110, 253, 0.1);
  border: 1px solid rgba(var(--bs-primary-rgb), 0.1);
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}
.quote-update-deadline-badge {
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  background-color: var(--theme-alert-danger-bg);
  color: var(--theme-alert-danger-color);
  font-weight: 600;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.quote-update-count-badge {
  font-size: 0.8rem;
  padding: 0.4rem 0.8rem;
  border-radius: 50px;
  background-color: var(--theme-alert-primary-bg);
  color: var(--theme-alert-primary-color);
  font-weight: 500;
}
.quote-update-location-card {
  overflow: hidden;
  border-radius: 12px !important;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.175) !important;
  border: 1px solid var(--bs-border-color-translucent) !important;
}
.quote-update-map-container {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.175);
  border-bottom: 1px solid var(--bs-border-color-translucent);
  height: 200px;
}
.quote-update-map-container a {
  display: block;
  height: 100%;
}
.quote-update-map-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.quote-update-map-img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.quote-update-map-overlay {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}
.quote-update-location-badge {
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  background-color: rgba(13, 110, 253, 0.9);
  background-color: rgba(var(--bs-primary-rgb), 0.9);
  color: #white;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.quote-update-submit-card {
  border-top: 4px solid #198754;
  border-top: 4px solid var(--bs-success, #10b981);
  border-radius: 12px !important;
  -webkit-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05) !important;
}
.quote-update-item-card {
  border-left: 4px solid #dee2e6 !important;
  border-left: 4px solid var(--bs-border-color, #e2e8f0) !important;
  border-radius: 10px !important;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border: 1px solid var(--bs-border-color-translucent);
}
.quote-update-item-card:hover {
  border-left-color: #0d6efd !important;
  border-left-color: var(--bs-primary) !important;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.1);
  background-color: rgba(13, 110, 253, 0.02) !important;
  background-color: rgba(var(--bs-primary-rgb), 0.02) !important;
}
.quote-update-item-card.quote-update-row-complete {
  border-left-color: #198754 !important;
  border-left-color: var(--bs-success, #10b981) !important;
  background-color: rgba(16, 185, 129, 0.04) !important;
  border-color: rgba(16, 185, 129, 0.2) !important;
}
.quote-update-item-card.quote-update-row-saved {
  border-left-color: #3b82f6 !important;
  background-color: rgba(59, 130, 246, 0.04) !important;
  border-color: rgba(59, 130, 246, 0.2) !important;
}
.quote-update-saved-badge {
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
  border-radius: 50px;
  background-color: #3b82f6;
  color: #fff;
  font-weight: 600;
  margin-left: 0.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-animation: quote-update-pop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: quote-update-pop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.quote-update-saved-badge i {
  font-size: 0.6rem;
  margin-right: 0.25rem;
}
@media (max-width: 991.98px) {
  .quote-update-col-bw,
  .quote-update-col-price,
  .quote-update-col-term {
    width: auto;
    min-width: 80px;
  }
}
.quote-update-progress-0 {
  width: 0%;
}
.quote-update-progress-5 {
  width: 5%;
}
.quote-update-progress-10 {
  width: 10%;
}
.quote-update-progress-15 {
  width: 15%;
}
.quote-update-progress-20 {
  width: 20%;
}
.quote-update-progress-25 {
  width: 25%;
}
.quote-update-progress-30 {
  width: 30%;
}
.quote-update-progress-35 {
  width: 35%;
}
.quote-update-progress-40 {
  width: 40%;
}
.quote-update-progress-45 {
  width: 45%;
}
.quote-update-progress-50 {
  width: 50%;
}
.quote-update-progress-55 {
  width: 55%;
}
.quote-update-progress-60 {
  width: 60%;
}
.quote-update-progress-65 {
  width: 65%;
}
.quote-update-progress-70 {
  width: 70%;
}
.quote-update-progress-75 {
  width: 75%;
}
.quote-update-progress-80 {
  width: 80%;
}
.quote-update-progress-85 {
  width: 85%;
}
.quote-update-progress-90 {
  width: 90%;
}
.quote-update-progress-95 {
  width: 95%;
}
.quote-update-progress-100 {
  width: 100%;
}
.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;
}
.quote-update-progress {
  height: 8px;
  border-radius: 50px;
  overflow: hidden;
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg, #f1f5f9);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}
.quote-update-progress-bar {
  height: 100%;
  border-radius: 50px;
  -webkit-transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease;
  transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease;
  background-image: -webkit-gradient(linear, left top, right top, from(#0d6efd), to(#3b82f6));
  background-image: linear-gradient(90deg, #0d6efd, #3b82f6);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--bs-primary)), to(#3b82f6));
  background-image: linear-gradient(90deg, var(--bs-primary), #3b82f6);
  -webkit-box-shadow: 0 0 10px rgba(13, 110, 253, 0.2);
          box-shadow: 0 0 10px rgba(13, 110, 253, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(var(--bs-primary-rgb), 0.2);
          box-shadow: 0 0 10px rgba(var(--bs-primary-rgb), 0.2);
}
.quote-update-progress-bar.bg-success {
  background-image: -webkit-gradient(linear, left top, right top, from(#10b981), to(#059669)) !important;
  background-image: linear-gradient(90deg, #10b981, #059669) !important;
}
.quote-update-progress-bar.bg-warning {
  background-image: -webkit-gradient(linear, left top, right top, from(#f59e0b), to(#d97706)) !important;
  background-image: linear-gradient(90deg, #f59e0b, #d97706) !important;
}
.quote-update-progress-bar.bg-danger {
  background-image: -webkit-gradient(linear, left top, right top, from(#ef4444), to(#dc2626)) !important;
  background-image: linear-gradient(90deg, #ef4444, #dc2626) !important;
}
.quote-update-row-complete .quote-update-complete-indicator {
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-animation: quote-update-pop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: quote-update-pop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.quote-update-complete-indicator {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  font-size: 0.85rem;
  -webkit-box-shadow: 0 4px 6px -1px rgba(16, 185, 129, 0.4);
          box-shadow: 0 4px 6px -1px rgba(16, 185, 129, 0.4);
}
@-webkit-keyframes quote-update-pop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes quote-update-pop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes quote-update-fade-up {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes quote-update-fade-up {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.quote-update-fade-in {
  -webkit-animation: quote-update-fade-up 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
          animation: quote-update-fade-up 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.quote-update-delay-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.quote-update-delay-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.quote-update-delay-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.quote-update-delay-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.quote-update-delay-5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.quote-update-delay-6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.quote-update-delay-7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.quote-update-delay-8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.quote-update-delay-9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.quote-update-delay-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.quote-update-apply-all {
  font-size: 0.8rem;
  padding: 0.4rem 0.8rem;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 500;
}
.quote-update-applied {
  background-color: #198754 !important;
  background-color: var(--bs-success, #10b981) !important;
  border-color: #198754 !important;
  border-color: var(--bs-success, #10b981) !important;
  color: #fff !important;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.quote-update-submit-ready {
  -webkit-animation: quote-update-pulse 2s infinite;
          animation: quote-update-pulse 2s infinite;
}
@-webkit-keyframes quote-update-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.4);
            box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0.4);
            box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(13, 110, 253, 0);
            box-shadow: 0 0 0 10px rgba(13, 110, 253, 0);
    -webkit-box-shadow: 0 0 0 10px rgba(var(--bs-primary-rgb), 0);
            box-shadow: 0 0 0 10px rgba(var(--bs-primary-rgb), 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
            box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0);
            box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0);
  }
}
@keyframes quote-update-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.4);
            box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0.4);
            box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(13, 110, 253, 0);
            box-shadow: 0 0 0 10px rgba(13, 110, 253, 0);
    -webkit-box-shadow: 0 0 0 10px rgba(var(--bs-primary-rgb), 0);
            box-shadow: 0 0 0 10px rgba(var(--bs-primary-rgb), 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
            box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0);
            box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0);
  }
}
.quote-update-progress-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.175);
  border-bottom: 1px solid var(--bs-border-color-translucent);
  background-color: rgba(33, 37, 41, 0.01);
  background-color: rgba(var(--bs-body-color-rgb), 0.01);
}
.rotate-15 {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.tracking-wider {
  letter-spacing: 0.1rem;
}
.avatar-5rem {
  width: 5rem;
  height: 5rem;
}
@-webkit-keyframes fadeInMoveUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInMoveUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animate__fadeIn {
  -webkit-animation: fadeInMoveUp 0.6s ease-out forwards;
          animation: fadeInMoveUp 0.6s ease-out forwards;
}
@-webkit-keyframes softPulse {
  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);
  }
}
@keyframes softPulse {
  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);
  }
}
.animate__pulse {
  -webkit-animation: softPulse 2s infinite;
          animation: softPulse 2s infinite;
}
.icon-xs {
  width: 0.75rem;
  height: 0.75rem;
}
.icon-sm {
  width: 12px;
  height: 12px;
}
.icon-md {
  width: 1rem;
  height: 1rem;
}
.icon-lg {
  width: 2rem;
  height: 2rem;
}
.icon-xl {
  font-size: 2rem;
}
.icon-xxl {
  font-size: 4rem;
}
.fs-icon-xs {
  font-size: 0.5rem;
}
.fs-icon-sm {
  font-size: 0.75rem;
}
.fs-icon-md {
  font-size: 0.8rem;
}
.text-truncate-150 {
  max-width: 150px;
}
.text-truncate-200 {
  max-width: 200px;
}
.text-truncate-60 {
  max-width: 60%;
}
.pre-line-height-1-6 {
  white-space: pre-line;
  line-height: 1.6;
}
.map-container-lg {
  width: 1200px;
  height: 1000px;
}
.map-container-md {
  width: 1000px;
  height: 800px;
}
.map-container-sm {
  height: 400px;
}
.d-block-important {
  display: block !important;
}
.cursor-pointer {
  cursor: pointer;
}
.opacity-30 {
  opacity: 0.3;
}
.min-width-0 {
  min-width: 0;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.resize-none {
  resize: none;
}
.max-h-200 {
  max-height: 200px !important;
}
.max-h-250 {
  max-height: 250px !important;
}
.max-h-300 {
  max-height: 300px !important;
}
.max-h-400 {
  max-height: 400px !important;
}
.max-h-500 {
  max-height: 500px !important;
}
.min-w-200 {
  min-width: 200px !important;
}
.min-w-220 {
  min-width: 220px !important;
}
.min-w-250 {
  min-width: 250px !important;
}
.min-w-300 {
  min-width: 300px !important;
}
.min-w-400 {
  min-width: 400px !important;
}
.min-w-500 {
  min-width: 500px !important;
}
.min-w-600 {
  min-width: 600px !important;
}
.min-w-700 {
  min-width: 700px !important;
}
.min-w-800 {
  min-width: 800px !important;
}
.transition-rotate {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
}
[aria-expanded=true] .transition-rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.smaller-icon {
  font-size: 0.75rem;
}
.animate-pulse {
  -webkit-animation: pulse 2s infinite ease-in-out;
          animation: pulse 2s infinite ease-in-out;
}
.avatar-40 {
  width: 40px;
  height: 40px;
}
.search-container .card, .search-container .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);
}
.search-container .search-form-compact .form-control-sm {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.search-container .search-form-compact .form-check-sm .form-check-input, .search-container .search-form-compact .form-check-sm .theme-form-check-input {
  width: 0.875em;
  height: 0.875em;
  margin-top: 0.1875em;
}
.search-container .search-form-compact .form-check-sm .form-check-label {
  font-size: 0.875rem;
  margin-left: 0.25rem;
}
.search-container .search-form-compact .row.g-1 > * {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.search-container .search-form-compact .row.g-2 > * {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.search-container .search-form-compact:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.search-container .search-form .form-label, .search-container .search-form .theme-form-label {
  font-weight: 500;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}
.search-container .search-form .form-control, .search-container .search-form .theme-form-control {
  border-radius: 0.375rem;
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
}
.search-container .search-form .form-control:focus, .search-container .search-form .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);
}
.search-container .search-form .form-control::-webkit-input-placeholder, .search-container .search-form .theme-form-control::-webkit-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-style: italic;
}
.search-container .search-form .form-control::-moz-placeholder, .search-container .search-form .theme-form-control::-moz-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-style: italic;
}
.search-container .search-form .form-control:-ms-input-placeholder, .search-container .search-form .theme-form-control:-ms-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-style: italic;
}
.search-container .search-form .form-control::-ms-input-placeholder, .search-container .search-form .theme-form-control::-ms-input-placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-style: italic;
}
.search-container .search-form .form-control::placeholder, .search-container .search-form .theme-form-control::placeholder {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-style: italic;
}
.filter-card .card-header, .filter-card .theme-card-header {
  background-color: var(--bs-card-cap-bg);
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
}
.filter-card .card-header h6, .filter-card .theme-card-header h6, .filter-card .card-header .h6, .filter-card .theme-card-header .h6 {
  color: #212529;
  color: var(--bs-body-color);
  font-weight: 600;
}
.filter-card .card-header h6 i, .filter-card .theme-card-header h6 i, .filter-card .card-header .h6 i, .filter-card .theme-card-header .h6 i {
  color: #0d6efd;
  color: var(--primary);
}
.filter-card .form-check, .filter-card .theme-form-check {
  margin-bottom: 0.5rem;
}
.filter-card .form-check .form-check-input, .filter-card .theme-form-check .form-check-input, .filter-card .form-check .theme-form-check-input, .filter-card .theme-form-check .theme-form-check-input {
  border-radius: 0.25rem;
  border: 2px solid #dee2e6;
  border: 2px solid var(--bs-border-color);
}
.filter-card .form-check .form-check-input:checked, .filter-card .theme-form-check .form-check-input:checked, .filter-card .form-check .theme-form-check-input:checked, .filter-card .theme-form-check .theme-form-check-input:checked {
  background-color: #0d6efd;
  background-color: var(--primary);
  border-color: #0d6efd;
  border-color: var(--primary);
}
.filter-card .form-check .form-check-input:focus, .filter-card .theme-form-check .form-check-input:focus, .filter-card .form-check .theme-form-check-input:focus, .filter-card .theme-form-check .theme-form-check-input: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);
}
.filter-card .form-check .form-check-label, .filter-card .theme-form-check .form-check-label {
  font-size: 0.875rem;
  color: #212529;
  color: var(--bs-body-color);
  cursor: pointer;
}
.filter-card .form-check .form-check-label:hover, .filter-card .theme-form-check .form-check-label:hover {
  color: #0d6efd;
  color: var(--primary);
}
.section-header h6.text-muted, .section-header .text-muted.h6 {
  border-bottom: 2px solid #0d6efd;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.section-header h6.text-muted i, .section-header .text-muted.h6 i {
  color: #0d6efd;
  color: var(--primary);
}
.autocomplete-dropdown .dropdown-menu, .autocomplete-dropdown .theme-dropdown-menu {
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1050;
}
.autocomplete-dropdown .dropdown-menu .dropdown-item, .autocomplete-dropdown .theme-dropdown-menu .dropdown-item, .autocomplete-dropdown .dropdown-menu .theme-dropdown-item, .autocomplete-dropdown .theme-dropdown-menu .theme-dropdown-item {
  padding: 0.5rem 1rem;
}
.autocomplete-dropdown .dropdown-menu .dropdown-item:hover, .autocomplete-dropdown .theme-dropdown-menu .dropdown-item:hover, .autocomplete-dropdown .dropdown-menu .theme-dropdown-item:hover, .autocomplete-dropdown .theme-dropdown-menu .theme-dropdown-item:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  color: #0d6efd;
  color: var(--primary);
}
.search-loading .form-control, .search-loading .theme-form-control, .search-loading .btn, .search-loading .theme-btn, .search-loading .theme-btn-primary, .search-loading .theme-btn-secondary, .search-loading .theme-btn-success, .search-loading .theme-btn-danger, .search-loading .theme-btn-warning, .search-loading .theme-btn-info, .search-loading .theme-btn-light, .search-loading .theme-btn-dark, .search-loading .theme-btn-outline-primary, .search-loading .theme-btn-outline-secondary, .search-loading .theme-btn-outline-success, .search-loading .theme-btn-outline-danger, .search-loading .theme-btn-outline-warning, .search-loading .theme-btn-outline-info, .search-loading .theme-btn-outline-light, .search-loading .theme-btn-outline-dark, .search-loading .theme-button {
  opacity: 0.6;
  pointer-events: none;
}
.search-loading .spinner {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(33, 37, 41, 0.75);
  border: 2px solid var(--bs-secondary-color);
  border-top: 2px solid #0d6efd;
  border-top: 2px solid var(--primary);
  border-radius: 50%;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.clear-button .btn-outline-secondary:hover, .clear-button .theme-btn-outline-secondary:hover {
  background-color: #6c757d;
  background-color: var(--bs-secondary);
  border-color: #6c757d;
  border-color: var(--bs-secondary);
  color: white;
}
.filter-count {
  position: relative;
}
.filter-count::after {
  content: attr(data-count);
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #dc3545;
  background-color: var(--danger);
  color: white;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 1rem;
  min-width: 1.5rem;
  text-align: center;
  display: none;
}
.filter-count.has-filters::after {
  display: block;
}
@media (min-width: 992px) {
  .responsive-card-height .card.h-100, .responsive-card-height .h-100.theme-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .responsive-card-height .card.h-100 .card-body, .responsive-card-height .h-100.theme-card .card-body, .responsive-card-height .card.h-100 .theme-card-body, .responsive-card-height .h-100.theme-card .theme-card-body, .responsive-card-height .card.h-100 .theme-body, .responsive-card-height .h-100.theme-card .theme-body {
    -ms-flex: 1 1;
        flex: 1 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media print {
  .quotes-search .btn, .quotes-search .theme-btn, .quotes-search .theme-btn-primary, .quotes-search .theme-btn-secondary, .quotes-search .theme-btn-success, .quotes-search .theme-btn-danger, .quotes-search .theme-btn-warning, .quotes-search .theme-btn-info, .quotes-search .theme-btn-light, .quotes-search .theme-btn-dark, .quotes-search .theme-btn-outline-primary, .quotes-search .theme-btn-outline-secondary, .quotes-search .theme-btn-outline-success, .quotes-search .theme-btn-outline-danger, .quotes-search .theme-btn-outline-warning, .quotes-search .theme-btn-outline-info, .quotes-search .theme-btn-outline-light, .quotes-search .theme-btn-outline-dark, .quotes-search .theme-button, .quotes-search .card-header, .quotes-search .theme-card-header,
  .customers-search .btn,
  .customers-search .theme-btn,
  .customers-search .theme-btn-primary,
  .customers-search .theme-btn-secondary,
  .customers-search .theme-btn-success,
  .customers-search .theme-btn-danger,
  .customers-search .theme-btn-warning,
  .customers-search .theme-btn-info,
  .customers-search .theme-btn-light,
  .customers-search .theme-btn-dark,
  .customers-search .theme-btn-outline-primary,
  .customers-search .theme-btn-outline-secondary,
  .customers-search .theme-btn-outline-success,
  .customers-search .theme-btn-outline-danger,
  .customers-search .theme-btn-outline-warning,
  .customers-search .theme-btn-outline-info,
  .customers-search .theme-btn-outline-light,
  .customers-search .theme-btn-outline-dark,
  .customers-search .theme-button,
  .customers-search .card-header,
  .customers-search .theme-card-header,
  .orders-search .btn,
  .orders-search .theme-btn,
  .orders-search .theme-btn-primary,
  .orders-search .theme-btn-secondary,
  .orders-search .theme-btn-success,
  .orders-search .theme-btn-danger,
  .orders-search .theme-btn-warning,
  .orders-search .theme-btn-info,
  .orders-search .theme-btn-light,
  .orders-search .theme-btn-dark,
  .orders-search .theme-btn-outline-primary,
  .orders-search .theme-btn-outline-secondary,
  .orders-search .theme-btn-outline-success,
  .orders-search .theme-btn-outline-danger,
  .orders-search .theme-btn-outline-warning,
  .orders-search .theme-btn-outline-info,
  .orders-search .theme-btn-outline-light,
  .orders-search .theme-btn-outline-dark,
  .orders-search .theme-button,
  .orders-search .card-header,
  .orders-search .theme-card-header {
    display: none !important;
  }
  .quotes-search .card, .quotes-search .theme-card,
  .customers-search .card,
  .customers-search .theme-card,
  .orders-search .card,
  .orders-search .theme-card {
    border: 1px solid #ddd !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    page-break-inside: avoid;
  }
  .quotes-search .form-check, .quotes-search .theme-form-check,
  .customers-search .form-check,
  .customers-search .theme-form-check,
  .orders-search .form-check,
  .orders-search .theme-form-check {
    display: inline-block;
    margin-right: 1rem;
  }
}
@media (prefers-contrast: high) {
  .quotes-search .form-check-input, .quotes-search .theme-form-check-input,
  .customers-search .form-check-input,
  .customers-search .theme-form-check-input,
  .orders-search .form-check-input,
  .orders-search .theme-form-check-input {
    border-width: 3px;
  }
  .quotes-search .btn, .quotes-search .theme-btn, .quotes-search .theme-btn-primary, .quotes-search .theme-btn-secondary, .quotes-search .theme-btn-success, .quotes-search .theme-btn-danger, .quotes-search .theme-btn-warning, .quotes-search .theme-btn-info, .quotes-search .theme-btn-light, .quotes-search .theme-btn-dark, .quotes-search .theme-btn-outline-primary, .quotes-search .theme-btn-outline-secondary, .quotes-search .theme-btn-outline-success, .quotes-search .theme-btn-outline-danger, .quotes-search .theme-btn-outline-warning, .quotes-search .theme-btn-outline-info, .quotes-search .theme-btn-outline-light, .quotes-search .theme-btn-outline-dark, .quotes-search .theme-button,
  .customers-search .btn,
  .customers-search .theme-btn,
  .customers-search .theme-btn-primary,
  .customers-search .theme-btn-secondary,
  .customers-search .theme-btn-success,
  .customers-search .theme-btn-danger,
  .customers-search .theme-btn-warning,
  .customers-search .theme-btn-info,
  .customers-search .theme-btn-light,
  .customers-search .theme-btn-dark,
  .customers-search .theme-btn-outline-primary,
  .customers-search .theme-btn-outline-secondary,
  .customers-search .theme-btn-outline-success,
  .customers-search .theme-btn-outline-danger,
  .customers-search .theme-btn-outline-warning,
  .customers-search .theme-btn-outline-info,
  .customers-search .theme-btn-outline-light,
  .customers-search .theme-btn-outline-dark,
  .customers-search .theme-button,
  .orders-search .btn,
  .orders-search .theme-btn,
  .orders-search .theme-btn-primary,
  .orders-search .theme-btn-secondary,
  .orders-search .theme-btn-success,
  .orders-search .theme-btn-danger,
  .orders-search .theme-btn-warning,
  .orders-search .theme-btn-info,
  .orders-search .theme-btn-light,
  .orders-search .theme-btn-dark,
  .orders-search .theme-btn-outline-primary,
  .orders-search .theme-btn-outline-secondary,
  .orders-search .theme-btn-outline-success,
  .orders-search .theme-btn-outline-danger,
  .orders-search .theme-btn-outline-warning,
  .orders-search .theme-btn-outline-info,
  .orders-search .theme-btn-outline-light,
  .orders-search .theme-btn-outline-dark,
  .orders-search .theme-button {
    border-width: 2px;
  }
  .quotes-search .card, .quotes-search .theme-card,
  .customers-search .card,
  .customers-search .theme-card,
  .orders-search .card,
  .orders-search .theme-card {
    border-width: 2px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .quotes-search *,
  .customers-search *,
  .orders-search * {
    -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;
  }
}
.search-filter-chips {
  margin-bottom: 0.5rem;
}
.search-filter-chips .filter-chip-wrapper .btn-check:checked + .filter-chip {
  background-color: #0d6efd;
  background-color: var(--bs-primary);
  border-color: #0d6efd;
  border-color: var(--bs-primary);
  color: white;
  -webkit-box-shadow: 0 4px 10px rgba(13, 110, 253, 0.25);
          box-shadow: 0 4px 10px rgba(13, 110, 253, 0.25);
  -webkit-box-shadow: 0 4px 10px rgba(var(--bs-primary-rgb), 0.25);
          box-shadow: 0 4px 10px rgba(var(--bs-primary-rgb), 0.25);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.search-filter-chips .filter-chip-wrapper .btn-check:checked + .filter-chip i {
  color: white;
}
.search-filter-chips .filter-chip-wrapper .filter-chip {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.4rem 1rem;
  font-weight: 500;
  font-size: 0.8125rem;
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50rem !important;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.search-filter-chips .filter-chip-wrapper .filter-chip:hover {
  background-color: #f8f9fa;
  background-color: var(--bs-tertiary-bg);
  border-color: rgba(33, 37, 41, 0.75);
  border-color: var(--bs-secondary-color);
  color: #212529;
  color: var(--bs-body-color);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.search-filter-chips .filter-chip-wrapper .filter-chip:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.search-filter-chips .filter-chip-wrapper .filter-chip i {
  font-size: 1rem;
  color: #0d6efd;
  color: var(--bs-primary);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.search-filter-chips .filter-chip-wrapper .filter-chip:hover i {
  color: rgb(5.2, 44, 101.2);
  color: var(--bs-primary-text-emphasis);
}
.dashboard-header .card, .dashboard-header .theme-card {
  border: none;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}
.dashboard-header .badge.fs-6 {
  font-size: 0.9rem !important;
  padding: 0.5rem 0.75rem;
}
.stats-card .bg-opacity-10: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);
}
.stats-card .bg-opacity-20 {
  border-radius: 8px;
}
.stats-card .fs-4 {
  font-size: 1.5rem !important;
  font-weight: 700;
}
.table-container .card-header, .table-container .theme-card-header {
  background-color: var(--bs-card-cap-bg);
  border-bottom: 2px solid #dee2e6;
  border-bottom: 2px solid var(--bs-border-color);
}
.table-container .card-header .theme-link, .table-container .theme-card-header .theme-link {
  font-weight: 600;
}
.table-container .card-header .theme-link:hover, .table-container .theme-card-header .theme-link:hover {
  color: #0d6efd;
  color: var(--bs-primary);
}
.table-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.175);
  border-bottom: 1px solid var(--bs-border-color-translucent);
}
.table-row:hover {
  background-color: #f8f9fa;
  background-color: var(--bs-light);
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
  border-left: 4px solid #0d6efd;
  border-left: 4px solid var(--bs-primary);
}
.table-row .badge {
  font-size: 0.75rem;
}
.table-row .btn-sm, .table-row .btn-group-sm > .btn, .table-row .btn-group-sm > .theme-btn, .table-row .btn-group-sm > .theme-btn-primary, .table-row .btn-group-sm > .theme-btn-secondary, .table-row .btn-group-sm > .theme-btn-success, .table-row .btn-group-sm > .theme-btn-danger, .table-row .btn-group-sm > .theme-btn-warning, .table-row .btn-group-sm > .theme-btn-info, .table-row .btn-group-sm > .theme-btn-light, .table-row .btn-group-sm > .theme-btn-dark, .table-row .btn-group-sm > .theme-btn-outline-primary, .table-row .btn-group-sm > .theme-btn-outline-secondary, .table-row .btn-group-sm > .theme-btn-outline-success, .table-row .btn-group-sm > .theme-btn-outline-danger, .table-row .btn-group-sm > .theme-btn-outline-warning, .table-row .btn-group-sm > .theme-btn-outline-info, .table-row .btn-group-sm > .theme-btn-outline-light, .table-row .btn-group-sm > .theme-btn-outline-dark, .table-row .btn-group-sm > .theme-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.mobile-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);
}
.mobile-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);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.mobile-card .badge {
  font-size: 0.75rem;
}
.mobile-card .fw-medium {
  font-weight: 500;
}
.pagination-container .pagination, .pagination-container .theme-pagination, .pagination-container .theme-pagination-sm, .pagination-container .theme-pagination-lg {
  margin-bottom: 0;
}
.pagination-container .pagination .page-link, .pagination-container .theme-pagination .page-link, .pagination-container .theme-pagination-sm .page-link, .pagination-container .theme-pagination-lg .page-link, .pagination-container .pagination .theme-page-link, .pagination-container .theme-pagination .theme-page-link, .pagination-container .theme-pagination-sm .theme-page-link, .pagination-container .theme-pagination-lg .theme-page-link {
  color: #0d6efd;
  color: var(--bs-primary);
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
}
.pagination-container .pagination .page-link:hover, .pagination-container .theme-pagination .page-link:hover, .pagination-container .theme-pagination-sm .page-link:hover, .pagination-container .theme-pagination-lg .page-link:hover, .pagination-container .pagination .theme-page-link:hover, .pagination-container .theme-pagination .theme-page-link:hover, .pagination-container .theme-pagination-sm .theme-page-link:hover, .pagination-container .theme-pagination-lg .theme-page-link:hover {
  background-color: #0d6efd;
  background-color: var(--bs-primary);
  border-color: #0d6efd;
  border-color: var(--bs-primary);
  color: white;
}
.pagination-container .pagination .page-item.active .page-link, .pagination-container .theme-pagination .page-item.active .page-link, .pagination-container .theme-pagination-sm .page-item.active .page-link, .pagination-container .theme-pagination-lg .page-item.active .page-link, .pagination-container .pagination .active.theme-page-item .page-link, .pagination-container .theme-pagination .active.theme-page-item .page-link, .pagination-container .theme-pagination-sm .active.theme-page-item .page-link, .pagination-container .theme-pagination-lg .active.theme-page-item .page-link, .pagination-container .pagination .page-item.active .theme-page-link, .pagination-container .theme-pagination .page-item.active .theme-page-link, .pagination-container .theme-pagination-sm .page-item.active .theme-page-link, .pagination-container .theme-pagination-lg .page-item.active .theme-page-link, .pagination-container .pagination .active.theme-page-item .theme-page-link, .pagination-container .theme-pagination .active.theme-page-item .theme-page-link, .pagination-container .theme-pagination-sm .active.theme-page-item .theme-page-link, .pagination-container .theme-pagination-lg .active.theme-page-item .theme-page-link {
  background-color: #0d6efd;
  background-color: var(--bs-primary);
  border-color: #0d6efd;
  border-color: var(--bs-primary);
}
.pagination-info {
  color: #6c757d;
  color: var(--bs-gray-600);
  font-size: 0.9rem;
}
.pagination-info .badge {
  font-size: 0.8rem;
}
.quick-filter-buttons .btn-outline-warning.active, .quick-filter-buttons .active.theme-btn-outline-warning,
.quick-filter-buttons .btn-outline-primary.active,
.quick-filter-buttons .active.theme-btn-outline-primary,
.quick-filter-buttons .btn-outline-success.active,
.quick-filter-buttons .active.theme-btn-outline-success,
.quick-filter-buttons .btn-outline-info.active,
.quick-filter-buttons .active.theme-btn-outline-info {
  background-color: #0d6efd;
  background-color: var(--bs-primary);
  border-color: #0d6efd;
  border-color: var(--bs-primary);
  color: white;
}
@media (max-width: 991.98px) {
  .dashboard-header .card-body .row.g-3 .col-6:nth-child(odd), .dashboard-header .theme-card-body .row.g-3 .col-6:nth-child(odd), .dashboard-header .theme-body .row.g-3 .col-6:nth-child(odd) {
    padding-right: 0.5rem;
  }
  .dashboard-header .card-body .row.g-3 .col-6:nth-child(even), .dashboard-header .theme-card-body .row.g-3 .col-6:nth-child(even), .dashboard-header .theme-body .row.g-3 .col-6:nth-child(even) {
    padding-left: 0.5rem;
  }
  .mobile-card {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .dashboard-header .d-flex.gap-2.flex-wrap {
    gap: 0.5rem;
    gap: var(--spacing-sm);
  }
  .dashboard-header .btn-sm, .dashboard-header .btn-group-sm > .btn, .dashboard-header .btn-group-sm > .theme-btn, .dashboard-header .btn-group-sm > .theme-btn-primary, .dashboard-header .btn-group-sm > .theme-btn-secondary, .dashboard-header .btn-group-sm > .theme-btn-success, .dashboard-header .btn-group-sm > .theme-btn-danger, .dashboard-header .btn-group-sm > .theme-btn-warning, .dashboard-header .btn-group-sm > .theme-btn-info, .dashboard-header .btn-group-sm > .theme-btn-light, .dashboard-header .btn-group-sm > .theme-btn-dark, .dashboard-header .btn-group-sm > .theme-btn-outline-primary, .dashboard-header .btn-group-sm > .theme-btn-outline-secondary, .dashboard-header .btn-group-sm > .theme-btn-outline-success, .dashboard-header .btn-group-sm > .theme-btn-outline-danger, .dashboard-header .btn-group-sm > .theme-btn-outline-warning, .dashboard-header .btn-group-sm > .theme-btn-outline-info, .dashboard-header .btn-group-sm > .theme-btn-outline-light, .dashboard-header .btn-group-sm > .theme-btn-outline-dark, .dashboard-header .btn-group-sm > .theme-button {
    font-size: 0.8rem;
    padding: 0.375rem 0.5rem;
  }
  .pagination-info {
    text-align: center;
    font-size: 0.85rem;
  }
}
@media (prefers-color-scheme: dark) {
  .dashboard-header .bg-opacity-10 {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .table-row:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .mobile-card {
    background-color: #212529;
    background-color: var(--bs-dark);
    color: #f8f9fa;
    color: var(--bs-light);
  }
}
.quote-bundle-container .list-group-item, .quote-bundle-container .theme-list-group-item, .quote-bundle-container .theme-list-group-item-primary, .quote-bundle-container .theme-list-group-item-secondary, .quote-bundle-container .theme-list-group-item-success, .quote-bundle-container .theme-list-group-item-danger, .quote-bundle-container .theme-list-group-item-warning, .quote-bundle-container .theme-list-group-item-info, .quote-bundle-container .theme-list-group-item-light, .quote-bundle-container .theme-list-group-item-dark, .quote-bundle-container .theme-list-item {
  border-left: 3px solid transparent;
}
.quote-bundle-container .list-group-item:hover, .quote-bundle-container .theme-list-group-item:hover, .quote-bundle-container .theme-list-group-item-primary:hover, .quote-bundle-container .theme-list-group-item-secondary:hover, .quote-bundle-container .theme-list-group-item-success:hover, .quote-bundle-container .theme-list-group-item-danger:hover, .quote-bundle-container .theme-list-group-item-warning:hover, .quote-bundle-container .theme-list-group-item-info:hover, .quote-bundle-container .theme-list-group-item-light:hover, .quote-bundle-container .theme-list-group-item-dark:hover, .quote-bundle-container .theme-list-item:hover {
  border-left-color: #0d6efd;
  border-left-color: var(--primary);
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.quote-bundle-container .list-group-item.list-group-item-action:hover, .quote-bundle-container .list-group-item-action.theme-list-group-item:hover, .quote-bundle-container .list-group-item-action.theme-list-group-item-primary:hover, .quote-bundle-container .list-group-item-action.theme-list-group-item-secondary:hover, .quote-bundle-container .list-group-item-action.theme-list-group-item-success:hover, .quote-bundle-container .list-group-item-action.theme-list-group-item-danger:hover, .quote-bundle-container .list-group-item-action.theme-list-group-item-warning:hover, .quote-bundle-container .list-group-item-action.theme-list-group-item-info:hover, .quote-bundle-container .list-group-item-action.theme-list-group-item-light:hover, .quote-bundle-container .list-group-item-action.theme-list-group-item-dark:hover, .quote-bundle-container .list-group-item-action.theme-list-item:hover, .quote-bundle-container .list-group-item.theme-list-group-item-action:hover, .quote-bundle-container .theme-list-group-item.theme-list-group-item-action:hover, .quote-bundle-container .theme-list-group-item-primary.theme-list-group-item-action:hover, .quote-bundle-container .theme-list-group-item-secondary.theme-list-group-item-action:hover, .quote-bundle-container .theme-list-group-item-success.theme-list-group-item-action:hover, .quote-bundle-container .theme-list-group-item-danger.theme-list-group-item-action:hover, .quote-bundle-container .theme-list-group-item-warning.theme-list-group-item-action:hover, .quote-bundle-container .theme-list-group-item-info.theme-list-group-item-action:hover, .quote-bundle-container .theme-list-group-item-light.theme-list-group-item-action:hover, .quote-bundle-container .theme-list-group-item-dark.theme-list-group-item-action:hover, .quote-bundle-container .theme-list-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, .quote-bundle-progress .progress .progress-bar .theme-button, .quote-bundle-progress .theme-progress .progress-bar .theme-button, .quote-bundle-progress .progress .theme-progress-bar .theme-button, .quote-bundle-progress .theme-progress .theme-progress-bar .theme-button {
  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 {
  font-size: 0.75rem;
  padding: 0.35em 0.6em;
  border-radius: 0.375rem;
  font-weight: 500;
}
.quote-bundle-badge.badge.bg-secondary {
  background-color: #6c757d !important;
  background-color: var(--bs-secondary) !important;
  color: white;
}
.quote-bundle-badge.badge.bg-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;
}
.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,
.quote-bundles-search .form-select,
.quote-bundles-search .theme-form-select {
  border-radius: 0.375rem;
}
.quote-bundles-search .form-control:focus, .quote-bundles-search .theme-form-control:focus,
.quote-bundles-search .form-select:focus,
.quote-bundles-search .theme-form-select: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, .quote-bundles-search .theme-button {
  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, .quote-bundles-search .theme-button: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);
}
.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;
  }
}
.quote-bundles-mobile-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #f8f9fa;
  background: var(--theme-bg-secondary, #f8f9fa);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.quote-bundles-mobile-header .filter-chips {
  max-height: 60px;
  overflow-x: auto;
  scrollbar-width: none;
}
.quote-bundles-mobile-header .filter-chips::-webkit-scrollbar {
  display: none;
}
.quote-bundle-mobile .btn-group .btn, .quote-bundle-mobile .btn-group .theme-btn, .quote-bundle-mobile .btn-group .theme-btn-primary, .quote-bundle-mobile .btn-group .theme-btn-secondary, .quote-bundle-mobile .btn-group .theme-btn-success, .quote-bundle-mobile .btn-group .theme-btn-danger, .quote-bundle-mobile .btn-group .theme-btn-warning, .quote-bundle-mobile .btn-group .theme-btn-info, .quote-bundle-mobile .btn-group .theme-btn-light, .quote-bundle-mobile .btn-group .theme-btn-dark, .quote-bundle-mobile .btn-group .theme-btn-outline-primary, .quote-bundle-mobile .btn-group .theme-btn-outline-secondary, .quote-bundle-mobile .btn-group .theme-btn-outline-success, .quote-bundle-mobile .btn-group .theme-btn-outline-danger, .quote-bundle-mobile .btn-group .theme-btn-outline-warning, .quote-bundle-mobile .btn-group .theme-btn-outline-info, .quote-bundle-mobile .btn-group .theme-btn-outline-light, .quote-bundle-mobile .btn-group .theme-btn-outline-dark, .quote-bundle-mobile .btn-group .theme-button {
  min-width: 44px;
  min-height: 44px;
  padding: 0.5rem 0.75rem;
}
.quote-bundle-mobile .list-group-item, .quote-bundle-mobile .theme-list-group-item, .quote-bundle-mobile .theme-list-group-item-primary, .quote-bundle-mobile .theme-list-group-item-secondary, .quote-bundle-mobile .theme-list-group-item-success, .quote-bundle-mobile .theme-list-group-item-danger, .quote-bundle-mobile .theme-list-group-item-warning, .quote-bundle-mobile .theme-list-group-item-info, .quote-bundle-mobile .theme-list-group-item-light, .quote-bundle-mobile .theme-list-group-item-dark, .quote-bundle-mobile .theme-list-item {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.quote-bundle-mobile .list-group-item:active, .quote-bundle-mobile .theme-list-group-item:active, .quote-bundle-mobile .theme-list-group-item-primary:active, .quote-bundle-mobile .theme-list-group-item-secondary:active, .quote-bundle-mobile .theme-list-group-item-success:active, .quote-bundle-mobile .theme-list-group-item-danger:active, .quote-bundle-mobile .theme-list-group-item-warning:active, .quote-bundle-mobile .theme-list-group-item-info:active, .quote-bundle-mobile .theme-list-group-item-light:active, .quote-bundle-mobile .theme-list-group-item-dark:active, .quote-bundle-mobile .theme-list-item:active {
  opacity: 0.85;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, transform 0.1s ease;
  transition: opacity 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.mobile-progress-bar {
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  border-radius: 4px;
  overflow: hidden;
}
.mobile-progress-bar .progress-segment {
  -ms-flex: 1 1;
      flex: 1 1;
  min-width: 60px;
  border: none;
  padding: 8px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.1s ease, opacity 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.1s ease, opacity 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.2s ease;
  cursor: pointer;
}
.mobile-progress-bar .progress-segment:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0.8;
}
.mobile-progress-bar .progress-segment:focus {
  outline: 2px solid #0d6efd;
  outline: 2px solid var(--bs-primary, #0d6efd);
  outline-offset: -2px;
}
@media (hover: hover) {
  .mobile-progress-bar .progress-segment:hover {
    opacity: 0.9;
  }
}
.progress-legend {
  font-size: 0.75rem;
  gap: 0.5rem;
}
.progress-legend i {
  font-size: 0.6rem;
  margin-right: 2px;
}
.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #f8f9fa;
  background: var(--theme-bg-secondary, #f8f9fa);
  border-top: 1px solid #dee2e6;
  border-top: 1px solid var(--bs-border-color, rgba(0, 0, 0, 0.125));
  padding: 8px 0;
  z-index: 1090;
}
.mobile-bottom-nav .nav-item, .mobile-bottom-nav .theme-nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 8px 16px;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color, #6c757d);
  font-size: 0.75rem;
  text-decoration: none;
}
.mobile-bottom-nav .nav-item i, .mobile-bottom-nav .theme-nav-item i {
  font-size: 1.25rem;
  margin-bottom: 4px;
}
.mobile-bottom-nav .nav-item.active, .mobile-bottom-nav .active.theme-nav-item {
  color: #0d6efd;
  color: var(--bs-primary, #0d6efd);
}
.mobile-bottom-nav .nav-item.btn-add, .mobile-bottom-nav .btn-add.theme-nav-item {
  background: #0d6efd;
  background: var(--bs-primary, #0d6efd);
  color: white;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  -webkit-box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4);
          box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4);
  -webkit-box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb, 13, 110, 253), 0.4);
          box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb, 13, 110, 253), 0.4);
}
.mobile-bottom-nav .nav-item.btn-add i, .mobile-bottom-nav .btn-add.theme-nav-item i {
  font-size: 1.5rem;
}
.mobile-bottom-nav .nav-item span, .mobile-bottom-nav .theme-nav-item span {
  font-weight: 500;
}
@media (max-width: 767px) {
  .quote-bundles-container {
    padding-bottom: 80px;
  }
}
.quote-bundles-mobile .empty-state svg {
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
}
.quote-bundles-mobile .empty-state h6, .quote-bundles-mobile .empty-state .h6 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.quote-bundles-mobile .empty-state p {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.quote-bundles-mobile .empty-state .btn, .quote-bundles-mobile .empty-state .theme-btn, .quote-bundles-mobile .empty-state .theme-btn-primary, .quote-bundles-mobile .empty-state .theme-btn-secondary, .quote-bundles-mobile .empty-state .theme-btn-success, .quote-bundles-mobile .empty-state .theme-btn-danger, .quote-bundles-mobile .empty-state .theme-btn-warning, .quote-bundles-mobile .empty-state .theme-btn-info, .quote-bundles-mobile .empty-state .theme-btn-light, .quote-bundles-mobile .empty-state .theme-btn-dark, .quote-bundles-mobile .empty-state .theme-btn-outline-primary, .quote-bundles-mobile .empty-state .theme-btn-outline-secondary, .quote-bundles-mobile .empty-state .theme-btn-outline-success, .quote-bundles-mobile .empty-state .theme-btn-outline-danger, .quote-bundles-mobile .empty-state .theme-btn-outline-warning, .quote-bundles-mobile .empty-state .theme-btn-outline-info, .quote-bundles-mobile .empty-state .theme-btn-outline-light, .quote-bundles-mobile .empty-state .theme-btn-outline-dark, .quote-bundles-mobile .empty-state .theme-button {
  width: 100%;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@keyframes shimmer {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.quote-bundles-mobile[data-loading-state=mobile] .list-group-item, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-group-item, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-group-item-primary, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-group-item-secondary, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-group-item-success, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-group-item-danger, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-group-item-warning, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-group-item-info, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-group-item-light, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-group-item-dark, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-item {
  -webkit-animation: pulse 1.5s ease-in-out infinite;
          animation: pulse 1.5s ease-in-out infinite;
}
.quote-bundles-mobile[data-loading-state=mobile] .list-group-item::before, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-group-item::before, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-group-item-primary::before, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-group-item-secondary::before, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-group-item-success::before, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-group-item-danger::before, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-group-item-warning::before, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-group-item-info::before, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-group-item-light::before, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-group-item-dark::before, .quote-bundles-mobile[data-loading-state=mobile] .theme-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.1)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  -webkit-animation: shimmer 2s infinite;
          animation: shimmer 2s infinite;
}
@media (max-width: 767px) {
  [data-turbo-frame=modal] .modal-content, [data-turbo-frame=modal] .theme-modal-content {
    height: calc(100vh - 40px);
    max-height: calc(100vh - 40px);
    margin: 20px;
  }
  [data-turbo-frame=modal] .modal-content .modal-body, [data-turbo-frame=modal] .theme-modal-content .modal-body, [data-turbo-frame=modal] .modal-content .theme-modal-body, [data-turbo-frame=modal] .theme-modal-content .theme-modal-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    width: 100%;
  }
}
.pull-to-refresh-container {
  position: relative;
}
.pull-to-refresh-container::before {
  content: "Pull to refresh";
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.875rem;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pull-to-refresh-container.pulling::before {
  opacity: 1;
}
.quote-bundle-item {
  position: relative;
}
.quote-bundle-item.swipe-left .card-actions {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
.quote-bundle-item.swipe-right .card-actions {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.quote-bundle-item .card-actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.quote-bundle-item .card-actions .btn, .quote-bundle-item .card-actions .theme-btn, .quote-bundle-item .card-actions .theme-btn-primary, .quote-bundle-item .card-actions .theme-btn-secondary, .quote-bundle-item .card-actions .theme-btn-success, .quote-bundle-item .card-actions .theme-btn-danger, .quote-bundle-item .card-actions .theme-btn-warning, .quote-bundle-item .card-actions .theme-btn-info, .quote-bundle-item .card-actions .theme-btn-light, .quote-bundle-item .card-actions .theme-btn-dark, .quote-bundle-item .card-actions .theme-btn-outline-primary, .quote-bundle-item .card-actions .theme-btn-outline-secondary, .quote-bundle-item .card-actions .theme-btn-outline-success, .quote-bundle-item .card-actions .theme-btn-outline-danger, .quote-bundle-item .card-actions .theme-btn-outline-warning, .quote-bundle-item .card-actions .theme-btn-outline-info, .quote-bundle-item .card-actions .theme-btn-outline-light, .quote-bundle-item .card-actions .theme-btn-outline-dark, .quote-bundle-item .card-actions .theme-button {
  min-width: 56px;
  min-height: 56px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .quote-bundles-tablet .list-group-item, .quote-bundles-tablet .theme-list-group-item, .quote-bundles-tablet .theme-list-group-item-primary, .quote-bundles-tablet .theme-list-group-item-secondary, .quote-bundles-tablet .theme-list-group-item-success, .quote-bundles-tablet .theme-list-group-item-danger, .quote-bundles-tablet .theme-list-group-item-warning, .quote-bundles-tablet .theme-list-group-item-info, .quote-bundles-tablet .theme-list-group-item-light, .quote-bundles-tablet .theme-list-group-item-dark, .quote-bundles-tablet .theme-list-item {
    padding: 1rem;
  }
  .quote-bundles-tablet .col-lg-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8%;
  }
  .quote-bundles-tablet .col-lg-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16%;
  }
  .quote-bundles-tablet .col-lg-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 24%;
  }
}
@media (max-width: 767px) {
  .form-control, .theme-form-control,
  .form-select,
  .theme-form-select {
    font-size: 16px;
  }
  .form-control::-webkit-input-placeholder, .theme-form-control::-webkit-input-placeholder,
  .form-select::-webkit-input-placeholder,
  .theme-form-select::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-control::-moz-placeholder, .theme-form-control::-moz-placeholder,
  .form-select::-moz-placeholder,
  .theme-form-select::-moz-placeholder {
    font-size: 16px;
  }
  .form-control:-ms-input-placeholder, .theme-form-control:-ms-input-placeholder,
  .form-select:-ms-input-placeholder,
  .theme-form-select:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-control::-ms-input-placeholder, .theme-form-control::-ms-input-placeholder,
  .form-select::-ms-input-placeholder,
  .theme-form-select::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-control::-webkit-input-placeholder, .theme-form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, .theme-form-select::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-control::-moz-placeholder, .theme-form-control::-moz-placeholder, .form-select::-moz-placeholder, .theme-form-select::-moz-placeholder {
    font-size: 16px;
  }
  .form-control:-ms-input-placeholder, .theme-form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, .theme-form-select:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-control::-ms-input-placeholder, .theme-form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, .theme-form-select::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-control::placeholder, .theme-form-control::placeholder,
  .form-select::placeholder,
  .theme-form-select::placeholder {
    font-size: 16px;
  }
}
.quote-bundle-item .quote-bundle-mobile-header .badge {
  font-size: 0.875rem;
  padding: 0.35em 0.65em;
}
.quote-bundle-item .quote-bundle-mobile-header .btn-group button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.quote-bundle-item .quote-bundle-mobile-header .btn-group button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.quote-bundle-item .quote-bundle-details .info-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.quote-bundle-item .quote-bundle-details .info-content {
  font-size: 0.9375rem;
}
.quote-bundle-item .quote-bundle-details .quote-bundle-badge {
  font-size: 0.8rem;
  padding: 0.3em 0.5em;
}
.quote-bundles-mobile h6, .quote-bundles-mobile .h6 {
  font-size: 0.9375rem;
}
.quote-bundles-mobile .small {
  font-size: 0.8125rem;
}
@media (max-width: 767px) {
  .btn-mobile-lg {
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
    border-radius: 0.375rem;
  }
}
@media (max-width: 767px) {
  .card-action-button {
    min-width: 48px;
    min-height: 48px;
    padding: 0.5rem;
  }
  .card-action-button i {
    font-size: 1.25rem;
  }
}
.mobile-progress-segment {
  min-width: 48px;
  height: 20px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.15s ease, opacity 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.15s ease, opacity 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}
.mobile-progress-segment:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0.85;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.mobile-progress-segment:focus {
  outline: 2px solid #0d6efd;
  outline: 2px solid var(--bs-primary, #0d6efd);
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
  -webkit-box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb, 13, 110, 253), 0.25);
          box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb, 13, 110, 253), 0.25);
}
.mobile-progress-segment.filter-active {
  -webkit-box-shadow: 0 0 0 2px #0d6efd;
          box-shadow: 0 0 0 2px #0d6efd;
  -webkit-box-shadow: 0 0 0 2px var(--bs-primary, #0d6efd);
          box-shadow: 0 0 0 2px var(--bs-primary, #0d6efd);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media (hover: hover) {
  .mobile-progress-segment:hover {
    opacity: 0.9;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
}
.quote-bundle-mobile .quote-bundle-item {
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  -webkit-animation: fadeInUp 0.3s ease-out;
          animation: fadeInUp 0.3s ease-out;
}
.quote-bundle-mobile .quote-bundle-details {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-left: 3px solid #0d6efd;
  border-left: 3px solid var(--bs-primary, #0d6efd);
}
.quote-bundle-mobile .quote-bundle-details[aria-expanded=true] {
  max-height: 1000px;
  opacity: 1;
}
.quote-bundle-mobile .collapse-toggle {
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  border-radius: 50%;
}
.quote-bundle-mobile .collapse-toggle:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.quote-bundle-mobile .collapse-toggle .collapse-icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.quote-bundle-mobile .collapse-toggle[aria-expanded=false] .collapse-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.quote-bundle-mobile .collapse-toggle[aria-expanded=true] .collapse-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.quote-bundle-mobile .quote-bundle-mobile-header {
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  cursor: pointer;
}
.quote-bundle-mobile .quote-bundle-mobile-header:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.quote-bundle-mobile .quote-bundle-mobile-header .quote-bundle-mobile-header-content {
  -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;
}
.quote-bundle-mobile .quote-bundle-mobile-header:active .quote-bundle-mobile-header-content {
  -webkit-transform: scale(0.995);
          transform: scale(0.995);
}
.touch-active {
  opacity: 0.7;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, transform 0.1s ease;
  transition: opacity 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.filter-chip {
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
}
.filter-chip:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.filter-chip:focus {
  outline: 2px solid #0d6efd;
  outline: 2px solid var(--bs-primary, #0d6efd);
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
  -webkit-box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb, 13, 110, 253), 0.25);
          box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb, 13, 110, 253), 0.25);
}
.mobile-sticky-filter-bar {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.mobile-sticky-filter-bar.sticky-top {
  -webkit-animation: slideDown 0.3s ease-out;
          animation: slideDown 0.3s ease-out;
}
@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.card-expansion-indicator {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  font-size: 0.75rem;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.collapse-toggle .card-expansion-indicator:hover .card-expansion-indicator {
  background-color: #dee2e6;
  background-color: var(--bs-border-color);
}
.progress-legend {
  font-size: 0.75rem;
  gap: 0.5rem;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.progress-legend span {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.progress-legend.fade-out {
  opacity: 0.5;
}
.quote-bundle-badge {
  -webkit-transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
}
.quote-bundle-badge:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.quote-bundles-safe-area {
  padding-top: env(safe-area-inset-top, 12px);
  padding-bottom: 12px;
}
.progress-indicator-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.quote-bundle-mini-progress {
  max-width: 120px;
  min-width: 60px;
}
.quote-bundle-mini-progress .d-flex {
  height: 6px;
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg, #e9ecef);
}
.quote-bundle-mini-progress .d-flex > div {
  -ms-flex: 1 1;
      flex: 1 1;
  min-width: 4px;
  -webkit-transition: flex 0.3s ease;
  transition: flex 0.3s ease;
  transition: flex 0.3s ease, -ms-flex 0.3s ease;
}
.quote-bundle-compact-header {
  cursor: pointer;
  padding: 0.5rem 0;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  border-radius: 0.5rem;
}
.quote-bundle-compact-header:active {
  background-color: rgba(0, 0, 0, 0.03);
}
.quote-bundle-compact-header .badge {
  font-size: 0.7rem;
  padding: 0.25em 0.5em;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quote-bundle-action-btn {
  width: 40px;
  height: 40px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  font-size: 1rem;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
}
.quote-bundle-action-btn:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.quote-bundle-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.mobile-progress-segment[data-segment-width] {
  min-width: 44px;
  height: 32px;
}
@media (max-width: 991.98px) {
  .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 {
    min-width: 44px;
    min-height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 0.9rem;
    padding: 0.5rem;
  }
  .quote-bundles-pagination .pagination-info {
    font-size: 0.8rem;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .quote-bundles-search .card-body, .quote-bundles-search .theme-card-body, .quote-bundles-search .theme-body {
    padding: 0.75rem;
  }
  .quote-bundles-search .search-form .form-label, .quote-bundles-search .search-form .theme-form-label {
    font-size: 0.8125rem;
  }
  .quote-bundles-search .search-form .form-control,
  .quote-bundles-search .search-form .theme-form-control {
    font-size: 16px;
    padding: 0.625rem 0.75rem;
    min-height: 44px;
  }
  .quote-bundles-search .search-form .btn, .quote-bundles-search .search-form .theme-btn, .quote-bundles-search .search-form .theme-btn-primary, .quote-bundles-search .search-form .theme-btn-secondary, .quote-bundles-search .search-form .theme-btn-success, .quote-bundles-search .search-form .theme-btn-danger, .quote-bundles-search .search-form .theme-btn-warning, .quote-bundles-search .search-form .theme-btn-info, .quote-bundles-search .search-form .theme-btn-light, .quote-bundles-search .search-form .theme-btn-dark, .quote-bundles-search .search-form .theme-btn-outline-primary, .quote-bundles-search .search-form .theme-btn-outline-secondary, .quote-bundles-search .search-form .theme-btn-outline-success, .quote-bundles-search .search-form .theme-btn-outline-danger, .quote-bundles-search .search-form .theme-btn-outline-warning, .quote-bundles-search .search-form .theme-btn-outline-info, .quote-bundles-search .search-form .theme-btn-outline-light, .quote-bundles-search .search-form .theme-btn-outline-dark, .quote-bundles-search .search-form .theme-button {
    min-height: 44px;
    font-size: 0.9375rem;
  }
}
@keyframes cardSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.quote-bundle-item {
  -webkit-animation: cardSlideIn 0.2s ease-out;
          animation: cardSlideIn 0.2s ease-out;
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color, rgba(0, 0, 0, 0.1));
}
.quote-bundle-item:last-child {
  border-bottom: none;
}
.import-status-errors {
  max-height: 120px;
  overflow-y: auto;
  border-left: 2px solid rgba(220, 53, 69, 0.2);
  border-left: 2px solid rgba(var(--bs-danger-rgb), 0.2);
}
.import-progress-container {
  height: 4px;
}
.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 rgba(var(--bs-border-color-rgb), 0.5);
  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;
  min-width: 220px;
  background: rgba(255, 255, 255, 0.85);
  background: rgba(var(--bs-body-bg-rgb), 0.85);
  backdrop-filter: blur(15px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s, -webkit-transform 0.2s ease;
  pointer-events: none;
}
.navbar.theme-navbar .dropdown-menu.show, .theme-navbar .dropdown-menu.show, .theme-navbar .show.theme-dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.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;
}
@media (min-width: 992px) {
  .navbar.theme-navbar .nav-item.dropdown:hover > .dropdown-menu, .theme-navbar .nav-item.dropdown:hover > .dropdown-menu, .theme-navbar .dropdown.theme-nav-item:hover > .dropdown-menu, .theme-navbar .nav-item.theme-dropdown:hover > .dropdown-menu, .theme-navbar .theme-nav-item.theme-dropdown:hover > .dropdown-menu, .theme-navbar .nav-item.dropdown:hover > .theme-dropdown-menu, .theme-navbar .dropdown.theme-nav-item:hover > .theme-dropdown-menu, .theme-navbar .nav-item.theme-dropdown:hover > .theme-dropdown-menu, .theme-navbar .theme-nav-item.theme-dropdown:hover > .theme-dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
  }
}
.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, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-button, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-button, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-button, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-button, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-button, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-button, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-button, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-button {
  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, .navbar.theme-navbar .navbar-nav.ms-auto .nav-item .theme-button:hover, .theme-navbar .navbar-nav.ms-auto .nav-item .theme-button:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-button:hover, .theme-navbar .ms-auto.theme-navbar-nav .nav-item .theme-button:hover, .navbar.theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-button:hover, .theme-navbar .navbar-nav.ms-auto .theme-nav-item .theme-button:hover, .navbar.theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-button:hover, .theme-navbar .ms-auto.theme-navbar-nav .theme-nav-item .theme-button: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: 0 !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);
}
.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);
}
[data-bs-theme=dark] .brand-logo,
[data-bs-theme=dark] .mobile-brand-logo {
  -webkit-filter: brightness(0) invert(1) !important;
          filter: brightness(0) invert(1) !important;
}
@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: rgba(37, 99, 235, 0.85);
  backdrop-filter: blur(15px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
  border-color: rgba(29, 78, 216, 0.5);
  -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;
}
.mobile-navigation {
  background: rgba(255, 255, 255, 0.85);
  background: rgba(var(--bs-body-bg-rgb), 0.85);
  backdrop-filter: blur(15px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
  border-bottom: 1px solid rgba(var(--bs-border-color-rgb), 0.3);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  padding-top: env(safe-area-inset-top, 0);
}
body.modal-open .mobile-navigation {
  display: none !important;
}
.mobile-nav-header {
  padding: 0.5rem 0;
}
.mobile-nav-toggle {
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav-toggle:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.mobile-nav-content {
  background: #fff;
  background: var(--bs-body-bg);
  border-top: 1px solid #dee2e6;
  border-top: 1px solid var(--bs-border-color);
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav-body {
  padding: 0;
}
.mobile-user-info,
.mobile-user-actions {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Backgrounds are now handled by utility classes bg-body to match dark mode cleanly */
}
.mobile-avatar .avatar-xl {
  width: 48px;
  height: 48px;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-avatar .avatar-xl:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.mobile-quick-actions .btn, .mobile-quick-actions .theme-btn, .mobile-quick-actions .theme-btn-primary, .mobile-quick-actions .theme-btn-secondary, .mobile-quick-actions .theme-btn-success, .mobile-quick-actions .theme-btn-danger, .mobile-quick-actions .theme-btn-warning, .mobile-quick-actions .theme-btn-info, .mobile-quick-actions .theme-btn-light, .mobile-quick-actions .theme-btn-dark, .mobile-quick-actions .theme-btn-outline-primary, .mobile-quick-actions .theme-btn-outline-secondary, .mobile-quick-actions .theme-btn-outline-success, .mobile-quick-actions .theme-btn-outline-danger, .mobile-quick-actions .theme-btn-outline-warning, .mobile-quick-actions .theme-btn-outline-info, .mobile-quick-actions .theme-btn-outline-light, .mobile-quick-actions .theme-btn-outline-dark, .mobile-quick-actions .theme-button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  padding: 0.75rem 0.5rem;
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
}
.mobile-quick-actions .btn:hover, .mobile-quick-actions .theme-btn:hover, .mobile-quick-actions .theme-btn-primary:hover, .mobile-quick-actions .theme-btn-secondary:hover, .mobile-quick-actions .theme-btn-success:hover, .mobile-quick-actions .theme-btn-danger:hover, .mobile-quick-actions .theme-btn-warning:hover, .mobile-quick-actions .theme-btn-info:hover, .mobile-quick-actions .theme-btn-light:hover, .mobile-quick-actions .theme-btn-dark:hover, .mobile-quick-actions .theme-btn-outline-primary:hover, .mobile-quick-actions .theme-btn-outline-secondary:hover, .mobile-quick-actions .theme-btn-outline-success:hover, .mobile-quick-actions .theme-btn-outline-danger:hover, .mobile-quick-actions .theme-btn-outline-warning:hover, .mobile-quick-actions .theme-btn-outline-info:hover, .mobile-quick-actions .theme-btn-outline-light:hover, .mobile-quick-actions .theme-btn-outline-dark:hover, .mobile-quick-actions .theme-button: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);
}
.mobile-quick-actions .btn:active, .mobile-quick-actions .theme-btn:active, .mobile-quick-actions .theme-btn-primary:active, .mobile-quick-actions .theme-btn-secondary:active, .mobile-quick-actions .theme-btn-success:active, .mobile-quick-actions .theme-btn-danger:active, .mobile-quick-actions .theme-btn-warning:active, .mobile-quick-actions .theme-btn-info:active, .mobile-quick-actions .theme-btn-light:active, .mobile-quick-actions .theme-btn-dark:active, .mobile-quick-actions .theme-btn-outline-primary:active, .mobile-quick-actions .theme-btn-outline-secondary:active, .mobile-quick-actions .theme-btn-outline-success:active, .mobile-quick-actions .theme-btn-outline-danger:active, .mobile-quick-actions .theme-btn-outline-warning:active, .mobile-quick-actions .theme-btn-outline-info:active, .mobile-quick-actions .theme-btn-outline-light:active, .mobile-quick-actions .theme-btn-outline-dark:active, .mobile-quick-actions .theme-button:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mobile-user-actions .btn, .mobile-user-actions .theme-btn, .mobile-user-actions .theme-btn-primary, .mobile-user-actions .theme-btn-secondary, .mobile-user-actions .theme-btn-success, .mobile-user-actions .theme-btn-danger, .mobile-user-actions .theme-btn-warning, .mobile-user-actions .theme-btn-info, .mobile-user-actions .theme-btn-light, .mobile-user-actions .theme-btn-dark, .mobile-user-actions .theme-btn-outline-primary, .mobile-user-actions .theme-btn-outline-secondary, .mobile-user-actions .theme-btn-outline-success, .mobile-user-actions .theme-btn-outline-danger, .mobile-user-actions .theme-btn-outline-warning, .mobile-user-actions .theme-btn-outline-info, .mobile-user-actions .theme-btn-outline-light, .mobile-user-actions .theme-btn-outline-dark, .mobile-user-actions .theme-button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  padding: 0.625rem 0.5rem;
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
}
.mobile-user-actions .btn:hover, .mobile-user-actions .theme-btn:hover, .mobile-user-actions .theme-btn-primary:hover, .mobile-user-actions .theme-btn-secondary:hover, .mobile-user-actions .theme-btn-success:hover, .mobile-user-actions .theme-btn-danger:hover, .mobile-user-actions .theme-btn-warning:hover, .mobile-user-actions .theme-btn-info:hover, .mobile-user-actions .theme-btn-light:hover, .mobile-user-actions .theme-btn-dark:hover, .mobile-user-actions .theme-btn-outline-primary:hover, .mobile-user-actions .theme-btn-outline-secondary:hover, .mobile-user-actions .theme-btn-outline-success:hover, .mobile-user-actions .theme-btn-outline-danger:hover, .mobile-user-actions .theme-btn-outline-warning:hover, .mobile-user-actions .theme-btn-outline-info:hover, .mobile-user-actions .theme-btn-outline-light:hover, .mobile-user-actions .theme-btn-outline-dark:hover, .mobile-user-actions .theme-button: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);
}
.mobile-user-actions .btn:active, .mobile-user-actions .theme-btn:active, .mobile-user-actions .theme-btn-primary:active, .mobile-user-actions .theme-btn-secondary:active, .mobile-user-actions .theme-btn-success:active, .mobile-user-actions .theme-btn-danger:active, .mobile-user-actions .theme-btn-warning:active, .mobile-user-actions .theme-btn-info:active, .mobile-user-actions .theme-btn-light:active, .mobile-user-actions .theme-btn-dark:active, .mobile-user-actions .theme-btn-outline-primary:active, .mobile-user-actions .theme-btn-outline-secondary:active, .mobile-user-actions .theme-btn-outline-success:active, .mobile-user-actions .theme-btn-outline-danger:active, .mobile-user-actions .theme-btn-outline-warning:active, .mobile-user-actions .theme-btn-outline-info:active, .mobile-user-actions .theme-btn-outline-light:active, .mobile-user-actions .theme-btn-outline-dark:active, .mobile-user-actions .theme-button:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
[data-bs-theme=light] .mobile-navigation {
  background: #fff;
  background: var(--bs-body-bg, #ffffff);
}
[data-bs-theme=dark] .mobile-navigation {
  background: #fff;
  background: var(--bs-body-bg, #1e293b);
  border-bottom-color: #dee2e6;
  border-bottom-color: var(--bs-border-color, #334155);
}
[data-bs-theme=dark] .mobile-nav-section-header:hover {
  background-color: rgba(37, 99, 235, 0.1);
}
[data-bs-theme=dark] .mobile-nav-link:hover,
[data-bs-theme=dark] .mobile-nav-links .dropdown-item:hover,
[data-bs-theme=dark] .mobile-nav-links .theme-dropdown-item:hover {
  background-color: rgba(37, 99, 235, 0.1);
}
.mobile-quick-actions,
.mobile-guest-nav {
  background: #fff;
  background: var(--bs-body-bg);
}
.mobile-main-nav {
  background: #e9ecef;
  background: var(--bs-secondary-bg);
  padding: 1rem;
}
.mobile-nav-section {
  background: #fff;
  background: var(--bs-body-bg);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  border-radius: 16px;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav-section:last-child {
  margin-bottom: 0;
}
.mobile-nav-section-content {
  background: #fff;
  background: var(--bs-body-bg);
  border-top: 1px solid #dee2e6;
  border-top: 1px solid var(--bs-border-color);
}
.mobile-nav-section-header {
  padding: 1rem 1.25rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.mobile-nav-section-header:hover, .mobile-nav-section-header:active {
  background-color: #f8f9fa;
  background-color: var(--bs-tertiary-bg);
}
.mobile-nav-section-header i:first-child {
  width: 1.25rem;
  text-align: center;
  color: #0d6efd;
  color: var(--bs-primary);
}
.mobile-nav-section-header .fa-chevron-down {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.mobile-nav-section-header[aria-expanded=true] .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobile-nav-links {
  padding: 0.5rem 0;
  margin: 0;
  list-style: none;
}
.mobile-nav-link,
.mobile-nav-links .dropdown-item,
.mobile-nav-links .theme-dropdown-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.75rem 1.25rem;
  color: #212529;
  color: var(--bs-body-color);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: transparent;
}
.mobile-nav-link:hover,
.mobile-nav-links .dropdown-item:hover,
.mobile-nav-links .theme-dropdown-item:hover {
  background-color: #f8f9fa;
  background-color: var(--bs-tertiary-bg);
  color: #212529;
  color: var(--bs-body-color);
  text-decoration: none;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.mobile-nav-link:active,
.mobile-nav-links .dropdown-item:active,
.mobile-nav-links .theme-dropdown-item:active {
  background-color: #f8f9fa;
  background-color: var(--bs-tertiary-bg);
  -webkit-transform: scale(0.98) translateX(2px);
          transform: scale(0.98) translateX(2px);
}
.mobile-nav-link i,
.mobile-nav-links .dropdown-item i,
.mobile-nav-links .theme-dropdown-item i {
  width: 1.25rem;
  text-align: center;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  margin-right: 0.75rem;
}
.mobile-nav-divider {
  height: 1px;
  background: #dee2e6;
  background: var(--bs-border-color);
  margin: 0.5rem 1.25rem;
}
@media (max-width: 575.98px) {
  .mobile-nav-header {
    padding: 0.5rem 0;
  }
  .mobile-brand-text {
    font-size: 1.1rem;
  }
  .mobile-nav-section-header {
    padding: 0.875rem 1rem;
  }
  .mobile-nav-link {
    padding: 0.75rem 1rem;
  }
}
.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(65px + env(safe-area-inset-bottom, 0));
  background: rgba(255, 255, 255, 0.9);
  background: rgba(var(--bs-body-bg-rgb), 0.9);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-top: 1px solid rgba(var(--bs-border-color-rgb), 0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding-bottom: env(safe-area-inset-bottom, 0);
  z-index: 1040;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}
.mobile-bottom-nav .bottom-nav-item {
  -ms-flex: 1 1;
      flex: 1 1;
  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;
  text-decoration: none;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-size: 0.825rem;
  font-weight: 600;
  -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 0;
  position: relative;
}
.mobile-bottom-nav .bottom-nav-item i {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0.8;
}
.mobile-bottom-nav .bottom-nav-item.active {
  color: #0d6efd;
  color: var(--bs-primary);
}
.mobile-bottom-nav .bottom-nav-item.active i {
  -webkit-transform: translateY(-2px) scale(1.1);
          transform: translateY(-2px) scale(1.1);
  opacity: 1;
}
.mobile-bottom-nav .bottom-nav-item.active::after {
  content: "";
  position: absolute;
  bottom: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0d6efd;
  background-color: var(--bs-primary);
  -webkit-box-shadow: 0 0 4px #0d6efd;
          box-shadow: 0 0 4px #0d6efd;
  -webkit-box-shadow: 0 0 4px var(--bs-primary);
          box-shadow: 0 0 4px var(--bs-primary);
}
.mobile-bottom-nav .bottom-nav-item:active {
  opacity: 0.7;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}
.mobile-bottom-nav .nav-item-new {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@-webkit-keyframes pulse-primary-glow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.4);
            box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0.4);
            box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(13, 110, 253, 0);
            box-shadow: 0 0 0 10px rgba(13, 110, 253, 0);
    -webkit-box-shadow: 0 0 0 10px rgba(var(--bs-primary-rgb), 0);
            box-shadow: 0 0 0 10px rgba(var(--bs-primary-rgb), 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
            box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0);
            box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0);
  }
}
@keyframes pulse-primary-glow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.4);
            box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0.4);
            box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(13, 110, 253, 0);
            box-shadow: 0 0 0 10px rgba(13, 110, 253, 0);
    -webkit-box-shadow: 0 0 0 10px rgba(var(--bs-primary-rgb), 0);
            box-shadow: 0 0 0 10px rgba(var(--bs-primary-rgb), 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
            box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0);
            box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0);
  }
}
.mobile-bottom-nav .nav-item-new .btn-new-glow {
  background: #0d6efd;
  background: var(--bs-primary);
  color: white !important;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4);
          box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4);
  -webkit-box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb), 0.4);
          box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb), 0.4);
  margin-top: -24px;
  border: 4px solid rgba(255, 255, 255, 0.85);
  border: 4px solid rgba(var(--bs-body-bg-rgb), 0.85);
  background-clip: padding-box;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-filter 0.2s ease;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.2s ease;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.2s ease, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-filter 0.2s ease;
  -webkit-animation: pulse-primary-glow 3s infinite;
          animation: pulse-primary-glow 3s infinite;
}
.mobile-bottom-nav .nav-item-new .btn-new-glow:active {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
@media (prefers-reduced-motion: reduce) {
  .mobile-bottom-nav .nav-item-new .btn-new-glow {
    -webkit-animation: none;
            animation: none;
    -webkit-transition: none;
    transition: none;
  }
}
.mobile-bottom-nav .nav-item-new .btn-new-glow i {
  margin-bottom: 0;
  font-size: 1.5rem;
  opacity: 1;
}
@media (max-width: 991.98px) {
  body {
    padding-bottom: calc(65px + env(safe-area-inset-bottom, 0)) !important;
  }
}
.theme-offcanvas-bottom {
  border-radius: 20px 20px 0 0;
}
.theme-offcanvas-bottom .offcanvas-header, .theme-offcanvas-bottom .theme-offcanvas-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  padding-top: calc(1rem + env(safe-area-inset-top, 0));
}
.theme-offcanvas-end {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  -webkit-box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(var(--bs-border-color-rgb), 0.5);
}
.theme-offcanvas-end .offcanvas-header, .theme-offcanvas-end .theme-offcanvas-header {
  padding-top: calc(1rem + env(safe-area-inset-top, 0));
  border-top-left-radius: 24px;
}
.offcanvas-body, .theme-offcanvas-body {
  -webkit-overflow-scrolling: touch;
  padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0)) !important;
}
.drag-handle {
  width: 40px;
  height: 5px;
  background-color: #dee2e6;
  background-color: var(--bs-border-color);
  border-radius: 3px;
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.5;
}
.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 rgba(var(--bs-border-color-rgb), 0.3);
  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: rgba(var(--bs-modal-bg-rgb), 0.8) !important;
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  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;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.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;
}
.modal-backdrop {
  --bs-backdrop-bg: transparent !important;
  --bs-backdrop-opacity: 0 !important;
  background-color: transparent !important;
}
.theme-modal-backdrop {
  background-color: transparent !important;
}
.theme-modal-backdrop.fade {
  opacity: 0;
}
.theme-modal-backdrop.show {
  opacity: 0;
}
@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;
}
.tooltip, .theme-tooltip {
  z-index: 1070 !important;
  --bs-tooltip-bg: rgba(0, 0, 0, 0.9);
  --bs-tooltip-opacity: 1;
  --bs-tooltip-color: #fff;
}
.tooltip .tooltip-arrow, .theme-tooltip .tooltip-arrow {
  position: absolute;
}
.tooltip .tooltip-inner, .theme-tooltip .tooltip-inner {
  max-width: 200px;
  padding: 0.5rem 0.75rem;
  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-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;
}
.theme-table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.5rem;
  padding: var(--spacing-xs) var(--spacing-sm);
}
.theme-table-lg > :not(caption) > * > * {
  padding: 1rem 1.5rem;
  padding: var(--spacing-md) var(--spacing-lg);
}
.theme-table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.theme-table-bordered > :not(caption) > * > * {
  border-width: 1px;
}
.theme-table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.theme-table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.theme-table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.theme-table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.theme-table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.theme-table-responsive > .theme-table {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .theme-table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .theme-table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .theme-table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .theme-table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .theme-table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
caption {
  padding-top: 0.5rem;
  padding-top: var(--spacing-sm);
  padding-bottom: 0.5rem;
  padding-bottom: var(--spacing-sm);
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  text-align: left;
}
.theme-table-align-middle {
  vertical-align: middle;
}
.theme-table-align-top {
  vertical-align: top;
}
.theme-table-align-bottom {
  vertical-align: bottom;
}
.theme-table-text-start {
  text-align: left;
}
.theme-table-text-center {
  text-align: center;
}
.theme-table-text-end {
  text-align: right;
}
.collapse-toggle:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 4px rgba(33, 37, 41, 0.1);
          box-shadow: 0 2px 4px rgba(33, 37, 41, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(var(--bs-body-color-rgb), 0.1);
          box-shadow: 0 2px 4px rgba(var(--bs-body-color-rgb), 0.1);
}
.collapse-toggle:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.card-header[data-bs-toggle=collapse], [data-bs-toggle=collapse].theme-card-header {
  cursor: pointer;
}
.card-header[data-bs-toggle=collapse]:hover, [data-bs-toggle=collapse].theme-card-header:hover {
  background-color: rgba(33, 37, 41, 0.05);
  background-color: rgba(var(--bs-body-color-rgb), 0.05);
}
.card-header[data-bs-toggle=collapse] .collapse-icon, [data-bs-toggle=collapse].theme-card-header .collapse-icon {
  -webkit-transform-origin: center;
          transform-origin: center;
  color: #212529;
  color: var(--bs-body-color);
}
.card-header[data-bs-toggle=collapse][aria-expanded=true] .collapse-icon, [data-bs-toggle=collapse][aria-expanded=true].theme-card-header .collapse-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.card-header[data-bs-toggle=collapse][aria-expanded=false] .collapse-icon, [data-bs-toggle=collapse][aria-expanded=false].theme-card-header .collapse-icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.collapse-toggle i {
  -webkit-transform-origin: center;
          transform-origin: center;
  display: inline-block;
  color: #212529;
  color: var(--bs-body-color);
}
.collapse-toggle[aria-expanded=true] i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.collapse-toggle[aria-expanded=false] i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.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, .btn-group .theme-button {
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
}
.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, .btn-group .theme-button:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 4px rgba(33, 37, 41, 0.1);
          box-shadow: 0 2px 4px rgba(33, 37, 41, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(var(--bs-body-color-rgb), 0.1);
          box-shadow: 0 2px 4px rgba(var(--bs-body-color-rgb), 0.1);
}
.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, .btn-group .theme-button:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.btn-group .btn i, .btn-group .theme-btn i, .btn-group .theme-btn-primary i, .btn-group .theme-btn-secondary i, .btn-group .theme-btn-success i, .btn-group .theme-btn-danger i, .btn-group .theme-btn-warning i, .btn-group .theme-btn-info i, .btn-group .theme-btn-light i, .btn-group .theme-btn-dark i, .btn-group .theme-btn-outline-primary i, .btn-group .theme-btn-outline-secondary i, .btn-group .theme-btn-outline-success i, .btn-group .theme-btn-outline-danger i, .btn-group .theme-btn-outline-warning i, .btn-group .theme-btn-outline-info i, .btn-group .theme-btn-outline-light i, .btn-group .theme-btn-outline-dark i, .btn-group .theme-button i {
  margin-right: 0.25rem;
  margin-right: var(--spacing-xs);
  color: inherit;
}
.btn-group .btn i:last-child, .btn-group .theme-btn i:last-child, .btn-group .theme-btn-primary i:last-child, .btn-group .theme-btn-secondary i:last-child, .btn-group .theme-btn-success i:last-child, .btn-group .theme-btn-danger i:last-child, .btn-group .theme-btn-warning i:last-child, .btn-group .theme-btn-info i:last-child, .btn-group .theme-btn-light i:last-child, .btn-group .theme-btn-dark i:last-child, .btn-group .theme-btn-outline-primary i:last-child, .btn-group .theme-btn-outline-secondary i:last-child, .btn-group .theme-btn-outline-success i:last-child, .btn-group .theme-btn-outline-danger i:last-child, .btn-group .theme-btn-outline-warning i:last-child, .btn-group .theme-btn-outline-info i:last-child, .btn-group .theme-btn-outline-light i:last-child, .btn-group .theme-btn-outline-dark i:last-child, .btn-group .theme-button i:last-child {
  margin-right: 0;
}
.card-header .btn-group .btn, .theme-card-header .btn-group .btn, .card-header .btn-group .theme-btn, .theme-card-header .btn-group .theme-btn, .card-header .btn-group .theme-btn-primary, .theme-card-header .btn-group .theme-btn-primary, .card-header .btn-group .theme-btn-secondary, .theme-card-header .btn-group .theme-btn-secondary, .card-header .btn-group .theme-btn-success, .theme-card-header .btn-group .theme-btn-success, .card-header .btn-group .theme-btn-danger, .theme-card-header .btn-group .theme-btn-danger, .card-header .btn-group .theme-btn-warning, .theme-card-header .btn-group .theme-btn-warning, .card-header .btn-group .theme-btn-info, .theme-card-header .btn-group .theme-btn-info, .card-header .btn-group .theme-btn-light, .theme-card-header .btn-group .theme-btn-light, .card-header .btn-group .theme-btn-dark, .theme-card-header .btn-group .theme-btn-dark, .card-header .btn-group .theme-btn-outline-primary, .theme-card-header .btn-group .theme-btn-outline-primary, .card-header .btn-group .theme-btn-outline-secondary, .theme-card-header .btn-group .theme-btn-outline-secondary, .card-header .btn-group .theme-btn-outline-success, .theme-card-header .btn-group .theme-btn-outline-success, .card-header .btn-group .theme-btn-outline-danger, .theme-card-header .btn-group .theme-btn-outline-danger, .card-header .btn-group .theme-btn-outline-warning, .theme-card-header .btn-group .theme-btn-outline-warning, .card-header .btn-group .theme-btn-outline-info, .theme-card-header .btn-group .theme-btn-outline-info, .card-header .btn-group .theme-btn-outline-light, .theme-card-header .btn-group .theme-btn-outline-light, .card-header .btn-group .theme-btn-outline-dark, .theme-card-header .btn-group .theme-btn-outline-dark, .card-header .btn-group .theme-button, .theme-card-header .btn-group .theme-button {
  border-color: transparent;
}
.card-header .btn-group .btn:hover, .theme-card-header .btn-group .btn:hover, .card-header .btn-group .theme-btn:hover, .theme-card-header .btn-group .theme-btn:hover, .card-header .btn-group .theme-btn-primary:hover, .theme-card-header .btn-group .theme-btn-primary:hover, .card-header .btn-group .theme-btn-secondary:hover, .theme-card-header .btn-group .theme-btn-secondary:hover, .card-header .btn-group .theme-btn-success:hover, .theme-card-header .btn-group .theme-btn-success:hover, .card-header .btn-group .theme-btn-danger:hover, .theme-card-header .btn-group .theme-btn-danger:hover, .card-header .btn-group .theme-btn-warning:hover, .theme-card-header .btn-group .theme-btn-warning:hover, .card-header .btn-group .theme-btn-info:hover, .theme-card-header .btn-group .theme-btn-info:hover, .card-header .btn-group .theme-btn-light:hover, .theme-card-header .btn-group .theme-btn-light:hover, .card-header .btn-group .theme-btn-dark:hover, .theme-card-header .btn-group .theme-btn-dark:hover, .card-header .btn-group .theme-btn-outline-primary:hover, .theme-card-header .btn-group .theme-btn-outline-primary:hover, .card-header .btn-group .theme-btn-outline-secondary:hover, .theme-card-header .btn-group .theme-btn-outline-secondary:hover, .card-header .btn-group .theme-btn-outline-success:hover, .theme-card-header .btn-group .theme-btn-outline-success:hover, .card-header .btn-group .theme-btn-outline-danger:hover, .theme-card-header .btn-group .theme-btn-outline-danger:hover, .card-header .btn-group .theme-btn-outline-warning:hover, .theme-card-header .btn-group .theme-btn-outline-warning:hover, .card-header .btn-group .theme-btn-outline-info:hover, .theme-card-header .btn-group .theme-btn-outline-info:hover, .card-header .btn-group .theme-btn-outline-light:hover, .theme-card-header .btn-group .theme-btn-outline-light:hover, .card-header .btn-group .theme-btn-outline-dark:hover, .theme-card-header .btn-group .theme-btn-outline-dark:hover, .card-header .btn-group .theme-button:hover, .theme-card-header .btn-group .theme-button:hover {
  background-color: rgba(33, 37, 41, 0.1);
  background-color: rgba(var(--bs-body-color-rgb), 0.1);
}
.badge {
  font-size: 0.75em;
  padding: 0.25rem 0.5rem;
  padding: var(--spacing-xs) var(--spacing-sm);
}
.badge i {
  font-size: 0.9em;
  margin-right: 0.25rem;
  margin-right: var(--spacing-xs);
}
.quote-form-sections .card, .quote-form-sections .theme-card {
  margin-bottom: 1.5rem;
  margin-bottom: var(--spacing-lg);
}
.quote-form-sections .card:last-child, .quote-form-sections .theme-card:last-child {
  margin-bottom: 0;
}
.btn-add-item {
  color: #ffffff;
  background-color: #198754;
  background-color: var(--success);
  border-color: #198754;
  border-color: var(--success);
}
.btn-add-item:hover {
  background-color: #157347;
  border-color: #146c43;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(25, 135, 84, 0.3);
          box-shadow: 0 4px 8px rgba(25, 135, 84, 0.3);
}
.btn-add-item:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.btn-toolbar {
  margin-bottom: 1rem;
  margin-bottom: var(--spacing-md);
}
.btn-toolbar .btn-group .btn, .btn-toolbar .btn-group .theme-btn, .btn-toolbar .btn-group .theme-btn-primary, .btn-toolbar .btn-group .theme-btn-secondary, .btn-toolbar .btn-group .theme-btn-success, .btn-toolbar .btn-group .theme-btn-danger, .btn-toolbar .btn-group .theme-btn-warning, .btn-toolbar .btn-group .theme-btn-info, .btn-toolbar .btn-group .theme-btn-light, .btn-toolbar .btn-group .theme-btn-dark, .btn-toolbar .btn-group .theme-btn-outline-primary, .btn-toolbar .btn-group .theme-btn-outline-secondary, .btn-toolbar .btn-group .theme-btn-outline-success, .btn-toolbar .btn-group .theme-btn-outline-danger, .btn-toolbar .btn-group .theme-btn-outline-warning, .btn-toolbar .btn-group .theme-btn-outline-info, .btn-toolbar .btn-group .theme-btn-outline-light, .btn-toolbar .btn-group .theme-btn-outline-dark, .btn-toolbar .btn-group .theme-button {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  padding: var(--spacing-xs) var(--spacing-sm);
}
@media (max-width: 768px) {
  .btn-toolbar .btn-group .btn, .btn-toolbar .btn-group .theme-btn, .btn-toolbar .btn-group .theme-btn-primary, .btn-toolbar .btn-group .theme-btn-secondary, .btn-toolbar .btn-group .theme-btn-success, .btn-toolbar .btn-group .theme-btn-danger, .btn-toolbar .btn-group .theme-btn-warning, .btn-toolbar .btn-group .theme-btn-info, .btn-toolbar .btn-group .theme-btn-light, .btn-toolbar .btn-group .theme-btn-dark, .btn-toolbar .btn-group .theme-btn-outline-primary, .btn-toolbar .btn-group .theme-btn-outline-secondary, .btn-toolbar .btn-group .theme-btn-outline-success, .btn-toolbar .btn-group .theme-btn-outline-danger, .btn-toolbar .btn-group .theme-btn-outline-warning, .btn-toolbar .btn-group .theme-btn-outline-info, .btn-toolbar .btn-group .theme-btn-outline-light, .btn-toolbar .btn-group .theme-btn-outline-dark, .btn-toolbar .btn-group .theme-button {
    font-size: 0.75rem;
    padding: 0.25rem 0.25rem;
    padding: var(--spacing-xs) var(--spacing-xs);
  }
  .btn-toolbar .btn-group .btn .fa, .btn-toolbar .btn-group .theme-btn .fa, .btn-toolbar .btn-group .theme-btn-primary .fa, .btn-toolbar .btn-group .theme-btn-secondary .fa, .btn-toolbar .btn-group .theme-btn-success .fa, .btn-toolbar .btn-group .theme-btn-danger .fa, .btn-toolbar .btn-group .theme-btn-warning .fa, .btn-toolbar .btn-group .theme-btn-info .fa, .btn-toolbar .btn-group .theme-btn-light .fa, .btn-toolbar .btn-group .theme-btn-dark .fa, .btn-toolbar .btn-group .theme-btn-outline-primary .fa, .btn-toolbar .btn-group .theme-btn-outline-secondary .fa, .btn-toolbar .btn-group .theme-btn-outline-success .fa, .btn-toolbar .btn-group .theme-btn-outline-danger .fa, .btn-toolbar .btn-group .theme-btn-outline-warning .fa, .btn-toolbar .btn-group .theme-btn-outline-info .fa, .btn-toolbar .btn-group .theme-btn-outline-light .fa, .btn-toolbar .btn-group .theme-btn-outline-dark .fa, .btn-toolbar .btn-group .theme-button .fa {
    margin-right: 0.25rem;
    margin-right: var(--spacing-xs);
  }
  .card-header .d-flex, .theme-card-header .d-flex {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .card-header .d-flex .d-flex, .theme-card-header .d-flex .d-flex {
    margin-top: 0.5rem;
    margin-top: var(--spacing-sm);
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.theme-bg-secondary {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  color: #212529;
  color: var(--bs-body-color);
}
.theme-bg-light {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  color: #212529;
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .collapse-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
[data-bs-theme=dark] .theme-bg-secondary {
  background-color: #f8f9fa;
  background-color: var(--bs-tertiary-bg);
}
[data-bs-theme=dark] .theme-bg-light {
  background-color: #f8f9fa;
  background-color: var(--bs-tertiary-bg);
}
.w-260px {
  width: 260px !important;
}
.w-380px {
  width: 380px !important;
}
.w-400px {
  width: 400px !important;
}
.w-100px {
  width: 100px !important;
}
.h-100px {
  height: 100px !important;
}
.h-64px {
  height: 64px !important;
}
.avatar-28px {
  width: 28px !important;
  height: 28px !important;
}
.avatar-100px {
  width: 100px !important;
  height: 100px !important;
}
.presence-sm-csp {
  width: 8px !important;
  height: 8px !important;
  border-width: 1px !important;
}
.presence-md-csp {
  width: 10px !important;
  height: 10px !important;
  border-width: 2px !important;
}
.min-w-240 {
  min-width: 240px !important;
}
.rounded-12 {
  border-radius: 12px !important;
}
.text-xxs-extra {
  font-size: 0.6rem !important;
}
.text-xs-extra {
  font-size: 0.7rem !important;
}
.fs-2-5rem {
  font-size: 2.5rem !important;
}
.fs-1-1rem {
  font-size: 1.1rem !important;
}
.fs-1rem {
  font-size: 1rem !important;
}
.fs-0-9rem {
  font-size: 0.9rem !important;
}
.fs-0-8rem {
  font-size: 0.8rem !important;
}
.fs-0-75rem {
  font-size: 0.75rem !important;
}
.fs-0-725rem {
  font-size: 0.725rem !important;
}
.fs-0-7rem {
  font-size: 0.7rem !important;
}
.fs-0-65rem {
  font-size: 0.65rem !important;
}
.fs-0-6rem {
  font-size: 0.6rem !important;
}
.fs-0-55rem {
  font-size: 0.55rem !important;
}
.fs-0-5rem {
  font-size: 0.5rem !important;
}
.fs-0-45rem {
  font-size: 0.45rem !important;
}
.min-h-48px {
  min-height: 48px !important;
}
.min-h-40px {
  min-height: 40px !important;
}
.h-1-5rem {
  height: 1.5rem !important;
}
.w-1rem {
  width: 1rem !important;
}
.h-1rem {
  height: 1rem !important;
}
.w-44px {
  width: 44px !important;
}
.h-44px {
  height: 44px !important;
}
.w-54px {
  width: 54px !important;
}
.h-54px {
  height: 54px !important;
}
.w-38px {
  width: 38px !important;
}
.h-38px {
  height: 38px !important;
}
.w-32px {
  width: 32px !important;
}
.h-32px {
  height: 32px !important;
}
.w-28px {
  width: 28px !important;
}
.h-28px {
  height: 28px !important;
}
.w-24px {
  width: 24px !important;
}
.h-24px {
  height: 24px !important;
}
.size-13px {
  width: 13px !important;
  height: 13px !important;
}
.p-035-05 {
  padding: 0.35em 0.5em !important;
}
.p-015-045 {
  padding: 0.15rem 0.45rem !important;
}
.p-015-04 {
  padding: 0.15rem 0.4rem !important;
}
.ps-1rem {
  padding-left: 1rem !important;
}
.min-w-1-5rem {
  min-width: 1.5rem !important;
}
.min-w-180px {
  min-width: 180px !important;
}
.max-w-150px {
  max-width: 150px !important;
}
.max-w-160px {
  max-width: 160px !important;
}
.max-w-400px {
  max-width: 400px !important;
}
.ls-1px {
  letter-spacing: 1px !important;
}
.avatar-bg-gradient {
  background: linear-gradient(135deg, #0d6efd 0%, #6366f1 100%) !important;
  background: linear-gradient(135deg, var(--bs-primary) 0%, #6366f1 100%) !important;
}
.presence-border-body {
  border-color: rgba(255, 255, 255, 1) !important;
  border-color: rgba(var(--bs-body-bg-rgb), 1) !important;
}
.z-100 {
  z-index: 100 !important;
}
.z-5 {
  z-index: 5 !important;
}
.z-3 {
  z-index: 3 !important;
}
.sticky-backdrop {
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  z-index: 10 !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.message-avatar {
  width: 32px;
  height: 32px;
  font-size: 0.8rem;
}
.presence-dot {
  width: 10px;
  height: 10px;
  margin-bottom: 2px;
  margin-right: -2px;
}
.avatar-40 {
  width: 40px;
  height: 40px;
}
.avatar-64 {
  width: 64px;
  height: 64px;
}
.avatar-80 {
  width: 80px;
  height: 80px;
}
.icon-2rem {
  font-size: 2rem;
}
.max-w-250 {
  max-width: 250px;
}
.max-w-500 {
  max-width: 500px;
}
.preview-item-size {
  min-width: 120px;
  max-width: 200px;
}
.emoji-picker-container {
  width: 320px;
  max-height: 400px;
  z-index: 1050;
}
.emoji-grid-max-h {
  max-height: 200px;
}
.emoji-btn-sized {
  width: 32px;
  height: 32px;
}
.messaging-modal-dialog {
  max-width: 85%;
}
@media (max-width: 768px) {
  .messaging-modal-dialog {
    max-width: 100% !important;
    margin: 0 !important;
  }
}
.message-action-btn {
  padding: 0.125rem 0.375rem;
  font-size: 0.75rem;
}
.delivery-status-icon-small {
  display: none;
  font-size: 0.75rem;
}
.delivery-status-icon-small .fa-check-double.text-info {
  color: #4db3ff !important;
}
.delivery-status-icon-small .fa-check-double.text-success {
  color: #00d166 !important;
}
.message-delivery-status {
  font-size: 0.75rem;
}
.message-delivery-status .fa-check-double.text-info {
  color: #4db3ff !important;
}
.message-delivery-status .fa-check-double.text-success {
  color: #00d166 !important;
}
.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;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.messages-container::-webkit-scrollbar {
  width: 6px;
}
.messages-container::-webkit-scrollbar-track {
  background: transparent;
}
.messages-container::-webkit-scrollbar-thumb {
  background-color: #dee2e6;
  background-color: var(--bs-border-color);
  border-radius: 10px;
}
.message-row {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  position: relative;
}
.message-row:hover {
  background-color: rgba(13, 110, 253, 0.04) !important;
  background-color: rgba(var(--bs-primary-rgb), 0.04) !important;
}
.message-row:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 3px;
  background-color: #0d6efd;
  background-color: var(--bs-primary);
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: 0 0 10px rgba(13, 110, 253, 0.3);
          box-shadow: 0 0 10px rgba(13, 110, 253, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(var(--bs-primary-rgb), 0.3);
          box-shadow: 0 0 10px rgba(var(--bs-primary-rgb), 0.3);
}
.message-row.is-selected .message-actions-overlay {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.message-row.message-grouped {
  padding-top: 0.1rem !important;
  padding-bottom: 0.1rem !important;
}
.message-row.message-grouped .flex-shrink-0, .message-row.message-grouped .message-header {
  display: none !important;
}
.message-row.message-grouped .message-body {
  margin-top: 0 !important;
}
.message-row.message-grouped .flex-grow-1 {
  margin-left: 48px !important;
}
.message-row.message-grouped::after {
  content: attr(data-time-short);
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.65rem;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.message-row.message-grouped:hover::after {
  opacity: 0.5;
}
.avatar-36 {
  width: 36px;
  height: 36px;
}
.message-actions-overlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-8px) scale(0.95);
          transform: translateY(-8px) scale(0.95);
  -webkit-transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 100;
  padding: 2px;
  background-color: rgba(255, 255, 255, 0.7) !important;
  background-color: rgba(var(--bs-body-bg-rgb), 0.7) !important;
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}
.message-actions-overlay .btn-glass-action {
  background: transparent;
  border: none;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  padding: 0.5rem 0.75rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50rem;
}
.message-actions-overlay .btn-glass-action:hover {
  background: rgba(13, 110, 253, 0.15);
  background: rgba(var(--bs-primary-rgb), 0.15);
  color: #0d6efd;
  color: var(--bs-primary);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.message-actions-overlay .btn-glass-action.dropdown-toggle::after, .message-actions-overlay .btn-glass-action.theme-dropdown-toggle::after {
  display: none;
}
.message-actions-overlay .btn-glass-action form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.message-actions-overlay .dropdown-menu, .message-actions-overlay .theme-dropdown-menu {
  margin-top: 0.5rem !important;
  border: 1px solid rgba(var(--bs-border-color-rgb), 0.2) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
}
.message-actions-overlay .dropdown-menu.show, .message-actions-overlay .show.theme-dropdown-menu {
  display: -ms-flexbox !important;
  display: flex !important;
}
.reaction-pill {
  cursor: pointer;
  font-size: 0.8rem;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.reaction-pill:hover {
  border-color: #1264a3;
}
.reaction-pill.bg-primary-subtle {
  background-color: #eaf5ff;
  border-color: #1264a3;
  color: #1264a3;
}
.attachment-bubble {
  max-width: 300px;
  -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;
}
.attachment-bubble:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.arrow-none::after {
  display: none !important;
}
.typing-indicator {
  padding: 8px 16px;
  font-style: italic;
  color: #6c757d;
}
.typing-dots::after {
  content: "";
}
.typing-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 1px;
  background: currentColor;
  border-radius: 50%;
  -webkit-animation: pulse 1s infinite ease-in-out;
          animation: pulse 1s infinite ease-in-out;
}
.typing-dot:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.typing-dot:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.typing-dot-sidebar {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: pulse 1.5s infinite ease-in-out;
          animation: pulse 1.5s infinite ease-in-out;
}
.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;
  border: 1px solid var(--bs-border-color);
  background: #fff;
  background: var(--bs-body-bg);
  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 {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}
.sidebar-item:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  border-left-color: rgba(13, 110, 253, 0.5);
  border-left-color: rgba(var(--bs-primary-rgb), 0.5);
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.sidebar-item.active {
  background-color: rgb(206.6, 226, 254.6);
  background-color: var(--bs-primary-bg-subtle);
  border-left-color: #0d6efd;
  border-left-color: var(--bs-primary);
  color: #0d6efd;
  color: var(--bs-primary);
}
.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;
}
.btn-loading .fa-spinner {
  display: inline-block;
}
.messaging-tabs-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.messaging-tabs-container::-webkit-scrollbar {
  display: none;
}
.messaging-tabs-container .nav-link > span:not(.badge), .messaging-tabs-container .theme-nav-link > span:not(.badge) {
  display: none !important;
}
#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: 1rem;
  opacity: 0.8;
}
@media (max-width: 576px) {
  #messaging-tabs .nav-link i, #messaging-tabs .theme-nav-link i {
    margin-right: 0 !important;
  }
}
#messaging-tabs .nav-link.active i, #messaging-tabs .active.theme-nav-link i {
  opacity: 1;
}
#messaging-tabs .badge {
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
}
.messaging-sidebar {
  background-color: #f8f9fa;
  background-color: var(--bs-tertiary-bg);
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  border-right: 1px solid #dee2e6;
  border-right: 1px solid var(--bs-border-color);
}
.messaging-sidebar .section-header {
  padding: 1rem 1rem 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.messaging-sidebar .section-header:hover {
  color: #000;
  color: var(--bs-emphasis-color);
}
.messaging-sidebar .section-header:hover .add-btn {
  opacity: 1;
}
.messaging-sidebar .section-header .add-btn {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background: transparent;
  border: none;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-size: 0.9rem;
  padding: 0.75rem;
  margin: -0.75rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 44px;
  min-height: 44px;
}
.messaging-sidebar .section-header .add-btn:hover {
  color: #0d6efd;
  color: var(--bs-primary);
  opacity: 1;
}
.messaging-sidebar .collapse-section {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out, opacity 0.2s ease;
  transition: max-height 0.3s ease-out, opacity 0.2s ease;
  opacity: 0;
  pointer-events: none;
}
.messaging-sidebar .collapse-section.show {
  max-height: 1000px;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: max-height 0.5s ease-in, opacity 0.3s ease;
  transition: max-height 0.5s ease-in, opacity 0.3s ease;
}
.messaging-sidebar .transition-rotate {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.messaging-sidebar .channel-item,
.messaging-sidebar .conversation-item,
.messaging-sidebar .direct-item,
.messaging-sidebar .entity-item {
  padding: 0.5rem 1rem;
  margin: 0 0.5rem 0.25rem;
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
  border: none !important;
  background: transparent;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: calc(100% - 1rem);
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.messaging-sidebar .channel-item:hover,
.messaging-sidebar .conversation-item:hover,
.messaging-sidebar .direct-item:hover,
.messaging-sidebar .entity-item:hover {
  background-color: rgba(33, 37, 41, 0.05);
  background-color: rgba(var(--bs-body-color-rgb), 0.05);
  color: #000;
  color: var(--bs-emphasis-color);
}
.messaging-sidebar .channel-item .avatar-1-5rem, .messaging-sidebar .channel-item .avatar-2rem,
.messaging-sidebar .conversation-item .avatar-1-5rem,
.messaging-sidebar .conversation-item .avatar-2rem,
.messaging-sidebar .direct-item .avatar-1-5rem,
.messaging-sidebar .direct-item .avatar-2rem,
.messaging-sidebar .entity-item .avatar-1-5rem,
.messaging-sidebar .entity-item .avatar-2rem {
  opacity: 0.9;
}
.messaging-sidebar .communicator-item {
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  margin: 0 8px 4px;
  background: transparent;
  border: none;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  text-align: left;
  width: calc(100% - 16px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.messaging-sidebar .communicator-item:hover {
  background-color: rgba(13, 110, 253, 0.08);
  background-color: rgba(var(--bs-primary-rgb), 0.08);
  color: #000;
  color: var(--bs-emphasis-color);
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.messaging-sidebar .communicator-item.active {
  background-color: #0d6efd;
  background-color: var(--bs-primary);
  color: white;
  -webkit-box-shadow: 0 4px 12px rgba(13, 110, 253, 0.25);
          box-shadow: 0 4px 12px rgba(13, 110, 253, 0.25);
  -webkit-box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb), 0.25);
          box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb), 0.25);
}
.messaging-sidebar .communicator-item.active .item-name {
  color: white !important;
}
.messaging-sidebar .communicator-item.active .item-snippet, .messaging-sidebar .communicator-item.active .item-time {
  color: rgba(255, 255, 255, 0.7) !important;
}
.messaging-sidebar .communicator-item.active .presence-indicator {
  border-color: #0d6efd;
  border-color: var(--bs-primary);
}
.messaging-sidebar .communicator-item.unread .item-name {
  font-weight: 700;
  color: #000;
  color: var(--bs-emphasis-color);
}
.messaging-sidebar .communicator-item.unread .item-snippet {
  color: #000;
  color: var(--bs-emphasis-color);
}
.messaging-sidebar .communicator-item .avatar-circle-32 {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.85rem;
  letter-spacing: -0.02em;
}
.messaging-sidebar .communicator-item .avatar-circle-40 {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}
.messaging-sidebar .communicator-item .item-name {
  line-height: 1.2;
  display: block;
}
.messaging-sidebar .communicator-item .item-snippet {
  line-height: 1.4;
  display: block;
  opacity: 0.8;
}
.messaging-sidebar .communicator-item .x-small {
  font-size: 0.7rem;
}
.messaging-sidebar .presence-indicator {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #f8f9fa;
  border: 2px solid var(--bs-tertiary-bg);
}
.messaging-sidebar .presence-indicator.online {
  background-color: #2bac76;
}
.messaging-sidebar .presence-indicator.offline {
  background-color: #929292;
}
.messaging-sidebar .presence-indicator.away {
  background-color: #f2c037;
}
.messaging-sidebar .presence-indicator.do-not-disturb {
  background-color: #e84118;
}
.messaging-sidebar .active-users-scroll-area::-webkit-scrollbar {
  width: 4px;
}
.messaging-sidebar .active-users-scroll-area::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.messaging-sidebar .dropdown-item, .messaging-sidebar .theme-dropdown-item {
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.messaging-sidebar .dropdown-item:hover, .messaging-sidebar .theme-dropdown-item:hover {
  background-color: rgba(13, 110, 253, 0.05) !important;
  background-color: rgba(var(--bs-primary-rgb), 0.05) !important;
}
.messaging-sidebar .dropdown-item:hover .avatar-circle-32, .messaging-sidebar .theme-dropdown-item:hover .avatar-circle-32 {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.messaging-sidebar .dropdown-item .x-small, .messaging-sidebar .theme-dropdown-item .x-small {
  font-size: 0.7rem;
  opacity: 0.7;
}
.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;
  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);
  width: 320px;
  max-width: calc(100vw - 2rem);
  max-height: 50vh;
  overflow: hidden;
  display: none;
  -webkit-animation: fadeIn 0.15s ease-out;
          animation: fadeIn 0.15s ease-out;
}
.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, .emoji-category-buttons .theme-button {
  -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, .emoji-category-buttons .active.theme-button {
  background: #0d6efd;
  background: var(--bs-primary);
  color: white;
  border-radius: 0.25rem;
}
.emoji-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(32px, 1fr));
  grid-gap: 0.25rem;
  gap: 0.25rem;
  padding: 0.5rem;
  overflow-y: auto;
}
.emoji-grid-h-80 {
  max-height: 80px;
}
.emoji-grid-h-90 {
  max-height: 90px;
}
.emoji-grid-h-100 {
  max-height: 100px;
}
.emoji-grid-h-110 {
  max-height: 110px;
}
.emoji-grid-h-120 {
  max-height: 120px;
}
.emoji-grid-h-130 {
  max-height: 130px;
}
.emoji-grid-h-140 {
  max-height: 140px;
}
.emoji-grid-h-150 {
  max-height: 150px;
}
.emoji-grid-h-160 {
  max-height: 160px;
}
.emoji-grid-h-170 {
  max-height: 170px;
}
.emoji-grid-h-180 {
  max-height: 180px;
}
.emoji-grid-h-190 {
  max-height: 190px;
}
.emoji-grid-h-200 {
  max-height: 200px;
}
.emoji-grid-h-210 {
  max-height: 210px;
}
.emoji-grid-h-220 {
  max-height: 220px;
}
.emoji-grid-h-230 {
  max-height: 230px;
}
.emoji-grid-h-240 {
  max-height: 240px;
}
.emoji-grid-h-250 {
  max-height: 250px;
}
.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);
}
.emoji-btn {
  font-size: 1.1rem;
  line-height: 1;
  -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;
}
.emoji-btn:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 1;
}
.emoji-grid-container::-webkit-scrollbar {
  width: 6px;
}
.emoji-grid-container::-webkit-scrollbar-thumb {
  background-color: rgba(128, 128, 128, 0.4);
  border-radius: 3px;
}
.composer-container,
.message-composer-container {
  position: relative;
}
.composer-container .input-group, .composer-container .theme-input-group,
.message-composer-container .input-group,
.message-composer-container .theme-input-group {
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  padding: 0.25rem;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  -ms-flex-align: end;
      align-items: flex-end;
}
.composer-container .input-group:focus-within, .composer-container .theme-input-group:focus-within,
.message-composer-container .input-group:focus-within,
.message-composer-container .theme-input-group:focus-within {
  -webkit-box-shadow: 0 4px 15px rgba(13, 110, 253, 0.1);
          box-shadow: 0 4px 15px rgba(13, 110, 253, 0.1);
  -webkit-box-shadow: 0 4px 15px rgba(var(--bs-primary-rgb), 0.1);
          box-shadow: 0 4px 15px rgba(var(--bs-primary-rgb), 0.1);
  border-color: rgba(13, 110, 253, 0.5);
  border-color: rgba(var(--bs-primary-rgb), 0.5);
}
.composer-container .input-group .file-preview-wrapper .btn, .composer-container .theme-input-group .file-preview-wrapper .btn, .composer-container .input-group .file-preview-wrapper .theme-btn, .composer-container .theme-input-group .file-preview-wrapper .theme-btn, .composer-container .input-group .file-preview-wrapper .theme-btn-primary, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-primary, .composer-container .input-group .file-preview-wrapper .theme-btn-secondary, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-secondary, .composer-container .input-group .file-preview-wrapper .theme-btn-success, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-success, .composer-container .input-group .file-preview-wrapper .theme-btn-danger, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-danger, .composer-container .input-group .file-preview-wrapper .theme-btn-warning, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-warning, .composer-container .input-group .file-preview-wrapper .theme-btn-info, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-info, .composer-container .input-group .file-preview-wrapper .theme-btn-light, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-light, .composer-container .input-group .file-preview-wrapper .theme-btn-dark, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-dark, .composer-container .input-group .file-preview-wrapper .theme-btn-outline-primary, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-primary, .composer-container .input-group .file-preview-wrapper .theme-btn-outline-secondary, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-secondary, .composer-container .input-group .file-preview-wrapper .theme-btn-outline-success, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-success, .composer-container .input-group .file-preview-wrapper .theme-btn-outline-danger, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-danger, .composer-container .input-group .file-preview-wrapper .theme-btn-outline-warning, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-warning, .composer-container .input-group .file-preview-wrapper .theme-btn-outline-info, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-info, .composer-container .input-group .file-preview-wrapper .theme-btn-outline-light, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-light, .composer-container .input-group .file-preview-wrapper .theme-btn-outline-dark, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-dark, .composer-container .input-group .file-preview-wrapper .theme-button, .composer-container .theme-input-group .file-preview-wrapper .theme-button,
.message-composer-container .input-group .file-preview-wrapper .btn,
.message-composer-container .theme-input-group .file-preview-wrapper .btn,
.message-composer-container .input-group .file-preview-wrapper .theme-btn,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-primary,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-primary,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-secondary,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-secondary,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-success,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-success,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-danger,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-danger,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-warning,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-warning,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-info,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-info,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-light,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-light,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-dark,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-dark,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-outline-primary,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-primary,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-outline-secondary,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-secondary,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-outline-success,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-success,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-outline-danger,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-danger,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-outline-warning,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-warning,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-outline-info,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-info,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-outline-light,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-light,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-outline-dark,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-dark,
.message-composer-container .input-group .file-preview-wrapper .theme-button,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-button {
  border: none;
  background: transparent;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #6c757d;
  color: var(--bs-secondary);
}
.composer-container .input-group .file-preview-wrapper .btn:hover, .composer-container .theme-input-group .file-preview-wrapper .btn:hover, .composer-container .input-group .file-preview-wrapper .theme-btn:hover, .composer-container .theme-input-group .file-preview-wrapper .theme-btn:hover, .composer-container .input-group .file-preview-wrapper .theme-btn-primary:hover, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-primary:hover, .composer-container .input-group .file-preview-wrapper .theme-btn-secondary:hover, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-secondary:hover, .composer-container .input-group .file-preview-wrapper .theme-btn-success:hover, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-success:hover, .composer-container .input-group .file-preview-wrapper .theme-btn-danger:hover, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-danger:hover, .composer-container .input-group .file-preview-wrapper .theme-btn-warning:hover, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-warning:hover, .composer-container .input-group .file-preview-wrapper .theme-btn-info:hover, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-info:hover, .composer-container .input-group .file-preview-wrapper .theme-btn-light:hover, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-light:hover, .composer-container .input-group .file-preview-wrapper .theme-btn-dark:hover, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-dark:hover, .composer-container .input-group .file-preview-wrapper .theme-btn-outline-primary:hover, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-primary:hover, .composer-container .input-group .file-preview-wrapper .theme-btn-outline-secondary:hover, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-secondary:hover, .composer-container .input-group .file-preview-wrapper .theme-btn-outline-success:hover, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-success:hover, .composer-container .input-group .file-preview-wrapper .theme-btn-outline-danger:hover, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-danger:hover, .composer-container .input-group .file-preview-wrapper .theme-btn-outline-warning:hover, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-warning:hover, .composer-container .input-group .file-preview-wrapper .theme-btn-outline-info:hover, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-info:hover, .composer-container .input-group .file-preview-wrapper .theme-btn-outline-light:hover, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-light:hover, .composer-container .input-group .file-preview-wrapper .theme-btn-outline-dark:hover, .composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-dark:hover, .composer-container .input-group .file-preview-wrapper .theme-button:hover, .composer-container .theme-input-group .file-preview-wrapper .theme-button:hover,
.message-composer-container .input-group .file-preview-wrapper .btn:hover,
.message-composer-container .theme-input-group .file-preview-wrapper .btn:hover,
.message-composer-container .input-group .file-preview-wrapper .theme-btn:hover,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn:hover,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-primary:hover,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-primary:hover,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-secondary:hover,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-secondary:hover,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-success:hover,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-success:hover,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-danger:hover,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-danger:hover,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-warning:hover,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-warning:hover,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-info:hover,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-info:hover,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-light:hover,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-light:hover,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-dark:hover,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-dark:hover,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-outline-primary:hover,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-primary:hover,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-outline-secondary:hover,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-secondary:hover,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-outline-success:hover,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-success:hover,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-outline-danger:hover,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-danger:hover,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-outline-warning:hover,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-warning:hover,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-outline-info:hover,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-info:hover,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-outline-light:hover,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-light:hover,
.message-composer-container .input-group .file-preview-wrapper .theme-btn-outline-dark:hover,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-btn-outline-dark:hover,
.message-composer-container .input-group .file-preview-wrapper .theme-button:hover,
.message-composer-container .theme-input-group .file-preview-wrapper .theme-button:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  color: #0d6efd;
  color: var(--bs-primary);
}
.composer-container .input-group textarea.form-control, .composer-container .theme-input-group textarea.form-control, .composer-container .theme-input-group textarea.theme-form-control,
.composer-container .input-group textarea.theme-form-control,
.message-composer-container .input-group textarea.form-control,
.message-composer-container .theme-input-group textarea.form-control,
.message-composer-container .theme-input-group textarea.theme-form-control,
.message-composer-container .input-group textarea.theme-form-control {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  resize: none;
}
.composer-container .input-group textarea.form-control.rows-1, .composer-container .theme-input-group textarea.form-control.rows-1, .composer-container .theme-input-group textarea.rows-1.theme-form-control,
.composer-container .input-group textarea.theme-form-control.rows-1,
.message-composer-container .input-group textarea.form-control.rows-1,
.message-composer-container .theme-input-group textarea.form-control.rows-1,
.message-composer-container .theme-input-group textarea.rows-1.theme-form-control,
.message-composer-container .input-group textarea.theme-form-control.rows-1 {
  height: 42px;
}
.composer-container .input-group textarea.form-control.rows-2, .composer-container .theme-input-group textarea.form-control.rows-2, .composer-container .theme-input-group textarea.rows-2.theme-form-control,
.composer-container .input-group textarea.theme-form-control.rows-2,
.message-composer-container .input-group textarea.form-control.rows-2,
.message-composer-container .theme-input-group textarea.form-control.rows-2,
.message-composer-container .theme-input-group textarea.rows-2.theme-form-control,
.message-composer-container .input-group textarea.theme-form-control.rows-2 {
  height: 66px;
}
.composer-container .input-group textarea.form-control.rows-3, .composer-container .theme-input-group textarea.form-control.rows-3, .composer-container .theme-input-group textarea.rows-3.theme-form-control,
.composer-container .input-group textarea.theme-form-control.rows-3,
.message-composer-container .input-group textarea.form-control.rows-3,
.message-composer-container .theme-input-group textarea.form-control.rows-3,
.message-composer-container .theme-input-group textarea.rows-3.theme-form-control,
.message-composer-container .input-group textarea.theme-form-control.rows-3 {
  height: 90px;
}
.composer-container .input-group textarea.form-control.rows-4, .composer-container .theme-input-group textarea.form-control.rows-4, .composer-container .theme-input-group textarea.rows-4.theme-form-control,
.composer-container .input-group textarea.theme-form-control.rows-4,
.message-composer-container .input-group textarea.form-control.rows-4,
.message-composer-container .theme-input-group textarea.form-control.rows-4,
.message-composer-container .theme-input-group textarea.rows-4.theme-form-control,
.message-composer-container .input-group textarea.theme-form-control.rows-4 {
  height: 114px;
}
.composer-container .input-group textarea.form-control.rows-5, .composer-container .theme-input-group textarea.form-control.rows-5, .composer-container .theme-input-group textarea.rows-5.theme-form-control,
.composer-container .input-group textarea.theme-form-control.rows-5,
.message-composer-container .input-group textarea.form-control.rows-5,
.message-composer-container .theme-input-group textarea.form-control.rows-5,
.message-composer-container .theme-input-group textarea.rows-5.theme-form-control,
.message-composer-container .input-group textarea.theme-form-control.rows-5 {
  height: 138px;
}
.composer-container .input-group textarea.form-control.rows-6, .composer-container .theme-input-group textarea.form-control.rows-6, .composer-container .theme-input-group textarea.rows-6.theme-form-control,
.composer-container .input-group textarea.theme-form-control.rows-6,
.message-composer-container .input-group textarea.form-control.rows-6,
.message-composer-container .theme-input-group textarea.form-control.rows-6,
.message-composer-container .theme-input-group textarea.rows-6.theme-form-control,
.message-composer-container .input-group textarea.theme-form-control.rows-6 {
  height: 162px;
}
.composer-container .input-group textarea.form-control.rows-7, .composer-container .theme-input-group textarea.form-control.rows-7, .composer-container .theme-input-group textarea.rows-7.theme-form-control,
.composer-container .input-group textarea.theme-form-control.rows-7,
.message-composer-container .input-group textarea.form-control.rows-7,
.message-composer-container .theme-input-group textarea.form-control.rows-7,
.message-composer-container .theme-input-group textarea.rows-7.theme-form-control,
.message-composer-container .input-group textarea.theme-form-control.rows-7 {
  height: 186px;
}
.composer-container .input-group textarea.form-control.rows-8, .composer-container .theme-input-group textarea.form-control.rows-8, .composer-container .theme-input-group textarea.rows-8.theme-form-control,
.composer-container .input-group textarea.theme-form-control.rows-8,
.message-composer-container .input-group textarea.form-control.rows-8,
.message-composer-container .theme-input-group textarea.form-control.rows-8,
.message-composer-container .theme-input-group textarea.rows-8.theme-form-control,
.message-composer-container .input-group textarea.theme-form-control.rows-8 {
  height: 210px;
}
.composer-container .input-group textarea.form-control:focus, .composer-container .theme-input-group textarea.form-control:focus, .composer-container .theme-input-group textarea.theme-form-control:focus,
.composer-container .input-group textarea.theme-form-control:focus,
.message-composer-container .input-group textarea.form-control:focus,
.message-composer-container .theme-input-group textarea.form-control:focus,
.message-composer-container .theme-input-group textarea.theme-form-control:focus,
.message-composer-container .input-group textarea.theme-form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.composer-container .input-group textarea.form-control::-webkit-scrollbar, .composer-container .theme-input-group textarea.form-control::-webkit-scrollbar, .composer-container .theme-input-group textarea.theme-form-control::-webkit-scrollbar,
.composer-container .input-group textarea.theme-form-control::-webkit-scrollbar,
.message-composer-container .input-group textarea.form-control::-webkit-scrollbar,
.message-composer-container .theme-input-group textarea.form-control::-webkit-scrollbar,
.message-composer-container .theme-input-group textarea.theme-form-control::-webkit-scrollbar,
.message-composer-container .input-group textarea.theme-form-control::-webkit-scrollbar {
  width: 6px;
}
.composer-container .input-group textarea.form-control::-webkit-scrollbar-track, .composer-container .theme-input-group textarea.form-control::-webkit-scrollbar-track, .composer-container .theme-input-group textarea.theme-form-control::-webkit-scrollbar-track,
.composer-container .input-group textarea.theme-form-control::-webkit-scrollbar-track,
.message-composer-container .input-group textarea.form-control::-webkit-scrollbar-track,
.message-composer-container .theme-input-group textarea.form-control::-webkit-scrollbar-track,
.message-composer-container .theme-input-group textarea.theme-form-control::-webkit-scrollbar-track,
.message-composer-container .input-group textarea.theme-form-control::-webkit-scrollbar-track {
  background: transparent;
}
.composer-container .input-group textarea.form-control::-webkit-scrollbar-thumb, .composer-container .theme-input-group textarea.form-control::-webkit-scrollbar-thumb, .composer-container .theme-input-group textarea.theme-form-control::-webkit-scrollbar-thumb,
.composer-container .input-group textarea.theme-form-control::-webkit-scrollbar-thumb,
.message-composer-container .input-group textarea.form-control::-webkit-scrollbar-thumb,
.message-composer-container .theme-input-group textarea.form-control::-webkit-scrollbar-thumb,
.message-composer-container .theme-input-group textarea.theme-form-control::-webkit-scrollbar-thumb,
.message-composer-container .input-group textarea.theme-form-control::-webkit-scrollbar-thumb {
  background: #dee2e6;
  background: var(--bs-border-color);
  border-radius: 3px;
}
.composer-container .input-group #emoji-picker-container .btn, .composer-container .theme-input-group #emoji-picker-container .btn, .composer-container .input-group #emoji-picker-container .theme-btn, .composer-container .theme-input-group #emoji-picker-container .theme-btn, .composer-container .input-group #emoji-picker-container .theme-btn-primary, .composer-container .theme-input-group #emoji-picker-container .theme-btn-primary, .composer-container .input-group #emoji-picker-container .theme-btn-secondary, .composer-container .theme-input-group #emoji-picker-container .theme-btn-secondary, .composer-container .input-group #emoji-picker-container .theme-btn-success, .composer-container .theme-input-group #emoji-picker-container .theme-btn-success, .composer-container .input-group #emoji-picker-container .theme-btn-danger, .composer-container .theme-input-group #emoji-picker-container .theme-btn-danger, .composer-container .input-group #emoji-picker-container .theme-btn-warning, .composer-container .theme-input-group #emoji-picker-container .theme-btn-warning, .composer-container .input-group #emoji-picker-container .theme-btn-info, .composer-container .theme-input-group #emoji-picker-container .theme-btn-info, .composer-container .input-group #emoji-picker-container .theme-btn-light, .composer-container .theme-input-group #emoji-picker-container .theme-btn-light, .composer-container .input-group #emoji-picker-container .theme-btn-dark, .composer-container .theme-input-group #emoji-picker-container .theme-btn-dark, .composer-container .input-group #emoji-picker-container .theme-btn-outline-primary, .composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-primary, .composer-container .input-group #emoji-picker-container .theme-btn-outline-secondary, .composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-secondary, .composer-container .input-group #emoji-picker-container .theme-btn-outline-success, .composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-success, .composer-container .input-group #emoji-picker-container .theme-btn-outline-danger, .composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-danger, .composer-container .input-group #emoji-picker-container .theme-btn-outline-warning, .composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-warning, .composer-container .input-group #emoji-picker-container .theme-btn-outline-info, .composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-info, .composer-container .input-group #emoji-picker-container .theme-btn-outline-light, .composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-light, .composer-container .input-group #emoji-picker-container .theme-btn-outline-dark, .composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-dark, .composer-container .input-group #emoji-picker-container .theme-button, .composer-container .theme-input-group #emoji-picker-container .theme-button,
.message-composer-container .input-group #emoji-picker-container .btn,
.message-composer-container .theme-input-group #emoji-picker-container .btn,
.message-composer-container .input-group #emoji-picker-container .theme-btn,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn,
.message-composer-container .input-group #emoji-picker-container .theme-btn-primary,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-primary,
.message-composer-container .input-group #emoji-picker-container .theme-btn-secondary,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-secondary,
.message-composer-container .input-group #emoji-picker-container .theme-btn-success,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-success,
.message-composer-container .input-group #emoji-picker-container .theme-btn-danger,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-danger,
.message-composer-container .input-group #emoji-picker-container .theme-btn-warning,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-warning,
.message-composer-container .input-group #emoji-picker-container .theme-btn-info,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-info,
.message-composer-container .input-group #emoji-picker-container .theme-btn-light,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-light,
.message-composer-container .input-group #emoji-picker-container .theme-btn-dark,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-dark,
.message-composer-container .input-group #emoji-picker-container .theme-btn-outline-primary,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-primary,
.message-composer-container .input-group #emoji-picker-container .theme-btn-outline-secondary,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-secondary,
.message-composer-container .input-group #emoji-picker-container .theme-btn-outline-success,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-success,
.message-composer-container .input-group #emoji-picker-container .theme-btn-outline-danger,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-danger,
.message-composer-container .input-group #emoji-picker-container .theme-btn-outline-warning,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-warning,
.message-composer-container .input-group #emoji-picker-container .theme-btn-outline-info,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-info,
.message-composer-container .input-group #emoji-picker-container .theme-btn-outline-light,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-light,
.message-composer-container .input-group #emoji-picker-container .theme-btn-outline-dark,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-dark,
.message-composer-container .input-group #emoji-picker-container .theme-button,
.message-composer-container .theme-input-group #emoji-picker-container .theme-button {
  border: none;
  background: transparent;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #6c757d;
  color: var(--bs-secondary);
}
.composer-container .input-group #emoji-picker-container .btn:hover, .composer-container .theme-input-group #emoji-picker-container .btn:hover, .composer-container .input-group #emoji-picker-container .theme-btn:hover, .composer-container .theme-input-group #emoji-picker-container .theme-btn:hover, .composer-container .input-group #emoji-picker-container .theme-btn-primary:hover, .composer-container .theme-input-group #emoji-picker-container .theme-btn-primary:hover, .composer-container .input-group #emoji-picker-container .theme-btn-secondary:hover, .composer-container .theme-input-group #emoji-picker-container .theme-btn-secondary:hover, .composer-container .input-group #emoji-picker-container .theme-btn-success:hover, .composer-container .theme-input-group #emoji-picker-container .theme-btn-success:hover, .composer-container .input-group #emoji-picker-container .theme-btn-danger:hover, .composer-container .theme-input-group #emoji-picker-container .theme-btn-danger:hover, .composer-container .input-group #emoji-picker-container .theme-btn-warning:hover, .composer-container .theme-input-group #emoji-picker-container .theme-btn-warning:hover, .composer-container .input-group #emoji-picker-container .theme-btn-info:hover, .composer-container .theme-input-group #emoji-picker-container .theme-btn-info:hover, .composer-container .input-group #emoji-picker-container .theme-btn-light:hover, .composer-container .theme-input-group #emoji-picker-container .theme-btn-light:hover, .composer-container .input-group #emoji-picker-container .theme-btn-dark:hover, .composer-container .theme-input-group #emoji-picker-container .theme-btn-dark:hover, .composer-container .input-group #emoji-picker-container .theme-btn-outline-primary:hover, .composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-primary:hover, .composer-container .input-group #emoji-picker-container .theme-btn-outline-secondary:hover, .composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-secondary:hover, .composer-container .input-group #emoji-picker-container .theme-btn-outline-success:hover, .composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-success:hover, .composer-container .input-group #emoji-picker-container .theme-btn-outline-danger:hover, .composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-danger:hover, .composer-container .input-group #emoji-picker-container .theme-btn-outline-warning:hover, .composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-warning:hover, .composer-container .input-group #emoji-picker-container .theme-btn-outline-info:hover, .composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-info:hover, .composer-container .input-group #emoji-picker-container .theme-btn-outline-light:hover, .composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-light:hover, .composer-container .input-group #emoji-picker-container .theme-btn-outline-dark:hover, .composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-dark:hover, .composer-container .input-group #emoji-picker-container .theme-button:hover, .composer-container .theme-input-group #emoji-picker-container .theme-button:hover,
.message-composer-container .input-group #emoji-picker-container .btn:hover,
.message-composer-container .theme-input-group #emoji-picker-container .btn:hover,
.message-composer-container .input-group #emoji-picker-container .theme-btn:hover,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn:hover,
.message-composer-container .input-group #emoji-picker-container .theme-btn-primary:hover,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-primary:hover,
.message-composer-container .input-group #emoji-picker-container .theme-btn-secondary:hover,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-secondary:hover,
.message-composer-container .input-group #emoji-picker-container .theme-btn-success:hover,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-success:hover,
.message-composer-container .input-group #emoji-picker-container .theme-btn-danger:hover,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-danger:hover,
.message-composer-container .input-group #emoji-picker-container .theme-btn-warning:hover,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-warning:hover,
.message-composer-container .input-group #emoji-picker-container .theme-btn-info:hover,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-info:hover,
.message-composer-container .input-group #emoji-picker-container .theme-btn-light:hover,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-light:hover,
.message-composer-container .input-group #emoji-picker-container .theme-btn-dark:hover,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-dark:hover,
.message-composer-container .input-group #emoji-picker-container .theme-btn-outline-primary:hover,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-primary:hover,
.message-composer-container .input-group #emoji-picker-container .theme-btn-outline-secondary:hover,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-secondary:hover,
.message-composer-container .input-group #emoji-picker-container .theme-btn-outline-success:hover,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-success:hover,
.message-composer-container .input-group #emoji-picker-container .theme-btn-outline-danger:hover,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-danger:hover,
.message-composer-container .input-group #emoji-picker-container .theme-btn-outline-warning:hover,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-warning:hover,
.message-composer-container .input-group #emoji-picker-container .theme-btn-outline-info:hover,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-info:hover,
.message-composer-container .input-group #emoji-picker-container .theme-btn-outline-light:hover,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-light:hover,
.message-composer-container .input-group #emoji-picker-container .theme-btn-outline-dark:hover,
.message-composer-container .theme-input-group #emoji-picker-container .theme-btn-outline-dark:hover,
.message-composer-container .input-group #emoji-picker-container .theme-button:hover,
.message-composer-container .theme-input-group #emoji-picker-container .theme-button:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  color: #0d6efd;
  color: var(--bs-primary);
}
.composer-container .input-group .btn-primary, .composer-container .theme-input-group .btn-primary, .composer-container .input-group .theme-btn-primary, .composer-container .theme-input-group .theme-btn-primary,
.message-composer-container .input-group .btn-primary,
.message-composer-container .theme-input-group .btn-primary,
.message-composer-container .input-group .theme-btn-primary,
.message-composer-container .theme-input-group .theme-btn-primary {
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 0.25rem;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.composer-container .input-group .btn-primary:not(:disabled):hover, .composer-container .theme-input-group .btn-primary:not(:disabled):hover, .composer-container .input-group .theme-btn-primary:not(:disabled):hover, .composer-container .theme-input-group .theme-btn-primary:not(:disabled):hover,
.message-composer-container .input-group .btn-primary:not(:disabled):hover,
.message-composer-container .theme-input-group .btn-primary:not(:disabled):hover,
.message-composer-container .input-group .theme-btn-primary:not(:disabled):hover,
.message-composer-container .theme-input-group .theme-btn-primary:not(:disabled):hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.composer-container .input-group .btn-primary i, .composer-container .theme-input-group .btn-primary i, .composer-container .input-group .theme-btn-primary i, .composer-container .theme-input-group .theme-btn-primary i,
.message-composer-container .input-group .btn-primary i,
.message-composer-container .theme-input-group .btn-primary i,
.message-composer-container .input-group .theme-btn-primary i,
.message-composer-container .theme-input-group .theme-btn-primary i {
  margin-right: 2px;
  margin-top: 2px;
}
@media (max-width: 576px) {
  .composer-container .composer-footer,
  .message-composer-container .composer-footer {
    margin-top: 0.25rem !important;
    padding: 0 0.5rem;
  }
  .composer-container .composer-footer [data-message-composer-target=charCount],
  .message-composer-container .composer-footer [data-message-composer-target=charCount] {
    font-size: 0.7rem;
    opacity: 0.8;
  }
}
.modal-body, .theme-modal-body {
  position: relative;
  z-index: 1;
}
.offcanvas-header .input-group-text, .theme-offcanvas-header .input-group-text, .offcanvas-header .theme-input-group-text, .theme-offcanvas-header .theme-input-group-text {
  border-right: none;
  padding-right: 0.5rem;
  color: #6c757d;
  color: var(--bs-secondary);
}
.offcanvas-header .form-control:focus, .theme-offcanvas-header .form-control:focus, .offcanvas-header .theme-form-control:focus, .theme-offcanvas-header .theme-form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
}
.messaging-thread-panel {
  background: #fff;
  background: var(--bs-body-bg);
  border-left: 1px solid #dee2e6;
  border-left: 1px solid var(--bs-border-color);
  width: 400px;
  min-width: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.messaging-thread-panel.thread-panel-open {
  -webkit-animation: threadPanelSlideIn 0.2s ease forwards;
          animation: threadPanelSlideIn 0.2s ease forwards;
}
.thread-parent-message {
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
  background-color: rgba(13, 110, 253, 0.05);
  background-color: rgba(var(--bs-primary-rgb), 0.05);
}
.thread-parent-message .message-row {
  background: transparent !important;
  border: none !important;
}
.thread-reply-count {
  font-size: 0.75rem;
  text-decoration: none;
}
.thread-reply-count:hover {
  text-decoration: underline;
}
.thread-composer-form textarea {
  resize: none;
  font-size: 0.85rem;
  max-height: 80px;
}
.thread-message {
  padding: 0.75rem !important;
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.thread-message:hover {
  background-color: rgba(13, 110, 253, 0.02);
  background-color: rgba(var(--bs-primary-rgb), 0.02);
}
.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: 767.98px) {
  .messaging-thread-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%;
    z-index: 1060;
  }
}
#members-offcanvas {
  z-index: 1065;
}
.offcanvas-backdrop.show + .modal ~ .offcanvas, .offcanvas-backdrop.show + .theme-modal ~ .offcanvas, .offcanvas-backdrop.show + .modal ~ .theme-offcanvas, .offcanvas-backdrop.show + .theme-modal ~ .theme-offcanvas,
.modal .offcanvas,
.theme-modal .offcanvas,
.modal .theme-offcanvas,
.theme-modal .theme-offcanvas {
  z-index: 1065;
}
@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, .messaging-sidebar .theme-list-group-item-primary, .messaging-sidebar .theme-list-group-item-secondary, .messaging-sidebar .theme-list-group-item-success, .messaging-sidebar .theme-list-group-item-danger, .messaging-sidebar .theme-list-group-item-warning, .messaging-sidebar .theme-list-group-item-info, .messaging-sidebar .theme-list-group-item-light, .messaging-sidebar .theme-list-group-item-dark, .messaging-sidebar .theme-list-item {
  border: none;
  padding: 0.75rem;
  cursor: pointer;
}
.messaging-sidebar .list-group-item:hover, .messaging-sidebar .theme-list-group-item:hover, .messaging-sidebar .theme-list-group-item-primary:hover, .messaging-sidebar .theme-list-group-item-secondary:hover, .messaging-sidebar .theme-list-group-item-success:hover, .messaging-sidebar .theme-list-group-item-danger:hover, .messaging-sidebar .theme-list-group-item-warning:hover, .messaging-sidebar .theme-list-group-item-info:hover, .messaging-sidebar .theme-list-group-item-light:hover, .messaging-sidebar .theme-list-group-item-dark:hover, .messaging-sidebar .theme-list-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, .messaging-sidebar .active.theme-list-group-item-primary, .messaging-sidebar .active.theme-list-group-item-secondary, .messaging-sidebar .active.theme-list-group-item-success, .messaging-sidebar .active.theme-list-group-item-danger, .messaging-sidebar .active.theme-list-group-item-warning, .messaging-sidebar .active.theme-list-group-item-info, .messaging-sidebar .active.theme-list-group-item-light, .messaging-sidebar .active.theme-list-group-item-dark, .messaging-sidebar .active.theme-list-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, .messaging-sidebar .active.theme-list-group-item-primary .fw-medium, .messaging-sidebar .active.theme-list-group-item-secondary .fw-medium, .messaging-sidebar .active.theme-list-group-item-success .fw-medium, .messaging-sidebar .active.theme-list-group-item-danger .fw-medium, .messaging-sidebar .active.theme-list-group-item-warning .fw-medium, .messaging-sidebar .active.theme-list-group-item-info .fw-medium, .messaging-sidebar .active.theme-list-group-item-light .fw-medium, .messaging-sidebar .active.theme-list-group-item-dark .fw-medium, .messaging-sidebar .active.theme-list-item .fw-medium {
  color: #0d6efd;
  color: var(--bs-primary);
}
.messaging-sidebar .list-group-item .badge, .messaging-sidebar .theme-list-group-item .badge, .messaging-sidebar .theme-list-group-item-primary .badge, .messaging-sidebar .theme-list-group-item-secondary .badge, .messaging-sidebar .theme-list-group-item-success .badge, .messaging-sidebar .theme-list-group-item-danger .badge, .messaging-sidebar .theme-list-group-item-warning .badge, .messaging-sidebar .theme-list-group-item-info .badge, .messaging-sidebar .theme-list-group-item-light .badge, .messaging-sidebar .theme-list-group-item-dark .badge, .messaging-sidebar .theme-list-item .badge {
  font-size: 0.65rem;
}
.messaging-main-area {
  background-color: #fff;
  background-color: var(--bs-body-bg);
  min-height: 0;
  padding-bottom: env(safe-area-inset-bottom);
}
.messaging-main-area .message-item {
  position: relative;
  padding: 0.5rem 0;
  border-radius: 0.375rem;
}
.messaging-main-area .message-item .message-inline-actions {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.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:hover .message-inline-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, .messaging-main-area .message-item .message-actions .theme-button {
  -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, .messaging-main-area .message-item .message-actions .theme-button: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, .file-attachments .theme-button {
  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, .file-attachments .theme-button: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, .file-attachments .theme-button .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, .composer-toolbar .theme-button: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, .composer-toolbar .active.theme-button {
  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, .emoji-picker .theme-button: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%;
}
@media (max-width: 768px) {
  .messaging-list-panel {
    width: 100%;
    border-right: none !important;
  }
  .messaging-list-panel.mobile-hidden {
    display: none !important;
  }
  .messaging-main-area {
    width: 100%;
    min-height: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s, opacity 0.3s;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .messaging-main-area.mobile-hidden {
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .messaging-main-area:not(.mobile-hidden) {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    position: relative;
  }
  .theme-modal-header {
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s, visibility 0.3s;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1060;
    position: relative;
  }
  .theme-modal-header.mobile-hidden {
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .theme-modal-header:not(.mobile-hidden) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .messages-container {
    height: 100%;
    min-height: 0;
    -ms-flex: 1 1;
        flex: 1 1;
    -webkit-overflow-scrolling: touch;
  }
  .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, [data-bs-theme=dark] .messaging-sidebar .theme-list-group-item-primary:hover, [data-bs-theme=dark] .messaging-sidebar .theme-list-group-item-secondary:hover, [data-bs-theme=dark] .messaging-sidebar .theme-list-group-item-success:hover, [data-bs-theme=dark] .messaging-sidebar .theme-list-group-item-danger:hover, [data-bs-theme=dark] .messaging-sidebar .theme-list-group-item-warning:hover, [data-bs-theme=dark] .messaging-sidebar .theme-list-group-item-info:hover, [data-bs-theme=dark] .messaging-sidebar .theme-list-group-item-light:hover, [data-bs-theme=dark] .messaging-sidebar .theme-list-group-item-dark:hover, [data-bs-theme=dark] .messaging-sidebar .theme-list-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, [data-bs-theme=dark] .messaging-sidebar .active.theme-list-group-item-primary, [data-bs-theme=dark] .messaging-sidebar .active.theme-list-group-item-secondary, [data-bs-theme=dark] .messaging-sidebar .active.theme-list-group-item-success, [data-bs-theme=dark] .messaging-sidebar .active.theme-list-group-item-danger, [data-bs-theme=dark] .messaging-sidebar .active.theme-list-group-item-warning, [data-bs-theme=dark] .messaging-sidebar .active.theme-list-group-item-info, [data-bs-theme=dark] .messaging-sidebar .active.theme-list-group-item-light, [data-bs-theme=dark] .messaging-sidebar .active.theme-list-group-item-dark, [data-bs-theme=dark] .messaging-sidebar .active.theme-list-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;
  }
}
.hover-bg-light {
  border-radius: 4px;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.hover-bg-light:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  color: #000 !important;
  color: var(--bs-emphasis-color) !important;
}
.composer-container {
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-radius: 8px;
}
.composer-container:focus-within {
  border-color: #0d6efd;
  border-color: var(--bs-primary);
  -webkit-box-shadow: 0 0 0 1px #0d6efd;
          box-shadow: 0 0 0 1px #0d6efd;
  -webkit-box-shadow: 0 0 0 1px var(--bs-primary);
          box-shadow: 0 0 0 1px var(--bs-primary);
}
.composer-container .composer-textarea {
  background-color: transparent !important;
  color: #212529;
  color: var(--bs-body-color);
  border: none;
  resize: none;
}
.composer-container .composer-textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.glass-panel, .theme-modal-content, .message-actions-overlay .dropdown-menu, .message-actions-overlay .theme-dropdown-menu {
  background: #fff;
  background: var(--bs-body-bg);
  background: rgba(255, 255, 255, 0.7) !important;
  background: rgba(var(--bs-body-bg-rgb, 255, 255, 255), 0.7) !important;
  backdrop-filter: blur(12px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
  border: 1px solid rgba(222, 226, 230, 0.2) !important;
  border: 1px solid rgba(var(--bs-border-color-rgb, 222, 226, 230), 0.2) !important;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
}
.theme-modal-content {
  -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
}
.hover-lift {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.hover-lift:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.hover-glow {
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.hover-glow:hover {
  -webkit-box-shadow: 0 0 15px rgba(13, 110, 253, 0.3);
          box-shadow: 0 0 15px rgba(13, 110, 253, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(var(--bs-primary-rgb), 0.3);
          box-shadow: 0 0 15px rgba(var(--bs-primary-rgb), 0.3);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.transition-all {
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.list-group-item:hover, .theme-list-group-item:hover, .theme-list-group-item-primary:hover, .theme-list-group-item-secondary:hover, .theme-list-group-item-success:hover, .theme-list-group-item-danger:hover, .theme-list-group-item-warning:hover, .theme-list-group-item-info:hover, .theme-list-group-item-light:hover, .theme-list-group-item-dark:hover, .theme-list-item:hover, .list-group-item:focus-within, .theme-list-group-item:focus-within, .theme-list-group-item-primary:focus-within, .theme-list-group-item-secondary:focus-within, .theme-list-group-item-success:focus-within, .theme-list-group-item-danger:focus-within, .theme-list-group-item-warning:focus-within, .theme-list-group-item-info:focus-within, .theme-list-group-item-light:focus-within, .theme-list-group-item-dark:focus-within, .theme-list-item:focus-within {
  z-index: 20 !important;
}
.autocomplete-container {
  position: relative;
}
.autocomplete-results,
.dropdown-menu.autocomplete-results {
  position: absolute;
  top: 100% !important;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1050;
  display: none;
  background-color: #ffffff;
  background-color: var(--theme-card-bg, #ffffff);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color, #dee2e6);
  -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(--theme-box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
          box-shadow: var(--theme-box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
}
.autocomplete-results.show,
.dropdown-menu.autocomplete-results.show {
  display: block;
}
.autocomplete-item {
  padding: 0.5rem 1rem;
  padding: var(--spacing-sm, 0.5rem) var(--spacing-md, 1rem);
  cursor: pointer;
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color, #dee2e6);
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.autocomplete-item:hover, .autocomplete-item.selected {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg, #e9ecef);
  color: #212529;
  color: var(--bs-body-color, #212529);
}
.autocomplete-item:last-child {
  border-bottom: none;
}
.autocomplete-highlight {
  background-color: rgba(255, 193, 7, 0.3);
  font-weight: 600;
  border-radius: 2px;
  padding: 0 2px;
}
[data-bs-theme=dark] .autocomplete-highlight {
  background-color: rgba(255, 193, 7, 0.2);
  color: #ffda6a;
}
.autocomplete-loading,
.autocomplete-no-results,
.autocomplete-error {
  padding: 0.5rem 1rem;
  padding: var(--spacing-sm, 0.5rem) var(--spacing-md, 1rem);
  color: #6c757d;
  color: var(--text-muted, #6c757d);
  font-style: italic;
  font-size: 0.9em;
}
.autocomplete-error {
  color: #dc3545;
  color: var(--bs-danger, #dc3545);
}
.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);
}
@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, .btn-group .theme-button {
  -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, .btn-group .theme-button: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, .btn-group .theme-button: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 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}
#map-provider-filter-banner .alert {
  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;
}
.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, .text-center.py-5 .theme-button {
  -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, .text-center.py-5 .theme-button: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, .theme-body .row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .card-body .row .col-6, .theme-card-body .row .col-6, .theme-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, .btn-group .theme-button {
    -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, .theme-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, .theme-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, .theme-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, .theme-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, .theme-button {
    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, .theme-body .row .col-6:last-child {
    display: none;
  }
  .card-body .row .col-6:first-child, .theme-card-body .row .col-6:first-child, .theme-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, .loading.theme-button {
  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, .loading.theme-button::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;
}
.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, .theme-button: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, .popup-actions .theme-button {
  -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 .theme-button: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 .theme-button: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, .popup-actions .theme-button: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, .popup-actions .theme-button: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 .btn-primary.theme-button, .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 .btn-primary.theme-button: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 .btn-secondary.theme-button, .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 .btn-secondary.theme-button: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-sm.theme-button, .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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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, .popup-actions .btn-group-sm > .theme-button.theme-btn-outline-dark, .popup-actions .btn-group-sm > .btn.theme-button, .popup-actions .btn-group-sm > .theme-btn.theme-button, .popup-actions .btn-group-sm > .theme-btn-primary.theme-button, .popup-actions .btn-group-sm > .theme-btn-secondary.theme-button, .popup-actions .btn-group-sm > .theme-btn-success.theme-button, .popup-actions .btn-group-sm > .theme-btn-danger.theme-button, .popup-actions .btn-group-sm > .theme-btn-warning.theme-button, .popup-actions .btn-group-sm > .theme-btn-info.theme-button, .popup-actions .btn-group-sm > .theme-btn-light.theme-button, .popup-actions .btn-group-sm > .theme-btn-dark.theme-button, .popup-actions .btn-group-sm > .theme-btn-outline-primary.theme-button, .popup-actions .btn-group-sm > .theme-btn-outline-secondary.theme-button, .popup-actions .btn-group-sm > .theme-btn-outline-success.theme-button, .popup-actions .btn-group-sm > .theme-btn-outline-danger.theme-button, .popup-actions .btn-group-sm > .theme-btn-outline-warning.theme-button, .popup-actions .btn-group-sm > .theme-btn-outline-info.theme-button, .popup-actions .btn-group-sm > .theme-btn-outline-light.theme-button, .popup-actions .btn-group-sm > .theme-btn-outline-dark.theme-button, .popup-actions .btn-group-sm > .theme-button {
  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));
}
.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;
}
.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;
}
.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;
}
.infinite-scroll-sentinel {
  height: 50px;
  width: 100%;
  background-color: rgba(13, 110, 253, 0.05);
  background-color: rgba(var(--bs-primary-rgb), 0.05);
  border-top: 1px dashed #dee2e6;
  border-top: 1px dashed var(--bs-border-color);
  border-bottom: 1px dashed #dee2e6;
  border-bottom: 1px dashed var(--bs-border-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 1rem;
}
.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, .notification-actions .theme-button {
  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, .mobile-notification-triggers .theme-button {
  font-size: 0.8rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  min-height: 36px;
}
.fade-in-mobile {
  -webkit-animation: fadeInMobile 0.4s ease-out forwards;
          animation: fadeInMobile 0.4s ease-out forwards;
  opacity: 0;
}
.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;
}
.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, .notification-actions .theme-button {
    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, .mobile-notification-triggers .theme-button {
    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;
}
turbo-frame[busy] {
  opacity: 0.75;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.card-header .d-flex.flex-nowrap > .me-auto,
.theme-card-header .d-flex.flex-nowrap > .me-auto {
  min-width: 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  overflow: hidden;
}
.card-header .d-flex.flex-nowrap > .ms-2,
.theme-card-header .d-flex.flex-nowrap > .ms-2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .card-header .d-flex.flex-nowrap,
  .theme-card-header .d-flex.flex-nowrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.card + .card, .theme-card + .card, .card + .theme-card,
.theme-card + .theme-card {
  margin-top: 1rem;
  margin-top: var(--section-gap-sm);
}
.theme-card {
  height: auto;
  min-height: 100px; /* Ensure minimum height */
}
.theme-card.min-h-0 {
  min-height: 0;
}
.theme-card.theme-card-fill {
  height: calc(100% - 1rem);
  height: calc(100% - var(--spacing-md));
}
@media (min-width: 992px) {
  .theme-card.theme-card-fill-lg {
    height: calc(100% - 1rem);
    height: calc(100% - var(--spacing-md));
  }
}
@media (max-width: 576px) {
  .card,
  .theme-card {
    margin-bottom: 1rem;
    margin-bottom: var(--spacing-md);
  }
  .card .card-body, .card .theme-card-body, .theme-card .theme-card-body, .card .theme-body, .theme-card .theme-body,
  .theme-card .card-body {
    padding: 0.5rem;
    padding: var(--component-padding-sm);
  }
  .card .card-header, .card .theme-card-header, .theme-card .theme-card-header,
  .card .card-footer,
  .card .theme-card-footer,
  .theme-card .theme-card-footer,
  .theme-card .card-header,
  .theme-card .card-footer {
    padding: 0.5rem;
    padding: var(--component-padding-sm);
  }
}
.metric-card {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -webkit-transition: -webkit-transform var(--transition-normal, 0.3s ease-in-out), -webkit-box-shadow var(--transition-normal, 0.3s ease-in-out);
  transition: -webkit-transform var(--transition-normal, 0.3s ease-in-out), -webkit-box-shadow var(--transition-normal, 0.3s ease-in-out);
  transition: transform var(--transition-normal, 0.3s ease-in-out), box-shadow var(--transition-normal, 0.3s ease-in-out);
  transition: transform var(--transition-normal, 0.3s ease-in-out), box-shadow var(--transition-normal, 0.3s ease-in-out), -webkit-transform var(--transition-normal, 0.3s ease-in-out), -webkit-box-shadow var(--transition-normal, 0.3s ease-in-out);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  background-color: var(--bs-card-bg);
}
.metric-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: var(--theme-box-shadow-hover, 0 10px 20px rgba(0, 0, 0, 0.15)) !important;
          box-shadow: var(--theme-box-shadow-hover, 0 10px 20px rgba(0, 0, 0, 0.15)) !important;
}
.metric-card .icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color var(--transition-normal, 0.3s ease-in-out);
  transition: background-color var(--transition-normal, 0.3s ease-in-out);
}
.filters-card {
  background-color: var(--bs-card-bg);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  border-radius: var(--border-radius-lg, 0.5rem);
}
.filters-card .card-header, .filters-card .theme-card-header {
  background-color: transparent;
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
}
.table-card {
  background-color: var(--bs-card-bg);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  border-radius: var(--border-radius-lg, 0.5rem);
  overflow: hidden;
}
.table-card .table, .table-card .theme-table, .table-card .theme-table-striped, .table-card .theme-table-hover, .table-card .theme-table-bordered, .table-card .theme-table-borderless, .table-card .theme-table-sm {
  margin-bottom: 0;
}
.table-card .table thead, .table-card .theme-table thead, .table-card .theme-table-striped thead, .table-card .theme-table-hover thead, .table-card .theme-table-bordered thead, .table-card .theme-table-borderless thead, .table-card .theme-table-sm thead {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
.table-card .table thead th, .table-card .theme-table thead th, .table-card .theme-table-striped thead th, .table-card .theme-table-hover thead th, .table-card .theme-table-bordered thead th, .table-card .theme-table-borderless thead th, .table-card .theme-table-sm thead th {
  font-weight: 600;
  color: #212529;
  color: var(--bs-body-color);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 16px;
}
.table-card .table tbody tr, .table-card .theme-table tbody tr, .table-card .theme-table-striped tbody tr, .table-card .theme-table-hover tbody tr, .table-card .theme-table-bordered tbody tr, .table-card .theme-table-borderless tbody tr, .table-card .theme-table-sm tbody tr {
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  -webkit-transition: background-color var(--transition-fast, 0.15s ease-in-out);
  transition: background-color var(--transition-fast, 0.15s ease-in-out);
}
.table-card .table tbody tr:hover, .table-card .theme-table tbody tr:hover, .table-card .theme-table-striped tbody tr:hover, .table-card .theme-table-hover tbody tr:hover, .table-card .theme-table-bordered tbody tr:hover, .table-card .theme-table-borderless tbody tr:hover, .table-card .theme-table-sm tbody tr:hover {
  background-color: #e9ecef !important;
  background-color: var(--bs-secondary-bg) !important;
}
.table-card .table tbody tr td, .table-card .theme-table tbody tr td, .table-card .theme-table-striped tbody tr td, .table-card .theme-table-hover tbody tr td, .table-card .theme-table-bordered tbody tr td, .table-card .theme-table-borderless tbody tr td, .table-card .theme-table-sm tbody tr td {
  padding: 14px 16px;
  vertical-align: middle;
  font-size: 0.9rem;
}
.status-icon {
  font-size: 1.1rem;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transition: -webkit-transform var(--transition-fast, 0.15s ease-in-out);
  transition: -webkit-transform var(--transition-fast, 0.15s ease-in-out);
  transition: transform var(--transition-fast, 0.15s ease-in-out);
  transition: transform var(--transition-fast, 0.15s ease-in-out), -webkit-transform var(--transition-fast, 0.15s ease-in-out);
  display: inline-block;
}
.status-icon:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (min-width: 992px) {
  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, .theme-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, .theme-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .theme-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .theme-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .theme-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .theme-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.theme-navbar, .theme-navbar {
    padding-top: max(0.5rem, env(safe-area-inset-top, 0));
    padding-bottom: 0.5rem;
    background: rgba(255, 255, 255, 0.8) !important;
    background: rgba(var(--bs-body-bg-rgb), 0.8) !important;
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    border-bottom: 1px solid rgba(var(--bs-border-color-rgb), 0.3);
  }
  .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;
    padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 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);
    max-height: calc(100vh - 80px - env(safe-area-inset-top, 0) - env(safe-area-inset-bottom, 0));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navbar.theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities, .theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities, .theme-navbar .navbar-collapse .mobile-nav-utilities.theme-navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #dee2e6;
    border-top: 1px solid var(--bs-border-color);
  }
  .navbar.theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .nav-item, .theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .nav-item, .theme-navbar .navbar-collapse .mobile-nav-utilities.theme-navbar-nav .nav-item, .theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .theme-nav-item, .theme-navbar .navbar-collapse .mobile-nav-utilities.theme-navbar-nav .theme-nav-item {
    margin-bottom: 0;
  }
  .navbar.theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .nav-item .nav-link, .theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .nav-item .nav-link, .theme-navbar .navbar-collapse .mobile-nav-utilities.theme-navbar-nav .nav-item .nav-link, .theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .theme-nav-item .nav-link, .theme-navbar .navbar-collapse .mobile-nav-utilities.theme-navbar-nav .theme-nav-item .nav-link, .theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .nav-item .theme-nav-link, .theme-navbar .navbar-collapse .mobile-nav-utilities.theme-navbar-nav .nav-item .theme-nav-link, .theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .theme-nav-item .theme-nav-link, .theme-navbar .navbar-collapse .mobile-nav-utilities.theme-navbar-nav .theme-nav-item .theme-nav-link {
    padding: 0.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .navbar.theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .nav-item .nav-link i, .theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .nav-item .nav-link i, .theme-navbar .navbar-collapse .mobile-nav-utilities.theme-navbar-nav .nav-item .nav-link i, .theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .theme-nav-item .nav-link i, .theme-navbar .navbar-collapse .mobile-nav-utilities.theme-navbar-nav .theme-nav-item .nav-link i, .theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .nav-item .theme-nav-link i, .theme-navbar .navbar-collapse .mobile-nav-utilities.theme-navbar-nav .nav-item .theme-nav-link i, .theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .theme-nav-item .theme-nav-link i, .theme-navbar .navbar-collapse .mobile-nav-utilities.theme-navbar-nav .theme-nav-item .theme-nav-link i {
    margin-right: 0;
    font-size: 1.25rem;
  }
  .navbar.theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .nav-item .nav-link span, .theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .nav-item .nav-link span, .theme-navbar .navbar-collapse .mobile-nav-utilities.theme-navbar-nav .nav-item .nav-link span, .theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .theme-nav-item .nav-link span, .theme-navbar .navbar-collapse .mobile-nav-utilities.theme-navbar-nav .theme-nav-item .nav-link span, .theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .nav-item .theme-nav-link span, .theme-navbar .navbar-collapse .mobile-nav-utilities.theme-navbar-nav .nav-item .theme-nav-link span, .theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .theme-nav-item .theme-nav-link span, .theme-navbar .navbar-collapse .mobile-nav-utilities.theme-navbar-nav .theme-nav-item .theme-nav-link span {
    display: none !important;
  }
  .navbar.theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .nav-item .dropdown-menu, .theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .nav-item .dropdown-menu, .theme-navbar .navbar-collapse .mobile-nav-utilities.theme-navbar-nav .nav-item .dropdown-menu, .theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .theme-nav-item .dropdown-menu, .theme-navbar .navbar-collapse .mobile-nav-utilities.theme-navbar-nav .theme-nav-item .dropdown-menu, .theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .nav-item .theme-dropdown-menu, .theme-navbar .navbar-collapse .mobile-nav-utilities.theme-navbar-nav .nav-item .theme-dropdown-menu, .theme-navbar .navbar-collapse .navbar-nav.mobile-nav-utilities .theme-nav-item .theme-dropdown-menu, .theme-navbar .navbar-collapse .mobile-nav-utilities.theme-navbar-nav .theme-nav-item .theme-dropdown-menu {
    position: absolute !important;
    width: 320px;
    max-width: calc(100vw - 3rem);
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    margin-top: 0.5rem;
    z-index: 1050;
  }
  .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, .table-responsive .theme-table tbody tr td:last-child .theme-button {
    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 {
    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, .modal-content .modal-footer .theme-button, .theme-modal-content .modal-footer .theme-button, .modal-content .theme-modal-footer .theme-button, .theme-modal-content .theme-modal-footer .theme-button {
    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, .card .theme-body, .theme-card .theme-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, .theme-button {
    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-sm.theme-button, .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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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, .btn-group-sm > .theme-button.theme-btn-outline-dark, .btn-group-sm > .btn.theme-button, .btn-group-sm > .theme-btn.theme-button, .btn-group-sm > .theme-btn-primary.theme-button, .btn-group-sm > .theme-btn-secondary.theme-button, .btn-group-sm > .theme-btn-success.theme-button, .btn-group-sm > .theme-btn-danger.theme-button, .btn-group-sm > .theme-btn-warning.theme-button, .btn-group-sm > .theme-btn-info.theme-button, .btn-group-sm > .theme-btn-light.theme-button, .btn-group-sm > .theme-btn-dark.theme-button, .btn-group-sm > .theme-btn-outline-primary.theme-button, .btn-group-sm > .theme-btn-outline-secondary.theme-button, .btn-group-sm > .theme-btn-outline-success.theme-button, .btn-group-sm > .theme-btn-outline-danger.theme-button, .btn-group-sm > .theme-btn-outline-warning.theme-button, .btn-group-sm > .theme-btn-outline-info.theme-button, .btn-group-sm > .theme-btn-outline-light.theme-button, .btn-group-sm > .theme-btn-outline-dark.theme-button, .btn-group-sm > .theme-button {
    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-lg.theme-button, .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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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 > .theme-button.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, .btn-group-lg > .theme-button.theme-btn-outline-dark, .btn-group-lg > .btn.theme-button, .btn-group-lg > .theme-btn.theme-button, .btn-group-lg > .theme-btn-primary.theme-button, .btn-group-lg > .theme-btn-secondary.theme-button, .btn-group-lg > .theme-btn-success.theme-button, .btn-group-lg > .theme-btn-danger.theme-button, .btn-group-lg > .theme-btn-warning.theme-button, .btn-group-lg > .theme-btn-info.theme-button, .btn-group-lg > .theme-btn-light.theme-button, .btn-group-lg > .theme-btn-dark.theme-button, .btn-group-lg > .theme-btn-outline-primary.theme-button, .btn-group-lg > .theme-btn-outline-secondary.theme-button, .btn-group-lg > .theme-btn-outline-success.theme-button, .btn-group-lg > .theme-btn-outline-danger.theme-button, .btn-group-lg > .theme-btn-outline-warning.theme-button, .btn-group-lg > .theme-btn-outline-info.theme-button, .btn-group-lg > .theme-btn-outline-light.theme-button, .btn-group-lg > .theme-btn-outline-dark.theme-button, .btn-group-lg > .theme-button {
    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, .theme-button: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, .theme-button: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, .btn-group .theme-button {
    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, .btn-group .theme-button: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;
  }
}
@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,
  .theme-button: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,
  .theme-button,
  .form-control,
  .theme-form-control,
  .form-select,
  .theme-form-select,
  .mobile-nav-link,
  .mobile-nav-section-header {
    min-height: 48px;
    min-width: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -webkit-tap-highlight-color: transparent;
  }
  .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;
  }
}
.transition-rotate {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
[aria-expanded=true] .transition-rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ls-1 {
  letter-spacing: 0.05em;
}
.animate-pulse {
  -webkit-animation: pulse-red 2s infinite;
          animation: pulse-red 2s infinite;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.mobile-loading-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 2rem;
  min-height: 200px;
}
.mobile-loading-container.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  min-height: 100vh;
}
.mobile-loading-container.loading-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  background: var(--bs-body-bg);
  z-index: 9999;
  min-height: 100vh;
}
.mobile-loading-container .mobile-loading-content {
  text-align: center;
  background: #fff;
  background: var(--bs-body-bg);
  border-radius: 0.75rem;
  padding: 2rem;
  -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);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  max-width: 300px;
  width: 100%;
}
.loading-overlay .mobile-loading-container .mobile-loading-content {
  background: #fff;
  background: var(--bs-body-bg);
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.25);
}
.mobile-loading-container .loading-icon {
  margin-bottom: 1rem;
}
.mobile-loading-container .loading-icon .spinner-border, .mobile-loading-container .loading-icon .theme-spinner-border {
  width: 3rem;
  height: 3rem;
  border-width: 0.3rem;
}
.mobile-loading-container .loading-icon .loading-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.5rem;
}
.mobile-loading-container .loading-icon .loading-dots .dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #0d6efd;
  background: var(--bs-primary);
  -webkit-animation: loadingDots 1.4s infinite ease-in-out both;
          animation: loadingDots 1.4s infinite ease-in-out both;
}
.mobile-loading-container .loading-icon .loading-dots .dot:nth-child(1) {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.mobile-loading-container .loading-icon .loading-dots .dot:nth-child(2) {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
.mobile-loading-container .loading-icon .loading-dots .dot:nth-child(3) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.mobile-loading-container .loading-icon .loading-pulse .pulse-circle {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #0d6efd;
  background: var(--bs-primary);
  -webkit-animation: loadingPulse 1.5s infinite ease-in-out;
          animation: loadingPulse 1.5s infinite ease-in-out;
}
.mobile-loading-container .loading-icon .loading-bars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.25rem;
}
.mobile-loading-container .loading-icon .loading-bars .bar {
  width: 0.5rem;
  height: 2rem;
  background: #0d6efd;
  background: var(--bs-primary);
  border-radius: 0.25rem;
  -webkit-animation: loadingBars 1.2s infinite ease-in-out;
          animation: loadingBars 1.2s infinite ease-in-out;
}
.mobile-loading-container .loading-icon .loading-bars .bar:nth-child(1) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.mobile-loading-container .loading-icon .loading-bars .bar:nth-child(2) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.mobile-loading-container .loading-icon .loading-bars .bar:nth-child(3) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.mobile-loading-container .loading-icon .loading-bars .bar:nth-child(4) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.mobile-loading-container .loading-icon .loading-skeleton .skeleton-line {
  height: 1rem;
  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-animation: loadingSkeleton 1.5s infinite;
          animation: loadingSkeleton 1.5s infinite;
  border-radius: 0.25rem;
  margin-bottom: 0.75rem;
}
.mobile-loading-container .loading-icon .loading-skeleton .skeleton-line:nth-child(1) {
  width: 100%;
}
.mobile-loading-container .loading-icon .loading-skeleton .skeleton-line:nth-child(2) {
  width: 80%;
}
.mobile-loading-container .loading-icon .loading-skeleton .skeleton-line:nth-child(3) {
  width: 60%;
}
.mobile-loading-container .loading-icon .loading-progress {
  width: 100%;
  height: 0.5rem;
  background: #e9ecef;
  background: var(--bs-secondary-bg);
  border-radius: 0.25rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.mobile-loading-container .loading-icon .loading-progress .progress-bar, .mobile-loading-container .loading-icon .loading-progress .theme-progress-bar {
  height: 100%;
  background: #0d6efd;
  background: var(--bs-primary);
  border-radius: 0.25rem;
  width: 0%;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-animation: loadingProgress 2s infinite ease-in-out;
          animation: loadingProgress 2s infinite ease-in-out;
}
.mobile-loading-container .loading-text {
  font-size: 1rem;
  font-weight: 500;
  color: #212529;
  color: var(--bs-body-color);
  margin-bottom: 1rem;
}
.mobile-loading-container .loading-percentage {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0d6efd;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
.mobile-loading-container .loading-actions {
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mobile-loading-container .loading-actions .btn, .mobile-loading-container .loading-actions .theme-btn, .mobile-loading-container .loading-actions .theme-btn-primary, .mobile-loading-container .loading-actions .theme-btn-secondary, .mobile-loading-container .loading-actions .theme-btn-success, .mobile-loading-container .loading-actions .theme-btn-danger, .mobile-loading-container .loading-actions .theme-btn-warning, .mobile-loading-container .loading-actions .theme-btn-info, .mobile-loading-container .loading-actions .theme-btn-light, .mobile-loading-container .loading-actions .theme-btn-dark, .mobile-loading-container .loading-actions .theme-btn-outline-primary, .mobile-loading-container .loading-actions .theme-btn-outline-secondary, .mobile-loading-container .loading-actions .theme-btn-outline-success, .mobile-loading-container .loading-actions .theme-btn-outline-danger, .mobile-loading-container .loading-actions .theme-btn-outline-warning, .mobile-loading-container .loading-actions .theme-btn-outline-info, .mobile-loading-container .loading-actions .theme-btn-outline-light, .mobile-loading-container .loading-actions .theme-btn-outline-dark, .mobile-loading-container .loading-actions .theme-button {
  min-height: 36px;
  font-size: 0.875rem;
  border-radius: 0.375rem;
}
.mobile-loading-container .loading-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
/* Loading Animations */
/* Size Variations */
.mobile-loading-container[data-mobile-loading-size-value=small] .loading-icon .spinner-border, .mobile-loading-container[data-mobile-loading-size-value=small] .loading-icon .theme-spinner-border {
  width: 1.5rem;
  height: 1.5rem;
  border-width: 0.2rem;
}
.mobile-loading-container[data-mobile-loading-size-value=small] .loading-icon .loading-dots .dot {
  width: 0.5rem;
  height: 0.5rem;
}
.mobile-loading-container[data-mobile-loading-size-value=small] .loading-icon .loading-pulse .pulse-circle {
  width: 1.5rem;
  height: 1.5rem;
}
.mobile-loading-container[data-mobile-loading-size-value=small] .loading-icon .loading-bars .bar {
  width: 0.375rem;
  height: 1.5rem;
}
.mobile-loading-container[data-mobile-loading-size-value=small] .loading-text {
  font-size: 0.875rem;
}
.mobile-loading-container[data-mobile-loading-size-value=large] .loading-icon .spinner-border, .mobile-loading-container[data-mobile-loading-size-value=large] .loading-icon .theme-spinner-border {
  width: 4rem;
  height: 4rem;
  border-width: 0.4rem;
}
.mobile-loading-container[data-mobile-loading-size-value=large] .loading-icon .loading-dots .dot {
  width: 1rem;
  height: 1rem;
}
.mobile-loading-container[data-mobile-loading-size-value=large] .loading-icon .loading-pulse .pulse-circle {
  width: 4rem;
  height: 4rem;
}
.mobile-loading-container[data-mobile-loading-size-value=large] .loading-icon .loading-bars .bar {
  width: 0.625rem;
  height: 2.5rem;
}
.mobile-loading-container[data-mobile-loading-size-value=large] .loading-text {
  font-size: 1.125rem;
}
/* Color Variations */
.mobile-loading-container[data-mobile-loading-color-value=success] .loading-icon .spinner-border, .mobile-loading-container[data-mobile-loading-color-value=success] .loading-icon .theme-spinner-border,
.mobile-loading-container[data-mobile-loading-color-value=success] .loading-icon .loading-dots .dot,
.mobile-loading-container[data-mobile-loading-color-value=success] .loading-icon .loading-pulse .pulse-circle,
.mobile-loading-container[data-mobile-loading-color-value=success] .loading-icon .loading-bars .bar,
.mobile-loading-container[data-mobile-loading-color-value=success] .loading-icon .loading-progress .progress-bar,
.mobile-loading-container[data-mobile-loading-color-value=success] .loading-icon .loading-progress .theme-progress-bar {
  color: #198754 !important;
  color: var(--bs-success) !important;
  background: #198754 !important;
  background: var(--bs-success) !important;
}
.mobile-loading-container[data-mobile-loading-color-value=success] .loading-percentage {
  color: #198754;
  color: var(--bs-success);
}
.mobile-loading-container[data-mobile-loading-color-value=danger] .loading-icon .spinner-border, .mobile-loading-container[data-mobile-loading-color-value=danger] .loading-icon .theme-spinner-border,
.mobile-loading-container[data-mobile-loading-color-value=danger] .loading-icon .loading-dots .dot,
.mobile-loading-container[data-mobile-loading-color-value=danger] .loading-icon .loading-pulse .pulse-circle,
.mobile-loading-container[data-mobile-loading-color-value=danger] .loading-icon .loading-bars .bar,
.mobile-loading-container[data-mobile-loading-color-value=danger] .loading-icon .loading-progress .progress-bar,
.mobile-loading-container[data-mobile-loading-color-value=danger] .loading-icon .loading-progress .theme-progress-bar {
  color: #dc3545 !important;
  color: var(--bs-danger) !important;
  background: #dc3545 !important;
  background: var(--bs-danger) !important;
}
.mobile-loading-container[data-mobile-loading-color-value=danger] .loading-percentage {
  color: #dc3545;
  color: var(--bs-danger);
}
.mobile-loading-container[data-mobile-loading-color-value=warning] .loading-icon .spinner-border, .mobile-loading-container[data-mobile-loading-color-value=warning] .loading-icon .theme-spinner-border,
.mobile-loading-container[data-mobile-loading-color-value=warning] .loading-icon .loading-dots .dot,
.mobile-loading-container[data-mobile-loading-color-value=warning] .loading-icon .loading-pulse .pulse-circle,
.mobile-loading-container[data-mobile-loading-color-value=warning] .loading-icon .loading-bars .bar,
.mobile-loading-container[data-mobile-loading-color-value=warning] .loading-icon .loading-progress .progress-bar,
.mobile-loading-container[data-mobile-loading-color-value=warning] .loading-icon .loading-progress .theme-progress-bar {
  color: #ffc107 !important;
  color: var(--bs-warning) !important;
  background: #ffc107 !important;
  background: var(--bs-warning) !important;
}
.mobile-loading-container[data-mobile-loading-color-value=warning] .loading-percentage {
  color: #ffc107;
  color: var(--bs-warning);
}
.mobile-loading-container[data-mobile-loading-color-value=info] .loading-icon .spinner-border, .mobile-loading-container[data-mobile-loading-color-value=info] .loading-icon .theme-spinner-border,
.mobile-loading-container[data-mobile-loading-color-value=info] .loading-icon .loading-dots .dot,
.mobile-loading-container[data-mobile-loading-color-value=info] .loading-icon .loading-pulse .pulse-circle,
.mobile-loading-container[data-mobile-loading-color-value=info] .loading-icon .loading-bars .bar,
.mobile-loading-container[data-mobile-loading-color-value=info] .loading-icon .loading-progress .progress-bar,
.mobile-loading-container[data-mobile-loading-color-value=info] .loading-icon .loading-progress .theme-progress-bar {
  color: #0dcaf0 !important;
  color: var(--bs-info) !important;
  background: #0dcaf0 !important;
  background: var(--bs-info) !important;
}
.mobile-loading-container[data-mobile-loading-color-value=info] .loading-percentage {
  color: #0dcaf0;
  color: var(--bs-info);
}
/* Responsive Adjustments */
@media (max-width: 575.98px) {
  .mobile-loading-container {
    padding: 1rem;
  }
  .mobile-loading-container .mobile-loading-content {
    padding: 1.5rem;
    max-width: 280px;
  }
  .mobile-loading-container .loading-icon {
    margin-bottom: 0.875rem;
  }
  .mobile-loading-container .loading-icon .spinner-border, .mobile-loading-container .loading-icon .theme-spinner-border {
    width: 2.5rem;
    height: 2.5rem;
  }
  .mobile-loading-container .loading-icon .loading-pulse .pulse-circle {
    width: 2.5rem;
    height: 2.5rem;
  }
  .mobile-loading-container .loading-text {
    font-size: 0.95rem;
  }
  .mobile-loading-container .loading-actions .btn, .mobile-loading-container .loading-actions .theme-btn, .mobile-loading-container .loading-actions .theme-btn-primary, .mobile-loading-container .loading-actions .theme-btn-secondary, .mobile-loading-container .loading-actions .theme-btn-success, .mobile-loading-container .loading-actions .theme-btn-danger, .mobile-loading-container .loading-actions .theme-btn-warning, .mobile-loading-container .loading-actions .theme-btn-info, .mobile-loading-container .loading-actions .theme-btn-light, .mobile-loading-container .loading-actions .theme-btn-dark, .mobile-loading-container .loading-actions .theme-btn-outline-primary, .mobile-loading-container .loading-actions .theme-btn-outline-secondary, .mobile-loading-container .loading-actions .theme-btn-outline-success, .mobile-loading-container .loading-actions .theme-btn-outline-danger, .mobile-loading-container .loading-actions .theme-btn-outline-warning, .mobile-loading-container .loading-actions .theme-btn-outline-info, .mobile-loading-container .loading-actions .theme-btn-outline-light, .mobile-loading-container .loading-actions .theme-btn-outline-dark, .mobile-loading-container .loading-actions .theme-button {
    min-height: 32px;
    font-size: 0.8rem;
  }
}
/* Dark Theme Support */
[data-bs-theme=dark] .mobile-loading-container .mobile-loading-content {
  background: #212529;
  background: var(--bs-dark);
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
}
[data-bs-theme=dark] .mobile-loading-container .loading-overlay-bg {
  background: rgba(0, 0, 0, 0.7);
}
/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .mobile-loading-container .loading-icon .spinner-border, .mobile-loading-container .loading-icon .theme-spinner-border,
  .mobile-loading-container .loading-icon .loading-dots .dot,
  .mobile-loading-container .loading-icon .loading-pulse .pulse-circle,
  .mobile-loading-container .loading-icon .loading-bars .bar,
  .mobile-loading-container .loading-icon .loading-skeleton .skeleton-line,
  .mobile-loading-container .loading-icon .loading-progress .progress-bar,
  .mobile-loading-container .loading-icon .loading-progress .theme-progress-bar {
    -webkit-animation: none;
            animation: none;
  }
}
@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, .card .theme-body, .theme-card .theme-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) {
  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;
  }
}
.offcanvas.theme-offcanvas-bottom, .theme-offcanvas-bottom.theme-offcanvas {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  height: auto;
  max-height: 85vh;
  -webkit-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.offcanvas.theme-offcanvas-bottom .offcanvas-header, .theme-offcanvas-bottom.theme-offcanvas .offcanvas-header, .offcanvas.theme-offcanvas-bottom .theme-offcanvas-header, .theme-offcanvas-bottom.theme-offcanvas .theme-offcanvas-header {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  padding: 1.25rem 1.5rem;
}
.offcanvas.theme-offcanvas-bottom .offcanvas-header::before, .theme-offcanvas-bottom.theme-offcanvas .offcanvas-header::before, .offcanvas.theme-offcanvas-bottom .theme-offcanvas-header::before, .theme-offcanvas-bottom.theme-offcanvas .theme-offcanvas-header::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background-color: #dee2e6;
  background-color: var(--bs-border-color);
  border-radius: 2px;
}
.offcanvas.theme-offcanvas-end, .theme-offcanvas-end.theme-offcanvas {
  width: 85vw;
  max-width: 320px;
  -webkit-box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
}
.offcanvas.theme-offcanvas-end .offcanvas-body, .theme-offcanvas-end.theme-offcanvas .offcanvas-body, .offcanvas.theme-offcanvas-end .theme-offcanvas-body, .theme-offcanvas-end.theme-offcanvas .theme-offcanvas-body {
  padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0));
}
[data-bs-theme=dark] .theme-offcanvas-bottom,
[data-bs-theme=dark] .theme-offcanvas-end {
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-color: #dee2e6;
  border-color: var(--bs-border-color);
  -webkit-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
}
.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);
}
.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;
  }
}
.swipe-container {
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  border-radius: var(--bs-border-radius);
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  background-color: #f8f9fa;
  background-color: var(--bs-tertiary-bg);
  isolation: isolate;
  padding: 0 !important;
  --swipe-distance: 140px;
}
.swipe-content {
  position: relative;
  z-index: 1000;
  z-index: var(--z-swipe-content, 1000);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: var(--bs-card-bg);
  opacity: 1 !important;
  will-change: transform;
  width: 100%;
  min-height: 100%;
}
.swipe-content.swiped-left {
  -webkit-transform: translateX(calc(-1 * var(--swipe-distance)));
          transform: translateX(calc(-1 * var(--swipe-distance)));
}
.swipe-content.swiped-right {
  -webkit-transform: translateX(var(--swipe-distance));
          transform: translateX(var(--swipe-distance));
}
.swipe-content.swipe-70 {
  --swipe-distance: 70px !important;
}
.swipe-content.swipe-140 {
  --swipe-distance: 140px !important;
}
.swipe-actions {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 500;
  z-index: var(--z-swipe-actions, 500);
  pointer-events: none;
  background-color: #f8f9fa;
  background-color: var(--bs-tertiary-bg);
}
.swipe-actions > * {
  pointer-events: auto;
}
.swipe-actions.swipe-actions-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.swipe-actions.swipe-actions-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.swipe-actions .swipe-action-btn {
  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;
  width: 70px;
  height: 100%;
  border: none;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.swipe-actions .swipe-action-btn i {
  font-size: 1.35rem;
  margin-bottom: 4px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.swipe-actions .swipe-action-btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.swipe-actions .swipe-action-btn:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.swipe-actions .swipe-action-btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.swipe-actions .swipe-action-btn.action-danger {
  background-color: #dc3545;
  background-color: var(--bs-danger);
  color: #fff;
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}
.swipe-actions .swipe-action-btn.action-primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#0d6efd), to(rgb(1.9713114754, 97.5799180328, 238.5286885246)));
  background: linear-gradient(180deg, #0d6efd 0%, rgb(1.9713114754, 97.5799180328, 238.5286885246) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--bs-primary)), to(rgb(1.9713114754, 97.5799180328, 238.5286885246)));
  background: linear-gradient(180deg, var(--bs-primary) 0%, rgb(1.9713114754, 97.5799180328, 238.5286885246) 100%);
  color: #fff;
}
.swipe-actions .swipe-action-btn.action-info {
  background-color: #0dcaf0;
  background-color: var(--bs-info);
  color: #fff;
}
.swipe-actions .swipe-action-btn.action-warning {
  background-color: #ffc107;
  background-color: var(--bs-warning);
  color: #000;
}
.swipe-actions .swipe-action-btn.action-success {
  background-color: #198754;
  background-color: var(--bs-success);
  color: #fff;
}
.swipe-actions form {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
}
.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, .provider-card .theme-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, .provider-actions .theme-button {
  margin-right: 0.25rem;
  margin-right: var(--spacing-xs);
  margin-bottom: 0.25rem;
  margin-bottom: var(--spacing-xs);
}
@media (max-width: 991.98px) {
  .providers-mobile .card, .providers-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);
  }
}
@media (min-width: 992px) {
  .providers-desktop .provider-row:hover {
    background-color: #e9ecef;
    background-color: var(--bs-secondary-bg);
    border-radius: 0.375rem;
    margin: 0 -0.5rem;
    padding: 0.5rem;
  }
}
.providers-search .form-label, .providers-search .theme-form-label {
  font-weight: 500;
  margin-bottom: 0.375rem;
}
.providers-search .form-control, .providers-search .theme-form-control,
.providers-search .form-select,
.providers-search .theme-form-select {
  border-radius: 0.375rem;
}
.providers-search .form-control:focus, .providers-search .theme-form-control:focus,
.providers-search .form-select:focus,
.providers-search .theme-form-select: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);
}
.providers-search .btn, .providers-search .theme-btn, .providers-search .theme-btn-primary, .providers-search .theme-btn-secondary, .providers-search .theme-btn-success, .providers-search .theme-btn-danger, .providers-search .theme-btn-warning, .providers-search .theme-btn-info, .providers-search .theme-btn-light, .providers-search .theme-btn-dark, .providers-search .theme-btn-outline-primary, .providers-search .theme-btn-outline-secondary, .providers-search .theme-btn-outline-success, .providers-search .theme-btn-outline-danger, .providers-search .theme-btn-outline-warning, .providers-search .theme-btn-outline-info, .providers-search .theme-btn-outline-light, .providers-search .theme-btn-outline-dark, .providers-search .theme-button {
  border-radius: 0.375rem;
  font-weight: 500;
}
.providers-search .btn:hover, .providers-search .theme-btn:hover, .providers-search .theme-btn-primary:hover, .providers-search .theme-btn-secondary:hover, .providers-search .theme-btn-success:hover, .providers-search .theme-btn-danger:hover, .providers-search .theme-btn-warning:hover, .providers-search .theme-btn-info:hover, .providers-search .theme-btn-light:hover, .providers-search .theme-btn-dark:hover, .providers-search .theme-btn-outline-primary:hover, .providers-search .theme-btn-outline-secondary:hover, .providers-search .theme-btn-outline-success:hover, .providers-search .theme-btn-outline-danger:hover, .providers-search .theme-btn-outline-warning:hover, .providers-search .theme-btn-outline-info:hover, .providers-search .theme-btn-outline-light:hover, .providers-search .theme-btn-outline-dark:hover, .providers-search .theme-button: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);
}
.providers-header .card, .providers-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);
}
.providers-header .card:hover, .providers-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);
}
.providers-header .stats-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d6efd;
  color: var(--primary);
}
.providers-header .stats-label {
  font-size: 0.875rem;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-weight: 500;
}
.providers-pagination .pagination, .providers-pagination .theme-pagination, .providers-pagination .theme-pagination-sm, .providers-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);
}
.providers-pagination .pagination .page-link, .providers-pagination .theme-pagination .page-link, .providers-pagination .theme-pagination-sm .page-link, .providers-pagination .theme-pagination-lg .page-link, .providers-pagination .pagination .theme-page-link, .providers-pagination .theme-pagination .theme-page-link, .providers-pagination .theme-pagination-sm .theme-page-link, .providers-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);
}
.providers-pagination .pagination .page-link:hover, .providers-pagination .theme-pagination .page-link:hover, .providers-pagination .theme-pagination-sm .page-link:hover, .providers-pagination .theme-pagination-lg .page-link:hover, .providers-pagination .pagination .theme-page-link:hover, .providers-pagination .theme-pagination .theme-page-link:hover, .providers-pagination .theme-pagination-sm .theme-page-link:hover, .providers-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);
}
.providers-pagination .pagination .page-link:focus, .providers-pagination .theme-pagination .page-link:focus, .providers-pagination .theme-pagination-sm .page-link:focus, .providers-pagination .theme-pagination-lg .page-link:focus, .providers-pagination .pagination .theme-page-link:focus, .providers-pagination .theme-pagination .theme-page-link:focus, .providers-pagination .theme-pagination-sm .theme-page-link:focus, .providers-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);
}
.providers-pagination .pagination .page-item.active .page-link, .providers-pagination .theme-pagination .page-item.active .page-link, .providers-pagination .theme-pagination-sm .page-item.active .page-link, .providers-pagination .theme-pagination-lg .page-item.active .page-link, .providers-pagination .pagination .active.theme-page-item .page-link, .providers-pagination .theme-pagination .active.theme-page-item .page-link, .providers-pagination .theme-pagination-sm .active.theme-page-item .page-link, .providers-pagination .theme-pagination-lg .active.theme-page-item .page-link, .providers-pagination .pagination .page-item.active .theme-page-link, .providers-pagination .theme-pagination .page-item.active .theme-page-link, .providers-pagination .theme-pagination-sm .page-item.active .theme-page-link, .providers-pagination .theme-pagination-lg .page-item.active .theme-page-link, .providers-pagination .pagination .active.theme-page-item .theme-page-link, .providers-pagination .theme-pagination .active.theme-page-item .theme-page-link, .providers-pagination .theme-pagination-sm .active.theme-page-item .theme-page-link, .providers-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;
}
.providers-pagination .pagination .page-item.disabled .page-link, .providers-pagination .theme-pagination .page-item.disabled .page-link, .providers-pagination .theme-pagination-sm .page-item.disabled .page-link, .providers-pagination .theme-pagination-lg .page-item.disabled .page-link, .providers-pagination .pagination .disabled.theme-page-item .page-link, .providers-pagination .theme-pagination .disabled.theme-page-item .page-link, .providers-pagination .theme-pagination-sm .disabled.theme-page-item .page-link, .providers-pagination .theme-pagination-lg .disabled.theme-page-item .page-link, .providers-pagination .pagination .page-item.disabled .theme-page-link, .providers-pagination .theme-pagination .page-item.disabled .theme-page-link, .providers-pagination .theme-pagination-sm .page-item.disabled .theme-page-link, .providers-pagination .theme-pagination-lg .page-item.disabled .theme-page-link, .providers-pagination .pagination .disabled.theme-page-item .theme-page-link, .providers-pagination .theme-pagination .disabled.theme-page-item .theme-page-link, .providers-pagination .theme-pagination-sm .disabled.theme-page-item .theme-page-link, .providers-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);
}
.providers-pagination .pagination-info {
  font-size: 0.875rem;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.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, .provider-actions .theme-button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    margin-bottom: var(--spacing-sm);
  }
}
.provider-service-card {
  -webkit-transition: border-color 0.15s ease-in-out ease, -webkit-transform 0.15s ease-in-out ease, -webkit-box-shadow 0.15s ease-in-out ease;
  transition: border-color 0.15s ease-in-out ease, -webkit-transform 0.15s ease-in-out ease, -webkit-box-shadow 0.15s ease-in-out ease;
  transition: transform 0.15s ease-in-out ease, box-shadow 0.15s ease-in-out ease, border-color 0.15s ease-in-out ease;
  transition: transform 0.15s ease-in-out ease, box-shadow 0.15s ease-in-out ease, border-color 0.15s ease-in-out ease, -webkit-transform 0.15s ease-in-out ease, -webkit-box-shadow 0.15s ease-in-out ease;
  -webkit-transition: border-color var(--transition-fast) ease, -webkit-transform var(--transition-fast) ease, -webkit-box-shadow var(--transition-fast) ease;
  transition: border-color var(--transition-fast) ease, -webkit-transform var(--transition-fast) ease, -webkit-box-shadow var(--transition-fast) ease;
  transition: transform var(--transition-fast) ease, box-shadow var(--transition-fast) ease, border-color var(--transition-fast) ease;
  transition: transform var(--transition-fast) ease, box-shadow var(--transition-fast) ease, border-color var(--transition-fast) ease, -webkit-transform var(--transition-fast) ease, -webkit-box-shadow var(--transition-fast) ease;
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  background-color: var(--bs-card-bg);
  border-radius: 0.5rem;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  height: 100%;
}
.provider-service-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: var(--theme-box-shadow-hover) !important;
          box-shadow: var(--theme-box-shadow-hover) !important;
  border-color: rgba(13, 110, 253, 0.3);
  border-color: rgba(var(--bs-primary-rgb), 0.3);
}
.provider-service-card .provider-service-header {
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.05) 0%, rgba(13, 110, 253, 0.01) 100%);
  background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.05) 0%, rgba(var(--bs-primary-rgb), 0.01) 100%);
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
  padding: 1rem 1.5rem;
  padding: var(--spacing-md) var(--spacing-lg);
}
[data-bs-theme=dark] .provider-service-card .provider-service-header {
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.12) 0%, rgba(13, 110, 253, 0.03) 100%);
  background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.12) 0%, rgba(var(--bs-primary-rgb), 0.03) 100%);
}
.provider-service-card .provider-service-body {
  padding: 1.5rem;
  padding: var(--spacing-lg);
}
.provider-service-card .provider-service-footer {
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.175);
  border-top: 1px solid var(--bs-border-color-translucent);
  padding: 1rem 1.5rem;
  padding: var(--spacing-md) var(--spacing-lg);
}
.coverage-preview {
  background-color: rgba(13, 202, 240, 0.03);
  background-color: rgba(var(--bs-info-rgb), 0.03);
  border-left: 3px solid #0dcaf0;
  border-left: 3px solid var(--bs-info);
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
  padding: 0.5rem 1rem;
  padding: var(--spacing-sm) var(--spacing-md);
  margin-top: 0.5rem;
  margin-top: var(--spacing-sm);
  -webkit-transition: background-color 0.15s ease-in-out ease;
  transition: background-color 0.15s ease-in-out ease;
  -webkit-transition: background-color var(--transition-fast) ease;
  transition: background-color var(--transition-fast) ease;
}
[data-bs-theme=dark] .coverage-preview {
  background-color: rgba(13, 202, 240, 0.08);
  background-color: rgba(var(--bs-info-rgb), 0.08);
}
.coverage-preview:hover {
  background-color: rgba(13, 202, 240, 0.06);
  background-color: rgba(var(--bs-info-rgb), 0.06);
}
[data-bs-theme=dark] .coverage-preview:hover {
  background-color: rgba(13, 202, 240, 0.12);
  background-color: rgba(var(--bs-info-rgb), 0.12);
}
.provider-service-actions {
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  gap: var(--spacing-sm);
  width: 100%;
}
.provider-service-actions .btn, .provider-service-actions .theme-btn, .provider-service-actions .theme-btn-primary, .provider-service-actions .theme-btn-secondary, .provider-service-actions .theme-btn-success, .provider-service-actions .theme-btn-danger, .provider-service-actions .theme-btn-warning, .provider-service-actions .theme-btn-info, .provider-service-actions .theme-btn-light, .provider-service-actions .theme-btn-dark, .provider-service-actions .theme-btn-outline-primary, .provider-service-actions .theme-btn-outline-secondary, .provider-service-actions .theme-btn-outline-success, .provider-service-actions .theme-btn-outline-danger, .provider-service-actions .theme-btn-outline-warning, .provider-service-actions .theme-btn-outline-info, .provider-service-actions .theme-btn-outline-light, .provider-service-actions .theme-btn-outline-dark, .provider-service-actions .theme-button {
  font-weight: 500;
  -webkit-transition: all 0.15s ease-in-out ease;
  transition: all 0.15s ease-in-out ease;
  -webkit-transition: all var(--transition-fast) ease;
  transition: all var(--transition-fast) ease;
  border-radius: 0.375rem;
  border-radius: var(--border-radius-md);
}
.provider-service-actions .btn:hover, .provider-service-actions .theme-btn:hover, .provider-service-actions .theme-btn-primary:hover, .provider-service-actions .theme-btn-secondary:hover, .provider-service-actions .theme-btn-success:hover, .provider-service-actions .theme-btn-danger:hover, .provider-service-actions .theme-btn-warning:hover, .provider-service-actions .theme-btn-info:hover, .provider-service-actions .theme-btn-light:hover, .provider-service-actions .theme-btn-dark:hover, .provider-service-actions .theme-btn-outline-primary:hover, .provider-service-actions .theme-btn-outline-secondary:hover, .provider-service-actions .theme-btn-outline-success:hover, .provider-service-actions .theme-btn-outline-danger:hover, .provider-service-actions .theme-btn-outline-warning:hover, .provider-service-actions .theme-btn-outline-info:hover, .provider-service-actions .theme-btn-outline-light:hover, .provider-service-actions .theme-btn-outline-dark:hover, .provider-service-actions .theme-button:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.transition-base {
  -webkit-transition: all 0.15s ease-in-out ease;
  transition: all 0.15s ease-in-out ease;
  -webkit-transition: all var(--transition-fast) ease;
  transition: all var(--transition-fast) ease;
}
.hover-bg-light:hover {
  background-color: #e9ecef !important;
  background-color: var(--bs-secondary-bg) !important;
}
.step-indicator-circle {
  width: 28px;
  height: 28px;
  font-size: 0.8rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
}
.step-indicator-divider {
  -ms-flex-positive: 1;
      flex-grow: 1;
  border-top: 1px solid #dee2e6;
  border-top: 1px solid var(--bs-border-color);
  min-width: 24px;
}
.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}
.icon-circle-md {
  width: 24px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
}
.icon-circle-lg {
  width: 28px;
  height: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
}
.icon-circle-32 {
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
}
.icon-circle-36 {
  width: 36px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
}
.fs-7 {
  font-size: 0.75rem !important;
}
.fs-8 {
  font-size: 0.8rem !important;
}
.fs-85 {
  font-size: 0.85rem !important;
}
#providerDetailTabs {
  border-bottom: none;
  margin-bottom: -1px;
}
#providerDetailTabs .nav-link, #providerDetailTabs .theme-nav-link {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 0.375rem 0.375rem 0 0;
  border-radius: var(--border-radius-md) var(--border-radius-md) 0 0;
  padding: 0.625rem 1.25rem;
  font-weight: 500;
  -webkit-transition: color 0.15s ease-in-out ease, background-color 0.15s ease-in-out ease, border-color 0.15s ease-in-out ease;
  transition: color 0.15s ease-in-out ease, background-color 0.15s ease-in-out ease, border-color 0.15s ease-in-out ease;
  -webkit-transition: color var(--transition-fast) ease, background-color var(--transition-fast) ease, border-color var(--transition-fast) ease;
  transition: color var(--transition-fast) ease, background-color var(--transition-fast) ease, border-color var(--transition-fast) ease;
}
#providerDetailTabs .nav-link:hover:not(.active), #providerDetailTabs .theme-nav-link:hover:not(.active) {
  color: #212529;
  color: var(--bs-body-color);
  background-color: rgba(13, 110, 253, 0.04);
  background-color: rgba(var(--bs-primary-rgb), 0.04);
  border-color: #dee2e6 #dee2e6 transparent;
  border-color: var(--bs-border-color) var(--bs-border-color) transparent;
}
#providerDetailTabs .nav-link.active, #providerDetailTabs .active.theme-nav-link {
  color: #0d6efd;
  color: var(--bs-primary);
  background-color: var(--bs-card-bg);
  border-color: #dee2e6 #dee2e6 var(--bs-card-bg);
  border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-card-bg);
  font-weight: 600;
}
#providerDetailTabs .nav-link .badge, #providerDetailTabs .theme-nav-link .badge {
  font-size: 0.7rem;
  vertical-align: middle;
}
.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;
  }
}
@media (min-width: 768px) {
  .border-end-md {
    border-right: 1px solid #dee2e6 !important;
    border-right: 1px solid var(--bs-border-color) !important;
  }
}
.messaging-main-container {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
      flex-direction: column !important;
  height: 100% !important;
  width: 100% !important;
  overflow: hidden !important;
}
@media (min-width: 768px) {
  .messaging-main-container {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
}
.messages-content-column {
  -ms-flex: 1 1 !important;
      flex: 1 1 !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
      flex-direction: column !important;
  min-width: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
}
.messaging-sidebar {
  width: 280px;
  border-right: 1px solid #dee2e6;
  border-right: 1px solid var(--bs-border-color);
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
  z-index: 1050;
  -webkit-transition: visibility 0.35s, opacity 0.35s, -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0.35s, opacity 0.35s, -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s, opacity 0.35s;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s, opacity 0.35s, -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
  .messaging-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    border-right: none;
    border-bottom: none;
  }
  .messaging-sidebar.mobile-hidden {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    display: none;
  }
  .messaging-sidebar:not(.mobile-hidden) {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
.messaging-sidebar-backdrop {
  display: none;
}
@media (max-width: 768px) {
  .messaging-sidebar-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px) saturate(180%);
    -webkit-backdrop-filter: blur(8px) saturate(180%);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s;
  }
  .messaging-sidebar-backdrop.show {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.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, .message-input-area .message-form .message-actions .theme-button {
  white-space: nowrap;
}
.channel-list .list-group-item, .channel-list .theme-list-group-item, .channel-list .theme-list-group-item-primary, .channel-list .theme-list-group-item-secondary, .channel-list .theme-list-group-item-success, .channel-list .theme-list-group-item-danger, .channel-list .theme-list-group-item-warning, .channel-list .theme-list-group-item-info, .channel-list .theme-list-group-item-light, .channel-list .theme-list-group-item-dark, .channel-list .theme-list-item,
.conversation-list .list-group-item,
.conversation-list .theme-list-group-item,
.conversation-list .theme-list-group-item-primary,
.conversation-list .theme-list-group-item-secondary,
.conversation-list .theme-list-group-item-success,
.conversation-list .theme-list-group-item-danger,
.conversation-list .theme-list-group-item-warning,
.conversation-list .theme-list-group-item-info,
.conversation-list .theme-list-group-item-light,
.conversation-list .theme-list-group-item-dark,
.conversation-list .theme-list-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, .channel-list .theme-list-group-item-primary:hover, .channel-list .theme-list-group-item-secondary:hover, .channel-list .theme-list-group-item-success:hover, .channel-list .theme-list-group-item-danger:hover, .channel-list .theme-list-group-item-warning:hover, .channel-list .theme-list-group-item-info:hover, .channel-list .theme-list-group-item-light:hover, .channel-list .theme-list-group-item-dark:hover, .channel-list .theme-list-item:hover,
.conversation-list .list-group-item:hover,
.conversation-list .theme-list-group-item:hover,
.conversation-list .theme-list-group-item-primary:hover,
.conversation-list .theme-list-group-item-secondary:hover,
.conversation-list .theme-list-group-item-success:hover,
.conversation-list .theme-list-group-item-danger:hover,
.conversation-list .theme-list-group-item-warning:hover,
.conversation-list .theme-list-group-item-info:hover,
.conversation-list .theme-list-group-item-light:hover,
.conversation-list .theme-list-group-item-dark:hover,
.conversation-list .theme-list-item:hover {
  background-color: #fff;
  background-color: var(--bs-body-bg);
}
.channel-list .list-group-item.active, .channel-list .active.theme-list-group-item, .channel-list .active.theme-list-group-item-primary, .channel-list .active.theme-list-group-item-secondary, .channel-list .active.theme-list-group-item-success, .channel-list .active.theme-list-group-item-danger, .channel-list .active.theme-list-group-item-warning, .channel-list .active.theme-list-group-item-info, .channel-list .active.theme-list-group-item-light, .channel-list .active.theme-list-group-item-dark, .channel-list .active.theme-list-item,
.conversation-list .list-group-item.active,
.conversation-list .active.theme-list-group-item,
.conversation-list .active.theme-list-group-item-primary,
.conversation-list .active.theme-list-group-item-secondary,
.conversation-list .active.theme-list-group-item-success,
.conversation-list .active.theme-list-group-item-danger,
.conversation-list .active.theme-list-group-item-warning,
.conversation-list .active.theme-list-group-item-info,
.conversation-list .active.theme-list-group-item-light,
.conversation-list .active.theme-list-group-item-dark,
.conversation-list .active.theme-list-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 .theme-list-group-item-primary .channel-name, .channel-list .theme-list-group-item-secondary .channel-name, .channel-list .theme-list-group-item-success .channel-name, .channel-list .theme-list-group-item-danger .channel-name, .channel-list .theme-list-group-item-warning .channel-name, .channel-list .theme-list-group-item-info .channel-name, .channel-list .theme-list-group-item-light .channel-name, .channel-list .theme-list-group-item-dark .channel-name, .channel-list .theme-list-item .channel-name,
.channel-list .list-group-item .conversation-name,
.channel-list .theme-list-group-item .conversation-name,
.channel-list .theme-list-group-item-primary .conversation-name,
.channel-list .theme-list-group-item-secondary .conversation-name,
.channel-list .theme-list-group-item-success .conversation-name,
.channel-list .theme-list-group-item-danger .conversation-name,
.channel-list .theme-list-group-item-warning .conversation-name,
.channel-list .theme-list-group-item-info .conversation-name,
.channel-list .theme-list-group-item-light .conversation-name,
.channel-list .theme-list-group-item-dark .conversation-name,
.channel-list .theme-list-item .conversation-name,
.conversation-list .list-group-item .channel-name,
.conversation-list .theme-list-group-item .channel-name,
.conversation-list .theme-list-group-item-primary .channel-name,
.conversation-list .theme-list-group-item-secondary .channel-name,
.conversation-list .theme-list-group-item-success .channel-name,
.conversation-list .theme-list-group-item-danger .channel-name,
.conversation-list .theme-list-group-item-warning .channel-name,
.conversation-list .theme-list-group-item-info .channel-name,
.conversation-list .theme-list-group-item-light .channel-name,
.conversation-list .theme-list-group-item-dark .channel-name,
.conversation-list .theme-list-item .channel-name,
.conversation-list .list-group-item .conversation-name,
.conversation-list .theme-list-group-item .conversation-name,
.conversation-list .theme-list-group-item-primary .conversation-name,
.conversation-list .theme-list-group-item-secondary .conversation-name,
.conversation-list .theme-list-group-item-success .conversation-name,
.conversation-list .theme-list-group-item-danger .conversation-name,
.conversation-list .theme-list-group-item-warning .conversation-name,
.conversation-list .theme-list-group-item-info .conversation-name,
.conversation-list .theme-list-group-item-light .conversation-name,
.conversation-list .theme-list-group-item-dark .conversation-name,
.conversation-list .theme-list-item .conversation-name {
  font-weight: 500;
}
.channel-list .list-group-item .channel-description, .channel-list .theme-list-group-item .channel-description, .channel-list .theme-list-group-item-primary .channel-description, .channel-list .theme-list-group-item-secondary .channel-description, .channel-list .theme-list-group-item-success .channel-description, .channel-list .theme-list-group-item-danger .channel-description, .channel-list .theme-list-group-item-warning .channel-description, .channel-list .theme-list-group-item-info .channel-description, .channel-list .theme-list-group-item-light .channel-description, .channel-list .theme-list-group-item-dark .channel-description, .channel-list .theme-list-item .channel-description,
.channel-list .list-group-item .conversation-preview,
.channel-list .theme-list-group-item .conversation-preview,
.channel-list .theme-list-group-item-primary .conversation-preview,
.channel-list .theme-list-group-item-secondary .conversation-preview,
.channel-list .theme-list-group-item-success .conversation-preview,
.channel-list .theme-list-group-item-danger .conversation-preview,
.channel-list .theme-list-group-item-warning .conversation-preview,
.channel-list .theme-list-group-item-info .conversation-preview,
.channel-list .theme-list-group-item-light .conversation-preview,
.channel-list .theme-list-group-item-dark .conversation-preview,
.channel-list .theme-list-item .conversation-preview,
.conversation-list .list-group-item .channel-description,
.conversation-list .theme-list-group-item .channel-description,
.conversation-list .theme-list-group-item-primary .channel-description,
.conversation-list .theme-list-group-item-secondary .channel-description,
.conversation-list .theme-list-group-item-success .channel-description,
.conversation-list .theme-list-group-item-danger .channel-description,
.conversation-list .theme-list-group-item-warning .channel-description,
.conversation-list .theme-list-group-item-info .channel-description,
.conversation-list .theme-list-group-item-light .channel-description,
.conversation-list .theme-list-group-item-dark .channel-description,
.conversation-list .theme-list-item .channel-description,
.conversation-list .list-group-item .conversation-preview,
.conversation-list .theme-list-group-item .conversation-preview,
.conversation-list .theme-list-group-item-primary .conversation-preview,
.conversation-list .theme-list-group-item-secondary .conversation-preview,
.conversation-list .theme-list-group-item-success .conversation-preview,
.conversation-list .theme-list-group-item-danger .conversation-preview,
.conversation-list .theme-list-group-item-warning .conversation-preview,
.conversation-list .theme-list-group-item-info .conversation-preview,
.conversation-list .theme-list-group-item-light .conversation-preview,
.conversation-list .theme-list-group-item-dark .conversation-preview,
.conversation-list .theme-list-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, .channel-list .theme-list-group-item-primary .unread-count, .channel-list .theme-list-group-item-secondary .unread-count, .channel-list .theme-list-group-item-success .unread-count, .channel-list .theme-list-group-item-danger .unread-count, .channel-list .theme-list-group-item-warning .unread-count, .channel-list .theme-list-group-item-info .unread-count, .channel-list .theme-list-group-item-light .unread-count, .channel-list .theme-list-group-item-dark .unread-count, .channel-list .theme-list-item .unread-count,
.conversation-list .list-group-item .unread-count,
.conversation-list .theme-list-group-item .unread-count,
.conversation-list .theme-list-group-item-primary .unread-count,
.conversation-list .theme-list-group-item-secondary .unread-count,
.conversation-list .theme-list-group-item-success .unread-count,
.conversation-list .theme-list-group-item-danger .unread-count,
.conversation-list .theme-list-group-item-warning .unread-count,
.conversation-list .theme-list-group-item-info .unread-count,
.conversation-list .theme-list-group-item-light .unread-count,
.conversation-list .theme-list-group-item-dark .unread-count,
.conversation-list .theme-list-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-wrapper {
  position: relative;
}
.sidebar-search .search-input-wrapper .search-input {
  border-radius: 1rem;
  border-radius: var(--border-radius-xl);
  border: 1px solid rgba(0, 0, 0, 0.175);
  border: 1px solid var(--bs-border-color-translucent);
  background-color: rgba(33, 37, 41, 0.03);
  background-color: rgba(var(--bs-body-color-rgb), 0.03);
  padding-left: 2.5rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar-search .search-input-wrapper .search-input:focus {
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-color: #0d6efd;
  border-color: var(--primary);
  -webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
          box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
  -webkit-box-shadow: 0 0 0 4px rgba(var(--bs-primary-rgb), 0.1);
          box-shadow: 0 0 0 4px rgba(var(--bs-primary-rgb), 0.1);
}
.sidebar-search .search-input-wrapper .search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  opacity: 0.5;
  pointer-events: none;
}
.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: "";
}
.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: 100%;
    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, .channel-list .theme-list-group-item-primary, .channel-list .theme-list-group-item-secondary, .channel-list .theme-list-group-item-success, .channel-list .theme-list-group-item-danger, .channel-list .theme-list-group-item-warning, .channel-list .theme-list-group-item-info, .channel-list .theme-list-group-item-light, .channel-list .theme-list-group-item-dark, .channel-list .theme-list-item,
  .conversation-list .list-group-item,
  .conversation-list .theme-list-group-item,
  .conversation-list .theme-list-group-item-primary,
  .conversation-list .theme-list-group-item-secondary,
  .conversation-list .theme-list-group-item-success,
  .conversation-list .theme-list-group-item-danger,
  .conversation-list .theme-list-group-item-warning,
  .conversation-list .theme-list-group-item-info,
  .conversation-list .theme-list-group-item-light,
  .conversation-list .theme-list-group-item-dark,
  .conversation-list .theme-list-item {
    padding: 0.5rem;
    padding: var(--spacing-sm);
  }
  .channel-list .list-group-item .unread-count, .channel-list .theme-list-group-item .unread-count, .channel-list .theme-list-group-item-primary .unread-count, .channel-list .theme-list-group-item-secondary .unread-count, .channel-list .theme-list-group-item-success .unread-count, .channel-list .theme-list-group-item-danger .unread-count, .channel-list .theme-list-group-item-warning .unread-count, .channel-list .theme-list-group-item-info .unread-count, .channel-list .theme-list-group-item-light .unread-count, .channel-list .theme-list-group-item-dark .unread-count, .channel-list .theme-list-item .unread-count,
  .conversation-list .list-group-item .unread-count,
  .conversation-list .theme-list-group-item .unread-count,
  .conversation-list .theme-list-group-item-primary .unread-count,
  .conversation-list .theme-list-group-item-secondary .unread-count,
  .conversation-list .theme-list-group-item-success .unread-count,
  .conversation-list .theme-list-group-item-danger .unread-count,
  .conversation-list .theme-list-group-item-warning .unread-count,
  .conversation-list .theme-list-group-item-info .unread-count,
  .conversation-list .theme-list-group-item-light .unread-count,
  .conversation-list .theme-list-group-item-dark .unread-count,
  .conversation-list .theme-list-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);
  }
}
.message-row.message-own .d-flex {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}
.message-row.message-own .ms-3 {
  margin-left: 0 !important;
  margin-right: 1rem !important;
}
.message-row.message-own .message-header {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}
.message-row.message-own .message-header .me-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}
.message-row.message-own .message-body {
  background-color: rgb(206.6, 226, 254.6);
  background-color: var(--bs-primary-bg-subtle, #e7f1ff);
  color: rgb(5.2, 44, 101.2);
  color: var(--bs-primary-text-emphasis, #052c65);
  border: 1px solid rgb(158.2, 197, 254.2);
  border: 1px solid var(--bs-primary-border-subtle, #9ec5fe);
  padding: 0.75rem 1rem;
  border-radius: 1rem 0.25rem 1rem 1rem;
  float: right;
  clear: both;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.message-row.message-own::after {
  content: "";
  display: table;
  clear: both;
}
.date-divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin: 1.5rem 0;
}
.date-divider::before, .date-divider::after {
  content: "";
  -ms-flex: 1 1;
      flex: 1 1;
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--bs-border-color);
}
.date-divider .date-divider-text {
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  background-color: #f8f9fa;
  background-color: var(--bs-tertiary-bg, #2b3035);
  border: 1px solid #dee2e6;
  border: 1px solid var(--bs-border-color);
  border-radius: 1rem;
  margin: 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .offcanvas.glass-panel, .glass-panel.theme-offcanvas, .message-actions-overlay .offcanvas.dropdown-menu, .message-actions-overlay .theme-offcanvas.dropdown-menu, .message-actions-overlay .offcanvas.theme-dropdown-menu, .message-actions-overlay .theme-offcanvas.theme-dropdown-menu, .offcanvas.theme-modal-content, .theme-offcanvas.theme-modal-content {
    width: 100% !important;
    border-radius: 0 !important;
  }
}
.channel-item, .direct-item, .entity-item, .activity-item {
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0.375rem !important;
  border-radius: var(--border-radius-md) !important;
  margin: 0 4px;
}
.channel-item.active, .direct-item.active, .entity-item.active, .activity-item.active {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(13, 110, 253, 0.12)), to(rgba(13, 110, 253, 0.05))) !important;
  background: linear-gradient(90deg, rgba(13, 110, 253, 0.12) 0%, rgba(13, 110, 253, 0.05) 100%) !important;
  background: -webkit-gradient(linear, left top, right top, from(rgba(var(--bs-primary-rgb), 0.12)), to(rgba(var(--bs-primary-rgb), 0.05))) !important;
  background: linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.12) 0%, rgba(var(--bs-primary-rgb), 0.05) 100%) !important;
  color: #0d6efd !important;
  color: var(--bs-primary) !important;
  font-weight: 600;
}
.channel-item.active::before, .direct-item.active::before, .entity-item.active::before, .activity-item.active::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 20%;
  bottom: 20%;
  width: 4px;
  background-color: #0d6efd;
  background-color: var(--bs-primary);
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: 2px 0 8px rgba(13, 110, 253, 0.4);
          box-shadow: 2px 0 8px rgba(13, 110, 253, 0.4);
  -webkit-box-shadow: 2px 0 8px rgba(var(--bs-primary-rgb), 0.4);
          box-shadow: 2px 0 8px rgba(var(--bs-primary-rgb), 0.4);
}
.channel-item.active i, .direct-item.active i, .entity-item.active i, .activity-item.active i {
  color: #0d6efd !important;
  color: var(--bs-primary) !important;
  opacity: 1 !important;
}
.channel-item:hover:not(.active), .direct-item:hover:not(.active), .entity-item:hover:not(.active), .activity-item:hover:not(.active) {
  background-color: rgba(33, 37, 41, 0.05);
  background-color: rgba(var(--bs-body-color-rgb), 0.05);
}
@media (max-width: 768px) {
  .mobile-hidden {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .theme-modal-header.mobile-hidden {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .theme-modal-body:has(.messaging-sidebar) {
    max-height: none !important;
    height: 100% !important;
    -ms-flex: 1 1 !important;
        flex: 1 1 !important;
  }
}
.quote-bundles-container .list-group-item, .quote-bundles-container .theme-list-group-item, .quote-bundles-container .theme-list-group-item-primary, .quote-bundles-container .theme-list-group-item-secondary, .quote-bundles-container .theme-list-group-item-success, .quote-bundles-container .theme-list-group-item-danger, .quote-bundles-container .theme-list-group-item-warning, .quote-bundles-container .theme-list-group-item-info, .quote-bundles-container .theme-list-group-item-light, .quote-bundles-container .theme-list-group-item-dark, .quote-bundles-container .theme-list-item {
  border-left: 3px solid transparent;
}
.quote-bundles-container .list-group-item:hover, .quote-bundles-container .theme-list-group-item:hover, .quote-bundles-container .theme-list-group-item-primary:hover, .quote-bundles-container .theme-list-group-item-secondary:hover, .quote-bundles-container .theme-list-group-item-success:hover, .quote-bundles-container .theme-list-group-item-danger:hover, .quote-bundles-container .theme-list-group-item-warning:hover, .quote-bundles-container .theme-list-group-item-info:hover, .quote-bundles-container .theme-list-group-item-light:hover, .quote-bundles-container .theme-list-group-item-dark:hover, .quote-bundles-container .theme-list-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-action.theme-list-group-item-primary:hover, .quote-bundles-container .list-group-item-action.theme-list-group-item-secondary:hover, .quote-bundles-container .list-group-item-action.theme-list-group-item-success:hover, .quote-bundles-container .list-group-item-action.theme-list-group-item-danger:hover, .quote-bundles-container .list-group-item-action.theme-list-group-item-warning:hover, .quote-bundles-container .list-group-item-action.theme-list-group-item-info:hover, .quote-bundles-container .list-group-item-action.theme-list-group-item-light:hover, .quote-bundles-container .list-group-item-action.theme-list-group-item-dark:hover, .quote-bundles-container .list-group-item-action.theme-list-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, .quote-bundles-container .theme-list-group-item-primary.theme-list-group-item-action:hover, .quote-bundles-container .theme-list-group-item-secondary.theme-list-group-item-action:hover, .quote-bundles-container .theme-list-group-item-success.theme-list-group-item-action:hover, .quote-bundles-container .theme-list-group-item-danger.theme-list-group-item-action:hover, .quote-bundles-container .theme-list-group-item-warning.theme-list-group-item-action:hover, .quote-bundles-container .theme-list-group-item-info.theme-list-group-item-action:hover, .quote-bundles-container .theme-list-group-item-light.theme-list-group-item-action:hover, .quote-bundles-container .theme-list-group-item-dark.theme-list-group-item-action:hover, .quote-bundles-container .theme-list-item.theme-list-group-item-action:hover {
  background-color: #e9ecef;
  background-color: var(--bs-secondary-bg);
}
@media (min-width: 992px) {
  .quote-bundles-desktop .quote-bundle-actions {
    opacity: 0.7;
  }
  .quote-bundles-desktop .quote-bundle-actions:hover {
    opacity: 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;
}
@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 .theme-button,
  .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 {
    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, .quote-bundles-container .theme-button {
    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 */
@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 {
  font-size: 0.75rem;
  padding: 0.375rem 0.5rem;
}
.supplier-quotes-crm .theme-table tbody td .badge.bg-success {
  background-color: #198754;
  background-color: var(--success);
}
.supplier-quotes-crm .theme-table tbody td .badge.bg-primary {
  background-color: #0d6efd;
  background-color: var(--primary);
}
.supplier-quotes-crm .theme-table tbody td .badge.bg-warning {
  background-color: #ffc107;
  background-color: var(--warning);
  color: #000;
}
.supplier-quotes-crm .theme-table tbody td .badge.bg-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, .supplier-quotes-crm .theme-table tbody td .btn-group-sm > .theme-button {
  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 {
    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, .supplier-quotes-crm .table-responsive .theme-table tbody td .btn-group-sm > .theme-button {
    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 .theme-card-header .badge.theme-badge-info {
  background-color: #0dcaf0;
  background-color: var(--info);
  color: #000;
}
.analysis-tools .card-header .badge.theme-badge-warning, .analysis-tools .theme-card-header .badge.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 {
  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, .quotes-crm-results .theme-table tbody td .btn-group-sm > .theme-button {
  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 {
    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, .quotes-crm-results .table-responsive .theme-table tbody td .btn-group-sm > .theme-button {
    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);
}
.deduplication-container {
  --primary-gradient: linear-gradient(135deg, #4e73df 0%, #224abe 100%);
  --glass-bg: rgba(255, 255, 255, 0.95);
  --glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
}
.deduplication-container .summary-card {
  border: none;
  border-radius: 16px;
  background: var(--bs-card-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);
  -webkit-box-shadow: var(--shadow-sm);
          box-shadow: var(--shadow-sm);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.deduplication-container .summary-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.deduplication-container .summary-card.border-left-primary {
  border-left: 5px solid #0d6efd !important;
  border-left: 5px solid var(--bs-primary) !important;
}
.deduplication-container .summary-card.border-left-info {
  border-left: 5px solid #0dcaf0 !important;
  border-left: 5px solid var(--bs-info) !important;
}
.deduplication-container .summary-card.border-left-warning {
  border-left: 5px solid #ffc107 !important;
  border-left: 5px solid var(--bs-warning) !important;
}
.deduplication-container .summary-card.border-left-success {
  border-left: 5px solid #198754 !important;
  border-left: 5px solid var(--bs-success) !important;
}
.deduplication-container .end-customer-list {
  max-width: 150px;
}
.deduplication-container .comparison-card {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border: 1px solid var(--bs-border-color-translucent);
  background: var(--bs-card-bg);
  margin-bottom: 2rem;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.deduplication-container .comparison-card:hover {
  -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);
  border-color: rgba(13, 110, 253, 0.2);
  border-color: rgba(var(--bs-primary-rgb), 0.2);
}
.deduplication-container .comparison-card.suspicious-pair {
  border-color: #ffc107;
  border-color: var(--bs-warning);
  background: rgba(255, 193, 7, 0.03);
  background: rgba(var(--bs-warning-rgb), 0.03);
}
.deduplication-container .comparison-card .card-header-premium {
  background: #e9ecef;
  background: var(--bs-secondary-bg);
  border-bottom: 1px solid rgba(0, 0, 0, 0.175);
  border-bottom: 1px solid var(--bs-border-color-translucent);
  padding: 1rem 1.5rem;
}
.deduplication-container .comparison-card .comparison-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 120px 1.5rem 1fr;
  grid-template-columns: 1fr 120px 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  padding: 1.5rem;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 992px) {
  .deduplication-container .comparison-card .comparison-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .deduplication-container .comparison-card .comparison-grid .vs-divider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row !important;
        flex-direction: row !important;
    width: 100%;
    height: 40px;
  }
}
.deduplication-container .comparison-card .address-pane {
  padding: 1.5rem;
  border-radius: 12px;
  background: #f8f9fa;
  background: var(--bs-tertiary-bg);
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.deduplication-container .comparison-card .address-pane.kept-preview {
  background: rgba(13, 110, 253, 0.05);
  background: rgba(var(--bs-primary-rgb), 0.05);
  border: 1px solid rgba(13, 110, 253, 0.2);
  border: 1px solid rgba(var(--bs-primary-rgb), 0.2);
}
.deduplication-container .comparison-card .address-pane .address-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0d6efd;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
}
.deduplication-container .comparison-card .address-pane .component-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.deduplication-container .comparison-card .address-pane .component-list li {
  padding: 0.4rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.175);
  border-bottom: 1px dashed var(--bs-border-color-translucent);
}
.deduplication-container .comparison-card .address-pane .component-list li:last-child {
  border-bottom: none;
}
.deduplication-container .comparison-card .address-pane .component-list li .label {
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
  font-size: 0.85rem;
}
.deduplication-container .comparison-card .address-pane .component-list li .value {
  font-weight: 500;
  color: #212529;
  color: var(--bs-body-color);
}
.deduplication-container .comparison-card .address-pane .component-list li.conflict .value {
  color: #dc3545;
  color: var(--bs-danger);
  font-weight: 700;
}
.deduplication-container .comparison-card .vs-divider {
  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;
  gap: 1rem;
}
.deduplication-container .comparison-card .vs-divider .badge-distance {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.25rem;
  font-weight: 800;
  -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-box-shadow: var(--shadow-sm);
          box-shadow: var(--shadow-sm);
}
.deduplication-container .comparison-card .vs-divider .strategy-icon {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: rgba(33, 37, 41, 0.75);
  color: var(--bs-secondary-color);
}
.deduplication-container .comparison-card .actions-footer {
  background: #e9ecef;
  background: var(--bs-secondary-bg);
  border-top: 1px solid rgba(0, 0, 0, 0.175);
  border-top: 1px solid var(--bs-border-color-translucent);
  padding: 1rem 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 0.75rem;
}
@-webkit-keyframes slideOut {
  to {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes slideOut {
  to {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
}
.deduplication-container .merging {
  -webkit-animation: slideOut 0.5s forwards;
          animation: slideOut 0.5s forwards;
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.loading-overlay.active {
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 1;
  pointer-events: auto;
}
.loading-overlay .spinner-container {
  text-align: center;
  background: var(--bs-card-bg);
  padding: 2.5rem;
  border-radius: 16px;
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.175);
  border: 1px solid var(--bs-border-color-translucent);
}
.loading-overlay .spinner-container .spinner-border, .loading-overlay .spinner-container .theme-spinner-border {
  width: 3rem;
  height: 3rem;
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -ms-flex: 1;
  flex: 1 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: baseline;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: baseline;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -ms-flex: 1;
  flex: 1 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -ms-flex: 1;
  flex: 1 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-calendar {
  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=/assets/application-04435f15.css.map */