@charset "UTF-8";
/*!
 * Copyright 2022 VulnSign
 */
/*
   01. Color system
   02. RTL setting
   03. Body setting
   04. Spacer setting
   05. Font & headings settings
   06. Box shadow settings
   07. Border-radius settings
   08. Grid settings
   09. App - Header settings
   10. App - Sidebar settings
   11. App - Content settings
   12. Link settings
   13. Border settings
   14. Component active settings
   15. Alert settings
   16. List group settings
   17. Nav settings
   18. Navbar settings
   19. Pagination settings
   20. Breadcrumbs settings
   21. Progress settings
   22. Buttons + Forms settings
   23. Buttons settings
   24. Forms settings
   25. Form check settings
   26. Form switch settings
   27. Input group settings
   28. Form select settings
   29. Form range settings
   30. Form file settings
   31. Form validation settings
   32. Cards settings
   33. Tooltips settings
   34. Modals settings
   35. Toasts settings
   36. Accordion settings
   37. Tables settings
   38. Dropdown settings
   39. Radar
*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #4e9cff;
  --bs-indigo: #bba4ff;
  --bs-purple: #de8cff;
  --bs-pink: #f34fa0;
  --bs-red: #e41414;
  --bs-orange: #ff9f0c;
  --bs-yellow: #f9e80d;
  --bs-green: #1ecc33;
  --bs-teal: #3cd2a5;
  --bs-cyan: #30beff;
  --bs-lime: #81f32d;
  --bs-white: rgb(243 242 235);
  --bs-gray: #526872;
  --bs-gray-dark: #f3f2eb;
  --bs-gray-100: #c0cacf;
  --bs-gray-200: rgb(217 119 87);
  --bs-gray-300: #90a2aa;
  --bs-gray-400: hsl(15.81deg 53.09% 47.65%);
  --bs-gray-500: #617a86;
  --bs-gray-600: #526872;
  --bs-gray-700: #44555e;
  --bs-gray-800: #f3f2eb;
  --bs-gray-900: #1e2936;
  --bs-default: rgb(217 119 87);
  --bs-theme: #2596be;
  --bs-reverse: #838586;
  --bs-primary: #4e9cff;
  --bs-secondary: hsl(15.81deg 53.09% 47.65%);
  --bs-warning: #ff9f0c;
  --bs-danger: #2596be;
  --bs-success: #3cd2a5;
  --bs-info: #2596be;
  --bs-dark: #f3f2eb;
  --bs-black: #000000;
  --bs-muted: #617a86;
  --bs-light: #c0cacf;
  --bs-Critical: #dc3545;
  --bs-High: #fd7e14;
  --bs-Medium: #ffc107;
  --bs-Low: #fad875;
  --bs-Information: var(--bs-theme);
  --bs-critical: #dc3545;
  --bs-high: #fd7e14;
  --bs-medium: #ffc107;
  --bs-low: #fad875;
  --bs-information: var(--bs-theme);
  --bs-critical-gradient: #c82333;
  --bs-high-gradient: #e36209;
  --bs-medium-gradient: #e0a800;
  --bs-low-gradient: #ecce76;
  --bs-information-rgb: 168, 182, 188;
  --bs-Information: var(--bs-theme);
  --bs-default-rgb: 168, 182, 188;
  --bs-theme-rgb: 183, 125, 102;
  --bs-reverse-rgb: 74 74 73;
  --bs-primary-rgb: 78, 156, 255;
  --bs-secondary-rgb: 224, 95, 25;
  --bs-warning-rgb: 255, 159, 12;
  --bs-danger-rgb: 255, 96, 96;
  --bs-success-rgb: 60, 210, 165;
  --bs-inverse-rgb: 0, 0, 0;
  --bs-info-rgb: 48, 190, 255;
  --bs-dark-rgb: 53, 67, 74;
  --bs-black-rgb: 0, 0, 0;
  --bs-white-rgb: 0, 0, 0;
  --bs-purple-rgb: 222, 140, 255;
  --bs-indigo-rgb: 187, 164, 255;
  --bs-red-rgb: 255, 96, 96;
  --bs-pink-rgb: 243, 79, 160;
  --bs-green-rgb: 30, 204, 51;
  --bs-yellow-rgb: 249, 232, 13;
  --bs-teal-rgb: 60, 210, 165;
  --bs-muted-rgb: 97, 122, 134;
  --bs-light-rgb: 192, 202, 207;
  --bs-lime-rgb: 129, 243, 45;
  --bs-gray-100-rgb: 192, 202, 207;
  --bs-gray-200-rgb: 168, 182, 188;
  --bs-gray-300-rgb: 144, 162, 170;
  --bs-gray-400-rgb: 121, 142, 152;
  --bs-gray-500-rgb: 97, 122, 134;
  --bs-gray-600-rgb: 82, 104, 114;
  --bs-gray-700-rgb: 68, 85, 94;
  --bs-gray-800-rgb: 53, 67, 74;
  --bs-gray-900-rgb: 39, 49, 54;
  --bs-primary-text-emphasis: #012d66;
  --bs-secondary-text-emphasis: #30393d;
  --bs-success-text-emphasis: #0e3f30;
  --bs-info-text-emphasis: #003e5b;
  --bs-warning-text-emphasis: #664005;
  --bs-danger-text-emphasis: #5a0000;
  --bs-light-text-emphasis: #44555e;
  --bs-dark-text-emphasis: #44555e;
  --bs-primary-bg-subtle: #cce3ff;
  --bs-secondary-bg-subtle: #c0cacf;
  --bs-success-bg-subtle: #d0e7d3;
  --bs-info-bg-subtle: #ccebf9;
  --bs-warning-bg-subtle: #fefacf;
  --bs-danger-bg-subtle: #f9cccc;
  --bs-light-bg-subtle: #e0e5e7;
  --bs-dark-bg-subtle: #798e98;
  --bs-primary-border-subtle: #9ac6ff;
  --bs-secondary-border-subtle: #a8b6bc;
  --bs-success-border-subtle: #a1d0a7;
  --bs-info-border-subtle: #99d7f4;
  --bs-warning-border-subtle: #fdf69e;
  --bs-danger-border-subtle: #f39999;
  --bs-light-border-subtle: #a8b6bc;
  --bs-dark-border-subtle: #617a86;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Chakra Petch", sans-serif;
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: rgba(0, 0, 0, 0.75);
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg: #FFFFFF;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(0, 0, 0, 0.75);
  --bs-secondary-color-rgb: 0, 0, 0;
  --bs-secondary-bg: #c0cacf;
  --bs-secondary-bg-rgb: 192, 202, 207;
  --bs-tertiary-color: rgba(0, 0, 0, 0.5);
  --bs-tertiary-color-rgb: 0, 0, 0;
  --bs-tertiary-bg: rgba(0, 0, 0, 0.1);
  --bs-tertiary-bg-rgb: 0, 0, 0;
  --bs-heading-color: #000000;
  --bs-link-color: #249d79;
  --bs-link-color-rgb: 36, 157, 121;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgba(36, 157, 121, 0.5);
  --bs-link-hover-color-rgb: 36, 157, 121;
  --bs-code-color: #e61079;
  --bs-highlight-color: rgba(0, 0, 0, 0.75);
  --bs-highlight-bg: #fefacf;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: rgba(0, 0, 0, 0.2);
  --bs-border-color-translucent: rgba(0, 0, 0, 0.1);
  --bs-border-radius: 4px;
  --bs-border-radius-sm: 2px;
  --bs-border-radius-lg: 8px;
  --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(var(--bs-inverse-rgb), 0.075);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-inverse-rgb), 0.035);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-inverse-rgb), 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-inverse-rgb), 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(2, 113, 255, 0.25);
  --bs-form-valid-color: #249d79;
  --bs-form-valid-border-color: #249d79;
  --bs-form-invalid-color: #e00000;
  --bs-form-invalid-border-color: #e00000;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg-rgb: 39, 49, 54;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Chakra Petch, sans-serif;
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: rgba(255, 255, 255, 0.75);
  --bs-body-bg: #1e2936;
  --bs-app-top-nav-bg: rgba(29, 40, 53, 0.95);
  --bs-app-top-nav-menu-link-color: rgba(var(--bs-inverse-rgb), 0.5);
  --bs-app-top-nav-menu-link-hover-color: #FFFFFF;
  --bs-app-top-nav-menu-link-active-color: #FFFFFF;
  --bs-app-top-nav-menu-submenu-bg: rgba(29, 40, 53, 0.95);
  --bs-white-rgb: 0, 0, 0;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg-rgb: 39, 49, 54;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  --bs-body-font-family: Chakra Petch, sans-serif;
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: rgba(0, 0, 0, 0.75);
  --bs-body-bg: #1e2936;
  --bs-app-top-nav-bg: rgb(243 241 234 / 95%);
  --bs-app-top-nav-menu-link-color: rgba(var(--bs-inverse-rgb), 0.7);
  --bs-app-top-nav-menu-link-hover-color: #000000;
  --bs-app-top-nav-menu-link-active-color: #000000;
  --bs-app-top-nav-menu-submenu-bg: rgb(243 241 234 / 95%);
}

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

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

@font-face {
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/assets/webfonts/Chakra_Petch/ChakraPetch-300-Thai.woff2') format('woff2');
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}

@font-face {
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/assets/webfonts/Chakra_Petch/ChakraPetch-300-Vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/assets/webfonts/Chakra_Petch/ChakraPetch-300-LatinAll.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/assets/webfonts/Chakra_Petch/ChakraPetch-300-Latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/webfonts/Chakra_Petch/ChakraPetch-500-Thai.woff2') format('woff2');
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}

@font-face {
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/webfonts/Chakra_Petch/ChakraPetch-500-Vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/webfonts/Chakra_Petch/ChakraPetch-500-LatinAll.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/webfonts/Chakra_Petch/ChakraPetch-500-Latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
}

h1, .h1 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.1875rem;
  }
}

h2, .h2 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

h3, .h3 {
  font-size: calc(1.278125rem + 0.3375vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.53125rem;
  }
}

h4, .h4 {
  font-size: calc(1.25625rem + 0.075vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.3125rem;
  }
}

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

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

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

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: 400;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.2em;
  background-color: purple;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2596be;
  text-decoration: underline;
}
a:hover {
  color: purple;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #000000;
  background-color: #1e2936;
  border-radius: 2px;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 400;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: hsl(15.81deg 53.09% 47.65%);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

textarea {
  resize: vertical;
}

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

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

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

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

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

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

::-webkit-file-upload-button {
  font: inherit;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #1e2936;
  border: 1px solid #90a2aa;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #526872;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 8px);
  padding-left: var(--bs-gutter-x, 8px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1660px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.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: 1660px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.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;
  }
}
@media (min-width: 1900px) {
  .col-xxxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxxl-5,
.gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: rgba(0, 0, 0, 0.75);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.1);
  --bs-table-active-color: rgba(0, 0, 0, 0.75);
  --bs-table-active-bg: rgba(0, 0, 0, 0.15);
  --bs-table-hover-color: rgba(0, 0, 0, 0.75);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.75);
  vertical-align: top;
  border-color: rgba(0, 0, 0, 0.4);
}

.table > :not(caption) > * > * {
  vertical-align: middle;
  padding: 0.6rem 0.6rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #274e80;
  --bs-table-striped-bg: #3d608d;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #476993;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #375b8a;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #3d608d;
}

.table-secondary {
  --bs-table-bg: #3d474c;
  --bs-table-striped-bg: #50595e;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #5a6367;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #4c5559;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #50595e;
}

.table-success {
  --bs-table-bg: #1e6953;
  --bs-table-striped-bg: #357864;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #40806d;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #2f7460;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #357864;
}

.table-info {
  --bs-table-bg: #185f80;
  --bs-table-striped-bg: #2f6f8d;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #3b7793;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #296b8a;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #2f6f8d;
}

.table-warning {
  --bs-table-bg: #805006;
  --bs-table-striped-bg: #8d621f;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #936a2b;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #8a5d19;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #8d621f;
}

.table-danger {
  --bs-table-bg: #803030;
  --bs-table-striped-bg: #8d4545;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #934f4f;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #8a4040;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #8d4545;
}

.table-light {
  --bs-table-bg: #c0cacf;
  --bs-table-striped-bg: #adb6ba;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #a3acb0;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #b2bbbf;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #adb6ba;
}

.table-dark {
  --bs-table-bg: #f3f2eb;
  --bs-table-striped-bg: #49565c;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #535f65;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #445158;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #49565c;
}

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

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

.vuln_score {
  height: 98px;
  box-sizing: border-box;
  width: calc(33.33% - 24px);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 14px;
  margin-right: 12px;
  margin-left: 12px;
  border-radius: 10px;
  box-shadow: -1px -1px 0 0 var(--bs-theme);
  box-sizing: border-box;
}

.vuln_score .col-sm-6 {
  width: 50%;
}

.vuln_score .col-md-4 {
  width: 33.33%;
}

.vuln_score .col-lg-4 {
  width: 33.33%;
}

.vuln_score .rounded-3 {
  border-radius: 0.375rem;
}

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

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

.vulnsign-form-label {
  margin-bottom: 0.2rem;
}

.vuln_blur {
  display: flex;
  align-items: center;
  filter: blur(5px);
  opacity: .75;
  width: 100%;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.8125rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: hsl(15.81deg 53.09% 47.65%);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: rgba(0, 0, 0, 0.75);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.4);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0.15);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0.15);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgba(155, 155, 155, 0.1925);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgba(155, 155, 155, 0.1925);
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0.15);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgba(155, 155, 155, 0.1925);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  border-radius: 2px;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 8px;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

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

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 4px;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 4px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgba(0, 0, 0, 0.7);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.4);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: rgb(214 214 214);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.75);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.8125rem;
  border-radius: 2px;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
  border-radius: 8px;
}

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

.form-check-input {
  width: 1.15em;
  height: 1rem;
  margin-top: 0.14em;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgba(0, 0, 0, 0.7);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.4);
}
.form-check-input:checked {
  background-color: #2596be;
  border-color: #2596be;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='rgba%280, 0, 0, 0.85%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='rgba%280, 0, 0, 0.85%29'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #2596be;
  border-color: #2596be;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='rgba%280, 0, 0, 0.85%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

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

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

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

.form-range {
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #2596be, 0 0 0 0.25rem rgba(0, 0, 0, 0.4);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #2596be, 0 0 0 0.25rem rgba(0, 0, 0, 0.4);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2596be;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #d95252;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2596be;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #d95252;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #90a2aa;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #90a2aa;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 8px;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  border-radius: 2px;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #3cd2a5;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8125rem;
  color: #000000;
  background-color: rgba(60, 210, 165, 0.9);
  border-radius: 4px;
}

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #3cd2a5;
}
.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"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233cd2a5' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #3cd2a5;
  box-shadow: 0 0 0 0.25rem rgba(60, 210, 165, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #3cd2a5;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #3cd2a5;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 210, 165, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #3cd2a5;
}

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

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #2596be;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8125rem;
  color: #000000;
  background-color: rgba(255, 96, 96, 0.9);
  border-radius: 4px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #2596be;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%232596be'%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='%232596be' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #2596be;
  box-shadow: 0 0 0 0.25rem rgba(255, 96, 96, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #2596be;
}
.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"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%232596be'%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='%232596be' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #2596be;
  box-shadow: 0 0 0 0.25rem rgba(255, 96, 96, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #2596be;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #2596be;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 96, 96, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #2596be;
}

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

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width: 420px) {
  .btn {
      font-size: 0.74rem;
  }
}

@media (max-width: 350px) {
  .btn {
      font-size: 0.62rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: rgba(0, 0, 0, 0.75);
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.4);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-default {
  color: #000000;
  background-color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
body .daterangepicker .drp-buttons .btn.btn-default:hover, body .daterangepicker .drp-buttons .btn.btn-default:active {
  color: #000000;
  background: var(--bs-btn-hover-bg);
}
.btn-check:focus + .btn-default, .btn-default:focus {
  color: #000000;
  background-color: #bec8cd;
  border-color: #bec8cd;
  box-shadow: 0 0 0 0.25rem rgba(143, 155, 160, 0.7);
}
.btn-check:checked + .btn-default, .btn-check:active + .btn-default, .btn-default:active, .btn-default.active, .show > .btn-default.dropdown-toggle {
  color: #000000;
  background-color: #c6d0d3;
  border-color: #c6d0d3;
}
.btn-check:checked + .btn-default:focus, .btn-check:active + .btn-default:focus, .btn-default:active:focus, .btn-default.active:focus, .show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(143, 155, 160, 0.7);
}
.btn-default:disabled, .btn-default.disabled {
  color: #000000;
  background-color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}

.btn-theme {
  color: #000000;
  background-color: #2596be;
  border-color: #2596be;
}
.btn-theme:hover {
  color: #000000;
  background-color: #ff8888;
  border-color: #ff8888;
}
.btn-check:focus + .btn-theme, .btn-theme:focus {
  color: #000000;
  background-color: #ff8888;
  border-color: #ff8888;
  box-shadow: 0 0 0 0.25rem rgba(217, 82, 82, 0.7);
}
.btn-check:checked + .btn-theme, .btn-check:active + .btn-theme, .btn-theme:active, .btn-theme.active, .show > .btn-theme.dropdown-toggle {
  color: #000000;
  background-color: #ff9898;
  border-color: #ff9898;
}
.btn-check:checked + .btn-theme:focus, .btn-check:active + .btn-theme:focus, .btn-theme:active:focus, .btn-theme.active:focus, .show > .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 82, 82, 0.7);
}
.btn-theme:disabled, .btn-theme.disabled {
  color: #000000;
  background-color: #2596be;
  border-color: #2596be;
}

.btn-primary {
  color: #000000;
  background-color: #4e9cff;
  border-color: #4e9cff;
}
.btn-primary:hover {
  color: #000000;
  background-color: #7ab5ff;
  border-color: #7ab5ff;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000000;
  background-color: #7ab5ff;
  border-color: #7ab5ff;
  box-shadow: 0 0 0 0.25rem rgba(66, 133, 217, 0.7);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000000;
  background-color: #8cbfff;
  border-color: #8cbfff;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 133, 217, 0.7);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000000;
  background-color: #4e9cff;
  border-color: #4e9cff;
}

.btn-secondary {
  color: #000000;
  background-color: hsl(15.81deg 53.09% 47.65%);
  border-color: hsl(15.81deg 53.09% 47.65%);
}
.btn-secondary:hover {
  color: #000000;
  background-color: #9baab2;
  border-color: #9baab2;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000000;
  background-color: #9baab2;
  border-color: #9baab2;
  box-shadow: 0 0 0 0.25rem rgba(103, 121, 129, 0.7);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000000;
  background-color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(103, 121, 129, 0.7);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000000;
  background-color: hsl(15.81deg 53.09% 47.65%);
  border-color: hsl(15.81deg 53.09% 47.65%);
}

.btn-warning {
  color: #000000;
  background-color: #ff9f0c;
  border-color: #ff9f0c;
}
.btn-warning:hover {
  color: #000000;
  background-color: #ffb749;
  border-color: #ffb749;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000000;
  background-color: #ffb749;
  border-color: #ffb749;
  box-shadow: 0 0 0 0.25rem rgba(0, 135, 10, 0.7);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000000;
  background-color: #ffc161;
  border-color: #ffc161;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 135, 10, 0.7);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000000;
  background-color: #ff9f0c;
  border-color: #ff9f0c;
}

.btn-danger {
  color: #000000;
  background-color: #d68999;
  border-color: #2596be;
}
.btn-danger:hover {
  color: #000000;
  background-color: #ff8888;
  border-color: #ff8888;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000000;
  background-color: #ff8888;
  border-color: #ff8888;
  box-shadow: 0 0 0 0.25rem rgba(217, 82, 82, 0.7);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #000000;
  background-color: #ff9898;
  border-color: #ff9898;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 82, 82, 0.7);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000000;
  background-color: #2596be;
  border-color: #2596be;
}

.btn-success {
  color: #000000;
  background-color: #3cd2a5;
  border-color: #3cd2a5;
  opacity: 0.7;
}
.btn-success:hover {
  color: #000000;
  background-color: #6dddbc;
  border-color: #6dddbc;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000000;
  background-color: #6dddbc;
  border-color: #6dddbc;
  box-shadow: 0 0 0 0.25rem rgba(51, 179, 140, 0.7);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000000;
  background-color: #80e2c5;
  border-color: #80e2c5;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 179, 140, 0.7);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000000;
  background-color: #3cd2a5;
  border-color: #3cd2a5;
}

.btn-info {
  color: #000000;
  background-color: #30beff;
  border-color: #30beff;
  opacity: 0.7;
}
.btn-info:hover {
  color: #000000;
  background-color: #64ceff;
  border-color: #64ceff;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000000;
  background-color: #64ceff;
  border-color: #64ceff;
  box-shadow: 0 0 0 0.25rem rgba(41, 162, 217, 0.7);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000000;
  background-color: #78d5ff;
  border-color: #78d5ff;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(41, 162, 217, 0.7);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000000;
  background-color: #30beff;
  border-color: #30beff;
}

.btn-dark {
  color: #000000;
  background-color: #f3f2eb;
  border-color: #f3f2eb;
}
.btn-dark:hover {
  color: #000000;
  background-color: #283238;
  border-color: #283238;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #000000;
  background-color: #283238;
  border-color: #283238;
  box-shadow: 0 0 0 0.25rem rgba(83, 95, 101, 0.7);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #000000;
  background-color: #222c30;
  border-color: #222c30;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(83, 95, 101, 0.7);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #000000;
  background-color: #f3f2eb;
  border-color: #f3f2eb;
}

.btn-black {
  color: #000000;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:hover {
  color: #000000;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-black, .btn-black:focus {
  color: #000000;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.7);
}
.btn-check:checked + .btn-black, .btn-check:active + .btn-black, .btn-black:active, .btn-black.active, .show > .btn-black.dropdown-toggle {
  color: #000000;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-black:focus, .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.7);
}
.btn-black:disabled, .btn-black.disabled {
  color: #000000;
  background-color: #000000;
  border-color: #000000;
}

.btn-white {
  color: #000000;
  background-color: #000000;
  border-color: #000000;
}
.btn-white:hover {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.7);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.7);
}
.btn-white:disabled, .btn-white.disabled {
  color: #000000;
  background-color: #000000;
  border-color: #000000;
}

.btn-purple {
  color: #000000;
  background-color: #de8cff;
  border-color: #de8cff;
}
.btn-purple:hover {
  color: #000000;
  background-color: #e6a9ff;
  border-color: #e6a9ff;
}
.btn-check:focus + .btn-purple, .btn-purple:focus {
  color: #000000;
  background-color: #e6a9ff;
  border-color: #e6a9ff;
  box-shadow: 0 0 0 0.25rem rgba(189, 119, 217, 0.7);
}
.btn-check:checked + .btn-purple, .btn-check:active + .btn-purple, .btn-purple:active, .btn-purple.active, .show > .btn-purple.dropdown-toggle {
  color: #000000;
  background-color: #eab4ff;
  border-color: #eab4ff;
}
.btn-check:checked + .btn-purple:focus, .btn-check:active + .btn-purple:focus, .btn-purple:active:focus, .btn-purple.active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(189, 119, 217, 0.7);
}
.btn-purple:disabled, .btn-purple.disabled {
  color: #000000;
  background-color: #de8cff;
  border-color: #de8cff;
}

.btn-indigo {
  color: #000000;
  background-color: #bba4ff;
  border-color: #bba4ff;
}
.btn-indigo:hover {
  color: #000000;
  background-color: #ccbbff;
  border-color: #ccbbff;
}
.btn-check:focus + .btn-indigo, .btn-indigo:focus {
  color: #000000;
  background-color: #ccbbff;
  border-color: #ccbbff;
  box-shadow: 0 0 0 0.25rem rgba(159, 139, 217, 0.7);
}
.btn-check:checked + .btn-indigo, .btn-check:active + .btn-indigo, .btn-indigo:active, .btn-indigo.active, .show > .btn-indigo.dropdown-toggle {
  color: #000000;
  background-color: #d3c4ff;
  border-color: #d3c4ff;
}
.btn-check:checked + .btn-indigo:focus, .btn-check:active + .btn-indigo:focus, .btn-indigo:active:focus, .btn-indigo.active:focus, .show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(159, 139, 217, 0.7);
}
.btn-indigo:disabled, .btn-indigo.disabled {
  color: #000000;
  background-color: #bba4ff;
  border-color: #bba4ff;
}

.btn-red {
  color: #000000;
  background-color: #2596be;
  border-color: #2596be;
}
.btn-red:hover {
  color: #000000;
  background-color: #ff8888;
  border-color: #ff8888;
}
.btn-check:focus + .btn-red, .btn-red:focus {
  color: #000000;
  background-color: #ff8888;
  border-color: #ff8888;
  box-shadow: 0 0 0 0.25rem rgba(217, 82, 82, 0.7);
}
.btn-check:checked + .btn-red, .btn-check:active + .btn-red, .btn-red:active, .btn-red.active, .show > .btn-red.dropdown-toggle {
  color: #000000;
  background-color: #ff9898;
  border-color: #ff9898;
}
.btn-check:checked + .btn-red:focus, .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 82, 82, 0.7);
}
.btn-red:disabled, .btn-red.disabled {
  color: #000000;
  background-color: #2596be;
  border-color: #2596be;
}

.btn-pink {
  color: #000000;
  background-color: #f34fa0;
  border-color: #f34fa0;
}
.btn-pink:hover {
  color: #000000;
  background-color: #f67bb8;
  border-color: #f67bb8;
}
.btn-check:focus + .btn-pink, .btn-pink:focus {
  color: #000000;
  background-color: #f67bb8;
  border-color: #f67bb8;
  box-shadow: 0 0 0 0.25rem rgba(207, 67, 136, 0.7);
}
.btn-check:checked + .btn-pink, .btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active, .show > .btn-pink.dropdown-toggle {
  color: #000000;
  background-color: #f78dc1;
  border-color: #f78dc1;
}
.btn-check:checked + .btn-pink:focus, .btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(207, 67, 136, 0.7);
}
.btn-pink:disabled, .btn-pink.disabled {
  color: #000000;
  background-color: #f34fa0;
  border-color: #f34fa0;
}

.btn-green {
  color: #000000;
  background-color: #1ecc33;
  border-color: #1ecc33;
}
.btn-green:hover {
  color: #000000;
  background-color: #56d966;
  border-color: #56d966;
}
.btn-check:focus + .btn-green, .btn-green:focus {
  color: #000000;
  background-color: #56d966;
  border-color: #56d966;
  box-shadow: 0 0 0 0.25rem rgba(26, 173, 43, 0.7);
}
.btn-check:checked + .btn-green, .btn-check:active + .btn-green, .btn-green:active, .btn-green.active, .show > .btn-green.dropdown-toggle {
  color: #000000;
  background-color: #6dde7a;
  border-color: #6dde7a;
}
.btn-check:checked + .btn-green:focus, .btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(26, 173, 43, 0.7);
}
.btn-green:disabled, .btn-green.disabled {
  color: #000000;
  background-color: #1ecc33;
  border-color: #1ecc33;
}

.btn-yellow {
  color: #000000;
  background-color: #f9e80d;
  border-color: #f9e80d;
}
.btn-yellow:hover {
  color: #000000;
  background-color: #fbee4a;
  border-color: #fbee4a;
}
.btn-check:focus + .btn-yellow, .btn-yellow:focus {
  color: #000000;
  background-color: #fbee4a;
  border-color: #fbee4a;
  box-shadow: 0 0 0 0.25rem rgba(212, 197, 11, 0.7);
}
.btn-check:checked + .btn-yellow, .btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active, .show > .btn-yellow.dropdown-toggle {
  color: #000000;
  background-color: #fbf062;
  border-color: #fbf062;
}
.btn-check:checked + .btn-yellow:focus, .btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 197, 11, 0.7);
}
.btn-yellow:disabled, .btn-yellow.disabled {
  color: #000000;
  background-color: #f9e80d;
  border-color: #f9e80d;
}

.btn-teal {
  color: #000000;
  background-color: #3cd2a5;
  border-color: #3cd2a5;
}
.btn-teal:hover {
  color: #000000;
  background-color: #6dddbc;
  border-color: #6dddbc;
}
.btn-check:focus + .btn-teal, .btn-teal:focus {
  color: #000000;
  background-color: #6dddbc;
  border-color: #6dddbc;
  box-shadow: 0 0 0 0.25rem rgba(51, 179, 140, 0.7);
}
.btn-check:checked + .btn-teal, .btn-check:active + .btn-teal, .btn-teal:active, .btn-teal.active, .show > .btn-teal.dropdown-toggle {
  color: #000000;
  background-color: #80e2c5;
  border-color: #80e2c5;
}
.btn-check:checked + .btn-teal:focus, .btn-check:active + .btn-teal:focus, .btn-teal:active:focus, .btn-teal.active:focus, .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 179, 140, 0.7);
}
.btn-teal:disabled, .btn-teal.disabled {
  color: #000000;
  background-color: #3cd2a5;
  border-color: #3cd2a5;
}

.btn-muted {
  color: #000000;
  background-color: #617a86;
  border-color: #617a86;
}
.btn-muted:hover {
  color: #000000;
  background-color: #495c65;
  border-color: #495c65;
}
.btn-check:focus + .btn-muted, .btn-muted:focus {
  color: #000000;
  background-color: #495c65;
  border-color: #495c65;
  box-shadow: 0 0 0 0.25rem rgba(121, 142, 152, 0.7);
}
.btn-check:checked + .btn-muted, .btn-check:active + .btn-muted, .btn-muted:active, .btn-muted.active, .show > .btn-muted.dropdown-toggle {
  color: #000000;
  background-color: #3f4f57;
  border-color: #3f4f57;
}
.btn-check:checked + .btn-muted:focus, .btn-check:active + .btn-muted:focus, .btn-muted:active:focus, .btn-muted.active:focus, .show > .btn-muted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(121, 142, 152, 0.7);
}
.btn-muted:disabled, .btn-muted.disabled {
  color: #000000;
  background-color: #617a86;
  border-color: #617a86;
}

.btn-light {
  color: #000000;
  background-color: #c0cacf;
  border-color: #c0cacf;
}
.btn-light:hover {
  color: #000000;
  background-color: #d0d7db;
  border-color: #d0d7db;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000000;
  background-color: #d0d7db;
  border-color: #d0d7db;
  box-shadow: 0 0 0 0.25rem rgba(163, 172, 176, 0.7);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: #d6dde0;
  border-color: #d6dde0;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(163, 172, 176, 0.7);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000000;
  background-color: #c0cacf;
  border-color: #c0cacf;
}

.btn-lime {
  color: #000000;
  background-color: #81f32d;
  border-color: #81f32d;
}
.btn-lime:hover {
  color: #000000;
  background-color: #a1f662;
  border-color: #a1f662;
}
.btn-check:focus + .btn-lime, .btn-lime:focus {
  color: #000000;
  background-color: #a1f662;
  border-color: #a1f662;
  box-shadow: 0 0 0 0.25rem rgba(110, 207, 38, 0.7);
}
.btn-check:checked + .btn-lime, .btn-check:active + .btn-lime, .btn-lime:active, .btn-lime.active, .show > .btn-lime.dropdown-toggle {
  color: #000000;
  background-color: #adf777;
  border-color: #adf777;
}
.btn-check:checked + .btn-lime:focus, .btn-check:active + .btn-lime:focus, .btn-lime:active:focus, .btn-lime.active:focus, .show > .btn-lime.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(110, 207, 38, 0.7);
}
.btn-lime:disabled, .btn-lime.disabled {
  color: #000000;
  background-color: #81f32d;
  border-color: #81f32d;
}

.btn-gray-100 {
  color: #000000;
  background-color: #c0cacf;
  border-color: #c0cacf;
}
.btn-gray-100:hover {
  color: #000000;
  background-color: #d0d7db;
  border-color: #d0d7db;
}
.btn-check:focus + .btn-gray-100, .btn-gray-100:focus {
  color: #000000;
  background-color: #d0d7db;
  border-color: #d0d7db;
  box-shadow: 0 0 0 0.25rem rgba(163, 172, 176, 0.7);
}
.btn-check:checked + .btn-gray-100, .btn-check:active + .btn-gray-100, .btn-gray-100:active, .btn-gray-100.active, .show > .btn-gray-100.dropdown-toggle {
  color: #000000;
  background-color: #d6dde0;
  border-color: #d6dde0;
}
.btn-check:checked + .btn-gray-100:focus, .btn-check:active + .btn-gray-100:focus, .btn-gray-100:active:focus, .btn-gray-100.active:focus, .show > .btn-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(163, 172, 176, 0.7);
}
.btn-gray-100:disabled, .btn-gray-100.disabled {
  color: #000000;
  background-color: #c0cacf;
  border-color: #c0cacf;
}

.btn-gray-200 {
  color: #000000;
  background-color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.btn-gray-200:hover {
  color: #000000;
  background-color: #bec8cd;
  border-color: #bec8cd;
}
.btn-check:focus + .btn-gray-200, .btn-gray-200:focus {
  color: #000000;
  background-color: #bec8cd;
  border-color: #bec8cd;
  box-shadow: 0 0 0 0.25rem rgba(143, 155, 160, 0.7);
}
.btn-check:checked + .btn-gray-200, .btn-check:active + .btn-gray-200, .btn-gray-200:active, .btn-gray-200.active, .show > .btn-gray-200.dropdown-toggle {
  color: #000000;
  background-color: #c6d0d3;
  border-color: #c6d0d3;
}
.btn-check:checked + .btn-gray-200:focus, .btn-check:active + .btn-gray-200:focus, .btn-gray-200:active:focus, .btn-gray-200.active:focus, .show > .btn-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(143, 155, 160, 0.7);
}
.btn-gray-200:disabled, .btn-gray-200.disabled {
  color: #000000;
  background-color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}

.btn-gray-300 {
  color: #000000;
  background-color: #90a2aa;
  border-color: #90a2aa;
}
.btn-gray-300:hover {
  color: #000000;
  background-color: #acb9bf;
  border-color: #acb9bf;
}
.btn-check:focus + .btn-gray-300, .btn-gray-300:focus {
  color: #000000;
  background-color: #acb9bf;
  border-color: #acb9bf;
  box-shadow: 0 0 0 0.25rem rgba(122, 138, 145, 0.7);
}
.btn-check:checked + .btn-gray-300, .btn-check:active + .btn-gray-300, .btn-gray-300:active, .btn-gray-300.active, .show > .btn-gray-300.dropdown-toggle {
  color: #000000;
  background-color: #b7c3c8;
  border-color: #b7c3c8;
}
.btn-check:checked + .btn-gray-300:focus, .btn-check:active + .btn-gray-300:focus, .btn-gray-300:active:focus, .btn-gray-300.active:focus, .show > .btn-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(122, 138, 145, 0.7);
}
.btn-gray-300:disabled, .btn-gray-300.disabled {
  color: #000000;
  background-color: #90a2aa;
  border-color: #90a2aa;
}

.btn-gray-400 {
  color: #000000;
  background-color: hsl(15.81deg 53.09% 47.65%);
  border-color: hsl(15.81deg 53.09% 47.65%);
}
.btn-gray-400:hover {
  color: #000000;
  background-color: #9baab2;
  border-color: #9baab2;
}
.btn-check:focus + .btn-gray-400, .btn-gray-400:focus {
  color: #000000;
  background-color: #9baab2;
  border-color: #9baab2;
  box-shadow: 0 0 0 0.25rem rgba(103, 121, 129, 0.7);
}
.btn-check:checked + .btn-gray-400, .btn-check:active + .btn-gray-400, .btn-gray-400:active, .btn-gray-400.active, .show > .btn-gray-400.dropdown-toggle {
  color: #000000;
  background-color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.btn-check:checked + .btn-gray-400:focus, .btn-check:active + .btn-gray-400:focus, .btn-gray-400:active:focus, .btn-gray-400.active:focus, .show > .btn-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(103, 121, 129, 0.7);
}
.btn-gray-400:disabled, .btn-gray-400.disabled {
  color: #000000;
  background-color: hsl(15.81deg 53.09% 47.65%);
  border-color: hsl(15.81deg 53.09% 47.65%);
}

.btn-gray-500 {
  color: #000000;
  background-color: #617a86;
  border-color: #617a86;
}
.btn-gray-500:hover {
  color: #000000;
  background-color: #495c65;
  border-color: #495c65;
}
.btn-check:focus + .btn-gray-500, .btn-gray-500:focus {
  color: #000000;
  background-color: #495c65;
  border-color: #495c65;
  box-shadow: 0 0 0 0.25rem rgba(121, 142, 152, 0.7);
}
.btn-check:checked + .btn-gray-500, .btn-check:active + .btn-gray-500, .btn-gray-500:active, .btn-gray-500.active, .show > .btn-gray-500.dropdown-toggle {
  color: #000000;
  background-color: #3f4f57;
  border-color: #3f4f57;
}
.btn-check:checked + .btn-gray-500:focus, .btn-check:active + .btn-gray-500:focus, .btn-gray-500:active:focus, .btn-gray-500.active:focus, .show > .btn-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(121, 142, 152, 0.7);
}
.btn-gray-500:disabled, .btn-gray-500.disabled {
  color: #000000;
  background-color: #617a86;
  border-color: #617a86;
}

.btn-gray-600 {
  color: #000000;
  background-color: #526872;
  border-color: #526872;
}
.btn-gray-600:hover {
  color: #000000;
  background-color: #3e4e56;
  border-color: #3e4e56;
}
.btn-check:focus + .btn-gray-600, .btn-gray-600:focus {
  color: #000000;
  background-color: #3e4e56;
  border-color: #3e4e56;
  box-shadow: 0 0 0 0.25rem rgba(108, 127, 135, 0.7);
}
.btn-check:checked + .btn-gray-600, .btn-check:active + .btn-gray-600, .btn-gray-600:active, .btn-gray-600.active, .show > .btn-gray-600.dropdown-toggle {
  color: #000000;
  background-color: #35444a;
  border-color: #35444a;
}
.btn-check:checked + .btn-gray-600:focus, .btn-check:active + .btn-gray-600:focus, .btn-gray-600:active:focus, .btn-gray-600.active:focus, .show > .btn-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 127, 135, 0.7);
}
.btn-gray-600:disabled, .btn-gray-600.disabled {
  color: #000000;
  background-color: #526872;
  border-color: #526872;
}

.btn-gray-700 {
  color: #000000;
  background-color: #44555e;
  border-color: #44555e;
}
.btn-gray-700:hover {
  color: #000000;
  background-color: #334047;
  border-color: #334047;
}
.btn-check:focus + .btn-gray-700, .btn-gray-700:focus {
  color: #000000;
  background-color: #334047;
  border-color: #334047;
  box-shadow: 0 0 0 0.25rem rgba(96, 111, 118, 0.7);
}
.btn-check:checked + .btn-gray-700, .btn-check:active + .btn-gray-700, .btn-gray-700:active, .btn-gray-700.active, .show > .btn-gray-700.dropdown-toggle {
  color: #000000;
  background-color: #2c373d;
  border-color: #2c373d;
}
.btn-check:checked + .btn-gray-700:focus, .btn-check:active + .btn-gray-700:focus, .btn-gray-700:active:focus, .btn-gray-700.active:focus, .show > .btn-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(96, 111, 118, 0.7);
}
.btn-gray-700:disabled, .btn-gray-700.disabled {
  color: #000000;
  background-color: #44555e;
  border-color: #44555e;
}

.btn-gray-800 {
  color: #000000;
  background-color: #f3f2eb;
  border-color: #f3f2eb;
}
.btn-gray-800:hover {
  color: #000000;
  background-color: #283238;
  border-color: #283238;
}
.btn-check:focus + .btn-gray-800, .btn-gray-800:focus {
  color: #000000;
  background-color: #283238;
  border-color: #283238;
  box-shadow: 0 0 0 0.25rem rgba(83, 95, 101, 0.7);
}
.btn-check:checked + .btn-gray-800, .btn-check:active + .btn-gray-800, .btn-gray-800:active, .btn-gray-800.active, .show > .btn-gray-800.dropdown-toggle {
  color: #000000;
  background-color: #222c30;
  border-color: #222c30;
}
.btn-check:checked + .btn-gray-800:focus, .btn-check:active + .btn-gray-800:focus, .btn-gray-800:active:focus, .btn-gray-800.active:focus, .show > .btn-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(83, 95, 101, 0.7);
}
.btn-gray-800:disabled, .btn-gray-800.disabled {
  color: #000000;
  background-color: #f3f2eb;
  border-color: #f3f2eb;
}

.btn-gray-900 {
  color: #000000;
  background-color: #1e2936;
  border-color: #1e2936;
}
.btn-gray-900:hover {
  color: #000000;
  background-color: #1d2529;
  border-color: #1d2529;
}
.btn-check:focus + .btn-gray-900, .btn-gray-900:focus {
  color: #000000;
  background-color: #1d2529;
  border-color: #1d2529;
  box-shadow: 0 0 0 0.25rem rgba(71, 80, 84, 0.7);
}
.btn-check:checked + .btn-gray-900, .btn-check:active + .btn-gray-900, .btn-gray-900:active, .btn-gray-900.active, .show > .btn-gray-900.dropdown-toggle {
  color: #000000;
  background-color: #192023;
  border-color: #192023;
}
.btn-check:checked + .btn-gray-900:focus, .btn-check:active + .btn-gray-900:focus, .btn-gray-900:active:focus, .btn-gray-900.active:focus, .show > .btn-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(71, 80, 84, 0.7);
}
.btn-gray-900:disabled, .btn-gray-900.disabled {
  color: #000000;
  background-color: #1e2936;
  border-color: #1e2936;
}

.btn-outline-default {
  color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.btn-outline-default:hover {
  color: #000000;
  background-color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.btn-check:focus + .btn-outline-default, .btn-outline-default:focus {
  box-shadow: 0 0 0 0.25rem rgba(168, 182, 188, 0.7);
}
.btn-check:checked + .btn-outline-default, .btn-check:active + .btn-outline-default, .btn-outline-default:active, .btn-outline-default.active, .btn-outline-default.dropdown-toggle.show {
  color: #000000;
  background-color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.btn-check:checked + .btn-outline-default:focus, .btn-check:active + .btn-outline-default:focus, .btn-outline-default:active:focus, .btn-outline-default.active:focus, .btn-outline-default.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(168, 182, 188, 0.7);
}
.btn-outline-default:disabled, .btn-outline-default.disabled {
  color: rgb(217 119 87);
  background-color: transparent;
}

.btn-outline-theme {
  color: #2596be;
  border-color: #2596be;
}
.btn-outline-theme:hover {
  color: #000000;
  background-color: #2596be;
  border-color: #2596be;
}
.btn-check:focus + .btn-outline-theme, .btn-outline-theme:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 96, 96, 0.7);
}
.btn-check:checked + .btn-outline-theme, .btn-check:active + .btn-outline-theme, .btn-outline-theme:active, .btn-outline-theme.active, .btn-outline-theme.dropdown-toggle.show {
  color: #000000;
  background-color: #2596be;
  border-color: #2596be;
}
.btn-check:checked + .btn-outline-theme:focus, .btn-check:active + .btn-outline-theme:focus, .btn-outline-theme:active:focus, .btn-outline-theme.active:focus, .btn-outline-theme.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 96, 96, 0.7);
}
.btn-outline-theme:disabled, .btn-outline-theme.disabled {
  color: #2596be;
  background-color: transparent;
}

.btn-outline-primary {
  color: #4e9cff;
  border-color: #4e9cff;
}
.btn-outline-primary:hover {
  color: #000000;
  background-color: #4e9cff;
  border-color: #4e9cff;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(78, 156, 255, 0.7);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000000;
  background-color: #4e9cff;
  border-color: #4e9cff;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(78, 156, 255, 0.7);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #4e9cff;
  background-color: transparent;
}

.btn-outline-secondary {
  color: hsl(15.81deg 53.09% 47.65%);
  border-color: hsl(15.81deg 53.09% 47.65%);
}
.btn-outline-secondary:hover {
  color: #000000;
  background-color: hsl(15.81deg 53.09% 47.65%);
  border-color: hsl(15.81deg 53.09% 47.65%);
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(121, 142, 152, 0.7);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #000000;
  background-color: hsl(15.81deg 53.09% 47.65%);
  border-color: hsl(15.81deg 53.09% 47.65%);
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(121, 142, 152, 0.7);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: hsl(15.81deg 53.09% 47.65%);
  background-color: transparent;
}

.btn-outline-warning {
  color: #ff9f0c;
  border-color: #ff9f0c;
}
.btn-outline-warning:hover {
  color: #000000;
  background-color: #ff9f0c;
  border-color: #ff9f0c;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 159, 12, 0.7);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000000;
  background-color: #ff9f0c;
  border-color: #ff9f0c;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 159, 12, 0.7);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ff9f0c;
  background-color: transparent;
}

.btn-outline-danger {
  color: #2596be;
  border-color: #2596be;
}
.btn-outline-danger:hover {
  color: #000000;
  background-color: #2596be;
  border-color: #2596be;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 96, 96, 0.7);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #000000;
  background-color: #2596be;
  border-color: #2596be;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 96, 96, 0.7);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #2596be;
  background-color: transparent;
}

.btn-outline-success {
  color: #3cd2a5;
  border-color: #3cd2a5;
}
.btn-outline-success:hover {
  color: #000000;
  background-color: #3cd2a5;
  border-color: #3cd2a5;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 210, 165, 0.7);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000000;
  background-color: #3cd2a5;
  border-color: #3cd2a5;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 210, 165, 0.7);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #3cd2a5;
  background-color: transparent;
}

.btn-outline-info {
  color: #30beff;
  border-color: #30beff;
}
.btn-outline-info:hover {
  color: #000000;
  background-color: #30beff;
  border-color: #30beff;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(48, 190, 255, 0.7);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000000;
  background-color: #30beff;
  border-color: #30beff;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(48, 190, 255, 0.7);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #30beff;
  background-color: transparent;
}

.btn-outline-dark {
  color: #f3f2eb;
  border-color: #f3f2eb;
}
.btn-outline-dark:hover {
  color: #000000;
  background-color: #f3f2eb;
  border-color: #f3f2eb;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(53, 67, 74, 0.7);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #000000;
  background-color: #f3f2eb;
  border-color: #f3f2eb;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(53, 67, 74, 0.7);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #f3f2eb;
  background-color: transparent;
}

.btn-outline-black {
  color: #000000;
  border-color: #000000;
}
.btn-outline-black:hover {
  color: #000000;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.7);
}
.btn-check:checked + .btn-outline-black, .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #000000;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:checked + .btn-outline-black:focus, .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.7);
}
.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #000000;
  background-color: transparent;
}

.btn-outline-white {
  color: #000000;
  border-color: #000000;
}
.btn-outline-white:hover {
  color: #000000;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.7);
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #000000;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.7);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #000000;
  background-color: transparent;
}

.btn-outline-purple {
  color: #de8cff;
  border-color: #de8cff;
}
.btn-outline-purple:hover {
  color: #000000;
  background-color: #de8cff;
  border-color: #de8cff;
}
.btn-check:focus + .btn-outline-purple, .btn-outline-purple:focus {
  box-shadow: 0 0 0 0.25rem rgba(222, 140, 255, 0.7);
}
.btn-check:checked + .btn-outline-purple, .btn-check:active + .btn-outline-purple, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.dropdown-toggle.show {
  color: #000000;
  background-color: #de8cff;
  border-color: #de8cff;
}
.btn-check:checked + .btn-outline-purple:focus, .btn-check:active + .btn-outline-purple:focus, .btn-outline-purple:active:focus, .btn-outline-purple.active:focus, .btn-outline-purple.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(222, 140, 255, 0.7);
}
.btn-outline-purple:disabled, .btn-outline-purple.disabled {
  color: #de8cff;
  background-color: transparent;
}

.btn-outline-indigo {
  color: #bba4ff;
  border-color: #bba4ff;
}
.btn-outline-indigo:hover {
  color: #000000;
  background-color: #bba4ff;
  border-color: #bba4ff;
}
.btn-check:focus + .btn-outline-indigo, .btn-outline-indigo:focus {
  box-shadow: 0 0 0 0.25rem rgba(187, 164, 255, 0.7);
}
.btn-check:checked + .btn-outline-indigo, .btn-check:active + .btn-outline-indigo, .btn-outline-indigo:active, .btn-outline-indigo.active, .btn-outline-indigo.dropdown-toggle.show {
  color: #000000;
  background-color: #bba4ff;
  border-color: #bba4ff;
}
.btn-check:checked + .btn-outline-indigo:focus, .btn-check:active + .btn-outline-indigo:focus, .btn-outline-indigo:active:focus, .btn-outline-indigo.active:focus, .btn-outline-indigo.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(187, 164, 255, 0.7);
}
.btn-outline-indigo:disabled, .btn-outline-indigo.disabled {
  color: #bba4ff;
  background-color: transparent;
}

.btn-outline-red {
  color: #2596be;
  border-color: #2596be;
}
.btn-outline-red:hover {
  color: #000000;
  background-color: #2596be;
  border-color: #2596be;
}
.btn-check:focus + .btn-outline-red, .btn-outline-red:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 96, 96, 0.7);
}
.btn-check:checked + .btn-outline-red, .btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show {
  color: #000000;
  background-color: #2596be;
  border-color: #2596be;
}
.btn-check:checked + .btn-outline-red:focus, .btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 96, 96, 0.7);
}
.btn-outline-red:disabled, .btn-outline-red.disabled {
  color: #2596be;
  background-color: transparent;
}

.btn-outline-pink {
  color: #f34fa0;
  border-color: #f34fa0;
}
.btn-outline-pink:hover {
  color: #000000;
  background-color: #f34fa0;
  border-color: #f34fa0;
}
.btn-check:focus + .btn-outline-pink, .btn-outline-pink:focus {
  box-shadow: 0 0 0 0.25rem rgba(243, 79, 160, 0.7);
}
.btn-check:checked + .btn-outline-pink, .btn-check:active + .btn-outline-pink, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.dropdown-toggle.show {
  color: #000000;
  background-color: #f34fa0;
  border-color: #f34fa0;
}
.btn-check:checked + .btn-outline-pink:focus, .btn-check:active + .btn-outline-pink:focus, .btn-outline-pink:active:focus, .btn-outline-pink.active:focus, .btn-outline-pink.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(243, 79, 160, 0.7);
}
.btn-outline-pink:disabled, .btn-outline-pink.disabled {
  color: #f34fa0;
  background-color: transparent;
}

.btn-outline-green {
  color: #1ecc33;
  border-color: #1ecc33;
}
.btn-outline-green:hover {
  color: #000000;
  background-color: #1ecc33;
  border-color: #1ecc33;
}
.btn-check:focus + .btn-outline-green, .btn-outline-green:focus {
  box-shadow: 0 0 0 0.25rem rgba(30, 204, 51, 0.7);
}
.btn-check:checked + .btn-outline-green, .btn-check:active + .btn-outline-green, .btn-outline-green:active, .btn-outline-green.active, .btn-outline-green.dropdown-toggle.show {
  color: #000000;
  background-color: #1ecc33;
  border-color: #1ecc33;
}
.btn-check:checked + .btn-outline-green:focus, .btn-check:active + .btn-outline-green:focus, .btn-outline-green:active:focus, .btn-outline-green.active:focus, .btn-outline-green.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(30, 204, 51, 0.7);
}
.btn-outline-green:disabled, .btn-outline-green.disabled {
  color: #1ecc33;
  background-color: transparent;
}

.btn-outline-yellow {
  color: #f9e80d;
  border-color: #f9e80d;
}
.btn-outline-yellow:hover {
  color: #000000;
  background-color: #f9e80d;
  border-color: #f9e80d;
}
.btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 232, 13, 0.7);
}
.btn-check:checked + .btn-outline-yellow, .btn-check:active + .btn-outline-yellow, .btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show {
  color: #000000;
  background-color: #f9e80d;
  border-color: #f9e80d;
}
.btn-check:checked + .btn-outline-yellow:focus, .btn-check:active + .btn-outline-yellow:focus, .btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 232, 13, 0.7);
}
.btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
  color: #f9e80d;
  background-color: transparent;
}

.btn-outline-teal {
  color: #3cd2a5;
  border-color: #3cd2a5;
}
.btn-outline-teal:hover {
  color: #000000;
  background-color: #3cd2a5;
  border-color: #3cd2a5;
}
.btn-check:focus + .btn-outline-teal, .btn-outline-teal:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 210, 165, 0.7);
}
.btn-check:checked + .btn-outline-teal, .btn-check:active + .btn-outline-teal, .btn-outline-teal:active, .btn-outline-teal.active, .btn-outline-teal.dropdown-toggle.show {
  color: #000000;
  background-color: #3cd2a5;
  border-color: #3cd2a5;
}
.btn-check:checked + .btn-outline-teal:focus, .btn-check:active + .btn-outline-teal:focus, .btn-outline-teal:active:focus, .btn-outline-teal.active:focus, .btn-outline-teal.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 210, 165, 0.7);
}
.btn-outline-teal:disabled, .btn-outline-teal.disabled {
  color: #3cd2a5;
  background-color: transparent;
}

.btn-outline-muted {
  color: #617a86;
  border-color: #617a86;
}
.btn-outline-muted:hover {
  color: #000000;
  background-color: #617a86;
  border-color: #617a86;
}
.btn-check:focus + .btn-outline-muted, .btn-outline-muted:focus {
  box-shadow: 0 0 0 0.25rem rgba(97, 122, 134, 0.7);
}
.btn-check:checked + .btn-outline-muted, .btn-check:active + .btn-outline-muted, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.dropdown-toggle.show {
  color: #000000;
  background-color: #617a86;
  border-color: #617a86;
}
.btn-check:checked + .btn-outline-muted:focus, .btn-check:active + .btn-outline-muted:focus, .btn-outline-muted:active:focus, .btn-outline-muted.active:focus, .btn-outline-muted.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(97, 122, 134, 0.7);
}
.btn-outline-muted:disabled, .btn-outline-muted.disabled {
  color: #617a86;
  background-color: transparent;
}

.btn-outline-light {
  color: #c0cacf;
  border-color: #c0cacf;
}
.btn-outline-light:hover {
  color: #000000;
  background-color: #c0cacf;
  border-color: #c0cacf;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(192, 202, 207, 0.7);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000000;
  background-color: #c0cacf;
  border-color: #c0cacf;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(192, 202, 207, 0.7);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #c0cacf;
  background-color: transparent;
}

.btn-outline-lime {
  color: #81f32d;
  border-color: #81f32d;
}
.btn-outline-lime:hover {
  color: #000000;
  background-color: #81f32d;
  border-color: #81f32d;
}
.btn-check:focus + .btn-outline-lime, .btn-outline-lime:focus {
  box-shadow: 0 0 0 0.25rem rgba(129, 243, 45, 0.7);
}
.btn-check:checked + .btn-outline-lime, .btn-check:active + .btn-outline-lime, .btn-outline-lime:active, .btn-outline-lime.active, .btn-outline-lime.dropdown-toggle.show {
  color: #000000;
  background-color: #81f32d;
  border-color: #81f32d;
}
.btn-check:checked + .btn-outline-lime:focus, .btn-check:active + .btn-outline-lime:focus, .btn-outline-lime:active:focus, .btn-outline-lime.active:focus, .btn-outline-lime.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(129, 243, 45, 0.7);
}
.btn-outline-lime:disabled, .btn-outline-lime.disabled {
  color: #81f32d;
  background-color: transparent;
}

.btn-outline-gray-100 {
  color: #c0cacf;
  border-color: #c0cacf;
}
.btn-outline-gray-100:hover {
  color: #000000;
  background-color: #c0cacf;
  border-color: #c0cacf;
}
.btn-check:focus + .btn-outline-gray-100, .btn-outline-gray-100:focus {
  box-shadow: 0 0 0 0.25rem rgba(192, 202, 207, 0.7);
}
.btn-check:checked + .btn-outline-gray-100, .btn-check:active + .btn-outline-gray-100, .btn-outline-gray-100:active, .btn-outline-gray-100.active, .btn-outline-gray-100.dropdown-toggle.show {
  color: #000000;
  background-color: #c0cacf;
  border-color: #c0cacf;
}
.btn-check:checked + .btn-outline-gray-100:focus, .btn-check:active + .btn-outline-gray-100:focus, .btn-outline-gray-100:active:focus, .btn-outline-gray-100.active:focus, .btn-outline-gray-100.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(192, 202, 207, 0.7);
}
.btn-outline-gray-100:disabled, .btn-outline-gray-100.disabled {
  color: #c0cacf;
  background-color: transparent;
}

.btn-outline-gray-200 {
  color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.btn-outline-gray-200:hover {
  color: #000000;
  background-color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.btn-check:focus + .btn-outline-gray-200, .btn-outline-gray-200:focus {
  box-shadow: 0 0 0 0.25rem rgba(168, 182, 188, 0.7);
}
.btn-check:checked + .btn-outline-gray-200, .btn-check:active + .btn-outline-gray-200, .btn-outline-gray-200:active, .btn-outline-gray-200.active, .btn-outline-gray-200.dropdown-toggle.show {
  color: #000000;
  background-color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.btn-check:checked + .btn-outline-gray-200:focus, .btn-check:active + .btn-outline-gray-200:focus, .btn-outline-gray-200:active:focus, .btn-outline-gray-200.active:focus, .btn-outline-gray-200.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(168, 182, 188, 0.7);
}
.btn-outline-gray-200:disabled, .btn-outline-gray-200.disabled {
  color: rgb(217 119 87);
  background-color: transparent;
}

.btn-outline-gray-300 {
  color: #90a2aa;
  border-color: #90a2aa;
}
.btn-outline-gray-300:hover {
  color: #000000;
  background-color: #90a2aa;
  border-color: #90a2aa;
}
.btn-check:focus + .btn-outline-gray-300, .btn-outline-gray-300:focus {
  box-shadow: 0 0 0 0.25rem rgba(144, 162, 170, 0.7);
}
.btn-check:checked + .btn-outline-gray-300, .btn-check:active + .btn-outline-gray-300, .btn-outline-gray-300:active, .btn-outline-gray-300.active, .btn-outline-gray-300.dropdown-toggle.show {
  color: #000000;
  background-color: #90a2aa;
  border-color: #90a2aa;
}
.btn-check:checked + .btn-outline-gray-300:focus, .btn-check:active + .btn-outline-gray-300:focus, .btn-outline-gray-300:active:focus, .btn-outline-gray-300.active:focus, .btn-outline-gray-300.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(144, 162, 170, 0.7);
}
.btn-outline-gray-300:disabled, .btn-outline-gray-300.disabled {
  color: #90a2aa;
  background-color: transparent;
}

.btn-outline-gray-400 {
  color: hsl(15.81deg 53.09% 47.65%);
  border-color: hsl(15.81deg 53.09% 47.65%);
}
.btn-outline-gray-400:hover {
  color: #000000;
  background-color: hsl(15.81deg 53.09% 47.65%);
  border-color: hsl(15.81deg 53.09% 47.65%);
}
.btn-check:focus + .btn-outline-gray-400, .btn-outline-gray-400:focus {
  box-shadow: 0 0 0 0.25rem rgba(121, 142, 152, 0.7);
}
.btn-check:checked + .btn-outline-gray-400, .btn-check:active + .btn-outline-gray-400, .btn-outline-gray-400:active, .btn-outline-gray-400.active, .btn-outline-gray-400.dropdown-toggle.show {
  color: #000000;
  background-color: hsl(15.81deg 53.09% 47.65%);
  border-color: hsl(15.81deg 53.09% 47.65%);
}
.btn-check:checked + .btn-outline-gray-400:focus, .btn-check:active + .btn-outline-gray-400:focus, .btn-outline-gray-400:active:focus, .btn-outline-gray-400.active:focus, .btn-outline-gray-400.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(121, 142, 152, 0.7);
}
.btn-outline-gray-400:disabled, .btn-outline-gray-400.disabled {
  color: hsl(15.81deg 53.09% 47.65%);
  background-color: transparent;
}

.btn-outline-gray-500 {
  color: #617a86;
  border-color: #617a86;
}
.btn-outline-gray-500:hover {
  color: #000000;
  background-color: #617a86;
  border-color: #617a86;
}
.btn-check:focus + .btn-outline-gray-500, .btn-outline-gray-500:focus {
  box-shadow: 0 0 0 0.25rem rgba(97, 122, 134, 0.7);
}
.btn-check:checked + .btn-outline-gray-500, .btn-check:active + .btn-outline-gray-500, .btn-outline-gray-500:active, .btn-outline-gray-500.active, .btn-outline-gray-500.dropdown-toggle.show {
  color: #000000;
  background-color: #617a86;
  border-color: #617a86;
}
.btn-check:checked + .btn-outline-gray-500:focus, .btn-check:active + .btn-outline-gray-500:focus, .btn-outline-gray-500:active:focus, .btn-outline-gray-500.active:focus, .btn-outline-gray-500.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(97, 122, 134, 0.7);
}
.btn-outline-gray-500:disabled, .btn-outline-gray-500.disabled {
  color: #617a86;
  background-color: transparent;
}

.btn-outline-gray-600 {
  color: #526872;
  border-color: #526872;
}
.btn-outline-gray-600:hover {
  color: #000000;
  background-color: #526872;
  border-color: #526872;
}
.btn-check:focus + .btn-outline-gray-600, .btn-outline-gray-600:focus {
  box-shadow: 0 0 0 0.25rem rgba(82, 104, 114, 0.7);
}
.btn-check:checked + .btn-outline-gray-600, .btn-check:active + .btn-outline-gray-600, .btn-outline-gray-600:active, .btn-outline-gray-600.active, .btn-outline-gray-600.dropdown-toggle.show {
  color: #000000;
  background-color: #526872;
  border-color: #526872;
}
.btn-check:checked + .btn-outline-gray-600:focus, .btn-check:active + .btn-outline-gray-600:focus, .btn-outline-gray-600:active:focus, .btn-outline-gray-600.active:focus, .btn-outline-gray-600.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(82, 104, 114, 0.7);
}
.btn-outline-gray-600:disabled, .btn-outline-gray-600.disabled {
  color: #526872;
  background-color: transparent;
}

.btn-outline-gray-700 {
  color: #44555e;
  border-color: #44555e;
}
.btn-outline-gray-700:hover {
  color: #000000;
  background-color: #44555e;
  border-color: #44555e;
}
.btn-check:focus + .btn-outline-gray-700, .btn-outline-gray-700:focus {
  box-shadow: 0 0 0 0.25rem rgba(68, 85, 94, 0.7);
}
.btn-check:checked + .btn-outline-gray-700, .btn-check:active + .btn-outline-gray-700, .btn-outline-gray-700:active, .btn-outline-gray-700.active, .btn-outline-gray-700.dropdown-toggle.show {
  color: #000000;
  background-color: #44555e;
  border-color: #44555e;
}
.btn-check:checked + .btn-outline-gray-700:focus, .btn-check:active + .btn-outline-gray-700:focus, .btn-outline-gray-700:active:focus, .btn-outline-gray-700.active:focus, .btn-outline-gray-700.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(68, 85, 94, 0.7);
}
.btn-outline-gray-700:disabled, .btn-outline-gray-700.disabled {
  color: #44555e;
  background-color: transparent;
}

.btn-outline-gray-800 {
  color: #f3f2eb;
  border-color: #f3f2eb;
}
.btn-outline-gray-800:hover {
  color: #000000;
  background-color: #f3f2eb;
  border-color: #f3f2eb;
}
.btn-check:focus + .btn-outline-gray-800, .btn-outline-gray-800:focus {
  box-shadow: 0 0 0 0.25rem rgba(53, 67, 74, 0.7);
}
.btn-check:checked + .btn-outline-gray-800, .btn-check:active + .btn-outline-gray-800, .btn-outline-gray-800:active, .btn-outline-gray-800.active, .btn-outline-gray-800.dropdown-toggle.show {
  color: #000000;
  background-color: #f3f2eb;
  border-color: #f3f2eb;
}
.btn-check:checked + .btn-outline-gray-800:focus, .btn-check:active + .btn-outline-gray-800:focus, .btn-outline-gray-800:active:focus, .btn-outline-gray-800.active:focus, .btn-outline-gray-800.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(53, 67, 74, 0.7);
}
.btn-outline-gray-800:disabled, .btn-outline-gray-800.disabled {
  color: #f3f2eb;
  background-color: transparent;
}

.btn-outline-gray-900 {
  color: #1e2936;
  border-color: #1e2936;
}
.btn-outline-gray-900:hover {
  color: #000000;
  background-color: #1e2936;
  border-color: #1e2936;
}
.btn-check:focus + .btn-outline-gray-900, .btn-outline-gray-900:focus {
  box-shadow: 0 0 0 0.25rem rgba(39, 49, 54, 0.7);
}
.btn-check:checked + .btn-outline-gray-900, .btn-check:active + .btn-outline-gray-900, .btn-outline-gray-900:active, .btn-outline-gray-900.active, .btn-outline-gray-900.dropdown-toggle.show {
  color: #000000;
  background-color: #1e2936;
  border-color: #1e2936;
}
.btn-check:checked + .btn-outline-gray-900:focus, .btn-check:active + .btn-outline-gray-900:focus, .btn-outline-gray-900:active:focus, .btn-outline-gray-900.active:focus, .btn-outline-gray-900.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(39, 49, 54, 0.7);
}
.btn-outline-gray-900:disabled, .btn-outline-gray-900.disabled {
  color: #1e2936;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #2596be;
  text-decoration: underline;
}
.btn-link:hover {
  color: rgba(255, 96, 96, 0.7);
}
.btn-link:disabled, .btn-link.disabled {
  color: #526872;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 8px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  border-radius: 2px;
  white-space: nowrap;
}

.btn-xs, .btn-group-xs > .btn  {
  padding: .25rem .4rem;
  font-size: .8rem;
  line-height: .9;
}

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  text-align: left;
  list-style: none;
  background-color: rgb(243 242 235);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1660px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1900px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 6px 20px;
  clear: both;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.15);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-theme-color);
  text-decoration: none;
  background-color: var(--bs-theme);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #617a86;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 20px;
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 6px 20px;
  color: rgba(0, 0, 0, 0.7);
}

.dropdown-menu-dark {
  color: #90a2aa;
  background-color: #f3f2eb;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #90a2aa;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: var(--bs-theme-color);
  background-color: var(--bs-theme);
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #617a86;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #90a2aa;
}
.dropdown-menu-dark .dropdown-header {
  color: #617a86;
}

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

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

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

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

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #f3f2eb;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-show {
  padding: 0.3rem 1rem;
}

.nav-display:empty {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link.active {
  background: #dbdbd6;
  border-radius: 4px;
}
.nav-link:hover, .nav-link:focus {
  color: rgba(0,0,0, 0.7);
}
.nav-link.disabled {
  color: hsl(15.81deg 53.09% 47.65%);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) transparent;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: hsl(15.81deg 53.09% 47.65%);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-theme);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) transparent;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 4px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: rgba(0, 0, 0, 0.85);
  background-color: #2596be;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.40625rem;
  padding-bottom: 0.40625rem;
  margin-right: 1rem;
  font-size: 1rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

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

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

  .nav-display:empty {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1660px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1900px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxxl .offcanvas-top,
.navbar-expand-xxxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.4);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #000000;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #000000;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.4);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #000000;
}
.navbar-dark .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #000000;
}

.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: transparent;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  text-align: left;
  background-color: rgb(243 241 234 / 95%);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-theme);
  background-color: none;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232596be'%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");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%280, 0, 0, 0.75%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");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: rgba(0, 0, 0, 0.7);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.4);
}

.accordion-header {
  margin-bottom: 0;
  word-break: break-all;
}

.accordion-header:hover {
  z-index: 2;
  background-color: rgb(0 0 0) !important;
}

.accordion-item {
  background-color: rgb(250 249 245 / 95%);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

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

.no-accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  text-align: left;
  background-color: rgb(243 241 234 / 95%);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .no-accordion-button {
      transition: none;
  }
}


.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  font-size: 0.7875rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: rgba(0, 0, 0, 0.7);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #000000;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #000000;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.15);
  border: 0 solid rgba(0, 0, 0, 0.4);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.4);
}
.page-link:focus {
  z-index: 3;
  color: rgba(0,0,0, 0.7);
  background-color: var(--bs-secondary);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.4);
}

.page-item:not(:first-child) .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: rgba(0, 0, 0, 0.85);
  background-color: var(--bs-theme);
  border-color: var(--bs-theme);
}
.page-item.disabled .page-link {
  color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
}
.badge:empty {
  display: none;
}

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

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 4px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 400;
}

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

.alert-default {
  color: white;
  background-color: #656d71;
  border-color: #e5e9eb;
}
.alert-default .alert-link {
  color: #cccccc;
}

.alert-theme {
  color: white;
  background-color: var(--bs-theme);
  border-color: #ffcfcf;
}
.alert-theme .alert-link {
  color: #cccccc;
}

.alert-primary {
  color: white;
  background-color: #2f5e99;
  border-color: #cae1ff;
}
.alert-primary .alert-link {
  color: #cccccc;
}

.alert-secondary {
  color: white;
  background-color: #49555b;
  border-color: #d7dde0;
}
.alert-secondary .alert-link {
  color: #cccccc;
}

.alert-warning {
  color: white;
  background-color: #995f07;
  border-color: #ffe2b6;
}
.alert-warning .alert-link {
  color: #cccccc;
}

.alert-danger {
  color: white;
  background-color: #993a3a;
  border-color: #ffcfcf;
}
.alert-danger .alert-link {
  color: #cccccc;
}

.alert-success {
  color: white;
  background-color: #247e63;
  border-color: #c5f2e4;
}
.alert-success .alert-link {
  color: #cccccc;
}

.alert-info {
  color: white;
  background-color: #1d7299;
  border-color: #c1ecff;
}
.alert-info .alert-link {
  color: #cccccc;
}

.alert-dark {
  color: white;
  background-color: #20282c;
  border-color: #c2c7c9;
}
.alert-dark .alert-link {
  color: #cccccc;
}

.alert-black {
  color: white;
  background-color: black;
  border-color: #b3b3b3;
}
.alert-black .alert-link {
  color: #cccccc;
}

.alert-white {
  color: white;
  background-color: #999999;
  border-color: white;
}
.alert-white .alert-link {
  color: #cccccc;
}

.alert-purple {
  color: white;
  background-color: #855499;
  border-color: #f5ddff;
}
.alert-purple .alert-link {
  color: #cccccc;
}

.alert-indigo {
  color: white;
  background-color: #706299;
  border-color: #ebe4ff;
}
.alert-indigo .alert-link {
  color: #cccccc;
}

.alert-red {
  color: white;
  background-color: #993a3a;
  border-color: #ffcfcf;
}
.alert-red .alert-link {
  color: #cccccc;
}

.alert-pink {
  color: white;
  background-color: #922f60;
  border-color: #fbcae3;
}
.alert-pink .alert-link {
  color: #cccccc;
}

.alert-green {
  color: white;
  background-color: #127a1f;
  border-color: #bcf0c2;
}
.alert-green .alert-link {
  color: #cccccc;
}

.alert-yellow {
  color: #f9e80d;
  background-color: #958b08;
  border-color: #fdf8b6;
}
.alert-yellow .alert-link {
  color: #c7ba0a;
}

.alert-teal {
  color: white;
  background-color: #247e63;
  border-color: #c5f2e4;
}
.alert-teal .alert-link {
  color: #cccccc;
}

.alert-muted {
  color: white;
  background-color: #3a4950;
  border-color: #d0d7db;
}
.alert-muted .alert-link {
  color: #cccccc;
}

.alert-light {
  color: #c0cacf;
  background-color: #73797c;
  border-color: #eceff1;
}
.alert-light .alert-link {
  color: #9aa2a6;
}

.alert-lime {
  color: #81f32d;
  background-color: #4d921b;
  border-color: #d9fbc0;
}
.alert-lime .alert-link {
  color: #67c224;
}

.alert-gray-100 {
  color: #c0cacf;
  background-color: #73797c;
  border-color: #eceff1;
}
.alert-gray-100 .alert-link {
  color: #9aa2a6;
}

.alert-gray-200 {
  color: white;
  background-color: #656d71;
  border-color: #e5e9eb;
}
.alert-gray-200 .alert-link {
  color: #cccccc;
}

.alert-gray-300 {
  color: white;
  background-color: #566166;
  border-color: #dee3e6;
}
.alert-gray-300 .alert-link {
  color: #cccccc;
}

.alert-gray-400 {
  color: white;
  background-color: #49555b;
  border-color: #d7dde0;
}
.alert-gray-400 .alert-link {
  color: #cccccc;
}

.alert-gray-500 {
  color: white;
  background-color: #3a4950;
  border-color: #d0d7db;
}
.alert-gray-500 .alert-link {
  color: #cccccc;
}

.alert-gray-600 {
  color: white;
  background-color: #313e44;
  border-color: #cbd2d5;
}
.alert-gray-600 .alert-link {
  color: #cccccc;
}

.alert-gray-700 {
  color: white;
  background-color: #293338;
  border-color: #c7cccf;
}
.alert-gray-700 .alert-link {
  color: #cccccc;
}

.alert-gray-800 {
  color: white;
  background-color: #20282c;
  border-color: #c2c7c9;
}
.alert-gray-800 .alert-link {
  color: #cccccc;
}

.alert-gray-900 {
  color: white;
  background-color: #171d20;
  border-color: #bec1c3;
}
.alert-gray-900 .alert-link {
  color: #cccccc;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  color:#f3f2eb;
  opacity:0.8;
  font-size: 0.72625rem;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  padding-left: 2px;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;

}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

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

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
}

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

.list-group-item-action {
  width: 100%;
  color: #000000;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #000000;
  text-decoration: none;
  background-color: white;
}
.list-group-item-action:active {
  color: rgba(0, 0, 0, 0.75);
  background-color: #fff;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #000000;
  text-decoration: none;
  background-color: rgb(243 241 234 / 95%);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: rgba(0, 0, 0, 0.45);
  pointer-events: none;
  background-color: none;
}
.list-group-item.active {
  z-index: 2;
  color: rgba(0, 0, 0, 0.85);
  background-color: #2596be;
  border-color: #2596be;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-default {
  color: #656d71;
  background-color: #eef0f2;
}
.list-group-item-default.list-group-item-action:hover, .list-group-item-default.list-group-item-action:focus {
  color: #656d71;
  background-color: #d6d8da;
}
.list-group-item-default.list-group-item-action.active {
  color: #000000;
  background-color: #656d71;
  border-color: #656d71;
}

.list-group-item-theme {
  color: #993a3a;
  background-color: #ffdfdf;
}
.list-group-item-theme.list-group-item-action:hover, .list-group-item-theme.list-group-item-action:focus {
  color: #993a3a;
  background-color: #e6c9c9;
}
.list-group-item-theme.list-group-item-action.active {
  color: #000000;
  background-color: #993a3a;
  border-color: #993a3a;
}

.list-group-item-primary {
  color: #2f5e99;
  background-color: #dcebff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #2f5e99;
  background-color: #c6d4e6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #000000;
  background-color: #2f5e99;
  border-color: #2f5e99;
}

.list-group-item-secondary {
  color: #49555b;
  background-color: #e4e8ea;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #49555b;
  background-color: #cdd1d3;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #000000;
  background-color: #49555b;
  border-color: #49555b;
}

.list-group-item-warning {
  color: #995f07;
  background-color: #ffecce;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #995f07;
  background-color: #e6d4b9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #000000;
  background-color: #995f07;
  border-color: #995f07;
}

.list-group-item-danger {
  color: #993a3a;
  background-color: #ffdfdf;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #993a3a;
  background-color: #e6c9c9;
}
.list-group-item-danger.list-group-item-action.active {
  color: #000000;
  background-color: #993a3a;
  border-color: #993a3a;
}

.list-group-item-success {
  color: #185442;
  background-color: #d8f6ed;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #185442;
  background-color: #c2ddd5;
}
.list-group-item-success.list-group-item-action.active {
  color: #000000;
  background-color: #185442;
  border-color: #185442;
}

.list-group-item-info {
  color: #1d7299;
  background-color: #d6f2ff;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #1d7299;
  background-color: #c1dae6;
}
.list-group-item-info.list-group-item-action.active {
  color: #000000;
  background-color: #1d7299;
  border-color: #1d7299;
}

.list-group-item-dark {
  color: #20282c;
  background-color: #d7d9db;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #20282c;
  background-color: #c2c3c5;
}
.list-group-item-dark.list-group-item-action.active {
  color: #000000;
  background-color: #20282c;
  border-color: #20282c;
}

.list-group-item-black {
  color: black;
  background-color: #cccccc;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action.active {
  color: #000000;
  background-color: black;
  border-color: black;
}

.list-group-item-white {
  color: #666666;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #666666;
  background-color: #e6e6e6;
}
.list-group-item-white.list-group-item-action.active {
  color: #000000;
  background-color: #666666;
  border-color: #666666;
}

.list-group-item-purple {
  color: #855499;
  background-color: #f8e8ff;
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #855499;
  background-color: #dfd1e6;
}
.list-group-item-purple.list-group-item-action.active {
  color: #000000;
  background-color: #855499;
  border-color: #855499;
}

.list-group-item-indigo {
  color: #706299;
  background-color: #f1edff;
}
.list-group-item-indigo.list-group-item-action:hover, .list-group-item-indigo.list-group-item-action:focus {
  color: #706299;
  background-color: #d9d5e6;
}
.list-group-item-indigo.list-group-item-action.active {
  color: #000000;
  background-color: #706299;
  border-color: #706299;
}

.list-group-item-red {
  color: #993a3a;
  background-color: #ffdfdf;
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #993a3a;
  background-color: #e6c9c9;
}
.list-group-item-red.list-group-item-action.active {
  color: #000000;
  background-color: #993a3a;
  border-color: #993a3a;
}

.list-group-item-pink {
  color: #922f60;
  background-color: #fddcec;
}
.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
  color: #922f60;
  background-color: #e4c6d4;
}
.list-group-item-pink.list-group-item-action.active {
  color: #000000;
  background-color: #922f60;
  border-color: #922f60;
}

.list-group-item-green {
  color: #127a1f;
  background-color: #d2f5d6;
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #127a1f;
  background-color: #bdddc1;
}
.list-group-item-green.list-group-item-action.active {
  color: #000000;
  background-color: #127a1f;
  border-color: #127a1f;
}

.list-group-item-yellow {
  color: #645d05;
  background-color: #fefacf;
}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #645d05;
  background-color: #e5e1ba;
}
.list-group-item-yellow.list-group-item-action.active {
  color: #000000;
  background-color: #645d05;
  border-color: #645d05;
}

.list-group-item-teal {
  color: #185442;
  background-color: #d8f6ed;
}
.list-group-item-teal.list-group-item-action:hover, .list-group-item-teal.list-group-item-action:focus {
  color: #185442;
  background-color: #c2ddd5;
}
.list-group-item-teal.list-group-item-action.active {
  color: #000000;
  background-color: #185442;
  border-color: #185442;
}

.list-group-item-muted {
  color: #3a4950;
  background-color: #dfe4e7;
}
.list-group-item-muted.list-group-item-action:hover, .list-group-item-muted.list-group-item-action:focus {
  color: #3a4950;
  background-color: #c9cdd0;
}
.list-group-item-muted.list-group-item-action.active {
  color: #000000;
  background-color: #3a4950;
  border-color: #3a4950;
}

.list-group-item-light {
  color: #4d5153;
  background-color: #f2f4f5;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #4d5153;
  background-color: #dadcdd;
}
.list-group-item-light.list-group-item-action.active {
  color: #000000;
  background-color: #4d5153;
  border-color: #4d5153;
}

.list-group-item-lime {
  color: #346112;
  background-color: #e6fdd5;
}
.list-group-item-lime.list-group-item-action:hover, .list-group-item-lime.list-group-item-action:focus {
  color: #346112;
  background-color: #cfe4c0;
}
.list-group-item-lime.list-group-item-action.active {
  color: #000000;
  background-color: #346112;
  border-color: #346112;
}

.list-group-item-gray-100 {
  color: #4d5153;
  background-color: #f2f4f5;
}
.list-group-item-gray-100.list-group-item-action:hover, .list-group-item-gray-100.list-group-item-action:focus {
  color: #4d5153;
  background-color: #dadcdd;
}
.list-group-item-gray-100.list-group-item-action.active {
  color: #000000;
  background-color: #4d5153;
  border-color: #4d5153;
}

.list-group-item-gray-200 {
  color: #656d71;
  background-color: #eef0f2;
}
.list-group-item-gray-200.list-group-item-action:hover, .list-group-item-gray-200.list-group-item-action:focus {
  color: #656d71;
  background-color: #d6d8da;
}
.list-group-item-gray-200.list-group-item-action.active {
  color: #000000;
  background-color: #656d71;
  border-color: #656d71;
}

.list-group-item-gray-300 {
  color: #566166;
  background-color: #e9ecee;
}
.list-group-item-gray-300.list-group-item-action:hover, .list-group-item-gray-300.list-group-item-action:focus {
  color: #566166;
  background-color: #d2d4d6;
}
.list-group-item-gray-300.list-group-item-action.active {
  color: #000000;
  background-color: #566166;
  border-color: #566166;
}

.list-group-item-gray-400 {
  color: #49555b;
  background-color: #e4e8ea;
}
.list-group-item-gray-400.list-group-item-action:hover, .list-group-item-gray-400.list-group-item-action:focus {
  color: #49555b;
  background-color: #cdd1d3;
}
.list-group-item-gray-400.list-group-item-action.active {
  color: #000000;
  background-color: #49555b;
  border-color: #49555b;
}

.list-group-item-gray-500 {
  color: #3a4950;
  background-color: #dfe4e7;
}
.list-group-item-gray-500.list-group-item-action:hover, .list-group-item-gray-500.list-group-item-action:focus {
  color: #3a4950;
  background-color: #c9cdd0;
}
.list-group-item-gray-500.list-group-item-action.active {
  color: #000000;
  background-color: #3a4950;
  border-color: #3a4950;
}

.list-group-item-gray-600 {
  color: #313e44;
  background-color: #dce1e3;
}
.list-group-item-gray-600.list-group-item-action:hover, .list-group-item-gray-600.list-group-item-action:focus {
  color: #313e44;
  background-color: #c6cbcc;
}
.list-group-item-gray-600.list-group-item-action.active {
  color: #000000;
  background-color: #313e44;
  border-color: #313e44;
}

.list-group-item-gray-700 {
  color: #293338;
  background-color: #dadddf;
}
.list-group-item-gray-700.list-group-item-action:hover, .list-group-item-gray-700.list-group-item-action:focus {
  color: #293338;
  background-color: #c4c7c9;
}
.list-group-item-gray-700.list-group-item-action.active {
  color: #000000;
  background-color: #293338;
  border-color: #293338;
}

.list-group-item-gray-800 {
  color: #20282c;
  background-color: #d7d9db;
}
.list-group-item-gray-800.list-group-item-action:hover, .list-group-item-gray-800.list-group-item-action:focus {
  color: #20282c;
  background-color: #c2c3c5;
}
.list-group-item-gray-800.list-group-item-action.active {
  color: #000000;
  background-color: #20282c;
  border-color: #20282c;
}

.list-group-item-gray-900 {
  color: #171d20;
  background-color: #d4d6d7;
}
.list-group-item-gray-900.list-group-item-action:hover, .list-group-item-gray-900.list-group-item-action:focus {
  color: #171d20;
  background-color: #bfc1c2;
}
.list-group-item-gray-900.list-group-item-action.active {
  color: #000000;
  background-color: #171d20;
  border-color: #171d20;
}

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

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

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgb(243 242 235);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075);
  border-radius: 0;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.5rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #fff;
  background-color: #728f8a;
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: rgb(250 250 250);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.95;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .btn-close {
  background-color: var(--bs-theme);
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

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

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

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: var(--bs-theme);
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: var(--bs-theme);
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: var(--bs-theme);
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: var(--bs-theme);
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: var(--bs-theme);
  text-align: center;
  background-color: #f3f2eb;
  border-style: solid;
  border-radius: 4px;
  border-color: var(--bs-theme);
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "Chakra Petch", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8125rem;
  word-wrap: break-word;
  background-color: #000000;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.4);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #000000;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.4);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #000000;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.4);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #000000;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.4);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #000000;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #000000;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: rgba(0, 0, 0, 0.75);
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

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

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #000000;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000000;
}
.carousel-dark .carousel-caption {
  color: #000000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: none;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(243 241 234 / 95%);
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.95;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

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

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

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

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

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

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

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

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

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

.link-default {
  color: rgb(217 119 87);
}
.link-default:hover, .link-default:focus {
  color: #b9c5c9;
}

.link-theme {
  color: #2596be;
}
.link-theme:hover, .link-theme:focus {
  color: #ff8080;
}

.link-primary {
  color: #4e9cff;
}
.link-primary:hover, .link-primary:focus {
  color: #71b0ff;
}

.link-secondary {
  color: hsl(15.81deg 53.09% 47.65%);
}
.link-secondary:hover, .link-secondary:focus {
  color: #94a5ad;
}

.link-warning {
  color: #ff9f0c;
}
.link-warning:hover, .link-warning:focus {
  color: #ffb23d;
}

.link-danger {
  color: #2596be;
}
.link-danger:hover, .link-danger:focus {
  color: #ff8080;
}

.link-success {
  color: #3cd2a5;
}
.link-success:hover, .link-success:focus {
  color: #63dbb7;
}

.link-info {
  color: #30beff;
}
.link-info:hover, .link-info:focus {
  color: #59cbff;
}

.link-dark {
  color: #f3f2eb;
}
.link-dark:hover, .link-dark:focus {
  color: #2a363b;
}

.link-black {
  color: #000000;
}
.link-black:hover, .link-black:focus {
  color: black;
}

.link-white {
  color: #000000;
}
.link-white:hover, .link-white:focus {
  color: white;
}

.link-purple {
  color: #de8cff;
}
.link-purple:hover, .link-purple:focus {
  color: #e5a3ff;
}

.link-indigo {
  color: #bba4ff;
}
.link-indigo:hover, .link-indigo:focus {
  color: #c9b6ff;
}

.link-red {
  color: #2596be;
}
.link-red:hover, .link-red:focus {
  color: #ff8080;
}

.link-pink {
  color: #f34fa0;
}
.link-pink:hover, .link-pink:focus {
  color: #f572b3;
}

.link-green {
  color: #1ecc33;
}
.link-green:hover, .link-green:focus {
  color: #4bd65c;
}

.link-yellow {
  color: #f9e80d;
}
.link-yellow:hover, .link-yellow:focus {
  color: #faed3d;
}

.link-teal {
  color: #3cd2a5;
}
.link-teal:hover, .link-teal:focus {
  color: #63dbb7;
}

.link-muted {
  color: #617a86;
}
.link-muted:hover, .link-muted:focus {
  color: #4e626b;
}

.link-light {
  color: #c0cacf;
}
.link-light:hover, .link-light:focus {
  color: #cdd5d9;
}

.link-lime {
  color: #81f32d;
}
.link-lime:hover, .link-lime:focus {
  color: #9af557;
}

.link-gray-100 {
  color: #c0cacf;
}
.link-gray-100:hover, .link-gray-100:focus {
  color: #cdd5d9;
}

.link-gray-200 {
  color: rgb(217 119 87);
}
.link-gray-200:hover, .link-gray-200:focus {
  color: #b9c5c9;
}

.link-gray-300 {
  color: #90a2aa;
}
.link-gray-300:hover, .link-gray-300:focus {
  color: #a6b5bb;
}

.link-gray-400 {
  color: hsl(15.81deg 53.09% 47.65%);
}
.link-gray-400:hover, .link-gray-400:focus {
  color: #94a5ad;
}

.link-gray-500 {
  color: #617a86;
}
.link-gray-500:hover, .link-gray-500:focus {
  color: #4e626b;
}

.link-gray-600 {
  color: #526872;
}
.link-gray-600:hover, .link-gray-600:focus {
  color: #42535b;
}

.link-gray-700 {
  color: #44555e;
}
.link-gray-700:hover, .link-gray-700:focus {
  color: #36444b;
}

.link-gray-800 {
  color: #f3f2eb;
}
.link-gray-800:hover, .link-gray-800:focus {
  color: #2a363b;
}

.link-gray-900 {
  color: #1e2936;
}
.link-gray-900:hover, .link-gray-900:focus {
  color: #1f272b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.035) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid rgba(0, 0, 0, 0.4) !important;
}

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

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.4) !important;
}

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

.border-end {
  border-right: 1px solid rgba(0, 0, 0, 0.4) !important;
}

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

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
}

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

.border-start {
  border-left: 1px solid rgba(0, 0, 0, 0.4) !important;
}

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

.border-default {
  border-color: rgb(217 119 87) !important;
}

.border-theme {
  border-color: #2596be !important;
}

.border-primary {
  border-color: #4e9cff !important;
}

.border-secondary {
  border-color: hsl(15.81deg 53.09% 47.65%) !important;
}

.border-warning {
  border-color: #ff9f0c !important;
}

.border-danger {
  border-color: #2596be !important;
}

.border-success {
  border-color: #3cd2a5 !important;
}

.border-info {
  border-color: #30beff !important;
}

.border-dark {
  border-color: #f3f2eb !important;
}

.border-black {
  border-color: #000000 !important;
}

.border-white {
  border-color: #000000 !important;
}

.border-purple {
  border-color: #de8cff !important;
}

.border-indigo {
  border-color: #bba4ff !important;
}

.border-red {
  border-color: #2596be !important;
}

.border-pink {
  border-color: #f34fa0 !important;
}

.border-green {
  border-color: #1ecc33 !important;
}

.border-yellow {
  border-color: #f9e80d !important;
}

.border-teal {
  border-color: #3cd2a5 !important;
}

.border-muted {
  border-color: #617a86 !important;
}

.border-light {
  border-color: #c0cacf !important;
}

.border-lime {
  border-color: #81f32d !important;
}

.border-gray-100 {
  border-color: #c0cacf !important;
}

.border-gray-200 {
  border-color: rgb(217 119 87) !important;
}

.border-gray-300 {
  border-color: #90a2aa !important;
}

.border-gray-400 {
  border-color: hsl(15.81deg 53.09% 47.65%) !important;
}

.border-gray-500 {
  border-color: #617a86 !important;
}

.border-gray-600 {
  border-color: #526872 !important;
}

.border-gray-700 {
  border-color: #44555e !important;
}

.border-gray-800 {
  border-color: #f3f2eb !important;
}

.border-gray-900 {
  border-color: #1e2936 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: hsl(15.81deg 53.09% 47.65%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-information {
  --bs-text-opacity: 1;
  color: var(--bs-theme);
}

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

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

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

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

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

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

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

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

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgb(243 242 235) !important;
}

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

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

.bg-header {
  --bs-bg-opacity: 1;
  background-color: #f3f2eb;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 4px !important;
}

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

.rounded-1 {
  border-radius: 2px !important;
}

.rounded-2 {
  border-radius: 4px !important;
}

.rounded-3 {
  border-radius: 8px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-end {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-start {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

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

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

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

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-sm-n3 {
    margin-top: -1rem !important;
  }

  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-sm-n5 {
    margin-top: -3rem !important;
  }

  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .me-sm-n3 {
    margin-right: -1rem !important;
  }

  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .me-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-sm-n3 {
    margin-left: -1rem !important;
  }

  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-sm-n5 {
    margin-left: -3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-md-n3 {
    margin-top: -1rem !important;
  }

  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-md-n5 {
    margin-top: -3rem !important;
  }

  .me-md-n1 {
    margin-right: -0.25rem !important;
  }

  .me-md-n2 {
    margin-right: -0.5rem !important;
  }

  .me-md-n3 {
    margin-right: -1rem !important;
  }

  .me-md-n4 {
    margin-right: -1.5rem !important;
  }

  .me-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-md-n3 {
    margin-left: -1rem !important;
  }

  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-md-n5 {
    margin-left: -3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-lg-n3 {
    margin-top: -1rem !important;
  }

  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-lg-n5 {
    margin-top: -3rem !important;
  }

  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .me-lg-n3 {
    margin-right: -1rem !important;
  }

  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .me-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-lg-n3 {
    margin-left: -1rem !important;
  }

  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-lg-n5 {
    margin-left: -3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xl-n5 {
    margin-top: -3rem !important;
  }

  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xl-n3 {
    margin-right: -1rem !important;
  }

  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xl-n5 {
    margin-left: -3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1660px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }

  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xxl-n3 {
    margin-right: -1rem !important;
  }

  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1900px) {
  .float-xxxl-start {
    float: left !important;
  }

  .float-xxxl-end {
    float: right !important;
  }

  .float-xxxl-none {
    float: none !important;
  }

  .d-xxxl-inline {
    display: inline !important;
  }

  .d-xxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxl-block {
    display: block !important;
  }

  .d-xxxl-grid {
    display: grid !important;
  }

  .d-xxxl-table {
    display: table !important;
  }

  .d-xxxl-table-row {
    display: table-row !important;
  }

  .d-xxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxl-flex {
    display: flex !important;
  }

  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxxl-none {
    display: none !important;
  }

  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxxl-0 {
    gap: 0 !important;
  }

  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxxl-3 {
    gap: 1rem !important;
  }

  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }

  .order-xxxl-first {
    order: -1 !important;
  }

  .order-xxxl-0 {
    order: 0 !important;
  }

  .order-xxxl-1 {
    order: 1 !important;
  }

  .order-xxxl-2 {
    order: 2 !important;
  }

  .order-xxxl-3 {
    order: 3 !important;
  }

  .order-xxxl-4 {
    order: 4 !important;
  }

  .order-xxxl-5 {
    order: 5 !important;
  }

  .order-xxxl-last {
    order: 6 !important;
  }

  .m-xxxl-0 {
    margin: 0 !important;
  }

  .m-xxxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxxl-3 {
    margin: 1rem !important;
  }

  .m-xxxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxxl-5 {
    margin: 3rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxxl-auto {
    margin-top: auto !important;
  }

  .me-xxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxxl-auto {
    margin-left: auto !important;
  }

  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxxl-n3 {
    margin: -1rem !important;
  }

  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }

  .m-xxxl-n5 {
    margin: -3rem !important;
  }

  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xxxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-xxxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xxxl-n5 {
    margin-top: -3rem !important;
  }

  .me-xxxl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xxxl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xxxl-n3 {
    margin-right: -1rem !important;
  }

  .me-xxxl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xxxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-xxxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xxxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xxxl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xxxl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xxxl-n5 {
    margin-left: -3rem !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .p-xxxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxxl-3 {
    padding: 1rem !important;
  }

  .p-xxxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxxl-5 {
    padding: 3rem !important;
  }

  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxxl-start {
    text-align: left !important;
  }

  .text-xxxl-end {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.1875rem !important;
  }

  .fs-2 {
    font-size: 1.75rem !important;
  }

  .fs-3 {
    font-size: 1.53125rem !important;
  }

  .fs-4 {
    font-size: 1.3125rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/* Helper Margin */
.m-1px {
  margin: 1px !important;
}

.m-2px {
  margin: 2px !important;
}

.m-3px {
  margin: 3px !important;
}

.m-4px {
  margin: 4px !important;
}

.m-5px {
  margin: 5px !important;
}

.m-6px {
  margin: 6px !important;
}

.m-7px {
  margin: 7px !important;
}

.m-8px {
  margin: 8px !important;
}

.m-9px {
  margin: 9px !important;
}

.m-10px {
  margin: 10px !important;
}

.m-5px {
  margin: 5px !important;
}

.m-10px {
  margin: 10px !important;
}

.m-15px {
  margin: 15px !important;
}

.m-20px {
  margin: 20px !important;
}

.m-25px {
  margin: 25px !important;
}

.m-30px {
  margin: 30px !important;
}

.m-35px {
  margin: 35px !important;
}

.m-40px {
  margin: 40px !important;
}

.m-45px {
  margin: 45px !important;
}

.m-50px {
  margin: 50px !important;
}

.mt-1px {
  margin-top: 1px !important;
}

.mt-2px {
  margin-top: 2px !important;
}

.mt-3px {
  margin-top: 3px !important;
}

.mt-4px {
  margin-top: 4px !important;
}

.mt-5px {
  margin-top: 5px !important;
}

.mt-6px {
  margin-top: 6px !important;
}

.mt-7px {
  margin-top: 7px !important;
}

.mt-8px {
  margin-top: 8px !important;
}

.mt-9px {
  margin-top: 9px !important;
}

.mt-10px {
  margin-top: 10px !important;
}

.mt-5px {
  margin-top: 5px !important;
}

.mt-10px {
  margin-top: 10px !important;
}

.mt-15px {
  margin-top: 15px !important;
}

.mt-20px {
  margin-top: 20px !important;
}

.mt-25px {
  margin-top: 25px !important;
}

.mt-30px {
  margin-top: 30px !important;
}

.mt-35px {
  margin-top: 35px !important;
}

.mt-40px {
  margin-top: 40px !important;
}

.mt-45px {
  margin-top: 45px !important;
}

.mt-50px {
  margin-top: 50px !important;
}

.me-1px {
  margin-right: 1px !important;
}

.me-2px {
  margin-right: 2px !important;
}

.me-3px {
  margin-right: 3px !important;
}

.me-4px {
  margin-right: 4px !important;
}

.me-5px {
  margin-right: 5px !important;
}

.me-6px {
  margin-right: 6px !important;
}

.me-7px {
  margin-right: 7px !important;
}

.me-8px {
  margin-right: 8px !important;
}

.me-9px {
  margin-right: 9px !important;
}

.me-10px {
  margin-right: 10px !important;
}

.me-5px {
  margin-right: 5px !important;
}

.me-10px {
  margin-right: 10px !important;
}

.me-15px {
  margin-right: 15px !important;
}

.me-20px {
  margin-right: 20px !important;
}

.me-25px {
  margin-right: 25px !important;
}

.me-30px {
  margin-right: 30px !important;
}

.me-35px {
  margin-right: 35px !important;
}

.me-40px {
  margin-right: 40px !important;
}

.me-45px {
  margin-right: 45px !important;
}

.me-50px {
  margin-right: 50px !important;
}

.mb-1px {
  margin-bottom: 1px !important;
}

.mb-2px {
  margin-bottom: 2px !important;
}

.mb-3px {
  margin-bottom: 3px !important;
}

.mb-4px {
  margin-bottom: 4px !important;
}

.mb-5px {
  margin-bottom: 5px !important;
}

.mb-6px {
  margin-bottom: 6px !important;
}

.mb-7px {
  margin-bottom: 7px !important;
}

.mb-8px {
  margin-bottom: 8px !important;
}

.mb-9px {
  margin-bottom: 9px !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.mb-5px {
  margin-bottom: 5px !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.mb-15px {
  margin-bottom: 15px !important;
}

.mb-20px {
  margin-bottom: 20px !important;
}

.mb-25px {
  margin-bottom: 25px !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.mb-35px {
  margin-bottom: 35px !important;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.mb-45px {
  margin-bottom: 45px !important;
}

.mb-50px {
  margin-bottom: 50px !important;
}

.ms-1px {
  margin-left: 1px !important;
}

.ms-2px {
  margin-left: 2px !important;
}

.ms-3px {
  margin-left: 3px !important;
}

.ms-4px {
  margin-left: 4px !important;
}

.ms-5px {
  margin-left: 5px !important;
}

.ms-6px {
  margin-left: 6px !important;
}

.ms-7px {
  margin-left: 7px !important;
}

.ms-8px {
  margin-left: 8px !important;
}

.ms-9px {
  margin-left: 9px !important;
}

.ms-10px {
  margin-left: 10px !important;
}

.ms-5px {
  margin-left: 5px !important;
}

.ms-10px {
  margin-left: 10px !important;
}

.ms-15px {
  margin-left: 15px !important;
}

.ms-20px {
  margin-left: 20px !important;
}

.ms-25px {
  margin-left: 25px !important;
}

.ms-30px {
  margin-left: 30px !important;
}

.ms-35px {
  margin-left: 35px !important;
}

.ms-40px {
  margin-left: 40px !important;
}

.ms-45px {
  margin-left: 45px !important;
}

.ms-50px {
  margin-left: 50px !important;
}

.mx-1px {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.mx-2px {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.mx-3px {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.mx-4px {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.mx-5px {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mx-6px {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.mx-7px {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.mx-8px {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mx-9px {
  margin-left: 9px !important;
  margin-right: 9px !important;
}

.mx-10px {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-5px {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mx-10px {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-15px {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mx-20px {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx-25px {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mx-30px {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx-35px {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mx-40px {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx-45px {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mx-50px {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my-1px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.my-2px {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.my-3px {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.my-4px {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-6px {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.my-7px {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.my-8px {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-9px {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}

.my-10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-15px {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-20px {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-25px {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-30px {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-35px {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-40px {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-45px {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-50px {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

/* Helper Padding */
.p-1px {
  padding: 1px !important;
}

.p-2px {
  padding: 2px !important;
}

.p-3px {
  padding: 3px !important;
}

.p-4px {
  padding: 4px !important;
}

.p-5px {
  padding: 5px !important;
}

.p-6px {
  padding: 6px !important;
}

.p-7px {
  padding: 7px !important;
}

.p-8px {
  padding: 8px !important;
}

.p-9px {
  padding: 9px !important;
}

.p-10px {
  padding: 10px !important;
}

.p-5px {
  padding: 5px !important;
}

.p-10px {
  padding: 10px !important;
}

.p-15px {
  padding: 15px !important;
}

.p-20px {
  padding: 20px !important;
}

.p-25px {
  padding: 25px !important;
}

.p-30px {
  padding: 30px !important;
}

.p-35px {
  padding: 35px !important;
}

.p-40px {
  padding: 40px !important;
}

.p-45px {
  padding: 45px !important;
}

.p-50px {
  padding: 50px !important;
}

.pt-1px {
  padding-top: 1px !important;
}

.pt-2px {
  padding-top: 2px !important;
}

.pt-3px {
  padding-top: 3px !important;
}

.pt-4px {
  padding-top: 4px !important;
}

.pt-5px {
  padding-top: 5px !important;
}

.pt-6px {
  padding-top: 6px !important;
}

.pt-7px {
  padding-top: 7px !important;
}

.pt-8px {
  padding-top: 8px !important;
}

.pt-9px {
  padding-top: 9px !important;
}

.pt-10px {
  padding-top: 10px !important;
}

.pt-5px {
  padding-top: 5px !important;
}

.pt-10px {
  padding-top: 10px !important;
}

.pt-15px {
  padding-top: 15px !important;
}

.pt-20px {
  padding-top: 20px !important;
}

.pt-25px {
  padding-top: 25px !important;
}

.pt-30px {
  padding-top: 30px !important;
}

.pt-35px {
  padding-top: 35px !important;
}

.pt-40px {
  padding-top: 40px !important;
}

.pt-45px {
  padding-top: 45px !important;
}

.pt-50px {
  padding-top: 50px !important;
}

.pe-1px {
  padding-right: 1px !important;
}

.pe-2px {
  padding-right: 2px !important;
}

.pe-3px {
  padding-right: 3px !important;
}

.pe-4px {
  padding-right: 4px !important;
}

.pe-5px {
  padding-right: 5px !important;
}

.pe-6px {
  padding-right: 6px !important;
}

.pe-7px {
  padding-right: 7px !important;
}

.pe-8px {
  padding-right: 8px !important;
}

.pe-9px {
  padding-right: 9px !important;
}

.pe-10px {
  padding-right: 10px !important;
}

.pe-5px {
  padding-right: 5px !important;
}

.pe-10px {
  padding-right: 10px !important;
}

.pe-15px {
  padding-right: 15px !important;
}

.pe-20px {
  padding-right: 20px !important;
}

.pe-25px {
  padding-right: 25px !important;
}

.pe-30px {
  padding-right: 30px !important;
}

.pe-35px {
  padding-right: 35px !important;
}

.pe-40px {
  padding-right: 40px !important;
}

.pe-45px {
  padding-right: 45px !important;
}

.pe-50px {
  padding-right: 50px !important;
}

.pb-1px {
  padding-bottom: 1px !important;
}

.pb-2px {
  padding-bottom: 2px !important;
}

.pb-3px {
  padding-bottom: 3px !important;
}

.pb-4px {
  padding-bottom: 4px !important;
}

.pb-5px {
  padding-bottom: 5px !important;
}

.pb-6px {
  padding-bottom: 6px !important;
}

.pb-7px {
  padding-bottom: 7px !important;
}

.pb-8px {
  padding-bottom: 8px !important;
}

.pb-9px {
  padding-bottom: 9px !important;
}

.pb-10px {
  padding-bottom: 10px !important;
}

.pb-5px {
  padding-bottom: 5px !important;
}

.pb-10px {
  padding-bottom: 10px !important;
}

.pb-15px {
  padding-bottom: 15px !important;
}

.pb-20px {
  padding-bottom: 20px !important;
}

.pb-25px {
  padding-bottom: 25px !important;
}

.pb-30px {
  padding-bottom: 30px !important;
}

.pb-35px {
  padding-bottom: 35px !important;
}

.pb-40px {
  padding-bottom: 40px !important;
}

.pb-45px {
  padding-bottom: 45px !important;
}

.pb-50px {
  padding-bottom: 50px !important;
}

.ps-1px {
  padding-left: 1px !important;
}

.ps-2px {
  padding-left: 2px !important;
}

.ps-3px {
  padding-left: 3px !important;
}

.ps-4px {
  padding-left: 4px !important;
}

.ps-5px {
  padding-left: 5px !important;
}

.ps-6px {
  padding-left: 6px !important;
}

.ps-7px {
  padding-left: 7px !important;
}

.ps-8px {
  padding-left: 8px !important;
}

.ps-9px {
  padding-left: 9px !important;
}

.ps-10px {
  padding-left: 10px !important;
}

.ps-5px {
  padding-left: 5px !important;
}

.ps-10px {
  padding-left: 10px !important;
}

.ps-15px {
  padding-left: 15px !important;
}

.ps-20px {
  padding-left: 20px !important;
}

.ps-25px {
  padding-left: 25px !important;
}

.ps-30px {
  padding-left: 30px !important;
}

.ps-35px {
  padding-left: 35px !important;
}

.ps-40px {
  padding-left: 40px !important;
}

.ps-45px {
  padding-left: 45px !important;
}

.ps-50px {
  padding-left: 50px !important;
}

.px-1px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.px-2px {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.px-3px {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.px-4px {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.px-5px {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-6px {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.px-7px {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.px-8px {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px-9px {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.px-10px {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-5px {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-10px {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-15px {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20px {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-25px {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-30px {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-35px {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.px-40px {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-45px {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.px-50px {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py-1px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.py-2px {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.py-3px {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.py-4px {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-6px {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.py-7px {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.py-8px {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-9px {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.py-10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15px {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20px {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25px {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30px {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-35px {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-40px {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-45px {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py-50px {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/* Helper Font */
.fs-0px {
  font-size: 0rem !important;
}

.fs-1px {
  font-size: 0.0625rem !important;
}

.fs-2px {
  font-size: 0.125rem !important;
}

.fs-3px {
  font-size: 0.1875rem !important;
}

.fs-4px {
  font-size: 0.25rem !important;
}

.fs-5px {
  font-size: 0.3125rem !important;
}

.fs-6px {
  font-size: 0.375rem !important;
}

.fs-7px {
  font-size: 0.4375rem !important;
}

.fs-8px {
  font-size: 0.5rem !important;
}

.fs-9px {
  font-size: 0.5625rem !important;
}

.fs-10px {
  font-size: 0.625rem !important;
}

.fs-11px {
  font-size: 0.6875rem !important;
}

.fs-12px {
  font-size: 0.75rem !important;
}

.fs-13px {
  font-size: 0.8125rem !important;
}

.fs-14px {
  font-size: 0.875rem !important;
}

.fs-15px {
  font-size: 0.9375rem !important;
}

.fs-16px {
  font-size: 1rem !important;
}

.fs-17px {
  font-size: 1.0625rem !important;
}

.fs-18px {
  font-size: 1.125rem !important;
}

.fs-19px {
  font-size: 1.1875rem !important;
}

.fs-20px {
  font-size: 1.25rem !important;
}

.fs-21px {
  font-size: 1.3125rem !important;
}

.fs-22px {
  font-size: 1.375rem !important;
}

.fs-23px {
  font-size: 1.4375rem !important;
}

.fs-24px {
  font-size: 1.5rem !important;
}

.fs-25px {
  font-size: 1.5625rem !important;
}

.fs-26px {
  font-size: 1.625rem !important;
}

.fs-27px {
  font-size: 1.6875rem !important;
}

.fs-28px {
  font-size: 1.75rem !important;
}

.fs-29px {
  font-size: 1.8125rem !important;
}

.fs-30px {
  font-size: 1.875rem !important;
}

.fs-31px {
  font-size: 1.9375rem !important;
}

.fs-32px {
  font-size: 2rem !important;
}

.fs-33px {
  font-size: 2.0625rem !important;
}

.fs-34px {
  font-size: 2.125rem !important;
}

.fs-35px {
  font-size: 2.1875rem !important;
}

.fs-36px {
  font-size: 2.25rem !important;
}

.fs-37px {
  font-size: 2.3125rem !important;
}

.fs-38px {
  font-size: 2.375rem !important;
}

.fs-39px {
  font-size: 2.4375rem !important;
}

.fs-40px {
  font-size: 2.5rem !important;
}

.fs-41px {
  font-size: 2.5625rem !important;
}

.fs-42px {
  font-size: 2.625rem !important;
}

.fs-43px {
  font-size: 2.6875rem !important;
}

.fs-44px {
  font-size: 2.75rem !important;
}

.fs-45px {
  font-size: 2.8125rem !important;
}

.fs-46px {
  font-size: 2.875rem !important;
}

.fs-47px {
  font-size: 2.9375rem !important;
}

.fs-48px {
  font-size: 3rem !important;
}

.fs-49px {
  font-size: 3.0625rem !important;
}

.fs-50px {
  font-size: 3.125rem !important;
}

.fs-51px {
  font-size: 3.1875rem !important;
}

.fs-52px {
  font-size: 3.25rem !important;
}

.fs-53px {
  font-size: 3.3125rem !important;
}

.fs-54px {
  font-size: 3.375rem !important;
}

.fs-55px {
  font-size: 3.4375rem !important;
}

.fs-56px {
  font-size: 3.5rem !important;
}

.fs-57px {
  font-size: 3.5625rem !important;
}

.fs-58px {
  font-size: 3.625rem !important;
}

.fs-59px {
  font-size: 3.6875rem !important;
}

.fs-60px {
  font-size: 3.75rem !important;
}

.fs-61px {
  font-size: 3.8125rem !important;
}

.fs-62px {
  font-size: 3.875rem !important;
}

.fs-63px {
  font-size: 3.9375rem !important;
}

.fs-64px {
  font-size: 4rem !important;
}

.fs-65px {
  font-size: 4.0625rem !important;
}

.fs-66px {
  font-size: 4.125rem !important;
}

.fs-67px {
  font-size: 4.1875rem !important;
}

.fs-68px {
  font-size: 4.25rem !important;
}

.fs-69px {
  font-size: 4.3125rem !important;
}

.fs-70px {
  font-size: 4.375rem !important;
}

.fs-71px {
  font-size: 4.4375rem !important;
}

.fs-72px {
  font-size: 4.5rem !important;
}

.fs-73px {
  font-size: 4.5625rem !important;
}

.fs-74px {
  font-size: 4.625rem !important;
}

.fs-75px {
  font-size: 4.6875rem !important;
}

.fs-76px {
  font-size: 4.75rem !important;
}

.fs-77px {
  font-size: 4.8125rem !important;
}

.fs-78px {
  font-size: 4.875rem !important;
}

.fs-79px {
  font-size: 4.9375rem !important;
}

.fs-80px {
  font-size: 5rem !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

/* Helper Position Direction */
.top-0 {
  top: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.start-0 {
  left: 0 !important;
}

.end-0 {
  right: 0 !important;
}

.top-auto {
  top: auto !important;
}

.bottom-auto {
  bottom: auto !important;
}

.start-auto {
  left: auto !important;
}

.end-auto {
  right: auto !important;
}

/* Helper Text */
.text-underline {
  text-decoration: underline !important;
}

.text-gradient {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.line-height-1 {
  line-height: 1 !important;
}

/* Helper Size */
.w-10px {
  width: 0.625rem !important;
}

.w-1px {
  width: 0.0625rem !important;
}

.w-20px {
  width: 1.25rem !important;
}

.w-2px {
  width: 0.125rem !important;
}

.w-30px {
  width: 1.875rem !important;
}

.w-3px {
  width: 0.1875rem !important;
}

.w-40px {
  width: 2.5rem !important;
}

.w-4px {
  width: 0.25rem !important;
}

.w-50px {
  width: 3.125rem !important;
}

.w-5px {
  width: 0.3125rem !important;
}

.w-60px {
  width: 3.75rem !important;
}

.w-6px {
  width: 0.375rem !important;
}

.w-70px {
  width: 4.375rem !important;
}

.w-7px {
  width: 0.4375rem !important;
}

.w-80px {
  width: 5rem !important;
}

.w-8px {
  width: 0.5rem !important;
}

.w-90px {
  width: 5.625rem !important;
}

.w-9px {
  width: 0.5625rem !important;
}

.w-100px {
  width: 6.25rem !important;
}

.w-150px {
  width: 9.375rem !important;
}

.w-200px {
  width: 12.5rem !important;
}

.w-250px {
  width: 15.625rem !important;
}

.w-300px {
  width: 18.75rem !important;
}

.w-350px {
  width: 21.875rem !important;
}

.w-400px {
  width: 25rem !important;
}

.w-450px {
  width: 28.125rem !important;
}

.w-500px {
  width: 31.25rem !important;
}

.w-550px {
  width: 34.375rem !important;
}

.w-600px {
  width: 37.5rem !important;
}

.h-10px {
  height: 0.625rem !important;
}

.h-1px {
  height: 0.0625rem !important;
}

.h-20px {
  height: 1.25rem !important;
}

.h-2px {
  height: 0.125rem !important;
}

.h-30px {
  height: 1.875rem !important;
}

.h-3px {
  height: 0.1875rem !important;
}

.h-40px {
  height: 2.5rem !important;
}

.h-4px {
  height: 0.25rem !important;
}

.h-50px {
  height: 3.125rem !important;
}

.h-5px {
  height: 0.3125rem !important;
}

.h-60px {
  height: 3.75rem !important;
}

.h-6px {
  height: 0.375rem !important;
}

.h-70px {
  height: 4.375rem !important;
}

.h-7px {
  height: 0.4375rem !important;
}

.h-80px {
  height: 5rem !important;
}

.h-8px {
  height: 0.5rem !important;
}

.h-90px {
  height: 5.625rem !important;
}

.h-9px {
  height: 0.5625rem !important;
}

.h-100px {
  height: 6.25rem !important;
}

.h-150px {
  height: 9.375rem !important;
}

.h-200px {
  height: 12.5rem !important;
}

.h-250px {
  height: 15.625rem !important;
}

.h-300px {
  height: 18.75rem !important;
}

.h-350px {
  height: 21.875rem !important;
}

.h-400px {
  height: 25rem !important;
}

.h-450px {
  height: 28.125rem !important;
}

.h-500px {
  height: 31.25rem !important;
}

.h-550px {
  height: 34.375rem !important;
}

.h-600px {
  height: 37.5rem !important;
}

/* Helper Color */
.bg-gradient-default {
  background-color: rgb(217 119 87) !important;
  background-image: linear-gradient(to bottom, #c5ced2, #9aaab1) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-default {
  --bs-theme: rgb(217 119 87) !important;
  --bs-theme-rgb: 168, 182, 188 !important;
  --bs-border-color: rgb(217 119 87) !important;
}

.text-default-100 {
  --bs-text-opacity: 1;
  color: rgba(238, 240, 242, var(--bs-text-opacity)) !important;
}

.bg-default-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(238, 240, 242, var(--bs-bg-opacity)) !important;
}

.text-default-600 {
  --bs-text-opacity: 1;
  color: rgba(134, 146, 150, var(--bs-text-opacity)) !important;
}

.bg-default-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(134, 146, 150, var(--bs-bg-opacity)) !important;
}

.text-default-200 {
  --bs-text-opacity: 1;
  color: rgba(220, 226, 228, var(--bs-text-opacity)) !important;
}

.bg-default-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(220, 226, 228, var(--bs-bg-opacity)) !important;
}

.text-default-700 {
  --bs-text-opacity: 1;
  color: rgba(101, 109, 113, var(--bs-text-opacity)) !important;
}

.bg-default-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(101, 109, 113, var(--bs-bg-opacity)) !important;
}

.text-default-300 {
  --bs-text-opacity: 1;
  color: rgba(203, 211, 215, var(--bs-text-opacity)) !important;
}

.bg-default-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(203, 211, 215, var(--bs-bg-opacity)) !important;
}

.text-default-800 {
  --bs-text-opacity: 1;
  color: rgba(67, 73, 75, var(--bs-text-opacity)) !important;
}

.bg-default-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(67, 73, 75, var(--bs-bg-opacity)) !important;
}

.text-default-400 {
  --bs-text-opacity: 1;
  color: rgba(185, 197, 201, var(--bs-text-opacity)) !important;
}

.bg-default-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(185, 197, 201, var(--bs-bg-opacity)) !important;
}

.text-default-900 {
  --bs-text-opacity: 1;
  color: rgba(34, 36, 38, var(--bs-text-opacity)) !important;
}

.bg-default-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(34, 36, 38, var(--bs-bg-opacity)) !important;
}

.bg-gradient-theme {
  background-color: #2596be !important;
  background-image: linear-gradient(to bottom, #ff9393, #ff4747) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

.border-theme {
  border-color: var(--bs-theme) !important;
}

:root .theme-theme {
  --bs-theme: #2596be !important;
  --bs-theme-rgb: 255, 96, 96 !important;
  --bs-border-color: #2596be !important;
}

.text-theme-100 {
  --bs-text-opacity: 1;
  color: rgba(255, 223, 223, var(--bs-text-opacity)) !important;
}

.bg-theme-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 223, 223, var(--bs-bg-opacity)) !important;
}

.text-theme-600 {
  --bs-text-opacity: 1;
  color: rgba(204, 77, 77, var(--bs-text-opacity)) !important;
}

.bg-theme-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(204, 77, 77, var(--bs-bg-opacity)) !important;
}

.text-theme-200 {
  --bs-text-opacity: 1;
  color: rgba(255, 191, 191, var(--bs-text-opacity)) !important;
}

.bg-theme-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 191, 191, var(--bs-bg-opacity)) !important;
}

.text-theme-700 {
  --bs-text-opacity: 1;
  color: rgba(153, 58, 58, var(--bs-text-opacity)) !important;
}

.bg-theme-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(153, 58, 58, var(--bs-bg-opacity)) !important;
}

.text-theme-300 {
  --bs-text-opacity: 1;
  color: rgba(255, 160, 160, var(--bs-text-opacity)) !important;
}

.bg-theme-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 160, 160, var(--bs-bg-opacity)) !important;
}

.text-theme-800 {
  --bs-text-opacity: 1;
  color: rgba(102, 38, 38, var(--bs-text-opacity)) !important;
}

.bg-theme-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(102, 38, 38, var(--bs-bg-opacity)) !important;
}

.text-theme-400 {
  --bs-text-opacity: 1;
  color: rgba(255, 128, 128, var(--bs-text-opacity)) !important;
}

.bg-theme-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 128, 128, var(--bs-bg-opacity)) !important;
}

.text-theme-900 {
  --bs-text-opacity: 1;
  color: rgba(51, 19, 19, var(--bs-text-opacity)) !important;
}

.bg-theme-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(51, 19, 19, var(--bs-bg-opacity)) !important;
}

.bg-gradient-primary {
  background-color: #4e9cff !important;
  background-image: linear-gradient(to bottom, #81b9ff, #358eff) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-primary {
  --bs-theme: #4e9cff !important;
  --bs-theme-rgb: 78, 156, 255 !important;
  --bs-border-color: #4e9cff !important;
}

.text-primary-100 {
  --bs-text-opacity: 1;
  color: rgba(220, 235, 255, var(--bs-text-opacity)) !important;
}

.bg-primary-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(220, 235, 255, var(--bs-bg-opacity)) !important;
}

.text-primary-600 {
  --bs-text-opacity: 1;
  color: rgba(62, 125, 204, var(--bs-text-opacity)) !important;
}

.bg-primary-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(62, 125, 204, var(--bs-bg-opacity)) !important;
}

.text-primary-200 {
  --bs-text-opacity: 1;
  color: rgba(184, 215, 255, var(--bs-text-opacity)) !important;
}

.bg-primary-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(184, 215, 255, var(--bs-bg-opacity)) !important;
}

.text-primary-700 {
  --bs-text-opacity: 1;
  color: rgba(47, 94, 153, var(--bs-text-opacity)) !important;
}

.bg-primary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(47, 94, 153, var(--bs-bg-opacity)) !important;
}

.text-primary-300 {
  --bs-text-opacity: 1;
  color: rgba(149, 196, 255, var(--bs-text-opacity)) !important;
}

.bg-primary-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(149, 196, 255, var(--bs-bg-opacity)) !important;
}

.text-primary-800 {
  --bs-text-opacity: 1;
  color: rgba(31, 62, 102, var(--bs-text-opacity)) !important;
}

.bg-primary-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(31, 62, 102, var(--bs-bg-opacity)) !important;
}

.text-primary-400 {
  --bs-text-opacity: 1;
  color: rgba(113, 176, 255, var(--bs-text-opacity)) !important;
}

.bg-primary-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(113, 176, 255, var(--bs-bg-opacity)) !important;
}

.text-primary-900 {
  --bs-text-opacity: 1;
  color: rgba(16, 31, 51, var(--bs-text-opacity)) !important;
}

.bg-primary-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(16, 31, 51, var(--bs-bg-opacity)) !important;
}

.bg-gradient-secondary {
  background-color: hsl(15.81deg 53.09% 47.65%) !important;
  background-image: linear-gradient(to bottom, #96a6ae, #6c818c) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-secondary {
  --bs-theme: hsl(15.81deg 53.09% 47.65%) !important;
  --bs-theme-rgb: 121, 142, 152 !important;
  --bs-border-color: hsl(15.81deg 53.09% 47.65%) !important;
}

.text-secondary-100 {
  --bs-text-opacity: 1;
  color: rgba(228, 232, 234, var(--bs-text-opacity)) !important;
}

.bg-secondary-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(228, 232, 234, var(--bs-bg-opacity)) !important;
}

.text-secondary-600 {
  --bs-text-opacity: 1;
  color: rgba(97, 114, 122, var(--bs-text-opacity)) !important;
}

.bg-secondary-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(97, 114, 122, var(--bs-bg-opacity)) !important;
}

.text-secondary-200 {
  --bs-text-opacity: 1;
  color: rgba(201, 210, 214, var(--bs-text-opacity)) !important;
}

.bg-secondary-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(201, 210, 214, var(--bs-bg-opacity)) !important;
}

.text-secondary-700 {
  --bs-text-opacity: 1;
  color: rgba(73, 85, 91, var(--bs-text-opacity)) !important;
}

.bg-secondary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(73, 85, 91, var(--bs-bg-opacity)) !important;
}

.text-secondary-300 {
  --bs-text-opacity: 1;
  color: rgba(175, 187, 193, var(--bs-text-opacity)) !important;
}

.bg-secondary-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(175, 187, 193, var(--bs-bg-opacity)) !important;
}

.text-secondary-800 {
  --bs-text-opacity: 1;
  color: rgba(48, 57, 61, var(--bs-text-opacity)) !important;
}

.bg-secondary-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(48, 57, 61, var(--bs-bg-opacity)) !important;
}

.text-secondary-400 {
  --bs-text-opacity: 1;
  color: rgba(148, 165, 173, var(--bs-text-opacity)) !important;
}

.bg-secondary-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(148, 165, 173, var(--bs-bg-opacity)) !important;
}

.text-secondary-900 {
  --bs-text-opacity: 1;
  color: rgba(24, 28, 30, var(--bs-text-opacity)) !important;
}

.bg-secondary-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(24, 28, 30, var(--bs-bg-opacity)) !important;
}

.bg-gradient-warning {
  background-color: #ff9f0c !important;
  background-image: linear-gradient(to bottom, #ffb33f, #f29200) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-warning {
  --bs-theme: #ff9f0c !important;
  --bs-theme-rgb: 255, 159, 12 !important;
  --bs-border-color: #ff9f0c !important;
}

.text-warning-100 {
  --bs-text-opacity: 1;
  color: rgba(255, 236, 206, var(--bs-text-opacity)) !important;
}

.bg-warning-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 236, 206, var(--bs-bg-opacity)) !important;
}

.text-warning-600 {
  --bs-text-opacity: 1;
  color: rgba(204, 127, 10, var(--bs-text-opacity)) !important;
}

.bg-warning-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(204, 127, 10, var(--bs-bg-opacity)) !important;
}

.text-warning-200 {
  --bs-text-opacity: 1;
  color: rgba(255, 217, 158, var(--bs-text-opacity)) !important;
}

.bg-warning-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 217, 158, var(--bs-bg-opacity)) !important;
}

.text-warning-700 {
  --bs-text-opacity: 1;
  color: rgba(153, 95, 7, var(--bs-text-opacity)) !important;
}

.bg-warning-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(153, 95, 7, var(--bs-bg-opacity)) !important;
}

.text-warning-300 {
  --bs-text-opacity: 1;
  color: rgba(255, 197, 109, var(--bs-text-opacity)) !important;
}

.bg-warning-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 197, 109, var(--bs-bg-opacity)) !important;
}

.text-warning-800 {
  --bs-text-opacity: 1;
  color: rgba(102, 64, 5, var(--bs-text-opacity)) !important;
}

.bg-warning-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(102, 64, 5, var(--bs-bg-opacity)) !important;
}

.text-warning-400 {
  --bs-text-opacity: 1;
  color: rgba(255, 178, 61, var(--bs-text-opacity)) !important;
}

.bg-warning-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 178, 61, var(--bs-bg-opacity)) !important;
}

.text-warning-900 {
  --bs-text-opacity: 1;
  color: rgba(51, 32, 2, var(--bs-text-opacity)) !important;
}

.bg-warning-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(51, 32, 2, var(--bs-bg-opacity)) !important;
}

.bg-gradient-danger {
  background-color: #2596be !important;
  background-image: linear-gradient(to bottom, #ff9393, #ff4747) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-danger {
  --bs-theme: #2596be !important;
  --bs-theme-rgb: 255, 96, 96 !important;
  --bs-border-color: #2596be !important;
}

.text-danger-100 {
  --bs-text-opacity: 1;
  color: rgba(255, 223, 223, var(--bs-text-opacity)) !important;
}

.bg-danger-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 223, 223, var(--bs-bg-opacity)) !important;
}

.text-danger-600 {
  --bs-text-opacity: 1;
  color: rgba(204, 77, 77, var(--bs-text-opacity)) !important;
}

.bg-danger-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(204, 77, 77, var(--bs-bg-opacity)) !important;
}

.text-danger-200 {
  --bs-text-opacity: 1;
  color: rgba(255, 191, 191, var(--bs-text-opacity)) !important;
}

.bg-danger-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 191, 191, var(--bs-bg-opacity)) !important;
}

.text-danger-700 {
  --bs-text-opacity: 1;
  color: rgba(153, 58, 58, var(--bs-text-opacity)) !important;
}

.bg-danger-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(153, 58, 58, var(--bs-bg-opacity)) !important;
}

.text-danger-300 {
  --bs-text-opacity: 1;
  color: rgba(255, 160, 160, var(--bs-text-opacity)) !important;
}

.bg-danger-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 160, 160, var(--bs-bg-opacity)) !important;
}

.text-danger-800 {
  --bs-text-opacity: 1;
  color: rgba(102, 38, 38, var(--bs-text-opacity)) !important;
}

.bg-danger-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(102, 38, 38, var(--bs-bg-opacity)) !important;
}

.text-danger-400 {
  --bs-text-opacity: 1;
  color: rgba(255, 128, 128, var(--bs-text-opacity)) !important;
}

.bg-danger-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 128, 128, var(--bs-bg-opacity)) !important;
}

.text-danger-900 {
  --bs-text-opacity: 1;
  color: rgba(51, 19, 19, var(--bs-text-opacity)) !important;
}

.bg-danger-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(51, 19, 19, var(--bs-bg-opacity)) !important;
}

.bg-gradient-success {
  background-color: #3cd2a5 !important;
  background-image: linear-gradient(to bottom, #65dcb8, #2ec799) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-success {
  --bs-theme: #3cd2a5 !important;
  --bs-theme-rgb: 60, 210, 165 !important;
  --bs-border-color: #3cd2a5 !important;
}

.text-success-100 {
  --bs-text-opacity: 1;
  color: rgba(216, 246, 237, var(--bs-text-opacity)) !important;
}

.bg-success-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(216, 246, 237, var(--bs-bg-opacity)) !important;
}

.text-success-600 {
  --bs-text-opacity: 1;
  color: rgba(48, 168, 132, var(--bs-text-opacity)) !important;
}

.bg-success-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(48, 168, 132, var(--bs-bg-opacity)) !important;
}

.text-success-200 {
  --bs-text-opacity: 1;
  color: rgba(177, 237, 219, var(--bs-text-opacity)) !important;
}

.bg-success-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(177, 237, 219, var(--bs-bg-opacity)) !important;
}

.text-success-700 {
  --bs-text-opacity: 1;
  color: rgba(36, 126, 99, var(--bs-text-opacity)) !important;
}

.bg-success-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(36, 126, 99, var(--bs-bg-opacity)) !important;
}

.text-success-300 {
  --bs-text-opacity: 1;
  color: rgba(138, 228, 201, var(--bs-text-opacity)) !important;
}

.bg-success-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(138, 228, 201, var(--bs-bg-opacity)) !important;
}

.text-success-800 {
  --bs-text-opacity: 1;
  color: rgba(24, 84, 66, var(--bs-text-opacity)) !important;
}

.bg-success-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(24, 84, 66, var(--bs-bg-opacity)) !important;
}

.text-success-400 {
  --bs-text-opacity: 1;
  color: rgba(99, 219, 183, var(--bs-text-opacity)) !important;
}

.bg-success-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(99, 219, 183, var(--bs-bg-opacity)) !important;
}

.text-success-900 {
  --bs-text-opacity: 1;
  color: rgba(12, 42, 33, var(--bs-text-opacity)) !important;
}

.bg-success-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(12, 42, 33, var(--bs-bg-opacity)) !important;
}

.bg-gradient-info {
  background-color: #30beff !important;
  background-image: linear-gradient(to bottom, #63ceff, #17b6ff) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-info {
  --bs-theme: #30beff !important;
  --bs-theme-rgb: 48, 190, 255 !important;
  --bs-border-color: #30beff !important;
}

.text-info-100 {
  --bs-text-opacity: 1;
  color: rgba(214, 242, 255, var(--bs-text-opacity)) !important;
}

.bg-info-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(214, 242, 255, var(--bs-bg-opacity)) !important;
}

.text-info-600 {
  --bs-text-opacity: 1;
  color: rgba(38, 152, 204, var(--bs-text-opacity)) !important;
}

.bg-info-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(38, 152, 204, var(--bs-bg-opacity)) !important;
}

.text-info-200 {
  --bs-text-opacity: 1;
  color: rgba(172, 229, 255, var(--bs-text-opacity)) !important;
}

.bg-info-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(172, 229, 255, var(--bs-bg-opacity)) !important;
}

.text-info-700 {
  --bs-text-opacity: 1;
  color: rgba(29, 114, 153, var(--bs-text-opacity)) !important;
}

.bg-info-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(29, 114, 153, var(--bs-bg-opacity)) !important;
}

.text-info-300 {
  --bs-text-opacity: 1;
  color: rgba(131, 216, 255, var(--bs-text-opacity)) !important;
}

.bg-info-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(131, 216, 255, var(--bs-bg-opacity)) !important;
}

.text-info-800 {
  --bs-text-opacity: 1;
  color: rgba(19, 76, 102, var(--bs-text-opacity)) !important;
}

.bg-info-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(19, 76, 102, var(--bs-bg-opacity)) !important;
}

.text-info-400 {
  --bs-text-opacity: 1;
  color: rgba(89, 203, 255, var(--bs-text-opacity)) !important;
}

.bg-info-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(89, 203, 255, var(--bs-bg-opacity)) !important;
}

.text-info-900 {
  --bs-text-opacity: 1;
  color: rgba(10, 38, 51, var(--bs-text-opacity)) !important;
}

.bg-info-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(10, 38, 51, var(--bs-bg-opacity)) !important;
}

.bg-gradient-dark {
  background-color: #f3f2eb !important;
  background-image: linear-gradient(to bottom, #4a5e68, #2a363b) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-dark {
  --bs-theme: #f3f2eb !important;
  --bs-theme-rgb: 53, 67, 74 !important;
  --bs-border-color: #f3f2eb !important;
}

.text-dark-100 {
  --bs-text-opacity: 1;
  color: rgba(215, 217, 219, var(--bs-text-opacity)) !important;
}

.bg-dark-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(215, 217, 219, var(--bs-bg-opacity)) !important;
}

.text-dark-600 {
  --bs-text-opacity: 1;
  color: rgba(42, 54, 59, var(--bs-text-opacity)) !important;
}

.bg-dark-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(42, 54, 59, var(--bs-bg-opacity)) !important;
}

.text-dark-200 {
  --bs-text-opacity: 1;
  color: rgba(174, 180, 183, var(--bs-text-opacity)) !important;
}

.bg-dark-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(174, 180, 183, var(--bs-bg-opacity)) !important;
}

.text-dark-700 {
  --bs-text-opacity: 1;
  color: rgba(32, 40, 44, var(--bs-text-opacity)) !important;
}

.bg-dark-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(32, 40, 44, var(--bs-bg-opacity)) !important;
}

.text-dark-300 {
  --bs-text-opacity: 1;
  color: rgba(134, 142, 146, var(--bs-text-opacity)) !important;
}

.bg-dark-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(134, 142, 146, var(--bs-bg-opacity)) !important;
}

.text-dark-800 {
  --bs-text-opacity: 1;
  color: rgba(21, 27, 30, var(--bs-text-opacity)) !important;
}

.bg-dark-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(21, 27, 30, var(--bs-bg-opacity)) !important;
}

.text-dark-400 {
  --bs-text-opacity: 1;
  color: rgba(93, 105, 110, var(--bs-text-opacity)) !important;
}

.bg-dark-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(93, 105, 110, var(--bs-bg-opacity)) !important;
}

.text-dark-900 {
  --bs-text-opacity: 1;
  color: rgba(11, 13, 15, var(--bs-text-opacity)) !important;
}

.bg-dark-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(11, 13, 15, var(--bs-bg-opacity)) !important;
}

.bg-Critical, .bg-Kritik, .bg-حرج, .bg-Crítico, .bg-重大, .bg-严重, .bg-Critique, .bg-Kritisch, .bg-Crítico {
 background: linear-gradient(135deg, var(--bs-critical), var(--bs-critical-gradient));
box-shadow: 0 2px 4px rgba(220,53,69,0.3);
text-transform: uppercase;
color: white;
}

/* High/Yüksek - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
.bg-High, .bg-Yüksek, .bg-عالي, .bg-Alto, .bg-高, .bg-高危, .bg-Élevé, .bg-Hoch, .bg-Alto {
background: linear-gradient(135deg, var(--bs-high), var(--bs-high-gradient));
box-shadow: 0 2px 4px rgba(253,126,20,0.3);
text-transform: uppercase;
color: white;
}

/* Medium/Orta - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
.bg-Medium, .bg-Orta, .bg-متوسط, .bg-Medio, .bg-中, .bg-中危, .bg-Moyen, .bg-Mittel, .bg-Médio {
background: linear-gradient(135deg, var(--bs-medium), var(--bs-medium-gradient));
box-shadow: 0 2px 4px rgba(255,193,7,0.3);
text-transform: uppercase;
}

/* Low/Düşük - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
.bg-Low, .bg-Düşük, .bg-منخفض, .bg-Bajo, .bg-低, .bg-低危, .bg-Bas, .bg-Niedrig, .bg-Baixo {
background: linear-gradient(135deg, var(--bs-low), var(--bs-low-gradient));
box-shadow: 0 2px 4px rgba(23,162,184,0.3);
text-transform: uppercase;
}

/* Information/Bilgi - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
.bg-Information, .bg-Bilgi, .bg-معلومات, .bg-Información, .bg-情報, .bg-信息, .bg-Information, .bg-Information, .bg-Informação {
background: linear-gradient(135deg, var(--bs-Information), #4fc6f0);
box-shadow: 0 2px 4px rgba(108,117,125,0.3);
text-transform: uppercase;
color: white;
}

.bg-Total, .bg-Toplam {
  --bs-bg-opacity: 0.7;
  opacity: 0.7;
  background-color: #3ed4a4 !important;
}

.bg-gradient-black {
  background-color: #000000 !important;
  background-image: linear-gradient(to bottom, #1a1a1a, black) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-black {
  --bs-theme: #000000 !important;
  --bs-theme-rgb: 0, 0, 0 !important;
  --bs-border-color: #000000 !important;
}

.text-black-100 {
  --bs-text-opacity: 1;
  color: rgba(204, 204, 204, var(--bs-text-opacity)) !important;
}

.bg-black-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(204, 204, 204, var(--bs-bg-opacity)) !important;
}

.text-black-600 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity)) !important;
}

.bg-black-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity)) !important;
}

.text-black-200 {
  --bs-text-opacity: 1;
  color: rgba(153, 153, 153, var(--bs-text-opacity)) !important;
}

.bg-black-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(153, 153, 153, var(--bs-bg-opacity)) !important;
}

.text-black-700 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity)) !important;
}

.bg-black-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity)) !important;
}

.text-black-300 {
  --bs-text-opacity: 1;
  color: rgba(102, 102, 102, var(--bs-text-opacity)) !important;
}

.bg-black-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--bs-bg-opacity)) !important;
}

.text-black-800 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity)) !important;
}

.bg-black-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity)) !important;
}

.text-black-400 {
  --bs-text-opacity: 1;
  color: rgba(51, 51, 51, var(--bs-text-opacity)) !important;
}

.bg-black-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--bs-bg-opacity)) !important;
}

.text-black-900 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity)) !important;
}

.bg-black-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity)) !important;
}

.bg-gradient-white {
  background-color: #000000 !important;
  background-image: linear-gradient(to bottom, white, #f2f2f2) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-white {
  --bs-theme: #000000 !important;
  --bs-theme-rgb: 0, 0, 0 !important;
  --bs-border-color: #000000 !important;
}

.text-white-100 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity)) !important;
}

.bg-white-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity)) !important;
}

.text-white-600 {
  --bs-text-opacity: 1;
  color: rgba(204, 204, 204, var(--bs-text-opacity)) !important;
}

.bg-white-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(204, 204, 204, var(--bs-bg-opacity)) !important;
}

.text-white-200 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity)) !important;
}

.bg-white-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity)) !important;
}

.text-white-700 {
  --bs-text-opacity: 1;
  color: rgba(153, 153, 153, var(--bs-text-opacity)) !important;
}

.bg-white-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(153, 153, 153, var(--bs-bg-opacity)) !important;
}

.text-white-300 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity)) !important;
}

.bg-white-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity)) !important;
}

.text-white-800 {
  --bs-text-opacity: 1;
  color: rgba(102, 102, 102, var(--bs-text-opacity)) !important;
}

.bg-white-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--bs-bg-opacity)) !important;
}

.text-white-400 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity)) !important;
}

.bg-white-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity)) !important;
}

.text-white-900 {
  --bs-text-opacity: 1;
  color: rgba(51, 51, 51, var(--bs-text-opacity)) !important;
}

.bg-white-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--bs-bg-opacity)) !important;
}

.bg-gradient-purple {
  background-color: #de8cff !important;
  background-image: linear-gradient(to bottom, #edbfff, #d773ff) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-purple {
  --bs-theme: #de8cff !important;
  --bs-theme-rgb: 222, 140, 255 !important;
  --bs-border-color: #de8cff !important;
}

.text-purple-100 {
  --bs-text-opacity: 1;
  color: rgba(248, 232, 255, var(--bs-text-opacity)) !important;
}

.bg-purple-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(248, 232, 255, var(--bs-bg-opacity)) !important;
}

.text-purple-600 {
  --bs-text-opacity: 1;
  color: rgba(178, 112, 204, var(--bs-text-opacity)) !important;
}

.bg-purple-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(178, 112, 204, var(--bs-bg-opacity)) !important;
}

.text-purple-200 {
  --bs-text-opacity: 1;
  color: rgba(242, 209, 255, var(--bs-text-opacity)) !important;
}

.bg-purple-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(242, 209, 255, var(--bs-bg-opacity)) !important;
}

.text-purple-700 {
  --bs-text-opacity: 1;
  color: rgba(133, 84, 153, var(--bs-text-opacity)) !important;
}

.bg-purple-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(133, 84, 153, var(--bs-bg-opacity)) !important;
}

.text-purple-300 {
  --bs-text-opacity: 1;
  color: rgba(235, 186, 255, var(--bs-text-opacity)) !important;
}

.bg-purple-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(235, 186, 255, var(--bs-bg-opacity)) !important;
}

.text-purple-800 {
  --bs-text-opacity: 1;
  color: rgba(89, 56, 102, var(--bs-text-opacity)) !important;
}

.bg-purple-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(89, 56, 102, var(--bs-bg-opacity)) !important;
}

.text-purple-400 {
  --bs-text-opacity: 1;
  color: rgba(229, 163, 255, var(--bs-text-opacity)) !important;
}

.bg-purple-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(229, 163, 255, var(--bs-bg-opacity)) !important;
}

.text-purple-900 {
  --bs-text-opacity: 1;
  color: rgba(44, 28, 51, var(--bs-text-opacity)) !important;
}

.bg-purple-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(44, 28, 51, var(--bs-bg-opacity)) !important;
}

.bg-gradient-indigo {
  background-color: #bba4ff !important;
  background-image: linear-gradient(to bottom, #e1d7ff, #a88bff) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-indigo {
  --bs-theme: #bba4ff !important;
  --bs-theme-rgb: 187, 164, 255 !important;
  --bs-border-color: #bba4ff !important;
}

.text-indigo-100 {
  --bs-text-opacity: 1;
  color: rgba(241, 237, 255, var(--bs-text-opacity)) !important;
}

.bg-indigo-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(241, 237, 255, var(--bs-bg-opacity)) !important;
}

.text-indigo-600 {
  --bs-text-opacity: 1;
  color: rgba(150, 131, 204, var(--bs-text-opacity)) !important;
}

.bg-indigo-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(150, 131, 204, var(--bs-bg-opacity)) !important;
}

.text-indigo-200 {
  --bs-text-opacity: 1;
  color: rgba(228, 219, 255, var(--bs-text-opacity)) !important;
}

.bg-indigo-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(228, 219, 255, var(--bs-bg-opacity)) !important;
}

.text-indigo-700 {
  --bs-text-opacity: 1;
  color: rgba(112, 98, 153, var(--bs-text-opacity)) !important;
}

.bg-indigo-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(112, 98, 153, var(--bs-bg-opacity)) !important;
}

.text-indigo-300 {
  --bs-text-opacity: 1;
  color: rgba(214, 200, 255, var(--bs-text-opacity)) !important;
}

.bg-indigo-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(214, 200, 255, var(--bs-bg-opacity)) !important;
}

.text-indigo-800 {
  --bs-text-opacity: 1;
  color: rgba(75, 66, 102, var(--bs-text-opacity)) !important;
}

.bg-indigo-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(75, 66, 102, var(--bs-bg-opacity)) !important;
}

.text-indigo-400 {
  --bs-text-opacity: 1;
  color: rgba(201, 182, 255, var(--bs-text-opacity)) !important;
}

.bg-indigo-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(201, 182, 255, var(--bs-bg-opacity)) !important;
}

.text-indigo-900 {
  --bs-text-opacity: 1;
  color: rgba(37, 33, 51, var(--bs-text-opacity)) !important;
}

.bg-indigo-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(37, 33, 51, var(--bs-bg-opacity)) !important;
}

.bg-gradient-red {
  background-color: #2596be !important;
  background-image: linear-gradient(to bottom, #ff9393, #ff4747) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-red {
  --bs-theme: #2596be !important;
  --bs-theme-rgb: 255, 96, 96 !important;
  --bs-border-color: #2596be !important;
}

.text-red-100 {
  --bs-text-opacity: 1;
  color: rgba(255, 223, 223, var(--bs-text-opacity)) !important;
}

.bg-red-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 223, 223, var(--bs-bg-opacity)) !important;
}

.text-red-600 {
  --bs-text-opacity: 1;
  color: rgba(204, 77, 77, var(--bs-text-opacity)) !important;
}

.bg-red-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(204, 77, 77, var(--bs-bg-opacity)) !important;
}

.text-red-200 {
  --bs-text-opacity: 1;
  color: rgba(255, 191, 191, var(--bs-text-opacity)) !important;
}

.bg-red-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 191, 191, var(--bs-bg-opacity)) !important;
}

.text-red-700 {
  --bs-text-opacity: 1;
  color: rgba(153, 58, 58, var(--bs-text-opacity)) !important;
}

.bg-red-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(153, 58, 58, var(--bs-bg-opacity)) !important;
}

.text-red-300 {
  --bs-text-opacity: 1;
  color: rgba(255, 160, 160, var(--bs-text-opacity)) !important;
}

.bg-red-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 160, 160, var(--bs-bg-opacity)) !important;
}

.text-red-800 {
  --bs-text-opacity: 1;
  color: rgba(102, 38, 38, var(--bs-text-opacity)) !important;
}

.bg-red-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(102, 38, 38, var(--bs-bg-opacity)) !important;
}

.text-red-400 {
  --bs-text-opacity: 1;
  color: rgba(255, 128, 128, var(--bs-text-opacity)) !important;
}

.bg-red-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 128, 128, var(--bs-bg-opacity)) !important;
}

.text-red-900 {
  --bs-text-opacity: 1;
  color: rgba(51, 19, 19, var(--bs-text-opacity)) !important;
}

.bg-red-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(51, 19, 19, var(--bs-bg-opacity)) !important;
}

.bg-gradient-pink {
  background-color: #f34fa0 !important;
  background-image: linear-gradient(to bottom, #f67fba, #f13793) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-pink {
  --bs-theme: #f34fa0 !important;
  --bs-theme-rgb: 243, 79, 160 !important;
  --bs-border-color: #f34fa0 !important;
}

.text-pink-100 {
  --bs-text-opacity: 1;
  color: rgba(253, 220, 236, var(--bs-text-opacity)) !important;
}

.bg-pink-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(253, 220, 236, var(--bs-bg-opacity)) !important;
}

.text-pink-600 {
  --bs-text-opacity: 1;
  color: rgba(194, 63, 128, var(--bs-text-opacity)) !important;
}

.bg-pink-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(194, 63, 128, var(--bs-bg-opacity)) !important;
}

.text-pink-200 {
  --bs-text-opacity: 1;
  color: rgba(250, 185, 217, var(--bs-text-opacity)) !important;
}

.bg-pink-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(250, 185, 217, var(--bs-bg-opacity)) !important;
}

.text-pink-700 {
  --bs-text-opacity: 1;
  color: rgba(146, 47, 96, var(--bs-text-opacity)) !important;
}

.bg-pink-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(146, 47, 96, var(--bs-bg-opacity)) !important;
}

.text-pink-300 {
  --bs-text-opacity: 1;
  color: rgba(248, 149, 198, var(--bs-text-opacity)) !important;
}

.bg-pink-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(248, 149, 198, var(--bs-bg-opacity)) !important;
}

.text-pink-800 {
  --bs-text-opacity: 1;
  color: rgba(97, 32, 64, var(--bs-text-opacity)) !important;
}

.bg-pink-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(97, 32, 64, var(--bs-bg-opacity)) !important;
}

.text-pink-400 {
  --bs-text-opacity: 1;
  color: rgba(245, 114, 179, var(--bs-text-opacity)) !important;
}

.bg-pink-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(245, 114, 179, var(--bs-bg-opacity)) !important;
}

.text-pink-900 {
  --bs-text-opacity: 1;
  color: rgba(49, 16, 32, var(--bs-text-opacity)) !important;
}

.bg-pink-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(49, 16, 32, var(--bs-bg-opacity)) !important;
}

.bg-gradient-green {
  background-color: #1ecc33 !important;
  background-image: linear-gradient(to bottom, #3be24f, #1bb62d) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-green {
  --bs-theme: #1ecc33 !important;
  --bs-theme-rgb: 30, 204, 51 !important;
  --bs-border-color: #1ecc33 !important;
}

.text-green-100 {
  --bs-text-opacity: 1;
  color: rgba(210, 245, 214, var(--bs-text-opacity)) !important;
}

.bg-green-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(210, 245, 214, var(--bs-bg-opacity)) !important;
}

.text-green-600 {
  --bs-text-opacity: 1;
  color: rgba(24, 163, 41, var(--bs-text-opacity)) !important;
}

.bg-green-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(24, 163, 41, var(--bs-bg-opacity)) !important;
}

.text-green-200 {
  --bs-text-opacity: 1;
  color: rgba(165, 235, 173, var(--bs-text-opacity)) !important;
}

.bg-green-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(165, 235, 173, var(--bs-bg-opacity)) !important;
}

.text-green-700 {
  --bs-text-opacity: 1;
  color: rgba(18, 122, 31, var(--bs-text-opacity)) !important;
}

.bg-green-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(18, 122, 31, var(--bs-bg-opacity)) !important;
}

.text-green-300 {
  --bs-text-opacity: 1;
  color: rgba(120, 224, 133, var(--bs-text-opacity)) !important;
}

.bg-green-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(120, 224, 133, var(--bs-bg-opacity)) !important;
}

.text-green-800 {
  --bs-text-opacity: 1;
  color: rgba(12, 82, 20, var(--bs-text-opacity)) !important;
}

.bg-green-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(12, 82, 20, var(--bs-bg-opacity)) !important;
}

.text-green-400 {
  --bs-text-opacity: 1;
  color: rgba(75, 214, 92, var(--bs-text-opacity)) !important;
}

.bg-green-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(75, 214, 92, var(--bs-bg-opacity)) !important;
}

.text-green-900 {
  --bs-text-opacity: 1;
  color: rgba(6, 41, 10, var(--bs-text-opacity)) !important;
}

.bg-green-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(6, 41, 10, var(--bs-bg-opacity)) !important;
}

.bg-gradient-yellow {
  background-color: #f9e80d !important;
  background-image: linear-gradient(to bottom, #faed3f, #e7d706) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-yellow {
  --bs-theme: #f9e80d !important;
  --bs-theme-rgb: 249, 232, 13 !important;
  --bs-border-color: #f9e80d !important;
}

.text-yellow-100 {
  --bs-text-opacity: 1;
  color: rgba(254, 250, 207, var(--bs-text-opacity)) !important;
}

.bg-yellow-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(254, 250, 207, var(--bs-bg-opacity)) !important;
}

.text-yellow-600 {
  --bs-text-opacity: 1;
  color: rgba(199, 186, 10, var(--bs-text-opacity)) !important;
}

.bg-yellow-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(199, 186, 10, var(--bs-bg-opacity)) !important;
}

.text-yellow-200 {
  --bs-text-opacity: 1;
  color: rgba(253, 246, 158, var(--bs-text-opacity)) !important;
}

.bg-yellow-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(253, 246, 158, var(--bs-bg-opacity)) !important;
}

.text-yellow-700 {
  --bs-text-opacity: 1;
  color: rgba(149, 139, 8, var(--bs-text-opacity)) !important;
}

.bg-yellow-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(149, 139, 8, var(--bs-bg-opacity)) !important;
}

.text-yellow-300 {
  --bs-text-opacity: 1;
  color: rgba(251, 241, 110, var(--bs-text-opacity)) !important;
}

.bg-yellow-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(251, 241, 110, var(--bs-bg-opacity)) !important;
}

.text-yellow-800 {
  --bs-text-opacity: 1;
  color: rgba(100, 93, 5, var(--bs-text-opacity)) !important;
}

.bg-yellow-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(100, 93, 5, var(--bs-bg-opacity)) !important;
}

.text-yellow-400 {
  --bs-text-opacity: 1;
  color: rgba(250, 237, 61, var(--bs-text-opacity)) !important;
}

.bg-yellow-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(250, 237, 61, var(--bs-bg-opacity)) !important;
}

.text-yellow-900 {
  --bs-text-opacity: 1;
  color: rgba(50, 46, 3, var(--bs-text-opacity)) !important;
}

.bg-yellow-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(50, 46, 3, var(--bs-bg-opacity)) !important;
}

.bg-gradient-teal {
  background-color: #3cd2a5 !important;
  background-image: linear-gradient(to bottom, #65dcb8, #2ec799) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-teal {
  --bs-theme: #3cd2a5 !important;
  --bs-theme-rgb: 60, 210, 165 !important;
  --bs-border-color: #3cd2a5 !important;
}

.text-teal-100 {
  --bs-text-opacity: 1;
  color: rgba(216, 246, 237, var(--bs-text-opacity)) !important;
}

.bg-teal-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(216, 246, 237, var(--bs-bg-opacity)) !important;
}

.text-teal-600 {
  --bs-text-opacity: 1;
  color: rgba(48, 168, 132, var(--bs-text-opacity)) !important;
}

.bg-teal-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(48, 168, 132, var(--bs-bg-opacity)) !important;
}

.text-teal-200 {
  --bs-text-opacity: 1;
  color: rgba(177, 237, 219, var(--bs-text-opacity)) !important;
}

.bg-teal-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(177, 237, 219, var(--bs-bg-opacity)) !important;
}

.text-teal-700 {
  --bs-text-opacity: 1;
  color: rgba(36, 126, 99, var(--bs-text-opacity)) !important;
}

.bg-teal-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(36, 126, 99, var(--bs-bg-opacity)) !important;
}

.text-teal-300 {
  --bs-text-opacity: 1;
  color: rgba(138, 228, 201, var(--bs-text-opacity)) !important;
}

.bg-teal-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(138, 228, 201, var(--bs-bg-opacity)) !important;
}

.text-teal-800 {
  --bs-text-opacity: 1;
  color: rgba(24, 84, 66, var(--bs-text-opacity)) !important;
}

.bg-teal-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(24, 84, 66, var(--bs-bg-opacity)) !important;
}

.text-teal-400 {
  --bs-text-opacity: 1;
  color: rgba(99, 219, 183, var(--bs-text-opacity)) !important;
}

.bg-teal-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(99, 219, 183, var(--bs-bg-opacity)) !important;
}

.text-teal-900 {
  --bs-text-opacity: 1;
  color: rgba(12, 42, 33, var(--bs-text-opacity)) !important;
}

.bg-teal-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(12, 42, 33, var(--bs-bg-opacity)) !important;
}

.bg-gradient-muted {
  background-color: #617a86 !important;
  background-image: linear-gradient(to bottom, #7b939f, #566d77) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-muted {
  --bs-theme: #617a86 !important;
  --bs-theme-rgb: 97, 122, 134 !important;
  --bs-border-color: #617a86 !important;
}

.text-muted-100 {
  --bs-text-opacity: 1;
  color: rgba(223, 228, 231, var(--bs-text-opacity)) !important;
}

.bg-muted-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(223, 228, 231, var(--bs-bg-opacity)) !important;
}

.text-muted-600 {
  --bs-text-opacity: 1;
  color: rgba(78, 98, 107, var(--bs-text-opacity)) !important;
}

.bg-muted-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(78, 98, 107, var(--bs-bg-opacity)) !important;
}

.text-muted-200 {
  --bs-text-opacity: 1;
  color: rgba(192, 202, 207, var(--bs-text-opacity)) !important;
}

.bg-muted-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(192, 202, 207, var(--bs-bg-opacity)) !important;
}

.text-muted-700 {
  --bs-text-opacity: 1;
  color: rgba(58, 73, 80, var(--bs-text-opacity)) !important;
}

.bg-muted-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(58, 73, 80, var(--bs-bg-opacity)) !important;
}

.text-muted-300 {
  --bs-text-opacity: 1;
  color: rgba(160, 175, 182, var(--bs-text-opacity)) !important;
}

.bg-muted-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(160, 175, 182, var(--bs-bg-opacity)) !important;
}

.text-muted-800 {
  --bs-text-opacity: 1;
  color: rgba(39, 49, 54, var(--bs-text-opacity)) !important;
}

.bg-muted-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(39, 49, 54, var(--bs-bg-opacity)) !important;
}

.text-muted-400 {
  --bs-text-opacity: 1;
  color: rgba(129, 149, 158, var(--bs-text-opacity)) !important;
}

.bg-muted-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(129, 149, 158, var(--bs-bg-opacity)) !important;
}

.text-muted-900 {
  --bs-text-opacity: 1;
  color: rgba(19, 24, 27, var(--bs-text-opacity)) !important;
}

.bg-muted-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(19, 24, 27, var(--bs-bg-opacity)) !important;
}

.bg-gradient-light {
  background-color: #c0cacf !important;
  background-image: linear-gradient(to bottom, #dde2e5, #b2bec4) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-light {
  --bs-theme: #c0cacf !important;
  --bs-theme-rgb: 192, 202, 207 !important;
  --bs-border-color: #c0cacf !important;
}

.text-light-100 {
  --bs-text-opacity: 1;
  color: rgba(242, 244, 245, var(--bs-text-opacity)) !important;
}

.bg-light-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(242, 244, 245, var(--bs-bg-opacity)) !important;
}

.text-light-600 {
  --bs-text-opacity: 1;
  color: rgba(154, 162, 166, var(--bs-text-opacity)) !important;
}

.bg-light-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(154, 162, 166, var(--bs-bg-opacity)) !important;
}

.text-light-200 {
  --bs-text-opacity: 1;
  color: rgba(230, 234, 236, var(--bs-text-opacity)) !important;
}

.bg-light-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(230, 234, 236, var(--bs-bg-opacity)) !important;
}

.text-light-700 {
  --bs-text-opacity: 1;
  color: rgba(115, 121, 124, var(--bs-text-opacity)) !important;
}

.bg-light-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(115, 121, 124, var(--bs-bg-opacity)) !important;
}

.text-light-300 {
  --bs-text-opacity: 1;
  color: rgba(217, 223, 226, var(--bs-text-opacity)) !important;
}

.bg-light-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(217, 223, 226, var(--bs-bg-opacity)) !important;
}

.text-light-800 {
  --bs-text-opacity: 1;
  color: rgba(77, 81, 83, var(--bs-text-opacity)) !important;
}

.bg-light-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(77, 81, 83, var(--bs-bg-opacity)) !important;
}

.text-light-400 {
  --bs-text-opacity: 1;
  color: rgba(205, 213, 217, var(--bs-text-opacity)) !important;
}

.bg-light-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(205, 213, 217, var(--bs-bg-opacity)) !important;
}

.text-light-900 {
  --bs-text-opacity: 1;
  color: rgba(38, 40, 41, var(--bs-text-opacity)) !important;
}

.bg-light-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(38, 40, 41, var(--bs-bg-opacity)) !important;
}

.bg-gradient-lime {
  background-color: #81f32d !important;
  background-image: linear-gradient(to bottom, #9ef65d, #73f215) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-lime {
  --bs-theme: #81f32d !important;
  --bs-theme-rgb: 129, 243, 45 !important;
  --bs-border-color: #81f32d !important;
}

.text-lime-100 {
  --bs-text-opacity: 1;
  color: rgba(230, 253, 213, var(--bs-text-opacity)) !important;
}

.bg-lime-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(230, 253, 213, var(--bs-bg-opacity)) !important;
}

.text-lime-600 {
  --bs-text-opacity: 1;
  color: rgba(103, 194, 36, var(--bs-text-opacity)) !important;
}

.bg-lime-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(103, 194, 36, var(--bs-bg-opacity)) !important;
}

.text-lime-200 {
  --bs-text-opacity: 1;
  color: rgba(205, 250, 171, var(--bs-text-opacity)) !important;
}

.bg-lime-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(205, 250, 171, var(--bs-bg-opacity)) !important;
}

.text-lime-700 {
  --bs-text-opacity: 1;
  color: rgba(77, 146, 27, var(--bs-text-opacity)) !important;
}

.bg-lime-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(77, 146, 27, var(--bs-bg-opacity)) !important;
}

.text-lime-300 {
  --bs-text-opacity: 1;
  color: rgba(179, 248, 129, var(--bs-text-opacity)) !important;
}

.bg-lime-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(179, 248, 129, var(--bs-bg-opacity)) !important;
}

.text-lime-800 {
  --bs-text-opacity: 1;
  color: rgba(52, 97, 18, var(--bs-text-opacity)) !important;
}

.bg-lime-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(52, 97, 18, var(--bs-bg-opacity)) !important;
}

.text-lime-400 {
  --bs-text-opacity: 1;
  color: rgba(154, 245, 87, var(--bs-text-opacity)) !important;
}

.bg-lime-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(154, 245, 87, var(--bs-bg-opacity)) !important;
}

.text-lime-900 {
  --bs-text-opacity: 1;
  color: rgba(26, 49, 9, var(--bs-text-opacity)) !important;
}

.bg-lime-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(26, 49, 9, var(--bs-bg-opacity)) !important;
}

.bg-gradient-gray-100 {
  background-color: #c0cacf !important;
  background-image: linear-gradient(to bottom, #dde2e5, #b2bec4) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-gray-100 {
  --bs-theme: #c0cacf !important;
  --bs-theme-rgb: 192, 202, 207 !important;
  --bs-border-color: #c0cacf !important;
}

.text-gray-100-100 {
  --bs-text-opacity: 1;
  color: rgba(242, 244, 245, var(--bs-text-opacity)) !important;
}

.bg-gray-100-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(242, 244, 245, var(--bs-bg-opacity)) !important;
}

.text-gray-100-600 {
  --bs-text-opacity: 1;
  color: rgba(154, 162, 166, var(--bs-text-opacity)) !important;
}

.bg-gray-100-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(154, 162, 166, var(--bs-bg-opacity)) !important;
}

.text-gray-100-200 {
  --bs-text-opacity: 1;
  color: rgba(230, 234, 236, var(--bs-text-opacity)) !important;
}

.bg-gray-100-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(230, 234, 236, var(--bs-bg-opacity)) !important;
}

.text-gray-100-700 {
  --bs-text-opacity: 1;
  color: rgba(115, 121, 124, var(--bs-text-opacity)) !important;
}

.bg-gray-100-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(115, 121, 124, var(--bs-bg-opacity)) !important;
}

.text-gray-100-300 {
  --bs-text-opacity: 1;
  color: rgba(217, 223, 226, var(--bs-text-opacity)) !important;
}

.bg-gray-100-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(217, 223, 226, var(--bs-bg-opacity)) !important;
}

.text-gray-100-800 {
  --bs-text-opacity: 1;
  color: rgba(77, 81, 83, var(--bs-text-opacity)) !important;
}

.bg-gray-100-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(77, 81, 83, var(--bs-bg-opacity)) !important;
}

.text-gray-100-400 {
  --bs-text-opacity: 1;
  color: rgba(205, 213, 217, var(--bs-text-opacity)) !important;
}

.bg-gray-100-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(205, 213, 217, var(--bs-bg-opacity)) !important;
}

.text-gray-100-900 {
  --bs-text-opacity: 1;
  color: rgba(38, 40, 41, var(--bs-text-opacity)) !important;
}

.bg-gray-100-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(38, 40, 41, var(--bs-bg-opacity)) !important;
}

.bg-gradient-gray-200 {
  background-color: rgb(217 119 87) !important;
  background-image: linear-gradient(to bottom, #c5ced2, #9aaab1) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-gray-200 {
  --bs-theme: rgb(217 119 87) !important;
  --bs-theme-rgb: 168, 182, 188 !important;
  --bs-border-color: rgb(217 119 87) !important;
}

.text-gray-200-100 {
  --bs-text-opacity: 1;
  color: rgba(238, 240, 242, var(--bs-text-opacity)) !important;
}

.bg-gray-200-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(238, 240, 242, var(--bs-bg-opacity)) !important;
}

.text-gray-200-600 {
  --bs-text-opacity: 1;
  color: rgba(134, 146, 150, var(--bs-text-opacity)) !important;
}

.bg-gray-200-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(134, 146, 150, var(--bs-bg-opacity)) !important;
}

.text-gray-200-200 {
  --bs-text-opacity: 1;
  color: rgba(220, 226, 228, var(--bs-text-opacity)) !important;
}

.bg-gray-200-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(220, 226, 228, var(--bs-bg-opacity)) !important;
}

.text-gray-200-700 {
  --bs-text-opacity: 1;
  color: rgba(101, 109, 113, var(--bs-text-opacity)) !important;
}

.bg-gray-200-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(101, 109, 113, var(--bs-bg-opacity)) !important;
}

.text-gray-200-300 {
  --bs-text-opacity: 1;
  color: rgba(203, 211, 215, var(--bs-text-opacity)) !important;
}

.bg-gray-200-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(203, 211, 215, var(--bs-bg-opacity)) !important;
}

.text-gray-200-800 {
  --bs-text-opacity: 1;
  color: rgba(67, 73, 75, var(--bs-text-opacity)) !important;
}

.bg-gray-200-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(67, 73, 75, var(--bs-bg-opacity)) !important;
}

.text-gray-200-400 {
  --bs-text-opacity: 1;
  color: rgba(185, 197, 201, var(--bs-text-opacity)) !important;
}

.bg-gray-200-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(185, 197, 201, var(--bs-bg-opacity)) !important;
}

.text-gray-200-900 {
  --bs-text-opacity: 1;
  color: rgba(34, 36, 38, var(--bs-text-opacity)) !important;
}

.bg-gray-200-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(34, 36, 38, var(--bs-bg-opacity)) !important;
}

.bg-gradient-gray-300 {
  background-color: #90a2aa !important;
  background-image: linear-gradient(to bottom, #adbac0, #82969f) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-gray-300 {
  --bs-theme: #90a2aa !important;
  --bs-theme-rgb: 144, 162, 170 !important;
  --bs-border-color: #90a2aa !important;
}

.text-gray-300-100 {
  --bs-text-opacity: 1;
  color: rgba(233, 236, 238, var(--bs-text-opacity)) !important;
}

.bg-gray-300-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(233, 236, 238, var(--bs-bg-opacity)) !important;
}

.text-gray-300-600 {
  --bs-text-opacity: 1;
  color: rgba(115, 130, 136, var(--bs-text-opacity)) !important;
}

.bg-gray-300-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(115, 130, 136, var(--bs-bg-opacity)) !important;
}

.text-gray-300-200 {
  --bs-text-opacity: 1;
  color: rgba(211, 218, 221, var(--bs-text-opacity)) !important;
}

.bg-gray-300-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(211, 218, 221, var(--bs-bg-opacity)) !important;
}

.text-gray-300-700 {
  --bs-text-opacity: 1;
  color: rgba(86, 97, 102, var(--bs-text-opacity)) !important;
}

.bg-gray-300-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(86, 97, 102, var(--bs-bg-opacity)) !important;
}

.text-gray-300-300 {
  --bs-text-opacity: 1;
  color: rgba(188, 199, 204, var(--bs-text-opacity)) !important;
}

.bg-gray-300-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(188, 199, 204, var(--bs-bg-opacity)) !important;
}

.text-gray-300-800 {
  --bs-text-opacity: 1;
  color: rgba(58, 65, 68, var(--bs-text-opacity)) !important;
}

.bg-gray-300-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(58, 65, 68, var(--bs-bg-opacity)) !important;
}

.text-gray-300-400 {
  --bs-text-opacity: 1;
  color: rgba(166, 181, 187, var(--bs-text-opacity)) !important;
}

.bg-gray-300-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(166, 181, 187, var(--bs-bg-opacity)) !important;
}

.text-gray-300-900 {
  --bs-text-opacity: 1;
  color: rgba(29, 32, 34, var(--bs-text-opacity)) !important;
}

.bg-gray-300-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(29, 32, 34, var(--bs-bg-opacity)) !important;
}

.bg-gradient-gray-400 {
  background-color: hsl(15.81deg 53.09% 47.65%) !important;
  background-image: linear-gradient(to bottom, #96a6ae, #6c818c) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-gray-400 {
  --bs-theme: hsl(15.81deg 53.09% 47.65%) !important;
  --bs-theme-rgb: 121, 142, 152 !important;
  --bs-border-color: hsl(15.81deg 53.09% 47.65%) !important;
}

.text-gray-400-100 {
  --bs-text-opacity: 1;
  color: rgba(228, 232, 234, var(--bs-text-opacity)) !important;
}

.bg-gray-400-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(228, 232, 234, var(--bs-bg-opacity)) !important;
}

.text-gray-400-600 {
  --bs-text-opacity: 1;
  color: rgba(97, 114, 122, var(--bs-text-opacity)) !important;
}

.bg-gray-400-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(97, 114, 122, var(--bs-bg-opacity)) !important;
}

.text-gray-400-200 {
  --bs-text-opacity: 1;
  color: rgba(201, 210, 214, var(--bs-text-opacity)) !important;
}

.bg-gray-400-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(201, 210, 214, var(--bs-bg-opacity)) !important;
}

.text-gray-400-700 {
  --bs-text-opacity: 1;
  color: rgba(73, 85, 91, var(--bs-text-opacity)) !important;
}

.bg-gray-400-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(73, 85, 91, var(--bs-bg-opacity)) !important;
}

.text-gray-400-300 {
  --bs-text-opacity: 1;
  color: rgba(175, 187, 193, var(--bs-text-opacity)) !important;
}

.bg-gray-400-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(175, 187, 193, var(--bs-bg-opacity)) !important;
}

.text-gray-400-800 {
  --bs-text-opacity: 1;
  color: rgba(48, 57, 61, var(--bs-text-opacity)) !important;
}

.bg-gray-400-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(48, 57, 61, var(--bs-bg-opacity)) !important;
}

.text-gray-400-400 {
  --bs-text-opacity: 1;
  color: rgba(148, 165, 173, var(--bs-text-opacity)) !important;
}

.bg-gray-400-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(148, 165, 173, var(--bs-bg-opacity)) !important;
}

.text-gray-400-900 {
  --bs-text-opacity: 1;
  color: rgba(24, 28, 30, var(--bs-text-opacity)) !important;
}

.bg-gray-400-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(24, 28, 30, var(--bs-bg-opacity)) !important;
}

.bg-gradient-gray-500 {
  background-color: #617a86 !important;
  background-image: linear-gradient(to bottom, #7b939f, #566d77) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-gray-500 {
  --bs-theme: #617a86 !important;
  --bs-theme-rgb: 97, 122, 134 !important;
  --bs-border-color: #617a86 !important;
}

.text-gray-500-100 {
  --bs-text-opacity: 1;
  color: rgba(223, 228, 231, var(--bs-text-opacity)) !important;
}

.bg-gray-500-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(223, 228, 231, var(--bs-bg-opacity)) !important;
}

.text-gray-500-600 {
  --bs-text-opacity: 1;
  color: rgba(78, 98, 107, var(--bs-text-opacity)) !important;
}

.bg-gray-500-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(78, 98, 107, var(--bs-bg-opacity)) !important;
}

.text-gray-500-200 {
  --bs-text-opacity: 1;
  color: rgba(192, 202, 207, var(--bs-text-opacity)) !important;
}

.bg-gray-500-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(192, 202, 207, var(--bs-bg-opacity)) !important;
}

.text-gray-500-700 {
  --bs-text-opacity: 1;
  color: rgba(58, 73, 80, var(--bs-text-opacity)) !important;
}

.bg-gray-500-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(58, 73, 80, var(--bs-bg-opacity)) !important;
}

.text-gray-500-300 {
  --bs-text-opacity: 1;
  color: rgba(160, 175, 182, var(--bs-text-opacity)) !important;
}

.bg-gray-500-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(160, 175, 182, var(--bs-bg-opacity)) !important;
}

.text-gray-500-800 {
  --bs-text-opacity: 1;
  color: rgba(39, 49, 54, var(--bs-text-opacity)) !important;
}

.bg-gray-500-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(39, 49, 54, var(--bs-bg-opacity)) !important;
}

.text-gray-500-400 {
  --bs-text-opacity: 1;
  color: rgba(129, 149, 158, var(--bs-text-opacity)) !important;
}

.bg-gray-500-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(129, 149, 158, var(--bs-bg-opacity)) !important;
}

.text-gray-500-900 {
  --bs-text-opacity: 1;
  color: rgba(19, 24, 27, var(--bs-text-opacity)) !important;
}

.bg-gray-500-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(19, 24, 27, var(--bs-bg-opacity)) !important;
}

.bg-gradient-gray-600 {
  background-color: #526872 !important;
  background-image: linear-gradient(to bottom, #678390, #475a63) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-gray-600 {
  --bs-theme: #526872 !important;
  --bs-theme-rgb: 82, 104, 114 !important;
  --bs-border-color: #526872 !important;
}

.text-gray-600-100 {
  --bs-text-opacity: 1;
  color: rgba(220, 225, 227, var(--bs-text-opacity)) !important;
}

.bg-gray-600-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(220, 225, 227, var(--bs-bg-opacity)) !important;
}

.text-gray-600-600 {
  --bs-text-opacity: 1;
  color: rgba(66, 83, 91, var(--bs-text-opacity)) !important;
}

.bg-gray-600-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(66, 83, 91, var(--bs-bg-opacity)) !important;
}

.text-gray-600-200 {
  --bs-text-opacity: 1;
  color: rgba(186, 195, 199, var(--bs-text-opacity)) !important;
}

.bg-gray-600-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(186, 195, 199, var(--bs-bg-opacity)) !important;
}

.text-gray-600-700 {
  --bs-text-opacity: 1;
  color: rgba(49, 62, 68, var(--bs-text-opacity)) !important;
}

.bg-gray-600-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(49, 62, 68, var(--bs-bg-opacity)) !important;
}

.text-gray-600-300 {
  --bs-text-opacity: 1;
  color: rgba(151, 164, 170, var(--bs-text-opacity)) !important;
}

.bg-gray-600-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(151, 164, 170, var(--bs-bg-opacity)) !important;
}

.text-gray-600-800 {
  --bs-text-opacity: 1;
  color: rgba(33, 42, 46, var(--bs-text-opacity)) !important;
}

.bg-gray-600-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(33, 42, 46, var(--bs-bg-opacity)) !important;
}

.text-gray-600-400 {
  --bs-text-opacity: 1;
  color: rgba(117, 134, 142, var(--bs-text-opacity)) !important;
}

.bg-gray-600-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(117, 134, 142, var(--bs-bg-opacity)) !important;
}

.text-gray-600-900 {
  --bs-text-opacity: 1;
  color: rgba(16, 21, 23, var(--bs-text-opacity)) !important;
}

.bg-gray-600-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(16, 21, 23, var(--bs-bg-opacity)) !important;
}

.bg-gradient-gray-700 {
  background-color: #44555e !important;
  background-image: linear-gradient(to bottom, #59707c, #39484f) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-gray-700 {
  --bs-theme: #44555e !important;
  --bs-theme-rgb: 68, 85, 94 !important;
  --bs-border-color: #44555e !important;
}

.text-gray-700-100 {
  --bs-text-opacity: 1;
  color: rgba(218, 221, 223, var(--bs-text-opacity)) !important;
}

.bg-gray-700-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(218, 221, 223, var(--bs-bg-opacity)) !important;
}

.text-gray-700-600 {
  --bs-text-opacity: 1;
  color: rgba(54, 68, 75, var(--bs-text-opacity)) !important;
}

.bg-gray-700-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(54, 68, 75, var(--bs-bg-opacity)) !important;
}

.text-gray-700-200 {
  --bs-text-opacity: 1;
  color: rgba(180, 187, 191, var(--bs-text-opacity)) !important;
}

.bg-gray-700-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(180, 187, 191, var(--bs-bg-opacity)) !important;
}

.text-gray-700-700 {
  --bs-text-opacity: 1;
  color: rgba(41, 51, 56, var(--bs-text-opacity)) !important;
}

.bg-gray-700-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(41, 51, 56, var(--bs-bg-opacity)) !important;
}

.text-gray-700-300 {
  --bs-text-opacity: 1;
  color: rgba(143, 153, 158, var(--bs-text-opacity)) !important;
}

.bg-gray-700-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(143, 153, 158, var(--bs-bg-opacity)) !important;
}

.text-gray-700-800 {
  --bs-text-opacity: 1;
  color: rgba(27, 34, 38, var(--bs-text-opacity)) !important;
}

.bg-gray-700-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(27, 34, 38, var(--bs-bg-opacity)) !important;
}

.text-gray-700-400 {
  --bs-text-opacity: 1;
  color: rgba(105, 119, 126, var(--bs-text-opacity)) !important;
}

.bg-gray-700-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(105, 119, 126, var(--bs-bg-opacity)) !important;
}

.text-gray-700-900 {
  --bs-text-opacity: 1;
  color: rgba(14, 17, 19, var(--bs-text-opacity)) !important;
}

.bg-gray-700-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(14, 17, 19, var(--bs-bg-opacity)) !important;
}

.bg-gradient-gray-800 {
  background-color: #f3f2eb !important;
  background-image: linear-gradient(to bottom, #4a5e68, #2a363b) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-gray-800 {
  --bs-theme: #f3f2eb !important;
  --bs-theme-rgb: 53, 67, 74 !important;
  --bs-border-color: #f3f2eb !important;
}

.text-gray-800-100 {
  --bs-text-opacity: 1;
  color: rgba(215, 217, 219, var(--bs-text-opacity)) !important;
}

.bg-gray-800-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(215, 217, 219, var(--bs-bg-opacity)) !important;
}

.text-gray-800-600 {
  --bs-text-opacity: 1;
  color: rgba(42, 54, 59, var(--bs-text-opacity)) !important;
}

.bg-gray-800-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(42, 54, 59, var(--bs-bg-opacity)) !important;
}

.text-gray-800-200 {
  --bs-text-opacity: 1;
  color: rgba(174, 180, 183, var(--bs-text-opacity)) !important;
}

.bg-gray-800-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(174, 180, 183, var(--bs-bg-opacity)) !important;
}

.text-gray-800-700 {
  --bs-text-opacity: 1;
  color: rgba(32, 40, 44, var(--bs-text-opacity)) !important;
}

.bg-gray-800-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(32, 40, 44, var(--bs-bg-opacity)) !important;
}

.text-gray-800-300 {
  --bs-text-opacity: 1;
  color: rgba(134, 142, 146, var(--bs-text-opacity)) !important;
}

.bg-gray-800-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(134, 142, 146, var(--bs-bg-opacity)) !important;
}

.text-gray-800-800 {
  --bs-text-opacity: 1;
  color: rgba(21, 27, 30, var(--bs-text-opacity)) !important;
}

.bg-gray-800-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(21, 27, 30, var(--bs-bg-opacity)) !important;
}

.text-gray-800-400 {
  --bs-text-opacity: 1;
  color: rgba(93, 105, 110, var(--bs-text-opacity)) !important;
}

.bg-gray-800-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(93, 105, 110, var(--bs-bg-opacity)) !important;
}

.text-gray-800-900 {
  --bs-text-opacity: 1;
  color: rgba(11, 13, 15, var(--bs-text-opacity)) !important;
}

.bg-gray-800-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(11, 13, 15, var(--bs-bg-opacity)) !important;
}

.bg-gradient-gray-900 {
  background-color: #1e2936 !important;
  background-image: linear-gradient(to bottom, #3c4c54, #1c2427) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-gray-900 {
  --bs-theme: #1e2936 !important;
  --bs-theme-rgb: 39, 49, 54 !important;
  --bs-border-color: #1e2936 !important;
}

.text-gray-900-100 {
  --bs-text-opacity: 1;
  color: rgba(212, 214, 215, var(--bs-text-opacity)) !important;
}

.bg-gray-900-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(212, 214, 215, var(--bs-bg-opacity)) !important;
}

.text-gray-900-600 {
  --bs-text-opacity: 1;
  color: rgba(31, 39, 43, var(--bs-text-opacity)) !important;
}

.bg-gray-900-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(31, 39, 43, var(--bs-bg-opacity)) !important;
}

.text-gray-900-200 {
  --bs-text-opacity: 1;
  color: rgba(169, 173, 175, var(--bs-text-opacity)) !important;
}

.bg-gray-900-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(169, 173, 175, var(--bs-bg-opacity)) !important;
}

.text-gray-900-700 {
  --bs-text-opacity: 1;
  color: rgba(23, 29, 32, var(--bs-text-opacity)) !important;
}

.bg-gray-900-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(23, 29, 32, var(--bs-bg-opacity)) !important;
}

.text-gray-900-300 {
  --bs-text-opacity: 1;
  color: rgba(125, 131, 134, var(--bs-text-opacity)) !important;
}

.bg-gray-900-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(125, 131, 134, var(--bs-bg-opacity)) !important;
}

.text-gray-900-800 {
  --bs-text-opacity: 1;
  color: rgba(16, 20, 22, var(--bs-text-opacity)) !important;
}

.bg-gray-900-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(16, 20, 22, var(--bs-bg-opacity)) !important;
}

.text-gray-900-400 {
  --bs-text-opacity: 1;
  color: rgba(82, 90, 94, var(--bs-text-opacity)) !important;
}

.bg-gray-900-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(82, 90, 94, var(--bs-bg-opacity)) !important;
}

.text-gray-900-900 {
  --bs-text-opacity: 1;
  color: rgba(8, 10, 11, var(--bs-text-opacity)) !important;
}

.bg-gray-900-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(8, 10, 11, var(--bs-bg-opacity)) !important;
}

.bg-gradient-blue {
  background-color: #4e9cff !important;
  background-image: linear-gradient(to bottom, #81b9ff, #358eff) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-blue {
  --bs-theme: #4e9cff !important;
  --bs-theme-rgb: 78, 156, 255 !important;
  --bs-border-color: #4e9cff !important;
}

.text-blue-100 {
  --bs-text-opacity: 1;
  color: rgba(220, 235, 255, var(--bs-text-opacity)) !important;
}

.bg-blue-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(220, 235, 255, var(--bs-bg-opacity)) !important;
}

.text-blue-600 {
  --bs-text-opacity: 1;
  color: rgba(62, 125, 204, var(--bs-text-opacity)) !important;
}

.bg-blue-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(62, 125, 204, var(--bs-bg-opacity)) !important;
}

.text-blue-200 {
  --bs-text-opacity: 1;
  color: rgba(184, 215, 255, var(--bs-text-opacity)) !important;
}

.bg-blue-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(184, 215, 255, var(--bs-bg-opacity)) !important;
}

.text-blue-700 {
  --bs-text-opacity: 1;
  color: rgba(47, 94, 153, var(--bs-text-opacity)) !important;
}

.bg-blue-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(47, 94, 153, var(--bs-bg-opacity)) !important;
}

.text-blue-300 {
  --bs-text-opacity: 1;
  color: rgba(149, 196, 255, var(--bs-text-opacity)) !important;
}

.bg-blue-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(149, 196, 255, var(--bs-bg-opacity)) !important;
}

.text-blue-800 {
  --bs-text-opacity: 1;
  color: rgba(31, 62, 102, var(--bs-text-opacity)) !important;
}

.bg-blue-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(31, 62, 102, var(--bs-bg-opacity)) !important;
}

.text-blue-400 {
  --bs-text-opacity: 1;
  color: rgba(113, 176, 255, var(--bs-text-opacity)) !important;
}

.bg-blue-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(113, 176, 255, var(--bs-bg-opacity)) !important;
}

.text-blue-900 {
  --bs-text-opacity: 1;
  color: rgba(16, 31, 51, var(--bs-text-opacity)) !important;
}

.bg-blue-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(16, 31, 51, var(--bs-bg-opacity)) !important;
}

.bg-gradient-indigo {
  background-color: #bba4ff !important;
  background-image: linear-gradient(to bottom, #e1d7ff, #a88bff) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-indigo {
  --bs-theme: #bba4ff !important;
  --bs-theme-rgb: 187, 164, 255 !important;
  --bs-border-color: #bba4ff !important;
}

.text-indigo-100 {
  --bs-text-opacity: 1;
  color: rgba(241, 237, 255, var(--bs-text-opacity)) !important;
}

.bg-indigo-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(241, 237, 255, var(--bs-bg-opacity)) !important;
}

.text-indigo-600 {
  --bs-text-opacity: 1;
  color: rgba(150, 131, 204, var(--bs-text-opacity)) !important;
}

.bg-indigo-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(150, 131, 204, var(--bs-bg-opacity)) !important;
}

.text-indigo-200 {
  --bs-text-opacity: 1;
  color: rgba(228, 219, 255, var(--bs-text-opacity)) !important;
}

.bg-indigo-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(228, 219, 255, var(--bs-bg-opacity)) !important;
}

.text-indigo-700 {
  --bs-text-opacity: 1;
  color: rgba(112, 98, 153, var(--bs-text-opacity)) !important;
}

.bg-indigo-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(112, 98, 153, var(--bs-bg-opacity)) !important;
}

.text-indigo-300 {
  --bs-text-opacity: 1;
  color: rgba(214, 200, 255, var(--bs-text-opacity)) !important;
}

.bg-indigo-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(214, 200, 255, var(--bs-bg-opacity)) !important;
}

.text-indigo-800 {
  --bs-text-opacity: 1;
  color: rgba(75, 66, 102, var(--bs-text-opacity)) !important;
}

.bg-indigo-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(75, 66, 102, var(--bs-bg-opacity)) !important;
}

.text-indigo-400 {
  --bs-text-opacity: 1;
  color: rgba(201, 182, 255, var(--bs-text-opacity)) !important;
}

.bg-indigo-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(201, 182, 255, var(--bs-bg-opacity)) !important;
}

.text-indigo-900 {
  --bs-text-opacity: 1;
  color: rgba(37, 33, 51, var(--bs-text-opacity)) !important;
}

.bg-indigo-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(37, 33, 51, var(--bs-bg-opacity)) !important;
}

.bg-gradient-purple {
  background-color: #de8cff !important;
  background-image: linear-gradient(to bottom, #edbfff, #d773ff) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-purple {
  --bs-theme: #de8cff !important;
  --bs-theme-rgb: 222, 140, 255 !important;
  --bs-border-color: #de8cff !important;
}

.text-purple-100 {
  --bs-text-opacity: 1;
  color: rgba(248, 232, 255, var(--bs-text-opacity)) !important;
}

.bg-purple-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(248, 232, 255, var(--bs-bg-opacity)) !important;
}

.text-purple-600 {
  --bs-text-opacity: 1;
  color: rgba(178, 112, 204, var(--bs-text-opacity)) !important;
}

.bg-purple-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(178, 112, 204, var(--bs-bg-opacity)) !important;
}

.text-purple-200 {
  --bs-text-opacity: 1;
  color: rgba(242, 209, 255, var(--bs-text-opacity)) !important;
}

.bg-purple-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(242, 209, 255, var(--bs-bg-opacity)) !important;
}

.text-purple-700 {
  --bs-text-opacity: 1;
  color: rgba(133, 84, 153, var(--bs-text-opacity)) !important;
}

.bg-purple-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(133, 84, 153, var(--bs-bg-opacity)) !important;
}

.text-purple-300 {
  --bs-text-opacity: 1;
  color: rgba(235, 186, 255, var(--bs-text-opacity)) !important;
}

.bg-purple-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(235, 186, 255, var(--bs-bg-opacity)) !important;
}

.text-purple-800 {
  --bs-text-opacity: 1;
  color: rgba(89, 56, 102, var(--bs-text-opacity)) !important;
}

.bg-purple-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(89, 56, 102, var(--bs-bg-opacity)) !important;
}

.text-purple-400 {
  --bs-text-opacity: 1;
  color: rgba(229, 163, 255, var(--bs-text-opacity)) !important;
}

.bg-purple-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(229, 163, 255, var(--bs-bg-opacity)) !important;
}

.text-purple-900 {
  --bs-text-opacity: 1;
  color: rgba(44, 28, 51, var(--bs-text-opacity)) !important;
}

.bg-purple-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(44, 28, 51, var(--bs-bg-opacity)) !important;
}

.bg-gradient-pink {
  background-color: #f34fa0 !important;
  background-image: linear-gradient(to bottom, #f67fba, #f13793) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-pink {
  --bs-theme: #f34fa0 !important;
  --bs-theme-rgb: 243, 79, 160 !important;
  --bs-border-color: #f34fa0 !important;
}

.text-pink-100 {
  --bs-text-opacity: 1;
  color: rgba(253, 220, 236, var(--bs-text-opacity)) !important;
}

.bg-pink-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(253, 220, 236, var(--bs-bg-opacity)) !important;
}

.text-pink-600 {
  --bs-text-opacity: 1;
  color: rgba(194, 63, 128, var(--bs-text-opacity)) !important;
}

.bg-pink-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(194, 63, 128, var(--bs-bg-opacity)) !important;
}

.text-pink-200 {
  --bs-text-opacity: 1;
  color: rgba(250, 185, 217, var(--bs-text-opacity)) !important;
}

.bg-pink-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(250, 185, 217, var(--bs-bg-opacity)) !important;
}

.text-pink-700 {
  --bs-text-opacity: 1;
  color: rgba(146, 47, 96, var(--bs-text-opacity)) !important;
}

.bg-pink-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(146, 47, 96, var(--bs-bg-opacity)) !important;
}

.text-pink-300 {
  --bs-text-opacity: 1;
  color: rgba(248, 149, 198, var(--bs-text-opacity)) !important;
}

.bg-pink-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(248, 149, 198, var(--bs-bg-opacity)) !important;
}

.text-pink-800 {
  --bs-text-opacity: 1;
  color: rgba(97, 32, 64, var(--bs-text-opacity)) !important;
}

.bg-pink-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(97, 32, 64, var(--bs-bg-opacity)) !important;
}

.text-pink-400 {
  --bs-text-opacity: 1;
  color: rgba(245, 114, 179, var(--bs-text-opacity)) !important;
}

.bg-pink-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(245, 114, 179, var(--bs-bg-opacity)) !important;
}

.text-pink-900 {
  --bs-text-opacity: 1;
  color: rgba(49, 16, 32, var(--bs-text-opacity)) !important;
}

.bg-pink-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(49, 16, 32, var(--bs-bg-opacity)) !important;
}

.bg-gradient-red {
  background-color: #2596be !important;
  background-image: linear-gradient(to bottom, #ff9393, #ff4747) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-red {
  --bs-theme: #2596be !important;
  --bs-theme-rgb: 255, 96, 96 !important;
  --bs-border-color: #2596be !important;
}

.text-red-100 {
  --bs-text-opacity: 1;
  color: rgba(255, 223, 223, var(--bs-text-opacity)) !important;
}

.bg-red-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 223, 223, var(--bs-bg-opacity)) !important;
}

.text-red-600 {
  --bs-text-opacity: 1;
  color: rgba(204, 77, 77, var(--bs-text-opacity)) !important;
}

.bg-red-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(204, 77, 77, var(--bs-bg-opacity)) !important;
}

.text-red-200 {
  --bs-text-opacity: 1;
  color: rgba(255, 191, 191, var(--bs-text-opacity)) !important;
}

.bg-red-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 191, 191, var(--bs-bg-opacity)) !important;
}

.text-red-700 {
  --bs-text-opacity: 1;
  color: rgba(153, 58, 58, var(--bs-text-opacity)) !important;
}

.bg-red-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(153, 58, 58, var(--bs-bg-opacity)) !important;
}

.text-red-300 {
  --bs-text-opacity: 1;
  color: rgba(255, 160, 160, var(--bs-text-opacity)) !important;
}

.bg-red-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 160, 160, var(--bs-bg-opacity)) !important;
}

.text-red-800 {
  --bs-text-opacity: 1;
  color: rgba(102, 38, 38, var(--bs-text-opacity)) !important;
}

.bg-red-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(102, 38, 38, var(--bs-bg-opacity)) !important;
}

.text-red-400 {
  --bs-text-opacity: 1;
  color: rgba(255, 128, 128, var(--bs-text-opacity)) !important;
}

.bg-red-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 128, 128, var(--bs-bg-opacity)) !important;
}

.text-red-900 {
  --bs-text-opacity: 1;
  color: rgba(51, 19, 19, var(--bs-text-opacity)) !important;
}

.bg-red-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(51, 19, 19, var(--bs-bg-opacity)) !important;
}

.bg-gradient-orange {
  background-color: #ff9f0c !important;
  background-image: linear-gradient(to bottom, #ffb33f, #f29200) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-orange {
  --bs-theme: #ff9f0c !important;
  --bs-theme-rgb: 255, 159, 12 !important;
  --bs-border-color: #ff9f0c !important;
}

.text-orange-100 {
  --bs-text-opacity: 1;
  color: rgba(255, 236, 206, var(--bs-text-opacity)) !important;
}

.bg-orange-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 236, 206, var(--bs-bg-opacity)) !important;
}

.text-orange-600 {
  --bs-text-opacity: 1;
  color: rgba(204, 127, 10, var(--bs-text-opacity)) !important;
}

.bg-orange-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(204, 127, 10, var(--bs-bg-opacity)) !important;
}

.text-orange-200 {
  --bs-text-opacity: 1;
  color: rgba(255, 217, 158, var(--bs-text-opacity)) !important;
}

.bg-orange-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 217, 158, var(--bs-bg-opacity)) !important;
}

.text-orange-700 {
  --bs-text-opacity: 1;
  color: rgba(153, 95, 7, var(--bs-text-opacity)) !important;
}

.bg-orange-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(153, 95, 7, var(--bs-bg-opacity)) !important;
}

.text-orange-300 {
  --bs-text-opacity: 1;
  color: rgba(255, 197, 109, var(--bs-text-opacity)) !important;
}

.bg-orange-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 197, 109, var(--bs-bg-opacity)) !important;
}

.text-orange-800 {
  --bs-text-opacity: 1;
  color: rgba(102, 64, 5, var(--bs-text-opacity)) !important;
}

.bg-orange-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(102, 64, 5, var(--bs-bg-opacity)) !important;
}

.text-orange-400 {
  --bs-text-opacity: 1;
  color: rgba(255, 178, 61, var(--bs-text-opacity)) !important;
}

.bg-orange-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 178, 61, var(--bs-bg-opacity)) !important;
}

.text-orange-900 {
  --bs-text-opacity: 1;
  color: rgba(51, 32, 2, var(--bs-text-opacity)) !important;
}

.bg-orange-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(51, 32, 2, var(--bs-bg-opacity)) !important;
}

.bg-gradient-yellow {
  background-color: #f9e80d !important;
  background-image: linear-gradient(to bottom, #faed3f, #e7d706) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-yellow {
  --bs-theme: #f9e80d !important;
  --bs-theme-rgb: 249, 232, 13 !important;
  --bs-border-color: #f9e80d !important;
}

.text-yellow-100 {
  --bs-text-opacity: 1;
  color: rgba(254, 250, 207, var(--bs-text-opacity)) !important;
}

.bg-yellow-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(254, 250, 207, var(--bs-bg-opacity)) !important;
}

.text-yellow-600 {
  --bs-text-opacity: 1;
  color: rgba(199, 186, 10, var(--bs-text-opacity)) !important;
}

.bg-yellow-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(199, 186, 10, var(--bs-bg-opacity)) !important;
}

.text-yellow-200 {
  --bs-text-opacity: 1;
  color: rgba(253, 246, 158, var(--bs-text-opacity)) !important;
}

.bg-yellow-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(253, 246, 158, var(--bs-bg-opacity)) !important;
}

.text-yellow-700 {
  --bs-text-opacity: 1;
  color: rgba(149, 139, 8, var(--bs-text-opacity)) !important;
}

.bg-yellow-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(149, 139, 8, var(--bs-bg-opacity)) !important;
}

.text-yellow-300 {
  --bs-text-opacity: 1;
  color: rgba(251, 241, 110, var(--bs-text-opacity)) !important;
}

.bg-yellow-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(251, 241, 110, var(--bs-bg-opacity)) !important;
}

.text-yellow-800 {
  --bs-text-opacity: 1;
  color: rgba(100, 93, 5, var(--bs-text-opacity)) !important;
}

.bg-yellow-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(100, 93, 5, var(--bs-bg-opacity)) !important;
}

.text-yellow-400 {
  --bs-text-opacity: 1;
  color: rgba(250, 237, 61, var(--bs-text-opacity)) !important;
}

.bg-yellow-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(250, 237, 61, var(--bs-bg-opacity)) !important;
}

.text-yellow-900 {
  --bs-text-opacity: 1;
  color: rgba(50, 46, 3, var(--bs-text-opacity)) !important;
}

.bg-yellow-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(50, 46, 3, var(--bs-bg-opacity)) !important;
}

.bg-gradient-green {
  background-color: #1ecc33 !important;
  background-image: linear-gradient(to bottom, #3be24f, #1bb62d) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-green {
  --bs-theme: #1ecc33 !important;
  --bs-theme-rgb: 30, 204, 51 !important;
  --bs-border-color: #1ecc33 !important;
}

.text-green-100 {
  --bs-text-opacity: 1;
  color: rgba(210, 245, 214, var(--bs-text-opacity)) !important;
}

.bg-green-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(210, 245, 214, var(--bs-bg-opacity)) !important;
}

.text-green-600 {
  --bs-text-opacity: 1;
  color: rgba(24, 163, 41, var(--bs-text-opacity)) !important;
}

.bg-green-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(24, 163, 41, var(--bs-bg-opacity)) !important;
}

.text-green-200 {
  --bs-text-opacity: 1;
  color: rgba(165, 235, 173, var(--bs-text-opacity)) !important;
}

.bg-green-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(165, 235, 173, var(--bs-bg-opacity)) !important;
}

.text-green-700 {
  --bs-text-opacity: 1;
  color: rgba(18, 122, 31, var(--bs-text-opacity)) !important;
}

.bg-green-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(18, 122, 31, var(--bs-bg-opacity)) !important;
}

.text-green-300 {
  --bs-text-opacity: 1;
  color: rgba(120, 224, 133, var(--bs-text-opacity)) !important;
}

.bg-green-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(120, 224, 133, var(--bs-bg-opacity)) !important;
}

.text-green-800 {
  --bs-text-opacity: 1;
  color: rgba(12, 82, 20, var(--bs-text-opacity)) !important;
}

.bg-green-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(12, 82, 20, var(--bs-bg-opacity)) !important;
}

.text-green-400 {
  --bs-text-opacity: 1;
  color: rgba(75, 214, 92, var(--bs-text-opacity)) !important;
}

.bg-green-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(75, 214, 92, var(--bs-bg-opacity)) !important;
}

.text-green-900 {
  --bs-text-opacity: 1;
  color: rgba(6, 41, 10, var(--bs-text-opacity)) !important;
}

.bg-green-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(6, 41, 10, var(--bs-bg-opacity)) !important;
}

.bg-gradient-teal {
  background-color: #3cd2a5 !important;
  background-image: linear-gradient(to bottom, #65dcb8, #2ec799) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-teal {
  --bs-theme: #3cd2a5 !important;
  --bs-theme-rgb: 60, 210, 165 !important;
  --bs-border-color: #3cd2a5 !important;
}

.text-teal-100 {
  --bs-text-opacity: 1;
  color: rgba(216, 246, 237, var(--bs-text-opacity)) !important;
}

.bg-teal-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(216, 246, 237, var(--bs-bg-opacity)) !important;
}

.text-teal-600 {
  --bs-text-opacity: 1;
  color: rgba(48, 168, 132, var(--bs-text-opacity)) !important;
}

.bg-teal-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(48, 168, 132, var(--bs-bg-opacity)) !important;
}

.text-teal-200 {
  --bs-text-opacity: 1;
  color: rgba(177, 237, 219, var(--bs-text-opacity)) !important;
}

.bg-teal-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(177, 237, 219, var(--bs-bg-opacity)) !important;
}

.text-teal-700 {
  --bs-text-opacity: 1;
  color: rgba(36, 126, 99, var(--bs-text-opacity)) !important;
}

.bg-teal-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(36, 126, 99, var(--bs-bg-opacity)) !important;
}

.text-teal-300 {
  --bs-text-opacity: 1;
  color: rgba(138, 228, 201, var(--bs-text-opacity)) !important;
}

.bg-teal-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(138, 228, 201, var(--bs-bg-opacity)) !important;
}

.text-teal-800 {
  --bs-text-opacity: 1;
  color: rgba(24, 84, 66, var(--bs-text-opacity)) !important;
}

.bg-teal-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(24, 84, 66, var(--bs-bg-opacity)) !important;
}

.text-teal-400 {
  --bs-text-opacity: 1;
  color: rgba(99, 219, 183, var(--bs-text-opacity)) !important;
}

.bg-teal-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(99, 219, 183, var(--bs-bg-opacity)) !important;
}

.text-teal-900 {
  --bs-text-opacity: 1;
  color: rgba(12, 42, 33, var(--bs-text-opacity)) !important;
}

.bg-teal-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(12, 42, 33, var(--bs-bg-opacity)) !important;
}

.bg-gradient-cyan {
  background-color: #30beff !important;
  background-image: linear-gradient(to bottom, #63ceff, #17b6ff) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-cyan {
  --bs-theme: #30beff !important;
  --bs-theme-rgb: 48, 190, 255 !important;
  --bs-border-color: #30beff !important;
}

.text-cyan-100 {
  --bs-text-opacity: 1;
  color: rgba(214, 242, 255, var(--bs-text-opacity)) !important;
}

.bg-cyan-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(214, 242, 255, var(--bs-bg-opacity)) !important;
}

.text-cyan-600 {
  --bs-text-opacity: 1;
  color: rgba(38, 152, 204, var(--bs-text-opacity)) !important;
}

.bg-cyan-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(38, 152, 204, var(--bs-bg-opacity)) !important;
}

.text-cyan-200 {
  --bs-text-opacity: 1;
  color: rgba(172, 229, 255, var(--bs-text-opacity)) !important;
}

.bg-cyan-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(172, 229, 255, var(--bs-bg-opacity)) !important;
}

.text-cyan-700 {
  --bs-text-opacity: 1;
  color: rgba(29, 114, 153, var(--bs-text-opacity)) !important;
}

.bg-cyan-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(29, 114, 153, var(--bs-bg-opacity)) !important;
}

.text-cyan-300 {
  --bs-text-opacity: 1;
  color: rgba(131, 216, 255, var(--bs-text-opacity)) !important;
}

.bg-cyan-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(131, 216, 255, var(--bs-bg-opacity)) !important;
}

.text-cyan-800 {
  --bs-text-opacity: 1;
  color: rgba(19, 76, 102, var(--bs-text-opacity)) !important;
}

.bg-cyan-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(19, 76, 102, var(--bs-bg-opacity)) !important;
}

.text-cyan-400 {
  --bs-text-opacity: 1;
  color: rgba(89, 203, 255, var(--bs-text-opacity)) !important;
}

.bg-cyan-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(89, 203, 255, var(--bs-bg-opacity)) !important;
}

.text-cyan-900 {
  --bs-text-opacity: 1;
  color: rgba(10, 38, 51, var(--bs-text-opacity)) !important;
}

.bg-cyan-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(10, 38, 51, var(--bs-bg-opacity)) !important;
}

.bg-gradient-white {
  background-color: #000000 !important;
  background-image: linear-gradient(to bottom, white, #f2f2f2) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-white {
  --bs-theme: #000000 !important;
  --bs-theme-rgb: 0, 0, 0 !important;
  --bs-border-color: #000000 !important;
}

.text-white-100 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity)) !important;
}

.bg-white-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity)) !important;
}

.text-white-600 {
  --bs-text-opacity: 1;
  color: rgba(204, 204, 204, var(--bs-text-opacity)) !important;
}

.bg-white-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(204, 204, 204, var(--bs-bg-opacity)) !important;
}

.text-white-200 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity)) !important;
}

.bg-white-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity)) !important;
}

.text-white-700 {
  --bs-text-opacity: 1;
  color: rgba(153, 153, 153, var(--bs-text-opacity)) !important;
}

.bg-white-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(153, 153, 153, var(--bs-bg-opacity)) !important;
}

.text-white-300 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity)) !important;
}

.bg-white-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity)) !important;
}

.text-white-800 {
  --bs-text-opacity: 1;
  color: rgba(102, 102, 102, var(--bs-text-opacity)) !important;
}

.bg-white-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--bs-bg-opacity)) !important;
}

.text-white-400 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity)) !important;
}

.bg-white-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity)) !important;
}

.text-white-900 {
  --bs-text-opacity: 1;
  color: rgba(51, 51, 51, var(--bs-text-opacity)) !important;
}

.bg-white-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--bs-bg-opacity)) !important;
}

.bg-gradient-gray {
  background-color: #526872 !important;
  background-image: linear-gradient(to bottom, #678390, #475a63) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-gray {
  --bs-theme: #526872 !important;
  --bs-theme-rgb: 82, 104, 114 !important;
  --bs-border-color: #526872 !important;
}

.text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(220, 225, 227, var(--bs-text-opacity)) !important;
}

.bg-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(220, 225, 227, var(--bs-bg-opacity)) !important;
}

.text-gray-600 {
  --bs-text-opacity: 1;
  color: rgba(66, 83, 91, var(--bs-text-opacity)) !important;
}

.bg-gray-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(66, 83, 91, var(--bs-bg-opacity)) !important;
}

.text-gray-200 {
  --bs-text-opacity: 1;
  color: rgba(186, 195, 199, var(--bs-text-opacity)) !important;
}

.bg-gray-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(186, 195, 199, var(--bs-bg-opacity)) !important;
}

.text-gray-700 {
  --bs-text-opacity: 1;
  color: rgba(49, 62, 68, var(--bs-text-opacity)) !important;
}

.bg-gray-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(49, 62, 68, var(--bs-bg-opacity)) !important;
}

.text-gray-300 {
  --bs-text-opacity: 1;
  color: rgba(151, 164, 170, var(--bs-text-opacity)) !important;
}

.bg-gray-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(151, 164, 170, var(--bs-bg-opacity)) !important;
}

.text-gray-800 {
  --bs-text-opacity: 1;
  color: rgba(33, 42, 46, var(--bs-text-opacity)) !important;
}

.bg-gray-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(33, 42, 46, var(--bs-bg-opacity)) !important;
}

.text-gray-400 {
  --bs-text-opacity: 1;
  color: rgba(117, 134, 142, var(--bs-text-opacity)) !important;
}

.bg-gray-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(117, 134, 142, var(--bs-bg-opacity)) !important;
}

.text-gray-900 {
  --bs-text-opacity: 1;
  color: rgba(16, 21, 23, var(--bs-text-opacity)) !important;
}

.bg-gray-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(16, 21, 23, var(--bs-bg-opacity)) !important;
}

.bg-gradient-gray-dark {
  background-color: #f3f2eb !important;
  background-image: linear-gradient(to bottom, #4a5e68, #2a363b) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="lighten($value, 10%)", endColorstr="darken($value, 5%)",GradientType=0 ) !important;
}

:root .theme-gray-dark {
  --bs-theme: #f3f2eb !important;
  --bs-theme-rgb: 53, 67, 74 !important;
  --bs-border-color: #f3f2eb !important;
}

.text-gray-dark-100 {
  --bs-text-opacity: 1;
  color: rgba(215, 217, 219, var(--bs-text-opacity)) !important;
}

.bg-gray-dark-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(215, 217, 219, var(--bs-bg-opacity)) !important;
}

.text-gray-dark-600 {
  --bs-text-opacity: 1;
  color: rgba(42, 54, 59, var(--bs-text-opacity)) !important;
}

.bg-gray-dark-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(42, 54, 59, var(--bs-bg-opacity)) !important;
}

.text-gray-dark-200 {
  --bs-text-opacity: 1;
  color: rgba(174, 180, 183, var(--bs-text-opacity)) !important;
}

.bg-gray-dark-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(174, 180, 183, var(--bs-bg-opacity)) !important;
}

.text-gray-dark-700 {
  --bs-text-opacity: 1;
  color: rgba(32, 40, 44, var(--bs-text-opacity)) !important;
}

.bg-gray-dark-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(32, 40, 44, var(--bs-bg-opacity)) !important;
}

.text-gray-dark-300 {
  --bs-text-opacity: 1;
  color: rgba(134, 142, 146, var(--bs-text-opacity)) !important;
}

.bg-gray-dark-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(134, 142, 146, var(--bs-bg-opacity)) !important;
}

.text-gray-dark-800 {
  --bs-text-opacity: 1;
  color: rgba(21, 27, 30, var(--bs-text-opacity)) !important;
}

.bg-gray-dark-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(21, 27, 30, var(--bs-bg-opacity)) !important;
}

.text-gray-dark-400 {
  --bs-text-opacity: 1;
  color: rgba(93, 105, 110, var(--bs-text-opacity)) !important;
}

.bg-gray-dark-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(93, 105, 110, var(--bs-bg-opacity)) !important;
}

.text-gray-dark-900 {
  --bs-text-opacity: 1;
  color: rgba(11, 13, 15, var(--bs-text-opacity)) !important;
}

.bg-gray-dark-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(11, 13, 15, var(--bs-bg-opacity)) !important;
}

.bg-none {
  background: none !important;
}

.bg-position-center {
  background-position: center !important;
}

.bg-size-cover {
  background-size: cover !important;
}

.bg-repeat-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-gradient-orange-red {
  background: #ffb33f;
}

.bg-gradient-orange-red {
  background: linear-gradient(to top, #ffb33f, #ff9393) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=0 ) !important;
}

.bg-gradient-red-pink {
  background: #ff9393;
}

.bg-gradient-red-pink {
  background: linear-gradient(to top, #ff9393, #f67fba) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=0 ) !important;
}

.bg-gradient-yellow-orange {
  background: #faed3f;
}

.bg-gradient-yellow-orange {
  background: linear-gradient(to top, #faed3f, #ffb33f) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=0 ) !important;
}

.bg-gradient-yellow-red {
  background: #faed3f;
}

.bg-gradient-yellow-red {
  background: linear-gradient(to top, #faed3f, #ff9393) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=0 ) !important;
}

.bg-gradient-yellow-green {
  background: #faed3f;
}

.bg-gradient-yellow-green {
  background: linear-gradient(to top, #faed3f, #3be24f) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=0 ) !important;
}

.bg-gradient-cyan-blue {
  background: #30beff;
}

.bg-gradient-cyan-blue {
  background: linear-gradient(to top, #30beff, #4e9cff) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=0 ) !important;
}

.bg-gradient-cyan-indigo {
  background: #30beff;
}

.bg-gradient-cyan-indigo {
  background: linear-gradient(to top, #30beff, #bba4ff) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=0 ) !important;
}

.bg-gradient-custom-orange {
  background: #fa8f74;
}

.bg-gradient-custom-orange {
  background: linear-gradient(to left, #fa8f74, #fbab96) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=0 ) !important;
}

.bg-gradient-custom-pink {
  background: #d375a4;
}

.bg-gradient-custom-pink {
  background: linear-gradient(to left, #d375a4, #dc90b6) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=0 ) !important;
}

.bg-gradient-custom-teal {
  background: #31ac87;
}

.bg-gradient-custom-teal {
  background: linear-gradient(to left, #31ac87, #3cd2a5) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=0 ) !important;
}

.bg-gradient-custom-indigo {
  background: #e3dbfa;
}

.bg-gradient-custom-indigo {
  background: linear-gradient(to left, #e3dbfa, white) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=0 ) !important;
}

.bg-gradient-custom-blue {
  background: #4e9cff;
}

.bg-gradient-custom-blue {
  background: linear-gradient(to left, #4e9cff, #81b9ff) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=0 ) !important;
}

.bg-gradient-indigo-teal {
  background-image: linear-gradient(to left, #bba4ff, #4e9cff, #3cd2a5) !important;
}

/* Helper Opacity */
.opacity-0 {
  opacity: 0 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

.bg-opacity-0 {
  --bs-bg-opacity: 0;
}

.bg-opacity-5 {
  --bs-bg-opacity: 0.05;
}

.opacity-1 {
  opacity: 0.1 !important;
}

.opacity-15 {
  opacity: 0.15 !important;
}

.text-opacity-10 {
  --bs-text-opacity: 0.1;
}

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-15 {
  --bs-bg-opacity: 0.15;
}

.opacity-2 {
  opacity: 0.2 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.bg-opacity-20 {
  --bs-bg-opacity: 0.2;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.opacity-3 {
  opacity: 0.3 !important;
}

.opacity-45 {
  opacity: 0.45 !important;
}

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.bg-opacity-30 {
  --bs-bg-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-bg-opacity: 0.35;
}

.opacity-4 {
  opacity: 0.4 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

.bg-opacity-40 {
  --bs-bg-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-bg-opacity: 0.45;
}

.opacity-5 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-55 {
  --bs-bg-opacity: 0.55;
}

.opacity-6 {
  opacity: 0.6 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.bg-opacity-60 {
  --bs-bg-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-bg-opacity: 0.65;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.opacity-105 {
  opacity: 1.05 !important;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.bg-opacity-70 {
  --bs-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.opacity-120 {
  opacity: 1.2 !important;
}

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.bg-opacity-80 {
  --bs-bg-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-bg-opacity: 0.85;
}

.opacity-9 {
  opacity: 0.9 !important;
}

.opacity-135 {
  opacity: 1.35 !important;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

.bg-opacity-90 {
  --bs-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-bg-opacity: 0.95;
}

.opacity-10 {
  opacity: 1 !important;
}

.opacity-150 {
  opacity: 1.5 !important;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-opacity-105 {
  --bs-text-opacity: 1.05;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-opacity-105 {
  --bs-bg-opacity: 1.05;
}

/* Helper Sticky Top */
@media (min-width: 1200px) {
  .desktop-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 4.5rem;
  }
}

/* Helper Outline */
.outline-none {
  outline: none !important;
}

.bg-cover-1:after {
  background-image: url("/assets/img/cover/1.webp");
}

.bg-cover-none:after {
  background-color: var(--bs-body-bg);
}

.bg-cover-2:after {
  background-image: url("/assets/img/cover/2.webp");
}

.bg-cover-none:after {
  background-color: var(--bs-body-bg);
}

.bg-cover-3:after {
  background-image: url("/assets/img/cover/3.webp");
}

.bg-cover-none:after {
  background-color: var(--bs-body-bg);
}

.bg-cover-4:after {
  background-image: url("/assets/img/cover/4.webp");
}

.bg-cover-none:after {
  background-color: var(--bs-body-bg);
}

.bg-cover-5:after {
  background-image: url("/assets/img/cover/5.webp");
}

.bg-cover-none:after {
  background-color: var(--bs-body-bg);
}

.bg-cover-6:after {
  background-image: url("/assets/img/cover/6.webp");
}

.bg-cover-none:after {
  background-color: var(--bs-body-bg);
}

.bg-cover-7:after {
  background-image: url("/assets/img/cover/7.webp");
}

.bg-cover-none:after {
  background-color: var(--bs-body-bg);
}

.bg-cover-8:after {
  background-image: url("/assets/img/cover/8.webp");
}

.bg-cover-none:after {
  background-color: var(--bs-body-bg);
}

.bg-cover-9:after {
  background-image: url("/assets/img/cover/9.webp");
}

.bg-cover-none:after {
  background-color: var(--bs-body-bg);
}

/* Helper Flex */
.flex-1 {
  flex: 1 !important;
}

/* Helper Theme */
.list-group-item.active,
.page-item.active .page-link,
.form-check-input:checked,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--bs-theme);
  border-color: var(--bs-theme);
}

.btn-theme {
  background-color: var(--bs-theme);
  border-color: var(--bs-theme);
  position: relative;
}
.btn-theme:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn-theme:before {
    transition: none;
  }
}
.btn-theme.disabled, .btn-theme:disabled {
  background-color: var(--bs-theme);
  border-color: var(--bs-theme);
}
.btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme.active {
  background-color: var(--bs-theme);
  border-color: var(--bs-theme);
}
.btn-theme:hover:before, .btn-theme:focus:before, .btn-theme:active:before, .btn-theme.active:before {
  background: rgba(0, 0, 0, 0.2);
}
.btn-outline-theme {
  color: var(--bs-theme);
  border-color: var(--bs-theme);
}
.btn-outline-theme:hover, .btn-outline-theme.active {
  background-color: var(--bs-theme);
  border-color: var(--bs-theme);
}
.btn-outline-theme.disabled, .btn-outline-theme:disabled {
  color: var(--bs-theme);
}
.nav-link {
  color: var(--bs-theme);
}
.nav-link:hover {
  color: rgba(var(--bs-theme-rgb), 0.7);
}

body {
  background: linear-gradient(180deg, rgba(255, 255, 255, var(--background-opacity)) 0.90%, rgb(243 242 235 / 98%) 100%);
  font-weight: 300;
  letter-spacing: 0.046875rem;
  position: relative;
  min-height: 100vh;
  z-index: 9999;
  background-color: #f3f3eb;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-attachment: initial;
  background-image: url("/assets/css/images/pattern.png");
  background-size: 4.6875rem;
  background-repeat: repeat;
  background-attachment: initial;
  z-index: -5;
}


.app-with-sidebar .app-sidebar {
  display: block;
}

.app-with-sidebar .app-top-nav {
  display: none;
}

@media (min-width: 768px) {
  .app-with-top-nav .app-sidebar {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 999.99px) {
  .app-with-top-nav .app-sidebar {
    display: none !important;
  }
}

/* Desktop için */
@media (min-width: 1000px) {
  .app-with-top-nav .app-sidebar {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .app-top-nav {
    display: none !important;
  }
}


.app-with-top-nav .app-top-nav {
  display: block;
}

.app-content {
  padding: 1rem 2rem;
  flex: 1;
  margin-left: 16.875rem;
}
@media (max-width: 999.99px) {
  .app-content {
    padding: 1rem 1rem;
    margin-left: 0;
  }
}
.app-content .app-content-inner-padding {
  padding: 2rem 2rem;
}
@media (max-width: 767.98px) {
  .app-content .app-content-inner-padding {
    padding: 1rem 1rem;
  }
}
.app-content .app-content-inner-padding-x {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767.98px) {
  .app-content .app-content-inner-padding-x {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.app-content .app-content-inner-padding-y {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .app-content .app-content-inner-padding-y {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.app-footer {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  margin-left: 18.875rem;
  margin-right: 2rem;
}
@media (max-width: 767.98px) {
  .app-footer {
    padding: 1rem 0;
    margin: 0 1rem;
  }
}

.app-header {
  height: 3.25rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
  background: rgb(243 241 234 / 95%);
  display: flex;
  transition: all 0.15s ease-in-out;
}
.app-header .menu-toggler {
  border: none;
  background: none;
  height: 100%;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.app-header .menu-toggler .bar {
  width: 1.625rem;
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s linear;
}
.app-header .menu-toggler .bar + .bar {
  margin-top: 0.25rem;
}
.app-header .menu-toggler:hover .bar {
  background: rgba(0, 0, 0, 0.75);
}
.app-header .mobile-toggler {
  height: 100%;
  display: none;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .app-header .mobile-toggler {
    display: flex;
    align-items: center;
  }
}
.app-header .desktop-toggler {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .app-header .desktop-toggler {
    display: none;
  }
}
.app-header .brand {
  height: 100%;
  width: 18.875rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .app-header .brand {
    display: none;
  }
}
.app-header .brand .brand-logo {
  text-decoration: none;
  color: #000000;
  font-weight: 300;
  font-size: 0.91875rem;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .app-header .brand .brand-logo {
    display: none;
  }
}
.app-header .brand .brand-logo img {
  max-width: 100%;
  max-height: 100%;
  margin-right: 1rem;
}
.app-header .brand .brand-logo .brand-img {
  width: 1.625rem;
  height: 1.625rem;
  background: url("/assets/css/images/logo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.app-header .brand .brand-logo .brand-img .brand-img-text {
  display: block;
  letter-spacing: initial;
  font-weight: 400;
  font-size: 1.05rem;
}
.app-header .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.app-header .menu .menu-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.app-header .menu .menu-item .menu-link {
  text-decoration: none;
  color: hsl(50.77deg 8.5% 30%);
  position: relative;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
}
.app-header .menu .menu-item .menu-link .menu-img {
  width: 2rem;
  height: 2rem;
  margin-right: 0.75rem;
}
.app-header .menu .menu-item .menu-link .menu-img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 30px;
}
.app-header .menu .menu-item .menu-link .menu-icon {
  font-size: 1.25rem;
}
.app-header .menu .menu-item .menu-link .menu-badge {
  position: absolute;
  background: transparent;
  width: 6px;
  height: 6px;
  top: 0.5rem;
  border-radius: 6px;
  right: 1rem;
}
.app-header .menu-search {
  position: absolute;
  top: -3.25rem;
  left: 0;
  right: 0;
  height: 3.25rem;
  background: rgb(243 241 234 / 95%);
  transition: all 0.2s ease-in-out;
}
.app-header .menu-search .menu-search-container {
  max-width: 60.4375rem;
  margin: 0 auto;
  height: 3.25rem;
  display: flex;
}
.app-header .menu-search .menu-search-container .menu-search-icon {
  padding: 0 1rem;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
}
.app-header .menu-search .menu-search-container .menu-search-icon .bi:before {
  display: block;
}
.app-header .menu-search .menu-search-container .menu-search-icon a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  display: block;
  transition: all 0.2s linear;
}
.app-header .menu-search .menu-search-container .menu-search-icon a:hover {
  color: #000000;
}
.app-header .menu-search .menu-search-container .menu-search-input {
  flex: 1;
}
.app-header .menu-search .menu-search-container .menu-search-input .form-control {
  border: none;
  padding-left: 0;
  height: 100%;
  box-shadow: none;
}
.app-header-menu-search-toggled .app-header .menu-search {
  top: 0;
}

.app-sidebar-mobile-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1020;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  outline: none;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}

@-webkit-keyframes appSidebarSubMenuSlideInRight {
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes appSidebarSubMenuSlideInRight {
  to {
    transform: translate3d(0, 0, 0);
  }
}
.app-sidebar {
  width: 16.875rem;
  bottom: 0;
  position: fixed;
  top: 3.25rem;
  z-index: 1010;
  left: 0;
}
@media (max-width: 999.99px) {
  .app-sidebar {
    top: 0;
    z-index: 1030;
    background: rgb(251 251 248);
    left: -16.875rem;
  }
}
.app-sidebar .slimScrollDiv {
  width: 100% !important;
}
.app-sidebar .slimScrollDiv .slimScrollBar, .app-sidebar .slimScrollDiv .slimScrollRail {
  display: none !important;
}
.app-sidebar .app-sidebar-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.app-sidebar .app-sidebar-content .menu {
  position: relative;
}
.app-sidebar .app-sidebar-content .menu .menu-header {
  padding: 1rem 1rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.app-sidebar .app-sidebar-content .menu .menu-item .menu-link {
  text-decoration: none;
  position: relative;
  padding: 0.3rem 1rem;
  color: rgba(var(--bs-inverse-rgb), 0.7);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.2s ease-in-out;
}
.app-sidebar .app-sidebar-content .menu .menu-item .menu-link .menu-icon {
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1.05rem;
  margin: -0.25rem 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
}
.app-sidebar .app-sidebar-content .menu .menu-item .menu-link .menu-caret {
  margin: -0.3125rem 0;
}
.app-sidebar .app-sidebar-content .menu .menu-item .menu-link .menu-text {
  flex: 1;
}
.app-sidebar .app-sidebar-content .menu .menu-item .menu-link:hover, .app-sidebar .app-sidebar-content .menu .menu-item .menu-link:focus {
  color: #000000;
}
.app-sidebar .app-sidebar-content .menu .menu-item .menu-submenu {
  background: none;
  display: none;
  padding: 0 0 1rem;
}

.app-sidebar .app-sidebar-content .menu .menu-item .menu-submenu a:hover {
  color: purple;
}

.app-sidebar .app-sidebar-content .menu .menu-item .menu-submenu .menu-item {
  position: relative;
  padding-left: 2.625rem;
}
.app-sidebar .app-sidebar-content .menu .menu-item.active:not(.has-sub) > .menu-link {
  color: var(--bs-theme);
}
.app-sidebar .app-sidebar-content .menu .menu-item.active > .menu-link .menu-icon {
  color: var(--bs-theme);
}
.app-sidebar .app-sidebar-content .menu .menu-item.active.has-sub > .menu-submenu {
  display: block;
}
.app-sidebar .app-sidebar-content .menu .menu-item.expand > .menu-submenu {
  display: block;
}
.app-sidebar .app-sidebar-content .menu .menu-item.expand > .menu-submenu > .menu-item {
  -webkit-animation: appSidebarSubMenuSlideInRight 0.3s both cubic-bezier(0.7, 0, 0.3, 1);
          animation: appSidebarSubMenuSlideInRight 0.3s both cubic-bezier(0.7, 0, 0.3, 1);
  transform: translate3d(-100%, 0, 0);
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(2), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(2) {
  -webkit-animation-delay: 45ms;
          animation-delay: 45ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(3), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(3) {
  -webkit-animation-delay: 60ms;
          animation-delay: 60ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(4), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(4) {
  -webkit-animation-delay: 75ms;
          animation-delay: 75ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(5), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(5) {
  -webkit-animation-delay: 90ms;
          animation-delay: 90ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(6), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(6) {
  -webkit-animation-delay: 105ms;
          animation-delay: 105ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(7), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(7) {
  -webkit-animation-delay: 120ms;
          animation-delay: 120ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(8), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(8) {
  -webkit-animation-delay: 135ms;
          animation-delay: 135ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(9), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(9) {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(10), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(10) {
  -webkit-animation-delay: 165ms;
          animation-delay: 165ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(11), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(11) {
  -webkit-animation-delay: 180ms;
          animation-delay: 180ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(12), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(12) {
  -webkit-animation-delay: 195ms;
          animation-delay: 195ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(13), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(13) {
  -webkit-animation-delay: 210ms;
          animation-delay: 210ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(14), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(14) {
  -webkit-animation-delay: 225ms;
          animation-delay: 225ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(15), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(15) {
  -webkit-animation-delay: 240ms;
          animation-delay: 240ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(16), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(16) {
  -webkit-animation-delay: 255ms;
          animation-delay: 255ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(17), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(17) {
  -webkit-animation-delay: 270ms;
          animation-delay: 270ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(18), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(18) {
  -webkit-animation-delay: 285ms;
          animation-delay: 285ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(19), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(19) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(20), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(20) {
  -webkit-animation-delay: 315ms;
          animation-delay: 315ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(21), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(21) {
  -webkit-animation-delay: 330ms;
          animation-delay: 330ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(22), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(22) {
  -webkit-animation-delay: 345ms;
          animation-delay: 345ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(23), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(23) {
  -webkit-animation-delay: 360ms;
          animation-delay: 360ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(24), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(24) {
  -webkit-animation-delay: 375ms;
          animation-delay: 375ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(25), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(25) {
  -webkit-animation-delay: 390ms;
          animation-delay: 390ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(26), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(26) {
  -webkit-animation-delay: 405ms;
          animation-delay: 405ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(27), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(27) {
  -webkit-animation-delay: 420ms;
          animation-delay: 420ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(28), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(28) {
  -webkit-animation-delay: 435ms;
          animation-delay: 435ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(29), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(29) {
  -webkit-animation-delay: 450ms;
          animation-delay: 450ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(30), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(30) {
  -webkit-animation-delay: 465ms;
          animation-delay: 465ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(31), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(31) {
  -webkit-animation-delay: 480ms;
          animation-delay: 480ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(32), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(32) {
  -webkit-animation-delay: 495ms;
          animation-delay: 495ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(33), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(33) {
  -webkit-animation-delay: 510ms;
          animation-delay: 510ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(34), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(34) {
  -webkit-animation-delay: 525ms;
          animation-delay: 525ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(35), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(35) {
  -webkit-animation-delay: 540ms;
          animation-delay: 540ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(36), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(36) {
  -webkit-animation-delay: 555ms;
          animation-delay: 555ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(37), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(37) {
  -webkit-animation-delay: 570ms;
          animation-delay: 570ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(38), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(38) {
  -webkit-animation-delay: 585ms;
          animation-delay: 585ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(39), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(39) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(40), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(40) {
  -webkit-animation-delay: 615ms;
          animation-delay: 615ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(41), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(41) {
  -webkit-animation-delay: 630ms;
          animation-delay: 630ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(42), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(42) {
  -webkit-animation-delay: 645ms;
          animation-delay: 645ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(43), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(43) {
  -webkit-animation-delay: 660ms;
          animation-delay: 660ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(44), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(44) {
  -webkit-animation-delay: 675ms;
          animation-delay: 675ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(45), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(45) {
  -webkit-animation-delay: 690ms;
          animation-delay: 690ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(46), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(46) {
  -webkit-animation-delay: 705ms;
          animation-delay: 705ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(47), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(47) {
  -webkit-animation-delay: 720ms;
          animation-delay: 720ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(48), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(48) {
  -webkit-animation-delay: 735ms;
          animation-delay: 735ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(49), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(49) {
  -webkit-animation-delay: 750ms;
          animation-delay: 750ms;
}
.app-sidebar .app-sidebar-content .menu .collapse.expand > .menu-item:nth-child(50), .app-sidebar .app-sidebar-content .menu .menu-item > .menu-submenu > .menu-item:nth-child(50) {
  -webkit-animation-delay: 765ms;
          animation-delay: 765ms;
}
.app-sidebar .app-sidebar-mobile-backdrop {
  display: none;
}
.app-sidebar.uppercase-mode {
  text-transform: uppercase;
}
.app-sidebar.uppercase-mode .app-sidebar-content .menu .menu-item .menu-link {
  font-size: 0.83125rem;
}

.sidebar-nav {
  position: sticky;
  top: 20px;
  height: calc(100vh - 40px);
  overflow-y: auto;
  padding-right: 2px;
  padding-bottom: 100px;
}

.sidebar-nav::-webkit-scrollbar {
  width: 6px;
}

.sidebar-nav::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.sidebar-nav::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.sidebar-nav::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}

.app-theme-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1030;
  width: 0;
  display: flex;
  align-items: center;
  right: -12rem;
  transition: right 0.2s ease-in-out;
}
.app-theme-panel .app-theme-panel-container {
  width: 12rem;
  position: absolute;
  right: 0;
}
.app-theme-panel .app-theme-panel-content {
  width: 12rem;
  background: rgba(68, 85, 94, 0.95);
  padding: 0.5rem;
  z-index: 10;
}
.app-theme-panel .app-theme-panel-content .app-theme-list {
  margin: -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.app-theme-panel .app-theme-panel-content .app-theme-list .app-theme-list-item {
  padding: 0.25rem;
  width: 25%;
}
.app-theme-panel .app-theme-panel-content .app-theme-list .app-theme-list-item .app-theme-list-link {
  height: 2rem;
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 0.2s linear;
}
.app-theme-panel .app-theme-panel-content .app-theme-list .app-theme-list-item .app-theme-list-link:hover, .app-theme-panel .app-theme-panel-content .app-theme-list .app-theme-list-item .app-theme-list-link:focus {
  opacity: 0.6;
}
.app-theme-panel .app-theme-panel-content .app-theme-list .app-theme-list-item.active .app-theme-list-link:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0.875rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.app-theme-panel .app-theme-panel-content .app-theme-cover {
  margin: -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.app-theme-panel .app-theme-panel-content .app-theme-cover .app-theme-cover-item {
  padding: 0.25rem;
  width: 33.33%;
}
.app-theme-panel .app-theme-panel-content .app-theme-cover .app-theme-cover-item .app-theme-cover-link {
  display: block;
  text-decoration: none;
  position: relative;
  padding-top: 46%;
  background-size: cover;
  background-position: center;
  transition: all 0.2s linear;
}
.app-theme-panel .app-theme-panel-content .app-theme-cover .app-theme-cover-item .app-theme-cover-link:hover, .app-theme-panel .app-theme-panel-content .app-theme-cover .app-theme-cover-item .app-theme-cover-link:focus {
  opacity: 0.6;
}
.app-theme-panel .app-theme-panel-content .app-theme-cover .app-theme-cover-item .app-theme-cover-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(50, 70, 80, 0.9) 0%, rgb(13, 16, 27) 100%);
  opacity: 0.5;
}
.app-theme-panel .app-theme-panel-content .app-theme-cover .app-theme-cover-item.active .app-theme-cover-link:after {
  content: "\f00c";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0.875rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.app-theme-panel .app-theme-toggle-btn {
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.09375rem;
  color: #000000;
  background: rgba(68, 85, 94, 0.95);
  text-align: center;
  left: 0;
  margin-left: -2rem;
}
.app-theme-panel.active {
  right: 0;
}


@keyframes topMenuControlSlideInLeft {
  from {
    left: -3.125rem;
  }
  to {
    left: 0;
  }
}
@keyframes topMenuControlSlideInRight {
  from {
    right: -3.125rem;
  }
  to {
    right: 0;
  }
}
.app-top-nav {
  background: var(--bs-app-top-nav-bg);
  left: 0;
  right: 0;
  z-index: 1010;
}
@media (min-width: 768px) {
  .app-top-nav {
    top: 3.25rem;
    position: fixed;
    height: 2.875rem;
  }
}
@media (max-width: 767.98px) {
  .app-top-nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .app-top-nav .menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .app-top-nav .menu {
    display: block;
    margin: 0 !important;
  }
}
.app-top-nav .menu .menu-item {
  position: relative;
}
.app-top-nav .menu .menu-item .menu-link {
  text-decoration: none;
  position: relative;
  padding: 0.75rem 1rem;
  color: var(--bs-app-top-nav-menu-link-color);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .app-top-nav .menu .menu-item .menu-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.app-top-nav .menu .menu-item .menu-link .menu-icon {
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1.05rem;
  margin: -0.25rem 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
}
.app-top-nav .menu .menu-item .menu-link .menu-caret {
  margin: -0.3125rem 0;
  margin-left: 0.75rem;
}
.app-top-nav .menu .menu-item .menu-link .menu-text {
  flex: 1;
}
.app-top-nav .menu .menu-item .menu-link:hover, .app-top-nav .menu .menu-item .menu-link:focus {
  color: var(--bs-app-top-nav-menu-link-hover-color);
}
.app-top-nav .menu .menu-item .menu-submenu {
  background: var(--bs-app-top-nav-menu-submenu-bg);
  display: none;
  padding: 0.5rem 0;
  min-width: 12.5rem;
}
@media (min-width: 768px) {
  .app-top-nav .menu .menu-item .menu-submenu {
    position: absolute;
    max-height: calc(100vh - 6.125rem);
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .app-top-nav .menu .menu-item .menu-submenu {
    padding-top: 0;
    padding-bottom: 1rem;
    padding-left: 2.625rem;
  }
}
.app-top-nav .menu .menu-item .menu-submenu .menu-item {
  position: relative;
}
.app-top-nav .menu .menu-item .menu-submenu .menu-item .menu-link {
  padding: 0.25rem 1rem;
}
.app-top-nav .menu .menu-item.active > .menu-link {
  color: var(--bs-app-top-nav-menu-link-active-color);
}
.app-top-nav .menu .menu-item.active > .menu-link .menu-icon {
  color: var(--bs-theme);
}
.app-top-nav .menu .menu-item.menu-control {
  position: absolute;
  top: 0;
  margin: 0;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .app-top-nav .menu .menu-item.menu-control {
    display: none !important;
  }
}
.app-top-nav .menu .menu-item.menu-control > .menu-link {
  padding: 0;
  text-align: center;
  width: 2.875rem;
  height: 2.875rem;
  background: var(--bs-app-top-nav-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bs-app-top-nav-menu-link-color);
}
.app-top-nav .menu .menu-item.menu-control > .menu-link i {
  float: none;
  margin: 0;
  font-size: 1.125rem;
  display: block;
  line-height: 2.5rem;
  width: auto;
}
.app-top-nav .menu .menu-item.menu-control > .menu-link:hover, .app-top-nav .menu .menu-item.menu-control > .menu-link:focus {
  color: var(--bs-app-top-nav-menu-link-hover-color);
}
.app-top-nav .menu .menu-item.menu-control.menu-control-start {
  left: -3.25rem;
}
.app-top-nav .menu .menu-item.menu-control.menu-control-start > .menu-link {
  box-shadow: 12px 0 10px -10px rgba(0, 0, 0, 0.7);
}
.app-top-nav .menu .menu-item.menu-control.menu-control-start.show {
  left: 0;
  animation: topMenuControlSlideInLeft 0.2s;
}
.app-top-nav .menu .menu-item.menu-control.menu-control-end {
  right: -3.25rem;
}
.app-top-nav .menu .menu-item.menu-control.menu-control-end > .menu-link {
  box-shadow: -12px 0 10px -10px rgba(0, 0, 0, 0.7);
}
.app-top-nav .menu .menu-item.menu-control.menu-control-end.show {
  right: 0;
  animation: topMenuControlSlideInRight 0.2s;
}
@media (min-width: 768px) {
  .app-top-nav .menu > .menu-item.has-sub:hover > .menu-submenu {
    display: block;
  }
}

.app {
  padding-top: 3.25rem;
}

@media (min-width: 992px) {
  .app-boxed-layout {
    min-height: 100vh;
  }
  .app-boxed-layout, .app-boxed-layout .app-header {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  .app-boxed-layout .app-top-nav {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .app-boxed-layout .app-top-nav .menu .menu-item .menu-submenu {
    position: fixed;
    left: auto;
    right: auto;
    top: auto;
  }
  .app-boxed-layout .app-sidebar {
    left: auto;
  }
}

.app-content-full-height .app-content {
  height: calc(100vh - 3.25rem);
}
.app-content-full-height.app-without-header .app-content {
  height: 100vh;
}

.app-content-full-width .app-content {
  margin: 0;
}
.app-content-full-width .app-footer {
  margin-left: 2rem;
}
@media (max-width: 767.98px) {
  .app-content-full-width .app-footer {
    margin-left: 1rem;
  }
}

.app-footer-fixed {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.app-full-height {
  min-height: 100vh;
}

@-webkit-keyframes appSidebarCollapse {
  from {
    margin-left: 0;
    opacity: 1;
  }
  to {
    margin-left: -16.875rem;
    opacity: 0;
  }
}

@keyframes appSidebarCollapse {
  from {
    margin-left: 0;
    opacity: 1;
  }
  to {
    margin-left: -16.875rem;
    opacity: 0;
  }
}

@-webkit-keyframes appTopNavCollapse {
  from {
    margin-left: 0;
    opacity: 1;
  }
  to {
    margin-left: -16.875rem;
    opacity: 0;
  }
}

@keyframes appTopNavCollapse {
  from {
    margin-left: 0;
    opacity: 1;
  }
  to {
    margin-left: -16.875rem;
    opacity: 0;
  }
}

@-webkit-keyframes appContentCollapse {
  from {
    margin-left: 16.875rem;
  }
  to {
    margin-left: 0;
  }
}
@keyframes appContentCollapse {
  from {
    margin-left: 16.875rem;
  }
  to {
    margin-left: 0;
  }
}
@-webkit-keyframes appFooterCollapse {
  from {
    margin-left: 16.875rem;
  }
  to {
    margin-left: 2rem;
  }
}
@keyframes appFooterCollapse {
  from {
    margin-left: 16.875rem;
  }
  to {
    margin-left: 2rem;
  }
}
@media (min-width: 768px) {
  .app-sidebar-collapsed .app-sidebar {
    opacity: 0;
    -webkit-animation: appSidebarCollapse 0.15s both cubic-bezier(0.7, 0, 0.3, 1);
            animation: appSidebarCollapse 0.15s both cubic-bezier(0.7, 0, 0.3, 1);
    margin-left: -16.875rem;
  }
  .app-sidebar-collapsed .app-content {
    -webkit-animation: appContentCollapse 0.15s both cubic-bezier(0.7, 0, 0.3, 1);
            animation: appContentCollapse 0.15s both cubic-bezier(0.7, 0, 0.3, 1);
    margin-left: 0;
  }
  .app-sidebar-collapsed .app-content {
    animation: appContentCollapse 0.15s both cubic-bezier(0.7, 0, 0.3, 1);
    margin-left: 0;
  }

  .app-with-sidebar.app-top-nav-collapsed .app-sidebar {
    display: none;
  }
  
  .app-with-sidebar.app-top-nav-collapsed .app-content {
    margin-left: 0;
  }
  .app-sidebar-collapsed .app-footer {
    -webkit-animation: appFooterCollapse 0.15s both cubic-bezier(0.7, 0, 0.3, 1);
            animation: appFooterCollapse 0.15s both cubic-bezier(0.7, 0, 0.3, 1);
    margin-left: 2rem;
  }
  .app-top-nav-collapsed .app-top-nav {
    opacity: 0;
    -webkit-animation: appTopNavCollapse 0.15s both cubic-bezier(0.7, 0, 0.3, 1);
            animation: appTopNavCollapse 0.15s both cubic-bezier(0.7, 0, 0.3, 1);
    height: 0;
    overflow: hidden;
    transition: height 0.15s ease, opacity 0.15s ease;
  }
}

@-webkit-keyframes appSidebarMobileSlideInLeft {
  from {
    left: -16.875rem;
  }
  to {
    left: 0;
  }
}

@keyframes appSidebarMobileSlideInLeft {
  from {
    left: -16.875rem;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes appSidebarMobileBackdrop {
  from {
    background: transparent;
  }
  to {
    background: rgba(0, 0, 0, 0.4);
  }
}
@keyframes appSidebarMobileBackdrop {
  from {
    background: transparent;
  }
  to {
    background: rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 767.98px) {
  .app-sidebar-mobile-toggled .app-sidebar {
    -webkit-animation: appSidebarMobileSlideInLeft 0.1s ease;
            animation: appSidebarMobileSlideInLeft 0.1s ease;
    left: 0;
  }
  .app-sidebar-mobile-toggled .app-sidebar-mobile-backdrop:not(.app-sidebar-end) {
    display: block;
    background: rgba(0, 0, 0, 0.25);
    -webkit-animation: appSidebarMobileBackdrop 0.1s ease;
            animation: appSidebarMobileBackdrop 0.1s ease;
  }
  .app-with-top-nav .app-sidebar {
    left: -16.875rem !important;
  }
  
  .app-with-top-nav.app-sidebar-mobile-toggled .app-sidebar {
    left: 0 !important;
  }
}

@-webkit-keyframes appSidebarExpand {
  from {
    margin-left: -16.875rem;
  }
  to {
    margin-left: 0;
  }
}

@keyframes appSidebarExpand {
  from {
    margin-left: -16.875rem;
  }
  to {
    margin-left: 0;
  }
}

@-webkit-keyframes appTopNavExpand {
  from {
    margin-left: -16.875rem;
  }
  to {
    margin-left: 0;
  }
}

@keyframes appTopNavExpand {
  from {
    margin-left: -16.875rem;
  }
  to {
    margin-left: 0;
  }
}

@-webkit-keyframes appContentExpand {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 16.875rem;
  }
}
@keyframes appContentExpand {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 16.875rem;
  }
}
@-webkit-keyframes appFooterExpand {
  from {
    margin-left: 2rem;
  }
  to {
    margin-left: 18.875rem;
  }
}
@keyframes appFooterExpand {
  from {
    margin-left: 2rem;
  }
  to {
    margin-left: 18.875rem;
  }
}
@media (min-width: 768px) {
  .app-sidebar-toggled .app-sidebar {
    -webkit-animation: appSidebarExpand 0.15s both cubic-bezier(0.7, 0, 0.3, 1);
            animation: appSidebarExpand 0.15s both cubic-bezier(0.7, 0, 0.3, 1);
    margin-left: 0;
  }
  .app-sidebar-toggled .app-content {
    -webkit-animation: appContentExpand 0.15s both cubic-bezier(0.7, 0, 0.3, 1);
            animation: appContentExpand 0.15s both cubic-bezier(0.7, 0, 0.3, 1);
    margin-left: 16.875rem;
  }
  .app-sidebar-toggled .app-footer {
    -webkit-animation: appFooterExpand 0.15s both cubic-bezier(0.7, 0, 0.3, 1);
            animation: appFooterExpand 0.15s both cubic-bezier(0.7, 0, 0.3, 1);
    margin-left: 18.875rem;
  }
  .app-top-nav-toggled .app-top-nav {
    opacity: 1;
    -webkit-animation: appTopNavExpand 0.15s both cubic-bezier(0.7, 0, 0.3, 1);
            animation: appTopNavExpand 0.15s both cubic-bezier(0.7, 0, 0.3, 1);
    height: auto;
    transition: height 0.15s ease, opacity 0.15s ease;
  }
}

@media (min-width: 768px) {

  .app-top-nav-collapsed.app-with-top-nav {
      padding-top: 3rem;
  }

  .app-with-top-nav {
    padding-top: 6.125rem;
  }
  .app-with-top-nav .app-sidebar {
    top: 6.125rem;
  }
}
@media (min-width: 768px) {
  .app-with-top-nav.app-without-header {
    padding-top: 2.875rem;
  }
  .app-with-top-nav.app-without-header .app-sidebar {
    top: 2.875rem;
  }
}

.app-without-header {
  padding-top: 0;
}

.app-without-sidebar .app-content {
  margin: 0;
}

@media (min-width: 768px) and (max-width: 999.99px) {
  
  .app-with-sidebar .app-sidebar {
    display: none;
  }
  
  .app-with-sidebar .app-top-nav {
    display: block;
  }
  
  .app-with-sidebar .app-content {
    margin-left: 0;
    margin-top: 2.875rem;
  }
  
  .app-with-sidebar.app-top-nav-collapsed .app-top-nav {
    display: none;
  }
  
  .app-with-sidebar.app-top-nav-collapsed .app-content {
    margin-top: 0;
  }
}

.breadcrumb {
  font-weight: bold;
  display: flex;
  margin-top: 3px;
  margin-left: 1px;
  margin-bottom: 0px;
}

.breadcrumb .breadcrumb-item a {
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}


.btn-scroll-top {
  position: fixed;
  bottom: 1.875rem;
  width: 1.6rem;
  height: 1.6rem;
  background: rgba(53, 67, 74, 0.75);
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  z-index: 1020;
  border-radius: 36px;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0.5rem;
  opacity: 0;
}

@media (max-width: 767.98px) {
  .btn-scroll-top {
    bottom: 1.25rem;
    z-index: 1020;
    right: 1.25rem;
  }
}

.btn-scroll-top:hover {
  background: var(--bs-theme);
  color: #FFFFFF;
  text-decoration: none;
}

.btn-scroll-top.show {
  opacity: 1 !important;
}

.vulnsign-expand .app-content {
  z-index: 1120;
  position: relative;
  height: calc(100vh - 3.25rem);
  overflow: hidden;
}

.vulnsign {
  --bs-border-color: #000000;
  position: relative;
  border: none;
}
.vulnsign.vulnsign-expand {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1120;
  border-radius: 0;
  margin: 0 !important;
  padding: 0.3125rem;
  background: rgb(250 249 245 / 100%);
}
.vulnsign.vulnsign-expand .vulnsign-header, .vulnsign.vulnsign-expand .vulnsign-body {
  border-radius: 0;
}
.vulnsign.vulnsign-expand .vulnsign-body {
  flex: 1 0 0;
  overflow: scroll;
}
.vulnsign.vulnsign-expand:not(.border-0):before {
  top: 5px;
  bottom: 5px;
  left: 20px;
  right: 20px;
}
.vulnsign.vulnsign-expand:not(.border-0):after {
  top: 20px;
  bottom: 20px;
  left: 5px;
  right: 5px;
}
.vulnsign.vulnsign-expand .vulnsign-arrow {
  margin: 5px;
}

.card-expand .app-content {
  z-index: 1120;
  position: relative;
  height: calc(100vh - 3.25rem);
  overflow: hidden;
}

.card {
  --bs-border-color: #000000;
  position: relative;
  border: none;
}
.card.card-expand {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1120;
  border-radius: 0;
  margin: 0 !important;
  padding: 0.3125rem;
  background: rgb(243 241 234 / 100%);
}
.card.card-expand .card-header, .card.card-expand .card-body {
  border-radius: 0;
}
.card.card-expand .card-body {
  flex: 1 0 0;
  overflow: scroll;
}
.card.card-expand:not(.border-0):before {
  top: 5px;
  bottom: 5px;
  left: 20px;
  right: 20px;
}
.card.card-expand:not(.border-0):after {
  top: 20px;
  bottom: 20px;
  left: 5px;
  right: 5px;
}
.card.card-expand .card-arrow {
  margin: 5px;
}
.card .card-header .card-header-tabs .nav-item .nav-link.active {
  border-bottom-color: transparent;
}
.card .card-body .nav-tabs .nav-item .nav-link.active {
  background: none;
  border-bottom-color: none;
}
.card:before, .card:after {
  content: "";
  position: absolute;
}
.card:not(.border-0):before {
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  border-top: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  opacity: 0.3;
}
.card:not(.border-0):after {
  top: 15px;
  bottom: 15px;
  left: 0;
  right: 0;
  border-left: 1px solid var(--bs-border-color);
  border-right: 1px solid var(--bs-border-color);
  opacity: 0.3;
}
.card > *:not(.card-arrow):not(.card-img-overlay):not(.card-img):not(.hljs-container) {
  position: relative;
  z-index: 1;
}
.card .card-arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card .card-arrow-top-left, .card .card-arrow-top-right, .card .card-arrow-bottom-left, .card .card-arrow-bottom-right {
  width: 10px;
  height: 10px;
  position: absolute;
}
.card .card-arrow-top-left:before, .card .card-arrow-top-right:before, .card .card-arrow-bottom-left:before, .card .card-arrow-bottom-right:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  background: var(--bs-border-color);
  opacity: 0.75;
}
.card .card-arrow-top-left:after, .card .card-arrow-top-right:after, .card .card-arrow-bottom-left:after, .card .card-arrow-bottom-right:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: var(--bs-border-color);
  opacity: 0.75;
}
.card .card-arrow-top-left, .card .card-arrow-top-right {
  top: 0;
}
.card .card-arrow-top-left:before, .card .card-arrow-top-right:before {
  top: 2px;
}
.card .card-arrow-top-left:after, .card .card-arrow-top-right:after {
  top: 0;
}
.card .card-arrow-bottom-left, .card .card-arrow-bottom-right {
  bottom: 0;
}
.card .card-arrow-bottom-left:before, .card .card-arrow-bottom-right:before {
  bottom: 2px;
}
.card .card-arrow-bottom-left:after, .card .card-arrow-bottom-right:after {
  bottom: 0;
}
.card .card-arrow-top-left, .card .card-arrow-bottom-left {
  left: 0;
}
.card .card-arrow-top-left:before, .card .card-arrow-top-left:after, .card .card-arrow-bottom-left:before, .card .card-arrow-bottom-left:after {
  left: 0;
}
.card .card-arrow-top-right, .card .card-arrow-bottom-right {
  right: 0;
}
.card .card-arrow-top-right:before, .card .card-arrow-top-right:after, .card .card-arrow-bottom-right:before, .card .card-arrow-bottom-right:after {
  right: 0;
}

@media (max-width: 991.98px) {
  .card-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 575.98px) {
  .card-columns {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.caret:before {
  content: "\f22c";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dropup.caret, .dropup .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9 ;
}

@-webkit-keyframes appDropdownShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes appDropdownShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075);
}
.dropdown-menu.dropdown-notification {
  min-width: 320px;
}
.dropdown-menu.dropdown-notification .dropdown-notification-item {
  padding: 10px 20px;
  text-decoration: none;
  color: #1e2936;
  border-top: 1px solid rgb(217 119 87);
  border-bottom: 1px solid rgb(217 119 87);
  display: flex;
  align-items: center;
}
.dropdown-menu.dropdown-notification .dropdown-notification-item:hover {
  background: rgba(0, 0, 0, 0.15);
}
.dropdown-menu.dropdown-notification .dropdown-notification-item .dropdown-notification-icon {
  width: 24px;
  font-size: 16px;
  text-align: center;
}
.dropdown-menu.dropdown-notification .dropdown-notification-item .dropdown-notification-icon + .dropdown-notification-info {
  padding-left: 15px;
}
.dropdown-menu.dropdown-notification .dropdown-notification-item .dropdown-notification-arrow {
  color: #90a2aa;
}
.dropdown-menu.dropdown-notification .dropdown-notification-item .dropdown-notification-info {
  flex: 1;
}
.dropdown-menu.dropdown-notification .dropdown-notification-item .dropdown-notification-info .title + .time {
  margin-top: 5px;
}
.dropdown-menu.dropdown-notification .dropdown-notification-item .dropdown-notification-info .time {
  font-size: 12px;
  color: #617a86;
}
.dropdown-menu.dropdown-notification .dropdown-notification-item .dropdown-notification-info + .dropdown-notification-arrow {
  padding-left: 20px;
}
.dropdown-menu.dropdown-notification .dropdown-notification-item + .dropdown-notification-item {
  margin-top: -1px;
}
.dropdown-menu.show {
  -webkit-animation: appDropdownShow 0.25s both cubic-bezier(0.7, 0, 0.3, 1);
          animation: appDropdownShow 0.25s both cubic-bezier(0.7, 0, 0.3, 1);
}

@media (max-width: 575.98px) {
  .dropdown.dropdown-mobile-full {
    position: initial;
  }
  .dropdown.dropdown-mobile-full .dropdown-menu {
    left: 0.25rem !important;
    right: 0.25rem !important;
    width: auto !important;
  }
}

.form-select:not([multiple]) option {
  color: #000000;
}

hr.hr-bg, hr.hr-transparent, hr.hr-inverse, hr.hr-inverse-transparent {
  border: none;
  height: 1px;
}
hr.hr-transparent {
  background-color: rgba(0, 0, 0, 0.4);
}
hr.hr-inverse {
  background-color: #1a1a1a;
}
hr.hr-inverse-transparent {
  background-color: rgba(0, 0, 0, 0.4);
}

.modal .modal-content > * {
  position: relative;
}
.modal .modal-dialog.modal-full {
  max-width: 100%;
  width: 100%;
}
.modal .modal-dialog.modal-full .modal-content {
  border-radius: 0;
}
.modal.modal-cover .modal-dialog {
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.modal.modal-cover .modal-content, .modal.modal-cover .modal-header, .modal.modal-cover .modal-footer {
  background: none;
  border: none;
}

.nav.nav-tabs.nav-tabs-v2 > .nav-item > .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  padding: 1rem 0;
  color: rgba(0, 0, 0, 0.7);
}
.nav.nav-tabs.nav-tabs-v2 > .nav-item > .nav-link:hover, .nav.nav-tabs.nav-tabs-v2 > .nav-item > .nav-link.active {
  color: #000000;
  border-bottom-color: var(--bs-theme);
}
.nav.nav-tabs.nav-tabs-v2 > .nav-item.show > .nav-link {
  color: #000000;
  border-bottom-color: var(--bs-theme);
}

@media (max-width: 767.98px) {
  .nav-wizards-container {
    overflow: scroll;
  }
  .nav-wizards-container .nav.nav-wizards-1, .nav-wizards-container .nav.nav-wizards-2, .nav-wizards-container .nav.nav-wizards-3 {
    min-width: 37.5rem;
  }
}

.nav.nav-wizards-1 .nav-item {
  padding: 0;
}
.nav.nav-wizards-1 .nav-item .nav-link {
  position: relative;
  color: rgba(0, 0, 0, 0.75);
}
.nav.nav-wizards-1 .nav-item .nav-link .nav-no {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  font-weight: 400;
  background: none;
  border: 2px solid rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}
.nav.nav-wizards-1 .nav-item .nav-link .nav-text {
  text-align: center;
  margin-top: 0.3125rem;
  font-weight: 400;
  font-size: 0.8125rem;
}
.nav.nav-wizards-1 .nav-item .nav-link.active, .nav.nav-wizards-1 .nav-item .nav-link.completed {
  color: var(--bs-theme);
}
.nav.nav-wizards-1 .nav-item .nav-link.active .nav-no, .nav.nav-wizards-1 .nav-item .nav-link.completed .nav-no {
  border-color: var(--bs-theme);
  color: var(--bs-theme);
}
.nav.nav-wizards-1 .nav-item .nav-link.active:before, .nav.nav-wizards-1 .nav-item .nav-link.active:after, .nav.nav-wizards-1 .nav-item .nav-link.completed:before, .nav.nav-wizards-1 .nav-item .nav-link.completed:after {
  background: var(--bs-theme);
}
.nav.nav-wizards-1 .nav-item .nav-link.active .nav-no {
  box-shadow: 0 0 0 5px rgba(var(--bs-theme-rgb), .2);
}
.nav.nav-wizards-1 .nav-item .nav-link.disabled {
  color: rgba(0, 0, 0, 0.4);
}
.nav.nav-wizards-1 .nav-item .nav-link:before {
  content: "";
  position: absolute;
  top: 1.625rem;
  height: 0.125rem;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s linear;
}
.nav.nav-wizards-1 .nav-item .nav-link:before {
  left: calc(-50% + 20px);
  right: calc(50% + 20px);
}
.nav.nav-wizards-1 .nav-item:first-child .nav-link:before {
  display: none;
}
.nav.nav-wizards-1 .nav-item:last-child .nav-link:after {
  display: none;
}
.nav.nav-wizards-2 .nav-item {
  padding: 0 1rem;
}
.nav.nav-wizards-2 .nav-item .nav-link {
  position: relative;
  color: rgba(0, 0, 0, 0.75);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 60px;
}
.nav.nav-wizards-2 .nav-item .nav-link .nav-text {
  text-align: center;
  font-weight: 400;
  font-size: 0.8125rem;
}
.nav.nav-wizards-2 .nav-item .nav-link:before {
  content: "";
  position: absolute;
  left: -2rem;
  right: 100%;
  height: 0.125rem;
  top: 50%;
  margin-top: -0.0625rem;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s linear;
}
.nav.nav-wizards-2 .nav-item .nav-link.disabled {
  color: rgba(0, 0, 0, 0.4);
}
.nav.nav-wizards-2 .nav-item .nav-link.active, .nav.nav-wizards-2 .nav-item .nav-link.completed {
  background: var(--bs-theme);
  color: rgba(0, 0, 0, 0.85);
}
.nav.nav-wizards-2 .nav-item .nav-link.active:before, .nav.nav-wizards-2 .nav-item .nav-link.completed:before {
  background: var(--bs-theme);
}
.nav.nav-wizards-2 .nav-item .nav-link.active {
  box-shadow: 0 0 0 4px rgba(var(--bs-theme), 0.2);
}
.nav.nav-wizards-2 .nav-item:first-child .nav-link:before {
  display: none;
}
.nav.nav-wizards-3 .nav-item {
  padding: 0;
}
.nav.nav-wizards-3 .nav-item .nav-link {
  position: relative;
  color: rgba(0, 0, 0, 0.75);
}
.nav.nav-wizards-3 .nav-item .nav-link .nav-dot {
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  font-weight: 400;
  background: none;
  border: 3px solid rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}
.nav.nav-wizards-3 .nav-item .nav-link .nav-title {
  margin-top: 0.625rem;
  font-weight: 400;
  text-align: center;
}
.nav.nav-wizards-3 .nav-item .nav-link .nav-text {
  text-align: center;
  font-size: 0.8125rem;
}
.nav.nav-wizards-3 .nav-item .nav-link.active, .nav.nav-wizards-3 .nav-item .nav-link.completed {
  color: var(--bs-theme);
}
.nav.nav-wizards-3 .nav-item .nav-link.active .nav-dot, .nav.nav-wizards-3 .nav-item .nav-link.completed .nav-dot {
  border-color: var(--bs-theme);
  color: var(--bs-theme);
}
.nav.nav-wizards-3 .nav-item .nav-link.active:before, .nav.nav-wizards-3 .nav-item .nav-link.completed:before {
  background: var(--bs-theme);
}
.nav.nav-wizards-3 .nav-item .nav-link.active .nav-dot {
  box-shadow: 0 0 0 5px rgba(var(--bs-theme), 0.2);
}
.nav.nav-wizards-3 .nav-item .nav-link.disabled {
  color: rgba(0, 0, 0, 0.4);
}
.nav.nav-wizards-3 .nav-item .nav-link:before {
  content: "";
  position: absolute;
  left: calc(-50% + 8px);
  top: 0.875rem;
  right: calc(50% + 8px);
  height: 0.1875rem;
  background: rgba(0, 0, 0, 0.4);
}
.nav.nav-wizards-3 .nav-item:first-child .nav-link:before {
  display: none;
}

.navbar.navbar-sticky {
  top: 5.25rem;
  position: -webkit-sticky;
  position: sticky;
  padding: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  margin-left: 1rem;
}
.navbar.navbar-sticky .nav {
  width: 100%;
  flex-direction: column;
}
.navbar.navbar-sticky .nav .nav-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.navbar-sticky .nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.75);
}
.navbar.navbar-sticky .nav .nav-link.active {
  color: var(--bs-theme);
  font-weight: 400;
}

.page-header {
  color: #28261b;
  padding: 0;
  border: none;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.71rem;
}
.page-header small, .page-header .small {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 300;
}

.pagination .page-item .page-link {
  border-radius: 0.25rem;
}
.pagination .page-item + .page-item {
  margin-left: 0.3125rem;
}

pre {
  display: block;
  padding: 1rem;
  font-size: 0.8rem;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
  border: 1px solid var(--bs-theme);
  border-radius: 4px;
}

.row.row-grid > [class*=col-] + [class*=col-] {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.row.row-grid + .row-grid {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.table.table-card thead > tr td:first-child, .table.table-card thead > tr th:first-child, .table.table-card tbody > tr td:first-child, .table.table-card tbody > tr th:first-child {
  padding-left: 1rem;
}
.table.table-card thead > tr td:last-child, .table.table-card thead > tr th:last-child, .table.table-card tbody > tr td:last-child, .table.table-card tbody > tr th:last-child {
  padding-right: 1rem;
}

.toasts-container {
  position: fixed;
  top: 3.25rem;
  padding-top: 1rem;
  width: 21.875rem;
  right: 0;
  padding-right: 1rem;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .toasts-container {
    width: 18.75rem;
  }
}
.toasts-container .toast {
  width: 100%;
}

.apexcharts-canvas .apexcharts-tooltip {
  font-size: 0.8125rem;
  box-shadow: 0 0.5rem 1rem rgba(var(--bs-theme-rgb), 0.090);
}
.apexcharts-canvas .apexcharts-tooltip * {
  font-family: inherit !important;
}
.apexcharts-canvas .apexcharts-tooltip.apexcharts-theme-light, .apexcharts-canvas .apexcharts-tooltip.apexcharts-theme-dark {
  border: none;
  background: rgb(243 241 234 / 90%);
  color: #000000;
  left: 90px !important;
}
.apexcharts-canvas .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title, .apexcharts-canvas .apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
  background: var(--bs-theme);
  border-color: transparent;
  color: #000000;
  text-transform: uppercase;
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-title {
  font-family: inherit !important;
  font-weight: 400;
  padding: 0.35rem 0.75rem;
  margin: 0;
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-series-group {
  padding: 0.35rem 0.75rem;
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-series-group .apexcharts-tooltip-marker {
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 0.25rem;
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-series-group .apexcharts-tooltip-text .apexcharts-tooltip-y-group {
  padding: 0;
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-series-group + .apexcharts-tooltip-series-group {
  padding-top: 0;
}
.apexcharts-canvas .apexcharts-xaxistooltip * {
  font-family: inherit !important;
}
.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-light, .apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-dark {
  color: #000000;
  background: #f3f2eb;
  border-color: #f3f2eb;
}
.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-light.apexcharts-xaxistooltip-bottom:before, .apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-dark.apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: #f3f2eb;
}
.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-light.apexcharts-xaxistooltip-bottom:after, .apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-dark.apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #f3f2eb;
}
.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-light.apexcharts-xaxistooltip-top:before, .apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-dark.apexcharts-xaxistooltip-top:before {
  border-top-color: #f3f2eb;
}
.apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-light.apexcharts-xaxistooltip-top:after, .apexcharts-canvas .apexcharts-xaxistooltip.apexcharts-theme-dark.apexcharts-xaxistooltip-top:after {
  border-top-color: #f3f2eb;
}
.apexcharts-canvas .apexcharts-yaxistooltip * {
  font-family: inherit !important;
}
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-light, .apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-dark {
  color: #000000;
  background: #f3f2eb;
  border-color: #f3f2eb;
}
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-light.apexcharts-yaxistooltip-right:before, .apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-dark.apexcharts-yaxistooltip-right:before {
  border-right-color: #f3f2eb;
}
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-light.apexcharts-yaxistooltip-right:after, .apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-dark.apexcharts-yaxistooltip-right:after {
  border-right-color: #f3f2eb;
}
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-light.apexcharts-yaxistooltip-left:before, .apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-dark.apexcharts-yaxistooltip-left:before {
  border-left-color: #f3f2eb;
}
.apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-light.apexcharts-yaxistooltip-left:after, .apexcharts-canvas .apexcharts-yaxistooltip.apexcharts-theme-dark.apexcharts-yaxistooltip-left:after {
  border-left-color: #f3f2eb;
}
.apexcharts-canvas .apexcharts-legend-marker {
  width: 0.625rem !important;
  height: 0.625rem !important;
  margin-right: 0.3125rem;
}
.apexcharts-canvas .apexcharts-menu {
  background: rgb(243 242 235);
  border: none;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075);
}
.apexcharts-canvas .apexcharts-menu .apexcharts-menu-item {
  color: rgba(0, 0, 0, 0.7);
}
.apexcharts-canvas .apexcharts-menu .apexcharts-menu-item:hover {
  background: rgba(0, 0, 0, 0.15);
  color: #000000;
}
.apexcharts-canvas.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg, .apexcharts-canvas.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg, .apexcharts-canvas.apexcharts-theme-light .apexcharts-zoomin-icon:hover svg, .apexcharts-canvas.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg, .apexcharts-canvas.apexcharts-theme-light .apexcharts-reset-icon:hover svg, .apexcharts-canvas.apexcharts-theme-light .apexcharts-menu-icon:hover svg {
  fill: #000000;
}

.ui-menu.ui-autocomplete.search-bar-autocomplete {
  border: none;
  border-radius: 0;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  font-family: inherit;
  z-index: 1030;
  padding: 0.3125rem 0rem;
  border-radius: 0.25rem;
}
.ui-menu.ui-autocomplete.search-bar-autocomplete .ui-menu-item a, .ui-menu.ui-autocomplete.search-bar-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  padding: 0.5rem 0.9375rem;
  border-radius: 0;
  margin: 0;
  font-weight: 400;
}
.ui-menu.ui-autocomplete.search-bar-autocomplete .ui-state-hover, .ui-menu.ui-autocomplete.search-bar-autocomplete .ui-widget-content .ui-state-hover, .ui-menu.ui-autocomplete.search-bar-autocomplete .ui-widget-header .ui-state-hover, .ui-menu.ui-autocomplete.search-bar-autocomplete .ui-state-focus, .ui-menu.ui-autocomplete.search-bar-autocomplete .ui-widget-content .ui-state-focus, .ui-menu.ui-autocomplete.search-bar-autocomplete .ui-widget-header .ui-state-focus, .ui-menu.ui-autocomplete.search-bar-autocomplete .ui-state-active, .ui-menu.ui-autocomplete.search-bar-autocomplete .ui-widget-content .ui-state-active, .ui-menu.ui-autocomplete.search-bar-autocomplete .ui-widget-header .ui-state-active {
  border: none;
  background: #e6e6e6;
  color: #000000;
}

.select-box {
  display: flex;
  width: 400px;
  flex-direction: column;
}

.select-box .options-container {
  background: #2f3640;
  color: #f5f6fa;
  max-height: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
  border-radius: 8px;
  overflow: hidden;

  order: 1;
}

.selected {
  background: #2f3640;
  border-radius: 8px;
  margin-bottom: 8px;
  color: #f5f6fa;
  position: relative;

  order: 0;
}

.selected::after {
  content: "";
  background: url("/assets/img/wizard/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;

  position: absolute;
  height: 100%;
  width: 32px;
  right: 10px;
  top: 5px;

  transition: all 0.4s;
}

.select-box .options-container.active {
  max-height: 240px;
  opacity: 1;
  overflow-y: scroll;
}

.select-box .options-container.active + .selected::after {
  transform: rotateX(180deg);
  top: -6px;
}

.select-box .options-container::-webkit-scrollbar {
  width: 8px;
  background: #0d141f;
  border-radius: 0 8px 8px 0;
}

.select-box .options-container::-webkit-scrollbar-thumb {
  background: #525861;
  border-radius: 0 8px 8px 0;
}

.select-box .option,
.selected {
  padding: 12px 24px;
  cursor: pointer;
}

.select-box .option:hover {
  background: #414b57;
}

.select-box label {
  cursor: pointer;
}

.select-box .option .radio {
  display: none;
}

.datepicker.datepicker-dropdown {
  width: 18.75rem;
  padding: 0.375rem 0.75rem 0.75rem;
  z-index: 1000 !important;
  border-radius: 0;
}
.datepicker.datepicker-dropdown:before, .datepicker.datepicker-dropdown:after {
  display: none;
}
.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next {
  padding: 0.625rem;
  min-width: 2.5rem;
}
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover {
  background: none !important;
  color: var(--bs-theme);
}
.datepicker .next, .datepicker .prev {
  overflow: hidden;
  text-indent: -100px;
  max-width: 1.875rem;
  padding: 0.3125rem 0;
  text-align: center;
}
.datepicker .next:before, .datepicker .prev:before {
  font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: absolute;
  width: 1.875rem;
  text-indent: 0;
}
.datepicker .next:before {
  content: "\f061";
  right: 0;
}
.datepicker .prev:before {
  content: "\f060";
  left: 0;
}
.datepicker .datepicker-switch {
  font-weight: 400;
  font-size: 0.9625rem;
  color: var(--bs-theme);
  width: 100% !important;
}
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev {
  padding: 0.3125rem;
}
.datepicker .datepicker-days, .datepicker .datepicker-months, .datepicker .datepicker-years {
  position: relative;
}
.datepicker .datepicker-days table {
  width: 100%;
}
.datepicker .datepicker-days table thead tr th.dow {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.74375rem;
  font-weight: 400;
  border-radius: 0;
  padding: 0.3125rem 0;
}
.datepicker .datepicker-days table tbody tr td {
  padding: 0.5rem 0rem;
  border-radius: 0;
  font-weight: 400;
  font-size: 0.74375rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #90a2aa;
  width: 14%;
}
.datepicker .datepicker-days table tbody tr td.old {
  color: #f3f2eb;
}
.datepicker .datepicker-days table tbody tr td.new {
  color: #617a86;
}
.datepicker .datepicker-days table tbody tr td:hover, .datepicker .datepicker-days table tbody tr td.focused, .datepicker .datepicker-days table tbody tr td.range {
  color: var(--bs-black);
  background: var(--bs-theme) !important;
}
.datepicker .datepicker-days table tbody tr td.active, .datepicker .datepicker-days table tbody tr td.selected {
  background: var(--bs-theme) !important;
  border-color: var(--bs-theme) !important;
  color: var(--bs-black);
  text-shadow: none;
  position: relative;
}
.datepicker .datepicker-days table tbody tr td.active:before, .datepicker .datepicker-days table tbody tr td.active:after, .datepicker .datepicker-days table tbody tr td.selected:before, .datepicker .datepicker-days table tbody tr td.selected:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  background: var(--bs-theme);
  width: 1px;
  left: -1px;
}
.datepicker .datepicker-days table tbody tr td.active:after, .datepicker .datepicker-days table tbody tr td.selected:after {
  bottom: auto;
  top: -1px;
  width: auto;
  height: 1px;
  right: -1px;
}
.datepicker .datepicker-months table tbody tr td, .datepicker .datepicker-years table tbody tr td, .datepicker .datepicker-decades table tbody tr td, .datepicker .datepicker-centuries table tbody tr td {
  padding-top: 0.1875rem;
}
.datepicker .datepicker-months table tbody tr td span, .datepicker .datepicker-years table tbody tr td span, .datepicker .datepicker-decades table tbody tr td span, .datepicker .datepicker-centuries table tbody tr td span {
  width: 25%;
  margin: 0;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: 400;
  font-size: 0.7875rem;
  margin: 0 -1px -1px 0;
  color: #c0cacf;
}
.datepicker .datepicker-months table tbody tr td span:hover, .datepicker .datepicker-months table tbody tr td span.focused, .datepicker .datepicker-years table tbody tr td span:hover, .datepicker .datepicker-years table tbody tr td span.focused, .datepicker .datepicker-decades table tbody tr td span:hover, .datepicker .datepicker-decades table tbody tr td span.focused, .datepicker .datepicker-centuries table tbody tr td span:hover, .datepicker .datepicker-centuries table tbody tr td span.focused {
  color: var(--bs-black) !important;
  background: var(--bs-theme) !important;
}
.datepicker .datepicker-months table tbody tr td span.focused, .datepicker .datepicker-years table tbody tr td span.focused, .datepicker .datepicker-decades table tbody tr td span.focused, .datepicker .datepicker-centuries table tbody tr td span.focused {
  color: var(--bs-theme);
}
.datepicker .datepicker-months table tbody tr td span.active, .datepicker .datepicker-years table tbody tr td span.active, .datepicker .datepicker-decades table tbody tr td span.active, .datepicker .datepicker-centuries table tbody tr td span.active {
  border-color: var(--bs-theme);
  position: relative;
  background: var(--bs-theme) !important;
  color: #000000 !important;
  text-shadow: none;
}

.input-daterange input.form-control:first-child {
  border-radius: 4px 0 0 4px;
}
.input-daterange input.form-control:last-child {
  border-radius: 0 4px 4px 0;
}

body .daterangepicker {
  z-index: 1030;
  border-color: rgba(0, 0, 0, 0.15);
  font-family: inherit;
  font-size: inherit;
  background: rgb(243 242 235);
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075);
  width: auto;
}
body .daterangepicker:before, body .daterangepicker:after {
  display: none;
}
body .daterangepicker:after {
  border-width: 0.4375rem;
  top: -0.4375rem;
  left: 0.625rem;
}
body .daterangepicker.opensright:after {
  right: 0.625rem;
  left: auto;
}
body .daterangepicker select.monthselect, body .daterangepicker select.yearselect {
  font-size: 0.7875rem;
}
body .daterangepicker .drp-calendar {
  max-width: inherit;
  padding: 0.75rem;
}
body .daterangepicker .drp-calendar .calendar-table {
  background: none;
  border: none;
  border-radius: 0;
}
body .daterangepicker .drp-calendar .calendar-table table thead .week, body .daterangepicker .drp-calendar .calendar-table table tbody .week {
  font-size: 0.74375rem;
  color: #c0cacf;
  font-weight: 400;
}
body .daterangepicker .drp-calendar .calendar-table table thead tr th {
  min-width: auto;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 0.375rem 0.75rem;
  color: #000000;
  font-weight: 400;
  font-size: inherit;
  border: none;
}
body .daterangepicker .drp-calendar .calendar-table table thead tr th.prev span, body .daterangepicker .drp-calendar .calendar-table table thead tr th.next span {
  border-color: rgba(0, 0, 0, 0.7);
}
body .daterangepicker .drp-calendar .calendar-table table thead tr th.prev:hover, body .daterangepicker .drp-calendar .calendar-table table thead tr th.prev:focus, body .daterangepicker .drp-calendar .calendar-table table thead tr th.next:hover, body .daterangepicker .drp-calendar .calendar-table table thead tr th.next:focus {
  background: none;
  color: var(--bs-theme);
}
body .daterangepicker .drp-calendar .calendar-table table thead tr th.prev:hover span, body .daterangepicker .drp-calendar .calendar-table table thead tr th.prev:focus span, body .daterangepicker .drp-calendar .calendar-table table thead tr th.next:hover span, body .daterangepicker .drp-calendar .calendar-table table thead tr th.next:focus span {
  border-color: var(--bs-theme);
}
body .daterangepicker .drp-calendar .calendar-table table thead tr th.month .yearselect, body .daterangepicker .drp-calendar .calendar-table table thead tr th.month .monthselect {
  border-color: rgba(0, 0, 0, 0.4);
  background: var(--bs-theme);
  border-radius: 4px;
  transition: all 0.2s linear;
}
body .daterangepicker .drp-calendar .calendar-table table thead tr th.month .yearselect:focus, body .daterangepicker .drp-calendar .calendar-table table thead tr th.month .monthselect:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.4);
}
body .daterangepicker .drp-calendar .calendar-table table thead tr:last-child th {
  font-size: 0.74375rem;
  padding-bottom: 0.5rem;
}
body .daterangepicker .drp-calendar .calendar-table table tbody tr td {
  min-width: auto;
  width: auto;
  height: auto;
  line-height: 1.3;
  padding: 0.625rem 0.375rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  border-color: rgba(0, 0, 0, 0.15);
  font-size: 0.7875rem;
  border-radius: 0 !important;
}
body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available:hover, body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available:focus {
  background: var(--bs-theme);
  border-color: var(--bs-theme);
  color: #000000;
}
body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available.in-range {
  background: rgba(var(--bs-theme-rgb), 0.75);
  border-color: rgba(var(--bs-theme-rgb), 0.85);
  color: #000000;
  border-radius: 0;
}
body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available.active {
  background: var(--bs-theme);
  border-color: var(--bs-theme);
  color: #000000;
}
body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available.start-date {
  border-radius: 0;
}
body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available.end-date {
  border-radius: 0;
}
body .daterangepicker .drp-calendar .calendar-table table tbody tr td.off {
  background: none;
  color: rgba(0, 0, 0, 0.4);
}
body .daterangepicker .drp-calendar.left {
  padding: 0.75rem !important;
}
body .daterangepicker .drp-calendar.left .calendar-table {
  padding: 0 !important;
}
body .daterangepicker .drp-calendar.right {
  padding: 0.75rem !important;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 575.98px) {
  body .daterangepicker .drp-calendar.right {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-left: none;
  }
}
body .daterangepicker .drp-buttons {
  padding: 0.75rem 0.75rem;
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.15);
  border: none;
}
body .daterangepicker .drp-buttons .btn.btn-primary {
  background: none;
  color: #2596be;
  border-color: #2596be;
}
body .daterangepicker .drp-buttons .btn.btn-primary:hover {
  color: #2596be;
  background-color: #2596be;
  border-color: #2596be;
}
.btn-check:focus + body .daterangepicker .drp-buttons .btn.btn-primary, body .daterangepicker .drp-buttons .btn.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 96, 96, 0.7);
}
.btn-check:checked + body .daterangepicker .drp-buttons .btn.btn-primary, .btn-check:active + body .daterangepicker .drp-buttons .btn.btn-primary, body .daterangepicker .drp-buttons .btn.btn-primary:active, body .daterangepicker .drp-buttons .btn.btn-primary.active, body .daterangepicker .drp-buttons .btn.btn-primary.dropdown-toggle.show {
  color: #000000;
  background-color: #2596be;
  border-color: #2596be;
}
.btn-check:checked + body .daterangepicker .drp-buttons .btn.btn-primary:focus, .btn-check:active + body .daterangepicker .drp-buttons .btn.btn-primary:focus, body .daterangepicker .drp-buttons .btn.btn-primary:active:focus, body .daterangepicker .drp-buttons .btn.btn-primary.active:focus, body .daterangepicker .drp-buttons .btn.btn-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 96, 96, 0.7);
}
body .daterangepicker .drp-buttons .btn.btn-primary:disabled, body .daterangepicker .drp-buttons .btn.btn-primary.disabled {
  color: #2596be;
  background-color: transparent;
}
body .daterangepicker .drp-buttons .btn.btn-primary:hover, body .daterangepicker .drp-buttons .btn.btn-primary:active {
  color: #000000;
}
body .daterangepicker .drp-buttons .btn.btn-default {
  background: none;
  color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
body .daterangepicker .drp-buttons .btn.btn-default:hover {
  color: rgb(217 119 87);
  background-color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.btn-check:focus + body .daterangepicker .drp-buttons .btn.btn-default, body .daterangepicker .drp-buttons .btn.btn-default:focus {
  box-shadow: 0 0 0 0.25rem rgba(168, 182, 188, 0.7);
}
.btn-check:checked + body .daterangepicker .drp-buttons .btn.btn-default, .btn-check:active + body .daterangepicker .drp-buttons .btn.btn-default, body .daterangepicker .drp-buttons .btn.btn-default:active, body .daterangepicker .drp-buttons .btn.btn-default.active, body .daterangepicker .drp-buttons .btn.btn-default.dropdown-toggle.show {
  color: #000000;
  background-color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.btn-check:checked + body .daterangepicker .drp-buttons .btn.btn-default:focus, .btn-check:active + body .daterangepicker .drp-buttons .btn.btn-default:focus, body .daterangepicker .drp-buttons .btn.btn-default:active:focus, body .daterangepicker .drp-buttons .btn.btn-default.active:focus, body .daterangepicker .drp-buttons .btn.btn-default.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(168, 182, 188, 0.7);
}
body .daterangepicker .drp-buttons .btn.btn-default:disabled, body .daterangepicker .drp-buttons .btn.btn-default.disabled {
  color: rgb(217 119 87);
  background-color: transparent;
}
body .daterangepicker .drp-buttons .btn.btn-default:hover, body .daterangepicker .drp-buttons .btn.btn-default:active {
  color: #000000;
}
body .daterangepicker .ranges {
  display: none;
}
body .daterangepicker.show-ranges .ranges {
  position: relative;
  display: block;
}
@media (max-width: 767.98px) {
  body .daterangepicker.show-ranges .ranges {
    float: none;
    margin: 0;
    padding: 0.625rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    overflow: scroll;
    max-width: 35rem;
  }
}
@media (max-width: 767.98px) {
  body .daterangepicker.show-ranges .ranges ul {
    width: auto;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    padding-right: 0.625rem;
  }
}
body .daterangepicker.show-ranges .ranges ul li {
  color: #90a2aa;
  font-size: 0.8125rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  body .daterangepicker.show-ranges .ranges ul li {
    border-radius: 4px;
    margin-right: 0.625rem !important;
  }
}
body .daterangepicker.show-ranges .ranges ul li:hover, body .daterangepicker.show-ranges .ranges ul li:focus {
  background: #44555e;
  color: #90a2aa;
}
body .daterangepicker.show-ranges .ranges ul li.active {
  background: var(--bs-theme);
  color: #000000;
  margin-right: -0.0625rem;
}
body .daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid rgba(0, 0, 0, 0.15) !important;
}
@media (max-width: 767.98px) {
  body .daterangepicker.show-ranges .drp-calendar.left {
    border-left: none !important;
  }
}

.app .slider.slider-horizontal {
  height: 1.5rem;
  width: 100%;
}
.app .slider.slider-horizontal .slider-track {
  height: 0.375rem;
  margin-top: -0.1875rem;
}
.app .slider.slider-vertical {
  margin: 0 auto;
  display: block;
}
.app .slider.slider-vertical .slider-track {
  width: 0.375rem;
  left: 50%;
  margin-left: -0.1875rem;
}
.app .slider.slider-disabled .slider-track {
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.15);
}
.app .slider.slider-disabled .slider-handle {
  background: #90a2aa;
  cursor: not-allowed;
}
.app .slider .slider-track {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.app .slider .slider-track .slider-selection {
  background: var(--bs-theme);
  box-shadow: none;
}
.app .slider .slider-handle {
  background: #000000;
  box-shadow: 0 0.0625rem 0.375rem rgba(39, 49, 54, 0.25);
}
.slider-selection {
  background: var(--bs-theme);
}
.slider-track-high {
  background: var(--bs-gray);
}
.slider-handle {
  background: #fff !important;
  border: 2px solid #2d353c !important;
}
.slider-tick-label {
  color: #878787;
  font-size: 12px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
  width: 15rem;
  padding: 0.9375rem;
}
.bootstrap-timepicker-widget.dropdown-menu.open:before, .bootstrap-timepicker-widget.dropdown-menu.open:after {
  display: none;
}
.bootstrap-timepicker-widget.dropdown-menu.open table tbody tr td {
  padding: 0;
  height: auto;
}
.bootstrap-timepicker-widget.dropdown-menu.open table tbody tr td.separator {
  padding: 0 0.3125rem;
}
.bootstrap-timepicker-widget.dropdown-menu.open table tbody tr td:not(.separator) {
  min-width: 3.75rem;
}
.bootstrap-timepicker-widget.dropdown-menu.open table tbody tr td input {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.3125rem;
  line-height: 1.5;
  background: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  width: 100%;
  margin: 0.3125rem 0;
  transition: all 0.15s ease-in-out;
}
.bootstrap-timepicker-widget.dropdown-menu.open table tbody tr td input:focus {
  border-color: rgba(0, 0, 0, 0.7);
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.4);
}
.bootstrap-timepicker-widget.dropdown-menu.open table tbody tr td a {
  padding: 0;
  outline: 0;
  color: #90a2aa;
  display: block;
  line-height: 2.25rem;
  height: 2.25rem;
  width: auto;
  margin: 0 auto;
  border: none;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.15s linear;
}
.bootstrap-timepicker-widget.dropdown-menu.open table tbody tr td a:hover {
  background: rgba(0, 0, 0, 0.15);
  color: var(--bs-theme);
}
.bootstrap-timepicker-widget.dropdown-menu.open table tbody tr td a .glyphicon {
  font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.bootstrap-timepicker-widget.dropdown-menu.open table tbody tr td a .glyphicon.glyphicon-chevron-up:before {
  content: "\f077";
}
.bootstrap-timepicker-widget.dropdown-menu.open table tbody tr td a .glyphicon.glyphicon-chevron-down:before {
  content: "\f078";
}

.bootstrap-table .dropdown-toggle .caret {
  display: none;
}
.bootstrap-table .fixed-table-container.fixed-height .fixed-table-header .table {
  border-bottom: none;
}
.bootstrap-table .fixed-table-container.fixed-height .fixed-table-body .table thead tr th {
  border-top: none;
  border-bottom: none;
}
.bootstrap-table .fixed-table-container .table thead tr {
  border-bottom-width: 0 !important;
}
.bootstrap-table .fixed-table-container .table thead tr th {
  border-bottom-color: initial !important;
}
.bootstrap-table .fixed-table-container .table thead tr th .sortable {
  position: relative;
  background-image: none !important;
}
.bootstrap-table .fixed-table-container .table thead tr th .sortable:after {
  content: "";
  position: absolute;
  font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  right: 0.625rem;
}
.bootstrap-table .fixed-table-container .table thead tr th .sortable.both:after {
  content: "\f0dc";
  color: rgba(var(--bs-inverse-rgb), 0.7);
}
.bootstrap-table .fixed-table-container .table thead tr th .sortable.asc:after {
  content: "\f0de";
  color: var(--bs-theme);
}
.bootstrap-table .fixed-table-container .table thead tr th .sortable.desc:after {
  content: "\f0dd";
  color: var(--bs-theme);
}
.bootstrap-table .fixed-table-container .table tbody tr:first-child {
  border-top: none;
}
.bootstrap-table .fixed-table-container .table tbody tr:first-child td {
  border-top: none;
}
.bootstrap-table.fullscreen {
  background: var(--bs-app-header-bg) !important;
}

.table-button,
.datatable-init + .dataTables_wrapper,
.datatable-init.dataTable,
#new_button { 
    visibility: hidden !important;
    opacity: 0 !important;
    transition: opacity 0.2s ease-in-out !important;
}

.dataTables_filter {
  display: none !important;
}

.dataTables_wrapper.dt-bootstrap5 .dataTables_length .form-select {
  margin-right: 0.5rem;
}
.dataTables_wrapper.dt-bootstrap5 .dataTables_scrollFootInner .table-bordered tr th:first-child, .dataTables_wrapper.dt-bootstrap5 .dataTables_scrollHeadInner .table-bordered tr th:first-child {
  border-left: 1px solid var(--bs-border-color) !important;
}
.dataTables_wrapper.dt-bootstrap5 .dataTables_scrollFoot {
  z-index: 1020;
  margin-top: -0.125rem !important;
  position: inherit;
}
.dataTables_wrapper.dt-bootstrap5 .dataTables_scrollFoot .dataTables_scrollFootInner {
  border-top: 1px solid var(--bs-border-color) !important;
}
.dataTables_wrapper.dt-bootstrap5 .dataTables_scrollBody {
  border-left: 1px solid var(--bs-border-color) !important;
}
.dataTables_wrapper.dt-bootstrap5 .dataTables_scrollBody thead > tr > th.sorting:before, .dataTables_wrapper.dt-bootstrap5 .dataTables_scrollBody thead > tr > th.sorting:after, .dataTables_wrapper.dt-bootstrap5 .dataTables_scrollBody thead > tr > td.sorting:before, .dataTables_wrapper.dt-bootstrap5 .dataTables_scrollBody thead > tr > td.sorting:after {
  display: none !important;
}
.dataTables_wrapper.dt-bootstrap5 .dt-buttons .btn-outline-default {
  background-color: transparent;
}
.dataTables_wrapper.dt-bootstrap5 .dt-buttons .btn-outline-default:hover, .dataTables_wrapper.dt-bootstrap5 .dt-buttons .btn-outline-default:focus {
  background-color: hsl(15.81deg 53.09% 47.65%);
}
.dataTables_wrapper.dt-bootstrap5 .dataTable.dtr-inline tr td.dtr-control:before {
  border-width: 1px;
  margin-top: -8px;
  border-color: var(--bs-theme);
  background: none;
  box-shadow: none;
  color: var(--bs-inverse);
  border-radius: 0;
}
.dataTables_wrapper.dt-bootstrap5 .dataTable.dtr-inline tr td.dtr-control:hover:before {
  background: none;
  color: var(--bs-theme);
}
.dataTables_wrapper.dt-bootstrap5 .dataTable.dtr-inline tr.parent td.dtr-control:before {
  border-color: var(--bs-theme);
  color: var(--bs-theme);
  background: none;
}
.dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > th.sorting, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > th.sorting_asc, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > th.sorting_desc, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > th.sorting_asc_disabled, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > th.sorting_desc_disabled, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > td.sorting, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > td.sorting_asc, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > td.sorting_desc, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > td.sorting_asc_disabled, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > td.sorting_desc_disabled {
  padding-right: 1.875rem;
}
.dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > th.sorting::before, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > th.sorting_asc::before, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > th.sorting_desc::before, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > th.sorting_asc_disabled::before, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > th.sorting_desc_disabled::before, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > td.sorting::before, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > td.sorting_asc::before, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > td.sorting_desc::before, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > td.sorting_asc_disabled::before, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > td.sorting_desc_disabled::before {
  content: "\f235";
  top: 20%;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > th.sorting::after, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > th.sorting_asc::after, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > th.sorting_desc::after, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > th.sorting_asc_disabled::after, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > th.sorting_desc_disabled::after, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > td.sorting::after, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > td.sorting_asc::after, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > td.sorting_desc::after, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > td.sorting_asc_disabled::after, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > td.sorting_desc_disabled::after {
  content: "\f229";
  top: 45%;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > th.sorting_asc:before, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > th.sorting_desc:after, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > td.sorting_asc:before, .dataTables_wrapper.dt-bootstrap5 .dataTable thead > tr > td.sorting_desc:after {
  color: var(--bs-theme);
  opacity: 1;
}
.dataTables_wrapper.dt-bootstrap5 .dataTable thead .dtfc-fixed-left, .dataTables_wrapper.dt-bootstrap5 .dataTable thead .dtfc-fixed-right, .dataTables_wrapper.dt-bootstrap5 .dataTable tbody .dtfc-fixed-left, .dataTables_wrapper.dt-bootstrap5 .dataTable tbody .dtfc-fixed-right, .dataTables_wrapper.dt-bootstrap5 .dataTable tfoot .dtfc-fixed-left, .dataTables_wrapper.dt-bootstrap5 .dataTable tfoot .dtfc-fixed-right {
  z-index: 1;
  background-color: var(--bs-body-bg);
}
.dataTables_wrapper.dt-bootstrap5 .dataTable thead .dtfc-fixed-left:first-child, .dataTables_wrapper.dt-bootstrap5 .dataTable thead .dtfc-fixed-right:first-child, .dataTables_wrapper.dt-bootstrap5 .dataTable tbody .dtfc-fixed-left:first-child, .dataTables_wrapper.dt-bootstrap5 .dataTable tbody .dtfc-fixed-right:first-child, .dataTables_wrapper.dt-bootstrap5 .dataTable tfoot .dtfc-fixed-left:first-child, .dataTables_wrapper.dt-bootstrap5 .dataTable tfoot .dtfc-fixed-right:first-child {
  border-left: none;
}
.dataTables_wrapper.dt-bootstrap5 .dataTable.dtfc-has-left tfoot {
  border: none !important;
}
.dataTables_wrapper.dt-bootstrap5 .dataTable.dtfc-has-left tfoot > tr {
  height: 0 !important;
}
.dataTables_wrapper.dt-bootstrap5 .dataTable.dtfc-has-left .dataTables_empty {
  text-align: left !important;
}
.dataTables_wrapper.dt-bootstrap5 .dtfc-right-top-blocker {
  height: auto !important;
  margin-top: 0 !important;
  background: var(--bs-border-color) !important;
}

.fc-event-list .fc-event-item .fc-event-link {
  padding: 0.35rem 0.7rem;
  color: #000000;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.fc-event-list .fc-event-item .fc-event-link:hover {
  background: rgba(0, 0, 0, 0.15);
}
.fc-event-list .fc-event-item .fc-event-link:after {
  content: "\f0b2";
  color: rgba(0, 0, 0, 0.7);
  line-height: 1;
  margin-left: auto;
  font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.fc-event-list .fc-event-item + .fc-event-item {
  margin-top: 0.5rem;
}

.fc-event-link.fc-dragging, .fc-event-link.fc-event-dragging {
  padding: 0.35rem 0.7rem;
  background: #1e2936;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #000000;
  display: block;
  display: flex;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075);
}

.fc .fc-toolbar, .fc .fc-header-toolbar {
  margin-bottom: 0 !important;
  flex-wrap: wrap;
  align-items: center;
}
.fc .fc-toolbar .fc-left, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1), .fc .fc-header-toolbar .fc-left, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .fc .fc-toolbar .fc-left .btn-group, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn-group, .fc .fc-header-toolbar .fc-left .btn-group, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn-group {
    width: 100%;
  }
}
.fc .fc-toolbar .fc-left .btn, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn, .fc .fc-header-toolbar .fc-left .btn, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn {
  min-width: 6.25rem;
  background: none;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.fc .fc-toolbar .fc-left .btn:hover, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn:hover, .fc .fc-header-toolbar .fc-left .btn:hover, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn:hover {
  color: rgb(217 119 87);
  background-color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.btn-check:focus + .fc .fc-toolbar .fc-left .btn, .fc .fc-toolbar .fc-left .btn:focus, .btn-check:focus + .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn:focus, .btn-check:focus + .fc .fc-header-toolbar .fc-left .btn, .fc .fc-header-toolbar .fc-left .btn:focus, .btn-check:focus + .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(168, 182, 188, 0.7);
}
.btn-check:checked + .fc .fc-toolbar .fc-left .btn, .btn-check:active + .fc .fc-toolbar .fc-left .btn, .fc .fc-toolbar .fc-left .btn:active, .fc .fc-toolbar .fc-left .btn.active, .fc .fc-toolbar .fc-left .btn.dropdown-toggle.show, .btn-check:checked + .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn, .btn-check:active + .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn:active, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn.active, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn.dropdown-toggle.show, .btn-check:checked + .fc .fc-header-toolbar .fc-left .btn, .btn-check:active + .fc .fc-header-toolbar .fc-left .btn, .fc .fc-header-toolbar .fc-left .btn:active, .fc .fc-header-toolbar .fc-left .btn.active, .fc .fc-header-toolbar .fc-left .btn.dropdown-toggle.show, .btn-check:checked + .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn, .btn-check:active + .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn:active, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn.active, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn.dropdown-toggle.show {
  color: #000000;
  background-color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.btn-check:checked + .fc .fc-toolbar .fc-left .btn:focus, .btn-check:active + .fc .fc-toolbar .fc-left .btn:focus, .fc .fc-toolbar .fc-left .btn:active:focus, .fc .fc-toolbar .fc-left .btn.active:focus, .fc .fc-toolbar .fc-left .btn.dropdown-toggle.show:focus, .btn-check:checked + .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn:focus, .btn-check:active + .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn:focus, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn:active:focus, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn.active:focus, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn.dropdown-toggle.show:focus, .btn-check:checked + .fc .fc-header-toolbar .fc-left .btn:focus, .btn-check:active + .fc .fc-header-toolbar .fc-left .btn:focus, .fc .fc-header-toolbar .fc-left .btn:active:focus, .fc .fc-header-toolbar .fc-left .btn.active:focus, .fc .fc-header-toolbar .fc-left .btn.dropdown-toggle.show:focus, .btn-check:checked + .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn:focus, .btn-check:active + .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn:focus, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn:active:focus, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn.active:focus, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(168, 182, 188, 0.7);
}
.fc .fc-toolbar .fc-left .btn:disabled, .fc .fc-toolbar .fc-left .btn.disabled, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn:disabled, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn.disabled, .fc .fc-header-toolbar .fc-left .btn:disabled, .fc .fc-header-toolbar .fc-left .btn.disabled, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn:disabled, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn.disabled {
  color: rgb(217 119 87);
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .fc .fc-toolbar .fc-left .btn, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn, .fc .fc-header-toolbar .fc-left .btn, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn {
    min-width: 5.625rem;
  }
}
.fc .fc-toolbar .fc-left .btn:hover, .fc .fc-toolbar .fc-left .btn:active, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn:hover, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) .btn:active, .fc .fc-header-toolbar .fc-left .btn:hover, .fc .fc-header-toolbar .fc-left .btn:active, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn:hover, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .btn:active {
  color: #000000;
}
.fc .fc-toolbar .fc-center, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(2), .fc .fc-header-toolbar .fc-center, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
  flex: 1;
  padding: 1rem;
}
.fc .fc-toolbar .fc-right, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3), .fc .fc-header-toolbar .fc-right, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
  padding: 1rem;
}
.fc .fc-toolbar .fc-right .btn, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn, .fc .fc-header-toolbar .fc-right .btn, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  background: none;
  color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.fc .fc-toolbar .fc-right .btn:hover, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn:hover, .fc .fc-header-toolbar .fc-right .btn:hover, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn:hover {
  color: rgb(217 119 87);
  background-color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.btn-check:focus + .fc .fc-toolbar .fc-right .btn, .fc .fc-toolbar .fc-right .btn:focus, .btn-check:focus + .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn:focus, .btn-check:focus + .fc .fc-header-toolbar .fc-right .btn, .fc .fc-header-toolbar .fc-right .btn:focus, .btn-check:focus + .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(168, 182, 188, 0.7);
}
.btn-check:checked + .fc .fc-toolbar .fc-right .btn, .btn-check:active + .fc .fc-toolbar .fc-right .btn, .fc .fc-toolbar .fc-right .btn:active, .fc .fc-toolbar .fc-right .btn.active, .fc .fc-toolbar .fc-right .btn.dropdown-toggle.show, .btn-check:checked + .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn, .btn-check:active + .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn:active, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn.active, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn.dropdown-toggle.show, .btn-check:checked + .fc .fc-header-toolbar .fc-right .btn, .btn-check:active + .fc .fc-header-toolbar .fc-right .btn, .fc .fc-header-toolbar .fc-right .btn:active, .fc .fc-header-toolbar .fc-right .btn.active, .fc .fc-header-toolbar .fc-right .btn.dropdown-toggle.show, .btn-check:checked + .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn, .btn-check:active + .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn:active, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn.active, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn.dropdown-toggle.show {
  color: #000000;
  background-color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.btn-check:checked + .fc .fc-toolbar .fc-right .btn:focus, .btn-check:active + .fc .fc-toolbar .fc-right .btn:focus, .fc .fc-toolbar .fc-right .btn:active:focus, .fc .fc-toolbar .fc-right .btn.active:focus, .fc .fc-toolbar .fc-right .btn.dropdown-toggle.show:focus, .btn-check:checked + .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn:focus, .btn-check:active + .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn:focus, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn:active:focus, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn.active:focus, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn.dropdown-toggle.show:focus, .btn-check:checked + .fc .fc-header-toolbar .fc-right .btn:focus, .btn-check:active + .fc .fc-header-toolbar .fc-right .btn:focus, .fc .fc-header-toolbar .fc-right .btn:active:focus, .fc .fc-header-toolbar .fc-right .btn.active:focus, .fc .fc-header-toolbar .fc-right .btn.dropdown-toggle.show:focus, .btn-check:checked + .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn:focus, .btn-check:active + .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn:focus, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn:active:focus, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn.active:focus, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(168, 182, 188, 0.7);
}
.fc .fc-toolbar .fc-right .btn:disabled, .fc .fc-toolbar .fc-right .btn.disabled, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn:disabled, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn.disabled, .fc .fc-header-toolbar .fc-right .btn:disabled, .fc .fc-header-toolbar .fc-right .btn.disabled, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn:disabled, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn.disabled {
  color: rgb(217 119 87);
  background-color: transparent;
}
.fc .fc-toolbar .fc-right .btn:hover, .fc .fc-toolbar .fc-right .btn:active, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn:hover, .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn:active, .fc .fc-header-toolbar .fc-right .btn:hover, .fc .fc-header-toolbar .fc-right .btn:active, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn:hover, .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .btn:active {
  color: #000000;
}
.fc .fc-view .fc-event, .fc .fc-view .fc-event-dot {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
}
.fc .fc-view .fc-event.fc-daygrid-dot-event, .fc .fc-view .fc-event-dot.fc-daygrid-dot-event {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
}
.fc .fc-view.fc-dayGrid-view .fc-week-number, .fc .fc-view.fc-dayGrid-view .fc-day-number, .fc .fc-view.fc-dayGrid-view .fc-daygrid-day-number, .fc .fc-view.fc-dayGridMonth-view .fc-week-number, .fc .fc-view.fc-dayGridMonth-view .fc-day-number, .fc .fc-view.fc-dayGridMonth-view .fc-daygrid-day-number {
  padding: 0.125rem 0.25rem;
}
.fc .fc-view.fc-dayGrid-view .fc-day-grid-event, .fc .fc-view.fc-dayGrid-view .fc-daygrid-day-events, .fc .fc-view.fc-dayGridMonth-view .fc-day-grid-event, .fc .fc-view.fc-dayGridMonth-view .fc-daygrid-day-events {
  margin-top: 0.125rem;
}
.fc .fc-view.fc-timeGrid-view .fc-time-grid .fc-slats table, .fc .fc-view.fc-timeGrid-view .fc-time-grid .fc-bg table {
  border: none;
}
.fc .fc-view.fc-timeGrid-view .fc-time-grid .fc-slats table tbody tr:first-child td, .fc .fc-view.fc-timeGrid-view .fc-time-grid .fc-slats table thead tr:first-child td, .fc .fc-view.fc-timeGrid-view .fc-time-grid .fc-bg table tbody tr:first-child td, .fc .fc-view.fc-timeGrid-view .fc-time-grid .fc-bg table thead tr:first-child td {
  border-top: none;
}
.fc .fc-view.fc-timeGrid-view .fc-time-grid .fc-content-skeleton table {
  border: none !important;
}
.fc .fc-view.fc-timeGrid-view .fc-time-grid .fc-content-skeleton table td, .fc .fc-view.fc-timeGrid-view .fc-time-grid .fc-content-skeleton table th {
  border: none !important;
}
.fc .fc-view a {
  text-decoration: none;
}
.fc .fc-view .fc-daygrid-event, .fc .fc-view .fc-timegrid-event-harness-inset .fc-timegrid-event, .fc .fc-view .fc-timegrid-event.fc-event-mirror, .fc .fc-view .fc-timegrid-more-link {
  box-shadow: none;
  border-radius: 0;
}
.fc td, .fc th {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.4);
}
.fc .fc-view-harness {
  height: auto !important;
}
.fc .fc-scroller-liquid-absolute {
  position: relative !important;
}
.fc a:not([href]) {
  color: inherit;
}

pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
  color: var(--bs-theme);
}
code.hljs {
  padding: 3px 5px
}

.hljs {
  color: #abb2bf;
  background: #fffffe
}
.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic
}
.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #c678dd
}
.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75
}
.hljs-literal {
  color: #56b6c2
}
.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta .hljs-string {
  color: #98c379
}
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #d19a66
}
.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #61aeee
}
.hljs-built_in,
.hljs-title.class_,
.hljs-class .hljs-title {
  color: #e6c07b
}
.hljs-emphasis {
  font-style: italic
}
.hljs-strong {
  font-weight: bold
}
.hljs-link {
  text-decoration: underline
}

.hljs-container {
  padding: 1rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}
.hljs-container pre {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
}

.target-container {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}
.target-container pre {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
}

body .typeahead__container {
  font: inherit;
}
body .typeahead__container .typeahead__field .typeahead__query input {
  background: none;
  border-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 4px 4px 0;
}
body .typeahead__container .typeahead__field .typeahead__query input:focus {
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.4);
}
body .typeahead__container .typeahead__field .typeahead__query .typeahead__cancel-button {
  color: transparent;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .typeahead__container .typeahead__field .typeahead__query .typeahead__cancel-button:before {
  content: "\f00d";
  position: absolute;
  color: var(--bs-body-color);
  font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
body .typeahead__container .typeahead__result .typeahead__list {
  background: rgb(243 242 235);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075);
  border: none;
  border-radius: 4px;
}
body .typeahead__container .typeahead__result .typeahead__list .typeahead__item > a {
  color: rgba(0, 0, 0, 0.75);
}
body .typeahead__container .typeahead__result .typeahead__list .typeahead__item > a:hover, body .typeahead__container .typeahead__result .typeahead__list .typeahead__item > a:focus {
  background: rgba(0, 0, 0, 0.15);
}
body .typeahead__container .typeahead__result .typeahead__list .typeahead__item.active > a {
  background: rgba(0, 0, 0, 0.15);
}
body .typeahead__container .typeahead__result .typeahead__list .typeahead__item + .typeahead__item {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.jvectormap-container {
  position: relative;
}
.jvectormap-container .jvectormap-zoomin, .jvectormap-container .jvectormap-zoomout, .jvectormap-container .jvectormap-goback {
  width: 1.125rem;
  height: 1.125rem;
  padding: 0;
  box-sizing: border-box;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.75);
  left: 1rem;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jvectormap-without-padding .jvectormap-container .jvectormap-zoomin, .jvectormap-without-padding .jvectormap-container .jvectormap-zoomout, .jvectormap-without-padding .jvectormap-container .jvectormap-goback {
  left: 0;
}
.jvectormap-container .jvectormap-zoomin:hover, .jvectormap-container .jvectormap-zoomout:hover, .jvectormap-container .jvectormap-goback:hover {
  color: #000000;
  background: rgba(0, 0, 0, 0.45);
}
.jvectormap-container .jvectormap-zoomin {
  top: 1rem;
}
.jvectormap-without-padding .jvectormap-container .jvectormap-zoomin {
  top: 0;
}
.jvectormap-container .jvectormap-zoomout {
  top: 2.5625rem;
}
.jvectormap-without-padding .jvectormap-container .jvectormap-zoomout {
  top: 1.5625rem;
}
.jvectormap-container .jvectormap-legend {
  background: rgba(53, 67, 74, 0.85);
  color: rgba(0, 0, 0, 0.75);
  box-shadow: none;
  border-radius: 0;
}
.jvectormap-container .jvectormap-legend-title {
  font-size: 0.6875rem;
  padding: 0.3rem 0.5rem;
  background: rgba(0, 0, 0, 0.15);
}
.jvectormap-container .jvectormap-legend-cnt-v .jvectormap-legend {
  padding: 0;
  margin: 1rem 1rem 0 0;
}
.jvectormap-container .jvectormap-legend-cnt-v .jvectormap-legend .jvectormap-legend-inner {
  padding: 0.5rem;
}
.jvectormap-container .jvectormap-legend-cnt-v .jvectormap-legend .jvectormap-legend-tick {
  display: flex;
  align-items: center;
}
.jvectormap-container .jvectormap-legend-cnt-v .jvectormap-legend .jvectormap-legend-tick-sample {
  width: 1rem;
  height: 1rem;
}
.jvectormap-container .jvectormap-legend-cnt-v .jvectormap-legend .jvectormap-legend-tick-text {
  padding-left: 0.5rem;
}

.jvectormap-tip {
  background: rgba(0, 0, 0, 0.9) !important;
  color: #000000 !important;
  font-weight: 600 !important;
  padding: 0.25rem 0.5rem !important;
  border: none !important;
  font-family: inherit !important;
  font-size: 0.7875rem !important;
  z-index: 1000;
  border-radius: 4px !important;
}

.pace {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pace .pace-progress {
  position: fixed;
  z-index: 1;
  top: 3.25rem;
  width: 100%;
  height: 0.125rem;
  background: var(--bs-theme);
  right: 100%;
}
.pace-top .pace .pace-progress {
  top: 0;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  width: 6.25rem;
  height: 100%;
  opacity: 1;
  box-shadow: none;
  right: 0;
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 1;
  top: 4.25rem;
  width: 1.125rem;
  height: 1.125rem;
  border: solid 0.125rem transparent;
  border-top-color: var(--bs-theme);
  border-left-color: rgba(0, 0, 0, 0.4);
  right: 1rem;
}
.pace-top .pace .pace-activity {
  top: 1rem;
}
.pace.pace-inactive {
  display: none;
}

@-webkit-keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ps {
  position: relative;
}
.ps .ps__rail-x, .ps .ps__rail-y {
  z-index: 10;
}
.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:hover, .ps .ps__rail-y:focus {
  background: none;
}
.ps .ps__thumb-y {
  border-radius: 0;
  background: none;
}
.ps .ps__thumb-y:before {
  content: "";
  background: #aaa;
  position: absolute;
  top: 0.0625rem;
  bottom: 0.0625rem;
  right: 0;
  left: 0;
}

.app-sidebar .ps__rail-x,
.app-sidebar .ps__rail-y {
  display: none;
}

body .picker {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: transparent;
  border-radius: 4px;
  white-space: nowrap;
}
body .picker > .pc-element {
  margin: 0.375rem 0 0 0.75rem;
  padding: 0.125rem 0.625rem !important;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.75);
  border-radius: 30px;
}
body .picker > .pc-element:hover {
  background: #c0cacf;
  color: #f3f2eb;
}
body .picker > .pc-element .pc-close {
  position: relative;
  margin: 0;
  top: 0;
  color: #000000;
  opacity: 0.5;
  font-size: 0.75rem;
  font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-left: 0.5rem;
  right: 0;
}
body .picker > .pc-element .pc-close:after {
  content: "\f00d" !important;
}
body .picker > .pc-element .pc-close:hover {
  opacity: 1;
}
body .picker > .pc-element + .pc-select {
  padding-top: 0.375rem;
}
body .picker > .pc-element + .pc-select .pc-element {
  margin-top: -0.375rem;
}
body .picker .pc-select {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: initial;
}
body .picker .pc-select .pc-element {
  display: block;
  margin: 0;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 0.75rem;
}
body .picker .pc-select .pc-list {
  padding: 0.5rem 0;
  top: 100%;
  background: rgb(243 242 235);
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075);
  border-radius: 0;
}
body .picker .pc-select .pc-list input[type=search] {
  display: block;
  width: calc(100% - 20px);
  margin: 0 0.625rem 0.3125rem;
  padding: 0.375rem 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 4px;
  font-size: 0.875rem;
}
body .picker .pc-select .pc-list input[type=search]:focus {
  color: rgba(0, 0, 0, 0.75);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.4);
}
body .picker .pc-select .pc-list ul > li {
  padding: 6px 20px;
  background: none;
  color: rgba(0, 0, 0, 0.7);
}
body .picker .pc-select .pc-list ul > li:nth-child(even) {
  background: none;
}
body .picker .pc-select .pc-list ul > li:hover {
  background: rgba(0, 0, 0, 0.15);
  color: #000000;
}

.sp-original-input-container .sp-add-on {
  min-width: 2.1875rem;
  background-image: none;
}
.sp-original-input-container .sp-add-on .sp-colorize {
  position: relative;
  overflow: hidden;
}
.sp-original-input-container .sp-add-on .sp-colorize:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid transparent;
}

body .sp-container {
  background: rgb(243 242 235);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
body .sp-container .sp-palette-container {
  border-color: rgba(0, 0, 0, 0.15);
}
body .sp-container .sp-picker-container .sp-input-container .sp-input {
  color: rgba(0, 0, 0, 0.75) !important;
  border-color: rgba(0, 0, 0, 0.4) !important;
}
body .sp-container .sp-picker-container .sp-cancel {
  background: none;
  border: 1px solid var(--bs-default);
  color: var(--bs-default);
}
body .sp-container .sp-picker-container .sp-cancel:hover, body .sp-container .sp-picker-container .sp-cancel:focus {
  background: var(--bs-default);
  color: #000000;
}
body .sp-container .sp-picker-container .sp-choose {
  background: none;
  border: 1px solid var(--bs-theme) !important;
  color: var(--bs-theme);
}
body .sp-container .sp-picker-container .sp-choose:hover, body .sp-container .sp-picker-container .sp-choose:focus {
  background: var(--bs-theme);
  color: #000000;
}

.note-editor {
  background: none;
  font-family: "Chakra Petch", sans-serif !important;
}
.note-editor.note-frame, .note-editor.note-airframe {
  color: rgba(0, 0, 0, 0.75);
}
.note-editor.note-frame .note-toolbar, .note-editor.note-airframe .note-toolbar {
  padding: 0.5rem 1rem 0.75rem;
  background: none;
  border-color: rgba(0, 0, 0, 0.4);
  border-radius: 0;
}
.note-editor.note-frame .note-toolbar .note-btn-group > .note-btn, .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn {
  line-height: 1.5;
  min-height: 2.1875rem;
  background: none;
  color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.note-editor.note-frame .note-toolbar .note-btn-group > .note-btn:hover, .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn:hover {
  color: rgb(217 119 87);
  background-color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.btn-check:focus + .note-editor.note-frame .note-toolbar .note-btn-group > .note-btn, .note-editor.note-frame .note-toolbar .note-btn-group > .note-btn:focus, .btn-check:focus + .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn, .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(168, 182, 188, 0.7);
}
.btn-check:checked + .note-editor.note-frame .note-toolbar .note-btn-group > .note-btn, .btn-check:active + .note-editor.note-frame .note-toolbar .note-btn-group > .note-btn, .note-editor.note-frame .note-toolbar .note-btn-group > .note-btn:active, .note-editor.note-frame .note-toolbar .note-btn-group > .note-btn.active, .note-editor.note-frame .note-toolbar .note-btn-group > .note-btn.dropdown-toggle.show, .btn-check:checked + .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn, .btn-check:active + .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn, .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn:active, .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn.active, .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn.dropdown-toggle.show {
  color: #000000;
  background-color: rgb(217 119 87);
  border-color: rgb(217 119 87);
}
.btn-check:checked + .note-editor.note-frame .note-toolbar .note-btn-group > .note-btn:focus, .btn-check:active + .note-editor.note-frame .note-toolbar .note-btn-group > .note-btn:focus, .note-editor.note-frame .note-toolbar .note-btn-group > .note-btn:active:focus, .note-editor.note-frame .note-toolbar .note-btn-group > .note-btn.active:focus, .note-editor.note-frame .note-toolbar .note-btn-group > .note-btn.dropdown-toggle.show:focus, .btn-check:checked + .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn:focus, .btn-check:active + .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn:focus, .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn:active:focus, .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn.active:focus, .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(168, 182, 188, 0.7);
}
.note-editor.note-frame .note-toolbar .note-btn-group > .note-btn:disabled, .note-editor.note-frame .note-toolbar .note-btn-group > .note-btn.disabled, .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn:disabled, .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn.disabled {
  color: rgb(217 119 87);
  background-color: transparent;
}
.note-editor.note-frame .note-toolbar .note-btn-group > .note-btn:hover, .note-editor.note-frame .note-toolbar .note-btn-group > .note-btn:focus, .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn:hover, .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn:focus {
  color: #000000;
}
.note-editor.note-frame .note-toolbar .note-btn-group > .note-btn .note-icon-caret:before, .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn .note-icon-caret:before {
  content: "";
}
.note-editor.note-frame .note-toolbar .note-btn-group > .note-btn > .note-icon-caret:first-child, .note-editor.note-airframe .note-toolbar .note-btn-group > .note-btn > .note-icon-caret:first-child {
  margin-left: -0.25rem;
}
.note-editor.note-frame .note-toolbar .note-dropdown-menu, .note-editor.note-airframe .note-toolbar .note-dropdown-menu {
  border: 0;
  padding: 0.5rem 0;
  background: rgb(243 242 235);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075);
  border-radius: 4px;
}
.note-editor.note-frame .note-toolbar .note-dropdown-menu .note-dropdown-item, .note-editor.note-airframe .note-toolbar .note-dropdown-menu .note-dropdown-item {
  padding: 6px 20px;
  color: rgba(0, 0, 0, 0.7);
}
.note-editor.note-frame .note-toolbar .note-dropdown-menu .note-dropdown-item:hover, .note-editor.note-airframe .note-toolbar .note-dropdown-menu .note-dropdown-item:hover {
  background: rgba(0, 0, 0, 0.15);
  color: #000000;
}
.note-editor.note-frame .note-toolbar .note-palette .note-color-palette .note-color-row, .note-editor.note-airframe .note-toolbar .note-palette .note-color-palette .note-color-row {
  display: flex;
}
.note-editor.note-frame .note-toolbar .note-palette .note-color-palette .note-color-row .note-color-btn, .note-editor.note-airframe .note-toolbar .note-palette .note-color-palette .note-color-row .note-color-btn {
  display: block;
  min-height: initial;
}
.note-editor.note-frame .note-toolbar .note-para .note-dropdown-menu, .note-editor.note-airframe .note-toolbar .note-para .note-dropdown-menu {
  min-width: 14.6875rem;
}
.note-editor.note-frame .note-editing-area .note-editable, .note-editor.note-airframe .note-editing-area .note-editable {
  padding: 1rem 1rem !important;
}
.note-editor.note-frame.fullscreen, .note-editor.note-airframe.fullscreen {
  top: 3.25rem !important;
  background: rgb(243 242 235);
}
@media (min-width: 768px) {
  .note-editor.note-frame.fullscreen, .note-editor.note-airframe.fullscreen {
    left: 16.875rem !important;
  }
}
.note-editor.note-frame.codeview .note-editing-area .note-codable, .note-editor.note-airframe.codeview .note-editing-area .note-codable {
  background: none;
}
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar, .note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
.note-editor .note-tooltip .note-tooltip-content {
  border-radius: 2px;
}
.note-editor .note-modal {
  padding: 3.25rem 0;
  overflow: scroll;
}
.note-editor .note-modal .note-modal-content {
  border: 0;
  background: rgb(243 241 234 / 95%);
  border-radius: 0;
  box-shadow: none;
}
.note-editor .note-modal .note-modal-content .note-modal-header {
  border: 0;
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.note-editor .note-modal .note-modal-content .note-modal-header .note-modal-title {
  color: #000000;
  font-weight: 400;
  font-size: 1.09375rem;
}
.note-editor .note-modal .note-modal-content .note-modal-header .close {
  color: #000000;
}
.note-editor .note-modal .note-modal-content .note-modal-body {
  padding: 1rem;
}
.note-editor .note-modal .note-modal-content .note-modal-body .form-group {
  padding-bottom: 1rem;
}
.note-editor .note-modal .note-modal-content .note-modal-body .form-group .note-form-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: inherit;
  display: block;
  padding: 0;
}
.note-editor .note-modal .note-modal-content .note-modal-body .form-group .note-form-control {
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  background: transparent;
}
.note-editor .note-modal .note-modal-content .note-modal-body .form-group .note-form-control:focus {
  border-color: rgba(0, 0, 0, 0.7);
}
.note-editor .note-modal .note-modal-content .note-modal-body .checkbox label {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.note-editor .note-modal .note-modal-content .note-modal-body .checkbox label input {
  margin-right: 0.5rem;
}
.note-editor .note-modal .note-modal-content .note-modal-footer {
  border: 0;
  height: auto;
  padding: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: flex-end;
}
.note-editor .note-modal .note-modal-content .note-modal-footer .note-btn {
  border: none;
  border-radius: 4px;
}
.note-editor .note-modal .note-modal-content .note-modal-footer .note-btn.note-btn-primary {
  background: none;
  border: 1px solid var(--bs-theme) !important;
  color: var(--bs-theme);
}
.note-editor .note-modal .note-modal-content .note-modal-footer .note-btn.note-btn-primary:hover, .note-editor .note-modal .note-modal-content .note-modal-footer .note-btn.note-btn-primary:focus {
  background: var(--bs-theme);
  color: #000000;
}

body .note-modal-backdrop {
  background: rgb(243 241 234 / 95%);
  opacity: 0.95;
  display: none !important;
}

.card > .note-editor.note-frame {
  border: none;
}
.card > form > .note-editor.note-frame {
  border: none;
}

.tagit {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tagit.form-control {
  height: auto;
  min-height: calc(1.5em + 0.75rem + 2px);
}
.tagit.ui-widget {
  margin-bottom: 0;
  font-family: inherit;
  box-shadow: none !important;
  border-color: rgba(0, 0, 0, 0.4) !important;
  color: rgba(0, 0, 0, 0.75) !important;
  position: relative !important;
  padding: 0.1875rem 0.75rem !important;
  line-height: 1.3125rem !important;
  border-radius: 4px !important;
  transition: all 0.15s ease-in-out;
  display: flex;
  flex-wrap: wrap;
}
.tagit.ui-widget li {
  float: none;
}
.tagit.ui-widget li.tagit-choice {
  font-size: 0.8125rem !important;
  font-weight: 400;
  padding: 0.125rem 0.625rem !important;
  margin-top: 0.0625rem !important;
  margin-bottom: 0.0625rem !important;
  border: none;
  background: rgba(0, 0, 0, 0.4) !important;
  color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin-right: 4px !important;
}
.tagit.ui-widget li.tagit-choice .tagit-close {
  position: relative;
  line-height: 1.3125rem;
  text-align: center;
  top: 0;
  height: 1.3125rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: 0 -0.3125rem -0.0625rem 0.3125rem;
}
.tagit.ui-widget li.tagit-choice .tagit-close .ui-icon-close {
  font-size: 0.625rem;
  color: rgba(0, 0, 0, 0.7);
  text-indent: 0;
  height: 100%;
  padding-top: 0.125rem;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.tagit.ui-widget li.tagit-choice .tagit-close .ui-icon-close:after {
  content: "\f00d" !important;
}
.tagit.ui-widget li.tagit-choice .tagit-close .ui-icon-close:hover {
  box-shadow: none !important;
  color: rgba(0, 0, 0, 0.75);
}
.tagit.ui-widget li.tagit-choice .tagit-close:hover .ui-icon-close:before, .tagit.ui-widget li.tagit-choice .tagit-close:focus .ui-icon-close:before {
  color: rgba(0, 0, 0, 0.4);
}
.tagit.ui-widget li.tagit-new {
  margin: 0.125rem 0;
  height: 1.4375rem;
  display: flex;
  align-items: center;
}
.tagit.ui-widget li.tagit-new input {
  color: rgba(0, 0, 0, 0.75);
}

.tagit-autocomplete {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  padding: 0.5rem 0;
  background: rgb(243 242 235);
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075);
}
.tagit-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  padding: 6px 20px;
  border: none;
  color: rgba(0, 0, 0, 0.7);
}
.tagit-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}

.calendar {
  min-height: calc(100vh - 3.25rem);
  display: flex;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 767.98px) {
  .calendar {
    border: none;
  }
}
.calendar .calendar-body {
  flex: 1;
}
.calendar .calendar-body + .calendar-sidebar {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}
.calendar .calendar-body .fc .fc-head-container th {
  border-bottom-width: 0;
}
.calendar .calendar-body .fc table {
  border: none !important;
}
.calendar .calendar-body .fc table thead tr, .calendar .calendar-body .fc table tbody tr {
  border-width: 0;
}
.calendar .calendar-body .fc table thead tr th:first-child, .calendar .calendar-body .fc table thead tr td:first-child, .calendar .calendar-body .fc table tbody tr th:first-child, .calendar .calendar-body .fc table tbody tr td:first-child {
  border-left-width: 0 !important;
}
.calendar .calendar-body .fc table thead tr th:last-child, .calendar .calendar-body .fc table thead tr td:last-child, .calendar .calendar-body .fc table tbody tr th:last-child, .calendar .calendar-body .fc table tbody tr td:last-child {
  border-right-width: 0 !important;
}
.calendar .calendar-body .fc table .fc-head-container {
  border: none;
}
.calendar .calendar-sidebar {
  width: 13.75rem;
  padding: 1rem;
}
@media (max-width: 991.98px) {
  .calendar .calendar-sidebar {
    display: none;
  }
}
.calendar .calendar-sidebar + .calendar-body {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}
.calendar .calendar-sidebar .calendar-sidebar-title {
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  display: flex;
  align-items: flex-end;
}

.coming-soon {
  min-height: 100vh;
  align-items: center;
}
.coming-soon .coming-soon-img img {
  max-width: 100%;
}
.coming-soon .coming-soon-timer {
  padding: 2rem;
  min-height: 50vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.coming-soon .coming-soon-content {
  min-height: 50vh;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 2rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
  flex: 1;
}
.coming-soon .coming-soon-content > * {
  max-width: 32.5rem;
  margin-left: auto;
  margin-right: auto;
}
.coming-soon .is-countdown {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.coming-soon .is-countdown:before, .coming-soon .is-countdown:after {
  content: "";
  display: table;
  clear: both;
}
.coming-soon .is-countdown .countdown-row {
  display: block;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coming-soon .is-countdown .countdown-show4 .countdown-section {
  width: 7.5rem;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.15);
  margin: 0.75rem;
  color: #000000;
  border-radius: 12px;
}
@media (max-width: 575.98px) {
  .coming-soon .is-countdown .countdown-show4 .countdown-section {
    width: 5rem;
    padding: 0.5rem 0;
    margin: 0.25rem;
  }
}
.coming-soon .is-countdown .countdown-amount {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.25;
}
@media (max-width: 575.98px) {
  .coming-soon .is-countdown .countdown-amount {
    font-size: 1.75rem;
  }
}
.coming-soon .is-countdown .countdown-period {
  font-size: 1.00625rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  .coming-soon .is-countdown .countdown-period {
    font-size: 0.7875rem;
  }
}

.error-page {
  min-height: 100vh;
  padding: 4rem 0;
  display: flex;
  align-items: center;
}
.error-page .error-page-content {
  margin: 0 auto;
  position: relative;
  padding: 0 1rem;
  text-align: center;
}
.error-page .error-page-content .error-code {
  color: #000000;
  left: 0;
  right: 0;
  font-size: 7.375rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 5px;
  text-shadow: 10px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 575.98px) {
  .error-page .error-page-content .error-code {
    font-size: 6.375rem;
  }
}
.error-page .error-page-content .error-page-icon i {
  font-size: 8rem;
  color: #90a2aa;
}
.error-page .error-page-content h1, .error-page .error-page-content .h1 {
  font-size: 3rem;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .error-page .error-page-content h1, .error-page .error-page-content .h1 {
    font-size: 3.25rem;
  }
}
.error-page .error-page-content h3, .error-page .error-page-content .h3 {
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .error-page .error-page-content h3, .error-page .error-page-content .h3 {
    font-size: 1rem;
  }
}
.error-page .error-page-content .link-divider {
  width: 0.25rem;
  height: 0.25rem;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  top: -0.125rem;
  margin: 0 1rem;
  border-radius: 4px;
}

#sitemap-container > .file-node {
  padding-left: 0 !important;
}
.file-tree {
  position: relative;
}
.file-tree .file-node {
  position: relative;
  padding-left: 0.9375rem;
}
.file-tree .file-node .file-link {
  text-decoration: none;
  padding: 0.25rem 0.25rem;
  color: var(--bs-body-text);
  position: relative;
  border-radius: 4px;
  display: flex;
  font-size: 0.8125rem;
}
.file-tree .file-node .file-link > *:hover, .file-tree .file-node .file-link > *:focus {
  opacity: 0.75;
}
.file-tree .file-node .file-link .file-info {
  display: flex;
  flex: 1;
  color: var(--bs-body-color);
}
.file-tree .file-node .file-link .main-icon {
  color: var(--bs-theme);
  font-size: 1rem;
  width: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.35rem;
}
.file-tree .file-node .file-link .file-icon {
  font-size: 1rem;
  width: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.35rem;
  color: #28261b;
}
.file-tree .file-node .file-link .file-text {
  flex: 1;

}
.file-tree .file-node.has-sub > .file-link .file-arrow:before {
  content: "+";
  position: absolute;
  top: 50%;
  margin-top: -0.65625rem;
  width: 0.75rem;
  display: flex;
  justify-content: center;
  font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  left: -0.75rem;
}
.file-tree .file-node.has-sub.expand > .file-tree {
  display: block;
}
.file-tree .file-node.has-sub.expand > .file-link .file-arrow:before {
  content: "\f068";
}
.file-tree .file-node.selected > .file-link {
  font-weight: 400;
}
.file-tree .file-node.selected > .file-link > .file-info {
  opacity: 1;
}
.file-tree .file-tree {
  display: none;
}

@keyframes attackEffect {
  40% {
    background-color: rgba(255, 0, 0, 0.2);
    width: 40%;
  }
  80% {
    background-color: rgba(255, 0, 0, 0.7);
    width: 80%;
  }
  100% {
    background-color: rgba(255, 0, 0, 0.1);
    width: 100%;
     opacity: 0;
    visibility: hidden;
  }
}

.file-tree .file-node.attack {
  overflow: hidden;
  position: relative;
}

.file-tree .file-node.attack::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--bs-body-bg);
  z-index: -1;
  animation: attackEffect 2s linear 5 forwards;
}

.text-pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

#toggle-live.active {
  background-color: #2d9211;
  color: white;
}

.file-manager {
  --bs-file-manager-sidebar-width: 15.625rem;
  --bs-file-manager-mobile-sidebar-margin: -15.625rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.file-manager .file-manager-toolbar {
  background: rgba(var(--bs-body-bg-rgb), 0.7);
  padding: 0.25rem;
  border-bottom: 1px solid var(--bs-border-color);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .file-manager .file-manager-toolbar {
    overflow: scroll;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.file-manager .file-manager-container {
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative;
}
.file-manager .file-manager-container .file-manager-sidebar {
  display: flex;
  flex-direction: column;
  width: var(--bs-file-manager-sidebar-width);
  min-width: var(--bs-file-manager-sidebar-width);
}
@media (max-width: 991.98px) {
  .file-manager .file-manager-container .file-manager-sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(var(--bs-body-bg-rgb), 0.95);
    z-index: 10;
    transition: all 0.2s ease-in-out;
    left: var(--bs-file-manager-mobile-sidebar-margin);
    margin-left: 0.0625rem;
    border-right: 1px solid var(--bs-border-color-translucent);
  }
}
.file-manager .file-manager-container .file-manager-sidebar .file-manager-sidebar-mobile-toggler {
  position: absolute;
  top: 1rem;
  width: 2rem;
  left: 100%;
  margin-left: 0.0625rem;
}
.file-manager .file-manager-container .file-manager-sidebar .file-manager-sidebar-mobile-toggler .btn {
  background: rgba(var(--bs-body-bg-rgb), 0.95);
  color: var(--bs-component-color);
  border-radius: 0;
  padding: 0.5rem 0.65rem;
  box-shadow: 0 0.5rem 1rem rgba(var(--bs-inverse-rgb), 0.075);
  transition: all 0.2s ease-in-out;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid var(--bs-border-color-translucent);
  border-left: none;
}
@media (min-width: 992px) {
  .file-manager .file-manager-container .file-manager-sidebar .file-manager-sidebar-mobile-toggler {
    display: none;
  }
}
.file-manager .file-manager-container .file-manager-sidebar .file-manager-sidebar-content {
  flex: 1;
  overflow: hidden;
}
.file-manager .file-manager-container .file-manager-sidebar .file-manager-sidebar-footer {
  padding: 0.5rem 1rem;
  border-top: 1px solid var(--bs-border-color);
}
.file-manager .file-manager-container .file-manager-content {
  flex: 1;
}
@media (min-width: 992px) {
  .file-manager .file-manager-container .file-manager-content {
    border-left: 1px solid var(--bs-border-color);
  }
}
@media (max-width: 767.98px) {
  .file-manager .file-manager-container .file-manager-content {
    overflow: scroll;
    flex-wrap: nowrap;
  }
}
.file-manager.file-manager-sidebar-mobile-toggled .file-manager-sidebar {
  left: 0;
}
@media (max-width: 991.98px) {
  .file-manager.file-manager-sidebar-mobile-toggled .file-manager-sidebar {
    box-shadow: 0 1rem 3rem rgba(var(--bs-inverse-rgb), 0.175);
  }
}
@media (max-width: 991.98px) {
  .file-manager.file-manager-sidebar-mobile-toggled .file-manager-sidebar .file-manager-sidebar-mobile-toggler .btn {
    box-shadow: none;
  }
}

.vulnsign-page {
  min-height: 100vh;
  padding: 4rem 0;
  display: flex;
  align-items: center;
}
.vulnsign-page .vulnsign-page-content {
  margin: 0 auto;
  position: relative;
  padding: 0 1rem;
  text-align: center;
}
.vulnsign-page .vulnsign-page-content .vulnsign-code {
  color: #000000;
  left: 0;
  right: 0;
  font-size: 7.375rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 5px;
  text-shadow: 10px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 575.98px) {
  .vulnsign-page .vulnsign-page-content .vulnsign-code {
    font-size: 6.375rem;
  }
}
.vulnsign-page .vulnsign-page-content .vulnsign-page-icon i {
  font-size: 8rem;
  color: #90a2aa;
}
.vulnsign-page .vulnsign-page-content h1, .vulnsign-page .vulnsign-page-content .h1 {
  font-size: 3rem;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .vulnsign-page .vulnsign-page-content h1, .vulnsign-page .vulnsign-page-content .h1 {
    font-size: 3.25rem;
  }
}
.vulnsign-page .vulnsign-page-content h3, .vulnsign-page .vulnsign-page-content .h3 {
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .vulnsign-page .vulnsign-page-content h3, .vulnsign-page .vulnsign-page-content .h3 {
    font-size: 1rem;
  }
}
.vulnsign-page .vulnsign-page-content .link-divider {
  width: 0.25rem;
  height: 0.25rem;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  top: -0.125rem;
  margin: 0 1rem;
  border-radius: 4px;
}

.preferences-menu-container {
  min-width: 12.5rem;
}
@media (min-width: 768px) {
  .preferences-menu-container {
    min-height: calc(100vh - 3.25rem);
    border-right: 1px solid rgba(0, 0, 0, 0.4);
  }
}

.preferences-menu {
  padding: 1rem;
  padding: 0;
}
@media (max-width: 767.98px) {
  .preferences-menu {
    overflow: scroll;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    position: -webkit-sticky;
    position: sticky;
    top: 3.25rem;
    display: flex;
    flex-wrap: nowrap;
  }
}
.preferences-menu .preferences-menu-header {
  padding: 1rem 1rem 0.25rem;
  font-weight: 400;
  font-size: 90%;
}
@media (max-width: 767.98px) {
  .preferences-menu .preferences-menu-header {
    display: none;
  }
}
.preferences-menu .preferences-menu-item .preferences-menu-link {
  padding: 0.35rem 1.25rem;
  display: block;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .preferences-menu .preferences-menu-item .preferences-menu-link {
    white-space: nowrap;
    padding: 0.9375rem 1.25rem 0.625rem;
  }
}
.preferences-menu .preferences-menu-item .preferences-menu-link .fa {
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767.98px) {
  .preferences-menu .preferences-menu-item .preferences-menu-link .fa {
    display: block;
    margin: 0 0 0.1875rem !important;
    width: auto !important;
    font-size: 1.125rem;
  }
}
.preferences-menu .preferences-menu-item .preferences-menu-link:hover {
  color: rgba(0, 0, 0, 0.75);
}
.preferences-menu .preferences-menu-item .preferences-menu-link.active {
  color: var(--bs-theme);
  font-weight: 400;
}
.preferences-menu .preferences-menu-item .preferences-menu-link.active .fa {
  color: inherit;
}

.preferences-content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .preferences-content-container {
    min-height: calc(100vh - 3.25rem);
  }
}

.preferences {
  padding: 1rem;
}
.preferences + .preferences {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.preferences .preferences-title {
  font-size: 1.09375rem;
  color: #000000;
  font-weight: 400;
  margin-bottom: 1rem;
}
.preferences .preferences-title a {
  color: #000000;
  text-decoration: none;
}
.preferences .preferences-title a i {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.7);
  margin-left: 0.3125rem;
}
.preferences .preferences-title small, .preferences .preferences-title .small {
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.7875rem;
}
.preferences .preferences-image-list {
  list-style-type: none;
  margin: -0.15rem;
  padding: 0;
}
.preferences .preferences-image-list:before, .preferences .preferences-image-list:after {
  content: "";
  display: table;
  clear: both;
}
.preferences .preferences-image-list > li {
  position: relative;
  padding-top: 12.5%;
  width: 16.6667%;
  float: left;
}
@media (max-width: 991.98px) {
  .preferences .preferences-image-list > li {
    width: 25%;
    padding-top: 18.75%;
  }
}
@media (max-width: 767.98px) {
  .preferences .preferences-image-list > li {
    width: 33.33%;
    padding-top: 33.33%;
  }
}
@media (max-width: 575.98px) {
  .preferences .preferences-image-list > li {
    width: 50%;
    padding-top: 50%;
  }
}
.preferences .preferences-image-list > li:hover {
  z-index: 10;
}
.preferences .preferences-image-list > li a {
  position: absolute;
  left: 0.15rem;
  right: 0.15rem;
  bottom: 0.15rem;
  top: 0.15rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .preferences .preferences-image-list > li a:hover {
    left: -15%;
    right: -15%;
    top: -15%;
    bottom: -15%;
  }
}
.preferences .preferences-image-list > li img, .preferences .preferences-image-list > li .img {
  max-width: 100%;
}
.preferences .preferences-image-list > li .img-portrait {
  height: 100%;
  width: auto;
  max-height: 100%;
  max-width: inherit;
}
@media (max-width: 767.98px) {
  .preferences .preferences-image-list > li .img-portrait-xs {
    height: 100%;
    width: auto;
    max-height: 100%;
    max-width: inherit;
  }
}

.login {
  min-height: 100vh;
  padding: 3rem 1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .login {
    padding: 1rem;
  }
}
.login .login-content {
  max-width: 22.5rem;
  margin: 0 auto;
  position: relative;
  flex: 1;
}

.issue {
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 76%;
  min-width: 0; 
}
.issue .issue-toolbar {
  display: flex;
}

@media (max-width: 991.98px) {
  .issue .issue-toolbar {
    overflow: scroll;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-y: hidden; 
    overflow-x: auto;
    scrollbar-width: thin; /* Firefox için */
    scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
    padding-bottom: 10px;
  }
}

.issue .issue-toolbar .issue-toolbar-link {
  padding: 0.5rem 1rem;
}
.issue .issue-toolbar .issue-toolbar-item {
  padding-right: 0.5rem;
}
.issue .issue-toolbar .issue-toolbar-link {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  border-radius: 4px;
}
.issue .issue-toolbar .issue-toolbar-link:hover {
  background: rgba(0, 0, 0, 0.4);
}
.issue .issue-toolbar .issue-toolbar-link.active {
  background: var(--bs-theme);
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
}

.vulnerability {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.vulnerability .vulnerability-toolbar {
  padding: 0.75rem;
  display: flex;
}
@media (max-width: 991.98px) {
  .vulnerability .vulnerability-toolbar {
    overflow: scroll;
    white-space: nowrap;
    padding: 0.5rem;
    flex-wrap: nowrap;
  }
}
.vulnerability .vulnerability-toolbar .vulnerability-toolbar-text {
  color: rgba(0, 0, 0, 0.7);
  padding: 0.5rem;
}
@media (max-width: 991.98px) {
  .vulnerability .vulnerability-toolbar .vulnerability-toolbar-text {
    padding: 0;
  }
}
.vulnerability .vulnerability-toolbar .vulnerability-toolbar-link {
  padding: 0.5rem 1rem;
}
.vulnerability .vulnerability-toolbar .vulnerability-toolbar-item {
  padding: 0.5rem;
}
.vulnerability .vulnerability-toolbar .vulnerability-toolbar-link {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  border-radius: 4px;
}
.vulnerability .vulnerability-toolbar .vulnerability-toolbar-link:hover {
  background: rgba(0, 0, 0, 0.4);
}
.vulnerability .vulnerability-toolbar .vulnerability-toolbar-link.active {
  background: var(--bs-theme);
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
}
.vulnerability .vulnerability-body {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  overflow: hidden;
  display: flex;
  flex: 1;
}
.vulnerability .vulnerability-body .vulnerability-sidebar {
  max-width: 23rem;
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .vulnerability .vulnerability-body .vulnerability-sidebar {
    max-width: 100%;
    height: auto;
  }
}
.vulnerability .vulnerability-body .vulnerability-sidebar + .vulnerability-content {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 991.98px) {
  .vulnerability .vulnerability-body .vulnerability-sidebar + .vulnerability-content {
    border-left: none;
  }
}
.vulnerability .vulnerability-body .vulnerability-content {
  height: 100%;
  flex: 1;
}
.vulnerability .vulnerability-empty-message {
  min-height: 100%;
  width: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vulnerability .vulnerability-empty-message .vulnerability-empty-message-icon i {
  font-size: 6.125rem;
}
.vulnerability .vulnerability-empty-message .vulnerability-empty-message-img {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
.vulnerability .vulnerability-empty-message .vulnerability-empty-message-img img {
  width: 100%;
  height: 100%;
  max-width: 30rem;
  max-height: 30rem;
  opacity: 0.5;
}
.vulnerability .vulnerability-empty-message .vulnerability-empty-message-title {
  font-size: 1.3125rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}
.vulnerability .vulnerability-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.vulnerability .vulnerability-list .vulnerability-list-item {
  padding: 1rem;
  display: flex;
}
.vulnerability .vulnerability-list .vulnerability-list-item + .vulnerability-list-item {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.vulnerability .vulnerability-list .vulnerability-list-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.vulnerability .vulnerability-list .vulnerability-list-item.unread .vulnerability-message .vulnerability-title {
  font-weight: 400;
  color: #000000;
}
.vulnerability .vulnerability-list .vulnerability-list-item.active {
  background: rgba(0, 0, 0, 0.1);
}
.vulnerability .vulnerability-list .vulnerability-list-item.has-attachment .vulnerability-checkbox:after {
  content: "\f0c1";
  position: absolute;
  top: 1.5625rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  width: 1.125rem;
  font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  left: 0;
}
.vulnerability .vulnerability-list .vulnerability-checkbox {
  position: relative;
}
.vulnerability .vulnerability-list .vulnerability-checkbox + .vulnerability-message {
  padding-left: 0.4rem;
}
.vulnerability .vulnerability-list .vulnerability-message {
  flex: 1;
}
.vulnerability .vulnerability-list .vulnerability-message .vulnerability-list-item-link {
  display: block;
  color: #000000;
  text-decoration: none;
  position: relative;
}
.vulnerability .vulnerability-list .vulnerability-message .vulnerability-sender {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .vulnerability .vulnerability-list .vulnerability-message .vulnerability-sender {
    display: block;
  }
}
.vulnerability .vulnerability-list .vulnerability-message .vulnerability-sender .vulnerability-sender-name {
  font-weight: 400;
  color: var(--bs-theme);
  flex: 1;
  margin-right: auto;
}
.vulnerability .vulnerability-list .vulnerability-message .vulnerability-sender .vulnerability-time {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  padding-left: 0.5rem;
}
.vulnerability .vulnerability-list .vulnerability-message .vulnerability-title {
  color: rgba(0, 0, 0, 0.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 18.125rem;
}
@media (max-width: 991.98px) {
  .vulnerability .vulnerability-list .vulnerability-message .vulnerability-title {
    max-width: initial;
    white-space: initial;
  }
}
.vulnerability .vulnerability-list .vulnerability-message .vulnerability-desc {
  position: relative;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.7);
  max-height: 2.625rem;
  overflow: hidden;
}
.vulnerability .vulnerability-detail {
  padding: 1.5rem;
}
@media (max-width: 991.98px) {
  .vulnerability .vulnerability-detail {
    padding: 1rem;
  }
}
.vulnerability .vulnerability-detail .vulnerability-detail-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0 0 1.5rem;
}
@media (max-width: 991.98px) {
  .vulnerability .vulnerability-detail .vulnerability-detail-header {
    padding-bottom: 1rem;
  }
}
.vulnerability .vulnerability-detail .vulnerability-detail-content {
  padding: 1.5rem 0;
}
@media (max-width: 991.98px) {
  .vulnerability .vulnerability-detail .vulnerability-detail-content {
    padding: 1rem 0;
  }
}
.vulnerability .vulnerability-detail .vulnerability-detail-body {
  font-size: 0.875rem;
}
.vulnerability .vulnerability-detail .vulnerability-detail-attachment {
  display: flex;
  flex-wrap: wrap;
}
.vulnerability .vulnerability-detail .vulnerability-detail-attachment .vulnerability-attachment {
  background: rgba(0, 0, 0, 0.15);
  min-width: 5rem;
  max-width: 10rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
  border-radius: 4px;
  margin-right: 0.5rem;
}
.vulnerability .vulnerability-detail .vulnerability-detail-attachment .vulnerability-attachment a {
  display: block;
  text-decoration: none;
}
.vulnerability .vulnerability-detail .vulnerability-detail-attachment .vulnerability-attachment .document-file {
  height: 3.75rem;
  overflow: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
}
.vulnerability .vulnerability-detail .vulnerability-detail-attachment .vulnerability-attachment .document-file i {
  display: block;
  line-height: 3.75rem;
  font-size: 2rem;
  color: #000000;
}
.vulnerability .vulnerability-detail .vulnerability-detail-attachment .vulnerability-attachment .document-file img {
  max-width: 100%;
}
.vulnerability .vulnerability-detail .vulnerability-detail-attachment .vulnerability-attachment .document-name {
  color: #000000;
  padding: 0.125rem 0.625rem;
  font-size: 0.8125rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vulnerability .vulnerability-form .vulnerability-form-header {
  padding: 1rem 1.5rem;
}
@media (max-width: 991.98px) {
  .vulnerability .vulnerability-form .vulnerability-form-header {
    padding: 0.75rem 1rem;
  }
}
.vulnerability .vulnerability-form .vulnerability-form-header .form-control {
  background: rgba(0, 0, 0, 0.15);
}
.vulnerability .vulnerability-form .note-editor {
  border: none;
  border-radius: 0;
}
.vulnerability .vulnerability-form .note-editor .note-toolbar {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.vulnerability .vulnerability-form .note-editor .note-editing-area {
  background: rgba(0, 0, 0, 0.15);
}

.request {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.request .request-toolbar {
  padding: 0.75rem;
  display: flex;
}
@media (max-width: 991.98px) {
  .request .request-toolbar {
    overflow: scroll;
    white-space: nowrap;
    padding: 0.5rem;
    flex-wrap: nowrap;
  }
}
.request .request-toolbar .request-toolbar-text {
  color: rgba(0, 0, 0, 0.7);
  padding: 0.5rem;
}
@media (max-width: 991.98px) {
  .request .request-toolbar .request-toolbar-text {
    padding: 0;
  }
}
.request .request-toolbar .request-toolbar-link {
  padding: 0.5rem 1rem;
}
.request .request-toolbar .request-toolbar-item {
  padding: 0.5rem;
}
.request .request-toolbar .request-toolbar-link {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  border-radius: 4px;
}
.request .request-toolbar .request-toolbar-link:hover {
  background: rgba(0, 0, 0, 0.4);
}
.request .request-toolbar .request-toolbar-link.active {
  background: var(--bs-theme);
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
}
.request .request-body {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  overflow: hidden;
  display: flex;
  flex: 1;
}
.request .request-body .request-sidebar {
  max-width: 23rem;
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .request .request-body .request-sidebar {
    max-width: 100%;
    height: auto;
  }
}
.request .request-body .request-sidebar + .request-content {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 991.98px) {
  .request .request-body .request-sidebar + .request-content {
    border-left: none;
  }
}
.request .request-body .request-content {
  height: 100%;
  flex: 1;
}
.request .request-empty-message {
  min-height: 100%;
  width: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.request .request-empty-message .request-empty-message-icon i {
  font-size: 6.125rem;
}
.request .request-empty-message .request-empty-message-img {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
.request .request-empty-message .request-empty-message-img img {
  width: 100%;
  height: 100%;
  max-width: 30rem;
  max-height: 30rem;
  opacity: 0.5;
}
.request .request-empty-message .request-empty-message-title {
  font-size: 1.3125rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}
.request .request-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.request .request-list .request-list-item {
  padding: 1rem;
  display: flex;
}
.request .request-list .request-list-item + .request-list-item {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.request .request-list .request-list-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.request .request-list .request-list-item.unread .request-message .request-title {
  font-weight: 400;
  color: #000000;
}
.request .request-list .request-list-item.active {
  background: rgba(0, 0, 0, 0.1);
}
.request .request-list .request-list-item.has-attachment .request-checkbox:after {
  content: "\f0c1";
  position: absolute;
  top: 1.5625rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  width: 1.125rem;
  font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  left: 0;
}
.request .request-list .request-checkbox {
  position: relative;
}
.request .request-list .request-checkbox + .request-message {
  padding-left: 0.4rem;
}
.request .request-list .request-message {
  flex: 1;
}
.request .request-list .request-message .request-list-item-link {
  display: block;
  color: #000000;
  text-decoration: none;
  position: relative;
}
.request .request-list .request-message .request-sender {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .request .request-list .request-message .request-sender {
    display: block;
  }
}
.request .request-list .request-message .request-sender .request-sender-name {
  font-weight: 400;
  color: var(--bs-theme);
  flex: 1;
  margin-right: auto;
}
.request .request-list .request-message .request-sender .request-time {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  padding-left: 0.5rem;
}
.request .request-list .request-message .request-title {
  color: rgba(0, 0, 0, 0.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 18.125rem;
}
@media (max-width: 991.98px) {
  .request .request-list .request-message .request-title {
    max-width: initial;
    white-space: initial;
  }
}
.request .request-list .request-message .request-desc {
  position: relative;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.7);
  max-height: 2.625rem;
  overflow: hidden;
}
.request .request-detail {
  padding: 1.5rem;
}
@media (max-width: 991.98px) {
  .request .request-detail {
    padding: 1rem;
  }
}
.request .request-detail .request-detail-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0 0 1.5rem;
}
@media (max-width: 991.98px) {
  .request .request-detail .request-detail-header {
    padding-bottom: 1rem;
  }
}
.request .request-detail .request-detail-content {
  padding: 1.5rem 0;
}
@media (max-width: 991.98px) {
  .request .request-detail .request-detail-content {
    padding: 1rem 0;
  }
}
.request .request-detail .request-detail-body {
  font-size: 0.875rem;
}
.request .request-detail .request-detail-attachment {
  display: flex;
  flex-wrap: wrap;
}
.request .request-detail .request-detail-attachment .request-attachment {
  background: rgba(0, 0, 0, 0.15);
  min-width: 5rem;
  max-width: 10rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
  border-radius: 4px;
  margin-right: 0.5rem;
}
.request .request-detail .request-detail-attachment .request-attachment a {
  display: block;
  text-decoration: none;
}
.request .request-detail .request-detail-attachment .request-attachment .document-file {
  height: 3.75rem;
  overflow: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
}
.request .request-detail .request-detail-attachment .request-attachment .document-file i {
  display: block;
  line-height: 3.75rem;
  font-size: 2rem;
  color: #000000;
}
.request .request-detail .request-detail-attachment .request-attachment .document-file img {
  max-width: 100%;
}
.request .request-detail .request-detail-attachment .request-attachment .document-name {
  color: #000000;
  padding: 0.125rem 0.625rem;
  font-size: 0.8125rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.request .request-form .request-form-header {
  padding: 1rem 1.5rem;
}
@media (max-width: 991.98px) {
  .request .request-form .request-form-header {
    padding: 0.75rem 1rem;
  }
}
.request .request-form .request-form-header .form-control {
  background: rgba(0, 0, 0, 0.15);
}
.request .request-form .note-editor {
  border: none;
  border-radius: 0;
}
.request .request-form .note-editor .note-toolbar {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.request .request-form .note-editor .note-editing-area {
  background: rgba(0, 0, 0, 0.15);
}

.mailbox {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mailbox .mailbox-toolbar {
  padding: 0.75rem;
  display: flex;
}
@media (max-width: 991.98px) {
  .mailbox .mailbox-toolbar {
    overflow: scroll;
    white-space: nowrap;
    padding: 0.5rem;
    flex-wrap: nowrap;
  }
}
.mailbox .mailbox-toolbar .mailbox-toolbar-text {
  color: rgba(0, 0, 0, 0.7);
  padding: 0.5rem;
}
@media (max-width: 991.98px) {
  .mailbox .mailbox-toolbar .mailbox-toolbar-text {
    padding: 0;
  }
}
.mailbox .mailbox-toolbar .mailbox-toolbar-link {
  padding: 0.5rem 1rem;
}
.mailbox .mailbox-toolbar .mailbox-toolbar-item {
  padding: 0.5rem;
}
.mailbox .mailbox-toolbar .mailbox-toolbar-link {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  border-radius: 4px;
}
.mailbox .mailbox-toolbar .mailbox-toolbar-link:hover {
  background: rgba(0, 0, 0, 0.4);
}
.mailbox .mailbox-toolbar .mailbox-toolbar-link.active {
  background: var(--bs-theme);
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
}
.mailbox .mailbox-body {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  overflow: hidden;
  display: flex;
  flex: 1;
}
.mailbox .mailbox-body .mailbox-sidebar {
  max-width: 23rem;
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .mailbox .mailbox-body .mailbox-sidebar {
    max-width: 100%;
    height: auto;
  }
}
.mailbox .mailbox-body .mailbox-sidebar + .mailbox-content {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 991.98px) {
  .mailbox .mailbox-body .mailbox-sidebar + .mailbox-content {
    border-left: none;
  }
}
.mailbox .mailbox-body .mailbox-content {
  height: 100%;
  flex: 1;
}
.mailbox .mailbox-empty-message {
  min-height: 100%;
  width: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mailbox .mailbox-empty-message .mailbox-empty-message-icon i {
  font-size: 6.125rem;
}
.mailbox .mailbox-empty-message .mailbox-empty-message-img {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
.mailbox .mailbox-empty-message .mailbox-empty-message-img img {
  width: 100%;
  height: 100%;
  max-width: 30rem;
  max-height: 30rem;
  opacity: 0.5;
}
.mailbox .mailbox-empty-message .mailbox-empty-message-title {
  font-size: 1.3125rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}
.mailbox .mailbox-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mailbox .mailbox-list .mailbox-list-item {
  padding: 1rem;
  display: flex;
}
.mailbox .mailbox-list .mailbox-list-item + .mailbox-list-item {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.mailbox .mailbox-list .mailbox-list-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.mailbox .mailbox-list .mailbox-list-item.unread .mailbox-message .mailbox-title {
  font-weight: 400;
  color: #000000;
}
.mailbox .mailbox-list .mailbox-list-item.active {
  background: rgba(0, 0, 0, 0.1);
}
.mailbox .mailbox-list .mailbox-list-item.has-attachment .mailbox-checkbox:after {
  content: "\f0c1";
  position: absolute;
  top: 1.5625rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  width: 1.125rem;
  font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  left: 0;
}
.mailbox .mailbox-list .mailbox-checkbox {
  position: relative;
}
.mailbox .mailbox-list .mailbox-checkbox + .mailbox-message {
  padding-left: 0.4rem;
}
.mailbox .mailbox-list .mailbox-message {
  flex: 1;
}
.mailbox .mailbox-list .mailbox-message .mailbox-list-item-link {
  display: block;
  color: #000000;
  text-decoration: none;
  position: relative;
}
.mailbox .mailbox-list .mailbox-message .mailbox-sender {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .mailbox .mailbox-list .mailbox-message .mailbox-sender {
    display: block;
  }
}
.mailbox .mailbox-list .mailbox-message .mailbox-sender .mailbox-sender-name {
  font-weight: 400;
  color: var(--bs-theme);
  flex: 1;
  margin-right: auto;
}
.mailbox .mailbox-list .mailbox-message .mailbox-sender .mailbox-time {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  padding-left: 0.5rem;
}
.mailbox .mailbox-list .mailbox-message .mailbox-title {
  color: rgba(0, 0, 0, 0.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 18.125rem;
}
@media (max-width: 991.98px) {
  .mailbox .mailbox-list .mailbox-message .mailbox-title {
    max-width: initial;
    white-space: initial;
  }
}
.mailbox .mailbox-list .mailbox-message .mailbox-desc {
  position: relative;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.7);
  max-height: 2.625rem;
  overflow: hidden;
}
.mailbox .mailbox-detail {
  padding: 1.5rem;
}
@media (max-width: 991.98px) {
  .mailbox .mailbox-detail {
    padding: 1rem;
  }
}
.mailbox .mailbox-detail .mailbox-detail-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0 0 1.5rem;
}
@media (max-width: 991.98px) {
  .mailbox .mailbox-detail .mailbox-detail-header {
    padding-bottom: 1rem;
  }
}
.mailbox .mailbox-detail .mailbox-detail-content {
  padding: 1.5rem 0;
}
@media (max-width: 991.98px) {
  .mailbox .mailbox-detail .mailbox-detail-content {
    padding: 1rem 0;
  }
}
.mailbox .mailbox-detail .mailbox-detail-body {
  font-size: 0.875rem;
}
.mailbox .mailbox-detail .mailbox-detail-attachment {
  display: flex;
  flex-wrap: wrap;
}
.mailbox .mailbox-detail .mailbox-detail-attachment .mailbox-attachment {
  background: rgba(0, 0, 0, 0.15);
  width: 7.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
  border-radius: 4px;
  margin-right: 0.5rem;
}
.mailbox .mailbox-detail .mailbox-detail-attachment .mailbox-attachment a {
  display: block;
  text-decoration: none;
}
.mailbox .mailbox-detail .mailbox-detail-attachment .mailbox-attachment .document-file {
  height: 3.75rem;
  overflow: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
}
.mailbox .mailbox-detail .mailbox-detail-attachment .mailbox-attachment .document-file i {
  display: block;
  line-height: 3.75rem;
  font-size: 2rem;
  color: #000000;
}
.mailbox .mailbox-detail .mailbox-detail-attachment .mailbox-attachment .document-file img {
  max-width: 100%;
}
.mailbox .mailbox-detail .mailbox-detail-attachment .mailbox-attachment .document-name {
  color: #000000;
  padding: 0.125rem 0.625rem;
  font-size: 0.8125rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mailbox .mailbox-form .mailbox-form-header {
  padding: 1rem 1.5rem;
}
@media (max-width: 991.98px) {
  .mailbox .mailbox-form .mailbox-form-header {
    padding: 0.75rem 1rem;
  }
}
.mailbox .mailbox-form .mailbox-form-header .form-control {
  background: rgba(0, 0, 0, 0.15);
}
.mailbox .mailbox-form .note-editor {
  border: none;
  border-radius: 0;
}
.mailbox .mailbox-form .note-editor .note-toolbar {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.mailbox .mailbox-form .note-editor .note-editing-area {
  background: rgba(0, 0, 0, 0.15);
}

.pos {
  background: var(--app-pos-bg);
  height: 100%;
}
.pos .pos-container {
  height: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .pos .pos-container {
    display: flex;
  }
  .pos .pos-container > div + div {
    border-left: 1px solid rgba(0, 0, 0, 0.4);
  }
}
.pos .pos-menu {
  background: var(--app-component-bg);
  display: flex;
}
@media (min-width: 992px) {
  .pos .pos-menu {
    width: 140px;
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .pos .pos-menu {
    overflow: scroll;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
}
.pos .pos-menu .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media (max-width: 991.98px) {
  .pos .pos-menu .logo {
    width: 140px;
    height: 5.9375rem;
    flex: 0 0 140px;
  }
}
.pos .pos-menu .logo a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.pos .pos-menu .logo .logo-img {
  text-align: center;
  height: 2.875rem;
}
.pos .pos-menu .logo .logo-text {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0.25rem;
}
.pos .pos-menu .logo img {
  max-width: 100%;
  max-height: 100%;
}
.pos .pos-menu .nav-container {
  flex: 1;
}
@media (min-width: 992px) {
  .pos .pos-menu .nav-container {
    overflow: hidden;
    padding: 0;
  }
}
.pos .pos-menu .nav.nav-tabs {
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
}
@media (max-width: 991.98px) {
  .pos .pos-menu .nav.nav-tabs {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media (max-width: 991.98px) {
  .pos .pos-menu .nav.nav-tabs .nav-item {
    min-width: 5.625rem;
  }
}
.pos .pos-menu .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 1rem;
  white-space: nowrap;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  border: none;
  font-size: 0.65625rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
}
.pos .pos-menu .nav.nav-tabs .nav-item .nav-link .card {
  margin: -0.75rem -0.25rem;
}
.pos .pos-menu .nav.nav-tabs .nav-item .nav-link .card .card-body {
  padding: 0.5rem 0.7rem;
  margin: 0.5rem;
  flex: 1;
}
.pos .pos-menu .nav.nav-tabs .nav-item .nav-link .card:before, .pos .pos-menu .nav.nav-tabs .nav-item .nav-link .card:after, .pos .pos-menu .nav.nav-tabs .nav-item .nav-link .card .card-arrow {
  visibility: hidden;
}
.pos .pos-menu .nav.nav-tabs .nav-item .nav-link .fa {
  display: block;
  margin: 0.225rem auto 0.35rem auto !important;
  font-size: 1.25rem;
}
.pos .pos-menu .nav.nav-tabs .nav-item .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.pos .pos-menu .nav.nav-tabs .nav-item .nav-link.active {
  color: #000000;
}
.pos .pos-menu .nav.nav-tabs .nav-item .nav-link.active .card:before, .pos .pos-menu .nav.nav-tabs .nav-item .nav-link.active .card:after, .pos .pos-menu .nav.nav-tabs .nav-item .nav-link.active .card .card-arrow {
  visibility: visible;
}
.pos .pos-content {
  flex: 1;
}
@media (min-width: 992px) {
  .pos .pos-content {
    overflow: scroll;
  }
}
@media (max-width: 991.98px) {
  .pos .pos-content {
    height: calc(100% - 96px);
  }
}
.pos .pos-content .pos-content-container {
  padding: 0 2rem;
}
.pos .pos-sidebar {
  width: 360px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 0 0 360px;
}
@media (max-width: 991.98px) {
  .pos .pos-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    z-index: 1021;
    background: linear-gradient(180deg, rgba(50, 70, 80, 0.9) 0%, rgb(13, 16, 27) 100%);
    display: none;
  }
}
.pos .pos-sidebar .pos-sidebar-header {
  padding: 1rem 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
}
.pos .pos-sidebar .pos-sidebar-header .back-btn {
  border: none;
  display: none;
  margin-right: 1rem;
}
@media (max-width: 991.98px) {
  .pos .pos-sidebar .pos-sidebar-header .back-btn {
    display: block;
  }
}
.pos .pos-sidebar .pos-sidebar-header .back-btn .btn {
  color: #000000;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.09375rem;
}
.pos .pos-sidebar .pos-sidebar-header .icon img {
  height: 1.875rem;
}
.pos .pos-sidebar .pos-sidebar-header .icon + .title {
  padding-left: 0.625rem;
}
.pos .pos-sidebar .pos-sidebar-header .title {
  font-weight: 400;
  flex: 1;
}
.pos .pos-sidebar .pos-sidebar-header .order {
  display: block;
}
.pos .pos-sidebar .pos-sidebar-nav .nav.nav-tabs {
  padding: 0 1.5rem;
}
.pos .pos-sidebar .pos-sidebar-nav .nav.nav-tabs .nav-item .nav-link {
  color: rgba(0, 0, 0, 0.7);
}
.pos .pos-sidebar .pos-sidebar-nav .nav.nav-tabs .nav-item .nav-link.active {
  color: #000000;
}
.pos .pos-sidebar .pos-sidebar-nav .nav.nav-tabs .nav-item + .nav-item {
  margin-left: 0.5rem;
}
.pos .pos-sidebar .pos-sidebar-body {
  padding: 0;
  margin: 0;
  overflow: scroll;
  flex: 1;
}
.pos .pos-sidebar .pos-sidebar-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  padding: 1rem 1.5rem;
}
.pos .pos-sidebar .pos-order {
  padding: 1.5rem;
  position: relative;
  display: flex;
}
.pos .pos-sidebar .pos-order .pos-order-product {
  display: flex;
  flex: 1;
}
.pos .pos-sidebar .pos-order .pos-order-product .img {
  width: 4.5rem;
  height: 4.5rem;
  background-position: center;
  background-size: cover;
}
.pos .pos-sidebar .pos-order .pos-order-product > * + * {
  margin-left: 1rem;
}
.pos .pos-sidebar .pos-order > * + * {
  margin-left: 1rem;
}
.pos .pos-sidebar .pos-order .pos-order-confirmation {
  position: absolute;
  top: 0;
  left: 0.0625rem;
  right: 0.0625rem;
  bottom: 0;
  z-index: 10;
  background: rgba(59, 70, 82, 0.88);
  padding: 1rem;
  margin: 0;
}
.pos .pos-sidebar .pos-order .pos-order-confirmation > * {
  position: relative;
}
.pos .pos-sidebar .pos-order .pos-order-confirmation .btn {
  min-width: 3.75rem;
}
.pos .pos-sidebar .pos-order + .pos-order {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.pos .pos-header {
  padding: 0.66rem 1.75rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
}
.pos .pos-header .logo, .pos .pos-header .time, .pos .pos-header .nav {
  width: 33.33%;
}
@media (max-width: 767.98px) {
  .pos .pos-header .logo, .pos .pos-header .time, .pos .pos-header .nav {
    width: 50%;
  }
}
.pos .pos-header .logo {
  display: flex;
}
.pos .pos-header .logo > div, .pos .pos-header .logo > a {
  text-align: center;
  color: #000000;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.pos .pos-header .logo > div .logo-img img, .pos .pos-header .logo > a .logo-img img {
  height: 2rem;
}
.pos .pos-header .logo > div .logo-text, .pos .pos-header .logo > a .logo-text {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.0625rem;
  margin-left: 1rem;
}
.pos .pos-header .time {
  font-weight: 400;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .pos .pos-header .time {
    display: none;
  }
}
.pos .pos-header .nav {
  align-items: center;
  justify-content: flex-end;
}
.pos .pos-header .nav .nav-item .nav-link {
  padding: 0.333rem 1rem;
  color: #000000;
}
@media (max-width: 767.98px) {
  .pos .pos-header .nav .nav-item .nav-link {
    padding: 0.333rem 0.66rem;
  }
}
.pos .pos-header .nav .nav-item .nav-link .nav-icon {
  height: 1.25rem;
  font-size: 1.25rem;
}
.pos .pos-header .nav .nav-item .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.pos .pos-product {
  text-decoration: none;
  color: #000000;
  position: relative;
  transition: all 0.2s linear;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pos .pos-product .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 11.25rem;
  transition: all 0.2s linear;
}
.pos .pos-product .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.pos .pos-product .info .title {
  font-size: 1rem;
  font-weight: 400;
  color: var(--app-component-color);
  margin: 0 0 0.125rem;
}
.pos .pos-product .info .desc {
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 1rem;
  line-height: 1.4;
  flex: 1;
}
.pos .pos-product .info .price {
  margin: 0;
  font-weight: 400;
  color: var(--app-component-color);
  font-size: 1rem;
}
.pos .pos-product.not-available {
  cursor: not-allowed;
}
.pos .pos-product.not-available .not-available-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 11.25rem;
  background: rgba(59, 70, 82, 0.88);
  color: #000000;
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pos .pos-table-booking {
  display: block;
  margin-bottom: 1.25rem;
  text-decoration: none;
  color: #000000;
}
.pos .pos-table-booking:hover .pos-table-booking-container {
  background: rgba(0, 0, 0, 0.2);
}
.pos .pos-table-booking .pos-table-booking-container {
  padding: 0;
  background: rgba(0, 0, 0, 0.1);
}
.pos .pos-table-booking .pos-table-booking-container .pos-table-booking-header {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}
.pos .pos-table-booking .pos-table-booking-container .pos-table-booking-header .no {
  font-size: 2.5rem;
  color: #000000;
}
.pos .pos-table-booking .pos-table-booking-container .pos-table-booking-body .booking {
  font-size: 0.8125rem;
  padding: 0.333rem 1rem;
  display: flex;
  align-items: center;
}
.pos .pos-table-booking .pos-table-booking-container .pos-table-booking-body .booking .time {
  width: 4.6875rem;
  font-weight: 400;
  font-size: 0.74375rem;
  color: rgba(0, 0, 0, 0.7);
}
.pos .pos-table-booking .pos-table-booking-container .pos-table-booking-body .booking .info {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
}
.pos .pos-table-booking .pos-table-booking-container .pos-table-booking-body .booking .status {
  font-size: 0.375rem;
  color: #617a86;
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
.pos .pos-table-booking .pos-table-booking-container .pos-table-booking-body .booking .status.upcoming {
  color: #ff9f0c;
}
.pos .pos-table-booking .pos-table-booking-container .pos-table-booking-body .booking .status.in-progress {
  color: #3cd2a5;
}
.pos .pos-table-booking .pos-table-booking-container .pos-table-booking-body .booking.highlight {
  color: var(--bs-theme);
}
.pos .pos-table-booking .pos-table-booking-container .pos-table-booking-body .booking.highlight .time {
  color: rgba(var(--bs-theme-rgb), 0.75);
}
.pos .pos-table-booking .pos-table-booking-container .pos-table-booking-body .booking + .booking {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.pos .pos-task {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .pos .pos-task {
    display: flex;
  }
}
.pos .pos-task .pos-task-info {
  width: 30%;
  padding: 1.5rem;
  text-align: right;
}
@media (max-width: 767.98px) {
  .pos .pos-task .pos-task-info {
    width: auto;
    position: relative;
    text-align: left;
  }
}
.pos .pos-task .pos-task-body {
  padding: 1.5rem;
  flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 767.98px) {
  .pos .pos-task .pos-task-body {
    border-left: none;
    padding-top: 0;
  }
}
.pos .pos-task .pos-task-body .pos-task-completed {
  font-size: 1rem;
  line-height: 2.25rem;
}
@media (max-width: 767.98px) {
  .pos .pos-task .pos-task-body .pos-task-completed {
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    margin-top: -0.625rem;
    padding-top: 0.625rem;
  }
}
.pos .pos-task .pos-task-body .pos-task-product {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pos .pos-task .pos-task-body .pos-task-product .pos-task-product-img {
  padding-top: 75%;
  position: relative;
  margin-bottom: 1rem;
}
.pos .pos-task .pos-task-body .pos-task-product .pos-task-product-img .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}
.pos .pos-task .pos-task-body .pos-task-product .pos-task-product-img .caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(53, 67, 74, 0.75);
  color: #000000;
  font-size: 1.5rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pos .pos-task .pos-task-body .pos-task-product .pos-task-product-info {
  display: flex;
  flex: 1;
  margin-bottom: 1rem;
}
.pos .pos-task .pos-task-body .pos-task-product .pos-task-product-action .btn {
  display: block;
}
.pos .pos-task .pos-task-body .pos-task-product .pos-task-product-action .btn + .btn {
  margin-top: 0.75rem;
}
.pos .pos-task .pos-task-body .pos-task-product.completed .pos-task-product-info {
  opacity: 0.33;
}
.pos .pos-checkout-table {
  padding: 0.0625rem;
  margin: 0;
  height: 100%;
}
.pos .pos-checkout-table .pos-checkout-table-container {
  color: #000000;
  display: block;
  padding: 0;
  height: 100%;
  text-decoration: none;
  position: relative;
  transition: all 0.1s linear;
  margin: 0.25rem;
}
.pos .pos-checkout-table .pos-checkout-table-container:before {
  transition: all 0.1s linear;
}
.pos .pos-checkout-table .pos-checkout-table-container .pos-checkout-table-header {
  padding: 1rem;
  text-align: center;
}
.pos .pos-checkout-table .pos-checkout-table-container .pos-checkout-table-header .status {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  font-size: 0.5rem;
}
.pos .pos-checkout-table .pos-checkout-table-container .pos-checkout-table-info > .row {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  margin: 0;
}
.pos .pos-checkout-table .pos-checkout-table-container .pos-checkout-table-info > .row > div {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.pos .pos-checkout-table .pos-checkout-table-container .pos-checkout-table-info > .row > div + div {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}
.pos .pos-checkout-table.in-use:hover:not(.disabled) {
  position: relative;
  z-index: 10;
}
.pos .pos-checkout-table.in-use:hover:not(.disabled) .table-container {
  position: relative;
}
.pos .pos-checkout-table.in-use:hover:not(.disabled) .table-container:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(45, 51, 58, 0.75);
}
.pos .pos-checkout-table.in-use:hover:not(.disabled) .table-container:after {
  content: "\f00c";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--app-component-color);
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.pos .pos-checkout-table.selected:not(.disabled) .pos-checkout-table-container .table-info-row, .pos .pos-checkout-table.selected:not(.disabled):hover .pos-checkout-table-container .table-info-row {
  color: var(--app-component-color);
}
.pos .pos-checkout-table.selected:not(.disabled) .pos-checkout-table-container:before, .pos .pos-checkout-table.selected:not(.disabled):hover .pos-checkout-table-container:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(var(--bs-theme-rgb), 0.7);
}
.pos .pos-checkout-table.selected:not(.disabled) .pos-checkout-table-container:after, .pos .pos-checkout-table.selected:not(.disabled):hover .pos-checkout-table-container:after {
  content: "\f00c";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000000;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.pos .pos-checkout-table.disabled .pos-checkout-table-container {
  cursor: not-allowed;
  background: var(--app-component-bg);
  color: var(--app-component-color);
}
.pos .pos-checkout-table.disabled .pos-checkout-table-container .status {
  color: #2596be;
}
.pos .pos-checkout-table.available .pos-checkout-table-container .status {
  color: #3cd2a5;
}
.pos .pos-checkout-table.available .pos-checkout-table-container .pos-checkout-table-info {
  color: transparent;
}
.pos .pos-checkout-table.available .pos-checkout-table-container .pos-checkout-table-info i {
  color: transparent !important;
}
.pos .pos-checkout-table.in-use .pos-checkout-table-container {
  background: rgba(0, 0, 0, 0.15);
  position: relative;
}
.pos .pos-checkout-table.in-use .pos-checkout-table-container .status {
  color: #ff9f0c;
}
.pos.pos-vertical > .pos-container {
  flex-direction: column;
}
.pos.pos-vertical > .pos-container .pos-header + .pos-content {
  height: calc(100% - 52px);
}
.pos.pos-vertical > .pos-container > div + div {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 991.98px) {
  .pos.pos-mobile-sidebar-toggled {
    z-index: 20;
  }
  .pos.pos-mobile-sidebar-toggled .pos-content, .pos.pos-mobile-sidebar-toggled .pos-menu {
    opacity: 0.25;
  }
  .pos.pos-mobile-sidebar-toggled .pos-sidebar {
    display: flex;
  }
  .pos.pos-mobile-sidebar-toggled.pos-vertical > .pos-container > .pos-content {
    opacity: 1;
  }
}

.modal.modal-pos .close {
  position: absolute;
  top: 1.5625rem;
  z-index: 10;
  right: 1.5625rem;
}
@media (min-width: 992px) {
  .modal.modal-pos .modal-pos-product {
    display: flex;
  }
  .modal.modal-pos .modal-pos-product .modal-pos-product-img, .modal.modal-pos .modal-pos-product .modal-pos-product-info {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.modal.modal-pos .modal-pos-product .modal-pos-product-img {
  padding: 1rem;
}
.modal.modal-pos .modal-pos-product .modal-pos-product-img .img {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 15.625rem;
}
@media (min-width: 992px) {
  .modal.modal-pos .modal-pos-product .modal-pos-product-img .img {
    min-height: 18.75rem;
  }
}
.modal.modal-pos .modal-pos-product .modal-pos-product-info {
  padding: 1.5rem;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}
.modal.modal-pos .modal-pos-product .modal-pos-product-info .option-list {
  margin: -0.333rem;
  padding: 0.333rem 0;
  display: flex;
  flex-wrap: wrap;
}
.modal.modal-pos .modal-pos-product .modal-pos-product-info .option-list .option {
  width: 33.33%;
  max-width: 33.33%;
  padding: 0.333rem;
  flex: 0 0 33.33%;
}
.modal.modal-pos .modal-pos-product .modal-pos-product-info .option-list .option .option-input {
  display: none;
}
.modal.modal-pos .modal-pos-product .modal-pos-product-info .option-list .option .option-input:checked + .option-label {
  color: var(--bs-success);
  border: 1px solid var(--bs-success);
  background: rgba(var(--bs-success-rgb), 0.1);
}
.modal.modal-pos .modal-pos-product .modal-pos-product-info .option-list .option .option-label {
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0.625rem;
  height: 100%;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal.modal-pos .modal-pos-product .modal-pos-product-info .option-list .option .option-label .option-text {
  display: block;
  line-height: 1.2;
  opacity: 0.75;
  font-size: 0.8125rem;
  text-align: center;
}
.modal.modal-pos .modal-pos-product .modal-pos-product-info .option-list .option .option-label .option-price {
  font-weight: 400;
  margin-top: 0.25rem;
  line-height: 1.2;
}

.pos-mobile-sidebar-toggler {
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  z-index: 1020;
  background: #000000;
  padding: 0.5rem;
  width: 3.75rem;
  height: 3.75rem;
  text-decoration: none;
  color: #000000;
  display: none;
  border-radius: 50px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  align-items: center;
  z-index: 10;
}
.pos-mobile-sidebar-toggler:before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  border: 2px solid #000000;
  border-radius: 50px;
}
@media (max-width: 991.98px) {
  .pos-mobile-sidebar-toggler {
    display: flex;
  }
}
.pos-mobile-sidebar-toggler:hover {
  color: #526872;
}
.pos-mobile-sidebar-toggler i {
  font-size: 2rem;
  display: block;
  margin: 0 auto;
}
.pos-mobile-sidebar-toggler .badge {
  position: absolute;
  right: -0.3rem;
  top: -0.3rem;
  background-color: var(--bs-red);
  color: #000000;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.profile .profile-img {
  height: 12.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 10;
}
.profile .profile-img img {
  max-width: 100%;
  width: 100%;
}
.profile .profile-tab {
  position: relative;
  padding: 0 1.5rem;
  flex: 1;
}
@media (max-width: 991.98px) {
  .profile .profile-tab {
    overflow: scroll;
    padding: 0 1rem;
    display: flex;
    flex-wrap: nowrap;
  }
}
.profile .profile-tab .nav-item .nav-link {
  text-align: center;
}
.profile .profile-tab .nav-item .nav-link .nav-value {
  font-size: 1.3125rem;
  font-weight: 400;
  margin-bottom: -0.35rem;
}
@media (max-width: 767.98px) {
  .profile .profile-tab .nav-item .nav-link .nav-value {
    font-size: 1.00625rem;
  }
}
.profile .profile-tab .nav-item + .nav-item {
  margin-left: 1.5rem;
}
.profile .profile-container {
  display: flex;
}
@media (max-width: 991.98px) {
  .profile .profile-container {
    display: block;
  }
}
.profile .profile-container .profile-sidebar {
  width: 20rem;
  padding: 1.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 991.98px) {
  .profile .profile-container .profile-sidebar {
    display: none;
  }
}
.profile .profile-container .profile-content {
  flex: 1;
}
.profile .profile-container .profile-content .profile-content-container {
  padding: 1.5rem;
}
@media (max-width: 991.98px) {
  .profile .profile-container .profile-content .profile-content-container {
    padding: 1rem;
  }
}
.profile .profile-img-list {
  list-style-type: none;
  margin: -0.25rem;
  padding: 0;
}
.profile .profile-img-list:before, .profile .profile-img-list:after {
  content: "";
  display: table;
  clear: both;
}
.profile .profile-img-list .profile-img-list-item {
  width: 25%;
  padding: 0.25rem;
  float: left;
}
.profile .profile-img-list .profile-img-list-item.main {
  width: 50%;
}
.profile .profile-img-list .profile-img-list-item .profile-img-list-link {
  display: block;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
.profile .profile-img-list .profile-img-list-item .profile-img-list-link img, .profile .profile-img-list .profile-img-list-item .profile-img-list-link .profile-img-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.profile .profile-img-list .profile-img-list-item .profile-img-list-link img:before, .profile .profile-img-list .profile-img-list-item .profile-img-list-link .profile-img-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.profile .profile-img-list .profile-img-list-item.with-number .profile-img-number {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #000000;
  font-size: 1.53125rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-top: -0.765625rem;
  text-align: center;
}

.register {
  min-height: 100vh;
  padding: 3rem 1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .register {
    padding: 1rem;
  }
}
.register .register-content {
  flex: 1;
  max-width: 22.5rem;
  margin: 0 auto;
  position: relative;
}

.search-result .search-input {
  position: relative;
  max-width: 45rem;
  margin-bottom: 0.9375rem;
}
.search-result .search-close {
  position: absolute;
  top: 50%;
  margin-top: -0.75rem;
  width: 1.625rem;
  height: 1.625rem;
  text-align: center;
  font-size: 1.25rem;
  padding: 0 0 0.125rem;
  color: #000000;
  background: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0.75rem;
}
.search-result .search-close:hover, .search-result .search-close:focus {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.7);
  color: #000000;
}
.search-result .search-tab {
  list-style-type: none;
  margin: 0 -2rem;
  padding: 0 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  display: flex;
}
@media (max-width: 767.98px) {
  .search-result .search-tab {
    margin: 0 -0.9375rem;
    padding: 0 0.9375rem;
    overflow: scroll;
  }
}
.search-result .search-tab .search-tab-item .search-tab-link {
  display: block;
  padding: 0.625rem;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  border-bottom: 3px solid transparent;
  font-weight: 500;
  margin-bottom: -1px;
}
.search-result .search-tab .search-tab-item .search-tab-link:hover, .search-result .search-tab .search-tab-item .search-tab-link:focus {
  border-bottom-color: #90a2aa;
}
.search-result .search-tab .search-tab-item .search-tab-link.active {
  font-weight: 400;
  color: var(--bs-theme);
  border-bottom-color: var(--bs-theme);
}
.search-result .search-tab .search-tab-item + .search-tab-item {
  margin-left: 1rem;
}
.search-result .search-result-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.search-result .search-result-list .search-result-item {
  padding: 2rem 0;
  display: flex;
}
.search-result .search-result-list .search-result-item:before, .search-result .search-result-list .search-result-item:after {
  content: "";
  display: table;
  clear: both;
}
.search-result .search-result-list .search-result-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.search-result .search-result-list .search-result-item + .search-result-item {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.search-result .search-result-list .search-result-item .search-result-media {
  width: 10rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .search-result .search-result-list .search-result-item .search-result-media {
    width: 5rem;
    height: 3.75rem;
  }
}
.search-result .search-result-list .search-result-item .search-result-media img {
  max-width: 100%;
  max-height: 100%;
}
.search-result .search-result-list .search-result-item .search-result-media + .search-result-content {
  padding-left: 1.875rem;
}
.search-result .search-result-list .search-result-item .search-result-content {
  flex: 1;
}
.search-result .search-result-list .search-result-item .search-result-content h3, .search-result .search-result-list .search-result-item .search-result-content .h3 {
  margin: 0 0 0.3125rem;
  font-size: 1.25rem;
}
.search-result .search-result-list .search-result-item .search-result-content h3 a, .search-result .search-result-list .search-result-item .search-result-content .h3 a {
  color: #000000;
  text-decoration: none;
}
.search-result .search-result-list .search-result-item .search-result-content h3 a:hover, .search-result .search-result-list .search-result-item .search-result-content .h3 a:hover {
  text-decoration: underline;
}

.widget-chat {
  margin: 0;
  padding: 0;
}
.widget-chat .widget-chat-item {
  display: flex;
  align-items: flex-end;
}
.widget-chat .widget-chat-item + .widget-chat-item {
  margin-top: 1rem;
}
.widget-chat .widget-chat-item > div + div {
  padding-left: 0.75rem;
}
.widget-chat .widget-chat-date {
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  padding: 0.75rem;
  text-align: center;
}
.widget-chat .widget-chat-content {
  flex: 1;
}
.widget-chat .widget-chat-name, .widget-chat .widget-chat-status {
  font-size: 0.6875rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  margin: 0.25rem 0;
  line-height: 1.5;
}
.widget-chat .widget-chat-media {
  width: 1.75rem;
}
.widget-chat .widget-chat-media img {
  max-width: 100%;
  display: block;
  border-radius: 28px;
}
.widget-chat .widget-chat-message {
  background: #000000;
  color: #000000;
  padding: 0.5rem 1rem;
  display: inline-block;
  position: relative;
  border-radius: 8px;
}
.widget-chat .widget-chat-message + .widget-chat-message {
  margin-top: 0.3rem;
}
.widget-chat .widget-chat-message.last:before {
  content: "";
  border: 0.3125rem solid transparent;
  border-bottom-color: #000000;
  position: absolute;
  bottom: 0.375rem;
  left: -0.25rem;
  border-right-color: #000000;
}
.widget-chat .reply .widget-chat-content {
  text-align: right;
}
.widget-chat .reply .widget-chat-message {
  background: var(--bs-theme);
  color: rgba(0, 0, 0, 0.85);
}
.widget-chat .reply .widget-chat-message.last:before {
  border-color: transparent;
  border-bottom-color: var(--bs-theme);
  border-left-color: var(--bs-theme);
  left: auto;
  right: -0.25rem;
}

.widget-img-list {
  margin: -0.0625rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.widget-img-list .widget-img-list-item {
  padding: 0.0625rem;
  width: 20%;
}
.widget-img-list .widget-img-list-item a {
  display: block;
  text-decoration: none;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.widget-img-list .widget-img-list-item a img, .widget-img-list .widget-img-list-item a .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
}
.widget-img-list .widget-img-list-item a .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.widget-reminder .widget-reminder-item {
  position: relative;
  display: flex;
}
.widget-reminder .widget-reminder-header + .widget-reminder-item, .widget-reminder .widget-reminder-item + .widget-reminder-header, .widget-reminder .widget-reminder-item + .widget-reminder-item {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.widget-reminder .widget-reminder-time, .widget-reminder .widget-reminder-content {
  padding: 1rem;
}
.widget-reminder .widget-reminder-content {
  flex: 1;
}
.widget-reminder .widget-reminder-time {
  width: 5rem;
  font-size: 0.8125rem;
  text-align: right;
}
.widget-reminder .widget-reminder-divider {
  width: 0.1875rem;
  background: rgba(0, 0, 0, 0.4);
}
.widget-reminder + .card-header, .widget-reminder + .card-footer, .widget-reminder + .card-body {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.widget-user-list {
  display: flex;
  align-items: center;
}
.widget-user-list .widget-user-list-item .widget-user-list-link {
  border: 2px solid #1e2936;
  overflow: hidden;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
.widget-user-list .widget-user-list-item .widget-user-list-link img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.widget-user-list .widget-user-list-item + .widget-user-list-item {
  margin-left: -1.25rem;
}

.header-textarea {
  position: relative;
}
.header-textarea textarea {
  overflow: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.header-textarea button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.conversation-badge {
  background: var(--bs-theme);
  color: #1e2a37;
  display: inline-flex;
  border-radius: 1.875rem;
  padding: 0 0.1875rem;
  min-width: 1.125rem;
  min-height: 1.125rem;
  align-items: center;
  justify-content: center;
  font-size: 0.56875rem;
  font-weight: 400;
  margin-left: auto;
  transform: translate(3px, -5px);
}
/* Critical/Kritik - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
.bg-Critical, .bg-Kritik, .bg-حرج, .bg-Crítico, .bg-重大, .bg-严重, .bg-Critique, .bg-Kritisch, .bg-Crítico {
  background: linear-gradient(135deg, var(--bs-critical), var(--bs-critical-gradient));
 box-shadow: 0 2px 4px rgba(220,53,69,0.3);
 text-transform: uppercase;
 color: white;
 }
 
 /* High/Yüksek - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
 .bg-High, .bg-Yüksek, .bg-عالي, .bg-Alto, .bg-高, .bg-高, .bg-Élevé, .bg-Hoch, .bg-Alto {
 background: linear-gradient(135deg, var(--bs-high), var(--bs-high-gradient));
 box-shadow: 0 2px 4px rgba(253,126,20,0.3);
 text-transform: uppercase;
 color: white;
 }
 
 /* Medium/Orta - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
 .bg-Medium, .bg-Orta, .bg-متوسط, .bg-Medio, .bg-中, .bg-中等, .bg-Moyen, .bg-Mittel, .bg-Médio {
 background: linear-gradient(135deg, var(--bs-medium), var(--bs-medium-gradient));
 box-shadow: 0 2px 4px rgba(255,193,7,0.3);
 text-transform: uppercase;
 }
 
 /* Low/Düşük - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
 .bg-Low, .bg-Düşük, .bg-منخفض, .bg-Bajo, .bg-低, .bg-低, .bg-Bas, .bg-Niedrig, .bg-Baixo {
 background: linear-gradient(135deg, var(--bs-low), var(--bs-low-gradient));
 box-shadow: 0 2px 4px rgba(23,162,184,0.3);
 text-transform: uppercase;
 }
 
 /* Information/Bilgi - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
 .bg-Information, .bg-Bilgi, .bg-معلومات, .bg-Información, .bg-情報, .bg-信息, .bg-Information, .bg-Information, .bg-Informação {
 background: linear-gradient(135deg, var(--bs-Information), #4fc6f0);
 box-shadow: 0 2px 4px rgba(108,117,125,0.3);
 text-transform: uppercase;
 color: white;
 }
 
 /* Critical/Kritik Badge - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
.issue-Critical, .issue-Kritik, .issue-حرج, .issue-Crítico, .issue-重大, .issue-严重, .issue-Critique, .issue-Kritisch, .issue-Crítico {
  background: linear-gradient(135deg, var(--bs-critical), var(--bs-critical-gradient));
  box-shadow: 0 2px 4px rgba(220,53,69,0.3);
  text-transform: uppercase;
  color: #ffffff;
  }
  .issue-Critical::before, .issue-Kritik::before, .issue-حرج::before, .issue-Crítico::before, .issue-重大::before, .issue-严重::before, .issue-Critique::before, .issue-Kritisch::before, .issue-Crítico::before {
  content: "\f06a";
  margin-right: 0.25rem;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome";
  font-weight: 900;
  }
  
  /* High/Yüksek Badge - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
  .issue-High, .issue-Yüksek, .issue-عالي, .issue-Alto, .issue-高, .issue-高危, .issue-Élevé, .issue-Hoch, .issue-Alto {
  background: linear-gradient(135deg, var(--bs-high), var(--bs-high-gradient));
  box-shadow: 0 2px 4px rgba(253,126,20,0.3);
  text-transform: uppercase;
  color: #ffffff;
  }
  .issue-High::before, .issue-Yüksek::before, .issue-عالي::before, .issue-Alto::before, .issue-高::before, .issue-高危::before, .issue-Élevé::before, .issue-Hoch::before, .issue-Alto::before {
  content: "\f071";
  margin-right: 0.25rem;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome";
  font-weight: 900;
  }
  
  /* Medium/Orta Badge - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
  .issue-Medium, .issue-Orta, .issue-متوسط, .issue-Medio, .issue-中, .issue-中危, .issue-Moyen, .issue-Mittel, .issue-Médio {
  background: linear-gradient(135deg, var(--bs-medium), var(--bs-medium-gradient));
  box-shadow: 0 2px 4px rgba(255,193,7,0.3);
  text-transform: uppercase;
  color: #000000;
  }
  .issue-Medium::before, .issue-Orta::before, .issue-متوسط::before, .issue-Medio::before, .issue-中::before, .issue-中危::before, .issue-Moyen::before, .issue-Mittel::before, .issue-Médio::before {
  content: "\f0aa";
  margin-right: 0.25rem;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome";
  font-weight: 900;
  }
  
  /* Low/Düşük Badge - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
  .issue-Low, .issue-Düşük, .issue-منخفض, .issue-Bajo, .issue-低, .issue-低危, .issue-Bas, .issue-Niedrig, .issue-Baixo {
  background: linear-gradient(135deg, var(--bs-low), var(--bs-low-gradient));
  box-shadow: 0 2px 4px rgba(23,162,184,0.3);
  text-transform: uppercase;
  color: #000000;
  }
  .issue-Low::before, .issue-Düşük::before, .issue-منخفض::before, .issue-Bajo::before, .issue-低::before, .issue-低危::before, .issue-Bas::before, .issue-Niedrig::before, .issue-Baixo::before {
  content: "\f0ab";
  margin-right: 0.25rem;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome";
  font-weight: 900;
  }
  
  /* Information/Bilgi Badge - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
  .issue-Information, .issue-Bilgi, .issue-معلومات, .issue-Información, .issue-情報, .issue-信息, .issue-Information, .issue-Information, .issue-Informação {
  background: linear-gradient(135deg, var(--bs-Information), #4fc6f0);
  box-shadow: 0 2px 4px rgba(108,117,125,0.3);
  text-transform: uppercase;
  color: #ffffff;
  }
  .issue-Information::before, .issue-Bilgi::before, .issue-معلومات::before, .issue-Información::before, .issue-情報::before, .issue-信息::before, .issue-Information::before, .issue-Information::before, .issue-Informação::before {
  content: "\f05a";
  margin-right: 0.25rem;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome";
  font-weight: 900;
  }
 
  /* Critical/Kritik Classes - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
.Critical, .Kritik, .حرج, .Crítico, .重大, .严重, .Critique, .Kritisch, .Crítico {
  background: linear-gradient(135deg, var(--bs-critical), var(--bs-critical-gradient));
 box-shadow: 0 2px 4px rgba(220,53,69,0.3);
 text-transform: uppercase;
 color: #ffffff;
 margin: 0.25rem !important;
 }
 
 /* High/Yüksek Classes - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
 .High, .Yüksek, .عالي, .Alto, .高, .高危, .Élevé, .Hoch, .Alto {
 background: linear-gradient(135deg, var(--bs-high), var(--bs-high-gradient));
 box-shadow: 0 2px 4px rgba(253,126,20,0.3);
 text-transform: uppercase;
 color: #ffffff;
 margin: 0.25rem !important;
 }
 
 /* Medium/Orta Classes - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
 .Medium, .Orta, .متوسط, .Medio, .中, .中危, .Moyen, .Mittel, .Médio {
 background: linear-gradient(135deg, var(--bs-medium), var(--bs-medium-gradient));
 box-shadow: 0 2px 4px rgba(255,193,7,0.3);
 text-transform: uppercase;
 color: #000000 !important;
 margin: 0.25rem !important;
 }
 
 /* Low/Düşük Classes - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
 .Low, .Düşük, .منخفض, .Bajo, .低, .低危, .Bas, .Niedrig, .Baixo {
 background: linear-gradient(135deg, var(--bs-low), var(--bs-low-gradient));
 box-shadow: 0 2px 4px rgba(23,162,184,0.3);
 text-transform: uppercase;
 color: #ffffff;
 margin: 0.25rem !important;
 }
 
 /* Information/Bilgi Classes - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
 .Information, .Bilgi, .معلومات, .Información, .情報, .信息, .Information, .Information, .Informação {
 background: linear-gradient(135deg, var(--bs-Information), #4fc6f0);
 box-shadow: 0 2px 4px rgba(108,117,125,0.3);
 text-transform: uppercase;
 color: #ffffff;
 margin: 0.25rem !important;
 }
 
 /* Definite/Kesin Classes - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
 .Definite, .Kesin, .مؤكد, .Definitivo, .確定, .确定, .Définitif, .Definitiv, .Definitivo {
 border: 1px solid var(--bs-theme) !important;
 color: var(--bs-theme);
 margin: 0.25rem !important;
 }
 .Definite::before, .Kesin::before, .مؤكد::before, .Definitivo::before, .確定::before, .确定::before, .Définitif::before, .Definitiv::before, .Definitivo::before {
 content: "\F26A";
 justify-content: flex-end;
 font-family: "bootstrap-icons";
 font-size: 1.5em;
 margin-right: 0.25rem !important;
 vertical-align: -0.22em;
 }
 

/* Definite/Kesin Classes - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
.Definite, .Kesin, .مؤكد, .Definitivo, .確定, .确定, .Définitif, .Definitiv, .Definitivo {
  border: 1px solid var(--bs-theme) !important;
  color: var(--bs-theme);
  margin: 0.25rem !important;
  }
  .Definite::before, .Kesin::before, .مؤكد::before, .Definitivo::before, .確定::before, .确定::before, .Définitif::before, .Definitiv::before, .Definitivo::before {
  content: "\F26A";
  justify-content: flex-end;
  font-family: "bootstrap-icons";
  font-size: 1.5em;
  margin-right: 0.25rem !important;
  vertical-align: -0.22em;
  }
  
  /* Detected/Olası Classes - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
  .Detected, .Olası, .محتمل, .Detectado, .検出, .检测, .Détecté, .Erkannt, .Detectado {
  border: 1px solid var(--bs-theme) !important;
  color: var(--bs-theme);
  margin: 0.25rem !important;
  }
  .Detected::before, .Olası::before, .محتمل::before, .Detectado::before, .検出::before, .检测::before, .Détecté::before, .Erkannt::before, .Detectado::before {
  content: "\F26B";
  justify-content: flex-end;
  font-family: "bootstrap-icons";
  font-size: 1.5em;
  margin-right: 0.25rem !important;
  vertical-align: -0.22em;
  }
  
  /* Doubtful/Şüpheli Classes - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
  .Doubtful, .Şüpheli, .مشكوك, .Dudoso, .疑わしい, .可疑, .Douteux, .Zweifelhaft, .Duvidoso {
  border: 1px solid var(--bs-theme) !important;
  color: var(--bs-theme);
  margin: 0.25rem !important;
  }
  .Doubtful::before, .Şüpheli::before, .مشكوك::before, .Dudoso::before, .疑わしい::before, .可疑::before, .Douteux::before, .Zweifelhaft::before, .Duvidoso::before {
  content: "\F26E";
  justify-content: flex-end;
  font-family: "bootstrap-icons";
  font-size: 1.5em;
  vertical-align: -0.22em;
  }

.radar {
  background: url("/assets/img/wizard/radar-light.png") no-repeat 50% 50%;
  opacity: 0.4;
  width: 250px;
  height: 250px;
  position: relative;
  background-size: 250px 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -130px;
}

.radar:hover {
  background: url("/assets/img/wizard/radar-light.png") no-repeat 50% 50%;
  width: 250px;
  height: 250px;
  position: relative;
  background-size: 250px 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -130px;
}

.radar .pointer {
  position: absolute;
  z-index: 1024;
  left: 10.5820106%;
  right: 10.5820106%;
  top: 10.5820106%;
  bottom: 50%;
  will-change: transform;
  transform-origin: 50% 100%;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  background-image: linear-gradient(135deg, rgba(5, 162, 185, 0.8) 0%, rgba(0, 0, 0, 0.02) 70%, rgba(0, 0, 0, 0) 100%);
  -webkit-clip-path: polygon(100% 0, 100% 10%, 50% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 10%, 50% 100%, 0 100%, 0 0);
  -webkit-animation: rotate360 3s infinite linear;
          animation: rotate360 3s infinite linear;
}

.radar .pointer:after {
  content: "";
  position: absolute;
  width: 50%;
  bottom: -1px;
  border-top: 2px solid #734e3f;
  box-shadow: 0 0 3px #734e3f;
  border-radius: 9px;
}

.radar_shadow {
  position: absolute;
  left: 11%;
  top: 11%;
  right: 11%;
  bottom: 11%;
  margin: auto;
  border-radius: 9999px;
  box-shadow: 0 0 66px 6px #734e3f;
  -webkit-animation: shadow 1s infinite ease;
          animation: shadow 1s infinite ease;
}

@-webkit-keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes shadow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes shadow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.vuln_list {
  height:280px;
  overflow-y: hidden;
}
@media (max-width: 768px) {
.page-sidebar {
    position: absolute;
}
                }
@media (max-width: 575px){
.pagination .paginate_button:not(.previous):not(.next){
    display: none;
}
                  }
@media(max-width: 575px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination td.dataTables_empty {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.brand_text_up {
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: bold;
    position: absolute;
    opacity: .5;
    top: 4px;
    margin-left: -15px;
    color: black;
  }

.target-check .wrap-two-up {
    position: relative;
}

.target-check-radar {
    position: absolute;
    width: 100%;
    padding-top: 90px;

}

.target-check-badge {
    position: absolute;
    left: 41%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.target-check-radar-pulse {
    position: absolute;
    left: 41%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.target-check-radar-pulse::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0);
    border-radius: 50%;
    border: solid 1px rgba(var(--bs-theme-rgb), 0.74);
    background-image: radial-gradient( circle farthest-corner, rgba(0, 162, 213, 0) 52%, rgba(0, 162, 213, 0.62) 100%);
    animation-duration: 3.2s;
    animation-name: pulse;
    animation-iteration-count: infinite;
    opacity: 0;
}

.target-check-radar-pulse:nth-child(3) {
    width: calc(120 / 16 * 1rem);
    height: calc(120 / 16 * 1rem);
}

.target-check-radar-pulse:nth-child(3)::after {
    animation-delay: 0.2s;
}

.target-check-radar-pulse:nth-child(2) {
    width: calc(190 / 16 * 1rem);
    height: calc(190 / 16 * 1rem);
}

.target-check-radar-pulse:nth-child(2)::after {
    animation-delay: 0.4s;
}

.target-check-radar-pulse:nth-child(1) {
    width: calc(270 / 16 * 1rem);
    height: calc(270 / 16 * 1rem);
}

.target-check-radar-pulse:nth-child(1)::after {
    animation-delay: 0.6s;
}

.vuln_score {
  height: 98px;
  box-sizing: border-box;
  width: calc(33.33% - 24px);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 14px;
  margin-right: 12px;
  margin-left: 12px;
  border-radius: 10px;
  box-shadow: -1px -1px 0 0 var(--bs-theme);
  box-sizing: border-box;
}

@media (min-width: 1301px) and (max-width: 1400px){
  .vuln_score h5 {
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    font-weight: 600;
  }
}

@media (min-width: 1201px) and (max-width: 1300px){
  .vuln_score h5 {
    font-size: clamp(0.8rem, 2vw, 0.7rem);
    font-weight: 600;
  }
}

@media (min-width: 990px) and (max-width: 1100px){
  .vuln_score h5 {
    font-size: clamp(0.8rem, 2vw, 0.7rem);
    font-weight: 600;
  }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    90% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}

.http-container {
    
  border-radius: 0.5rem;
}

.http-container pre {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.http-container code {
  display: block;
  padding: 1rem solid #e2e8f0;
}

#httpRequest {
  background-color: #fafafa;
  border-bottom: 1px solid theme;
}

#httpBody {
  background-color: #ffffff;
}

#respHeader {
  background-color: #fafafa;
  border-bottom: 1px solid theme;
}

#respBody {
  background-color: #ffffff;
}
.writing-vertical {
  writing-mode: vertical-lr;
  text-orientation: upright;
  white-space: nowrap;
  min-height: 120px;
  letter-spacing: 2px;
  padding: 1rem 0.5rem !important;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.btn-vertical-active {
  background-color: var(--bs-theme) !important;
  color: white !important;
  border-color: var(--bs-theme) !important;
}

.content-area {
  height: calc(100% - 30px);
  overflow-y: auto;
}

.z-index-1 {
  z-index: 1;
}

.content-area::-webkit-scrollbar {
  width: 8px;
}

.content-area::-webkit-scrollbar-track {
  background: #2d3748;
  border-radius: 4px;
}

.content-area::-webkit-scrollbar-thumb {
  background: #4a5568;
  border-radius: 4px;
}

.content-area::-webkit-scrollbar-thumb:hover {
  background: #718096;
}

.issue-tab {
  color: var(--bs-theme);
}

.vuln-list .vuln-item .vuln-link {
  padding: 0.35rem 0.7rem;
  position: relative;
  border: 1px solid #acaca9;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.vuln-list .vuln-item .vuln-link:hover {
  background: rgba(255, 255, 255, 0.15);
}
.vuln-list .vuln-item .vuln-link:after {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  margin-left: auto;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.vuln-list .vuln-item + .vuln-item {
  margin-top: 0.5rem;
}

/* VULN PICKER */

.vuln-pickers {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 9;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
  opacity: 1;
}

.vuln-pickers:hover {
  opacity: 1;
}

.vuln-picker {
  width: 32px;
  height: 30px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
  justify-content: center;
  cursor: pointer;
}

.vuln-picker.picker-close,
.vuln-picker.picker-open {
  background-color: #f3f2eb;
}

.vuln-picker.critical {
  background-color: var(--bs-Critical);
}

.vuln-picker.high {
  background-color: var(--bs-High);
}

.vuln-picker.medium {
  background-color: var(--bs-Medium);
}

.vuln-picker.low {
  background-color: var(--bs-Low);
}

.vuln-picker.info {
  background-color: var(--bs-theme);
}

.vuln-picker a {
  color: #fff;
  text-decoration: none;
}

.vuln-pickers {
  overflow: hidden
}

#vuln-picker-input {
  display: none;
}

#vuln-picker-input ~ label svg.v-pick-r {
  display: none;
}

#vuln-picker-input:checked ~ label svg.v-pick-l {
  display: none;
}

#vuln-picker-input:checked ~ label svg.v-pick-r {
  display: block;
}

.vuln-picker-label {
  width: 32px;
  height: 30px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
  justify-content: center;
  cursor: pointer;
  background: #f3f2eb;
  opacity: .5
}

#vuln-picker-input:checked ~ label.vuln-picker-label {
  opacity: 1;
}

#vuln-picker-input ~ .vuln-picker-severities {
  display: none;
  transition: all .3s linear;
}

#vuln-picker-input:checked ~ .vuln-picker-severities {
  display: block;
  transition: all .3s linear;
}

.vuln-picker.critical:hover {
  background-color: rgb(155 12 14 / 80%);
}

.vuln-picker.high:hover {
  background-color: rgb(198 37 36 / 80%);
}

.vuln-picker.medium:hover {
  background-color: rgb(255 87 51 / 80%);
}

.vuln-picker.low:hover {
  background-color: rgb(255 195 0 / 80%);
}

.vuln-picker.info:hover {
  background-color: rgb(100 111 120 / 80%);
}

.vuln-picker a,
.vuln-picker span {
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

@keyframes bake-Vuln {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}



.VulnID {
  display: inline-block;
  vertical-align: top;
}

.Vuln {
  height: 200px;
  width: 200px;
  position: relative;
  margin: 0 30px 30px 0;
}

.Vuln::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: #EEE;
  border-radius: 50%;
  top: 50px;
  left: 50px;
}

.Vuln::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
  margin: 220px auto;
}

.Vuln_Type {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
  animation: bake-Vuln 1s;
}

.Vuln_Type span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px);
}

.legend {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #FFF;
  padding: 15px;
  font-size: 13px;
  box-shadow: 1px 1px 0 #DDD,
    2px 2px 0 #BBB;
}

.legend li {
  width: 110px;
  height: 1.25em;
  margin-bottom: 0.7em;
  padding-left: 0.5em;
  border-left: 1.25em solid black;
}

.legend em {
  font-style: normal;
}

.legend span {
  float: right;
}

@media (max-width: 767px) {
  .vulnerabilities .boxes {
    background-color: #1e2a36;
    padding: 6px 0;
    text-align: center;
    position: relative;
    float: left;
    margin-left: 1%;
    margin-bottom: 4px;
  }

.vulnerabilities .boxes .report-icon {
  position: absolute;
  right: 0.2rem;
  top: 0.3rem;
}


.vulnerabilities .boxes-1 {
  width: 41%
}
.vulnerabilities .boxes-4 {
  background-color: var(--bs-Critical);
  color: #fff;
  width: 31%;
}
.vulnerabilities .boxes-5 {
  background-color: var(--bs-High);
  color: #fff;
  width: 31%;
}

.vulnerabilities .critical {
  background-color: var(--bs-Critical);
  width: 31%;
}

.vulnerabilities .boxes-2 {
  width: 18%;
  margin-left: 1%;
  float: left;
}

.boxes-small {
  padding: 0;
  text-align: center;
  display: flex;
}

.boxes-2 .boxes-small:first-child,
.boxes-3 .boxes-small:first-child {
  margin-bottom: 5px;
}

.boxes-small>div {
  display: flex;
  padding: 3.7px;
  float: left;
  align-items: center;
  justify-content: center;
}

.vuln-title {
  font-size: calc(10.6px + 4.5 * ((100vw - 320px) / 680));
  float: left;
  width: 6%;
  margin-right: 0;
  padding: 0.7rem 0rem;
  color: #f3f2eb;
  font-weight:bold;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-transform: scale(-1);
  -webkit-transform: scale(-1);
  transform: scale(-1);
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1;
}

.vuln-number-big {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
  .fs14 {
    font-size: 9px;
  }

  .fs22 {
    font-size: 12px;
  }

  .fs40 {
    font-size: 20px;
  }

  .fw300 {
    font-weight: 300;
  }
}

@media (min-width: 767px) {
.vulnerabilities .boxes {
  background-color: #f3f2eb;
  padding: 30px 0;
  text-align: center;
  position: relative;
  float: left;
  margin-left: 1%;
}

.vulnerabilities .boxes .report-icon {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.vulnerabilities .boxes-1 {
  width: 21%;
}
.vulnerabilities .boxes-4 {
  background-color: var(--bs-Critical);
  color: #fff;
  width: 21%;
}
.vulnerabilities .boxes-5 {
  background-color: var(--bs-High);
  color: #fff;
  width: 19%;
}

.vulnerabilities .critical {
  background-color: var(--bs-Critical);
  width: 19%;
}

.vulnerabilities .boxes-2 {
  width: 12%;
  margin-left: 1%;
  float: left;
}

.boxes-small {
  text-align: center;
  display: flex;
}

.boxes-2 .boxes-small:first-child,
.boxes-3 .boxes-small:first-child {
  margin-bottom: 11px;
}

.boxes-small>div {
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.vuln-title {
  font-size: calc(9.9px + 4.5 * ((100vw - 320px) / 680));
  float: left;
  max-height: 12.1rem;
  width: 4%;
  margin-right: 0;
  padding: 0.7rem 0rem;
  color: #f3f2eb;
  font-weight:bold;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-transform: scale(-1);
  -webkit-transform: scale(-1);
  transform: scale(-1);
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1;
}

.vuln-number-big {
  font-size: calc(32px + 32 * ((100vw - 320px) / 680));
  font-weight: 500;
  line-height: 1;
}

.fs14 {
  font-size: calc(5px + 4.8 * ((100vw - 320px) / 680));
}

.fs22 {
  font-size: calc(8.5px + 6.1 * ((100vw - 320px) / 680));
}

.fs40 {
  font-size: calc(13.5px + 13.2 * ((100vw - 320px) / 680));
}

.fw300 {
  font-weight: 300;
}

}


@media (min-width: 1900px) {
.vuln-title {
  font-size: calc(9.25px + 4.48 * ((100vw - 320px) / 680));
  float: left;
  width: 4%;
  margin-right: 0;
  padding: 0.7rem 0rem;
  color: #f3f2eb;
  font-weight:bold;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-transform: scale(-1);
  -webkit-transform: scale(-1);
  transform: scale(-1);
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1;
}
}

.vulnerabilities .boxes-3 {
  width: 14rem;
  margin-left: 1%;
  float: left;
}

.boxes-small div {
  position: relative;
}

.boxes-small div svg {
  position: absolute;
  right: .5rem;
  top: .5rem;
}

.boxes-small-medium {
  padding: 13px 0;
  background-color: var(--bs-Medium);
  color: #fff;
  width: 100%;
}

.boxes-small-low {
  padding: 13px 0;
  background-color: var(--bs-Low);
  color: #fff;
  width: 100%;
}

.boxes-small-left .bordered-svg {
  border-radius: 50px;
  border: 1px solid #ccc;
  padding: 10px;
}

.vul-title-box {
  height: auto;
}

.vul-title-box2 {
  height: auto;

}

.row2 {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.row2>[class*="col"] {
  padding-left: .5rem;
  padding-right: .5rem;
}

.fs16 {
  font-size: calc(8.2px + 4.5 * ((100vw - 320px) / 680));
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs34 {
  font-size: 34px;
}

.fs36 {
  font-size: 36px;
}

.fs50 {
  font-size: 50px;
}

.fs60 {
  font-size: 60px;
}

.fs70 {
  font-size: 70px;
}

.fs80 {
  font-size: 80px;
}

.fs90 {
  font-size: 90px;
}

.fs100 {
  font-size: 100px;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

.lh1 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 1rem;
}

.dtr-details {
  width: 100%;
}

.dtr-data {
  position: relative;
  padding-top: 40px;
}
.min-fixed-width {
  min-width: 300px;
}

.menu-item .menu-link {
  position: relative;
}

.menu-arrow {
  position: absolute;
  left: 0;
  display: inline-block;
}

.menu-arrow:after {
  content: '➜';
  font-family: 'FontAwesome';
  content: '\f054';
}

.digit-group input {
  width: 30px;
  height: 50px;
  background-color: rgb(243 241 234 / 95%);
  border: none;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  color: white;
  margin: 0 2px;
}

.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}

.prompt {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
}

/* Critical/Kritik - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
.bg-Critical, .bg-Kritik, .bg-حرج, .bg-Crítico, .bg-重大, .bg-严重, .bg-Critique, .bg-Kritisch, .bg-Crítico {
  background: linear-gradient(135deg, var(--bs-critical), var(--bs-critical-gradient));
 box-shadow: 0 2px 4px rgba(220,53,69,0.3);
 text-transform: uppercase;
 color: white;
 }
 
 /* High/Yüksek - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
 .bg-High, .bg-Yüksek, .bg-عالي, .bg-Alto, .bg-高, .bg-高, .bg-Élevé, .bg-Hoch, .bg-Alto {
 background: linear-gradient(135deg, var(--bs-high), var(--bs-high-gradient));
 box-shadow: 0 2px 4px rgba(253,126,20,0.3);
 text-transform: uppercase;
 color: white;
 }
 
 /* Medium/Orta - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
 .bg-Medium, .bg-Orta, .bg-متوسط, .bg-Medio, .bg-中, .bg-中等, .bg-Moyen, .bg-Mittel, .bg-Médio {
 background: linear-gradient(135deg, var(--bs-medium), var(--bs-medium-gradient));
 box-shadow: 0 2px 4px rgba(255,193,7,0.3);
 text-transform: uppercase;
 }
 
 /* Low/Düşük - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
 .bg-Low, .bg-Düşük, .bg-منخفض, .bg-Bajo, .bg-低, .bg-低, .bg-Bas, .bg-Niedrig, .bg-Baixo {
 background: linear-gradient(135deg, var(--bs-low), var(--bs-low-gradient));
 box-shadow: 0 2px 4px rgba(23,162,184,0.3);
 text-transform: uppercase;
 }
 
 /* Information/Bilgi - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
 .bg-Information, .bg-Bilgi, .bg-معلومات, .bg-Información, .bg-情報, .bg-信息, .bg-Information, .bg-Information, .bg-Informação {
 background: linear-gradient(135deg, var(--bs-Information), #4fc6f0);
 box-shadow: 0 2px 4px rgba(108,117,125,0.3);
 text-transform: uppercase;
 color: white;
 }
 
 /* Critical/Kritik Badge - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
 .issue-Critical, .issue-Kritik, .issue-حرج, .issue-Crítico, .issue-重大, .issue-严重, .issue-Critique, .issue-Kritisch, .issue-Crítico {
 background: linear-gradient(135deg, var(--bs-critical), var(--bs-critical-gradient));
 box-shadow: 0 2px 4px rgba(220,53,69,0.3);
 text-transform: uppercase;
 color: #ffffff;
 }
 .issue-Critical::before, .issue-Kritik::before, .issue-حرج::before, .issue-Crítico::before, .issue-重大::before, .issue-严重::before, .issue-Critique::before, .issue-Kritisch::before, .issue-Crítico::before {
 content: "\f06a";
 margin-right: 0.25rem;
 font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome";
 font-weight: 900;
 }
 
 /* High/Yüksek Badge - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
 .issue-High, .issue-Yüksek, .issue-عالي, .issue-Alto, .issue-高, .issue-高, .issue-Élevé, .issue-Hoch, .issue-Alto {
 background: linear-gradient(135deg, var(--bs-high), var(--bs-high-gradient));
 box-shadow: 0 2px 4px rgba(253,126,20,0.3);
 text-transform: uppercase;
 color: #ffffff;
 }
 .issue-High::before, .issue-Yüksek::before, .issue-عالي::before, .issue-Alto::before, .issue-高::before, .issue-高::before, .issue-Élevé::before, .issue-Hoch::before, .issue-Alto::before {
 content: "\f071";
 margin-right: 0.25rem;
 font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome";
 font-weight: 900;
 }
 
 /* Medium/Orta Badge - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
 .issue-Medium, .issue-Orta, .issue-متوسط, .issue-Medio, .issue-中, .issue-中等, .issue-Moyen, .issue-Mittel, .issue-Médio {
 background: linear-gradient(135deg, var(--bs-medium), var(--bs-medium-gradient));
 box-shadow: 0 2px 4px rgba(255,193,7,0.3);
 text-transform: uppercase;
 color: #000000;
 }
 .issue-Medium::before, .issue-Orta::before, .issue-متوسط::before, .issue-Medio::before, .issue-中::before, .issue-中等::before, .issue-Moyen::before, .issue-Mittel::before, .issue-Médio::before {
 content: "\f0aa";
 margin-right: 0.25rem;
 font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome";
 font-weight: 900;
 }
 
 /* Low/Düşük Badge - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
 .issue-Low, .issue-Düşük, .issue-منخفض, .issue-Bajo, .issue-低, .issue-低, .issue-Bas, .issue-Niedrig, .issue-Baixo {
 background: linear-gradient(135deg, var(--bs-low), var(--bs-low-gradient));
 box-shadow: 0 2px 4px rgba(23,162,184,0.3);
 text-transform: uppercase;
 color: #000000;
 }
 .issue-Low::before, .issue-Düşük::before, .issue-منخفض::before, .issue-Bajo::before, .issue-低::before, .issue-低::before, .issue-Bas::before, .issue-Niedrig::before, .issue-Baixo::before {
 content: "\f0ab";
 margin-right: 0.25rem;
 font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome";
 font-weight: 900;
 }
 
 /* Information/Bilgi Badge - English, Turkish, Arabic, Spanish, Japanese, Chinese, French, German, Portuguese */
 .issue-Information, .issue-Bilgi, .issue-معلومات, .issue-Información, .issue-情報, .issue-信息, .issue-Information, .issue-Information, .issue-Informação {
 background: linear-gradient(135deg, var(--bs-Information), #4fc6f0);
 box-shadow: 0 2px 4px rgba(108,117,125,0.3);
 text-transform: uppercase;
 color: #ffffff;
 }
 .issue-Information::before, .issue-Bilgi::before, .issue-معلومات::before, .issue-Información::before, .issue-情報::before, .issue-信息::before, .issue-Information::before, .issue-Information::before, .issue-Informação::before {
 content: "\f05a";
 margin-right: 0.25rem;
 font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome";
 font-weight: 900;
 }

/*
* @sweetalert2/themes v5.0.2
* Released under the MIT License.
*/

.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  padding: 1em;
  overflow-y: hidden;
  background: rgb(243 241 234 / 95%);
  box-shadow: 0 0 0.625em #d9d9d9;
  pointer-events: all;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin: 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.3125em;
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px rgb(243 241 234 / 95%), 0 0 0 3px rgba(138, 176, 213, 0.5);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
          animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
          animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
          animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
          animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end" "gap gap gap";
  grid-template-rows: auto auto auto 0.625em;
  height: 100%;
  padding: 0.625em 0.625em 0;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container::after {
  content: "";
  grid-column: 1/4;
  grid-row: 4;
  height: 0.625em;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(25, 25, 26, 0.75);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-center-start, .swal2-container.swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
.swal2-container.swal2-top, .swal2-container.swal2-center, .swal2-container.swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-center-end, .swal2-container.swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}
.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}
.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}
.swal2-container.swal2-center-start > .swal2-popup, .swal2-container.swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}
.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}
.swal2-container.swal2-bottom-start > .swal2-popup, .swal2-container.swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}
.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}
.swal2-container.swal2-grow-row > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
.swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 15px;
  background: rgb(243 241 234 / 95%);
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: var(--bs-theme);
  font-size: 1.875em;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
  padding: 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border-style: solid;
  border-color: none;
  border-radius: 0.25em;
  background: initial;
  background-color: var(--bs-theme);
  font-size: 1em;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(115, 103, 240, 0.5);
}
.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #ea5455;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(234, 84, 85, 0.5);
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7d88;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 125, 136, 0.5);
}
.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 1px rgb(243 241 234 / 95%), 0 0 0 3px rgba(138, 176, 213, 0.5);
}
.swal2-styled:focus {
  outline: none;
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #555;
  color: #bbbbbb;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(225, 225, 225, 0.6);
}

.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}

.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em 2em 0;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: #323234;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: var(--bs-theme);
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc;
}
.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em 2em 0;
  background: rgb(243 241 234 / 95%);
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: var(--bs-theme);
  font-weight: 400;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: #323234;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: #323234;
  color: var(--bs-theme);
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: rgb(243 241 234 / 95%);
  color: var(--bs-theme);
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #323234;
  color: var(--bs-theme);
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
          animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
          animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #dd4114;
  color: #dd4114;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
          animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
          animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
          animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: inherit;
  font-weight: 400;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #58585b;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #58585b;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
          animation: swal2-show 0.3s;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
          animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(25, 25, 26, 0.75);
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.required {
  color: #727279;
  font-size: .8em;
  margin-left: 2px;
  font-weight: 400;
}
.tech-icon,
.tech-icon-small {
    color: var(--bs-theme);
}

.tech-icon {
    width: 22px;
    height: 22px;
}

.tech-icon-small {
    width: 16px;
    height: 16px;
}

.icon-container {
    display: inline-flex;
    align-items: center;
}
.label-tech {
  position: relative;
  bottom: 4px;
}
.label-text {
    position: relative;
    bottom: 6px;
}
.label-text-left {
    position: relative;
    left: 2px;
    top: 1px;
}

.delete-parameter {
  color: #ff5b57;
  cursor: pointer;
}
.delete-parameter:hover {
  color: #cc4946;
}

.delete-form-value {
  color: #ff5b57;
  cursor: pointer;
}
.delete-form-value:hover {
  color: #cc4946;
}
.drag-handle {
  cursor: move;
}
.delete-input {
  color: #ff5b57;
  cursor: pointer;
}
.delete-input:hover {
  color: #cc4946;
}
.delete-storage {
  color: #ff5b57;
  cursor: pointer;
}
.delete-storage:hover {
  color: #cc4946;
}
.delete-extension {
  color: #ff5b57;
  cursor: pointer;
}
.delete-extension:hover {
  color: #cc4946;
}
.delete-header {
  color: #ff5b57;
  cursor: pointer;
}
.delete-header:hover {
  color: #cc4946;
}
.delete-pattern {
  color: #ff5b57;
  cursor: pointer;
}
.delete-pattern:hover {
  color: #cc4946;
}
.info-alert {
  background-color: #e8f5fb;
  border-color: #b8e2f2;
  color: var(--bs-secondary);
}
.browser-settings {
  margin-bottom: 2rem;
}
.argument-row {
  margin-bottom: 0.5rem;
}

.drag-handle {
  cursor: move;
  color: #aaa;
  padding: 8px;
  transition: color 0.2s;
}

.drag-handle:hover {
  color: #555;
}

#formValuesContainer tr {
  transition: background-color 0.2s, box-shadow 0.2s;
}

.sortable-chosen {
  background-color: var(--bs-dark);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border: none !important;
}

.sortable-ghost {
  background-color: var(--bs-dark);
  opacity: 0.5;
}

.sortable-drag {
  background-color: #fff !important;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  border: 1px solid #dee2e6;
  opacity: 0.9;
}

.sortable-chosen td, .sortable-ghost td {
  border-top: 1px dashed #dee2e6 !important;
  border-bottom: 1px dashed #dee2e6 !important;
}

#formValuesContainer tr.sortable-ghost::before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #4dabf7;
  left: 0;
  right: 0;
  top: 0;
}


/*!
 * Select2 v4 Bootstrap 5 theme v1.3.0
*/
.select2-container--bootstrap-5 {
  display: block;
}
select + .select2-container--bootstrap-5 {
  z-index: 1;
}
.select2-container--bootstrap-5 :focus {
  outline: 0;
}
.select2-container--bootstrap-5 .select2-selection {
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  background-color: transparent;
  border: 1px solid rgb(97 108 118);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap-5 .select2-selection {
    transition: none;
  }
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: var(--bs-theme);
}
.select2-container--bootstrap-5.select2-container--open.select2-container--below
  .select2-selection {
  border-bottom: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: rgb(243 241 234 / 95%);
}
.select2-container--bootstrap-5.select2-container--open.select2-container--above
  .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--bootstrap-5 .select2-search {
  width: 100%;
}
.select2-container--bootstrap-5 .select2-search--inline .select2-search__field {
  vertical-align: top;
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear,
.select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__clear {
  position: absolute;
  top: 50%;
  right: 2.25rem;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25em;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/0.75rem auto no-repeat;
  transform: translateY(-50%);
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear:hover,
.select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__clear:hover {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/0.75rem auto no-repeat;
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear
  > span,
.select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__clear
  > span {
  display: none;
}
.select2-container--bootstrap-5 + .select2-container--bootstrap-5 {
  z-index: 1056;
}
.select2-container--bootstrap-5 .select2-dropdown {
  z-index: 1056;
  overflow: hidden;
  color: #212529;
  background-color: rgba(29, 40, 53, 0.98);
  border-color: 10px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.075);
  border-radius: 0;
}
.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: rgb(243 241 234 / 95%);
}
.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
  border-bottom: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: rgb(243 241 234 / 95%);
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search {
  padding: 0.375rem 0.75rem;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-search
  .select2-search__field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-theme);
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid var(--bs-theme);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap-5
    .select2-dropdown
    .select2-search
    .select2-search__field {
    transition: none;
  }
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-search
  .select2-search__field:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options:not(.select2-results__options--nested) {
  max-height: 15rem;
  overflow-y: auto;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option {
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-theme);
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__message {
  color: #6c757d;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__option--highlighted {
  color: #ffffff;
  background-color: hsl(15.81deg 53.09% 47.65%) !important;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[aria-selected="true"]:not(
    .select2-results__option--highlighted
  ) {
  color: #fff;
  background-color: var(--bs-theme);
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__option--disabled,
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[aria-disabled="true"] {
  color: #6c757d;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__group {
  padding: 0.375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #6c757d;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__options--nested
  .select2-results__option {
  padding: 0.375rem 0.75rem;
}
.select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__rendered {
  padding: 2px;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  color: var(--bs-theme);
}
.select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__rendered
  .select2-selection__placeholder {
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  color: var(--bs-secondary);
}
.select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__rendered
  .select2-selection__arrow {
  display: none;
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.35em 0.65em;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
  font-size: 1rem;
  color: #212529;
  cursor: auto;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove {
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25em;
  margin-right: 0.25rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/0.75rem auto no-repeat;
  border: 0;
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove:hover {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/0.75rem auto no-repeat;
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove
  > span {
  display: none;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
  display: block;
  width: 100%;
  height: 1.5rem;
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-search
  .select2-search__field {
  width: 100%;
  height: 1.5rem;
  margin-top: 0;
  margin-left: 0;
  font-family: inherit;
  line-height: 1.5;
  background-color: transparent;
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear {
  right: 0.75rem;
}
.select2-container--bootstrap-5.select2-container--disabled .select2-selection,
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus
  .select2-selection {
  color: #6c757d;
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #ced4da;
  box-shadow: none;
}
.select2-container--bootstrap-5.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__clear,
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--bootstrap-5.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus
  .select2-selection--multiple
  .select2-selection__choice {
  cursor: not-allowed;
}
.select2-container--bootstrap-5.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove,
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap-5.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__rendered:not(:empty),
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus
  .select2-selection--multiple
  .select2-selection__rendered:not(:empty) {
  padding-bottom: 0;
}
.select2-container--bootstrap-5.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__rendered:not(:empty)
  + .select2-search,
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus
  .select2-selection--multiple
  .select2-selection__rendered:not(:empty)
  + .select2-search {
  display: none;
}
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(
    .dropdown-menu
  ).select2-container--bootstrap-5
  .select2-selection,
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(
    .dropdown-menu
  ).select2-container--bootstrap-5
  .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .btn ~ .select2-container--bootstrap-5 .select2-selection,
.input-group
  > .dropdown-menu
  ~ .select2-container--bootstrap-5
  .select2-selection,
.input-group
  > .input-group-text
  ~ .select2-container--bootstrap-5
  .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .select2-container--bootstrap-5 {
  flex-grow: 1;
}
.input-group .select2-container--bootstrap-5 .select2-selection {
  height: 100%;
}
.is-valid + .select2-container--bootstrap-5 .select2-selection,
.was-validated
  select:valid
  + .select2-container--bootstrap-5
  .select2-selection {
  border-color: #198754;
}
.is-valid
  + .select2-container--bootstrap-5.select2-container--focus
  .select2-selection,
.is-valid
  + .select2-container--bootstrap-5.select2-container--open
  .select2-selection,
.was-validated
  select:valid
  + .select2-container--bootstrap-5.select2-container--focus
  .select2-selection,
.was-validated
  select:valid
  + .select2-container--bootstrap-5.select2-container--open
  .select2-selection {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.is-valid
  + .select2-container--bootstrap-5.select2-container--open.select2-container--below
  .select2-selection,
.was-validated
  select:valid
  + .select2-container--bootstrap-5.select2-container--open.select2-container--below
  .select2-selection {
  border-bottom: 0 solid transparent;
}
.is-valid
  + .select2-container--bootstrap-5.select2-container--open.select2-container--above
  .select2-selection,
.was-validated
  select:valid
  + .select2-container--bootstrap-5.select2-container--open.select2-container--above
  .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.is-invalid + .select2-container--bootstrap-5 .select2-selection,
.was-validated
  select:invalid
  + .select2-container--bootstrap-5
  .select2-selection {
  border-color: #dc3545;
}
.is-invalid
  + .select2-container--bootstrap-5.select2-container--focus
  .select2-selection,
.is-invalid
  + .select2-container--bootstrap-5.select2-container--open
  .select2-selection,
.was-validated
  select:invalid
  + .select2-container--bootstrap-5.select2-container--focus
  .select2-selection,
.was-validated
  select:invalid
  + .select2-container--bootstrap-5.select2-container--open
  .select2-selection {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.is-invalid
  + .select2-container--bootstrap-5.select2-container--open.select2-container--below
  .select2-selection,
.was-validated
  select:invalid
  + .select2-container--bootstrap-5.select2-container--open.select2-container--below
  .select2-selection {
  border-bottom: 0 solid transparent;
}
.is-invalid
  + .select2-container--bootstrap-5.select2-container--open.select2-container--above
  .select2-selection,
.was-validated
  select:invalid
  + .select2-container--bootstrap-5.select2-container--open.select2-container--above
  .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--bootstrap-5 .select2--small.select2-selection {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.select2-container--bootstrap-5
  .select2--small.select2-selection--multiple
  .select2-selection__clear,
.select2-container--bootstrap-5
  .select2--small.select2-selection--single
  .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/0.5rem auto no-repeat;
}
.select2-container--bootstrap-5
  .select2--small.select2-selection--multiple
  .select2-selection__clear:hover,
.select2-container--bootstrap-5
  .select2--small.select2-selection--single
  .select2-selection__clear:hover {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/0.5rem auto no-repeat;
}
.select2-container--bootstrap-5
  .select2--small.select2-selection--multiple
  .select2-search,
.select2-container--bootstrap-5
  .select2--small.select2-selection--multiple
  .select2-search
  .select2-search__field,
.select2-container--bootstrap-5
  .select2--small.select2-selection--single
  .select2-search,
.select2-container--bootstrap-5
  .select2--small.select2-selection--single
  .select2-search
  .select2-search__field {
  height: 1.5em;
}
.select2-container--bootstrap-5 .select2--small.select2-dropdown {
  border-radius: 0.2rem;
}
.select2-container--bootstrap-5
  .select2--small.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--bootstrap-5
  .select2--small.select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--bootstrap-5
  .select2--small.select2-dropdown
  .select2-results__options
  .select2-results__option,
.select2-container--bootstrap-5
  .select2--small.select2-dropdown
  .select2-search
  .select2-search__field {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.select2-container--bootstrap-5
  .select2--small.select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__group {
  padding: 0.25rem;
}
.select2-container--bootstrap-5
  .select2--small.select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__options--nested
  .select2-results__option {
  padding: 0.25rem 0.5rem;
}
.select2-container--bootstrap-5 .select2--small.select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}
.select2-container--bootstrap-5
  .select2--small.select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 0.875rem;
}
.select2-container--bootstrap-5
  .select2--small.select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/0.5rem auto no-repeat;
}
.select2-container--bootstrap-5
  .select2--small.select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove:hover {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/0.5rem auto no-repeat;
}
.select2-container--bootstrap-5
  .select2--small.select2-selection--multiple
  .select2-selection__clear {
  right: 0.5rem;
}
.select2-container--bootstrap-5 .select2--large.select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.select2-container--bootstrap-5
  .select2--large.select2-selection--multiple
  .select2-selection__clear,
.select2-container--bootstrap-5
  .select2--large.select2-selection--single
  .select2-selection__clear {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/1rem auto no-repeat;
}
.select2-container--bootstrap-5
  .select2--large.select2-selection--multiple
  .select2-selection__clear:hover,
.select2-container--bootstrap-5
  .select2--large.select2-selection--single
  .select2-selection__clear:hover {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/1rem auto no-repeat;
}
.select2-container--bootstrap-5
  .select2--large.select2-selection--multiple
  .select2-search,
.select2-container--bootstrap-5
  .select2--large.select2-selection--multiple
  .select2-search
  .select2-search__field,
.select2-container--bootstrap-5
  .select2--large.select2-selection--single
  .select2-search,
.select2-container--bootstrap-5
  .select2--large.select2-selection--single
  .select2-search
  .select2-search__field {
  height: 1.5em;
}
.select2-container--bootstrap-5 .select2--large.select2-dropdown {
  border-radius: 0.3rem;
}
.select2-container--bootstrap-5
  .select2--large.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--bootstrap-5
  .select2--large.select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--bootstrap-5
  .select2--large.select2-dropdown
  .select2-results__options
  .select2-results__option,
.select2-container--bootstrap-5
  .select2--large.select2-dropdown
  .select2-search
  .select2-search__field {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
.select2-container--bootstrap-5
  .select2--large.select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__group {
  padding: 0.5rem;
}
.select2-container--bootstrap-5
  .select2--large.select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__options--nested
  .select2-results__option {
  padding: 0.5rem 1rem;
}
.select2-container--bootstrap-5 .select2--large.select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}
.select2-container--bootstrap-5
  .select2--large.select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 1.25rem;
}
.select2-container--bootstrap-5
  .select2--large.select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/1rem auto no-repeat;
}
.select2-container--bootstrap-5
  .select2--large.select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove:hover {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/1rem auto no-repeat;
}
.select2-container--bootstrap-5
  .select2--large.select2-selection--multiple
  .select2-selection__clear {
  right: 1rem;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear,
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/0.5rem auto no-repeat;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear:hover,
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__clear:hover {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/0.5rem auto no-repeat;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-search,
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-search
  .select2-search__field,
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-search,
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-search
  .select2-search__field {
  height: 1.5em;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown {
  border-radius: 0.2rem;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option,
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-search
  .select2-search__field {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__group {
  padding: 0.25rem;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__options--nested
  .select2-results__option {
  padding: 0.25rem 0.5rem;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 0.875rem;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/0.5rem auto no-repeat;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove:hover {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/0.5rem auto no-repeat;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear {
  right: 0.5rem;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear,
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__clear {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/1rem auto no-repeat;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear:hover,
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__clear:hover {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/1rem auto no-repeat;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-search,
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-search
  .select2-search__field,
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-search,
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-search
  .select2-search__field {
  height: 1.5em;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown {
  border-radius: 0.3rem;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option,
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-search
  .select2-search__field {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__group {
  padding: 0.5rem;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__options--nested
  .select2-results__option {
  padding: 0.5rem 1rem;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 1.25rem;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/1rem auto no-repeat;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove:hover {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/1rem auto no-repeat;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear {
  right: 1rem;
}

.filter-section {
  background: linear-gradient(135deg, rgb(243, 241, 235), rgba(255,255,255,0.05));
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 25px;
  backdrop-filter: blur(10px);
  border: 1px solid rgb(227, 208, 197);
}
.widget-card {
  background: linear-gradient(135deg, rgb(243, 241, 235), rgba(255,255,255,0.05));
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  border: 1px solid rgb(227, 208, 197);
  backdrop-filter: blur(10px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.widget-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}
.chart-container {
  background: linear-gradient(135deg, rgb(243, 241, 235), rgba(255,255,255,0.05));
  border-radius: 10px;
  padding: 25px;
  border: 1px solid rgb(227, 208, 197);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.chart-container:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.scan-list-item {
  padding: 12px 15px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  cursor: pointer;
  border-radius: 6px;
  margin-bottom: 5px;
  transition: all 0.2s ease;
}
.scan-list-item:hover {
  background: linear-gradient(135deg, rgb(243, 241, 235), rgba(255,255,255,0.1));
  transform: translateX(5px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.severity-badge {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  margin-right: 4px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.widget-card h2 {
  font-weight: 300;
  font-size: 2.5rem;
}
.chart-container h5, .chart-container h6 {
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.form-select:focus {
  background-color: rgba(255,255,255,0.15);
  border-color: var(--bs-theme);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-theme-rgb), 0.25);
}
.technology-chart-container {
  cursor: pointer;
  transition: all 0.3s ease;
}
.technology-chart-container:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}
.no-data-message {
  text-align: center;
  padding: 40px 20px;
  color: rgba(0, 0, 0, 0.7);
}
.no-data-message i {
  font-size: 3rem;
  margin-bottom: 15px;
  opacity: 0.5;
}
.no-data-message p {
  margin: 0;
  font-size: 1.1rem;
}
.role-checkbox-container, .contact-checkbox-container {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 8px;
  background-color: #fff;
}

.form-check {
  margin-bottom: 8px !important;
}

.form-check-label {
  cursor: pointer;
  user-select: none;
  font-weight: 500;
}

.form-check-input:checked + .form-check-label {
  color: var(--bs-theme);
}

.form-check-input:not(:checked) + .form-check-label {
  color: #6c757d;
}

.contact-selection-warning {
  color: #fffceb;
  font-size: 0.875rem;
  margin-top: 4px;
}

.filter-input {
  margin-bottom: 10px;
}

.contact-item {
  display: block;
}

.contact-item.filtered-hidden {
  display: none !important;
}

/* Payment Card Styling */
.card-payment {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.card-payment:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.card-payment .card-header {
  padding: 20px;
}

/* Payment Steps */
.payment-steps {
  margin-bottom: 3rem;
}

.payment-steps .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.payment-steps .step-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f8f9fa;
  border: 2px solid var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.payment-steps .step.completed .step-icon,
.payment-steps .step.active .step-icon {
  background-color: var(--bs-theme);
  border-color: var(--bs-secondary);
  color: white;
}

.payment-steps .step-label {
  font-size: 14px;
  font-weight: 500;
}

.payment-steps .step-connector {
  height: 2px;
  background-color: #dee2e6;
  flex-grow: 1;
  margin: 25px 15px 0;
  width: 80px;
}

.payment-steps .step-connector.completed {
  background-color: var(--bs-secondary);
}

/* Payment Methods Tabs */
.payment-methods {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.payment-methods .nav-link {
  border-radius: 8px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #6c757d;
  transition: all 0.3s ease;
}

.payment-methods .nav-link:hover {
  border-color:  var(--bs-theme);
}

.payment-methods .nav-link.active {
  background-color: var(--bs-theme);
  color: black;
  border-color:  var(--bs-theme);
}

/* Custom Card Selection */
.custom-card-check {
  padding: 0;
}

.custom-card-check input[type="radio"] {
  display: none;
}

.custom-card-check label {
  display: block;
  padding: 12px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #fff;
}

.custom-card-check label:hover {
  border-color: #adb5bd;
  background-color: #f8f9fa;
}

.custom-card-check input[type="radio"]:checked + label {
  border-color: var(--bs-secondary);
  background-color: var(--bs-theme);
  color: white;
}

/* Stripe Card Element */
.card-element {
  padding: 15px;
  border-radius: 8px;
  background-color: #fff;
  min-height: 54px;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card-element:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Order Summary */
.summary-item {
  padding: 8px 0;
}

.summary-total {
  border-top: 2px solid #dee2e6;
  padding-top: 15px;
  margin-top: 10px;
}

/* Payment Security Section */
.payment-security {
  text-align: center;
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.payment-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.payment-icons i {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.payment-icons i:hover {
  opacity: 1;
}

/* Success Animation */
.success-checkmark {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4CAF50;
}

.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before, 
.success-checkmark .check-icon::after {
  content: '';
  height: 100px;
  position: absolute;
  background: #FFFFFF;
  transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
}

/* Keyframe Animations */
@keyframes rotate-circle {
  0% { transform: rotate(-45deg); }
  5% { transform: rotate(-45deg); }
  12% { transform: rotate(-405deg); }
  100% { transform: rotate(-405deg); }
}

@keyframes icon-line-tip {
  0% { width: 0; left: 1px; top: 19px; }
  54% { width: 0; left: 1px; top: 19px; }
  70% { width: 50px; left: -8px; top: 37px; }
  84% { width: 17px; left: 21px; top: 48px; }
  100% { width: 25px; left: 14px; top: 45px; }
}

@keyframes icon-line-long {
  0% { width: 0; right: 46px; top: 54px; }
  65% { width: 0; right: 46px; top: 54px; }
  84% { width: 55px; right: 0px; top: 35px; }
  100% { width: 47px; right: 8px; top: 38px; }
}

/* Crypto Countdown */
.countdown {
  font-weight: 600;
  color: #ff6060;
  font-size: 18px;
}

/* Progress Ring */
.progress-ring {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Saved Card Selector */
.saved-card-selector {
  max-height: 300px;
  overflow-y: auto;
}

.saved-cards .form-check {
  margin-bottom: 10px;
}

/* Card Brand Icons */
.card-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}

.card-info {
  flex: 1;
}

/* New Card Inputs */
.new-card-inputs {
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

/* Tab Content */
.tab-content {
  min-height: 300px;
}

.tab-pane {
  padding: 2px 0;
}

/* Crypto QR Container */
#crypto-qr-container .card {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

#crypto-qr-container .card-body {
  text-align: center;
}

#crypto-qr-image {
  border-radius: 8px;
  background-color: white;
  padding: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .payment-steps .step-connector {
      width: 40px;
      margin: 25px 10px 0;
  }
  
  .payment-steps .step-icon {
      width: 40px;
      height: 40px;
  }
  
  .payment-steps .step-label {
      font-size: 12px;
  }
}

@media (max-width: 576px) {
  .payment-methods {
      flex-direction: column;
      gap: 5px;
  }
  
  .payment-methods .nav-link {
      text-align: center;
  }
  
  .payment-steps {
      margin-bottom: 2rem;
  }
  
  .payment-steps .d-flex {
      flex-wrap: wrap;
      justify-content: center;
  }
  
  .payment-steps .step {
      margin: 10px;
  }
  
  .payment-steps .step-connector {
      display: none;
  }
}

  #scan-status-header {
      position: relative;
  }

  #scan-status-header .scan-control-icon {
      position: relative;
      z-index: 10;
      cursor: pointer;
  }

  .scan-progress-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    width: var(--progress-width, 0%);
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, .15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, .15) 50%,
        rgba(255, 255, 255, .15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
}

.scan-progress-bar.theme::before {
    background-color: rgba(var(--bs-theme-rgb), 0.2) !important;
}

  .scan-progress-bar.animated::before {
      animation: progress-bar-stripes 1s linear infinite;
  }

  .scan-progress-bar.theme::before {
      background-color: rgba(var(--bs-primary-rgb), 0.2);
  }

  .scan-progress-bar.warning::before {
      background-color: rgba(var(--bs-warning-rgb), 0.2);
  }

  .scan-progress-bar.success::before {
      background-color: rgba(var(--bs-success-rgb), 0.2);
  }

  .scan-progress-bar.danger::before {
      background-color: rgba(var(--bs-danger-rgb), 0.2);
  }

  @keyframes progress-bar-stripes {
      0% { background-position: 0 0; }
      100% { background-position: 1rem 0; }
  }
  .scan-progress-bar::before {
    width: var(--progress-width, 0%);
  }

  .link-item {
      transition: all 0.2s;
  }
  .link-item:hover {
      background-color: rgba(255, 255, 255, 0.05);
  }
  .import-option {
      transition: all 0.2s;
      cursor: pointer;
      border: 2px solid transparent;
  }
  .import-option:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  }
  .import-option.active {
      border-color: var(--bs-theme) !important;
  }
  .links-table tbody tr:hover {
      background-color: rgba(255, 255, 255, 0.05);
  }
  #file_input {
      display: none;
  }
  .loading-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      flex-direction: column;
      color: white;
  }
  .upload-progress {
      width: 300px;
      height: 10px;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 5px;
      margin-top: 20px;
      overflow: hidden;
  }
  .upload-progress-bar {
      height: 100%;
      background-color: var(--bs-theme);
      width: 0%;
      transition: width 0.3s;
  }
  .table-scroll-container {
      max-height: 400px;
      overflow-y: auto;
      overflow-x: hidden;
      border-radius: 4px;
  }
  .links-table {
      margin-bottom: 0 !important;
  }
  .links-table thead {
      position: sticky;
      top: 0;
      z-index: 1;
      background-color: var(--bs-theme);
  }
  .links-table thead th {
      background-color: rgba(0, 0, 0, 0.2);
      color: white;
      font-weight: 500;
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .links-table td {
      vertical-align: middle;
      padding: 8px 12px;
  }
  .link-count-badge {
      padding: 5px 10px;
      font-size: 12px;
      border-radius: 20px;
  }
  .collection-header {
      padding: 12px 15px;
      background-color: rgba(255, 255, 255, 0.05);
  }
  .collection-card {
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .app-sidebar-sitemap {
    position: fixed;
    left: 0;
    width: 255px;
    height: calc(100vh - 60px);
    z-index: 999;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overscroll-behavior: contain;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: contain;
    contain: layout style paint;
    isolation: isolate;
    box-shadow: 2px 0 4px rgba(0,0,0,0.1);
  }
  
  .sitemap-sticky-header {
    position: sticky;
    top: 0;
    z-index: 1001;
    background: rgba(var(--bs-body-color-rgb), 0.03);
    flex-shrink: 0;
    contain: layout style paint;
    overflow: hidden;
  }
  
  .sitemap-scrollable-content {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    height: 0;
    position: relative;
    overscroll-behavior: contain;
    overscroll-behavior-y: contain;
    overscroll-behavior-x: none;
    touch-action: pan-y;
    contain: layout style paint;
    will-change: scroll-position;
  }
  
  .sitemap-scrollable-content::-webkit-scrollbar {
    width: 8px;
  }
  
  .sitemap-scrollable-content::-webkit-scrollbar-track {
    background: var(--bs-gray-100);
    border-radius: 4px;
  }
  
  .sitemap-scrollable-content::-webkit-scrollbar-thumb {
    background: var(--bs-gray-400);
    border-radius: 4px;
    border: 1px solid var(--bs-gray-200);
  }
  
  .sitemap-scrollable-content::-webkit-scrollbar-thumb:hover {
    background: var(--bs-gray-500);
  }
  
  /* Firefox için scroll bar */
  .sitemap-scrollable-content {
    scrollbar-width: thin;
    scrollbar-color: var(--bs-gray-400) var(--bs-gray-100);
  }
  
  .sitemap-controls .btn {
    font-size: 0.75rem;
    padding: 0.2rem 0.4rem;
  }
  
  .search-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  
  .search-container.show {
    max-height: 60px;
  }
  
  .file-tree {
    padding-bottom: 0.2rem;
    min-height: fit-content;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  
  .file-node {
    margin-bottom: 0.1rem;
  }
  
  .file-link {
    padding: 0.2rem 0.4rem;
    border-radius: 0.25rem;
    transition: all 0.2s;
    display: block;
    color: var(--bs-body-color);
    text-decoration: none;
    font-size: 0.875rem;
  }
  
  .file-link:hover {
    background: var(--bs-theme);
    color: black;
    text-decoration: none;
  }
  
  .file-icon {
    margin-right: 0.4rem;
    width: 14px;
    display: inline-block;
  }
  
  .file-text {
    font-size: 0.8rem;
  }
  .crawling-btn .form-check-input {
    pointer-events: auto !important;
    z-index: 10;
    position: relative;
}

.tab-text-1 { display: inline !important; }
.tab-text-2 { display: none !important; }
.tab-text-3 { display: none !important; }
.tab-text-4 { display: none !important; }
.tab-text-5 { display: none !important; }
.tab-text-6 { display: none !important; }
.tab-text-7 { display: none !important; }
.tab-text-8 { display: none !important; }

@media (max-width: 1460px) {
    .tab-text-1 { display: none !important; }
    .tab-text-2 { display: inline !important; }
    .tab-text-3 { display: none !important; }
    .tab-text-4 { display: none !important; }
    .tab-text-5 { display: none !important; }
    .tab-text-6 { display: none !important; }
    .tab-text-7 { display: none !important; }
    .tab-text-8 { display: none !important; }
}

@media (max-width: 1415px) {
    .tab-text-1 { display: none !important; }
    .tab-text-2 { display: none !important; }
    .tab-text-3 { display: inline !important; }
    .tab-text-4 { display: none !important; }
    .tab-text-5 { display: none !important; }
    .tab-text-6 { display: none !important; }
    .tab-text-7 { display: none !important; }
    .tab-text-8 { display: none !important; }
}

/* 1370px altı - tab-text-4 aktif */
@media (max-width: 1370px) {
    .tab-text-1 { display: none !important; }
    .tab-text-2 { display: none !important; }
    .tab-text-3 { display: none !important; }
    .tab-text-4 { display: inline !important; }
    .tab-text-5 { display: none !important; }
    .tab-text-6 { display: none !important; }
    .tab-text-7 { display: none !important; }
    .tab-text-8 { display: none !important; }
}

@media (max-width: 1315px) {
    .tab-text-1 { display: none !important; }
    .tab-text-2 { display: none !important; }
    .tab-text-3 { display: none !important; }
    .tab-text-4 { display: none !important; }
    .tab-text-5 { display: inline !important; }
    .tab-text-6 { display: none !important; }
    .tab-text-7 { display: none !important; }
    .tab-text-8 { display: none !important; }
}

@media (max-width: 1199px) {
    .tab-text-1 { display: none !important; }
    .tab-text-2 { display: none !important; }
    .tab-text-3 { display: none !important; }
    .tab-text-4 { display: none !important; }
    .tab-text-5 { display: none !important; }
    .tab-text-6 { display: inline !important; }
    .tab-text-7 { display: none !important; }
    .tab-text-8 { display: none !important; }
}

@media (max-width: 1150px) {
    .tab-text-1 { display: none !important; }
    .tab-text-2 { display: none !important; }
    .tab-text-3 { display: none !important; }
    .tab-text-4 { display: none !important; }
    .tab-text-5 { display: none !important; }
    .tab-text-6 { display: none !important; }
    .tab-text-7 { display: inline !important; }
    .tab-text-8 { display: none !important; }
}

@media (max-width: 940px) {
    .tab-text-1 { display: none !important; }
    .tab-text-2 { display: none !important; }
    .tab-text-3 { display: none !important; }
    .tab-text-4 { display: none !important; }
    .tab-text-5 { display: none !important; }
    .tab-text-6 { display: none !important; }
    .tab-text-7 { display: none !important; }
    .tab-text-8 { display: inline !important; }
}

.rate-limiting-panel {
  transform: translateX(20px);
  transition: all 0.3s ease;
  opacity: 0;
}
.rate-limiting-panel.show {
  display: block !important;
  opacity: 1;
  transform: translateX(0);
}
.rate-limiting-toggle.active {
  background-color: var(--bs-theme-color);
  border-color: var(--bs-theme-color);
  color: black;
}

.scan-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: linear-gradient(135deg, #f6f6f1 0%, #fbfaf8 100%);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.scan-loading-overlay.show {
  opacity: 1;
  visibility: visible;
}

.loading-content {
  text-align: center;
  max-width: 500px;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, #f5f4ee 0%, #f6f6f1 100%);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transform: scale(0.9) translateY(20px);
  opacity: 0;
  transition: all 0.6s ease 0.2s;
}

.scan-loading-overlay.show .loading-content {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.loading-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-icon::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-top: 2px solid var(--bs-secondary);
  border-right: 2px solid var(--bs-theme);
  border-radius: 50%;
  animation: rotate 2s linear infinite;
}

.loading-icon svg {
  width: 40px;
  height: 40px;
  fill: var(--bs-theme);
  filter: drop-shadow(0 0 8px #fbfaf8);
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #000000;
  letter-spacing: -0.02em;
}

.loading-subtitle {
  font-size: 0.9rem;
  color: #5a5a5a;
  margin-bottom: 2.5rem;
}

.loading-steps {
  margin: 2rem 0;
}

.loading-step {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: rgba(51, 65, 85, 0.3);
  opacity: 0.4;
  transition: all 0.4s ease;
  font-size: 0.95rem;
  color: #000000;
}

.loading-step.active {
  opacity: 1;
  transform: translateX(0);
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: var(--bs-theme);
}

.loading-step.completed {
  opacity: 0.7;
  transform: translateX(0);
  color: #067853;
  background: rgba(16, 185, 129, 0.25);
}

.loading-step-icon {
  width: 28px;
  height: 28px;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  flex-shrink: 0;
}

.loading-step.active .loading-step-icon {
  background: var(--bs-theme);
  color: white;
}

.loading-step.completed .loading-step-icon {
  background: #10b981;
  color: white;
}

.progress-container {
  margin: 2rem 0;
  height: 6px;
  background: rgba(51, 65, 85, 0.5);
  border-radius: 3px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--bs-theme), #06b6d4);
  width: 0%;
  border-radius: 3px;
  transition: width 0.8s ease;
}

.loading-status {
  font-size: 0.9rem;
  color: #5a5a5a;
  margin-top: 1.5rem;
  font-weight: 500;
}

.particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: var(--bs-theme);
  border-radius: 50%;
  opacity: 0;
  animation: float 10s infinite ease-in-out;
}

@keyframes float {
  0%, 100% { 
      opacity: 0; 
      transform: translateY(100vh) scale(0);
  }
  10% { 
      opacity: 0.8; 
      transform: translateY(90vh) scale(1);
  }
  90% { 
      opacity: 0.8; 
      transform: translateY(10vh) scale(1);
  }
}

.scan-loading-overlay.hide {
  opacity: 0;
  visibility: hidden;
}

.scan-loading-overlay.hide .loading-content {
  transform: scale(0.9) translateY(-20px);
  opacity: 0;
}

@media (max-width: 768px) {
  .loading-content {
      max-width: 90vw;
      padding: 2rem 1.5rem;
  }
  
  .loading-title {
      font-size: 1.5rem;
  }
  
  .loading-step {
      font-size: 0.85rem;
  }
}
