@charset "UTF-8";
/*!
 * Blue Web v1.3.3 (https://bruegmann.github.io/blue-web)
 * Licensed under GNU General Public License v3.0 (https://github.com/bruegmann/blue-web/blob/master/LICENSE).
*/
:root {
  --blue-scrollbar-thumb-color-rgb: 255, 255, 255;
  --blue-scrollbar-size: 10px;
  --blue-sidebar-width: 16.563rem;
  --blue-sidebar-color: hsl(0, 11%, 15%);
  --blue-theme: var(--theme, #5f6855);
  --blue-shimmering: 0.9;
  --blue-app-bg: #5f6855;
  --blue-sidebar-bg: #5f6855;
  --blue-sidebar-depth-1-bg: rgb(84.746031746, 92.7746031746, 75.8253968254);
  --blue-sidebar-depth-2-bg: rgb(74.4920634921, 81.5492063492, 66.6507936508);
  --blue-sidebar-depth-3-bg: rgb(64.2380952381, 70.3238095238, 57.4761904762);
  --blue-sidebar-depth-4-bg: rgb(53.9841269841, 59.0984126984, 48.3015873016);
  --blue-sidebar-depth-5-bg: rgb(43.7301587302, 47.873015873, 39.126984127);
  --blue-sidebar-depth-6-bg: rgb(33.4761904762, 36.6476190476, 29.9523809524);
  --blue-header-bg: #5f6855;
  --blue-header-bg-rgb: 95, 104, 85;
  --blue-header-depth-1-bg: rgb(84.746031746, 92.7746031746, 75.8253968254);
  --blue-header-depth-2-bg: rgb(74.4920634921, 81.5492063492, 66.6507936508);
  --blue-header-depth-3-bg: rgb(64.2380952381, 70.3238095238, 57.4761904762);
  --blue-header-depth-4-bg: rgb(53.9841269841, 59.0984126984, 48.3015873016);
  --blue-header-depth-5-bg: rgb(43.7301587302, 47.873015873, 39.126984127);
  --blue-header-depth-6-bg: rgb(33.4761904762, 36.6476190476, 29.9523809524);
  --blue-header-color: hsl(0, 11%, 15%);
  --blue-action-link-bg-color: var(--blue-theme);
  --blue-menu-item-indicator-bg: hsl(0, 11%, 15%);
}

/**
@deprecated Will be removed in a future version. Please use `blue-custom-scrollbar` instead!
*/
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 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: hsl(0, 7%, 46%);
  --bs-gray-dark: hsl(0, 10%, 23%);
  --bs-gray-100: hsl(0, 17%, 98%);
  --bs-gray-200: hsl(0, 16%, 93%);
  --bs-gray-300: hsl(0, 14%, 89%);
  --bs-gray-400: hsl(0, 14%, 83%);
  --bs-gray-500: hsl(0, 11%, 71%);
  --bs-gray-600: hsl(0, 7%, 46%);
  --bs-gray-700: hsl(0, 9%, 31%);
  --bs-gray-800: hsl(0, 10%, 23%);
  --bs-gray-900: hsl(0, 11%, 15%);
  --bs-theme: #5f6855;
  --bs-white: white;
  --bs-black: #212529;
  --bs-primary: hsl(0, 0%, 50%);
  --bs-secondary: hsl(0, 7%, 46%);
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #ecedf0;
  --bs-dark: hsl(0, 11%, 15%);
  --bs-theme-rgb: 95, 104, 85;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 33, 37, 41;
  --bs-primary-rgb: 128, 128, 128;
  --bs-secondary-rgb: 126, 109, 109;
  --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: 236, 237, 240;
  --bs-dark-rgb: 42, 34, 34;
  --bs-primary-text-emphasis: #333333;
  --bs-secondary-text-emphasis: rgb(50.2044, 43.6356, 43.6356);
  --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: hsl(0, 9%, 31%);
  --bs-dark-text-emphasis: hsl(0, 9%, 31%);
  --bs-primary-bg-subtle: rgb(229.5, 229.5, 229.5);
  --bs-secondary-bg-subtle: rgb(229.1022, 225.8178, 225.8178);
  --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(252.8835, 252.0165, 252.0165);
  --bs-dark-bg-subtle: hsl(0, 14%, 83%);
  --bs-primary-border-subtle: #cccccc;
  --bs-secondary-border-subtle: rgb(203.2044, 196.6356, 196.6356);
  --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: hsl(0, 16%, 93%);
  --bs-dark-border-subtle: hsl(0, 11%, 71%);
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --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: hsl(0, 11%, 15%);
  --bs-body-color-rgb: 42, 34, 34;
  --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(42.4575, 34.0425, 34.0425, 0.75);
  --bs-secondary-color-rgb: 42, 34, 34;
  --bs-secondary-bg: hsl(0, 16%, 93%);
  --bs-secondary-bg-rgb: 240, 234, 234;
  --bs-tertiary-color: rgba(42.4575, 34.0425, 34.0425, 0.5);
  --bs-tertiary-color-rgb: 42, 34, 34;
  --bs-tertiary-bg: hsl(0, 17%, 98%);
  --bs-tertiary-bg-rgb: 251, 249, 249;
  --bs-heading-color: inherit;
  --bs-link-color: hsl(0, 0%, 50%);
  --bs-link-color-rgb: 128, 128, 128;
  --bs-link-decoration: none;
  --bs-link-hover-color: #666666;
  --bs-link-hover-color-rgb: 102, 102, 102;
  --bs-link-hover-decoration: underline;
  --bs-code-color: #d63384;
  --bs-highlight-color: hsl(0, 11%, 15%);
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: hsl(0, 14%, 89%);
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.7rem;
  --bs-border-radius-sm: 0.5rem;
  --bs-border-radius-lg: 1rem;
  --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(var(--bs-primary-rgb), 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] {
  --bs-body-color: hsl(0, 14%, 89%);
  --bs-body-color-rgb: 231, 223, 223;
  --bs-body-bg: hsl(0, 11%, 15%);
  --bs-body-bg-rgb: 42, 34, 34;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(230.877, 223.023, 223.023, 0.75);
  --bs-secondary-color-rgb: 231, 223, 223;
  --bs-secondary-bg: hsl(0, 10%, 23%);
  --bs-secondary-bg-rgb: 65, 53, 53;
  --bs-tertiary-color: rgba(230.877, 223.023, 223.023, 0.5);
  --bs-tertiary-color-rgb: 231, 223, 223;
  --bs-tertiary-bg: rgb(53.48625, 43.41375, 43.41375);
  --bs-tertiary-bg-rgb: 53, 43, 43;
  --bs-primary-text-emphasis: rgb(178.5, 178.5, 178.5);
  --bs-secondary-text-emphasis: rgb(177.3066, 167.4534, 167.4534);
  --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: hsl(0, 17%, 98%);
  --bs-dark-text-emphasis: hsl(0, 14%, 89%);
  --bs-primary-bg-subtle: rgb(25.5, 25.5, 25.5);
  --bs-secondary-bg-subtle: rgb(25.1022, 21.8178, 21.8178);
  --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: hsl(0, 10%, 23%);
  --bs-dark-bg-subtle: rgb(32.2575, 26.3925, 26.3925);
  --bs-primary-border-subtle: rgb(76.5, 76.5, 76.5);
  --bs-secondary-border-subtle: rgb(75.3066, 65.4534, 65.4534);
  --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: hsl(0, 9%, 31%);
  --bs-dark-border-subtle: hsl(0, 10%, 23%);
  --bs-heading-color: inherit;
  --bs-link-color: rgb(178.5, 178.5, 178.5);
  --bs-link-hover-color: rgb(193.8, 193.8, 193.8);
  --bs-link-color-rgb: 179, 179, 179;
  --bs-link-hover-color-rgb: 194, 194, 194;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: hsl(0, 14%, 89%);
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: hsl(0, 9%, 31%);
  --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);
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}
: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;
}

