/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root,
[data-bs-theme='light'] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #20ad96;
  --bs-secondary: #fbb040;
  --bs-tertiary: #00aeef;
  --bs-dark: #171621;
  --bs-light: #faf8f6;
  --bs-success: #00a651;
  --bs-danger: #ed1c24;
  --bs-warning: #ffc107;
  --bs-info: #0dcaf0;
  --bs-footer-dark: #051a17;
  --bs-primary-text-emphasis: #10574b;
  --bs-tertiary-text-emphasis: #005778;
  --bs-tertiary-bg-subtle: #d9f3fd;
  --bs-tertiary-border-subtle: #00aeef;
  --bs-subtle-text: #8b8a90;
  --bs-white-text: #fff;
  --bs-success-text: #0a3622;
  --bs-danger-text: #58151c;
  --bs-warning-text: #664d03;
  --bs-info-text: #055160;
  --bs-primary-rgb: 32, 173, 150;
  --bs-secondary-rgb: 251, 176, 64;
  --bs-tertiary-rgb: 0, 174, 239;
  --bs-dark-rgb: 23, 22, 33;
  --bs-light-rgb: 250, 248, 246;
  --bs-success-rgb: 0, 166, 81;
  --bs-danger-rgb: 237, 28, 36;
  --bs-warning-rgb: 255, 193, 7;
  --bs-info-rgb: 13, 202, 240;
  --bs-footer-dark-rgb: 5, 26, 23;
  --bs-primary-text-emphasis-rgb: 16, 87, 75;
  --bs-tertiary-text-emphasis-rgb: 0, 87, 120;
  --bs-tertiary-bg-subtle-rgb: 217, 243, 253;
  --bs-tertiary-border-subtle-rgb: 0, 174, 239;
  --bs-subtle-text-rgb: 139, 138, 144;
  --bs-white-text-rgb: 255, 255, 255;
  --bs-success-text-rgb: 10, 54, 34;
  --bs-danger-text-rgb: 88, 21, 28;
  --bs-warning-text-rgb: 102, 77, 3;
  --bs-info-text-rgb: 5, 81, 96;
  --bs-secondary-text-emphasis: #7e5820;
  --bs-success-text-emphasis: #005329;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #770e12;
  --bs-light-text-emphasis: #fbeedc;
  --bs-dark-text-emphasis: #0c0b11;
  --bs-primary-bg-subtle: #def3ef;
  --bs-secondary-bg-subtle: #fef3e2;
  --bs-success-bg-subtle: #d9f2e5;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #fcddde;
  --bs-light-bg-subtle: #fdfbfb;
  --bs-dark-bg-subtle: #dcdcde;
  --bs-primary-border-subtle: #20ad96;
  --bs-secondary-border-subtle: #fbb040;
  --bs-success-border-subtle: #d9f2e5;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #fff3cd;
  --bs-danger-border-subtle: #fcddde;
  --bs-light-border-subtle: #fdfbfb;
  --bs-dark-border-subtle: #dcdcde;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: 'Roboto Condensed', domine, sans-serif;
  --bs-font-monospace:
    sfmono-regular, menlo, monaco, consolas, 'Liberation Mono', 'Courier New',
    monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #000;
  --bs-body-color-rgb: 0, 0, 0;
  --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(0, 0, 0, 0.75);
  --bs-secondary-color-rgb: 0, 0, 0;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(0, 0, 0, 0.5);
  --bs-tertiary-color-rgb: 0, 0, 0;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #051a17;
  --bs-link-color-rgb: 5, 26, 23;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #10574b;
  --bs-link-hover-color-rgb: 16, 87, 75;
  --bs-link-hover-decoration: underline;
  --bs-code-color: #d63384;
  --bs-highlight-color: #000;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.125rem;
  --bs-border-radius-sm: 0.125rem;
  --bs-border-radius-lg: 0.125rem;
  --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(32, 173, 150, 0.25);
  --bs-form-valid-color: #00a651;
  --bs-form-valid-border-color: #00a651;
  --bs-form-invalid-color: #ed1c24;
  --bs-form-invalid-border-color: #ed1c24;
}

[data-bs-theme='dark'] {
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(121.2, 205.8, 192);
  --bs-secondary-text-emphasis: rgb(252.6, 207.6, 140.4);
  --bs-success-text-emphasis: rgb(102, 201.6, 150.6);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(244.2, 118.8, 123.6);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(6.4, 34.6, 30);
  --bs-secondary-bg-subtle: rgb(50.2, 35.2, 12.8);
  --bs-success-bg-subtle: rgb(0, 33.2, 16.2);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(47.4, 5.6, 7.2);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(19.2, 103.8, 90);
  --bs-secondary-border-subtle: rgb(150.6, 105.6, 38.4);
  --bs-success-border-subtle: rgb(0, 99.6, 48.6);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(142.2, 16.8, 21.6);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(121.2, 205.8, 192);
  --bs-link-hover-color: rgb(147.96, 215.64, 204.6);
  --bs-link-color-rgb: 121, 206, 192;
  --bs-link-hover-color-rgb: 148, 216, 205;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);

  color-scheme: dark;
}
