UNPKG

boosted-innovation-cup

Version:

Boosted Innovation Cup with Bootstrap is a Bootstrap based, accessible and ergonomic components library.

2,642 lines (2,479 loc) 301 kB
@charset "UTF-8"; /*! * Boosted v0.2.0(https://boosted.orange.com/innovation-cup/) * Copyright 2014-2022 The Boosted Authors * Copyright 2014-2022 Orange SA * Licensed under MIT (https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/main-jd-innovation-cup/LICENSE) * This a fork of Bootstrap: Initial license below * Bootstrap v0.2.0 (https://getbootstrap.com/) * Copyright 2011-2022 The Bootstrap Authors * Copyright 2011-2022 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ :root { --bs-blue: #4170d8; --bs-indigo: #b181d8; --bs-purple: #b181d8; --bs-pink: #ffabd4; --bs-red: #ff2828; --bs-orange: #5093ff; --bs-yellow: #fc0; --bs-green: #3baa3c; --bs-teal: #4fc887; --bs-cyan: #71c2f6; --bs-black: #000; --bs-white: #fff; --bs-gray: #999; --bs-gray-dark: #595959; --bs-gray-100: #fafafa; --bs-gray-200: #f6f6f6; --bs-gray-300: #eee; --bs-gray-400: #ddd; --bs-gray-500: #ccc; --bs-gray-600: #999; --bs-gray-700: #666; --bs-gray-800: #595959; --bs-gray-900: #333; --bs-primary: #5093ff; --bs-secondary: #000; --bs-success: #3baa3c; --bs-info: #4170d8; --bs-warning: #fc0; --bs-danger: #ff2828; --bs-light: #ccc; --bs-dark: #000; --bs-primary-rgb: 80, 147, 255; --bs-secondary-rgb: 0, 0, 0; --bs-success-rgb: 59, 170, 60; --bs-info-rgb: 65, 112, 216; --bs-warning-rgb: 255, 204, 0; --bs-danger-rgb: 255, 40, 40; --bs-light-rgb: 204, 204, 204; --bs-dark-rgb: 0, 0, 0; --bs-white-rgb: 255, 255, 255; --bs-black-rgb: 0, 0, 0; --bs-body-color-rgb: 0, 0, 0; --bs-body-bg-rgb: 255, 255, 255; --o-chevron-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); --o-close-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); --o-check-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/%3e%3c/svg%3e"); --o-success-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233baa3c'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3e%3c/svg%3e"); --o-error-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff2828'%3e%3cpath d='M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/%3e%3c/svg%3e"); --bs-font-sans-serif: "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)); --bs-body-font-family: var(--bs-font-sans-serif); --bs-body-font-size: 1rem; --bs-body-font-weight: 400; --bs-body-line-height: 1.125; --bs-body-color: #000; --bs-body-bg: #fff; --bs-border-width: 0.125rem; --bs-border-style: solid; --bs-border-color: #000; --bs-border-color-translucent: #ccc; --bs-border-radius: ; --bs-border-radius-sm: ; --bs-border-radius-lg: ; --bs-border-radius-xl: ; --bs-border-radius-2xl: ; --bs-border-radius-pill: 50rem; --bs-link-color: #000; --bs-link-hover-color: #1976d2; --bs-code-color: #666; --bs-highlight-color: #fff; --bs-highlight-bg: #000; } [class*=bg-black], [class*=-dark]:not(.border-dark):not(.text-dark), [class*=bg-secondary] { --bs-link-color: #fff; --bs-link-hover-color: #5093ff; --o-caption-color: #fff; --bs-code-color: #999; --bs-highlight-color: #000; --bs-highlight-bg: #fff; --o-kbd-color: #fff; --o-kbd-bg: #333; --o-pre-color: #eee; } [class*=bg-]:not([class*=bg-black], [class*=-dark]:not(.border-dark):not(.text-dark), [class*=bg-secondary]):not(.bg-transparent) { --bs-link-color: #000; --bs-link-hover-color: #1976d2; --o-caption-color: var(--o-caption-color, #000); --bs-code-color: #666; --bs-highlight-color: #fff; --bs-highlight-bg: #000; --o-kbd-color: var(--o-kbd-color, #000); --o-kbd-bg: var(--o-kbd-bg, #eee); --o-pre-color: var(--o-pre-color, #333); } *, *::before, *::after { box-sizing: border-box; } :root { scroll-padding-top: 3.75rem; } @media (prefers-reduced-motion: no-preference) { :root { scroll-behavior: smooth; } } @media (min-width: 1024px) { :root { scroll-padding-top: 7.5rem; } } body { position: relative; margin: 0; font-family: var(--bs-body-font-family); font-synthesis: none; 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); /* rtl:remove */ letter-spacing: -0.00625rem; background-color: var(--bs-body-bg); -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-font-smoothing: subpixel-antialiased; text-rendering: optimizespeed; } :focus { outline: 0.125rem solid; } .js-focus-visible :focus:not([data-focus-visible-added]), .js-focus-visible .focus:not([data-focus-visible-added]) { outline: 0 !important; } :focus:not(:focus-visible) { outline: 0 !important; } hr { margin: 1.25rem 0; color: inherit; border: 0; border-top: 0.125rem solid; } [class*=display-], h3, .h3, h4, .h4, h5, .h5, h6, .h6, h2, .h2, h1, .h1 { margin-top: 0; margin-bottom: 1.25rem; font-size: 1rem; font-weight: 700; line-height: 1.125; /* rtl:remove */ letter-spacing: -0.00625rem; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizelegibility; } h1, .h1 { font-size: 1.25rem; line-height: 1.1; /* rtl:remove */ letter-spacing: -0.025rem; } h2, .h2 { font-size: 1.125rem; line-height: 1.1111111111; /* rtl:remove */ letter-spacing: -0.0125rem; } 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; } ul { list-style-type: square; } li::marker { color: var(--bs-link-hover-color); vertical-align: middle; } ol li::marker { color: inherit; } li li::marker { color: #999; } li li li::marker { color: #ccc; } li::before { color: var(--bs-link-hover-color); vertical-align: text-top; } ol li::before { color: inherit; } li li::before { color: #999; } li li li::before { color: #ccc; } dt { font-weight: 700; } dd { margin-bottom: 0.5rem; margin-left: 0; } blockquote { margin: 0 0 1rem; } b, em, strong { font-weight: 700; } small, .small { font-size: 0.875rem; font-weight: 400; line-height: 1.1428571429; } mark, .mark { padding: 0 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: var(--bs-link-color); text-decoration: underline; outline-offset: 0.5rem; transition: outline-offset 0.2s ease-in-out; } @media (prefers-reduced-motion: reduce) { a { transition: none; } } a:focus { color: var(--bs-link-hover-color); outline-offset: 0.125rem; } a:hover { color: var(--bs-link-hover-color); } a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; } var, pre, code, kbd, samp { font-family: var(--bs-font-monospace); font-size: 1em; } pre { display: block; margin-top: 0; margin-bottom: 1rem; overflow: auto; font-size: 0.875em; line-height: 1.25; color: var(--o-pre-color, #333); } pre code { font-size: inherit; color: inherit; word-break: normal; } var, code { font-size: 0.875em; font-style: normal; color: var(--bs-code-color); word-wrap: break-word; } a > var, a > code { color: inherit; } kbd { padding: 0.0625rem 0.0625rem; font-size: 0.875em; color: var(--o-kbd-color, #000); background-color: var(--o-kbd-bg, #eee); } kbd kbd { padding: 0; font-size: 1em; } figure { margin: 0 0 1rem; } img, svg { vertical-align: middle; } table { font-feature-settings: "tnum"; font-variant-numeric: tabular-nums; caption-side: top; border-collapse: collapse; } caption { padding-top: 0.75rem; padding-bottom: 0.75rem; font-size: 2.125rem; font-weight: 700; color: var(--o-caption-color, #000); text-align: left; /* rtl:remove */ letter-spacing: -0.0625rem; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizelegibility; } th { 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; font-weight: 700; } 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; /* rtl:remove */ letter-spacing: inherit; box-shadow: none; } 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.3125rem; font-size: 1.25rem; font-weight: 700; line-height: inherit; } 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] { outline-offset: -0.125rem; -webkit-appearance: textfield; } /* rtl:raw: [type="tel"], [type="url"], [type="email"], [type="number"] { direction: ltr; } */ ::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-color-swatch-wrapper { padding: 0; } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; } ::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; } .display-1 { font-size: 1.875rem; line-height: 1.0666666667; /* rtl:remove */ letter-spacing: -0.05rem; } h1, .h1, .display-2, .display-3 { font-size: 1.5rem; line-height: 1.0833333333; /* rtl:remove */ letter-spacing: -0.0375rem; } /* rtl:begin:remove */ .display-2 { letter-spacing: -0.03125rem; } /* rtl:end:remove */ h2, .h2, .display-4 { font-size: 1.125rem; line-height: 1.1111111111; /* rtl:remove */ letter-spacing: -0.0125rem; } .lead { font-size: 1rem; font-weight: 400; line-height: 1.125; /* rtl:remove */ letter-spacing: -0.00625rem; } @media (min-width: 480px) { h1, .h1, .display-1, .display-2, .display-3 { line-height: 1; } .display-1 { font-size: 3.125rem; /* rtl:remove */ letter-spacing: -0.1rem; } .display-2 { font-size: 2.5rem; /* rtl:remove */ letter-spacing: -0.0625rem; } h1, .h1, .display-3 { font-size: 2.125rem; /* rtl:remove */ letter-spacing: -0.0625rem; } h2, .h2, .display-4 { font-size: 1.5rem; line-height: 1.0833333333; /* rtl:remove */ letter-spacing: -0.03125rem; } h3, .h3, h4, .h4, .lead { font-size: 1.125rem; line-height: 1.1111111111; /* rtl:remove */ letter-spacing: -0.0125rem; } } @media (min-width: 1024px) { .display-1 { font-size: 3.75rem; /* rtl:remove */ letter-spacing: -0.125rem; } .display-2 { font-size: 3.125rem; /* rtl:remove */ letter-spacing: -0.1rem; } .display-3 { font-size: 2.5rem; /* rtl:remove */ letter-spacing: -0.0625rem; } .display-4 { font-size: 2.125rem; line-height: 1; /* rtl:remove */ letter-spacing: -0.0625rem; } h2, .h2 { font-size: 1.875rem; line-height: 1.0666666667; /* rtl:remove */ letter-spacing: -0.05rem; } h3, .h3 { font-size: 1.5rem; line-height: 1.0833333333; /* rtl:remove */ letter-spacing: -0.03125rem; } h4, .h4 { font-size: 1.25rem; line-height: 1.1; /* rtl:remove */ letter-spacing: -0.025rem; } h5, .h5 { font-size: 1.125rem; line-height: 1.1111111111; /* rtl:remove */ letter-spacing: -0.0125rem; } h6, .h6 { font-size: 1rem; line-height: 1.125; /* rtl:remove */ letter-spacing: -0.00625rem; } .lead { font-size: 1.25rem; line-height: 1.5; /* rtl:remove */ letter-spacing: -0.015625rem; } } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; } .list-inline-item { display: inline-block; } .list-inline-item:not(:last-child) { margin-right: 0.3125rem; } .link-chevron { font-weight: 700; text-decoration: none; } .link-chevron::after { display: inline-block; width: 1rem; height: 1rem; margin-left: 0.3125rem; vertical-align: middle; content: ""; background-image: var(--o-chevron-icon); background-repeat: no-repeat; transform: rotate(0.5turn) translateY(1px); } .link-chevron:hover, .link-chevron:focus { text-decoration: underline; } .link-chevron:hover::after, .link-chevron:focus::after { filter: invert(56%) sepia(58%) saturate(1421%) hue-rotate(192deg) brightness(102%) contrast(102%); } .initialism { font-size: 0.875rem; text-transform: uppercase; } .blockquote { margin-bottom: 1.25rem; font-size: 1.25rem; line-height: 1.5; /* rtl:remove */ letter-spacing: -0.0015625rem; } .blockquote > :last-child { margin-bottom: 0; } .blockquote-footer { margin-top: -1.25rem; margin-bottom: 1.25rem; font-size: 0.875rem; line-height: 1.1428571429; color: #666; /* rtl:remove */ letter-spacing: -0.00625rem; } .blockquote-footer::before { content: "— "; } .img-fluid { max-width: 100%; height: auto; } .img-thumbnail { padding: 0; background-color: #fff; border: 0.125rem solid var(--bs-border-color-translucent); max-width: 100%; height: auto; } .figure { display: inline-block; } .figure-img { margin-bottom: 0.625rem; line-height: 1; } .figure-caption { font-size: 0.875rem; color: #333; } .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs { --bs-gutter-x: 1.25rem; --bs-gutter-y: 0; width: 100%; padding-right: calc(var(--bs-gutter-x) * 0.25); padding-left: calc(var(--bs-gutter-x) * 0.25); margin-right: auto; margin-left: auto; } @media (min-width: 768px) { .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs { --bs-gutter-x: 2.5rem; } } .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs { max-width: calc(100vw - 8px); } @media (min-width: 480px) { .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs { max-width: calc(100vw - 12px); } } @media (min-width: 768px) { .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs { max-width: calc(100vw - 24px); } } @media (min-width: 1024px) { .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs { max-width: calc(100vw - 64px); } } @media (min-width: 1280px) { .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs { max-width: calc(100vw - 80px); } } @media (min-width: 1440px) { .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs { max-width: calc(100vw - 120px); } } .container { max-width: 312px; } @media (min-width: 480px) { .container-sm, .container { max-width: 468px; } } @media (min-width: 768px) { .container-md, .container-sm, .container { max-width: 744px; } } @media (min-width: 1024px) { .container-lg, .container-md, .container-sm, .container { max-width: 960px; } } @media (min-width: 1280px) { .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1200px; } } @media (min-width: 1440px) { .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1320px; } } .row { --bs-gutter-x: 0.625rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(-1 * var(--bs-gutter-y)); margin-right: calc(-0.5 * var(--bs-gutter-x)); margin-left: calc(-0.5 * var(--bs-gutter-x)); } @media (min-width: 768px) { .row { --bs-gutter-x: 1.25rem; } } .row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * 0.5); padding-left: calc(var(--bs-gutter-x) * 0.5); margin-top: var(--bs-gutter-y); } .col { flex: 1 0 0%; } .row-cols-auto > * { flex: 0 0 auto; width: auto; } .row-cols-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-6 > * { flex: 0 0 auto; width: 16.6666666667%; } .col-auto { flex: 0 0 auto; width: auto; } .col-1 { flex: 0 0 auto; width: 8.33333333%; } .col-2 { flex: 0 0 auto; width: 16.66666667%; } .col-3 { flex: 0 0 auto; width: 25%; } .col-4 { flex: 0 0 auto; width: 33.33333333%; } .col-5 { flex: 0 0 auto; width: 41.66666667%; } .col-6 { flex: 0 0 auto; width: 50%; } .col-7 { flex: 0 0 auto; width: 58.33333333%; } .col-8 { flex: 0 0 auto; width: 66.66666667%; } .col-9 { flex: 0 0 auto; width: 75%; } .col-10 { flex: 0 0 auto; width: 83.33333333%; } .col-11 { flex: 0 0 auto; width: 91.66666667%; } .col-12 { flex: 0 0 auto; width: 100%; } .offset-1 { margin-left: 8.33333333%; } .offset-2 { margin-left: 16.66666667%; } .offset-3 { margin-left: 25%; } .offset-4 { margin-left: 33.33333333%; } .offset-5 { margin-left: 41.66666667%; } .offset-6 { margin-left: 50%; } .offset-7 { margin-left: 58.33333333%; } .offset-8 { margin-left: 66.66666667%; } .offset-9 { margin-left: 75%; } .offset-10 { margin-left: 83.33333333%; } .offset-11 { margin-left: 91.66666667%; } .g-0, .gx-0 { --bs-gutter-x: 0; } .g-0, .gy-0 { --bs-gutter-y: 0; } .g-1, .gx-1 { --bs-gutter-x: 0.3125rem; } .g-1, .gy-1 { --bs-gutter-y: 0.3125rem; } .g-2, .gx-2 { --bs-gutter-x: 0.625rem; } .g-2, .gy-2 { --bs-gutter-y: 0.625rem; } .g-3, .gx-3 { --bs-gutter-x: 1.25rem; } .g-3, .gy-3 { --bs-gutter-y: 1.25rem; } .g-4, .gx-4 { --bs-gutter-x: 1.875rem; } .g-4, .gy-4 { --bs-gutter-y: 1.875rem; } .g-5, .gx-5 { --bs-gutter-x: 3.75rem; } .g-5, .gy-5 { --bs-gutter-y: 3.75rem; } @media (min-width: 480px) { .col-sm { flex: 1 0 0%; } .row-cols-sm-auto > * { flex: 0 0 auto; width: auto; } .row-cols-sm-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-sm-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-sm-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-sm-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-sm-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-sm-6 > * { flex: 0 0 auto; width: 16.6666666667%; } .col-sm-auto { flex: 0 0 auto; width: auto; } .col-sm-1 { flex: 0 0 auto; width: 8.33333333%; } .col-sm-2 { flex: 0 0 auto; width: 16.66666667%; } .col-sm-3 { flex: 0 0 auto; width: 25%; } .col-sm-4 { flex: 0 0 auto; width: 33.33333333%; } .col-sm-5 { flex: 0 0 auto; width: 41.66666667%; } .col-sm-6 { flex: 0 0 auto; width: 50%; } .col-sm-7 { flex: 0 0 auto; width: 58.33333333%; } .col-sm-8 { flex: 0 0 auto; width: 66.66666667%; } .col-sm-9 { flex: 0 0 auto; width: 75%; } .col-sm-10 { flex: 0 0 auto; width: 83.33333333%; } .col-sm-11 { flex: 0 0 auto; width: 91.66666667%; } .col-sm-12 { flex: 0 0 auto; width: 100%; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.33333333%; } .offset-sm-2 { margin-left: 16.66666667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.33333333%; } .offset-sm-5 { margin-left: 41.66666667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.33333333%; } .offset-sm-8 { margin-left: 66.66666667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.33333333%; } .offset-sm-11 { margin-left: 91.66666667%; } .g-sm-0, .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-1, .gx-sm-1 { --bs-gutter-x: 0.3125rem; } .g-sm-1, .gy-sm-1 { --bs-gutter-y: 0.3125rem; } .g-sm-2, .gx-sm-2 { --bs-gutter-x: 0.625rem; } .g-sm-2, .gy-sm-2 { --bs-gutter-y: 0.625rem; } .g-sm-3, .gx-sm-3 { --bs-gutter-x: 1.25rem; } .g-sm-3, .gy-sm-3 { --bs-gutter-y: 1.25rem; } .g-sm-4, .gx-sm-4 { --bs-gutter-x: 1.875rem; } .g-sm-4, .gy-sm-4 { --bs-gutter-y: 1.875rem; } .g-sm-5, .gx-sm-5 { --bs-gutter-x: 3.75rem; } .g-sm-5, .gy-sm-5 { --bs-gutter-y: 3.75rem; } } @media (min-width: 768px) { .col-md { flex: 1 0 0%; } .row-cols-md-auto > * { flex: 0 0 auto; width: auto; } .row-cols-md-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-md-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-md-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-md-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-md-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-md-6 > * { flex: 0 0 auto; width: 16.6666666667%; } .col-md-auto { flex: 0 0 auto; width: auto; } .col-md-1 { flex: 0 0 auto; width: 8.33333333%; } .col-md-2 { flex: 0 0 auto; width: 16.66666667%; } .col-md-3 { flex: 0 0 auto; width: 25%; } .col-md-4 { flex: 0 0 auto; width: 33.33333333%; } .col-md-5 { flex: 0 0 auto; width: 41.66666667%; } .col-md-6 { flex: 0 0 auto; width: 50%; } .col-md-7 { flex: 0 0 auto; width: 58.33333333%; } .col-md-8 { flex: 0 0 auto; width: 66.66666667%; } .col-md-9 { flex: 0 0 auto; width: 75%; } .col-md-10 { flex: 0 0 auto; width: 83.33333333%; } .col-md-11 { flex: 0 0 auto; width: 91.66666667%; } .col-md-12 { flex: 0 0 auto; width: 100%; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.33333333%; } .offset-md-2 { margin-left: 16.66666667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.33333333%; } .offset-md-5 { margin-left: 41.66666667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.33333333%; } .offset-md-8 { margin-left: 66.66666667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.33333333%; } .offset-md-11 { margin-left: 91.66666667%; } .g-md-0, .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, .gy-md-0 { --bs-gutter-y: 0; } .g-md-1, .gx-md-1 { --bs-gutter-x: 0.3125rem; } .g-md-1, .gy-md-1 { --bs-gutter-y: 0.3125rem; } .g-md-2, .gx-md-2 { --bs-gutter-x: 0.625rem; } .g-md-2, .gy-md-2 { --bs-gutter-y: 0.625rem; } .g-md-3, .gx-md-3 { --bs-gutter-x: 1.25rem; } .g-md-3, .gy-md-3 { --bs-gutter-y: 1.25rem; } .g-md-4, .gx-md-4 { --bs-gutter-x: 1.875rem; } .g-md-4, .gy-md-4 { --bs-gutter-y: 1.875rem; } .g-md-5, .gx-md-5 { --bs-gutter-x: 3.75rem; } .g-md-5, .gy-md-5 { --bs-gutter-y: 3.75rem; } } @media (min-width: 1024px) { .col-lg { flex: 1 0 0%; } .row-cols-lg-auto > * { flex: 0 0 auto; width: auto; } .row-cols-lg-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-lg-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-lg-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-lg-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-lg-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-lg-6 > * { flex: 0 0 auto; width: 16.6666666667%; } .col-lg-auto { flex: 0 0 auto; width: auto; } .col-lg-1 { flex: 0 0 auto; width: 8.33333333%; } .col-lg-2 { flex: 0 0 auto; width: 16.66666667%; } .col-lg-3 { flex: 0 0 auto; width: 25%; } .col-lg-4 { flex: 0 0 auto; width: 33.33333333%; } .col-lg-5 { flex: 0 0 auto; width: 41.66666667%; } .col-lg-6 { flex: 0 0 auto; width: 50%; } .col-lg-7 { flex: 0 0 auto; width: 58.33333333%; } .col-lg-8 { flex: 0 0 auto; width: 66.66666667%; } .col-lg-9 { flex: 0 0 auto; width: 75%; } .col-lg-10 { flex: 0 0 auto; width: 83.33333333%; } .col-lg-11 { flex: 0 0 auto; width: 91.66666667%; } .col-lg-12 { flex: 0 0 auto; width: 100%; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.33333333%; } .offset-lg-2 { margin-left: 16.66666667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.33333333%; } .offset-lg-5 { margin-left: 41.66666667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.33333333%; } .offset-lg-8 { margin-left: 66.66666667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.33333333%; } .offset-lg-11 { margin-left: 91.66666667%; } .g-lg-0, .gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-1, .gx-lg-1 { --bs-gutter-x: 0.3125rem; } .g-lg-1, .gy-lg-1 { --bs-gutter-y: 0.3125rem; } .g-lg-2, .gx-lg-2 { --bs-gutter-x: 0.625rem; } .g-lg-2, .gy-lg-2 { --bs-gutter-y: 0.625rem; } .g-lg-3, .gx-lg-3 { --bs-gutter-x: 1.25rem; } .g-lg-3, .gy-lg-3 { --bs-gutter-y: 1.25rem; } .g-lg-4, .gx-lg-4 { --bs-gutter-x: 1.875rem; } .g-lg-4, .gy-lg-4 { --bs-gutter-y: 1.875rem; } .g-lg-5, .gx-lg-5 { --bs-gutter-x: 3.75rem; } .g-lg-5, .gy-lg-5 { --bs-gutter-y: 3.75rem; } } @media (min-width: 1280px) { .col-xl { flex: 1 0 0%; } .row-cols-xl-auto > * { flex: 0 0 auto; width: auto; } .row-cols-xl-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-xl-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-xl-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-xl-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-xl-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-xl-6 > * { flex: 0 0 auto; width: 16.6666666667%; } .col-xl-auto { flex: 0 0 auto; width: auto; } .col-xl-1 { flex: 0 0 auto; width: 8.33333333%; } .col-xl-2 { flex: 0 0 auto; width: 16.66666667%; } .col-xl-3 { flex: 0 0 auto; width: 25%; } .col-xl-4 { flex: 0 0 auto; width: 33.33333333%; } .col-xl-5 { flex: 0 0 auto; width: 41.66666667%; } .col-xl-6 { flex: 0 0 auto; width: 50%; } .col-xl-7 { flex: 0 0 auto; width: 58.33333333%; } .col-xl-8 { flex: 0 0 auto; width: 66.66666667%; } .col-xl-9 { flex: 0 0 auto; width: 75%; } .col-xl-10 { flex: 0 0 auto; width: 83.33333333%; } .col-xl-11 { flex: 0 0 auto; width: 91.66666667%; } .col-xl-12 { flex: 0 0 auto; width: 100%; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.33333333%; } .offset-xl-2 { margin-left: 16.66666667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.33333333%; } .offset-xl-5 { margin-left: 41.66666667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.33333333%; } .offset-xl-8 { margin-left: 66.66666667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.33333333%; } .offset-xl-11 { margin-left: 91.66666667%; } .g-xl-0, .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-1, .gx-xl-1 { --bs-gutter-x: 0.3125rem; } .g-xl-1, .gy-xl-1 { --bs-gutter-y: 0.3125rem; } .g-xl-2, .gx-xl-2 { --bs-gutter-x: 0.625rem; } .g-xl-2, .gy-xl-2 { --bs-gutter-y: 0.625rem; } .g-xl-3, .gx-xl-3 { --bs-gutter-x: 1.25rem; } .g-xl-3, .gy-xl-3 { --bs-gutter-y: 1.25rem; } .g-xl-4, .gx-xl-4 { --bs-gutter-x: 1.875rem; } .g-xl-4, .gy-xl-4 { --bs-gutter-y: 1.875rem; } .g-xl-5, .gx-xl-5 { --bs-gutter-x: 3.75rem; } .g-xl-5, .gy-xl-5 { --bs-gutter-y: 3.75rem; } } @media (min-width: 1440px) { .col-xxl { flex: 1 0 0%; } .row-cols-xxl-auto > * { flex: 0 0 auto; width: auto; } .row-cols-xxl-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-xxl-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-xxl-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-xxl-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-xxl-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-xxl-6 > * { flex: 0 0 auto; width: 16.6666666667%; } .col-xxl-auto { flex: 0 0 auto; width: auto; } .col-xxl-1 { flex: 0 0 auto; width: 8.33333333%; } .col-xxl-2 { flex: 0 0 auto; width: 16.66666667%; } .col-xxl-3 { flex: 0 0 auto; width: 25%; } .col-xxl-4 { flex: 0 0 auto; width: 33.33333333%; } .col-xxl-5 { flex: 0 0 auto; width: 41.66666667%; } .col-xxl-6 { flex: 0 0 auto; width: 50%; } .col-xxl-7 { flex: 0 0 auto; width: 58.33333333%; } .col-xxl-8 { flex: 0 0 auto; width: 66.66666667%; } .col-xxl-9 { flex: 0 0 auto; width: 75%; } .col-xxl-10 { flex: 0 0 auto; width: 83.33333333%; } .col-xxl-11 { flex: 0 0 auto; width: 91.66666667%; } .col-xxl-12 { flex: 0 0 auto; width: 100%; } .offset-xxl-0 { margin-left: 0; } .offset-xxl-1 { margin-left: 8.33333333%; } .offset-xxl-2 { margin-left: 16.66666667%; } .offset-xxl-3 { margin-left: 25%; } .offset-xxl-4 { margin-left: 33.33333333%; } .offset-xxl-5 { margin-left: 41.66666667%; } .offset-xxl-6 { margin-left: 50%; } .offset-xxl-7 { margin-left: 58.33333333%; } .offset-xxl-8 { margin-left: 66.66666667%; } .offset-xxl-9 { margin-left: 75%; } .offset-xxl-10 { margin-left: 83.33333333%; } .offset-xxl-11 { margin-left: 91.66666667%; } .g-xxl-0, .gx-xxl-0 { --bs-gutter-x: 0; } .g-xxl-0, .gy-xxl-0 { --bs-gutter-y: 0; } .g-xxl-1, .gx-xxl-1 { --bs-gutter-x: 0.3125rem; } .g-xxl-1, .gy-xxl-1 { --bs-gutter-y: 0.3125rem; } .g-xxl-2, .gx-xxl-2 { --bs-gutter-x: 0.625rem; } .g-xxl-2, .gy-xxl-2 { --bs-gutter-y: 0.625rem; } .g-xxl-3, .gx-xxl-3 { --bs-gutter-x: 1.25rem; } .g-xxl-3, .gy-xxl-3 { --bs-gutter-y: 1.25rem; } .g-xxl-4, .gx-xxl-4 { --bs-gutter-x: 1.875rem; } .g-xxl-4, .gy-xxl-4 { --bs-gutter-y: 1.875rem; } .g-xxl-5, .gx-xxl-5 { --bs-gutter-x: 3.75rem; } .g-xxl-5, .gy-xxl-5 { --bs-gutter-y: 3.75rem; } } .table { --bs-table-color: var(--bs-body-color); --bs-table-bg: #fff; --bs-table-border-color: #ccc; --bs-table-active-color: var(--bs-body-color); --bs-table-active-bg: rgba(0, 0, 0, 0.1); --bs-table-hover-color: var(--bs-body-color); --bs-table-hover-bg: rgba(0, 0, 0, 0.065); width: 100%; margin-bottom: 1.25rem; color: var(--bs-table-color); vertical-align: top; } .table tr { border-bottom: 0.0625rem solid var(--bs-table-border-color); } .table > :not(caption) > * > * { padding: 0.875rem 0.625rem calc(0.875rem + 1px); line-height: 1.25; background-color: var(--bs-table-bg); box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); } .table > thead > tr { border-bottom-width: 0.125rem; } .table > tbody > th { font-weight: 400; } .table > tbody { vertical-align: inherit; } .table-group-divider { border-top: 0.125rem solid currentcolor; } .caption-bottom { caption-side: bottom; } .table-sm > :not(caption) > * > * { padding: 0.5625rem 0.625rem calc(0.5625rem + 1px); } .table-active { --bs-table-accent-bg: var(--bs-table-active-bg); color: var(--bs-table-active-color); } .table-hover > tbody > tr:hover > * { --bs-table-accent-bg: var(--bs-table-hover-bg); color: var(--bs-table-hover-color); } .table-dark { --bs-table-color: #fff; --bs-table-bg: #000; --bs-table-border-color: #666666; --bs-table-active-bg: #1a1a1a; --bs-table-active-color: #fff; --bs-table-hover-bg: #111111; --bs-table-hover-color: #fff; color: var(--bs-table-color); border-color: var(--bs-table-border-color); } .table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; } @media (max-width: 479.98px) { .table-responsive-sm { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 767.98px) { .table-responsive-md { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 1023.98px) { .table-responsive-lg { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 1279.98px) { .table-responsive-xl { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 1439.98px) { .table-responsive-xxl { overflow-x: auto; -webkit-overflow-scrolling: touch; } } .form-label { margin-bottom: 0.375rem; font-weight: 700; } .is-disabled, [disabled] .form-label { color: #ccc; } .is-required::after { margin-left: 0.1875rem; color: #1976d2; content: "*"; } .col-form-label { padding-top: 0.625rem; padding-bottom: 0.625rem; margin-bottom: 0; font-size: inherit; font-weight: 700; line-height: 1.25; } .col-form-label-lg { padding-top: 0.9375rem; padding-bottom: 0.9375rem; font-size: 1.125rem; } .form-text { margin-top: 0.25rem; } .form-control { display: block; width: 100%; padding: calc(0.5rem - 1px) 0.625rem calc(0.5rem + 1px); font-family: inherit; font-size: 1rem; font-weight: 700; line-height: 1.25; color: var(--bs-body-color); background-color: #fff; background-clip: padding-box; border: 0.125rem solid #ccc; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; transition: border-color 0.2s ease-in-out, outline-offset 0.2s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control { transition: none; } } .form-control[type=file] { overflow: hidden; } .form-control[type=file]:not(:disabled):not([readonly]) { cursor: pointer; } .form-control:focus { color: var(--bs-body-color); background-color: #fff; border-color: currentcolor !important; outline: 0; } .form-control::-webkit-date-and-time-value { height: 1.25em; } .form-control::-moz-placeholder { color: #666; opacity: 1; } .form-control::placeholder { color: #666; opacity: 1; } .form-control:disabled { color: #666; background-color: #eee; opacity: 1; } .form-control::-webkit-file-upload-button { padding: calc(0.5rem - 1px) 0.625rem calc(0.5rem + 1px); margin: calc((0.5rem - 1px) * -1) -0.625rem calc((0.5rem + 1px) * -1); -webkit-margin-end: 0.625rem; margin-inline-end: 0.625rem; color: var(--bs-body-color); background-color: #fff; pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width: 0.125rem; border-radius: 0; -webkit-transition: outline-offset 0.2s ease-in-out; transition: outline-offset 0.2s ease-in-out; } .form-control::file-selector-button { padding: calc(0.5rem - 1px) 0.625rem calc(0.5rem + 1px); margin: calc((0.5rem - 1px) * -1) -0.625rem calc((0.5rem + 1px) * -1); -webkit-margin-end: 0.625rem; margin-inline-end: 0.625rem; color: var(--bs-body-color); background-color: #fff; pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width: 0.125rem; border-radius: 0; transition: outline-offset 0.2s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control::-webkit-file-upload-button { -webkit-transition: none; transition: none; } .form-control::file-selector-button { transition: none; } } .form-control:disabled::-webkit-file-upload-button { color: #666; background-color: #eee; } .form-control:disabled::file-selector-button { color: #666; background-color: #eee; } .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { background-color: #f2f2f2; } .form-control:hover:not(:disabled):not([readonly])::file-selector-button { background-color: #f2f2f2; } .form-control-plaintext { display: block; width: 100%; padding: 0.5rem 0; margin-bottom: 0; line-height: 1.25; color: var(--bs-body-color); background-color: transparent; border: solid transparent; border-width: 0.125rem 0; } .form-control-plaintext:focus { outline: 0; } .form-control-plaintext.form-control-lg { padding-right: 0; padding-left: 0; } .form-control-lg { min-height: 3.125rem; line-height: 1.1111111111; font-size: 1.125rem; } .form-control-lg::-webkit-file-upload-button { padding: calc(0.8125rem - 1px) 1.25rem calc(0.8125rem + 1px); margin: calc((0.5rem - 1px) * -1) -0.625rem calc((0.5rem + 1px) * -1); -webkit-margin-end: 1.25rem; margin-inline-end: 1.25rem; } .form-control-lg::file-selector-button { padding: calc(0.8125rem - 1px) 1.25rem calc(0.8125rem + 1px); margin: calc((0.5rem - 1px) * -1) -0.625rem calc((0.5rem + 1px) * -1); -webkit-margin-end: 1.25rem; margin-inline-end: 1.25rem; } textarea.form-control { min-height: 2.5rem; } textarea.form-control-lg { min-height: 3.125rem; } .form-control-color { width: 3rem; height: 2.5rem; padding: 0.5rem; } .form-control-color:not(:disabled):not([readonly]) { cursor: pointer; } .form-control-color::-moz-color-swatch { border: 0 !important; } .form-control-color.form-control-sm { height: 1.875rem; } .form-control-color.form-control-lg { height: 3.125rem; } .form-select { display: block; width: 100%; padding: calc(0.5rem - 1px) 1.875rem calc(0.5rem + 1px) 0.625rem; -moz-padding-start: calc(0.625rem - 3px); font-family: inherit; font-size: 1rem; font-weight: 700; line-height: 1.25; color: var(--bs-body-color); background-color: #fff; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 7'%3e%3cpath d='M7 7 0 0h14L7 7z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 0.625rem top calc(50% + 1px); background-size: 0.875rem 1rem; border: 0.125rem solid #ccc; border-radius: 0; transition: border-color 0.2s ease-in-out, outline-offset 0.2s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; } @media (prefers-reduced-motion: reduce) { .form-select { transition: none; } } .form-select:focus { border-color: var(--bs-body-color) !important; outline: 0; } .form-select[multiple], .form-select[size]:not([size="1"]) { padding-right: 0.625rem; background-image: none; } .form-select:disabled { color: #666; background-color: #eee; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 7'%3e%3cpath fill='%23666' d='M7 7 0 0h14L7 7z'/%3e%3c/svg%3e"); } .form-select:-moz-focusring { color: transparent; text-shadow: 0 0 0 var(--bs-body-color); } .form-select-lg { padding-top: calc(0.625rem - 1px); padding-bottom: 0.625rem; padding-left: 1.25rem; font-size: 1.125rem; line-height: 1.5; } .form-check { display: block; min-height: 1.25rem; padding-left: 1.5em; margin-bottom: 0.125rem; } .form-check .form-check-input { float: left; margin-left: -1.5em; } .form-check-reverse { padding-right: 1.5em; padding-left: 0; text-align: right; } .form-check-reverse .form-check-input { float: right; margin-right: -1.5em; margin-left: 0; } .form-check-input { width: 1em; height: 1em; margin-top: 0.125em; vertical-align: top; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: contain; border: 0.125rem solid #ccc; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-print-color-adjust: exact; color-adjust: exact; print-color-adjust: exact; } .form-check-input[type=checkbox] { border-radius: 0; } .form-check-input[type=radio] { border-radius: 50%; } .form-check-input:active { background-color: #5093ff; border-color: #5093ff; } .form-check-input:checked { background-color: #5093ff; border-color: #5093ff; } .form-check-input:checked[type=checkbox] { background-image: var(--o-check-icon); background-size: 1rem; } .form-check-input:checked[type=radio] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000'/%3e%3c/svg%3e"); } .form-check-input[type=checkbox]:indeterminate { background-color: #5093ff; border-color: #5093ff; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 1'%3e%3cpath fill='%23000' d='M0 0h10v3H0z'/%3e%3c/svg%3e"); background-position: 50% calc(50% + 0.03125rem); background-size: 0.625rem 0.1875rem; } .form-check-input:disabled { pointer-events: none; background-color: #eee; filter: none; } .form-check-input:disabled:checked, .form-check-input:disabled:indeterminate { background-color: #333; filter: invert(1); border-color: #333; } .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { color: #ccc; pointer-events: none; cursor: default; } .form-check-input:required ~ .form-check-label::after { margin-left: 0.1875rem; color: #1976d2; content: "*"; } .form-switch { --o-switch-gradient: linear-gradient(to right, #000 1.625rem, transparent); min-height: 1.875rem; padding-left: 4.25rem; } .form-switch .form-check-input { width: 3.75rem; height: 1.875rem; margin-left: -4.25rem; background-color: #fff; background-image: var(--o-close-icon), var(--o-switch-gradient); filter: invert(1); background-position: right 0 top 50%, 0 0; background-size: 1.75rem, 1.625rem; border-color: #fff; outline-color: #fff; outline-offset: 1.25rem; transition: background-position 0.15s ease-in-out, outline-offset 0.2s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-switch .form-check-input { transition: none; } } .form-switch .form-check-input:checked { background-color: #5093ff; filter: none; border-color: #5093ff; background-image: var(--o-check-icon), var(--o-switch-gradient); background-position: 0.1875rem 50%, 100% 0; background-size: 1.25rem, 1.625rem; } .form-switch .form-check-input:checked:active, .form-switch .form-check-input:checked:focus { outline-color: #5093ff; } .form-switch .form-check-input:checked:not(:disabled) { --o-switch-gradient: linear-gradient(to right, #fff 1.625rem, transparent); } .form-switch .form-check-input:focus { outline-offset: 0.0625rem; } .form-switch .form-check-input:active { background-color: #5093ff; filter: none; border-color: #5093ff; } .form-switch .form-check-input:disabled { background-color: #333; filter: invert(1); border-color: #333; } .form-switch .form-check-label { padding-top: 0.4375rem; } .form-switch.form-check-reverse { padding-right: 4.25rem; padding-left: 0; } .form-switch.form-check-reverse .form-check-input { margin-right: -4.25rem; margin-left: 0; } .form-check-inline { display: inline-block; margin-right: 1rem; } .btn-check { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .btn-check + .btn { margin-left: 0 !important; color: #000; background-color: #fff; border-color: #ccc; } .btn-check + .btn.btn-icon:not(.btn-no-outline)::before, .btn-check + .btn.btn-icon:not(.btn-no-outline)::after { display: inline-block; width: 0.125rem; height: 100%; content: ""; } .btn-check + .btn:not(:first-of-type) { border-left: 0; } .btn-check + .btn:not(:last-of-type) { border-right: 0; } .btn-check:hover + .btn, .btn-check + .btn:hover { color: #1976d2; background-color: #fff; border-color: #ccc; } .btn-group .btn-check + .btn:hover { z-index: 0; } .btn-check[data-focus-visible-added] + .btn { outline: 0.125rem solid; outline-offset: 0.125rem; box-shadow: 0 0 0 0.125rem #fff; } .btn-check[data-focus-visible-added]:checked + .btn-no-outline { border-color: #ccc; outline-color: currentcolor; } .btn-check[data-focus-visible-added] + .tag { outline: 0.1875rem solid var(--bs-tag-outline-color); outline-offset: 0.125rem; } .btn-check:checked + .btn { color: #fff; background-color: #000; border-color: #000; outline-color: #000; } .btn-check:checked + .btn-no-outline, .btn-check:checked + .btn-no-outline:hover, .btn-check:checked + .btn-no-outline:focus { color: #1976d2; background-color: transparent; } .btn-check:checked + .tag { color: var(--bs-tag-active-color); background-color: var(--bs-tag-active-decoration-color); border-color: var(--bs-tag-active-decoration-color); } .btn-check:active + .btn, .btn-check + .btn:active, .btn-check + .btn.active { color: #000; background-color: #5093ff; border-color: #5093ff; outline-color: #5093ff; } .btn-check[disabled] + .btn, .btn-check:disabled + .btn { color: #ccc; pointer-events: none; background-color: #fff; filter: none; border-color: currentcolor; } .btn-check[disabled]:checked + .btn, .btn-check:disabled:checked + .btn { color: #fff; background-color: #ccc; border-color: #ccc; } .btn-check[disabled]:checked + .btn-no-outline, .btn-check:disabled:checked + .btn-no-outline { color: #ccc; background-color: transparent; border-color: currentcolor; } .btn-check[disabled] + .tag, .btn-check:disabled + .tag { color: var(--bs-tag-disabled-color); pointer-events: none; border-color: var(--bs-tag-disabled-color); } .btn-check[disabled]:checked + .tag, .btn-check:disabled:checked + .tag { color: var(--bs-tag-active-color); background-color: var(--bs-tag-disabled-color); } .btn-check + .btn-no-outline:not(:only-of-type) { border: 0.125rem solid transparent; } .btn-check + .btn-no-outline:hover, .btn-check + .btn-no-outline:focus, .btn-check + .btn-no-outline:active, .btn-check + .btn-no-outline.active { color: #000; border-color: #ccc; } .btn-check + .btn-no-outline:active { color: #1976d2; background-color: transparent; } .form-range { width: 100%; height: 1.25rem; padding: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .form-range:focus::-webkit-slider-thumb { border-color: #5093ff; } .form-range:focus::-moz-range-thumb { border-color: #5093ff; } .form-range::-moz-focus-outer { border: 0; } .form-range::-webkit-slider-thumb { box-sizing: content-box; width: 1rem; height: 1rem; margin-top: -0.3125rem; cursor: -webkit-grab; cursor: grab; background-color: #fff; border: 0.125rem solid #000; border-radius: 50%; -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-ou