.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) {
  .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) {
  .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) {
  .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) {
  .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) {
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: 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);
}

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

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

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(229.5, 229.5, 229.5);
  --bs-table-border-color: rgb(183.6, 183.6, 183.6);
  --bs-table-striped-bg: rgb(218.025, 218.025, 218.025);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(206.55, 206.55, 206.55);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(212.2875, 212.2875, 212.2875);
  --bs-table-hover-color: #000;
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(229.1022, 225.8178, 225.8178);
  --bs-table-border-color: rgb(183.28176, 180.65424, 180.65424);
  --bs-table-striped-bg: rgb(217.64709, 214.52691, 214.52691);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(206.19198, 203.23602, 203.23602);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(211.919535, 208.881465, 208.881465);
  --bs-table-hover-color: #000;
}

.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;
}

.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;
}

.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;
}

.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;
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #ecedf0;
  --bs-table-border-color: rgb(188.8, 189.6, 192);
  --bs-table-striped-bg: rgb(224.2, 225.15, 228);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(212.4, 213.3, 216);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(218.3, 219.225, 222);
  --bs-table-hover-color: #000;
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: hsl(0, 11%, 15%);
  --bs-table-border-color: rgb(84.966, 78.234, 78.234);
  --bs-table-striped-bg: rgb(53.084625, 45.090375, 45.090375);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(63.71175, 56.13825, 56.13825);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(58.3981875, 50.6143125, 50.6143125);
  --bs-table-hover-color: #fff;
}

.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='hsl%280, 10%, 23%%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

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

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  --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-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28var%28--bs-primary-rgb%29, 50%%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  --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");
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%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.1z'/%3e%3c/svg%3e");
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%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");
}

.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);
}

.btn-theme {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5f6855;
  --bs-btn-border-color: #5f6855;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(80.75, 88.4, 72.25);
  --bs-btn-hover-border-color: rgb(76, 83.2, 68);
  --bs-btn-focus-shadow-rgb: 119, 127, 111;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(76, 83.2, 68);
  --bs-btn-active-border-color: rgb(71.25, 78, 63.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5f6855;
  --bs-btn-disabled-border-color: #5f6855;
}

.btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: white;
  --bs-btn-border-color: white;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: white;
  --bs-btn-disabled-border-color: white;
}

