/**
 * Variables
 * Variables should follow the $component-state-property-size formula for
 * consistent naming. Examples:
 * $nav-link-disabled-color
 * $modal-content-box-shadow-xs 
 *
 * Customization:
 * To customize Bootstrap variables:
 * Copy the desired variable from node_modules/bootstrap/scss/_variables.scss
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 * Change the value and remove the !default flag.
 * Examples:
 * $body-bg: #000;
 * $body-color: $gray-100;
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #4582ec;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #d9534f;
  --bs-orange: #fd7e14;
  --bs-yellow: #f0ad4e;
  --bs-green: #02b875;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #868e96;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #ddd;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #868e96;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #4582ec;
  --bs-secondary: #adb5bd;
  --bs-success: #02b875;
  --bs-info: #17a2b8;
  --bs-warning: #f0ad4e;
  --bs-danger: #d9534f;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-primary-rgb: 69, 130, 236;
  --bs-secondary-rgb: 173, 181, 189;
  --bs-success-rgb: 2, 184, 117;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 240, 173, 78;
  --bs-danger-rgb: 217, 83, 79;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 52, 58, 64;
  --bs-primary-text-emphasis: rgb(27.6, 52, 94.4);
  --bs-secondary-text-emphasis: rgb(69.2, 72.4, 75.6);
  --bs-success-text-emphasis: rgb(0.8, 73.6, 46.8);
  --bs-info-text-emphasis: rgb(9.2, 64.8, 73.6);
  --bs-warning-text-emphasis: rgb(96, 69.2, 31.2);
  --bs-danger-text-emphasis: rgb(86.8, 33.2, 31.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(217.8, 230, 251.2);
  --bs-secondary-bg-subtle: rgb(238.6, 240.2, 241.8);
  --bs-success-bg-subtle: rgb(204.4, 240.8, 227.4);
  --bs-info-bg-subtle: rgb(208.6, 236.4, 240.8);
  --bs-warning-bg-subtle: rgb(252, 238.6, 219.6);
  --bs-danger-bg-subtle: rgb(247.4, 220.6, 219.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(180.6, 205, 247.4);
  --bs-secondary-border-subtle: rgb(222.2, 225.4, 228.6);
  --bs-success-border-subtle: rgb(153.8, 226.6, 199.8);
  --bs-info-border-subtle: rgb(162.2, 217.8, 226.6);
  --bs-warning-border-subtle: rgb(249, 222.2, 184.2);
  --bs-danger-border-subtle: rgb(239.8, 186.2, 184.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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: var(--bs-font-sans-serif);
  --bs-body-font-size: 1.1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #343a40;
  --bs-body-color-rgb: 52, 58, 64;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(52, 58, 64, 0.75);
  --bs-secondary-color-rgb: 52, 58, 64;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(52, 58, 64, 0.5);
  --bs-tertiary-color-rgb: 52, 58, 64;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #4582ec;
  --bs-link-color-rgb: 69, 130, 236;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(55.2, 104, 188.8);
  --bs-link-hover-color-rgb: 55, 104, 189;
  --bs-code-color: #e83e8c;
  --bs-highlight-color: #343a40;
  --bs-highlight-bg: rgb(252, 238.6, 219.6);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #ddd;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(69, 130, 236, 0.25);
  --bs-form-valid-color: #02b875;
  --bs-form-valid-border-color: #02b875;
  --bs-form-invalid-color: #d9534f;
  --bs-form-invalid-border-color: #d9534f;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #ddd;
  --bs-body-color-rgb: 221, 221, 221;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(221, 221, 221, 0.75);
  --bs-secondary-color-rgb: 221, 221, 221;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(221, 221, 221, 0.5);
  --bs-tertiary-color-rgb: 221, 221, 221;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(143.4, 180, 243.6);
  --bs-secondary-text-emphasis: rgb(205.8, 210.6, 215.4);
  --bs-success-text-emphasis: rgb(103.2, 212.4, 172.2);
  --bs-info-text-emphasis: rgb(115.8, 199.2, 212.4);
  --bs-warning-text-emphasis: rgb(246, 205.8, 148.8);
  --bs-danger-text-emphasis: rgb(232.2, 151.8, 149.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #ddd;
  --bs-primary-bg-subtle: rgb(13.8, 26, 47.2);
  --bs-secondary-bg-subtle: rgb(34.6, 36.2, 37.8);
  --bs-success-bg-subtle: rgb(0.4, 36.8, 23.4);
  --bs-info-bg-subtle: rgb(4.6, 32.4, 36.8);
  --bs-warning-bg-subtle: rgb(48, 34.6, 15.6);
  --bs-danger-bg-subtle: rgb(43.4, 16.6, 15.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(41.4, 78, 141.6);
  --bs-secondary-border-subtle: rgb(103.8, 108.6, 113.4);
  --bs-success-border-subtle: rgb(1.2, 110.4, 70.2);
  --bs-info-border-subtle: rgb(13.8, 97.2, 110.4);
  --bs-warning-border-subtle: rgb(144, 103.8, 46.8);
  --bs-danger-border-subtle: rgb(130.2, 49.8, 47.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(143.4, 180, 243.6);
  --bs-link-hover-color: rgb(165.72, 195, 245.88);
  --bs-link-color-rgb: 143, 180, 244;
  --bs-link-hover-color-rgb: 166, 195, 246;
  --bs-code-color: rgb(241.2, 139.2, 186);
  --bs-highlight-color: #ddd;
  --bs-highlight-bg: rgb(96, 69.2, 31.2);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(103.2, 212.4, 172.2);
  --bs-form-valid-border-color: rgb(103.2, 212.4, 172.2);
  --bs-form-invalid-color: rgb(232.2, 151.8, 149.4);
  --bs-form-invalid-border-color: rgb(232.2, 151.8, 149.4);
}

/*# sourceMappingURL=page-navigation.css.map*/