/*!
* Modus Bootstrap Reboot v2.3.2 (https://modus-bootstrap.trimble.com/)
 * Copyright 2026 Trimble Inc.
 * Licensed under MIT (https://github.com/trimble-oss/modus-bootstrap/blob/main/LICENSE)
 * This a fork of Bootstrap: Initial license below
 * Bootstrap v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2026 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  color-scheme: light;
  --bs-blue: #0063a3;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #da212c;
  --bs-orange: #fd7e14;
  --bs-yellow: #fbad26;
  --bs-green: #1e8a44;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #585c65;
  --bs-gray-dark: #171c1e;
  --bs-gray-100: #f1f1f6;
  --bs-gray-200: #e0e1e9;
  --bs-gray-300: #cbcdd6;
  --bs-gray-400: #b7b9c3;
  --bs-gray-500: #a3a6b1;
  --bs-gray-600: #90939f;
  --bs-gray-700: #7d808d;
  --bs-gray-800: #464b52;
  --bs-gray-900: #353a40;
  --bs-primary: #0063a3;
  --bs-secondary: #6a6e79;
  --bs-success: #006638;
  --bs-tertiary: #b7b9c3;
  --bs-warning: #e49325;
  --bs-danger: #da212c;
  --bs-light: #f1f1f6;
  --bs-dark: #252a2e;
  --bs-primary-rgb: 0, 99, 163;
  --bs-secondary-rgb: 106, 110, 121;
  --bs-tertiary-rgb: 183, 185, 195;
  --bs-success-rgb: 0, 102, 56;
  --bs-warning-rgb: 228, 147, 37;
  --bs-danger-rgb: 218, 33, 44;
  --bs-light-rgb: 240, 240, 245;
  --bs-dark-rgb: 37, 42, 46;
  --bs-primary-text-emphasis: #004f83;
  --bs-secondary-text-emphasis: #6a6e79;
  --bs-success-text-emphasis: #006638;
  --bs-info-text-emphasis: #217cbb;
  --bs-warning-text-emphasis: #e49325;
  --bs-danger-text-emphasis: #da212c;
  --bs-light-text-emphasis: #585c65;
  --bs-dark-text-emphasis: #171c1e;
  --bs-primary-bg-subtle: #e0e1e9;
  --bs-secondary-bg-subtle: #f1f1f6;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #f1f1f6;
  --bs-dark-bg-subtle: #7d808d;
  --bs-primary-border-subtle: #99c1da;
  --bs-secondary-border-subtle: #cbcdd6;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #cbcdd6;
  --bs-dark-border-subtle: #585c65;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Open Sans", 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, .15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Open Sans", 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-body-font-size: .875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #252a2e;
  --bs-body-color-rgb: 37, 42, 46;
  --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: rgb(106 110 121);
  --bs-secondary-color-rgb: 106, 110, 121;
  --bs-secondary-bg: #6a6e79;
  --bs-secondary-bg-rgb: 203, 205, 214;
  --bs-tertiary-color: rgba(241, 241, 246);
  --bs-tertiary-color-rgb: 241, 241, 246;
  --bs-tertiary-bg: #cbcdd6;
  --bs-tertiary-bg-rgb: 241, 241, 246;
  --bs-link-color: #0063a3;
  --bs-link-color-rgb: 33, 124, 187;
  --bs-link-decoration: none;
  --bs-link-hover-color: #16517a;
  --bs-link-hover-color-rgb: 22, 81, 122;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff5e4;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #cbcdd6;
  --bs-border-color-translucent: rgba(0, 0, 0, .175);
  --bs-border-radius: .25rem;
  --bs-border-radius-sm: .125rem;
  --bs-border-radius-lg: .25rem;
  --bs-border-radius-xl: .5rem;
  --bs-border-radius-xxl: 1rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0 4px rgba(37, 42, 46, .3);
  --bs-box-shadow-sm: 0 0 2px rgba(37, 42, 46, .3);
  --bs-box-shadow-lg: 0 0 8px rgba(37, 42, 46, .3);
  --bs-box-shadow-xl: 0 0 16px rgba(37, 42, 46, .3);
  --bs-box-shadow-xxl: 0 0 24px rgba(37, 42, 46, .3);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
  --bs-blur: blur(8px);
  --bs-blur-sm: blur(4px);
  --bs-blur-md: blur(12px);
  --bs-blur-lg: blur(16px);
  --bs-blur-xl: blur(24px);
  --bs-blur-xxl: blur(40px);
  --bs-focus-ring-width: .25rem;
  --bs-focus-ring-opacity: .25;
  --bs-focus-ring-color: rgba(13, 110, 253, .25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-form-control-border-bottom: #6a6e79;
  --bs-form-label-color: #464b52;
  --bs-form-check-input-border: #90939f;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-blue: #019aeb;
  --bs-body-color: #fff;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg: #171c1e;
  --bs-body-bg-rgb: 23, 28, 30;
  --bs-emphasis-color: #f1f1f6;
  --bs-emphasis-color-rgb: 241, 241, 246;
  --bs-primary: #019aeb;
  --bs-primary-bg: #004f83;
  --bs-success: #1e8a44;
  --bs-secondary-color: rgba(255, 255, 255, .75);
  --bs-secondary-color-rgb: 255, 255, 255;
  --bs-secondary-bg: #171c1e;
  --bs-secondary-bg-rgb: 27, 26, 38;
  --bs-tertiary-color: rgba(255, 255, 255, .5);
  --bs-tertiary-color-rgb: 255, 255, 255;
  --bs-tertiary-bg: #21202d;
  --bs-tertiary-bg-rgb: 33, 32, 45;
  --bs-primary-text-emphasis: #019aeb;
  --bs-secondary-text-emphasis: #6a6e79;
  --bs-success-text-emphasis: #006638;
  --bs-warning-text-emphasis: #fbad26;
  --bs-danger-text-emphasis: #da212c;
  --bs-light-text-emphasis: #f1f1f6;
  --bs-dark-text-emphasis: #e0e1e9;
  --bs-primary-bg-subtle: #0c5b85;
  --bs-secondary-bg-subtle: #464b52;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #171c1e;
  --bs-dark-bg-subtle: #0e0d13;
  --bs-primary-border-subtle: #003b62;
  --bs-secondary-border-subtle: #363545;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #055160;
  --bs-warning-border-subtle: #664d03;
  --bs-danger-border-subtle: #ab1f26;
  --bs-light-border-subtle: #363545;
  --bs-dark-border-subtle: #171c1e;
  --bs-heading-color: #fff;
  --bs-link-color: #66a1c8;
  --bs-link-hover-color: #99c1da;
  --bs-link-color-rgb: 1, 154, 235;
  --bs-link-hover-color-rgb: 153, 193, 218;
  --bs-code-color: #e685b5;
  --bs-border-color: #353a40;
  --bs-border-color-translucent: rgba(255, 255, 255, .15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
  --bs-form-label-color: #b7b9c3;
  --bs-form-control-border-bottom: #6a6e79;
  --bs-btn-bg: #019aeb;
  --bs-alert-link-color: #f1f1f6;
  --bs-modal-bg: #252a2e;
  --bs-modal-header-border-color: #6a6e79;
  --bs-modal-footer-border-color: #6a6e79;
  --bs-nav-link-color: #f1f1f6;
  --bs-pagination-border-radius: 4px;
  --bs-list-group-color: #f1f1f6;
  --bs-tooltip-bg: #e0e1e9;
  --bs-tooltip-color: #353a40;
  --bs-primary-rgb: 1, 154, 235;
}

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

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

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);
  letter-spacing: 0.15px;
  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;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  letter-spacing: 0.5px;
  font-size: 1.3125;
}

h2 {
  font-size: 1.09375;
}

h3 {
  font-size: 1.00625;
  font-weight: 600;
}

h4 {
  font-size: 0.91875;
  font-weight: 600;
}

h5 {
  font-size: 0.875;
  font-weight: 700;
}

h6 {
  font-size: 0.875;
  font-weight: 700;
}

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

abbr[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: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.75rem;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

code {
  font-size: 0.75rem;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.75rem;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.125rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

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

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

::file-selector-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;
}

/*# sourceMappingURL=modus-bootstrap-reboot.css.map */