.btn-black {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(28.05, 31.45, 34.85);
  --bs-btn-hover-border-color: rgb(26.4, 29.6, 32.8);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(26.4, 29.6, 32.8);
  --bs-btn-active-border-color: rgb(24.75, 27.75, 30.75);
  --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-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: hsl(0, 0%, 50%);
  --bs-btn-border-color: hsl(0, 0%, 50%);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(146.625, 146.625, 146.625);
  --bs-btn-hover-border-color: rgb(140.25, 140.25, 140.25);
  --bs-btn-focus-shadow-rgb: 108, 108, 108;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #999999;
  --bs-btn-active-border-color: rgb(140.25, 140.25, 140.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: hsl(0, 0%, 50%);
  --bs-btn-disabled-border-color: hsl(0, 0%, 50%);
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: hsl(0, 7%, 46%);
  --bs-btn-border-color: hsl(0, 7%, 46%);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(106.68435, 92.72565, 92.72565);
  --bs-btn-hover-border-color: rgb(100.4088, 87.2712, 87.2712);
  --bs-btn-focus-shadow-rgb: 145, 131, 131;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(100.4088, 87.2712, 87.2712);
  --bs-btn-active-border-color: rgb(94.13325, 81.81675, 81.81675);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: hsl(0, 7%, 46%);
  --bs-btn-disabled-border-color: hsl(0, 7%, 46%);
}

.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 {
  --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 {
  --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 {
  --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 {
  --bs-btn-color: #000;
  --bs-btn-bg: #ecedf0;
  --bs-btn-border-color: #ecedf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(200.6, 201.45, 204);
  --bs-btn-hover-border-color: rgb(188.8, 189.6, 192);
  --bs-btn-focus-shadow-rgb: 201, 201, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(188.8, 189.6, 192);
  --bs-btn-active-border-color: rgb(177, 177.75, 180);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ecedf0;
  --bs-btn-disabled-border-color: #ecedf0;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: hsl(0, 11%, 15%);
  --bs-btn-border-color: hsl(0, 11%, 15%);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(74.338875, 67.186125, 67.186125);
  --bs-btn-hover-border-color: rgb(63.71175, 56.13825, 56.13825);
  --bs-btn-focus-shadow-rgb: 74, 67, 67;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(84.966, 78.234, 78.234);
  --bs-btn-active-border-color: rgb(63.71175, 56.13825, 56.13825);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: hsl(0, 11%, 15%);
  --bs-btn-disabled-border-color: hsl(0, 11%, 15%);
}

.btn-outline-theme {
  --bs-btn-color: #5f6855;
  --bs-btn-border-color: #5f6855;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5f6855;
  --bs-btn-hover-border-color: #5f6855;
  --bs-btn-focus-shadow-rgb: 95, 104, 85;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5f6855;
  --bs-btn-active-border-color: #5f6855;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5f6855;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5f6855;
  --bs-gradient: none;
}

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

.btn-outline-black {
  --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-outline-primary {
  --bs-btn-color: hsl(0, 0%, 50%);
  --bs-btn-border-color: hsl(0, 0%, 50%);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: hsl(0, 0%, 50%);
  --bs-btn-hover-border-color: hsl(0, 0%, 50%);
  --bs-btn-focus-shadow-rgb: 128, 128, 128;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: hsl(0, 0%, 50%);
  --bs-btn-active-border-color: hsl(0, 0%, 50%);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: hsl(0, 0%, 50%);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: hsl(0, 0%, 50%);
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: hsl(0, 7%, 46%);
  --bs-btn-border-color: hsl(0, 7%, 46%);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: hsl(0, 7%, 46%);
  --bs-btn-hover-border-color: hsl(0, 7%, 46%);
  --bs-btn-focus-shadow-rgb: 126, 109, 109;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: hsl(0, 7%, 46%);
  --bs-btn-active-border-color: hsl(0, 7%, 46%);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: hsl(0, 7%, 46%);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: hsl(0, 7%, 46%);
  --bs-gradient: none;
}

.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 {
  --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 {
  --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 {
  --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 {
  --bs-btn-color: #ecedf0;
  --bs-btn-border-color: #ecedf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ecedf0;
  --bs-btn-hover-border-color: #ecedf0;
  --bs-btn-focus-shadow-rgb: 236, 237, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ecedf0;
  --bs-btn-active-border-color: #ecedf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ecedf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ecedf0;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: hsl(0, 11%, 15%);
  --bs-btn-border-color: hsl(0, 11%, 15%);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: hsl(0, 11%, 15%);
  --bs-btn-hover-border-color: hsl(0, 11%, 15%);
  --bs-btn-focus-shadow-rgb: 42, 34, 34;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: hsl(0, 11%, 15%);
  --bs-btn-active-border-color: hsl(0, 11%, 15%);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: hsl(0, 11%, 15%);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: hsl(0, 11%, 15%);
  --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: hsl(0, 7%, 46%);
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 108, 108, 108;
}

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

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

.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: hsl(0, 0%, 50%);
  --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: hsl(0, 7%, 46%);
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-end {
  --bs-position: end;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
}

.dropdown-menu-dark {
  --bs-dropdown-color: hsl(0, 14%, 89%);
  --bs-dropdown-bg: hsl(0, 10%, 23%);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: hsl(0, 14%, 89%);
  --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: hsl(0, 0%, 50%);
  --bs-dropdown-link-disabled-color: hsl(0, 11%, 71%);
  --bs-dropdown-header-color: hsl(0, 11%, 71%);
}

.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);
}

.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);
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: hsl(0, 0%, 50%);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
}

.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%2842.4575, 34.0425, 34.0425, 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;
}

.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);
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --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 {
  --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;
}

.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='hsl%280, 11%, 15%%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%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='%23333333' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 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);
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28178.5, 178.5, 178.5%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-.708z'/%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%28178.5, 178.5, 178.5%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-.708z'/%3e%3c/svg%3e");
}

.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);
}

.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(var(--bs-primary-rgb), 25%);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: hsl(0, 0%, 50%);
  --bs-pagination-active-border-color: hsl(0, 0%, 50%);
  --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);
}

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

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

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
}

.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;
}

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

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

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

.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);
}
.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: hsl(0, 0%, 50%);
  --bs-progress-bar-transition: width 0.6s ease;
}

.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: hsl(0, 0%, 50%);
  --bs-list-group-active-border-color: hsl(0, 0%, 50%);
}

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

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

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

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

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

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

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

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

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

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

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

.btn-close {
  --bs-btn-close-color: #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.414z'/%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(var(--bs-primary-rgb), 25%);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
}

.toast-container {
  --bs-toast-zindex: 1090;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-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);
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .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;
  }
}
.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;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

.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);
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
.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;
}

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

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

.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%;
}

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

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

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

.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));
}

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

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

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

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

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

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

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

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

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

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

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

.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;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-theme {
  --bs-text-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-black-50 {
  --bs-text-opacity: 1;
}

.text-white-50 {
  --bs-text-opacity: 1;
}

.text-body-secondary {
  --bs-text-opacity: 1;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
}

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

.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;
}

.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-underline-theme {
  --bs-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.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-theme {
  --bs-bg-opacity: 1;
}

.bg-white {
  --bs-bg-opacity: 1;
}

.bg-black {
  --bs-bg-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
}

.bg-secondary {
  --bs-bg-opacity: 1;
}

.bg-success {
  --bs-bg-opacity: 1;
}

.bg-info {
  --bs-bg-opacity: 1;
}

.bg-warning {
  --bs-bg-opacity: 1;
}

.bg-danger {
  --bs-bg-opacity: 1;
}

.bg-light {
  --bs-bg-opacity: 1;
}

.bg-dark {
  --bs-bg-opacity: 1;
}

.bg-body {
  --bs-bg-opacity: 1;
}

.bg-transparent {
  --bs-bg-opacity: 1;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
}

.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;
}

