/*! * dashmix - v5.4.0 * @author pixelcave - https://pixelcave.com * Copyright (c) 2022 */ @charset "UTF-8"; /* Bootstrap functions */ /* Utility mixins and functions for evaluating source code across our variables, maps, and mixins. */ /* Ascending */ /* Used to evaluate Sass maps like our grid breakpoints. */ /* Starts at zero */ /* Used to ensure the min-width of the lowest breakpoint starts at 0. */ /* Colors */ /* stylelint-disable scss/dollar-variable-pattern */ /* stylelint-enable scss/dollar-variable-pattern */ /* Internal Bootstrap function to turn maps into its negative variant. */ /* It prefixes the keys with `n` and makes the value negative. */ /* Get multiple keys from a sass map */ /* Merge multiple maps */ /* Replace `$search` with `$replace` in `$string` */ /* Used on our SVG icon backgrounds for custom forms. */ /* @author Hugo Giraudel */ /* @param {String} $string - Initial string */ /* @param {String} $search - Substring to replace */ /* @param {String} $replace ('') - New value */ /* @return {String} - Updated string */ /* See https://codepen.io/kevinweber/pen/dXWoRw */ /* Requires the use of quotes around data URIs. */ /* Color contrast */ /* See https://github.com/twbs/bootstrap/pull/30168 */ /* A list of pre-calculated numbers of pow(divide((divide($value, 255) + .055), 1.055), 2.4). (from 0 to 255) */ /* stylelint-disable-next-line scss/dollar-variable-default, scss/dollar-variable-pattern */ /* Return WCAG2.1 relative luminance */ /* See https://www.w3.org/TR/WCAG/#dfn-relative-luminance */ /* See https://www.w3.org/TR/WCAG/#dfn-contrast-ratio */ /* Return opaque color */ /* opaque(#fff, rgba(0, 0, 0, .5)) => #808080 */ /* scss-docs-start color-functions */ /* Tint a color: mix a color with white */ /* Shade a color: mix a color with black */ /* Shade the color if the weight is positive, else tint it */ /* scss-docs-end color-functions */ /* Return valid calc */ /* Bootstrap variables (overrides) */ /* -------------------------------------------------- */ /* Color system */ /* The contrast ratio to reach against white, to determine if color changes from "light" to "dark". Acceptable values for WCAG 2.0 are 3, 4.5 and 7. */ /* See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast */ /* Options */ /* Quickly modify global styling by enabling or disabling optional features. */ /* Spacing */ /* Control the default styling of most Bootstrap elements by modifying these */ /* variables. Mostly focused on spacing. */ /* You can add more entries to the $spacers map, should you need more variation. */ /* Body */ /* Settings for the `
` element. */ /* Links */ /* Style anchor elements. */ /* Paragraphs */ /* Style p element. */ /* Grid columns */ /* Set the number of columns and specify the width of the gutters. */ /* Components */ /* Define common padding and border radius sizes and more. */ /* Fonts */ /* Font, line-height, and color for body text, headings, and more. */ /* Assumes the browser default, typically `16px` */ /* Tables */ /* Customizes the `.table` component with basic values, each used across all table variations. */ /* Buttons + Forms */ /* Shared variables that are reassigned to `$input-` and `$btn-` specific variables. */ /* Buttons */ /* For each of Bootstrap's buttons, define text, background and border color. */ /* Forms */ /* Navs */ /* Dropdowns */ /* Dropdown menu container and contents. */ /* Cards */ /* Pagination */ /* Popovers */ /* Badges */ /* Modals */ /* Alerts */ /* Define alert colors, border radius, and padding. */ /* Progress bars */ /* List group */ /* Breadcrumbs */ /* Variables */ /* Variables should follow the `$component-state-property-size` formula for */ /* consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs. */ /* Color system */ /* scss-docs-start gray-color-variables */ /* scss-docs-end gray-color-variables */ /* fusv-disable */ /* scss-docs-start gray-colors-map */ /* scss-docs-end gray-colors-map */ /* fusv-enable */ /* scss-docs-start color-variables */ /* scss-docs-end color-variables */ /* scss-docs-start colors-map */ /* scss-docs-end colors-map */ /* The contrast ratio to reach against white, to determine if color changes from "light" to "dark". Acceptable values for WCAG 2.0 are 3, 4.5 and 7. */ /* See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast */ /* Customize the light and dark text colors for use in our color contrast function. */ /* fusv-disable */ /* fusv-enable */ /* scss-docs-start theme-color-variables */ /* scss-docs-end theme-color-variables */ /* scss-docs-start theme-colors-map */ /* scss-docs-end theme-colors-map */ /* Characters which are escaped by the escape-svg function */ /* Options */ /* Quickly modify global styling by enabling or disabling optional features. */ /* Prefix for :root CSS variables */ /* Deprecated in v5.2.0 for the shorter `$prefix` */ /* Gradient */ /* The gradient which is added to components if `$enable-gradients` is `true` */ /* This gradient is also added to elements with `.bg-gradient` */ /* scss-docs-start variable-gradient */ /* scss-docs-end variable-gradient */ /* Spacing */ /* Control the default styling of most Bootstrap elements by modifying these */ /* variables. Mostly focused on spacing. */ /* You can add more entries to the $spacers map, should you need more variation. */ /* scss-docs-start spacer-variables-maps */ /* scss-docs-end spacer-variables-maps */ /* Position */ /* Define the edge positioning anchors of the position utilities. */ /* scss-docs-start position-map */ /* scss-docs-end position-map */ /* Body */ /* Settings for the `` element. */ /* Links */ /* Style anchor elements. */ /* Paragraphs */ /* Style p element. */ /* Grid breakpoints */ /* Define the minimum dimensions at which your layout will change, */ /* adapting to different screen sizes, for use in media queries. */ /* scss-docs-start grid-breakpoints */ /* scss-docs-end grid-breakpoints */ /* Do nothing */ /* Grid containers */ /* Define the maximum width of `.container` for different screen sizes. */ /* scss-docs-start container-max-widths */ /* scss-docs-end container-max-widths */ /* Do nothing */ /* Grid columns */ /* Set the number of columns and specify the width of the gutters. */ /* Container padding */ /* Components */ /* Define common padding and border radius sizes and more. */ /* scss-docs-start border-variables */ /* scss-docs-end border-variables */ /* scss-docs-start border-radius-variables */ /* scss-docs-end border-radius-variables */ /* scss-docs-start box-shadow-variables */ /* scss-docs-end box-shadow-variables */ /* scss-docs-start caret-variables */ /* scss-docs-end caret-variables */ /* scss-docs-start collapse-transition */ /* scss-docs-end collapse-transition */ /* stylelint-disable function-disallowed-list */ /* scss-docs-start aspect-ratios */ /* scss-docs-end aspect-ratios */ /* stylelint-enable function-disallowed-list */ /* Typography */ /* Font, line-height, and color for body text, headings, and more. */ /* scss-docs-start font-variables */ /* stylelint-disable value-keyword-case */ /* stylelint-enable value-keyword-case */ /* $font-size-root affects the value of `rem`, which is used for as well font sizes, paddings, and margins */ /* $font-size-base affects the font size of the body text */ /* Assumes the browser default, typically `16px` */ /* scss-docs-end font-variables */ /* scss-docs-start font-sizes */ /* scss-docs-end font-sizes */ /* scss-docs-start headings-variables */ /* scss-docs-end headings-variables */ /* scss-docs-start display-headings */ /* scss-docs-end display-headings */ /* scss-docs-start type-variables */ /* fusv-disable */ /* Deprecated in v5.2.0 */ /* Deprecated in v5.2.0 */ /* fusv-enable */ /* Allows for inherited colors */ /* scss-docs-end type-variables */ /* Tables */ /* Customizes the `.table` component with basic values, each used across all table variations. */ /* scss-docs-start table-variables */ /* scss-docs-end table-variables */ /* scss-docs-start table-loop */ /* scss-docs-end table-loop */ /* Buttons + Forms */ /* Shared variables that are reassigned to `$input-` and `$btn-` specific variables. */ /* scss-docs-start input-btn-variables */ /* scss-docs-end input-btn-variables */ /* Buttons */ /* For each of Bootstrap's buttons, define text, background, and border color. */ /* scss-docs-start btn-variables */ /* Set to `nowrap` to prevent text wrapping */ /* Allows for customizing button radius independently from global border radius */ /* scss-docs-end btn-variables */ /* Forms */ /* scss-docs-start form-text-variables */ /* scss-docs-end form-text-variables */ /* scss-docs-start form-label-variables */ /* scss-docs-end form-label-variables */ /* scss-docs-start form-input-variables */ /* scss-docs-end form-input-variables */ /* scss-docs-start form-check-variables */ /* scss-docs-end form-check-variables */ /* scss-docs-start form-switch-variables */ /* scss-docs-end form-switch-variables */ /* scss-docs-start input-group-variables */ /* scss-docs-end input-group-variables */ /* scss-docs-start form-select-variables */ /* Extra padding for background-image */ /* In pixels because image dimensions */ /* scss-docs-end form-select-variables */ /* scss-docs-start form-range-variables */ /* For focus box shadow issue in Edge */ /* scss-docs-end form-range-variables */ /* scss-docs-start form-file-variables */ /* scss-docs-end form-file-variables */ /* scss-docs-start form-floating-variables */ /* scss-docs-end form-floating-variables */ /* Form validation */ /* scss-docs-start form-feedback-variables */ /* scss-docs-end form-feedback-variables */ /* scss-docs-start form-validation-states */ /* scss-docs-end form-validation-states */ /* Z-index master list */ /* Warning: Avoid customizing these values. They're used for a bird's eye view */ /* of components dependent on the z-axis and are designed to all work together. */ /* scss-docs-start zindex-stack */ /* scss-docs-end zindex-stack */ /* Navs */ /* scss-docs-start nav-variables */ /* scss-docs-end nav-variables */ /* Navbar */ /* scss-docs-start navbar-variables */ /* Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link */ /* scss-docs-end navbar-variables */ /* scss-docs-start navbar-theme-variables */ /* scss-docs-end navbar-theme-variables */ /* Dropdowns */ /* Dropdown menu container and contents. */ /* scss-docs-start dropdown-variables */ /* fusv-disable */ /* Deprecated in v5.2.0 */ /* fusv-enable */ /* scss-docs-end dropdown-variables */ /* scss-docs-start dropdown-dark-variables */ /* scss-docs-end dropdown-dark-variables */ /* Pagination */ /* scss-docs-start pagination-variables */ /* scss-docs-end pagination-variables */ /* Placeholders */ /* scss-docs-start placeholders */ /* scss-docs-end placeholders */ /* Cards */ /* scss-docs-start card-variables */ /* scss-docs-end card-variables */ /* Accordion */ /* scss-docs-start accordion-variables */ /* scss-docs-end accordion-variables */ /* Tooltips */ /* scss-docs-start tooltip-variables */ /* TODO: remove this in v6 */ /* fusv-disable */ /* Deprecated in Bootstrap 5.2.0 for CSS variables */ /* fusv-enable */ /* scss-docs-end tooltip-variables */ /* Form tooltips must come after regular tooltips */ /* scss-docs-start tooltip-feedback-variables */ /* scss-docs-end tooltip-feedback-variables */ /* Popovers */ /* scss-docs-start popover-variables */ /* scss-docs-end popover-variables */ /* fusv-disable */ /* Deprecated in Bootstrap 5.2.0 for CSS variables */ /* fusv-enable */ /* Toasts */ /* scss-docs-start toast-variables */ /* scss-docs-end toast-variables */ /* Badges */ /* scss-docs-start badge-variables */ /* scss-docs-end badge-variables */ /* Modals */ /* scss-docs-start modal-variables */ /* Keep this for backwards compatibility */ /* scss-docs-end modal-variables */ /* Alerts */ /* Define alert colors, border radius, and padding. */ /* scss-docs-start alert-variables */ /* 3x covers width of x plus default padding on either side */ /* scss-docs-end alert-variables */ /* Progress bars */ /* scss-docs-start progress-variables */ /* scss-docs-end progress-variables */ /* List group */ /* scss-docs-start list-group-variables */ /* scss-docs-end list-group-variables */ /* Image thumbnails */ /* scss-docs-start thumbnail-variables */ /* scss-docs-end thumbnail-variables */ /* Figures */ /* scss-docs-start figure-variables */ /* scss-docs-end figure-variables */ /* Breadcrumbs */ /* scss-docs-start breadcrumb-variables */ /* scss-docs-end breadcrumb-variables */ /* Carousel */ /* scss-docs-start carousel-variables */ /* Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`) */ /* scss-docs-end carousel-variables */ /* Spinners */ /* scss-docs-start spinner-variables */ /* scss-docs-end spinner-variables */ /* Close */ /* scss-docs-start close-variables */ /* scss-docs-end close-variables */ /* Offcanvas */ /* scss-docs-start offcanvas-variables */ /* scss-docs-end offcanvas-variables */ /* Code */ /* Deprecated in v5.2.0, removing in v6 */ /* Re-assigned maps */ /* Placed here so that others can override the default Sass maps and see automatic updates to utilities and more. */ /* scss-docs-start theme-colors-rgb */ /* scss-docs-end theme-colors-rgb */ /* Utilities maps */ /* Extends the default `$theme-colors` maps to help create our utilities. */ /* Come v6, we'll de-dupe these variables. Until then, for backward compatibility, we keep them to reassign. */ /* scss-docs-start utilities-colors */ /* scss-docs-end utilities-colors */ /* scss-docs-start utilities-text-colors */ /* scss-docs-end utilities-text-colors */ /* scss-docs-start utilities-bg-colors */ /* scss-docs-end utilities-bg-colors */ /* scss-docs-start utilities-border-colors */ /* scss-docs-end utilities-border-colors */ /* Toggles */ /* Used in conjunction with global variables to enable certain theme features. */ /* Vendor */ /* stylelint-disable property-blacklist, scss/dollar-variable-default */ /* SCSS RFS mixin */ /* Automated responsive values for font sizes, paddings, margins and much more */ /* Licensed under MIT (https://github.com/twbs/rfs/blob/main/LICENSE) */ /* Configuration */ /* Base value */ /* Breakpoint at where values start decreasing if screen width is smaller */ /* Resize values based on screen height and width */ /* Factor of decrease */ /* Mode. Possibilities: "min-media-query", "max-media-query" */ /* Generate enable or disable classes. Possibilities: false, "enable" or "disable" */ /* 1 rem = $rfs-rem-value px */ /* Safari iframe resize bug: https://github.com/twbs/rfs/issues/14 */ /* Disable RFS by setting $enable-rfs to false */ /* Cache $rfs-base-value unit */ /* Remove px-unit from $rfs-base-value for calculations */ /* Cache $rfs-breakpoint unit to prevent multiple calls */ /* Remove unit from $rfs-breakpoint for calculations */ /* Calculate the media query value */ /* Internal mixin used to determine which media query needs to be used */ /* Internal mixin that adds disable classes to the selector if needed. */ /* Internal mixin that adds enable classes to the selector if needed. */ /* Helper function to get the formatted non-responsive value */ /* Helper function to get the responsive value calculated by RFS */ /* RFS mixin */ /* Shorthand helper mixins */ /* Deprecate */ /* Deprecate mixin */ /* This mixin can be used to deprecate mixins or functions. */ /* `$enable-deprecation-messages` is a global variable, `$ignore-warning` is a variable that can be passed to */ /* some deprecated mixins to suppress the warning (for example if the mixin is still be used in the current version of Bootstrap) */ /* Helpers */ /* Breakpoint viewport sizes and media queries. */ /* Breakpoints are defined as a map of (name: minimum width), order from small to large: */ /* (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px) */ /* The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default. */ /* Name of the next breakpoint, or null for the last breakpoint. */ /* >> breakpoint-next(sm) */ /* md */ /* >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px)) */ /* md */ /* >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl xxl)) */ /* md */ /* Minimum breakpoint width. Null for the smallest (first) breakpoint. */ /* >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px)) */ /* 576px */ /* Maximum breakpoint width. */ /* The maximum value is reduced by 0.02px to work around the limitations of */ /* `min-` and `max-` prefixes and viewports with fractional widths. */ /* See https://www.w3.org/TR/mediaqueries-4/#mq-min-max */ /* Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari. */ /* See https://bugs.webkit.org/show_bug.cgi?id=178261 */ /* >> breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px)) */ /* 767.98px */ /* Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front. */ /* Useful for making responsive utilities. */ /* >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px)) */ /* "" (Returns a blank string) */ /* >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px)) */ /* "-sm" */ /* Media of at least the minimum breakpoint width. No query for the smallest breakpoint. */ /* Makes the @content apply to the given breakpoint and wider. */ /* Media of at most the maximum breakpoint width. No query for the largest breakpoint. */ /* Makes the @content apply to the given breakpoint and narrower. */ /* Media that spans multiple breakpoint widths. */ /* Makes the @content apply between the min and max breakpoints */ /* Media between the breakpoint's minimum and maximum widths. */ /* No minimum for the smallest breakpoint, and no maximum for the largest one. */ /* Makes the @content apply only to the given breakpoint, not viewports any wider or narrower. */ /* scss-docs-start mixin-color-scheme */ /* scss-docs-end mixin-color-scheme */ /* Image Mixins */ /* - Responsive image */ /* - Retina image */ /* Responsive image */ /* Keep images from scaling beyond the width of their parents. */ /* Resize anything */ /* stylelint-disable declaration-no-important */ /* Hide content visually while keeping it accessible to assistive technologies */ /* See: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/ */ /* See: https://kittygiraudel.com/2016/10/13/css-hide-and-seek/ */ /* Use to only display content when it's focused, or one of its child elements is focused */ /* (i.e. when focus is within the element/container that the class was applied to) */ /* Useful for "Skip to main content" links; see https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 */ /* Text truncate */ /* Requires inline-block or block for proper styling */ /* Utilities */ /* Utility generator */ /* Used to generate utilities & print utilities */ /* Components */ /* scss-docs-start alert-variant-mixin */ /* scss-docs-end alert-variant-mixin */ /* Shared between modals and offcanvases */ /* Button variants */ /* Easily pump out default styles, as well as :hover, :focus, :active, */ /* and disabled options for all buttons */ /* scss-docs-start btn-variant-mixin */ /* scss-docs-end btn-variant-mixin */ /* scss-docs-start btn-outline-variant-mixin */ /* scss-docs-end btn-outline-variant-mixin */ /* scss-docs-start btn-size-mixin */ /* scss-docs-end btn-size-mixin */ /* scss-docs-start caret-mixins */ /* scss-docs-end caret-mixins */ /* Pagination */ /* scss-docs-start pagination-mixin */ /* scss-docs-end pagination-mixin */ /* Lists */ /* Unstyled keeps list items block level, just removes default browser padding and list-style */ /* List Groups */ /* scss-docs-start list-group-mixin */ /* scss-docs-end list-group-mixin */ /* This mixin uses an `if()` technique to be compatible with Dart Sass */ /* See https://github.com/sass/sass/issues/1873#issuecomment-152293725 for more details */ /* scss-docs-start form-validation-mixins */ /* scss-docs-end form-validation-mixins */ /* scss-docs-start table-variant */ /* scss-docs-end table-variant */ /* Skins */ /* stylelint-disable property-disallowed-list */ /* Single side border-radius */ /* Helper function to replace negative values with 0 */ /* scss-docs-start border-radius-mixins */ /* scss-docs-end border-radius-mixins */ /* Gradients */ /* scss-docs-start gradient-bg-mixin */ /* scss-docs-end gradient-bg-mixin */ /* scss-docs-start gradient-mixins */ /* Horizontal gradient, from left to right */ /* Creates two color stops, start and end, by specifying a color and position for each color stop. */ /* Vertical gradient, from top to bottom */ /* Creates two color stops, start and end, by specifying a color and position for each color stop. */ /* scss-docs-end gradient-mixins */ /* stylelint-disable property-disallowed-list */ /* Layout */ /* scss-docs-start clearfix */ /* scss-docs-end clearfix */ /* Container mixins */ /* Grid system */ /* Generate semantic grid columns with these mixins. */ /* Row columns */ /* Specify on a parent element(e.g., .row) to force immediate children into NN */ /* number of columns. Supports wrapping to new lines, but does not do a Masonry */ /* style grid. */ /* Framework grid generation */ /* Used only by Bootstrap to generate the correct number of grid classes given */ /* any value of `$grid-columns`. */ /* Mixins */ /* -------------------------------------------------- */ /* Custom mixins and Bootstrap overrides */ /* Text emphasis */ /* -------------------------------------------------- */ /* Custom mixins */ /* Backgrounds */ /* -------------------------------------------------- */ /* Original Bootstrap 4 mixin */ /* Buttons */ /* -------------------------------------------------- */ /* Hero variant */ /* Content */ /* -------------------------------------------------- */ /* Theme */ /* -------------------------------------------------- */ /* Dark Mode Theme */ /* -------------------------------------------------- */ /* Ribbon */ /* -------------------------------------------------- */ /* Utilities */ /* stylelint-disable-next-line scss/dollar-variable-default */ /* Utilities */ /* Override utilities map to add new classes */ :root { /* Note: Custom variable values only support SassScript inside ``. */ /* Colors */ /* Generate palettes for full colors, grays, and theme colors. */ --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: #0665d0; --bs-secondary: #6c757d; --bs-success: #6f9c40; --bs-info: #3c90df; --bs-warning: #e69f17; --bs-danger: #e04f1a; --bs-light: #f0f3f8; --bs-dark: #343a40; --bs-primary-rgb: 6, 101, 208; --bs-secondary-rgb: 108, 117, 125; --bs-success-rgb: 111, 156, 64; --bs-info-rgb: 60, 144, 223; --bs-warning-rgb: 230, 159, 23; --bs-danger-rgb: 224, 79, 26; --bs-light-rgb: 240, 243, 248; --bs-dark-rgb: 52, 58, 64; --bs-white-rgb: 255, 255, 255; --bs-black-rgb: 0, 0, 0; --bs-body-color-rgb: 52, 58, 64; --bs-body-bg-rgb: 237, 240, 247; /* Fonts */ /* Note: Use `inspect` for lists so that quoted items keep the quotes. */ /* See https://github.com/sass/sass/issues/2383#issuecomment-336349172 */ --bs-font-sans-serif: "Inter", 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)); /* Root and body */ /* scss-docs-start root-body-variables */ --bs-root-font-size: 16px; --bs-body-font-family: Inter, 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; /* Do not print the media query if responsive & non-responsive values are the same */ --bs-body-font-size: 1rem; --bs-body-font-weight: 400; --bs-body-line-height: 1.5; --bs-body-color: #343a40; --bs-body-bg: #edf0f7; /* scss-docs-end root-body-variables */ /* scss-docs-start root-border-var */ --bs-border-width: 1px; --bs-border-style: solid; --bs-border-color: #dfe4f1; --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-2xl: 2rem; --bs-border-radius-pill: 50rem; /* scss-docs-end root-border-var */ --bs-link-color: #0665d0; --bs-link-hover-color: #03356d; --bs-code-color: #d63384; --bs-highlight-bg: #fff3cd; } /* stylelint-disable declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix */ /* Reboot */ /* Normalization of HTML elements, manually forked from Normalize.css to remove */ /* styles targeting irrelevant browsers while applying new styles. */ /* Normalize is licensed MIT. https://github.com/necolas/normalize.css */ /* Document */ /* Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`. */ *, *::before, *::after { box-sizing: border-box; } /* Root */ /* Ability to the value of the root font sizes, affecting the value of `rem`. */ /* null by default, thus nothing is generated. */ :root { /* Do not print the media query if responsive & non-responsive values are the same */ font-size: var(--bs-root-font-size); } @media (prefers-reduced-motion: no-preference) { :root { scroll-behavior: smooth; } } /* Body */ /* 1. Remove the margin in all browsers. */ /* 2. As a best practice, apply a default `background-color`. */ /* 3. Prevent adjustments of font size after orientation changes in iOS. */ /* 4. Change the default tap highlight to be completely transparent in iOS. */ /* scss-docs-start reboot-body-rules */ body { margin: 0; /* 1 */ font-family: var(--bs-body-font-family); /* Do not print the media query if responsive & non-responsive values are the same */ 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); /* 2 */ -webkit-text-size-adjust: 100%; /* 3 */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 4 */ } /* scss-docs-end reboot-body-rules */ /* Content grouping */ /* 1. Reset Firefox's gray color */ hr { margin: 1rem 0; color: inherit; /* 1 */ border: 0; border-top: 1px solid; opacity: 0.1; } /* Typography */ /* 1. Remove top margins from headings */ /* By default, ``s get reset. However, we also reset the */ /* bottom margin to use `rem` units instead of `em`. */ p { margin-top: 0; margin-bottom: 1.75rem; } /* Abbreviations */ /* 1. Add the correct text decoration in Chrome, Edge, Opera, and Safari. */ /* 2. Add explicit cursor to indicate changed behavior. */ /* 3. Prevent the text-decoration to be skipped. */ abbr[title] { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 1 */ cursor: help; /* 2 */ -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none; /* 3 */ } /* Address */ address { margin-bottom: 1rem; font-style: normal; line-height: inherit; } /* Lists */ ol, ul { padding-right: 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; } /* 1. Undo browser default */ dd { margin-bottom: 0.5rem; margin-right: 0; /* 1 */ } /* Blockquote */ blockquote { margin: 0 0 1rem; } /* Strong */ /* Add the correct font weight in Chrome, Edge, and Safari */ b, strong { font-weight: bolder; } /* Small */ /* Add the correct font size in all browsers */ small, .small { /* Do not print the media query if responsive & non-responsive values are the same */ font-size: 0.875em; } /* Mark */ mark, .mark { padding: 0.1875em; background-color: var(--bs-highlight-bg); } /* Sub and Sup */ /* Prevent `sub` and `sup` elements from affecting the line height in */ /* all browsers. */ sub, sup { position: relative; /* Do not print the media query if responsive & non-responsive values are the same */ font-size: 0.75em; line-height: 0; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Links */ a { color: var(--bs-link-color); text-decoration: none; } a:hover { color: var(--bs-link-hover-color); text-decoration: none; } /* And undo these styles for placeholder links/named anchors (without href). */ /* It would be more straightforward to just use a[href] in previous block, but that */ /* causes specificity issues in many other styles that are too complex to fix. */ /* See https://github.com/twbs/bootstrap/issues/19402 */ a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; } /* Code */ pre, code, kbd, samp { font-family: var(--bs-font-monospace); /* Do not print the media query if responsive & non-responsive values are the same */ font-size: 1em; /* Correct the odd `em` font sizing in all browsers. */ } /* 1. Remove browser default top margin */ /* 2. Reset browser default of `1em` to use `rem`s */ /* 3. Don't allow content to break outside */ pre { display: block; margin-top: 0; /* 1 */ margin-bottom: 1rem; /* 2 */ overflow: auto; /* 3 */ /* Do not print the media query if responsive & non-responsive values are the same */ font-size: 0.875em; /* Account for some code outputs that place code tags in pre tags */ } pre code { /* Do not print the media query if responsive & non-responsive values are the same */ font-size: inherit; color: inherit; word-break: normal; } code { /* Do not print the media query if responsive & non-responsive values are the same */ font-size: 0.875em; color: var(--bs-code-color); word-wrap: break-word; /* Streamline the style when inside anchors to avoid broken underline and more */ } a > code { color: inherit; } kbd { padding: 0.1875rem 0.375rem; /* Do not print the media query if responsive & non-responsive values are the same */ font-size: 0.875em; color: var(--bs-body-bg); background-color: var(--bs-body-color); border-radius: 0.25rem; } kbd kbd { padding: 0; /* Do not print the media query if responsive & non-responsive values are the same */ font-size: 1em; } /* Figures */ /* Apply a consistent margin strategy (matches our type styles). */ figure { margin: 0 0 1rem; } /* Images and content */ img, svg { vertical-align: middle; } /* Tables */ /* Prevent double borders */ table { caption-side: bottom; border-collapse: collapse; } caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #6c757d; text-align: right; } /* 1. Removes font-weight bold by inheriting */ /* 2. Matches default `