/**
 * 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: #141549;
  --bs-indigo: #2c2f5c;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #AD1D23;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #5799D6;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-gray: #808285;
  --bs-gray-dark: #404245;
  --bs-gray-100: #EFEFEF;
  --bs-gray-200: #BCBEC1;
  --bs-gray-300: #939598;
  --bs-gray-400: #8D8F92;
  --bs-gray-500: #87898C;
  --bs-gray-600: #808285;
  --bs-gray-700: #606265;
  --bs-gray-800: #404245;
  --bs-gray-900: #1F2326;
  --bs-primary: #141549;
  --bs-secondary: #808285;
  --bs-success: #198754;
  --bs-info: #939598;
  --bs-warning: #fd7e14;
  --bs-danger: #AD1D23;
  --bs-light: #EFEFEF;
  --bs-dark: #090932;
  --bs-primary-rgb: 20, 21, 73;
  --bs-secondary-rgb: 128, 130, 133;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 147, 149, 152;
  --bs-warning-rgb: 253, 126, 20;
  --bs-danger-rgb: 173, 29, 35;
  --bs-light-rgb: 239, 239, 239;
  --bs-dark-rgb: 9, 9, 50;
  --bs-primary-text-emphasis: rgb(8, 8.4, 29.2);
  --bs-secondary-text-emphasis: rgb(51.2, 52, 53.2);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(58.8, 59.6, 60.8);
  --bs-warning-text-emphasis: rgb(101.2, 50.4, 8);
  --bs-danger-text-emphasis: rgb(69.2, 11.6, 14);
  --bs-light-text-emphasis: #606265;
  --bs-dark-text-emphasis: #606265;
  --bs-primary-bg-subtle: rgb(208, 208.2, 218.6);
  --bs-secondary-bg-subtle: rgb(229.6, 230, 230.6);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(233.4, 233.8, 234.4);
  --bs-warning-bg-subtle: rgb(254.6, 229.2, 208);
  --bs-danger-bg-subtle: rgb(238.6, 209.8, 211);
  --bs-light-bg-subtle: #f7f7f7;
  --bs-dark-bg-subtle: #8D8F92;
  --bs-primary-border-subtle: rgb(161, 161.4, 182.2);
  --bs-secondary-border-subtle: rgb(204.2, 205, 206.2);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(211.8, 212.6, 213.8);
  --bs-warning-border-subtle: rgb(254.2, 203.4, 161);
  --bs-danger-border-subtle: rgb(222.2, 164.6, 167);
  --bs-light-border-subtle: #BCBEC1;
  --bs-dark-border-subtle: #87898C;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #090932;
  --bs-body-color-rgb: 9, 9, 50;
  --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(9, 9, 50, 0.75);
  --bs-secondary-color-rgb: 9, 9, 50;
  --bs-secondary-bg: #BCBEC1;
  --bs-secondary-bg-rgb: 188, 190, 193;
  --bs-tertiary-color: rgba(9, 9, 50, 0.5);
  --bs-tertiary-color-rgb: 9, 9, 50;
  --bs-tertiary-bg: #EFEFEF;
  --bs-tertiary-bg-rgb: 239, 239, 239;
  --bs-heading-color: #141549;
  --bs-link-color: #141549;
  --bs-link-color-rgb: 20, 21, 73;
  --bs-link-decoration: none;
  --bs-link-hover-color: #808285;
  --bs-link-hover-color-rgb: 128, 130, 133;
  --bs-code-color: #d63384;
  --bs-highlight-color: #090932;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #939598;
  --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(20, 21, 73, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #AD1D23;
  --bs-form-invalid-border-color: #AD1D23;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #ffffff;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg: #090932;
  --bs-body-bg-rgb: 9, 9, 50;
  --bs-emphasis-color: #ffffff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(255, 255, 255, 0.75);
  --bs-secondary-color-rgb: 255, 255, 255;
  --bs-secondary-bg: #404245;
  --bs-secondary-bg-rgb: 64, 66, 69;
  --bs-tertiary-color: rgba(255, 255, 255, 0.5);
  --bs-tertiary-color-rgb: 255, 255, 255;
  --bs-tertiary-bg: rgb(47.5, 50.5, 53.5);
  --bs-tertiary-bg-rgb: 48, 51, 54;
  --bs-primary-text-emphasis: rgb(114, 114.6, 145.8);
  --bs-secondary-text-emphasis: rgb(178.8, 180, 181.8);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(190.2, 191.4, 193.2);
  --bs-warning-text-emphasis: rgb(253.8, 177.6, 114);
  --bs-danger-text-emphasis: rgb(205.8, 119.4, 123);
  --bs-light-text-emphasis: #EFEFEF;
  --bs-dark-text-emphasis: #939598;
  --bs-primary-bg-subtle: rgb(4, 4.2, 14.6);
  --bs-secondary-bg-subtle: rgb(25.6, 26, 26.6);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(29.4, 29.8, 30.4);
  --bs-warning-bg-subtle: rgb(50.6, 25.2, 4);
  --bs-danger-bg-subtle: rgb(34.6, 5.8, 7);
  --bs-light-bg-subtle: #404245;
  --bs-dark-bg-subtle: rgb(32, 33, 34.5);
  --bs-primary-border-subtle: rgb(12, 12.6, 43.8);
  --bs-secondary-border-subtle: rgb(76.8, 78, 79.8);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(88.2, 89.4, 91.2);
  --bs-warning-border-subtle: rgb(151.8, 75.6, 12);
  --bs-danger-border-subtle: rgb(103.8, 17.4, 21);
  --bs-light-border-subtle: #606265;
  --bs-dark-border-subtle: #404245;
  --bs-heading-color: inherit;
  --bs-link-color: #EFEFEF;
  --bs-link-hover-color: #ffffff;
  --bs-link-color-rgb: 239, 239, 239;
  --bs-link-hover-color-rgb: 255, 255, 255;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #ffffff;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #606265;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(205.8, 119.4, 123);
  --bs-form-invalid-border-color: rgb(205.8, 119.4, 123);
}

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