.router-page {
  /* This is nessesary, because scrolling on iOS devices would not be smooth without it */
}
.blue-layout.open, .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-top > .blue-menu-item-wrapper > .blue-layout.blue-menu-item-dropdown, .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-top > .blue-menu-item-wrapper > .blue-outside > .blue-layout.blue-menu-item-dropdown,
.blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-menu > .blue-menu-item-wrapper > .blue-layout.blue-menu-item-dropdown,
.blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-menu > .blue-menu-item-wrapper > .blue-outside > .blue-layout.blue-menu-item-dropdown,
.blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-bottom > .blue-menu-item-wrapper > .blue-layout.blue-menu-item-dropdown,
.blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-bottom > .blue-menu-item-wrapper > .blue-outside > .blue-layout.blue-menu-item-dropdown {
  --blue-sidebar-width: 16.563rem;
  /* search */
}

.blue-page {
  --bs-bg-opacity: 1;
}

:root {
  --blue-sidebar-width: 3rem;
}
@media (max-width: 600px) {
  :root {
    --blue-sidebar-width: 0;
  }
}
@media (min-width: 1400px) {
  .blue-layout.expandSidebar {
    --blue-sidebar-width: 16.563rem;
    /* search */
  }
}

.blue-sidebar .blue-menu-item-dropdown {
  --blue-sidebar-bg: var(--blue-sidebar-depth-1-bg, rgb(84.746031746, 92.7746031746, 75.8253968254));
}
.blue-sidebar .blue-menu-item-dropdown .blue-menu-item-dropdown {
  --blue-sidebar-bg: var(--blue-sidebar-depth-2-bg, rgb(74.4920634921, 81.5492063492, 66.6507936508));
}
.blue-sidebar .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown {
  --blue-sidebar-bg: var(--blue-sidebar-depth-3-bg, rgb(64.2380952381, 70.3238095238, 57.4761904762));
}
.blue-sidebar .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown {
  --blue-sidebar-bg: var(--blue-sidebar-depth-4-bg, rgb(53.9841269841, 59.0984126984, 48.3015873016));
}
.blue-sidebar .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown {
  --blue-sidebar-bg: var(--blue-sidebar-depth-5-bg, rgb(43.7301587302, 47.873015873, 39.126984127));
}
.blue-sidebar .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown {
  --blue-sidebar-bg: var(--blue-sidebar-depth-6-bg, rgb(33.4761904762, 36.6476190476, 29.9523809524));
}

.blue-header .blue-menu-item-dropdown {
  --blue-sidebar-bg: rgb(84.746031746, 92.7746031746, 75.8253968254);
}
.blue-header .blue-menu-item-dropdown .blue-menu-item-dropdown {
  --blue-sidebar-bg: rgb(74.4920634921, 81.5492063492, 66.6507936508);
}
.blue-header .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown {
  --blue-sidebar-bg: rgb(64.2380952381, 70.3238095238, 57.4761904762);
}
.blue-header .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown {
  --blue-sidebar-bg: rgb(53.9841269841, 59.0984126984, 48.3015873016);
}
.blue-header .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown {
  --blue-sidebar-bg: rgb(43.7301587302, 47.873015873, 39.126984127);
}
.blue-header .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown .blue-menu-item-dropdown {
  --blue-sidebar-bg: rgb(33.4761904762, 36.6476190476, 29.9523809524);
}

.blue-grid-layout-main {
  --bs-bg-opacity: 1;
}

.blue-sidebar-state.open, .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-top > .blue-menu-item-wrapper > .blue-menu-item-dropdown, .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-top > .blue-menu-item-wrapper > .blue-outside > .blue-menu-item-dropdown,
.blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-menu > .blue-menu-item-wrapper > .blue-menu-item-dropdown,
.blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-menu > .blue-menu-item-wrapper > .blue-outside > .blue-menu-item-dropdown,
.blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-bottom > .blue-menu-item-wrapper > .blue-menu-item-dropdown,
.blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-bottom > .blue-menu-item-wrapper > .blue-outside > .blue-menu-item-dropdown {
  --blue-sidebar-width: 16.563rem;
  /* search */
}
@media screen and (max-width: 1px) {
  .blue-actions.none.open .blue-actions-menu .blue-menu-item-dropdown, .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-top > .blue-menu-item-wrapper > .blue-actions.none.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown, .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-top > .blue-menu-item-wrapper > .blue-outside > .blue-actions.none.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown,
  .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-menu > .blue-menu-item-wrapper > .blue-actions.none.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown,
  .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-menu > .blue-menu-item-wrapper > .blue-outside > .blue-actions.none.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown,
  .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-bottom > .blue-menu-item-wrapper > .blue-actions.none.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown,
  .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-bottom > .blue-menu-item-wrapper > .blue-outside > .blue-actions.none.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown {
    --blue-sidebar-bg: rgb(7.8412698413, 8.5841269841, 7.0158730159);
  }
}
@media screen and (max-width: 769px) {
  .blue-actions.sm.open .blue-actions-menu .blue-menu-item-dropdown, .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-top > .blue-menu-item-wrapper > .blue-actions.sm.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown, .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-top > .blue-menu-item-wrapper > .blue-outside > .blue-actions.sm.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown,
  .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-menu > .blue-menu-item-wrapper > .blue-actions.sm.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown,
  .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-menu > .blue-menu-item-wrapper > .blue-outside > .blue-actions.sm.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown,
  .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-bottom > .blue-menu-item-wrapper > .blue-actions.sm.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown,
  .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-bottom > .blue-menu-item-wrapper > .blue-outside > .blue-actions.sm.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown {
    --blue-sidebar-bg: rgb(7.8412698413, 8.5841269841, 7.0158730159);
  }
}
@media screen and (max-width: 993px) {
  .blue-actions.md.open .blue-actions-menu .blue-menu-item-dropdown, .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-top > .blue-menu-item-wrapper > .blue-actions.md.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown, .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-top > .blue-menu-item-wrapper > .blue-outside > .blue-actions.md.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown,
  .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-menu > .blue-menu-item-wrapper > .blue-actions.md.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown,
  .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-menu > .blue-menu-item-wrapper > .blue-outside > .blue-actions.md.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown,
  .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-bottom > .blue-menu-item-wrapper > .blue-actions.md.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown,
  .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-bottom > .blue-menu-item-wrapper > .blue-outside > .blue-actions.md.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown {
    --blue-sidebar-bg: rgb(7.8412698413, 8.5841269841, 7.0158730159);
  }
}
@media screen and (max-width: 1201px) {
  .blue-actions.lg.open .blue-actions-menu .blue-menu-item-dropdown, .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-top > .blue-menu-item-wrapper > .blue-actions.lg.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown, .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-top > .blue-menu-item-wrapper > .blue-outside > .blue-actions.lg.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown,
  .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-menu > .blue-menu-item-wrapper > .blue-actions.lg.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown,
  .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-menu > .blue-menu-item-wrapper > .blue-outside > .blue-actions.lg.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown,
  .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-bottom > .blue-menu-item-wrapper > .blue-actions.lg.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown,
  .blue-layout:not(.expandSidebar):not(.open) .blue-sidebar .blue-sidebar-bottom > .blue-menu-item-wrapper > .blue-outside > .blue-actions.lg.blue-menu-item-dropdown .blue-actions-menu .blue-menu-item-dropdown {
    --blue-sidebar-bg: rgb(7.8412698413, 8.5841269841, 7.0158730159);
  }
}

.blue-caret {
  /* treat like a font icon */
  /* END treat like a font icon */
  --caret-size: 0.5em;
  --caret-strength: 0.09em;
}

@media (hover: hover) {
}
.blue-btn-soft-theme {
  --bs-btn-color: rgb(38, 41.6, 34);
  --bs-btn-bg: rgb(223, 224.8, 221);
  --bs-btn-border-color: rgb(223, 224.8, 221);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(189.55, 191.08, 187.85);
  --bs-btn-hover-border-color: rgb(178.4, 179.84, 176.8);
  --bs-btn-focus-shadow-rgb: 195, 197, 193;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(178.4, 179.84, 176.8);
  --bs-btn-active-border-color: rgb(167.25, 168.6, 165.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(223, 224.8, 221);
  --bs-btn-disabled-border-color: rgb(223, 224.8, 221);
}

.blue-btn-soft-white {
  --bs-btn-color: #666666;
  --bs-btn-bg: white;
  --bs-btn-border-color: white;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(216.75, 216.75, 216.75);
  --bs-btn-hover-border-color: #cccccc;
  --bs-btn-focus-shadow-rgb: 232, 232, 232;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cccccc;
  --bs-btn-active-border-color: rgb(191.25, 191.25, 191.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: white;
  --bs-btn-disabled-border-color: white;
}

.blue-btn-soft-black {
  --bs-btn-color: rgb(13.2, 14.8, 16.4);
  --bs-btn-bg: rgb(210.6, 211.4, 212.2);
  --bs-btn-border-color: rgb(210.6, 211.4, 212.2);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(179.01, 179.69, 180.37);
  --bs-btn-hover-border-color: rgb(168.48, 169.12, 169.76);
  --bs-btn-focus-shadow-rgb: 181, 182, 183;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(168.48, 169.12, 169.76);
  --bs-btn-active-border-color: rgb(157.95, 158.55, 159.15);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(210.6, 211.4, 212.2);
  --bs-btn-disabled-border-color: rgb(210.6, 211.4, 212.2);
}

.blue-btn-soft-primary {
  --bs-btn-color: #333333;
  --bs-btn-bg: rgb(229.5, 229.5, 229.5);
  --bs-btn-border-color: rgb(229.5, 229.5, 229.5);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(195.075, 195.075, 195.075);
  --bs-btn-hover-border-color: rgb(183.6, 183.6, 183.6);
  --bs-btn-focus-shadow-rgb: 203, 203, 203;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(183.6, 183.6, 183.6);
  --bs-btn-active-border-color: rgb(172.125, 172.125, 172.125);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(229.5, 229.5, 229.5);
  --bs-btn-disabled-border-color: rgb(229.5, 229.5, 229.5);
}

.blue-btn-soft-secondary {
  --bs-btn-color: rgb(50.2044, 43.6356, 43.6356);
  --bs-btn-bg: rgb(229.1022, 225.8178, 225.8178);
  --bs-btn-border-color: rgb(229.1022, 225.8178, 225.8178);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(194.73687, 191.94513, 191.94513);
  --bs-btn-hover-border-color: rgb(183.28176, 180.65424, 180.65424);
  --bs-btn-focus-shadow-rgb: 202, 198, 198;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(183.28176, 180.65424, 180.65424);
  --bs-btn-active-border-color: rgb(171.82665, 169.36335, 169.36335);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(229.1022, 225.8178, 225.8178);
  --bs-btn-disabled-border-color: rgb(229.1022, 225.8178, 225.8178);
}

.blue-btn-soft-success {
  --bs-btn-color: rgb(10, 54, 33.6);
  --bs-btn-bg: rgb(209, 231, 220.8);
  --bs-btn-border-color: rgb(209, 231, 220.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(177.65, 196.35, 187.68);
  --bs-btn-hover-border-color: rgb(167.2, 184.8, 176.64);
  --bs-btn-focus-shadow-rgb: 179, 204, 193;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(167.2, 184.8, 176.64);
  --bs-btn-active-border-color: rgb(156.75, 173.25, 165.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(209, 231, 220.8);
  --bs-btn-disabled-border-color: rgb(209, 231, 220.8);
}

.blue-btn-soft-info {
  --bs-btn-color: rgb(5.2, 80.8, 96);
  --bs-btn-bg: rgb(206.6, 244.4, 252);
  --bs-btn-border-color: rgb(206.6, 244.4, 252);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(175.61, 207.74, 214.2);
  --bs-btn-hover-border-color: rgb(165.28, 195.52, 201.6);
  --bs-btn-focus-shadow-rgb: 176, 220, 229;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(165.28, 195.52, 201.6);
  --bs-btn-active-border-color: rgb(154.95, 183.3, 189);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(206.6, 244.4, 252);
  --bs-btn-disabled-border-color: rgb(206.6, 244.4, 252);
}

.blue-btn-soft-warning {
  --bs-btn-color: rgb(102, 77.2, 2.8);
  --bs-btn-bg: rgb(255, 242.6, 205.4);
  --bs-btn-border-color: rgb(255, 242.6, 205.4);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(216.75, 206.21, 174.59);
  --bs-btn-hover-border-color: rgb(204, 194.08, 164.32);
  --bs-btn-focus-shadow-rgb: 232, 218, 175;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(204, 194.08, 164.32);
  --bs-btn-active-border-color: rgb(191.25, 181.95, 154.05);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(255, 242.6, 205.4);
  --bs-btn-disabled-border-color: rgb(255, 242.6, 205.4);
}

.blue-btn-soft-danger {
  --bs-btn-color: rgb(88, 21.2, 27.6);
  --bs-btn-bg: rgb(248, 214.6, 217.8);
  --bs-btn-border-color: rgb(248, 214.6, 217.8);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 182.41, 185.13);
  --bs-btn-hover-border-color: rgb(198.4, 171.68, 174.24);
  --bs-btn-focus-shadow-rgb: 224, 186, 189;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 171.68, 174.24);
  --bs-btn-active-border-color: rgb(186, 160.95, 163.35);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(248, 214.6, 217.8);
  --bs-btn-disabled-border-color: rgb(248, 214.6, 217.8);
}

.blue-btn-soft-light {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(251.2, 251.4, 252);
  --bs-btn-border-color: rgb(251.2, 251.4, 252);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(213.52, 213.69, 214.2);
  --bs-btn-hover-border-color: rgb(200.96, 201.12, 201.6);
  --bs-btn-focus-shadow-rgb: 214, 214, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(200.96, 201.12, 201.6);
  --bs-btn-active-border-color: rgb(188.4, 188.55, 189);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(251.2, 251.4, 252);
  --bs-btn-disabled-border-color: rgb(251.2, 251.4, 252);
}

.blue-btn-soft-dark {
  --bs-btn-color: rgb(16.983, 13.617, 13.617);
  --bs-btn-bg: rgb(212.4915, 210.8085, 210.8085);
  --bs-btn-border-color: rgb(212.4915, 210.8085, 210.8085);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(180.617775, 179.187225, 179.187225);
  --bs-btn-hover-border-color: rgb(169.9932, 168.6468, 168.6468);
  --bs-btn-focus-shadow-rgb: 183, 181, 181;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(169.9932, 168.6468, 168.6468);
  --bs-btn-active-border-color: rgb(159.368625, 158.106375, 158.106375);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(212.4915, 210.8085, 210.8085);
  --bs-btn-disabled-border-color: rgb(212.4915, 210.8085, 210.8085);
}

[data-bs-theme=dark] .blue-btn-soft-theme {
  --bs-btn-color: rgb(191, 194.6, 187);
  --bs-btn-bg: rgb(19, 20.8, 17);
  --bs-btn-border-color: rgb(19, 20.8, 17);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(54.4, 55.93, 52.7);
  --bs-btn-hover-border-color: rgb(42.6, 44.22, 40.8);
  --bs-btn-focus-shadow-rgb: 45, 47, 43;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(66.2, 67.64, 64.6);
  --bs-btn-active-border-color: rgb(42.6, 44.22, 40.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(19, 20.8, 17);
  --bs-btn-disabled-border-color: rgb(19, 20.8, 17);
}
[data-bs-theme=dark] .blue-btn-soft-white {
  --bs-btn-color: white;
  --bs-btn-bg: #333333;
  --bs-btn-border-color: #333333;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(81.6, 81.6, 81.6);
  --bs-btn-hover-border-color: rgb(71.4, 71.4, 71.4);
  --bs-btn-focus-shadow-rgb: 82, 82, 82;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(91.8, 91.8, 91.8);
  --bs-btn-active-border-color: rgb(71.4, 71.4, 71.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #333333;
  --bs-btn-disabled-border-color: #333333;
}
[data-bs-theme=dark] .blue-btn-soft-black {
  --bs-btn-color: rgb(166.2, 167.8, 169.4);
  --bs-btn-bg: rgb(6.6, 7.4, 8.2);
  --bs-btn-border-color: rgb(6.6, 7.4, 8.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(43.86, 44.54, 45.22);
  --bs-btn-hover-border-color: rgb(31.44, 32.16, 32.88);
  --bs-btn-focus-shadow-rgb: 31, 31, 32;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(56.28, 56.92, 57.56);
  --bs-btn-active-border-color: rgb(31.44, 32.16, 32.88);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(6.6, 7.4, 8.2);
  --bs-btn-disabled-border-color: rgb(6.6, 7.4, 8.2);
}
[data-bs-theme=dark] .blue-btn-soft-primary {
  --bs-btn-color: #cccccc;
  --bs-btn-bg: rgb(25.5, 25.5, 25.5);
  --bs-btn-border-color: rgb(25.5, 25.5, 25.5);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(59.925, 59.925, 59.925);
  --bs-btn-hover-border-color: rgb(48.45, 48.45, 48.45);
  --bs-btn-focus-shadow-rgb: 52, 52, 52;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(71.4, 71.4, 71.4);
  --bs-btn-active-border-color: rgb(48.45, 48.45, 48.45);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(25.5, 25.5, 25.5);
  --bs-btn-disabled-border-color: rgb(25.5, 25.5, 25.5);
}
[data-bs-theme=dark] .blue-btn-soft-secondary {
  --bs-btn-color: rgb(203.2044, 196.6356, 196.6356);
  --bs-btn-bg: rgb(25.1022, 21.8178, 21.8178);
  --bs-btn-border-color: rgb(25.1022, 21.8178, 21.8178);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(59.58687, 56.79513, 56.79513);
  --bs-btn-hover-border-color: rgb(48.09198, 45.13602, 45.13602);
  --bs-btn-focus-shadow-rgb: 52, 48, 48;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(71.08176, 68.45424, 68.45424);
  --bs-btn-active-border-color: rgb(48.09198, 45.13602, 45.13602);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(25.1022, 21.8178, 21.8178);
  --bs-btn-disabled-border-color: rgb(25.1022, 21.8178, 21.8178);
}
[data-bs-theme=dark] .blue-btn-soft-success {
  --bs-btn-color: rgb(163, 207, 186.6);
  --bs-btn-bg: rgb(5, 27, 16.8);
  --bs-btn-border-color: rgb(5, 27, 16.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(42.5, 61.2, 52.53);
  --bs-btn-hover-border-color: rgb(30, 49.8, 40.62);
  --bs-btn-focus-shadow-rgb: 29, 54, 42;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(55, 72.6, 64.44);
  --bs-btn-active-border-color: rgb(30, 49.8, 40.62);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(5, 27, 16.8);
  --bs-btn-disabled-border-color: rgb(5, 27, 16.8);
}
[data-bs-theme=dark] .blue-btn-soft-info {
  --bs-btn-color: rgb(158.2, 233.8, 249);
  --bs-btn-bg: rgb(2.6, 40.4, 48);
  --bs-btn-border-color: rgb(2.6, 40.4, 48);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(40.46, 72.59, 79.05);
  --bs-btn-hover-border-color: rgb(27.84, 61.86, 68.7);
  --bs-btn-focus-shadow-rgb: 26, 69, 78;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(53.08, 83.32, 89.4);
  --bs-btn-active-border-color: rgb(27.84, 61.86, 68.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(2.6, 40.4, 48);
  --bs-btn-disabled-border-color: rgb(2.6, 40.4, 48);
}
[data-bs-theme=dark] .blue-btn-soft-warning {
  --bs-btn-color: rgb(255, 230.2, 155.8);
  --bs-btn-bg: rgb(51, 38.6, 1.4);
  --bs-btn-border-color: rgb(51, 38.6, 1.4);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(81.6, 71.06, 39.44);
  --bs-btn-hover-border-color: rgb(71.4, 60.24, 26.76);
  --bs-btn-focus-shadow-rgb: 82, 67, 25;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(91.8, 81.88, 52.12);
  --bs-btn-active-border-color: rgb(71.4, 60.24, 26.76);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(51, 38.6, 1.4);
  --bs-btn-disabled-border-color: rgb(51, 38.6, 1.4);
}
[data-bs-theme=dark] .blue-btn-soft-danger {
  --bs-btn-color: rgb(241, 174.2, 180.6);
  --bs-btn-bg: rgb(44, 10.6, 13.8);
  --bs-btn-border-color: rgb(44, 10.6, 13.8);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(75.65, 47.26, 49.98);
  --bs-btn-hover-border-color: rgb(65.1, 35.04, 37.92);
  --bs-btn-focus-shadow-rgb: 74, 35, 39;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.2, 59.48, 62.04);
  --bs-btn-active-border-color: rgb(65.1, 35.04, 37.92);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(44, 10.6, 13.8);
  --bs-btn-disabled-border-color: rgb(44, 10.6, 13.8);
}
[data-bs-theme=dark] .blue-btn-soft-light {
  --bs-btn-color: rgb(247.4, 247.8, 249);
  --bs-btn-bg: rgb(47.2, 47.4, 48);
  --bs-btn-border-color: rgb(47.2, 47.4, 48);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(78.37, 78.54, 79.05);
  --bs-btn-hover-border-color: rgb(67.98, 68.16, 68.7);
  --bs-btn-focus-shadow-rgb: 77, 77, 78;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(88.76, 88.92, 89.4);
  --bs-btn-active-border-color: rgb(67.98, 68.16, 68.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(47.2, 47.4, 48);
  --bs-btn-disabled-border-color: rgb(47.2, 47.4, 48);
}
[data-bs-theme=dark] .blue-btn-soft-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(8.4915, 6.8085, 6.8085);
  --bs-btn-border-color: rgb(8.4915, 6.8085, 6.8085);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(45.467775, 44.037225, 44.037225);
  --bs-btn-hover-border-color: rgb(33.14235, 31.62765, 31.62765);
  --bs-btn-focus-shadow-rgb: 45, 44, 44;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(57.7932, 56.4468, 56.4468);
  --bs-btn-active-border-color: rgb(33.14235, 31.62765, 31.62765);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(8.4915, 6.8085, 6.8085);
  --bs-btn-disabled-border-color: rgb(8.4915, 6.8085, 6.8085);
}

.blue-btn-plain-theme {
  --bs-btn-color: #5f6855;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(189.55, 191.08, 187.85);
  --bs-btn-hover-border-color: rgb(178.4, 179.84, 176.8);
  --bs-btn-focus-shadow-rgb: 95, 104, 85;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(127, 134.2, 119);
  --bs-btn-active-border-color: rgb(111, 119.1, 102);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5f6855;
  --bs-btn-disabled-border-color: #5f6855;
}

.blue-btn-plain-white {
  --bs-btn-color: white;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(216.75, 216.75, 216.75);
  --bs-btn-hover-border-color: #cccccc;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: white;
  --bs-btn-disabled-border-color: white;
}

.blue-btn-plain-black {
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(179.01, 179.69, 180.37);
  --bs-btn-hover-border-color: rgb(168.48, 169.12, 169.76);
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --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;
}

.blue-btn-plain-primary {
  --bs-btn-color: hsl(0, 0%, 50%);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(195.075, 195.075, 195.075);
  --bs-btn-hover-border-color: rgb(183.6, 183.6, 183.6);
  --bs-btn-focus-shadow-rgb: 128, 128, 128;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #999999;
  --bs-btn-active-border-color: rgb(140.25, 140.25, 140.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: hsl(0, 0%, 50%);
  --bs-btn-disabled-border-color: hsl(0, 0%, 50%);
}

.blue-btn-plain-secondary {
  --bs-btn-color: hsl(0, 7%, 46%);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(194.73687, 191.94513, 191.94513);
  --bs-btn-hover-border-color: rgb(183.28176, 180.65424, 180.65424);
  --bs-btn-focus-shadow-rgb: 126, 109, 109;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(151.4088, 138.2712, 138.2712);
  --bs-btn-active-border-color: rgb(138.4599, 123.6801, 123.6801);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: hsl(0, 7%, 46%);
  --bs-btn-disabled-border-color: hsl(0, 7%, 46%);
}

.blue-btn-plain-success {
  --bs-btn-color: #198754;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(177.65, 196.35, 187.68);
  --bs-btn-hover-border-color: rgb(167.2, 184.8, 176.64);
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(71, 159, 118.2);
  --bs-btn-active-border-color: rgb(48, 147, 101.1);
  --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;
}

.blue-btn-plain-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(175.61, 207.74, 214.2);
  --bs-btn-hover-border-color: rgb(165.28, 195.52, 201.6);
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --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;
}

.blue-btn-plain-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(216.75, 206.21, 174.59);
  --bs-btn-hover-border-color: rgb(204, 194.08, 164.32);
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --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;
}

.blue-btn-plain-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 182.41, 185.13);
  --bs-btn-hover-border-color: rgb(198.4, 171.68, 174.24);
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(227, 93.4, 106.2);
  --bs-btn-active-border-color: rgb(223.5, 73.2, 87.6);
  --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;
}

.blue-btn-plain-light {
  --bs-btn-color: #000;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(213.52, 213.69, 214.2);
  --bs-btn-hover-border-color: rgb(200.96, 201.12, 201.6);
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(239.8, 240.6, 243);
  --bs-btn-active-border-color: rgb(237.9, 238.8, 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: #ecedf0;
  --bs-btn-disabled-border-color: #ecedf0;
}

.blue-btn-plain-dark {
  --bs-btn-color: hsl(0, 11%, 15%);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(180.617775, 179.187225, 179.187225);
  --bs-btn-hover-border-color: rgb(169.9932, 168.6468, 168.6468);
  --bs-btn-focus-shadow-rgb: 42, 34, 34;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(84.966, 78.234, 78.234);
  --bs-btn-active-border-color: rgb(63.71175, 56.13825, 56.13825);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: hsl(0, 11%, 15%);
  --bs-btn-disabled-border-color: hsl(0, 11%, 15%);
}

[data-bs-theme=dark] .blue-btn-plain-theme {
  --bs-btn-color: #5f6855;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(54.4, 55.93, 52.7);
  --bs-btn-hover-border-color: rgb(42.6, 44.22, 40.8);
  --bs-btn-focus-shadow-rgb: 95, 104, 85;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(66.2, 67.64, 64.6);
  --bs-btn-active-border-color: rgb(42.6, 44.22, 40.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
}
[data-bs-theme=dark] .blue-btn-plain-white {
  --bs-btn-color: white;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(81.6, 81.6, 81.6);
  --bs-btn-hover-border-color: rgb(71.4, 71.4, 71.4);
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(91.8, 91.8, 91.8);
  --bs-btn-active-border-color: rgb(71.4, 71.4, 71.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
}
[data-bs-theme=dark] .blue-btn-plain-black {
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(43.86, 44.54, 45.22);
  --bs-btn-hover-border-color: rgb(31.44, 32.16, 32.88);
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(56.28, 56.92, 57.56);
  --bs-btn-active-border-color: rgb(31.44, 32.16, 32.88);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
}
[data-bs-theme=dark] .blue-btn-plain-primary {
  --bs-btn-color: hsl(0, 0%, 50%);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(59.925, 59.925, 59.925);
  --bs-btn-hover-border-color: rgb(48.45, 48.45, 48.45);
  --bs-btn-focus-shadow-rgb: 128, 128, 128;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(71.4, 71.4, 71.4);
  --bs-btn-active-border-color: rgb(48.45, 48.45, 48.45);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
}
[data-bs-theme=dark] .blue-btn-plain-secondary {
  --bs-btn-color: hsl(0, 7%, 46%);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(59.58687, 56.79513, 56.79513);
  --bs-btn-hover-border-color: rgb(48.09198, 45.13602, 45.13602);
  --bs-btn-focus-shadow-rgb: 126, 109, 109;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(71.08176, 68.45424, 68.45424);
  --bs-btn-active-border-color: rgb(48.09198, 45.13602, 45.13602);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
}
[data-bs-theme=dark] .blue-btn-plain-success {
  --bs-btn-color: #198754;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(42.5, 61.2, 52.53);
  --bs-btn-hover-border-color: rgb(30, 49.8, 40.62);
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(55, 72.6, 64.44);
  --bs-btn-active-border-color: rgb(30, 49.8, 40.62);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
}
[data-bs-theme=dark] .blue-btn-plain-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(40.46, 72.59, 79.05);
  --bs-btn-hover-border-color: rgb(27.84, 61.86, 68.7);
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(53.08, 83.32, 89.4);
  --bs-btn-active-border-color: rgb(27.84, 61.86, 68.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
}
[data-bs-theme=dark] .blue-btn-plain-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(81.6, 71.06, 39.44);
  --bs-btn-hover-border-color: rgb(71.4, 60.24, 26.76);
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(91.8, 81.88, 52.12);
  --bs-btn-active-border-color: rgb(71.4, 60.24, 26.76);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
}
[data-bs-theme=dark] .blue-btn-plain-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(75.65, 47.26, 49.98);
  --bs-btn-hover-border-color: rgb(65.1, 35.04, 37.92);
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.2, 59.48, 62.04);
  --bs-btn-active-border-color: rgb(65.1, 35.04, 37.92);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
}
[data-bs-theme=dark] .blue-btn-plain-light {
  --bs-btn-color: #ecedf0;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(78.37, 78.54, 79.05);
  --bs-btn-hover-border-color: rgb(67.98, 68.16, 68.7);
  --bs-btn-focus-shadow-rgb: 236, 237, 240;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(88.76, 88.92, 89.4);
  --bs-btn-active-border-color: rgb(67.98, 68.16, 68.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
}
[data-bs-theme=dark] .blue-btn-plain-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(45.467775, 44.037225, 44.037225);
  --bs-btn-hover-border-color: rgb(33.14235, 31.62765, 31.62765);
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(57.7932, 56.4468, 56.4468);
  --bs-btn-active-border-color: rgb(33.14235, 31.62765, 31.62765);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
}