From 71a35f1f0530ea7a2f645e484c44a4bddd38694c Mon Sep 17 00:00:00 2001 From: akshaaatt Date: Mon, 24 Jan 2022 04:19:17 +0530 Subject: [PATCH] - Fix https://github.com/storybookjs/storybook/issues/9211 similar issue - Code cleanup --- .storybook/main.js | 3 +- .storybook/webpack.config.js | 2 +- dist/bootstrap.css | 7097 +++++++++++++++++++--------------- package.json | 9 +- stories/index.stories.js | 139 +- yarn.lock | 1191 +++--- 6 files changed, 4622 insertions(+), 3819 deletions(-) diff --git a/.storybook/main.js b/.storybook/main.js index b5a72a133..5329b26ed 100644 --- a/.storybook/main.js +++ b/.storybook/main.js @@ -1,3 +1,4 @@ module.exports = { - addons: ['@storybook/addon-postcss'], + stories: ['../**/*.stories.js'], + addons: ["@storybook/addon-actions/register", "@storybook/addon-links/register", "@storybook/addon-postcss"], }; diff --git a/.storybook/webpack.config.js b/.storybook/webpack.config.js index 9cfbe7c18..16be14f01 100644 --- a/.storybook/webpack.config.js +++ b/.storybook/webpack.config.js @@ -4,7 +4,7 @@ module.exports = ({config, mode}) => { config.module.rules.push( { include: path.resolve(__dirname, '../'), - loaders: ['style-loader', 'css-loader', 'sass-loader'], + loaders: ['style-loader', 'css-loader', 'postcss-loader', 'sass-loader'], test: /\.scss$/, }, { diff --git a/dist/bootstrap.css b/dist/bootstrap.css index 80f7e0886..703a5dc27 100644 --- a/dist/bootstrap.css +++ b/dist/bootstrap.css @@ -1,3 +1,4 @@ +@charset "UTF-8"; /* * In order to not break parts of the website that haven't been converted, * all Bootstrapified components must have a .bs class on their containing @@ -31,22 +32,22 @@ --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif; - --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } - + --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; +} .bs *, .bs *::before, .bs *::after { - box-sizing: border-box; } - + box-sizing: border-box; +} .bs html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } - + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} .bs article, .bs aside, .bs figcaption, .bs figure, .bs footer, .bs header, .bs hgroup, .bs main, .bs nav, .bs section { - display: block; } - + display: block; +} .bs body { margin: 0; font-family: "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif; @@ -55,24 +56,24 @@ line-height: 1.5; color: #212529; text-align: left; - background-color: #fff; } - + background-color: #fff; +} .bs [tabindex="-1"]:focus { - outline: 0 !important; } - + outline: 0 !important; +} .bs hr { box-sizing: content-box; height: 0; - overflow: visible; } - + overflow: visible; +} .bs h1, .bs h2, .bs h3, .bs h4, .bs h5, .bs h6 { margin-top: 0; - margin-bottom: 0.5rem; } - + margin-bottom: 0.5rem; +} .bs p { margin-top: 0; - margin-bottom: 1rem; } - + margin-bottom: 1rem; +} .bs abbr[title], .bs abbr[data-original-title] { text-decoration: underline; @@ -81,119 +82,122 @@ cursor: help; border-bottom: 0; -webkit-text-decoration-skip-ink: none; - text-decoration-skip-ink: none; } - + text-decoration-skip-ink: none; +} .bs address { margin-bottom: 1rem; font-style: normal; - line-height: inherit; } - + line-height: inherit; +} .bs ol, .bs ul, .bs dl { margin-top: 0; - margin-bottom: 1rem; } - + margin-bottom: 1rem; +} .bs ol ol, .bs ul ul, .bs ol ul, .bs ul ol { - margin-bottom: 0; } - + margin-bottom: 0; +} .bs dt { - font-weight: 700; } - + font-weight: 700; +} .bs dd { - margin-bottom: .5rem; - margin-left: 0; } - + margin-bottom: 0.5rem; + margin-left: 0; +} .bs blockquote { - margin: 0 0 1rem; } - + margin: 0 0 1rem; +} .bs b, .bs strong { - font-weight: bolder; } - + font-weight: bolder; +} .bs small { - font-size: 80%; } - + font-size: 80%; +} .bs sub, .bs sup { position: relative; font-size: 75%; line-height: 0; - vertical-align: baseline; } - + vertical-align: baseline; +} .bs sub { - bottom: -.25em; } - + bottom: -0.25em; +} .bs sup { - top: -.5em; } - + top: -0.5em; +} .bs a { color: #ba478f; text-decoration: none; - background-color: transparent; } - .bs a:hover { - color: #eb743b; - text-decoration: underline; } - + background-color: transparent; +} +.bs a:hover { + color: #eb743b; + text-decoration: underline; +} .bs a:not([href]):not([tabindex]) { color: inherit; - text-decoration: none; } - .bs a:not([href]):not([tabindex]):hover, .bs a:not([href]):not([tabindex]):focus { - color: inherit; - text-decoration: none; } - .bs a:not([href]):not([tabindex]):focus { - outline: 0; } - + text-decoration: none; +} +.bs a:not([href]):not([tabindex]):hover, .bs a:not([href]):not([tabindex]):focus { + color: inherit; + text-decoration: none; +} +.bs a:not([href]):not([tabindex]):focus { + outline: 0; +} .bs pre, .bs code, .bs kbd, .bs samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - font-size: 1em; } - + font-size: 1em; +} .bs pre { margin-top: 0; margin-bottom: 1rem; - overflow: auto; } - + overflow: auto; +} .bs figure { - margin: 0 0 1rem; } - + margin: 0 0 1rem; +} .bs img { vertical-align: middle; - border-style: none; } - + border-style: none; +} .bs svg { overflow: hidden; - vertical-align: middle; } - + vertical-align: middle; +} .bs table { - border-collapse: collapse; } - + border-collapse: collapse; +} .bs caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #6c757d; text-align: left; - caption-side: bottom; } - + caption-side: bottom; +} .bs th { - text-align: inherit; } - + text-align: inherit; +} .bs label { display: inline-block; - margin-bottom: 0.5rem; } - + margin-bottom: 0.5rem; +} .bs button { - border-radius: 0; } - + border-radius: 0; +} .bs button:focus { outline: 1px dotted; - outline: 5px auto -webkit-focus-ring-color; } - + outline: 5px auto -webkit-focus-ring-color; +} .bs input, .bs button, .bs select, @@ -202,781 +206,956 @@ margin: 0; font-family: inherit; font-size: inherit; - line-height: inherit; } - + line-height: inherit; +} .bs button, .bs input { - overflow: visible; } - + overflow: visible; +} .bs button, .bs select { - text-transform: none; } - + text-transform: none; +} .bs select { - word-wrap: normal; } - + word-wrap: normal; +} .bs button, -.bs [type="button"], -.bs [type="reset"], -.bs [type="submit"] { - -webkit-appearance: button; } - +.bs [type=button], +.bs [type=reset], +.bs [type=submit] { + -webkit-appearance: button; +} .bs button:not(:disabled), -.bs [type="button"]:not(:disabled), -.bs [type="reset"]:not(:disabled), -.bs [type="submit"]:not(:disabled) { - cursor: pointer; } - +.bs [type=button]:not(:disabled), +.bs [type=reset]:not(:disabled), +.bs [type=submit]:not(:disabled) { + cursor: pointer; +} .bs button::-moz-focus-inner, -.bs [type="button"]::-moz-focus-inner, -.bs [type="reset"]::-moz-focus-inner, -.bs [type="submit"]::-moz-focus-inner { +.bs [type=button]::-moz-focus-inner, +.bs [type=reset]::-moz-focus-inner, +.bs [type=submit]::-moz-focus-inner { padding: 0; - border-style: none; } - -.bs input[type="radio"], -.bs input[type="checkbox"] { + border-style: none; +} +.bs input[type=radio], +.bs input[type=checkbox] { box-sizing: border-box; - padding: 0; } - -.bs input[type="date"], -.bs input[type="time"], -.bs input[type="datetime-local"], -.bs input[type="month"] { - -webkit-appearance: listbox; } - + padding: 0; +} +.bs input[type=date], +.bs input[type=time], +.bs input[type=datetime-local], +.bs input[type=month] { + -webkit-appearance: listbox; +} .bs textarea { overflow: auto; - resize: vertical; } - + resize: vertical; +} .bs fieldset { min-width: 0; padding: 0; margin: 0; - border: 0; } - + border: 0; +} .bs legend { display: block; width: 100%; max-width: 100%; padding: 0; - margin-bottom: .5rem; + margin-bottom: 0.5rem; font-size: 1.5rem; line-height: inherit; color: inherit; - white-space: normal; } - + white-space: normal; +} .bs progress { - vertical-align: baseline; } - -.bs [type="number"]::-webkit-inner-spin-button, -.bs [type="number"]::-webkit-outer-spin-button { - height: auto; } - -.bs [type="search"] { + vertical-align: baseline; +} +.bs [type=number]::-webkit-inner-spin-button, +.bs [type=number]::-webkit-outer-spin-button { + height: auto; +} +.bs [type=search] { outline-offset: -2px; - -webkit-appearance: none; } - -.bs [type="search"]::-webkit-search-decoration { - -webkit-appearance: none; } - + -webkit-appearance: none; +} +.bs [type=search]::-webkit-search-decoration { + -webkit-appearance: none; +} .bs ::-webkit-file-upload-button { font: inherit; - -webkit-appearance: button; } - + -webkit-appearance: button; +} .bs output { - display: inline-block; } - + display: inline-block; +} .bs summary { display: list-item; - cursor: pointer; } - + cursor: pointer; +} .bs template { - display: none; } - + display: none; +} .bs [hidden] { - display: none !important; } - + display: none !important; +} .bs h1, .bs h2, .bs h3, .bs h4, .bs h5, .bs h6, .bs .h1, .bs .h2, .bs .h3, .bs .h4, .bs .h5, .bs .h6 { margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; - color: #eb743b; } - + color: #eb743b; +} .bs h1, .bs .h1 { - font-size: 2.5rem; } - + font-size: 2.5rem; +} .bs h2, .bs .h2 { - font-size: 2rem; } - + font-size: 2rem; +} .bs h3, .bs .h3 { - font-size: 1.75rem; } - + font-size: 1.75rem; +} .bs h4, .bs .h4 { - font-size: 1.5rem; } - + font-size: 1.5rem; +} .bs h5, .bs .h5 { - font-size: 1.25rem; } - + font-size: 1.25rem; +} .bs h6, .bs .h6 { - font-size: 1rem; } - + font-size: 1rem; +} .bs .lead { font-size: 1.25rem; - font-weight: 300; } - + font-weight: 300; +} .bs .display-1 { font-size: 6rem; font-weight: 300; - line-height: 1.2; } - + line-height: 1.2; +} .bs .display-2 { font-size: 5.5rem; font-weight: 300; - line-height: 1.2; } - + line-height: 1.2; +} .bs .display-3 { font-size: 4.5rem; font-weight: 300; - line-height: 1.2; } - + line-height: 1.2; +} .bs .display-4 { font-size: 3.5rem; font-weight: 300; - line-height: 1.2; } - + line-height: 1.2; +} .bs hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; - border-top: 1px solid rgba(0, 0, 0, 0.1); } - + border-top: 1px solid rgba(0, 0, 0, 0.1); +} .bs small, .bs .small { font-size: 80%; - font-weight: 400; } - + font-weight: 400; +} .bs mark, .bs .mark { padding: 0.2em; - background-color: #fcf8e3; } - + background-color: #fcf8e3; +} .bs .list-unstyled { padding-left: 0; - list-style: none; } - + list-style: none; +} .bs .list-inline { padding-left: 0; - list-style: none; } - + list-style: none; +} .bs .list-inline-item { - display: inline-block; } - .bs .list-inline-item:not(:last-child) { - margin-right: 0.5rem; } - + display: inline-block; +} +.bs .list-inline-item:not(:last-child) { + margin-right: 0.5rem; +} .bs .initialism { font-size: 90%; - text-transform: uppercase; } - + text-transform: uppercase; +} .bs .blockquote { margin-bottom: 1rem; - font-size: 1.25rem; } - + font-size: 1.25rem; +} .bs .blockquote-footer { display: block; font-size: 80%; - color: #6c757d; } - .bs .blockquote-footer::before { - content: "\2014\00A0"; } - + color: #6c757d; +} +.bs .blockquote-footer::before { + content: "— "; +} .bs .container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; - margin-left: auto; } - @media (min-width: 576px) { - .bs .container { - max-width: 540px; } } - @media (min-width: 768px) { - .bs .container { - max-width: 720px; } } - @media (min-width: 992px) { - .bs .container { - max-width: 960px; } } - @media (min-width: 1200px) { - .bs .container { - max-width: 1140px; } } - + margin-left: auto; +} +@media (min-width: 576px) { + .bs .container { + max-width: 540px; + } +} +@media (min-width: 768px) { + .bs .container { + max-width: 720px; + } +} +@media (min-width: 992px) { + .bs .container { + max-width: 960px; + } +} +@media (min-width: 1200px) { + .bs .container { + max-width: 1140px; + } +} .bs .container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; - margin-left: auto; } - + margin-left: auto; +} .bs .row { display: flex; flex-wrap: wrap; margin-right: -15px; - margin-left: -15px; } - + margin-left: -15px; +} .bs .no-gutters { margin-right: 0; - margin-left: 0; } - .bs .no-gutters > .col, - .bs .no-gutters > [class*="col-"] { - padding-right: 0; - padding-left: 0; } - -.bs .col-1, .bs .col-2, .bs .col-3, .bs .col-4, .bs .col-5, .bs .col-6, .bs .col-7, .bs .col-8, .bs .col-9, .bs .col-10, .bs .col-11, .bs .col-12, .bs .col, -.bs .col-auto, .bs .col-sm-1, .bs .col-sm-2, .bs .col-sm-3, .bs .col-sm-4, .bs .col-sm-5, .bs .col-sm-6, .bs .col-sm-7, .bs .col-sm-8, .bs .col-sm-9, .bs .col-sm-10, .bs .col-sm-11, .bs .col-sm-12, .bs .col-sm, -.bs .col-sm-auto, .bs .col-md-1, .bs .col-md-2, .bs .col-md-3, .bs .col-md-4, .bs .col-md-5, .bs .col-md-6, .bs .col-md-7, .bs .col-md-8, .bs .col-md-9, .bs .col-md-10, .bs .col-md-11, .bs .col-md-12, .bs .col-md, -.bs .col-md-auto, .bs .col-lg-1, .bs .col-lg-2, .bs .col-lg-3, .bs .col-lg-4, .bs .col-lg-5, .bs .col-lg-6, .bs .col-lg-7, .bs .col-lg-8, .bs .col-lg-9, .bs .col-lg-10, .bs .col-lg-11, .bs .col-lg-12, .bs .col-lg, -.bs .col-lg-auto, .bs .col-xl-1, .bs .col-xl-2, .bs .col-xl-3, .bs .col-xl-4, .bs .col-xl-5, .bs .col-xl-6, .bs .col-xl-7, .bs .col-xl-8, .bs .col-xl-9, .bs .col-xl-10, .bs .col-xl-11, .bs .col-xl-12, .bs .col-xl, -.bs .col-xl-auto { + margin-left: 0; +} +.bs .no-gutters > .col, +.bs .no-gutters > [class*=col-] { + padding-right: 0; + padding-left: 0; +} +.bs .col-xl, +.bs .col-xl-auto, .bs .col-xl-12, .bs .col-xl-11, .bs .col-xl-10, .bs .col-xl-9, .bs .col-xl-8, .bs .col-xl-7, .bs .col-xl-6, .bs .col-xl-5, .bs .col-xl-4, .bs .col-xl-3, .bs .col-xl-2, .bs .col-xl-1, .bs .col-lg, +.bs .col-lg-auto, .bs .col-lg-12, .bs .col-lg-11, .bs .col-lg-10, .bs .col-lg-9, .bs .col-lg-8, .bs .col-lg-7, .bs .col-lg-6, .bs .col-lg-5, .bs .col-lg-4, .bs .col-lg-3, .bs .col-lg-2, .bs .col-lg-1, .bs .col-md, +.bs .col-md-auto, .bs .col-md-12, .bs .col-md-11, .bs .col-md-10, .bs .col-md-9, .bs .col-md-8, .bs .col-md-7, .bs .col-md-6, .bs .col-md-5, .bs .col-md-4, .bs .col-md-3, .bs .col-md-2, .bs .col-md-1, .bs .col-sm, +.bs .col-sm-auto, .bs .col-sm-12, .bs .col-sm-11, .bs .col-sm-10, .bs .col-sm-9, .bs .col-sm-8, .bs .col-sm-7, .bs .col-sm-6, .bs .col-sm-5, .bs .col-sm-4, .bs .col-sm-3, .bs .col-sm-2, .bs .col-sm-1, .bs .col, +.bs .col-auto, .bs .col-12, .bs .col-11, .bs .col-10, .bs .col-9, .bs .col-8, .bs .col-7, .bs .col-6, .bs .col-5, .bs .col-4, .bs .col-3, .bs .col-2, .bs .col-1 { position: relative; width: 100%; padding-right: 15px; - padding-left: 15px; } - + padding-left: 15px; +} .bs .col { flex-basis: 0; flex-grow: 1; - max-width: 100%; } - + max-width: 100%; +} .bs .col-auto { flex: 0 0 auto; width: auto; - max-width: 100%; } - + max-width: 100%; +} .bs .col-1 { - flex: 0 0 8.33333%; - max-width: 8.33333%; } - + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; +} .bs .col-2 { - flex: 0 0 16.66667%; - max-width: 16.66667%; } - + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; +} .bs .col-3 { flex: 0 0 25%; - max-width: 25%; } - + max-width: 25%; +} .bs .col-4 { - flex: 0 0 33.33333%; - max-width: 33.33333%; } - + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; +} .bs .col-5 { - flex: 0 0 41.66667%; - max-width: 41.66667%; } - + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; +} .bs .col-6 { flex: 0 0 50%; - max-width: 50%; } - + max-width: 50%; +} .bs .col-7 { - flex: 0 0 58.33333%; - max-width: 58.33333%; } - + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; +} .bs .col-8 { - flex: 0 0 66.66667%; - max-width: 66.66667%; } - + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; +} .bs .col-9 { flex: 0 0 75%; - max-width: 75%; } - + max-width: 75%; +} .bs .col-10 { - flex: 0 0 83.33333%; - max-width: 83.33333%; } - + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; +} .bs .col-11 { - flex: 0 0 91.66667%; - max-width: 91.66667%; } - + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; +} .bs .col-12 { flex: 0 0 100%; - max-width: 100%; } - + max-width: 100%; +} .bs .order-first { - order: -1; } - + order: -1; +} .bs .order-last { - order: 13; } - + order: 13; +} .bs .order-0 { - order: 0; } - + order: 0; +} .bs .order-1 { - order: 1; } - + order: 1; +} .bs .order-2 { - order: 2; } - + order: 2; +} .bs .order-3 { - order: 3; } - + order: 3; +} .bs .order-4 { - order: 4; } - + order: 4; +} .bs .order-5 { - order: 5; } - + order: 5; +} .bs .order-6 { - order: 6; } - + order: 6; +} .bs .order-7 { - order: 7; } - + order: 7; +} .bs .order-8 { - order: 8; } - + order: 8; +} .bs .order-9 { - order: 9; } - + order: 9; +} .bs .order-10 { - order: 10; } - + order: 10; +} .bs .order-11 { - order: 11; } - + order: 11; +} .bs .order-12 { - order: 12; } - + order: 12; +} .bs .offset-1 { - margin-left: 8.33333%; } - + margin-left: 8.3333333333%; +} .bs .offset-2 { - margin-left: 16.66667%; } - + margin-left: 16.6666666667%; +} .bs .offset-3 { - margin-left: 25%; } - + margin-left: 25%; +} .bs .offset-4 { - margin-left: 33.33333%; } - + margin-left: 33.3333333333%; +} .bs .offset-5 { - margin-left: 41.66667%; } - + margin-left: 41.6666666667%; +} .bs .offset-6 { - margin-left: 50%; } - + margin-left: 50%; +} .bs .offset-7 { - margin-left: 58.33333%; } - + margin-left: 58.3333333333%; +} .bs .offset-8 { - margin-left: 66.66667%; } - + margin-left: 66.6666666667%; +} .bs .offset-9 { - margin-left: 75%; } - + margin-left: 75%; +} .bs .offset-10 { - margin-left: 83.33333%; } - + margin-left: 83.3333333333%; +} .bs .offset-11 { - margin-left: 91.66667%; } - + margin-left: 91.6666666667%; +} @media (min-width: 576px) { .bs .col-sm { flex-basis: 0; flex-grow: 1; - max-width: 100%; } + max-width: 100%; + } .bs .col-sm-auto { flex: 0 0 auto; width: auto; - max-width: 100%; } + max-width: 100%; + } .bs .col-sm-1 { - flex: 0 0 8.33333%; - max-width: 8.33333%; } + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; + } .bs .col-sm-2 { - flex: 0 0 16.66667%; - max-width: 16.66667%; } + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } .bs .col-sm-3 { flex: 0 0 25%; - max-width: 25%; } + max-width: 25%; + } .bs .col-sm-4 { - flex: 0 0 33.33333%; - max-width: 33.33333%; } + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } .bs .col-sm-5 { - flex: 0 0 41.66667%; - max-width: 41.66667%; } + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; + } .bs .col-sm-6 { flex: 0 0 50%; - max-width: 50%; } + max-width: 50%; + } .bs .col-sm-7 { - flex: 0 0 58.33333%; - max-width: 58.33333%; } + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; + } .bs .col-sm-8 { - flex: 0 0 66.66667%; - max-width: 66.66667%; } + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; + } .bs .col-sm-9 { flex: 0 0 75%; - max-width: 75%; } + max-width: 75%; + } .bs .col-sm-10 { - flex: 0 0 83.33333%; - max-width: 83.33333%; } + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; + } .bs .col-sm-11 { - flex: 0 0 91.66667%; - max-width: 91.66667%; } + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; + } .bs .col-sm-12 { flex: 0 0 100%; - max-width: 100%; } + max-width: 100%; + } .bs .order-sm-first { - order: -1; } + order: -1; + } .bs .order-sm-last { - order: 13; } + order: 13; + } .bs .order-sm-0 { - order: 0; } + order: 0; + } .bs .order-sm-1 { - order: 1; } + order: 1; + } .bs .order-sm-2 { - order: 2; } + order: 2; + } .bs .order-sm-3 { - order: 3; } + order: 3; + } .bs .order-sm-4 { - order: 4; } + order: 4; + } .bs .order-sm-5 { - order: 5; } + order: 5; + } .bs .order-sm-6 { - order: 6; } + order: 6; + } .bs .order-sm-7 { - order: 7; } + order: 7; + } .bs .order-sm-8 { - order: 8; } + order: 8; + } .bs .order-sm-9 { - order: 9; } + order: 9; + } .bs .order-sm-10 { - order: 10; } + order: 10; + } .bs .order-sm-11 { - order: 11; } + order: 11; + } .bs .order-sm-12 { - order: 12; } + order: 12; + } .bs .offset-sm-0 { - margin-left: 0; } + margin-left: 0; + } .bs .offset-sm-1 { - margin-left: 8.33333%; } + margin-left: 8.3333333333%; + } .bs .offset-sm-2 { - margin-left: 16.66667%; } + margin-left: 16.6666666667%; + } .bs .offset-sm-3 { - margin-left: 25%; } + margin-left: 25%; + } .bs .offset-sm-4 { - margin-left: 33.33333%; } + margin-left: 33.3333333333%; + } .bs .offset-sm-5 { - margin-left: 41.66667%; } + margin-left: 41.6666666667%; + } .bs .offset-sm-6 { - margin-left: 50%; } + margin-left: 50%; + } .bs .offset-sm-7 { - margin-left: 58.33333%; } + margin-left: 58.3333333333%; + } .bs .offset-sm-8 { - margin-left: 66.66667%; } + margin-left: 66.6666666667%; + } .bs .offset-sm-9 { - margin-left: 75%; } + margin-left: 75%; + } .bs .offset-sm-10 { - margin-left: 83.33333%; } + margin-left: 83.3333333333%; + } .bs .offset-sm-11 { - margin-left: 91.66667%; } } - + margin-left: 91.6666666667%; + } +} @media (min-width: 768px) { .bs .col-md { flex-basis: 0; flex-grow: 1; - max-width: 100%; } + max-width: 100%; + } .bs .col-md-auto { flex: 0 0 auto; width: auto; - max-width: 100%; } + max-width: 100%; + } .bs .col-md-1 { - flex: 0 0 8.33333%; - max-width: 8.33333%; } + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; + } .bs .col-md-2 { - flex: 0 0 16.66667%; - max-width: 16.66667%; } + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } .bs .col-md-3 { flex: 0 0 25%; - max-width: 25%; } + max-width: 25%; + } .bs .col-md-4 { - flex: 0 0 33.33333%; - max-width: 33.33333%; } + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } .bs .col-md-5 { - flex: 0 0 41.66667%; - max-width: 41.66667%; } + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; + } .bs .col-md-6 { flex: 0 0 50%; - max-width: 50%; } + max-width: 50%; + } .bs .col-md-7 { - flex: 0 0 58.33333%; - max-width: 58.33333%; } + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; + } .bs .col-md-8 { - flex: 0 0 66.66667%; - max-width: 66.66667%; } + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; + } .bs .col-md-9 { flex: 0 0 75%; - max-width: 75%; } + max-width: 75%; + } .bs .col-md-10 { - flex: 0 0 83.33333%; - max-width: 83.33333%; } + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; + } .bs .col-md-11 { - flex: 0 0 91.66667%; - max-width: 91.66667%; } + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; + } .bs .col-md-12 { flex: 0 0 100%; - max-width: 100%; } + max-width: 100%; + } .bs .order-md-first { - order: -1; } + order: -1; + } .bs .order-md-last { - order: 13; } + order: 13; + } .bs .order-md-0 { - order: 0; } + order: 0; + } .bs .order-md-1 { - order: 1; } + order: 1; + } .bs .order-md-2 { - order: 2; } + order: 2; + } .bs .order-md-3 { - order: 3; } + order: 3; + } .bs .order-md-4 { - order: 4; } + order: 4; + } .bs .order-md-5 { - order: 5; } + order: 5; + } .bs .order-md-6 { - order: 6; } + order: 6; + } .bs .order-md-7 { - order: 7; } + order: 7; + } .bs .order-md-8 { - order: 8; } + order: 8; + } .bs .order-md-9 { - order: 9; } + order: 9; + } .bs .order-md-10 { - order: 10; } + order: 10; + } .bs .order-md-11 { - order: 11; } + order: 11; + } .bs .order-md-12 { - order: 12; } + order: 12; + } .bs .offset-md-0 { - margin-left: 0; } + margin-left: 0; + } .bs .offset-md-1 { - margin-left: 8.33333%; } + margin-left: 8.3333333333%; + } .bs .offset-md-2 { - margin-left: 16.66667%; } + margin-left: 16.6666666667%; + } .bs .offset-md-3 { - margin-left: 25%; } + margin-left: 25%; + } .bs .offset-md-4 { - margin-left: 33.33333%; } + margin-left: 33.3333333333%; + } .bs .offset-md-5 { - margin-left: 41.66667%; } + margin-left: 41.6666666667%; + } .bs .offset-md-6 { - margin-left: 50%; } + margin-left: 50%; + } .bs .offset-md-7 { - margin-left: 58.33333%; } + margin-left: 58.3333333333%; + } .bs .offset-md-8 { - margin-left: 66.66667%; } + margin-left: 66.6666666667%; + } .bs .offset-md-9 { - margin-left: 75%; } + margin-left: 75%; + } .bs .offset-md-10 { - margin-left: 83.33333%; } + margin-left: 83.3333333333%; + } .bs .offset-md-11 { - margin-left: 91.66667%; } } - + margin-left: 91.6666666667%; + } +} @media (min-width: 992px) { .bs .col-lg { flex-basis: 0; flex-grow: 1; - max-width: 100%; } + max-width: 100%; + } .bs .col-lg-auto { flex: 0 0 auto; width: auto; - max-width: 100%; } + max-width: 100%; + } .bs .col-lg-1 { - flex: 0 0 8.33333%; - max-width: 8.33333%; } + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; + } .bs .col-lg-2 { - flex: 0 0 16.66667%; - max-width: 16.66667%; } + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } .bs .col-lg-3 { flex: 0 0 25%; - max-width: 25%; } + max-width: 25%; + } .bs .col-lg-4 { - flex: 0 0 33.33333%; - max-width: 33.33333%; } + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } .bs .col-lg-5 { - flex: 0 0 41.66667%; - max-width: 41.66667%; } + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; + } .bs .col-lg-6 { flex: 0 0 50%; - max-width: 50%; } + max-width: 50%; + } .bs .col-lg-7 { - flex: 0 0 58.33333%; - max-width: 58.33333%; } + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; + } .bs .col-lg-8 { - flex: 0 0 66.66667%; - max-width: 66.66667%; } + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; + } .bs .col-lg-9 { flex: 0 0 75%; - max-width: 75%; } + max-width: 75%; + } .bs .col-lg-10 { - flex: 0 0 83.33333%; - max-width: 83.33333%; } + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; + } .bs .col-lg-11 { - flex: 0 0 91.66667%; - max-width: 91.66667%; } + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; + } .bs .col-lg-12 { flex: 0 0 100%; - max-width: 100%; } + max-width: 100%; + } .bs .order-lg-first { - order: -1; } + order: -1; + } .bs .order-lg-last { - order: 13; } + order: 13; + } .bs .order-lg-0 { - order: 0; } + order: 0; + } .bs .order-lg-1 { - order: 1; } + order: 1; + } .bs .order-lg-2 { - order: 2; } + order: 2; + } .bs .order-lg-3 { - order: 3; } + order: 3; + } .bs .order-lg-4 { - order: 4; } + order: 4; + } .bs .order-lg-5 { - order: 5; } + order: 5; + } .bs .order-lg-6 { - order: 6; } + order: 6; + } .bs .order-lg-7 { - order: 7; } + order: 7; + } .bs .order-lg-8 { - order: 8; } + order: 8; + } .bs .order-lg-9 { - order: 9; } + order: 9; + } .bs .order-lg-10 { - order: 10; } + order: 10; + } .bs .order-lg-11 { - order: 11; } + order: 11; + } .bs .order-lg-12 { - order: 12; } + order: 12; + } .bs .offset-lg-0 { - margin-left: 0; } + margin-left: 0; + } .bs .offset-lg-1 { - margin-left: 8.33333%; } + margin-left: 8.3333333333%; + } .bs .offset-lg-2 { - margin-left: 16.66667%; } + margin-left: 16.6666666667%; + } .bs .offset-lg-3 { - margin-left: 25%; } + margin-left: 25%; + } .bs .offset-lg-4 { - margin-left: 33.33333%; } + margin-left: 33.3333333333%; + } .bs .offset-lg-5 { - margin-left: 41.66667%; } + margin-left: 41.6666666667%; + } .bs .offset-lg-6 { - margin-left: 50%; } + margin-left: 50%; + } .bs .offset-lg-7 { - margin-left: 58.33333%; } + margin-left: 58.3333333333%; + } .bs .offset-lg-8 { - margin-left: 66.66667%; } + margin-left: 66.6666666667%; + } .bs .offset-lg-9 { - margin-left: 75%; } + margin-left: 75%; + } .bs .offset-lg-10 { - margin-left: 83.33333%; } + margin-left: 83.3333333333%; + } .bs .offset-lg-11 { - margin-left: 91.66667%; } } - + margin-left: 91.6666666667%; + } +} @media (min-width: 1200px) { .bs .col-xl { flex-basis: 0; flex-grow: 1; - max-width: 100%; } + max-width: 100%; + } .bs .col-xl-auto { flex: 0 0 auto; width: auto; - max-width: 100%; } + max-width: 100%; + } .bs .col-xl-1 { - flex: 0 0 8.33333%; - max-width: 8.33333%; } + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; + } .bs .col-xl-2 { - flex: 0 0 16.66667%; - max-width: 16.66667%; } + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } .bs .col-xl-3 { flex: 0 0 25%; - max-width: 25%; } + max-width: 25%; + } .bs .col-xl-4 { - flex: 0 0 33.33333%; - max-width: 33.33333%; } + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } .bs .col-xl-5 { - flex: 0 0 41.66667%; - max-width: 41.66667%; } + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; + } .bs .col-xl-6 { flex: 0 0 50%; - max-width: 50%; } + max-width: 50%; + } .bs .col-xl-7 { - flex: 0 0 58.33333%; - max-width: 58.33333%; } + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; + } .bs .col-xl-8 { - flex: 0 0 66.66667%; - max-width: 66.66667%; } + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; + } .bs .col-xl-9 { flex: 0 0 75%; - max-width: 75%; } + max-width: 75%; + } .bs .col-xl-10 { - flex: 0 0 83.33333%; - max-width: 83.33333%; } + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; + } .bs .col-xl-11 { - flex: 0 0 91.66667%; - max-width: 91.66667%; } + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; + } .bs .col-xl-12 { flex: 0 0 100%; - max-width: 100%; } + max-width: 100%; + } .bs .order-xl-first { - order: -1; } + order: -1; + } .bs .order-xl-last { - order: 13; } + order: 13; + } .bs .order-xl-0 { - order: 0; } + order: 0; + } .bs .order-xl-1 { - order: 1; } + order: 1; + } .bs .order-xl-2 { - order: 2; } + order: 2; + } .bs .order-xl-3 { - order: 3; } + order: 3; + } .bs .order-xl-4 { - order: 4; } + order: 4; + } .bs .order-xl-5 { - order: 5; } + order: 5; + } .bs .order-xl-6 { - order: 6; } + order: 6; + } .bs .order-xl-7 { - order: 7; } + order: 7; + } .bs .order-xl-8 { - order: 8; } + order: 8; + } .bs .order-xl-9 { - order: 9; } + order: 9; + } .bs .order-xl-10 { - order: 10; } + order: 10; + } .bs .order-xl-11 { - order: 11; } + order: 11; + } .bs .order-xl-12 { - order: 12; } + order: 12; + } .bs .offset-xl-0 { - margin-left: 0; } + margin-left: 0; + } .bs .offset-xl-1 { - margin-left: 8.33333%; } + margin-left: 8.3333333333%; + } .bs .offset-xl-2 { - margin-left: 16.66667%; } + margin-left: 16.6666666667%; + } .bs .offset-xl-3 { - margin-left: 25%; } + margin-left: 25%; + } .bs .offset-xl-4 { - margin-left: 33.33333%; } + margin-left: 33.3333333333%; + } .bs .offset-xl-5 { - margin-left: 41.66667%; } + margin-left: 41.6666666667%; + } .bs .offset-xl-6 { - margin-left: 50%; } + margin-left: 50%; + } .bs .offset-xl-7 { - margin-left: 58.33333%; } + margin-left: 58.3333333333%; + } .bs .offset-xl-8 { - margin-left: 66.66667%; } + margin-left: 66.6666666667%; + } .bs .offset-xl-9 { - margin-left: 75%; } + margin-left: 75%; + } .bs .offset-xl-10 { - margin-left: 83.33333%; } + margin-left: 83.3333333333%; + } .bs .offset-xl-11 { - margin-left: 91.66667%; } } - + margin-left: 91.6666666667%; + } +} .bs .form-control { display: block; width: 100%; @@ -990,60 +1169,68 @@ background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0; - transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } - @media (prefers-reduced-motion: reduce) { - .bs .form-control { - transition: none; } } - .bs .form-control::-ms-expand { - background-color: transparent; - border: 0; } - .bs .form-control:focus { - color: #495057; - background-color: #fff; - border-color: #dda4c7; - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(186, 71, 143, 0.25); } - .bs .form-control::-moz-placeholder { - color: #6c757d; - opacity: 1; } - .bs .form-control:-ms-input-placeholder { - color: #6c757d; - opacity: 1; } - .bs .form-control::placeholder { - color: #6c757d; - opacity: 1; } - .bs .form-control:disabled, .bs .form-control[readonly] { - background-color: #e9ecef; - opacity: 1; } - + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .bs .form-control { + transition: none; + } +} +.bs .form-control::-ms-expand { + background-color: transparent; + border: 0; +} +.bs .form-control:focus { + color: #495057; + background-color: #fff; + border-color: #dda4c7; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(186, 71, 143, 0.25); +} +.bs .form-control::-moz-placeholder { + color: #6c757d; + opacity: 1; +} +.bs .form-control:-ms-input-placeholder { + color: #6c757d; + opacity: 1; +} +.bs .form-control::placeholder { + color: #6c757d; + opacity: 1; +} +.bs .form-control:disabled, .bs .form-control[readonly] { + background-color: #e9ecef; + opacity: 1; +} .bs select.form-control:focus::-ms-value { color: #495057; - background-color: #fff; } - + background-color: #fff; +} .bs .form-control-file, .bs .form-control-range { display: block; - width: 100%; } - + width: 100%; +} .bs .col-form-label { padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; font-size: inherit; - line-height: 1.5; } - + line-height: 1.5; +} .bs .col-form-label-lg { padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); font-size: 1.25rem; - line-height: 1.5; } - + line-height: 1.5; +} .bs .col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; - line-height: 1.5; } - + line-height: 1.5; +} .bs .form-control-plaintext { display: block; width: 100%; @@ -1054,81 +1241,85 @@ color: #212529; background-color: transparent; border: solid transparent; - border-width: 1px 0; } - .bs .form-control-plaintext.form-control-sm, .bs .form-control-plaintext.form-control-lg { - padding-right: 0; - padding-left: 0; } - + border-width: 1px 0; +} +.bs .form-control-plaintext.form-control-sm, .bs .form-control-plaintext.form-control-lg { + padding-right: 0; + padding-left: 0; +} .bs .form-control-sm { height: calc(1.5em + 0.5rem + 2px); padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; - border-radius: 0; } - + border-radius: 0; +} .bs .form-control-lg { height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; - border-radius: 0; } - + border-radius: 0; +} .bs select.form-control[size], .bs select.form-control[multiple] { - height: auto; } - + height: auto; +} .bs textarea.form-control { - height: auto; } - + height: auto; +} .bs .form-group { - margin-bottom: 1rem; } - + margin-bottom: 1rem; +} .bs .form-text { display: block; - margin-top: 0.25rem; } - + margin-top: 0.25rem; +} .bs .form-row { display: flex; flex-wrap: wrap; margin-right: -5px; - margin-left: -5px; } - .bs .form-row > .col, - .bs .form-row > [class*="col-"] { - padding-right: 5px; - padding-left: 5px; } - + margin-left: -5px; +} +.bs .form-row > .col, +.bs .form-row > [class*=col-] { + padding-right: 5px; + padding-left: 5px; +} .bs .form-check { position: relative; display: block; - padding-left: 1.25rem; } - + padding-left: 1.25rem; +} .bs .form-check-input { position: absolute; margin-top: 0.3rem; - margin-left: -1.25rem; } - .bs .form-check-input:disabled ~ .form-check-label { - color: #6c757d; } - + margin-left: -1.25rem; +} +.bs .form-check-input:disabled ~ .form-check-label { + color: #6c757d; +} .bs .form-check-label { - margin-bottom: 0; } - + margin-bottom: 0; +} .bs .form-check-inline { display: inline-flex; align-items: center; padding-left: 0; - margin-right: 0.75rem; } - .bs .form-check-inline .form-check-input { - position: static; - margin-top: 0; - margin-right: 0.3125rem; - margin-left: 0; } - + margin-right: 0.75rem; +} +.bs .form-check-inline .form-check-input { + position: static; + margin-top: 0; + margin-right: 0.3125rem; + margin-left: 0; +} .bs .valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; - color: #68B360; } - + color: #68B360; +} .bs .valid-tooltip { position: absolute; top: 100%; @@ -1136,96 +1327,101 @@ display: none; max-width: 100%; padding: 0.25rem 0.5rem; - margin-top: .1rem; + margin-top: 0.1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(104, 179, 96, 0.9); - border-radius: 0; } - + border-radius: 0; +} .was-validated .bs .form-control:valid, .bs .form-control.is-valid { border-color: #68B360; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2368B360' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: center right calc(0.375em + 0.1875rem); - background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } - .was-validated .bs .form-control:valid:focus, .bs .form-control.is-valid:focus { - border-color: #68B360; - box-shadow: 0 0 0 0.2rem rgba(104, 179, 96, 0.25); } - .was-validated .bs .form-control:valid ~ .valid-feedback, - .was-validated .bs .form-control:valid ~ .valid-tooltip, .bs .form-control.is-valid ~ .valid-feedback, - .bs .form-control.is-valid ~ .valid-tooltip { - display: block; } - + background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} +.was-validated .bs .form-control:valid:focus, .bs .form-control.is-valid:focus { + border-color: #68B360; + box-shadow: 0 0 0 0.2rem rgba(104, 179, 96, 0.25); +} +.was-validated .bs .form-control:valid ~ .valid-feedback, +.was-validated .bs .form-control:valid ~ .valid-tooltip, .bs .form-control.is-valid ~ .valid-feedback, +.bs .form-control.is-valid ~ .valid-tooltip { + display: block; +} .was-validated .bs textarea.form-control:valid, .bs textarea.form-control.is-valid { padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } - + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); +} .was-validated .bs .custom-select:valid, .bs .custom-select.is-valid { border-color: #68B360; padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem); - background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2368B360' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } - .was-validated .bs .custom-select:valid:focus, .bs .custom-select.is-valid:focus { - border-color: #68B360; - box-shadow: 0 0 0 0.2rem rgba(104, 179, 96, 0.25); } - .was-validated .bs .custom-select:valid ~ .valid-feedback, - .was-validated .bs .custom-select:valid ~ .valid-tooltip, .bs .custom-select.is-valid ~ .valid-feedback, - .bs .custom-select.is-valid ~ .valid-tooltip { - display: block; } - + background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2368B360' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} +.was-validated .bs .custom-select:valid:focus, .bs .custom-select.is-valid:focus { + border-color: #68B360; + box-shadow: 0 0 0 0.2rem rgba(104, 179, 96, 0.25); +} +.was-validated .bs .custom-select:valid ~ .valid-feedback, +.was-validated .bs .custom-select:valid ~ .valid-tooltip, .bs .custom-select.is-valid ~ .valid-feedback, +.bs .custom-select.is-valid ~ .valid-tooltip { + display: block; +} .was-validated .bs .form-control-file:valid ~ .valid-feedback, .was-validated .bs .form-control-file:valid ~ .valid-tooltip, .bs .form-control-file.is-valid ~ .valid-feedback, .bs .form-control-file.is-valid ~ .valid-tooltip { - display: block; } - + display: block; +} .was-validated .bs .form-check-input:valid ~ .form-check-label, .bs .form-check-input.is-valid ~ .form-check-label { - color: #68B360; } - + color: #68B360; +} .was-validated .bs .form-check-input:valid ~ .valid-feedback, .was-validated .bs .form-check-input:valid ~ .valid-tooltip, .bs .form-check-input.is-valid ~ .valid-feedback, .bs .form-check-input.is-valid ~ .valid-tooltip { - display: block; } - + display: block; +} .was-validated .bs .custom-control-input:valid ~ .custom-control-label, .bs .custom-control-input.is-valid ~ .custom-control-label { - color: #68B360; } - .was-validated .bs .custom-control-input:valid ~ .custom-control-label::before, .bs .custom-control-input.is-valid ~ .custom-control-label::before { - border-color: #68B360; } - + color: #68B360; +} +.was-validated .bs .custom-control-input:valid ~ .custom-control-label::before, .bs .custom-control-input.is-valid ~ .custom-control-label::before { + border-color: #68B360; +} .was-validated .bs .custom-control-input:valid ~ .valid-feedback, .was-validated .bs .custom-control-input:valid ~ .valid-tooltip, .bs .custom-control-input.is-valid ~ .valid-feedback, .bs .custom-control-input.is-valid ~ .valid-tooltip { - display: block; } - + display: block; +} .was-validated .bs .custom-control-input:valid:checked ~ .custom-control-label::before, .bs .custom-control-input.is-valid:checked ~ .custom-control-label::before { border-color: #89c383; - background-color: #89c383; } - + background-color: #89c383; +} .was-validated .bs .custom-control-input:valid:focus ~ .custom-control-label::before, .bs .custom-control-input.is-valid:focus ~ .custom-control-label::before { - box-shadow: 0 0 0 0.2rem rgba(104, 179, 96, 0.25); } - + box-shadow: 0 0 0 0.2rem rgba(104, 179, 96, 0.25); +} .was-validated .bs .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .bs .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before { - border-color: #68B360; } - + border-color: #68B360; +} .was-validated .bs .custom-file-input:valid ~ .custom-file-label, .bs .custom-file-input.is-valid ~ .custom-file-label { - border-color: #68B360; } - + border-color: #68B360; +} .was-validated .bs .custom-file-input:valid ~ .valid-feedback, .was-validated .bs .custom-file-input:valid ~ .valid-tooltip, .bs .custom-file-input.is-valid ~ .valid-feedback, .bs .custom-file-input.is-valid ~ .valid-tooltip { - display: block; } - + display: block; +} .was-validated .bs .custom-file-input:valid:focus ~ .custom-file-label, .bs .custom-file-input.is-valid:focus ~ .custom-file-label { border-color: #68B360; - box-shadow: 0 0 0 0.2rem rgba(104, 179, 96, 0.25); } - + box-shadow: 0 0 0 0.2rem rgba(104, 179, 96, 0.25); +} .bs .invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; - color: #c64040; } - + color: #c64040; +} .bs .invalid-tooltip { position: absolute; top: 100%; @@ -1233,134 +1429,150 @@ display: none; max-width: 100%; padding: 0.25rem 0.5rem; - margin-top: .1rem; + margin-top: 0.1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(198, 64, 64, 0.9); - border-radius: 0; } - + border-radius: 0; +} .was-validated .bs .form-control:invalid, .bs .form-control.is-invalid { border-color: #c64040; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c64040' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23c64040' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); background-repeat: no-repeat; background-position: center right calc(0.375em + 0.1875rem); - background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } - .was-validated .bs .form-control:invalid:focus, .bs .form-control.is-invalid:focus { - border-color: #c64040; - box-shadow: 0 0 0 0.2rem rgba(198, 64, 64, 0.25); } - .was-validated .bs .form-control:invalid ~ .invalid-feedback, - .was-validated .bs .form-control:invalid ~ .invalid-tooltip, .bs .form-control.is-invalid ~ .invalid-feedback, - .bs .form-control.is-invalid ~ .invalid-tooltip { - display: block; } - + background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} +.was-validated .bs .form-control:invalid:focus, .bs .form-control.is-invalid:focus { + border-color: #c64040; + box-shadow: 0 0 0 0.2rem rgba(198, 64, 64, 0.25); +} +.was-validated .bs .form-control:invalid ~ .invalid-feedback, +.was-validated .bs .form-control:invalid ~ .invalid-tooltip, .bs .form-control.is-invalid ~ .invalid-feedback, +.bs .form-control.is-invalid ~ .invalid-tooltip { + display: block; +} .was-validated .bs textarea.form-control:invalid, .bs textarea.form-control.is-invalid { padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } - + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); +} .was-validated .bs .custom-select:invalid, .bs .custom-select.is-invalid { border-color: #c64040; padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem); - background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c64040' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23c64040' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } - .was-validated .bs .custom-select:invalid:focus, .bs .custom-select.is-invalid:focus { - border-color: #c64040; - box-shadow: 0 0 0 0.2rem rgba(198, 64, 64, 0.25); } - .was-validated .bs .custom-select:invalid ~ .invalid-feedback, - .was-validated .bs .custom-select:invalid ~ .invalid-tooltip, .bs .custom-select.is-invalid ~ .invalid-feedback, - .bs .custom-select.is-invalid ~ .invalid-tooltip { - display: block; } - + background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c64040' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23c64040' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} +.was-validated .bs .custom-select:invalid:focus, .bs .custom-select.is-invalid:focus { + border-color: #c64040; + box-shadow: 0 0 0 0.2rem rgba(198, 64, 64, 0.25); +} +.was-validated .bs .custom-select:invalid ~ .invalid-feedback, +.was-validated .bs .custom-select:invalid ~ .invalid-tooltip, .bs .custom-select.is-invalid ~ .invalid-feedback, +.bs .custom-select.is-invalid ~ .invalid-tooltip { + display: block; +} .was-validated .bs .form-control-file:invalid ~ .invalid-feedback, .was-validated .bs .form-control-file:invalid ~ .invalid-tooltip, .bs .form-control-file.is-invalid ~ .invalid-feedback, .bs .form-control-file.is-invalid ~ .invalid-tooltip { - display: block; } - + display: block; +} .was-validated .bs .form-check-input:invalid ~ .form-check-label, .bs .form-check-input.is-invalid ~ .form-check-label { - color: #c64040; } - + color: #c64040; +} .was-validated .bs .form-check-input:invalid ~ .invalid-feedback, .was-validated .bs .form-check-input:invalid ~ .invalid-tooltip, .bs .form-check-input.is-invalid ~ .invalid-feedback, .bs .form-check-input.is-invalid ~ .invalid-tooltip { - display: block; } - + display: block; +} .was-validated .bs .custom-control-input:invalid ~ .custom-control-label, .bs .custom-control-input.is-invalid ~ .custom-control-label { - color: #c64040; } - .was-validated .bs .custom-control-input:invalid ~ .custom-control-label::before, .bs .custom-control-input.is-invalid ~ .custom-control-label::before { - border-color: #c64040; } - + color: #c64040; +} +.was-validated .bs .custom-control-input:invalid ~ .custom-control-label::before, .bs .custom-control-input.is-invalid ~ .custom-control-label::before { + border-color: #c64040; +} .was-validated .bs .custom-control-input:invalid ~ .invalid-feedback, .was-validated .bs .custom-control-input:invalid ~ .invalid-tooltip, .bs .custom-control-input.is-invalid ~ .invalid-feedback, .bs .custom-control-input.is-invalid ~ .invalid-tooltip { - display: block; } - + display: block; +} .was-validated .bs .custom-control-input:invalid:checked ~ .custom-control-label::before, .bs .custom-control-input.is-invalid:checked ~ .custom-control-label::before { border-color: #d26767; - background-color: #d26767; } - + background-color: #d26767; +} .was-validated .bs .custom-control-input:invalid:focus ~ .custom-control-label::before, .bs .custom-control-input.is-invalid:focus ~ .custom-control-label::before { - box-shadow: 0 0 0 0.2rem rgba(198, 64, 64, 0.25); } - + box-shadow: 0 0 0 0.2rem rgba(198, 64, 64, 0.25); +} .was-validated .bs .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .bs .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before { - border-color: #c64040; } - + border-color: #c64040; +} .was-validated .bs .custom-file-input:invalid ~ .custom-file-label, .bs .custom-file-input.is-invalid ~ .custom-file-label { - border-color: #c64040; } - + border-color: #c64040; +} .was-validated .bs .custom-file-input:invalid ~ .invalid-feedback, .was-validated .bs .custom-file-input:invalid ~ .invalid-tooltip, .bs .custom-file-input.is-invalid ~ .invalid-feedback, .bs .custom-file-input.is-invalid ~ .invalid-tooltip { - display: block; } - + display: block; +} .was-validated .bs .custom-file-input:invalid:focus ~ .custom-file-label, .bs .custom-file-input.is-invalid:focus ~ .custom-file-label { border-color: #c64040; - box-shadow: 0 0 0 0.2rem rgba(198, 64, 64, 0.25); } - + box-shadow: 0 0 0 0.2rem rgba(198, 64, 64, 0.25); +} .bs .form-inline { display: flex; flex-flow: row wrap; - align-items: center; } + align-items: center; +} +.bs .form-inline .form-check { + width: 100%; +} +@media (min-width: 576px) { + .bs .form-inline label { + display: flex; + align-items: center; + justify-content: center; + margin-bottom: 0; + } + .bs .form-inline .form-group { + display: flex; + flex: 0 0 auto; + flex-flow: row wrap; + align-items: center; + margin-bottom: 0; + } + .bs .form-inline .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .bs .form-inline .form-control-plaintext { + display: inline-block; + } + .bs .form-inline .input-group, +.bs .form-inline .custom-select { + width: auto; + } .bs .form-inline .form-check { - width: 100%; } - @media (min-width: 576px) { - .bs .form-inline label { - display: flex; - align-items: center; - justify-content: center; - margin-bottom: 0; } - .bs .form-inline .form-group { - display: flex; - flex: 0 0 auto; - flex-flow: row wrap; - align-items: center; - margin-bottom: 0; } - .bs .form-inline .form-control { - display: inline-block; - width: auto; - vertical-align: middle; } - .bs .form-inline .form-control-plaintext { - display: inline-block; } - .bs .form-inline .input-group, - .bs .form-inline .custom-select { - width: auto; } - .bs .form-inline .form-check { - display: flex; - align-items: center; - justify-content: center; - width: auto; - padding-left: 0; } - .bs .form-inline .form-check-input { - position: relative; - flex-shrink: 0; - margin-top: 0; - margin-right: 0.25rem; - margin-left: 0; } - .bs .form-inline .custom-control { - align-items: center; - justify-content: center; } - .bs .form-inline .custom-control-label { - margin-bottom: 0; } } - + display: flex; + align-items: center; + justify-content: center; + width: auto; + padding-left: 0; + } + .bs .form-inline .form-check-input { + position: relative; + flex-shrink: 0; + margin-top: 0; + margin-right: 0.25rem; + margin-left: 0; + } + .bs .form-inline .custom-control { + align-items: center; + justify-content: center; + } + .bs .form-inline .custom-control-label { + margin-bottom: 0; + } +} .bs .btn { display: inline-block; font-weight: 400; @@ -1377,432 +1589,491 @@ font-size: 1rem; line-height: 1.5; border-radius: 0; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } - @media (prefers-reduced-motion: reduce) { - .bs .btn { - transition: none; } } - .bs .btn:hover { - color: #212529; - text-decoration: none; } - .bs .btn:focus, .bs .btn.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(186, 71, 143, 0.25); } - .bs .btn.disabled, .bs .btn:disabled { - opacity: 0.65; } - + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .bs .btn { + transition: none; + } +} +.bs .btn:hover { + color: #212529; + text-decoration: none; +} +.bs .btn:focus, .bs .btn.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(186, 71, 143, 0.25); +} +.bs .btn.disabled, .bs .btn:disabled { + opacity: 0.65; +} .bs a.btn.disabled, .bs fieldset:disabled a.btn { - pointer-events: none; } - + pointer-events: none; +} .bs .btn-primary { color: #fff; background-color: #ba478f; - border-color: #ba478f; } - .bs .btn-primary:hover { - color: #fff; - background-color: #9f3c7a; - border-color: #963873; } - .bs .btn-primary:focus, .bs .btn-primary.focus { - box-shadow: 0 0 0 0.2rem rgba(196, 99, 160, 0.5); } - .bs .btn-primary.disabled, .bs .btn-primary:disabled { - color: #fff; - background-color: #ba478f; - border-color: #ba478f; } - .bs .btn-primary:not(:disabled):not(.disabled):active, .bs .btn-primary:not(:disabled):not(.disabled).active, - .show > .bs .btn-primary.dropdown-toggle { - color: #fff; - background-color: #963873; - border-color: #8d356c; } - .bs .btn-primary:not(:disabled):not(.disabled):active:focus, .bs .btn-primary:not(:disabled):not(.disabled).active:focus, - .show > .bs .btn-primary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(196, 99, 160, 0.5); } - + border-color: #ba478f; +} +.bs .btn-primary:hover { + color: #fff; + background-color: #9f3c7a; + border-color: #963873; +} +.bs .btn-primary:focus, .bs .btn-primary.focus { + box-shadow: 0 0 0 0.2rem rgba(196, 99, 160, 0.5); +} +.bs .btn-primary.disabled, .bs .btn-primary:disabled { + color: #fff; + background-color: #ba478f; + border-color: #ba478f; +} +.bs .btn-primary:not(:disabled):not(.disabled):active, .bs .btn-primary:not(:disabled):not(.disabled).active, .show > .bs .btn-primary.dropdown-toggle { + color: #fff; + background-color: #963873; + border-color: #8d356c; +} +.bs .btn-primary:not(:disabled):not(.disabled):active:focus, .bs .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .bs .btn-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(196, 99, 160, 0.5); +} .bs .btn-secondary { color: #fff; background-color: #6c757d; - border-color: #6c757d; } - .bs .btn-secondary:hover { - color: #fff; - background-color: #5a6268; - border-color: #545b62; } - .bs .btn-secondary:focus, .bs .btn-secondary.focus { - box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); } - .bs .btn-secondary.disabled, .bs .btn-secondary:disabled { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; } - .bs .btn-secondary:not(:disabled):not(.disabled):active, .bs .btn-secondary:not(:disabled):not(.disabled).active, - .show > .bs .btn-secondary.dropdown-toggle { - color: #fff; - background-color: #545b62; - border-color: #4e555b; } - .bs .btn-secondary:not(:disabled):not(.disabled):active:focus, .bs .btn-secondary:not(:disabled):not(.disabled).active:focus, - .show > .bs .btn-secondary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); } - + border-color: #6c757d; +} +.bs .btn-secondary:hover { + color: #fff; + background-color: #5a6268; + border-color: #545b62; +} +.bs .btn-secondary:focus, .bs .btn-secondary.focus { + box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); +} +.bs .btn-secondary.disabled, .bs .btn-secondary:disabled { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; +} +.bs .btn-secondary:not(:disabled):not(.disabled):active, .bs .btn-secondary:not(:disabled):not(.disabled).active, .show > .bs .btn-secondary.dropdown-toggle { + color: #fff; + background-color: #545b62; + border-color: #4e555b; +} +.bs .btn-secondary:not(:disabled):not(.disabled):active:focus, .bs .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .bs .btn-secondary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); +} .bs .btn-success { color: #fff; background-color: #68B360; - border-color: #68B360; } - .bs .btn-success:hover { - color: #fff; - background-color: #55a04d; - border-color: #509848; } - .bs .btn-success:focus, .bs .btn-success.focus { - box-shadow: 0 0 0 0.2rem rgba(127, 190, 120, 0.5); } - .bs .btn-success.disabled, .bs .btn-success:disabled { - color: #fff; - background-color: #68B360; - border-color: #68B360; } - .bs .btn-success:not(:disabled):not(.disabled):active, .bs .btn-success:not(:disabled):not(.disabled).active, - .show > .bs .btn-success.dropdown-toggle { - color: #fff; - background-color: #509848; - border-color: #4c8f44; } - .bs .btn-success:not(:disabled):not(.disabled):active:focus, .bs .btn-success:not(:disabled):not(.disabled).active:focus, - .show > .bs .btn-success.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(127, 190, 120, 0.5); } - + border-color: #68B360; +} +.bs .btn-success:hover { + color: #fff; + background-color: #55a04d; + border-color: #509848; +} +.bs .btn-success:focus, .bs .btn-success.focus { + box-shadow: 0 0 0 0.2rem rgba(127, 190, 120, 0.5); +} +.bs .btn-success.disabled, .bs .btn-success:disabled { + color: #fff; + background-color: #68B360; + border-color: #68B360; +} +.bs .btn-success:not(:disabled):not(.disabled):active, .bs .btn-success:not(:disabled):not(.disabled).active, .show > .bs .btn-success.dropdown-toggle { + color: #fff; + background-color: #509848; + border-color: #4c8f44; +} +.bs .btn-success:not(:disabled):not(.disabled):active:focus, .bs .btn-success:not(:disabled):not(.disabled).active:focus, .show > .bs .btn-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(127, 190, 120, 0.5); +} .bs .btn-info { color: #212529; background-color: #d691bc; - border-color: #d691bc; } - .bs .btn-info:hover { - color: #fff; - background-color: #cb75ab; - border-color: #c86ca6; } - .bs .btn-info:focus, .bs .btn-info.focus { - box-shadow: 0 0 0 0.2rem rgba(187, 129, 166, 0.5); } - .bs .btn-info.disabled, .bs .btn-info:disabled { - color: #212529; - background-color: #d691bc; - border-color: #d691bc; } - .bs .btn-info:not(:disabled):not(.disabled):active, .bs .btn-info:not(:disabled):not(.disabled).active, - .show > .bs .btn-info.dropdown-toggle { - color: #fff; - background-color: #c86ca6; - border-color: #c463a0; } - .bs .btn-info:not(:disabled):not(.disabled):active:focus, .bs .btn-info:not(:disabled):not(.disabled).active:focus, - .show > .bs .btn-info.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(187, 129, 166, 0.5); } - + border-color: #d691bc; +} +.bs .btn-info:hover { + color: #fff; + background-color: #cb75ab; + border-color: #c86ca6; +} +.bs .btn-info:focus, .bs .btn-info.focus { + box-shadow: 0 0 0 0.2rem rgba(187, 129, 166, 0.5); +} +.bs .btn-info.disabled, .bs .btn-info:disabled { + color: #212529; + background-color: #d691bc; + border-color: #d691bc; +} +.bs .btn-info:not(:disabled):not(.disabled):active, .bs .btn-info:not(:disabled):not(.disabled).active, .show > .bs .btn-info.dropdown-toggle { + color: #fff; + background-color: #c86ca6; + border-color: #c463a0; +} +.bs .btn-info:not(:disabled):not(.disabled):active:focus, .bs .btn-info:not(:disabled):not(.disabled).active:focus, .show > .bs .btn-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(187, 129, 166, 0.5); +} .bs .btn-warning { color: #212529; background-color: #ffcd5c; - border-color: #ffcd5c; } - .bs .btn-warning:hover { - color: #212529; - background-color: #ffc136; - border-color: #ffbd29; } - .bs .btn-warning:focus, .bs .btn-warning.focus { - box-shadow: 0 0 0 0.2rem rgba(222, 180, 84, 0.5); } - .bs .btn-warning.disabled, .bs .btn-warning:disabled { - color: #212529; - background-color: #ffcd5c; - border-color: #ffcd5c; } - .bs .btn-warning:not(:disabled):not(.disabled):active, .bs .btn-warning:not(:disabled):not(.disabled).active, - .show > .bs .btn-warning.dropdown-toggle { - color: #212529; - background-color: #ffbd29; - border-color: #ffb91c; } - .bs .btn-warning:not(:disabled):not(.disabled):active:focus, .bs .btn-warning:not(:disabled):not(.disabled).active:focus, - .show > .bs .btn-warning.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(222, 180, 84, 0.5); } - + border-color: #ffcd5c; +} +.bs .btn-warning:hover { + color: #212529; + background-color: #ffc136; + border-color: #ffbd29; +} +.bs .btn-warning:focus, .bs .btn-warning.focus { + box-shadow: 0 0 0 0.2rem rgba(222, 180, 84, 0.5); +} +.bs .btn-warning.disabled, .bs .btn-warning:disabled { + color: #212529; + background-color: #ffcd5c; + border-color: #ffcd5c; +} +.bs .btn-warning:not(:disabled):not(.disabled):active, .bs .btn-warning:not(:disabled):not(.disabled).active, .show > .bs .btn-warning.dropdown-toggle { + color: #212529; + background-color: #ffbd29; + border-color: #ffb91c; +} +.bs .btn-warning:not(:disabled):not(.disabled):active:focus, .bs .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .bs .btn-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(222, 180, 84, 0.5); +} .bs .btn-danger { color: #fff; background-color: #c64040; - border-color: #c64040; } - .bs .btn-danger:hover { - color: #fff; - background-color: #ac3333; - border-color: #a33030; } - .bs .btn-danger:focus, .bs .btn-danger.focus { - box-shadow: 0 0 0 0.2rem rgba(207, 93, 93, 0.5); } - .bs .btn-danger.disabled, .bs .btn-danger:disabled { - color: #fff; - background-color: #c64040; - border-color: #c64040; } - .bs .btn-danger:not(:disabled):not(.disabled):active, .bs .btn-danger:not(:disabled):not(.disabled).active, - .show > .bs .btn-danger.dropdown-toggle { - color: #fff; - background-color: #a33030; - border-color: #992e2e; } - .bs .btn-danger:not(:disabled):not(.disabled):active:focus, .bs .btn-danger:not(:disabled):not(.disabled).active:focus, - .show > .bs .btn-danger.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(207, 93, 93, 0.5); } - + border-color: #c64040; +} +.bs .btn-danger:hover { + color: #fff; + background-color: #ac3333; + border-color: #a33030; +} +.bs .btn-danger:focus, .bs .btn-danger.focus { + box-shadow: 0 0 0 0.2rem rgba(207, 93, 93, 0.5); +} +.bs .btn-danger.disabled, .bs .btn-danger:disabled { + color: #fff; + background-color: #c64040; + border-color: #c64040; +} +.bs .btn-danger:not(:disabled):not(.disabled):active, .bs .btn-danger:not(:disabled):not(.disabled).active, .show > .bs .btn-danger.dropdown-toggle { + color: #fff; + background-color: #a33030; + border-color: #992e2e; +} +.bs .btn-danger:not(:disabled):not(.disabled):active:focus, .bs .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .bs .btn-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(207, 93, 93, 0.5); +} .bs .btn-light { color: #212529; background-color: #f8f9fa; - border-color: #f8f9fa; } - .bs .btn-light:hover { - color: #212529; - background-color: #e2e6ea; - border-color: #dae0e5; } - .bs .btn-light:focus, .bs .btn-light.focus { - box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); } - .bs .btn-light.disabled, .bs .btn-light:disabled { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; } - .bs .btn-light:not(:disabled):not(.disabled):active, .bs .btn-light:not(:disabled):not(.disabled).active, - .show > .bs .btn-light.dropdown-toggle { - color: #212529; - background-color: #dae0e5; - border-color: #d3d9df; } - .bs .btn-light:not(:disabled):not(.disabled):active:focus, .bs .btn-light:not(:disabled):not(.disabled).active:focus, - .show > .bs .btn-light.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); } - + border-color: #f8f9fa; +} +.bs .btn-light:hover { + color: #212529; + background-color: #e2e6ea; + border-color: #dae0e5; +} +.bs .btn-light:focus, .bs .btn-light.focus { + box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); +} +.bs .btn-light.disabled, .bs .btn-light:disabled { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; +} +.bs .btn-light:not(:disabled):not(.disabled):active, .bs .btn-light:not(:disabled):not(.disabled).active, .show > .bs .btn-light.dropdown-toggle { + color: #212529; + background-color: #dae0e5; + border-color: #d3d9df; +} +.bs .btn-light:not(:disabled):not(.disabled):active:focus, .bs .btn-light:not(:disabled):not(.disabled).active:focus, .show > .bs .btn-light.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); +} .bs .btn-dark { color: #fff; background-color: #343a40; - border-color: #343a40; } - .bs .btn-dark:hover { - color: #fff; - background-color: #23272b; - border-color: #1d2124; } - .bs .btn-dark:focus, .bs .btn-dark.focus { - box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } - .bs .btn-dark.disabled, .bs .btn-dark:disabled { - color: #fff; - background-color: #343a40; - border-color: #343a40; } - .bs .btn-dark:not(:disabled):not(.disabled):active, .bs .btn-dark:not(:disabled):not(.disabled).active, - .show > .bs .btn-dark.dropdown-toggle { - color: #fff; - background-color: #1d2124; - border-color: #171a1d; } - .bs .btn-dark:not(:disabled):not(.disabled):active:focus, .bs .btn-dark:not(:disabled):not(.disabled).active:focus, - .show > .bs .btn-dark.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } - + border-color: #343a40; +} +.bs .btn-dark:hover { + color: #fff; + background-color: #23272b; + border-color: #1d2124; +} +.bs .btn-dark:focus, .bs .btn-dark.focus { + box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); +} +.bs .btn-dark.disabled, .bs .btn-dark:disabled { + color: #fff; + background-color: #343a40; + border-color: #343a40; +} +.bs .btn-dark:not(:disabled):not(.disabled):active, .bs .btn-dark:not(:disabled):not(.disabled).active, .show > .bs .btn-dark.dropdown-toggle { + color: #fff; + background-color: #1d2124; + border-color: #171a1d; +} +.bs .btn-dark:not(:disabled):not(.disabled):active:focus, .bs .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .bs .btn-dark.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); +} .bs .btn-outline-primary { color: #ba478f; - border-color: #ba478f; } - .bs .btn-outline-primary:hover { - color: #fff; - background-color: #ba478f; - border-color: #ba478f; } - .bs .btn-outline-primary:focus, .bs .btn-outline-primary.focus { - box-shadow: 0 0 0 0.2rem rgba(186, 71, 143, 0.5); } - .bs .btn-outline-primary.disabled, .bs .btn-outline-primary:disabled { - color: #ba478f; - background-color: transparent; } - .bs .btn-outline-primary:not(:disabled):not(.disabled):active, .bs .btn-outline-primary:not(:disabled):not(.disabled).active, - .show > .bs .btn-outline-primary.dropdown-toggle { - color: #fff; - background-color: #ba478f; - border-color: #ba478f; } - .bs .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bs .btn-outline-primary:not(:disabled):not(.disabled).active:focus, - .show > .bs .btn-outline-primary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(186, 71, 143, 0.5); } - + border-color: #ba478f; +} +.bs .btn-outline-primary:hover { + color: #fff; + background-color: #ba478f; + border-color: #ba478f; +} +.bs .btn-outline-primary:focus, .bs .btn-outline-primary.focus { + box-shadow: 0 0 0 0.2rem rgba(186, 71, 143, 0.5); +} +.bs .btn-outline-primary.disabled, .bs .btn-outline-primary:disabled { + color: #ba478f; + background-color: transparent; +} +.bs .btn-outline-primary:not(:disabled):not(.disabled):active, .bs .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bs .btn-outline-primary.dropdown-toggle { + color: #fff; + background-color: #ba478f; + border-color: #ba478f; +} +.bs .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bs .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bs .btn-outline-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(186, 71, 143, 0.5); +} .bs .btn-outline-secondary { color: #6c757d; - border-color: #6c757d; } - .bs .btn-outline-secondary:hover { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; } - .bs .btn-outline-secondary:focus, .bs .btn-outline-secondary.focus { - box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } - .bs .btn-outline-secondary.disabled, .bs .btn-outline-secondary:disabled { - color: #6c757d; - background-color: transparent; } - .bs .btn-outline-secondary:not(:disabled):not(.disabled):active, .bs .btn-outline-secondary:not(:disabled):not(.disabled).active, - .show > .bs .btn-outline-secondary.dropdown-toggle { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; } - .bs .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bs .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, - .show > .bs .btn-outline-secondary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } - + border-color: #6c757d; +} +.bs .btn-outline-secondary:hover { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; +} +.bs .btn-outline-secondary:focus, .bs .btn-outline-secondary.focus { + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); +} +.bs .btn-outline-secondary.disabled, .bs .btn-outline-secondary:disabled { + color: #6c757d; + background-color: transparent; +} +.bs .btn-outline-secondary:not(:disabled):not(.disabled):active, .bs .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bs .btn-outline-secondary.dropdown-toggle { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; +} +.bs .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bs .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bs .btn-outline-secondary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); +} .bs .btn-outline-success { color: #68B360; - border-color: #68B360; } - .bs .btn-outline-success:hover { - color: #fff; - background-color: #68B360; - border-color: #68B360; } - .bs .btn-outline-success:focus, .bs .btn-outline-success.focus { - box-shadow: 0 0 0 0.2rem rgba(104, 179, 96, 0.5); } - .bs .btn-outline-success.disabled, .bs .btn-outline-success:disabled { - color: #68B360; - background-color: transparent; } - .bs .btn-outline-success:not(:disabled):not(.disabled):active, .bs .btn-outline-success:not(:disabled):not(.disabled).active, - .show > .bs .btn-outline-success.dropdown-toggle { - color: #fff; - background-color: #68B360; - border-color: #68B360; } - .bs .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bs .btn-outline-success:not(:disabled):not(.disabled).active:focus, - .show > .bs .btn-outline-success.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(104, 179, 96, 0.5); } - + border-color: #68B360; +} +.bs .btn-outline-success:hover { + color: #fff; + background-color: #68B360; + border-color: #68B360; +} +.bs .btn-outline-success:focus, .bs .btn-outline-success.focus { + box-shadow: 0 0 0 0.2rem rgba(104, 179, 96, 0.5); +} +.bs .btn-outline-success.disabled, .bs .btn-outline-success:disabled { + color: #68B360; + background-color: transparent; +} +.bs .btn-outline-success:not(:disabled):not(.disabled):active, .bs .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bs .btn-outline-success.dropdown-toggle { + color: #fff; + background-color: #68B360; + border-color: #68B360; +} +.bs .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bs .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bs .btn-outline-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(104, 179, 96, 0.5); +} .bs .btn-outline-info { color: #d691bc; - border-color: #d691bc; } - .bs .btn-outline-info:hover { - color: #212529; - background-color: #d691bc; - border-color: #d691bc; } - .bs .btn-outline-info:focus, .bs .btn-outline-info.focus { - box-shadow: 0 0 0 0.2rem rgba(214, 145, 188, 0.5); } - .bs .btn-outline-info.disabled, .bs .btn-outline-info:disabled { - color: #d691bc; - background-color: transparent; } - .bs .btn-outline-info:not(:disabled):not(.disabled):active, .bs .btn-outline-info:not(:disabled):not(.disabled).active, - .show > .bs .btn-outline-info.dropdown-toggle { - color: #212529; - background-color: #d691bc; - border-color: #d691bc; } - .bs .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bs .btn-outline-info:not(:disabled):not(.disabled).active:focus, - .show > .bs .btn-outline-info.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(214, 145, 188, 0.5); } - + border-color: #d691bc; +} +.bs .btn-outline-info:hover { + color: #212529; + background-color: #d691bc; + border-color: #d691bc; +} +.bs .btn-outline-info:focus, .bs .btn-outline-info.focus { + box-shadow: 0 0 0 0.2rem rgba(214, 145, 188, 0.5); +} +.bs .btn-outline-info.disabled, .bs .btn-outline-info:disabled { + color: #d691bc; + background-color: transparent; +} +.bs .btn-outline-info:not(:disabled):not(.disabled):active, .bs .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bs .btn-outline-info.dropdown-toggle { + color: #212529; + background-color: #d691bc; + border-color: #d691bc; +} +.bs .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bs .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bs .btn-outline-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(214, 145, 188, 0.5); +} .bs .btn-outline-warning { color: #ffcd5c; - border-color: #ffcd5c; } - .bs .btn-outline-warning:hover { - color: #212529; - background-color: #ffcd5c; - border-color: #ffcd5c; } - .bs .btn-outline-warning:focus, .bs .btn-outline-warning.focus { - box-shadow: 0 0 0 0.2rem rgba(255, 205, 92, 0.5); } - .bs .btn-outline-warning.disabled, .bs .btn-outline-warning:disabled { - color: #ffcd5c; - background-color: transparent; } - .bs .btn-outline-warning:not(:disabled):not(.disabled):active, .bs .btn-outline-warning:not(:disabled):not(.disabled).active, - .show > .bs .btn-outline-warning.dropdown-toggle { - color: #212529; - background-color: #ffcd5c; - border-color: #ffcd5c; } - .bs .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bs .btn-outline-warning:not(:disabled):not(.disabled).active:focus, - .show > .bs .btn-outline-warning.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(255, 205, 92, 0.5); } - + border-color: #ffcd5c; +} +.bs .btn-outline-warning:hover { + color: #212529; + background-color: #ffcd5c; + border-color: #ffcd5c; +} +.bs .btn-outline-warning:focus, .bs .btn-outline-warning.focus { + box-shadow: 0 0 0 0.2rem rgba(255, 205, 92, 0.5); +} +.bs .btn-outline-warning.disabled, .bs .btn-outline-warning:disabled { + color: #ffcd5c; + background-color: transparent; +} +.bs .btn-outline-warning:not(:disabled):not(.disabled):active, .bs .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bs .btn-outline-warning.dropdown-toggle { + color: #212529; + background-color: #ffcd5c; + border-color: #ffcd5c; +} +.bs .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bs .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bs .btn-outline-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(255, 205, 92, 0.5); +} .bs .btn-outline-danger { color: #c64040; - border-color: #c64040; } - .bs .btn-outline-danger:hover { - color: #fff; - background-color: #c64040; - border-color: #c64040; } - .bs .btn-outline-danger:focus, .bs .btn-outline-danger.focus { - box-shadow: 0 0 0 0.2rem rgba(198, 64, 64, 0.5); } - .bs .btn-outline-danger.disabled, .bs .btn-outline-danger:disabled { - color: #c64040; - background-color: transparent; } - .bs .btn-outline-danger:not(:disabled):not(.disabled):active, .bs .btn-outline-danger:not(:disabled):not(.disabled).active, - .show > .bs .btn-outline-danger.dropdown-toggle { - color: #fff; - background-color: #c64040; - border-color: #c64040; } - .bs .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bs .btn-outline-danger:not(:disabled):not(.disabled).active:focus, - .show > .bs .btn-outline-danger.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(198, 64, 64, 0.5); } - + border-color: #c64040; +} +.bs .btn-outline-danger:hover { + color: #fff; + background-color: #c64040; + border-color: #c64040; +} +.bs .btn-outline-danger:focus, .bs .btn-outline-danger.focus { + box-shadow: 0 0 0 0.2rem rgba(198, 64, 64, 0.5); +} +.bs .btn-outline-danger.disabled, .bs .btn-outline-danger:disabled { + color: #c64040; + background-color: transparent; +} +.bs .btn-outline-danger:not(:disabled):not(.disabled):active, .bs .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bs .btn-outline-danger.dropdown-toggle { + color: #fff; + background-color: #c64040; + border-color: #c64040; +} +.bs .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bs .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bs .btn-outline-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(198, 64, 64, 0.5); +} .bs .btn-outline-light { color: #f8f9fa; - border-color: #f8f9fa; } - .bs .btn-outline-light:hover { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; } - .bs .btn-outline-light:focus, .bs .btn-outline-light.focus { - box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } - .bs .btn-outline-light.disabled, .bs .btn-outline-light:disabled { - color: #f8f9fa; - background-color: transparent; } - .bs .btn-outline-light:not(:disabled):not(.disabled):active, .bs .btn-outline-light:not(:disabled):not(.disabled).active, - .show > .bs .btn-outline-light.dropdown-toggle { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; } - .bs .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bs .btn-outline-light:not(:disabled):not(.disabled).active:focus, - .show > .bs .btn-outline-light.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } - + border-color: #f8f9fa; +} +.bs .btn-outline-light:hover { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; +} +.bs .btn-outline-light:focus, .bs .btn-outline-light.focus { + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); +} +.bs .btn-outline-light.disabled, .bs .btn-outline-light:disabled { + color: #f8f9fa; + background-color: transparent; +} +.bs .btn-outline-light:not(:disabled):not(.disabled):active, .bs .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bs .btn-outline-light.dropdown-toggle { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; +} +.bs .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bs .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bs .btn-outline-light.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); +} .bs .btn-outline-dark { color: #343a40; - border-color: #343a40; } - .bs .btn-outline-dark:hover { - color: #fff; - background-color: #343a40; - border-color: #343a40; } - .bs .btn-outline-dark:focus, .bs .btn-outline-dark.focus { - box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } - .bs .btn-outline-dark.disabled, .bs .btn-outline-dark:disabled { - color: #343a40; - background-color: transparent; } - .bs .btn-outline-dark:not(:disabled):not(.disabled):active, .bs .btn-outline-dark:not(:disabled):not(.disabled).active, - .show > .bs .btn-outline-dark.dropdown-toggle { - color: #fff; - background-color: #343a40; - border-color: #343a40; } - .bs .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bs .btn-outline-dark:not(:disabled):not(.disabled).active:focus, - .show > .bs .btn-outline-dark.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } - + border-color: #343a40; +} +.bs .btn-outline-dark:hover { + color: #fff; + background-color: #343a40; + border-color: #343a40; +} +.bs .btn-outline-dark:focus, .bs .btn-outline-dark.focus { + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); +} +.bs .btn-outline-dark.disabled, .bs .btn-outline-dark:disabled { + color: #343a40; + background-color: transparent; +} +.bs .btn-outline-dark:not(:disabled):not(.disabled):active, .bs .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bs .btn-outline-dark.dropdown-toggle { + color: #fff; + background-color: #343a40; + border-color: #343a40; +} +.bs .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bs .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bs .btn-outline-dark.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); +} .bs .btn-link { font-weight: 400; color: #ba478f; - text-decoration: none; } - .bs .btn-link:hover { - color: #eb743b; - text-decoration: underline; } - .bs .btn-link:focus, .bs .btn-link.focus { - text-decoration: underline; - box-shadow: none; } - .bs .btn-link:disabled, .bs .btn-link.disabled { - color: #6c757d; - pointer-events: none; } - + text-decoration: none; +} +.bs .btn-link:hover { + color: #eb743b; + text-decoration: underline; +} +.bs .btn-link:focus, .bs .btn-link.focus { + text-decoration: underline; + box-shadow: none; +} +.bs .btn-link:disabled, .bs .btn-link.disabled { + color: #6c757d; + pointer-events: none; +} .bs .btn-lg { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; - border-radius: 0; } - + border-radius: 0; +} .bs .btn-sm { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; - border-radius: 0; } - + border-radius: 0; +} .bs .btn-block { display: block; - width: 100%; } - .bs .btn-block + .btn-block { - margin-top: 0.5rem; } - -.bs input[type="submit"].btn-block, -.bs input[type="reset"].btn-block, -.bs input[type="button"].btn-block { - width: 100%; } - + width: 100%; +} +.bs .btn-block + .btn-block { + margin-top: 0.5rem; +} +.bs input[type=submit].btn-block, +.bs input[type=reset].btn-block, +.bs input[type=button].btn-block { + width: 100%; +} .bs .dropup, .bs .dropright, .bs .dropdown, .bs .dropleft { - position: relative; } - + position: relative; +} .bs .dropdown-toggle { - white-space: nowrap; } - .bs .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid; - border-right: 0.3em solid transparent; - border-bottom: 0; - border-left: 0.3em solid transparent; } - .bs .dropdown-toggle:empty::after { - margin-left: 0; } - + white-space: nowrap; +} +.bs .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid; + border-right: 0.3em solid transparent; + border-bottom: 0; + border-left: 0.3em solid transparent; +} +.bs .dropdown-toggle:empty::after { + margin-left: 0; +} .bs .dropdown-menu { position: absolute; top: 100%; @@ -1820,54 +2091,62 @@ background-color: #fff; background-clip: padding-box; border: 1px solid #eb743b; - border-radius: 0; } - + border-radius: 0; +} .bs .dropdown-menu-left { right: auto; - left: 0; } - + left: 0; +} .bs .dropdown-menu-right { right: 0; - left: auto; } - + left: auto; +} @media (min-width: 576px) { .bs .dropdown-menu-sm-left { right: auto; - left: 0; } + left: 0; + } .bs .dropdown-menu-sm-right { right: 0; - left: auto; } } - + left: auto; + } +} @media (min-width: 768px) { .bs .dropdown-menu-md-left { right: auto; - left: 0; } + left: 0; + } .bs .dropdown-menu-md-right { right: 0; - left: auto; } } - + left: auto; + } +} @media (min-width: 992px) { .bs .dropdown-menu-lg-left { right: auto; - left: 0; } + left: 0; + } .bs .dropdown-menu-lg-right { right: 0; - left: auto; } } - + left: auto; + } +} @media (min-width: 1200px) { .bs .dropdown-menu-xl-left { right: auto; - left: 0; } + left: 0; + } .bs .dropdown-menu-xl-right { right: 0; - left: auto; } } - + left: auto; + } +} .bs .dropup .dropdown-menu { top: auto; bottom: 100%; margin-top: 0; - margin-bottom: 0.125rem; } - + margin-bottom: 0.125rem; +} .bs .dropup .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; @@ -1876,18 +2155,18 @@ border-top: 0; border-right: 0.3em solid transparent; border-bottom: 0.3em solid; - border-left: 0.3em solid transparent; } - + border-left: 0.3em solid transparent; +} .bs .dropup .dropdown-toggle:empty::after { - margin-left: 0; } - + margin-left: 0; +} .bs .dropright .dropdown-menu { top: 0; right: auto; left: 100%; margin-top: 0; - margin-left: 0.125rem; } - + margin-left: 0.125rem; +} .bs .dropright .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; @@ -1896,30 +2175,30 @@ border-top: 0.3em solid transparent; border-right: 0; border-bottom: 0.3em solid transparent; - border-left: 0.3em solid; } - + border-left: 0.3em solid; +} .bs .dropright .dropdown-toggle:empty::after { - margin-left: 0; } - + margin-left: 0; +} .bs .dropright .dropdown-toggle::after { - vertical-align: 0; } - + vertical-align: 0; +} .bs .dropleft .dropdown-menu { top: 0; right: 100%; left: auto; margin-top: 0; - margin-right: 0.125rem; } - + margin-right: 0.125rem; +} .bs .dropleft .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; - content: ""; } - + content: ""; +} .bs .dropleft .dropdown-toggle::after { - display: none; } - + display: none; +} .bs .dropleft .dropdown-toggle::before { display: inline-block; margin-right: 0.255em; @@ -1927,24 +2206,24 @@ content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; - border-bottom: 0.3em solid transparent; } - + border-bottom: 0.3em solid transparent; +} .bs .dropleft .dropdown-toggle:empty::after { - margin-left: 0; } - + margin-left: 0; +} .bs .dropleft .dropdown-toggle::before { - vertical-align: 0; } - -.bs .dropdown-menu[x-placement^="top"], .bs .dropdown-menu[x-placement^="right"], .bs .dropdown-menu[x-placement^="bottom"], .bs .dropdown-menu[x-placement^="left"] { + vertical-align: 0; +} +.bs .dropdown-menu[x-placement^=top], .bs .dropdown-menu[x-placement^=right], .bs .dropdown-menu[x-placement^=bottom], .bs .dropdown-menu[x-placement^=left] { right: auto; - bottom: auto; } - + bottom: auto; +} .bs .dropdown-divider { height: 0; margin: 0 0; overflow: hidden; - border-top: 1px solid #ced4da; } - + border-top: 1px solid #ced4da; +} .bs .dropdown-item { display: block; width: 100%; @@ -1955,150 +2234,169 @@ text-align: inherit; white-space: nowrap; background-color: transparent; - border: 0; } - .bs .dropdown-item:first-child { - border-top-left-radius: calc(0 - 1px); - border-top-right-radius: calc(0 - 1px); } - .bs .dropdown-item:last-child { - border-bottom-right-radius: calc(0 - 1px); - border-bottom-left-radius: calc(0 - 1px); } - .bs .dropdown-item:hover, .bs .dropdown-item:focus { - color: #16181b; - text-decoration: none; - background-color: #f9d6c6; } - .bs .dropdown-item.active, .bs .dropdown-item:active { - color: #fff; - text-decoration: none; - background-color: #ba478f; } - .bs .dropdown-item.disabled, .bs .dropdown-item:disabled { - color: #6c757d; - pointer-events: none; - background-color: transparent; } - + border: 0; +} +.bs .dropdown-item:first-child { + border-top-left-radius: calc(0 - 1px); + border-top-right-radius: calc(0 - 1px); +} +.bs .dropdown-item:last-child { + border-bottom-right-radius: calc(0 - 1px); + border-bottom-left-radius: calc(0 - 1px); +} +.bs .dropdown-item:hover, .bs .dropdown-item:focus { + color: #16181b; + text-decoration: none; + background-color: #f9d6c6; +} +.bs .dropdown-item.active, .bs .dropdown-item:active { + color: #fff; + text-decoration: none; + background-color: #ba478f; +} +.bs .dropdown-item.disabled, .bs .dropdown-item:disabled { + color: #6c757d; + pointer-events: none; + background-color: transparent; +} .bs .dropdown-menu.show { - display: block; } - + display: block; +} .bs .dropdown-header { display: block; padding: 0 1rem; margin-bottom: 0; font-size: 0.875rem; color: #6c757d; - white-space: nowrap; } - + white-space: nowrap; +} .bs .dropdown-item-text { display: block; padding: 0.5rem 1rem; - color: #212529; } - + color: #212529; +} .bs .custom-control { position: relative; display: block; min-height: 1.5rem; - padding-left: 1.5rem; } - + padding-left: 1.5rem; +} .bs .custom-control-inline { display: inline-flex; - margin-right: 1rem; } - + margin-right: 1rem; +} .bs .custom-control-input { position: absolute; z-index: -1; - opacity: 0; } - .bs .custom-control-input:checked ~ .custom-control-label::before { - color: #fff; - border-color: #ba478f; - background-color: #ba478f; } - .bs .custom-control-input:focus ~ .custom-control-label::before { - box-shadow: 0 0 0 0.2rem rgba(186, 71, 143, 0.25); } - .bs .custom-control-input:focus:not(:checked) ~ .custom-control-label::before { - border-color: #dda4c7; } - .bs .custom-control-input:not(:disabled):active ~ .custom-control-label::before { - color: #fff; - background-color: #ebc9de; - border-color: #ebc9de; } - .bs .custom-control-input:disabled ~ .custom-control-label { - color: #6c757d; } - .bs .custom-control-input:disabled ~ .custom-control-label::before { - background-color: #e9ecef; } - + opacity: 0; +} +.bs .custom-control-input:checked ~ .custom-control-label::before { + color: #fff; + border-color: #ba478f; + background-color: #ba478f; +} +.bs .custom-control-input:focus ~ .custom-control-label::before { + box-shadow: 0 0 0 0.2rem rgba(186, 71, 143, 0.25); +} +.bs .custom-control-input:focus:not(:checked) ~ .custom-control-label::before { + border-color: #dda4c7; +} +.bs .custom-control-input:not(:disabled):active ~ .custom-control-label::before { + color: #fff; + background-color: #ebc9de; + border-color: #ebc9de; +} +.bs .custom-control-input:disabled ~ .custom-control-label { + color: #6c757d; +} +.bs .custom-control-input:disabled ~ .custom-control-label::before { + background-color: #e9ecef; +} .bs .custom-control-label { position: relative; margin-bottom: 0; - vertical-align: top; } - .bs .custom-control-label::before { - position: absolute; - top: 0.25rem; - left: -1.5rem; - display: block; - width: 1rem; - height: 1rem; - pointer-events: none; - content: ""; - background-color: #fff; - border: #adb5bd solid 1px; } - .bs .custom-control-label::after { - position: absolute; - top: 0.25rem; - left: -1.5rem; - display: block; - width: 1rem; - height: 1rem; - content: ""; - background: no-repeat 50% / 50% 50%; } - + vertical-align: top; +} +.bs .custom-control-label::before { + position: absolute; + top: 0.25rem; + left: -1.5rem; + display: block; + width: 1rem; + height: 1rem; + pointer-events: none; + content: ""; + background-color: #fff; + border: #adb5bd solid 1px; +} +.bs .custom-control-label::after { + position: absolute; + top: 0.25rem; + left: -1.5rem; + display: block; + width: 1rem; + height: 1rem; + content: ""; + background: no-repeat 50%/50% 50%; +} .bs .custom-checkbox .custom-control-label::before { - border-radius: 0; } - + border-radius: 0; +} .bs .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); } - + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); +} .bs .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { border-color: #ba478f; - background-color: #ba478f; } - + background-color: #ba478f; +} .bs .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); } - + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); +} .bs .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { - background-color: rgba(186, 71, 143, 0.5); } - + background-color: rgba(186, 71, 143, 0.5); +} .bs .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { - background-color: rgba(186, 71, 143, 0.5); } - + background-color: rgba(186, 71, 143, 0.5); +} .bs .custom-radio .custom-control-label::before { - border-radius: 50%; } - + border-radius: 50%; +} .bs .custom-radio .custom-control-input:checked ~ .custom-control-label::after { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } - + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); +} .bs .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { - background-color: rgba(186, 71, 143, 0.5); } - + background-color: rgba(186, 71, 143, 0.5); +} .bs .custom-switch { - padding-left: 2.25rem; } - .bs .custom-switch .custom-control-label::before { - left: -2.25rem; - width: 1.75rem; - pointer-events: all; - border-radius: 0.5rem; } + padding-left: 2.25rem; +} +.bs .custom-switch .custom-control-label::before { + left: -2.25rem; + width: 1.75rem; + pointer-events: all; + border-radius: 0.5rem; +} +.bs .custom-switch .custom-control-label::after { + top: calc(0.25rem + 2px); + left: calc(-2.25rem + 2px); + width: calc(1rem - 4px); + height: calc(1rem - 4px); + background-color: #adb5bd; + border-radius: 0.5rem; + transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { .bs .custom-switch .custom-control-label::after { - top: calc(0.25rem + 2px); - left: calc(-2.25rem + 2px); - width: calc(1rem - 4px); - height: calc(1rem - 4px); - background-color: #adb5bd; - border-radius: 0.5rem; - transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } - @media (prefers-reduced-motion: reduce) { - .bs .custom-switch .custom-control-label::after { - transition: none; } } - .bs .custom-switch .custom-control-input:checked ~ .custom-control-label::after { - background-color: #fff; - transform: translateX(0.75rem); } - .bs .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { - background-color: rgba(186, 71, 143, 0.5); } - + transition: none; + } +} +.bs .custom-switch .custom-control-input:checked ~ .custom-control-label::after { + background-color: #fff; + transform: translateX(0.75rem); +} +.bs .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { + background-color: rgba(186, 71, 143, 0.5); +} .bs .custom-select { display: inline-block; width: 100%; @@ -2115,62 +2413,71 @@ border-radius: 0; -webkit-appearance: none; -moz-appearance: none; - appearance: none; } - .bs .custom-select:focus { - border-color: #dda4c7; - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(186, 71, 143, 0.25); } - .bs .custom-select:focus::-ms-value { - color: #495057; - background-color: #fff; } - .bs .custom-select[multiple], .bs .custom-select[size]:not([size="1"]) { - height: auto; - padding-right: 0.75rem; - background-image: none; } - .bs .custom-select:disabled { - color: #6c757d; - background-color: #e9ecef; } - .bs .custom-select::-ms-expand { - display: none; } - + appearance: none; +} +.bs .custom-select:focus { + border-color: #dda4c7; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(186, 71, 143, 0.25); +} +.bs .custom-select:focus::-ms-value { + color: #495057; + background-color: #fff; +} +.bs .custom-select[multiple], .bs .custom-select[size]:not([size="1"]) { + height: auto; + padding-right: 0.75rem; + background-image: none; +} +.bs .custom-select:disabled { + color: #6c757d; + background-color: #e9ecef; +} +.bs .custom-select::-ms-expand { + display: none; +} .bs .custom-select-sm { height: calc(1.5em + 0.5rem + 2px); padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 0.5rem; - font-size: 0.875rem; } - + font-size: 0.875rem; +} .bs .custom-select-lg { height: calc(1.5em + 1rem + 2px); padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; - font-size: 1.25rem; } - + font-size: 1.25rem; +} .bs .custom-file { position: relative; display: inline-block; width: 100%; height: calc(1.5em + 0.75rem + 2px); - margin-bottom: 0; } - + margin-bottom: 0; +} .bs .custom-file-input { position: relative; z-index: 2; width: 100%; height: calc(1.5em + 0.75rem + 2px); margin: 0; - opacity: 0; } - .bs .custom-file-input:focus ~ .custom-file-label { - border-color: #dda4c7; - box-shadow: 0 0 0 0.2rem rgba(186, 71, 143, 0.25); } - .bs .custom-file-input:disabled ~ .custom-file-label { - background-color: #e9ecef; } - .bs .custom-file-input:lang(en) ~ .custom-file-label::after { - content: "Browse"; } - .bs .custom-file-input ~ .custom-file-label[data-browse]::after { - content: attr(data-browse); } - + opacity: 0; +} +.bs .custom-file-input:focus ~ .custom-file-label { + border-color: #dda4c7; + box-shadow: 0 0 0 0.2rem rgba(186, 71, 143, 0.25); +} +.bs .custom-file-input:disabled ~ .custom-file-label { + background-color: #e9ecef; +} +.bs .custom-file-input:lang(en) ~ .custom-file-label::after { + content: "Browse"; +} +.bs .custom-file-input ~ .custom-file-label[data-browse]::after { + content: attr(data-browse); +} .bs .custom-file-label { position: absolute; top: 0; @@ -2184,23 +2491,24 @@ color: #495057; background-color: #fff; border: 1px solid #ced4da; - border-radius: 0; } - .bs .custom-file-label::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - z-index: 3; - display: block; - height: calc(1.5em + 0.75rem); - padding: 0.375rem 0.75rem; - line-height: 1.5; - color: #495057; - content: "Browse"; - background-color: #e9ecef; - border-left: inherit; - border-radius: 0 0 0 0; } - + border-radius: 0; +} +.bs .custom-file-label::after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + z-index: 3; + display: block; + height: calc(1.5em + 0.75rem); + padding: 0.375rem 0.75rem; + line-height: 1.5; + color: #495057; + content: "Browse"; + background-color: #e9ecef; + border-left: inherit; + border-radius: 0 0 0 0; +} .bs .custom-range { width: 100%; height: calc(1rem + 0.4rem); @@ -2208,198 +2516,236 @@ background-color: transparent; -webkit-appearance: none; -moz-appearance: none; - appearance: none; } - .bs .custom-range:focus { - outline: none; } - .bs .custom-range:focus::-webkit-slider-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(186, 71, 143, 0.25); } - .bs .custom-range:focus::-moz-range-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(186, 71, 143, 0.25); } - .bs .custom-range:focus::-ms-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(186, 71, 143, 0.25); } - .bs .custom-range::-moz-focus-outer { - border: 0; } + appearance: none; +} +.bs .custom-range:focus { + outline: none; +} +.bs .custom-range:focus::-webkit-slider-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(186, 71, 143, 0.25); +} +.bs .custom-range:focus::-moz-range-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(186, 71, 143, 0.25); +} +.bs .custom-range:focus::-ms-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(186, 71, 143, 0.25); +} +.bs .custom-range::-moz-focus-outer { + border: 0; +} +.bs .custom-range::-webkit-slider-thumb { + width: 1rem; + height: 1rem; + margin-top: -0.25rem; + background-color: #ba478f; + border: 0; + border-radius: 1rem; + -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + -webkit-appearance: none; + appearance: none; +} +@media (prefers-reduced-motion: reduce) { .bs .custom-range::-webkit-slider-thumb { - width: 1rem; - height: 1rem; - margin-top: -0.25rem; - background-color: #ba478f; - border: 0; - border-radius: 1rem; - -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - -webkit-appearance: none; - appearance: none; } - @media (prefers-reduced-motion: reduce) { - .bs .custom-range::-webkit-slider-thumb { - -webkit-transition: none; - transition: none; } } - .bs .custom-range::-webkit-slider-thumb:active { - background-color: #ebc9de; } - .bs .custom-range::-webkit-slider-runnable-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: #dee2e6; - border-color: transparent; - border-radius: 1rem; } + -webkit-transition: none; + transition: none; + } +} +.bs .custom-range::-webkit-slider-thumb:active { + background-color: #ebc9de; +} +.bs .custom-range::-webkit-slider-runnable-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; +} +.bs .custom-range::-moz-range-thumb { + width: 1rem; + height: 1rem; + background-color: #ba478f; + border: 0; + border-radius: 1rem; + -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + -moz-appearance: none; + appearance: none; +} +@media (prefers-reduced-motion: reduce) { .bs .custom-range::-moz-range-thumb { - width: 1rem; - height: 1rem; - background-color: #ba478f; - border: 0; - border-radius: 1rem; - -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - -moz-appearance: none; - appearance: none; } - @media (prefers-reduced-motion: reduce) { - .bs .custom-range::-moz-range-thumb { - -moz-transition: none; - transition: none; } } - .bs .custom-range::-moz-range-thumb:active { - background-color: #ebc9de; } - .bs .custom-range::-moz-range-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: #dee2e6; - border-color: transparent; - border-radius: 1rem; } + -moz-transition: none; + transition: none; + } +} +.bs .custom-range::-moz-range-thumb:active { + background-color: #ebc9de; +} +.bs .custom-range::-moz-range-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; +} +.bs .custom-range::-ms-thumb { + width: 1rem; + height: 1rem; + margin-top: 0; + margin-right: 0.2rem; + margin-left: 0.2rem; + background-color: #ba478f; + border: 0; + border-radius: 1rem; + -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + appearance: none; +} +@media (prefers-reduced-motion: reduce) { .bs .custom-range::-ms-thumb { - width: 1rem; - height: 1rem; - margin-top: 0; - margin-right: 0.2rem; - margin-left: 0.2rem; - background-color: #ba478f; - border: 0; - border-radius: 1rem; - -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - appearance: none; } - @media (prefers-reduced-motion: reduce) { - .bs .custom-range::-ms-thumb { - -ms-transition: none; - transition: none; } } - .bs .custom-range::-ms-thumb:active { - background-color: #ebc9de; } - .bs .custom-range::-ms-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: transparent; - border-color: transparent; - border-width: 0.5rem; } - .bs .custom-range::-ms-fill-lower { - background-color: #dee2e6; - border-radius: 1rem; } - .bs .custom-range::-ms-fill-upper { - margin-right: 15px; - background-color: #dee2e6; - border-radius: 1rem; } - .bs .custom-range:disabled::-webkit-slider-thumb { - background-color: #adb5bd; } - .bs .custom-range:disabled::-webkit-slider-runnable-track { - cursor: default; } - .bs .custom-range:disabled::-moz-range-thumb { - background-color: #adb5bd; } - .bs .custom-range:disabled::-moz-range-track { - cursor: default; } - .bs .custom-range:disabled::-ms-thumb { - background-color: #adb5bd; } - + -ms-transition: none; + transition: none; + } +} +.bs .custom-range::-ms-thumb:active { + background-color: #ebc9de; +} +.bs .custom-range::-ms-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: transparent; + border-color: transparent; + border-width: 0.5rem; +} +.bs .custom-range::-ms-fill-lower { + background-color: #dee2e6; + border-radius: 1rem; +} +.bs .custom-range::-ms-fill-upper { + margin-right: 15px; + background-color: #dee2e6; + border-radius: 1rem; +} +.bs .custom-range:disabled::-webkit-slider-thumb { + background-color: #adb5bd; +} +.bs .custom-range:disabled::-webkit-slider-runnable-track { + cursor: default; +} +.bs .custom-range:disabled::-moz-range-thumb { + background-color: #adb5bd; +} +.bs .custom-range:disabled::-moz-range-track { + cursor: default; +} +.bs .custom-range:disabled::-ms-thumb { + background-color: #adb5bd; +} .bs .custom-control-label::before, .bs .custom-file-label, .bs .custom-select { - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } - @media (prefers-reduced-motion: reduce) { - .bs .custom-control-label::before, - .bs .custom-file-label, - .bs .custom-select { - transition: none; } } - + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .bs .custom-control-label::before, +.bs .custom-file-label, +.bs .custom-select { + transition: none; + } +} .bs .nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; - list-style: none; } - + list-style: none; +} .bs .nav-link { display: block; - padding: 0.75rem 1rem; } - .bs .nav-link:hover, .bs .nav-link:focus { - text-decoration: none; } - .bs .nav-link.disabled { - color: #6c757d; - pointer-events: none; - cursor: default; } - + padding: 0.75rem 1rem; +} +.bs .nav-link:hover, .bs .nav-link:focus { + text-decoration: none; +} +.bs .nav-link.disabled { + color: #6c757d; + pointer-events: none; + cursor: default; +} .bs .nav-tabs { - border-bottom: 1px solid #dee2e6; } - .bs .nav-tabs .nav-item { - margin-bottom: -1px; } - .bs .nav-tabs .nav-link { - border: 1px solid transparent; - border-top-left-radius: 0; - border-top-right-radius: 0; } - .bs .nav-tabs .nav-link:hover, .bs .nav-tabs .nav-link:focus { - border-color: #e9ecef #e9ecef #dee2e6; } - .bs .nav-tabs .nav-link.disabled { - color: #6c757d; - background-color: transparent; - border-color: transparent; } - .bs .nav-tabs .nav-link.active, - .bs .nav-tabs .nav-item.show .nav-link { - color: #495057; - background-color: #fff; - border-color: #dee2e6 #dee2e6 #fff; } - .bs .nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-left-radius: 0; - border-top-right-radius: 0; } - + border-bottom: 1px solid #dee2e6; +} +.bs .nav-tabs .nav-item { + margin-bottom: -1px; +} +.bs .nav-tabs .nav-link { + border: 1px solid transparent; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.bs .nav-tabs .nav-link:hover, .bs .nav-tabs .nav-link:focus { + border-color: #e9ecef #e9ecef #dee2e6; +} +.bs .nav-tabs .nav-link.disabled { + color: #6c757d; + background-color: transparent; + border-color: transparent; +} +.bs .nav-tabs .nav-link.active, +.bs .nav-tabs .nav-item.show .nav-link { + color: #495057; + background-color: #fff; + border-color: #dee2e6 #dee2e6 #fff; +} +.bs .nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} .bs .nav-pills .nav-link { - border-radius: 0; } - + border-radius: 0; +} .bs .nav-pills .nav-link.active, .bs .nav-pills .show > .nav-link { color: #fff; - background-color: #ba478f; } - + background-color: #ba478f; +} .bs .nav-fill .nav-item { flex: 1 1 auto; - text-align: center; } - + text-align: center; +} .bs .nav-justified .nav-item { flex-basis: 0; flex-grow: 1; - text-align: center; } - + text-align: center; +} .bs .tab-content > .tab-pane { - display: none; } - + display: none; +} .bs .tab-content > .active { - display: block; } - + display: block; +} .bs .navbar { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; - padding: 0.5rem 1rem; } - .bs .navbar > .container, - .bs .navbar > .container-fluid { - display: flex; - flex-wrap: wrap; - align-items: center; - justify-content: space-between; } - + padding: 0.5rem 1rem; +} +.bs .navbar > .container, +.bs .navbar > .container-fluid { + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; +} .bs .navbar-brand { display: inline-block; padding-top: 0.5625rem; @@ -2407,43 +2753,47 @@ margin-right: 1rem; font-size: 1.25rem; line-height: inherit; - white-space: nowrap; } - .bs .navbar-brand:hover, .bs .navbar-brand:focus { - text-decoration: none; } - + white-space: nowrap; +} +.bs .navbar-brand:hover, .bs .navbar-brand:focus { + text-decoration: none; +} .bs .navbar-nav { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; - list-style: none; } - .bs .navbar-nav .nav-link { - padding-right: 0; - padding-left: 0; } - .bs .navbar-nav .dropdown-menu { - position: static; - float: none; } - + list-style: none; +} +.bs .navbar-nav .nav-link { + padding-right: 0; + padding-left: 0; +} +.bs .navbar-nav .dropdown-menu { + position: static; + float: none; +} .bs .navbar-text { display: inline-block; padding-top: 0.75rem; - padding-bottom: 0.75rem; } - + padding-bottom: 0.75rem; +} .bs .navbar-collapse { flex-basis: 100%; flex-grow: 1; - align-items: center; } - + align-items: center; +} .bs .navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; - border-radius: 0; } - .bs .navbar-toggler:hover, .bs .navbar-toggler:focus { - text-decoration: none; } - + border-radius: 0; +} +.bs .navbar-toggler:hover, .bs .navbar-toggler:focus { + text-decoration: none; +} .bs .navbar-toggler-icon { display: inline-block; width: 1.5em; @@ -2451,1010 +2801,1255 @@ vertical-align: middle; content: ""; background: no-repeat center center; - background-size: 100% 100%; } - + background-size: 100% 100%; +} @media (max-width: 575.98px) { .bs .navbar-expand-sm > .container, - .bs .navbar-expand-sm > .container-fluid { +.bs .navbar-expand-sm > .container-fluid { padding-right: 0; - padding-left: 0; } } - + padding-left: 0; + } +} @media (min-width: 576px) { .bs .navbar-expand-sm { flex-flow: row nowrap; - justify-content: flex-start; } - .bs .navbar-expand-sm .navbar-nav { - flex-direction: row; } - .bs .navbar-expand-sm .navbar-nav .dropdown-menu { - position: absolute; } - .bs .navbar-expand-sm .navbar-nav .nav-link { - padding-right: 1rem; - padding-left: 1rem; } - .bs .navbar-expand-sm > .container, - .bs .navbar-expand-sm > .container-fluid { - flex-wrap: nowrap; } - .bs .navbar-expand-sm .navbar-collapse { - display: flex !important; - flex-basis: auto; } - .bs .navbar-expand-sm .navbar-toggler { - display: none; } } - + justify-content: flex-start; + } + .bs .navbar-expand-sm .navbar-nav { + flex-direction: row; + } + .bs .navbar-expand-sm .navbar-nav .dropdown-menu { + position: absolute; + } + .bs .navbar-expand-sm .navbar-nav .nav-link { + padding-right: 1rem; + padding-left: 1rem; + } + .bs .navbar-expand-sm > .container, +.bs .navbar-expand-sm > .container-fluid { + flex-wrap: nowrap; + } + .bs .navbar-expand-sm .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .bs .navbar-expand-sm .navbar-toggler { + display: none; + } +} @media (max-width: 767.98px) { .bs .navbar-expand-md > .container, - .bs .navbar-expand-md > .container-fluid { +.bs .navbar-expand-md > .container-fluid { padding-right: 0; - padding-left: 0; } } - + padding-left: 0; + } +} @media (min-width: 768px) { .bs .navbar-expand-md { flex-flow: row nowrap; - justify-content: flex-start; } - .bs .navbar-expand-md .navbar-nav { - flex-direction: row; } - .bs .navbar-expand-md .navbar-nav .dropdown-menu { - position: absolute; } - .bs .navbar-expand-md .navbar-nav .nav-link { - padding-right: 1rem; - padding-left: 1rem; } - .bs .navbar-expand-md > .container, - .bs .navbar-expand-md > .container-fluid { - flex-wrap: nowrap; } - .bs .navbar-expand-md .navbar-collapse { - display: flex !important; - flex-basis: auto; } - .bs .navbar-expand-md .navbar-toggler { - display: none; } } - + justify-content: flex-start; + } + .bs .navbar-expand-md .navbar-nav { + flex-direction: row; + } + .bs .navbar-expand-md .navbar-nav .dropdown-menu { + position: absolute; + } + .bs .navbar-expand-md .navbar-nav .nav-link { + padding-right: 1rem; + padding-left: 1rem; + } + .bs .navbar-expand-md > .container, +.bs .navbar-expand-md > .container-fluid { + flex-wrap: nowrap; + } + .bs .navbar-expand-md .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .bs .navbar-expand-md .navbar-toggler { + display: none; + } +} @media (max-width: 991.98px) { .bs .navbar-expand-lg > .container, - .bs .navbar-expand-lg > .container-fluid { +.bs .navbar-expand-lg > .container-fluid { padding-right: 0; - padding-left: 0; } } - + padding-left: 0; + } +} @media (min-width: 992px) { .bs .navbar-expand-lg { flex-flow: row nowrap; - justify-content: flex-start; } - .bs .navbar-expand-lg .navbar-nav { - flex-direction: row; } - .bs .navbar-expand-lg .navbar-nav .dropdown-menu { - position: absolute; } - .bs .navbar-expand-lg .navbar-nav .nav-link { - padding-right: 1rem; - padding-left: 1rem; } - .bs .navbar-expand-lg > .container, - .bs .navbar-expand-lg > .container-fluid { - flex-wrap: nowrap; } - .bs .navbar-expand-lg .navbar-collapse { - display: flex !important; - flex-basis: auto; } - .bs .navbar-expand-lg .navbar-toggler { - display: none; } } - + justify-content: flex-start; + } + .bs .navbar-expand-lg .navbar-nav { + flex-direction: row; + } + .bs .navbar-expand-lg .navbar-nav .dropdown-menu { + position: absolute; + } + .bs .navbar-expand-lg .navbar-nav .nav-link { + padding-right: 1rem; + padding-left: 1rem; + } + .bs .navbar-expand-lg > .container, +.bs .navbar-expand-lg > .container-fluid { + flex-wrap: nowrap; + } + .bs .navbar-expand-lg .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .bs .navbar-expand-lg .navbar-toggler { + display: none; + } +} @media (max-width: 1199.98px) { .bs .navbar-expand-xl > .container, - .bs .navbar-expand-xl > .container-fluid { +.bs .navbar-expand-xl > .container-fluid { padding-right: 0; - padding-left: 0; } } - + padding-left: 0; + } +} @media (min-width: 1200px) { .bs .navbar-expand-xl { flex-flow: row nowrap; - justify-content: flex-start; } - .bs .navbar-expand-xl .navbar-nav { - flex-direction: row; } - .bs .navbar-expand-xl .navbar-nav .dropdown-menu { - position: absolute; } - .bs .navbar-expand-xl .navbar-nav .nav-link { - padding-right: 1rem; - padding-left: 1rem; } - .bs .navbar-expand-xl > .container, - .bs .navbar-expand-xl > .container-fluid { - flex-wrap: nowrap; } - .bs .navbar-expand-xl .navbar-collapse { - display: flex !important; - flex-basis: auto; } - .bs .navbar-expand-xl .navbar-toggler { - display: none; } } - + justify-content: flex-start; + } + .bs .navbar-expand-xl .navbar-nav { + flex-direction: row; + } + .bs .navbar-expand-xl .navbar-nav .dropdown-menu { + position: absolute; + } + .bs .navbar-expand-xl .navbar-nav .nav-link { + padding-right: 1rem; + padding-left: 1rem; + } + .bs .navbar-expand-xl > .container, +.bs .navbar-expand-xl > .container-fluid { + flex-wrap: nowrap; + } + .bs .navbar-expand-xl .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .bs .navbar-expand-xl .navbar-toggler { + display: none; + } +} .bs .navbar-expand { flex-flow: row nowrap; - justify-content: flex-start; } - .bs .navbar-expand > .container, - .bs .navbar-expand > .container-fluid { - padding-right: 0; - padding-left: 0; } - .bs .navbar-expand .navbar-nav { - flex-direction: row; } - .bs .navbar-expand .navbar-nav .dropdown-menu { - position: absolute; } - .bs .navbar-expand .navbar-nav .nav-link { - padding-right: 1rem; - padding-left: 1rem; } - .bs .navbar-expand > .container, - .bs .navbar-expand > .container-fluid { - flex-wrap: nowrap; } - .bs .navbar-expand .navbar-collapse { - display: flex !important; - flex-basis: auto; } - .bs .navbar-expand .navbar-toggler { - display: none; } - + justify-content: flex-start; +} +.bs .navbar-expand > .container, +.bs .navbar-expand > .container-fluid { + padding-right: 0; + padding-left: 0; +} +.bs .navbar-expand .navbar-nav { + flex-direction: row; +} +.bs .navbar-expand .navbar-nav .dropdown-menu { + position: absolute; +} +.bs .navbar-expand .navbar-nav .nav-link { + padding-right: 1rem; + padding-left: 1rem; +} +.bs .navbar-expand > .container, +.bs .navbar-expand > .container-fluid { + flex-wrap: nowrap; +} +.bs .navbar-expand .navbar-collapse { + display: flex !important; + flex-basis: auto; +} +.bs .navbar-expand .navbar-toggler { + display: none; +} .bs .navbar-light .navbar-brand { - color: rgba(0, 0, 0, 0.9); } - .bs .navbar-light .navbar-brand:hover, .bs .navbar-light .navbar-brand:focus { - color: rgba(0, 0, 0, 0.9); } - + color: rgba(0, 0, 0, 0.9); +} +.bs .navbar-light .navbar-brand:hover, .bs .navbar-light .navbar-brand:focus { + color: rgba(0, 0, 0, 0.9); +} .bs .navbar-light .navbar-nav .nav-link { - color: rgba(0, 0, 0, 0.5); } - .bs .navbar-light .navbar-nav .nav-link:hover, .bs .navbar-light .navbar-nav .nav-link:focus { - color: rgba(0, 0, 0, 0.7); } - .bs .navbar-light .navbar-nav .nav-link.disabled { - color: rgba(0, 0, 0, 0.3); } - + color: rgba(0, 0, 0, 0.5); +} +.bs .navbar-light .navbar-nav .nav-link:hover, .bs .navbar-light .navbar-nav .nav-link:focus { + color: rgba(0, 0, 0, 0.7); +} +.bs .navbar-light .navbar-nav .nav-link.disabled { + color: rgba(0, 0, 0, 0.3); +} .bs .navbar-light .navbar-nav .show > .nav-link, .bs .navbar-light .navbar-nav .active > .nav-link, .bs .navbar-light .navbar-nav .nav-link.show, .bs .navbar-light .navbar-nav .nav-link.active { - color: rgba(0, 0, 0, 0.9); } - + color: rgba(0, 0, 0, 0.9); +} .bs .navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.5); - border-color: rgba(0, 0, 0, 0.1); } - + border-color: rgba(0, 0, 0, 0.1); +} .bs .navbar-light .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } - + background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +} .bs .navbar-light .navbar-text { - color: rgba(0, 0, 0, 0.5); } - .bs .navbar-light .navbar-text a { - color: rgba(0, 0, 0, 0.9); } - .bs .navbar-light .navbar-text a:hover, .bs .navbar-light .navbar-text a:focus { - color: rgba(0, 0, 0, 0.9); } - + color: rgba(0, 0, 0, 0.5); +} +.bs .navbar-light .navbar-text a { + color: rgba(0, 0, 0, 0.9); +} +.bs .navbar-light .navbar-text a:hover, .bs .navbar-light .navbar-text a:focus { + color: rgba(0, 0, 0, 0.9); +} .bs .navbar-dark .navbar-brand { - color: #fff; } - .bs .navbar-dark .navbar-brand:hover, .bs .navbar-dark .navbar-brand:focus { - color: #fff; } - + color: #fff; +} +.bs .navbar-dark .navbar-brand:hover, .bs .navbar-dark .navbar-brand:focus { + color: #fff; +} .bs .navbar-dark .navbar-nav .nav-link { - color: rgba(255, 255, 255, 0.5); } - .bs .navbar-dark .navbar-nav .nav-link:hover, .bs .navbar-dark .navbar-nav .nav-link:focus { - color: rgba(255, 255, 255, 0.75); } - .bs .navbar-dark .navbar-nav .nav-link.disabled { - color: rgba(255, 255, 255, 0.25); } - + color: rgba(255, 255, 255, 0.5); +} +.bs .navbar-dark .navbar-nav .nav-link:hover, .bs .navbar-dark .navbar-nav .nav-link:focus { + color: rgba(255, 255, 255, 0.75); +} +.bs .navbar-dark .navbar-nav .nav-link.disabled { + color: rgba(255, 255, 255, 0.25); +} .bs .navbar-dark .navbar-nav .show > .nav-link, .bs .navbar-dark .navbar-nav .active > .nav-link, .bs .navbar-dark .navbar-nav .nav-link.show, .bs .navbar-dark .navbar-nav .nav-link.active { - color: #fff; } - + color: #fff; +} .bs .navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.5); - border-color: rgba(255, 255, 255, 0.1); } - + border-color: rgba(255, 255, 255, 0.1); +} .bs .navbar-dark .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } - + background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +} .bs .navbar-dark .navbar-text { - color: rgba(255, 255, 255, 0.5); } - .bs .navbar-dark .navbar-text a { - color: #fff; } - .bs .navbar-dark .navbar-text a:hover, .bs .navbar-dark .navbar-text a:focus { - color: #fff; } - + color: rgba(255, 255, 255, 0.5); +} +.bs .navbar-dark .navbar-text a { + color: #fff; +} +.bs .navbar-dark .navbar-text a:hover, .bs .navbar-dark .navbar-text a:focus { + color: #fff; +} .bs .align-baseline { - vertical-align: baseline !important; } - + vertical-align: baseline !important; +} .bs .align-top { - vertical-align: top !important; } - + vertical-align: top !important; +} .bs .align-middle { - vertical-align: middle !important; } - + vertical-align: middle !important; +} .bs .align-bottom { - vertical-align: bottom !important; } - + vertical-align: bottom !important; +} .bs .align-text-bottom { - vertical-align: text-bottom !important; } - + vertical-align: text-bottom !important; +} .bs .align-text-top { - vertical-align: text-top !important; } - + vertical-align: text-top !important; +} .bs .bg-primary { - background-color: #ba478f !important; } - + background-color: #ba478f !important; +} .bs a.bg-primary:hover, .bs a.bg-primary:focus, .bs button.bg-primary:hover, .bs button.bg-primary:focus { - background-color: #963873 !important; } - + background-color: #963873 !important; +} .bs .bg-secondary { - background-color: #6c757d !important; } - + background-color: #6c757d !important; +} .bs a.bg-secondary:hover, .bs a.bg-secondary:focus, .bs button.bg-secondary:hover, .bs button.bg-secondary:focus { - background-color: #545b62 !important; } - + background-color: #545b62 !important; +} .bs .bg-success { - background-color: #68B360 !important; } - + background-color: #68B360 !important; +} .bs a.bg-success:hover, .bs a.bg-success:focus, .bs button.bg-success:hover, .bs button.bg-success:focus { - background-color: #509848 !important; } - + background-color: #509848 !important; +} .bs .bg-info { - background-color: #d691bc !important; } - + background-color: #d691bc !important; +} .bs a.bg-info:hover, .bs a.bg-info:focus, .bs button.bg-info:hover, .bs button.bg-info:focus { - background-color: #c86ca6 !important; } - + background-color: #c86ca6 !important; +} .bs .bg-warning { - background-color: #ffcd5c !important; } - + background-color: #ffcd5c !important; +} .bs a.bg-warning:hover, .bs a.bg-warning:focus, .bs button.bg-warning:hover, .bs button.bg-warning:focus { - background-color: #ffbd29 !important; } - + background-color: #ffbd29 !important; +} .bs .bg-danger { - background-color: #c64040 !important; } - + background-color: #c64040 !important; +} .bs a.bg-danger:hover, .bs a.bg-danger:focus, .bs button.bg-danger:hover, .bs button.bg-danger:focus { - background-color: #a33030 !important; } - + background-color: #a33030 !important; +} .bs .bg-light { - background-color: #f8f9fa !important; } - + background-color: #f8f9fa !important; +} .bs a.bg-light:hover, .bs a.bg-light:focus, .bs button.bg-light:hover, .bs button.bg-light:focus { - background-color: #dae0e5 !important; } - + background-color: #dae0e5 !important; +} .bs .bg-dark { - background-color: #343a40 !important; } - + background-color: #343a40 !important; +} .bs a.bg-dark:hover, .bs a.bg-dark:focus, .bs button.bg-dark:hover, .bs button.bg-dark:focus { - background-color: #1d2124 !important; } - + background-color: #1d2124 !important; +} .bs .bg-white { - background-color: #fff !important; } - + background-color: #fff !important; +} .bs .bg-transparent { - background-color: transparent !important; } - + background-color: transparent !important; +} .bs .border { - border: 1px solid #dee2e6 !important; } - + border: 1px solid #dee2e6 !important; +} .bs .border-top { - border-top: 1px solid #dee2e6 !important; } - + border-top: 1px solid #dee2e6 !important; +} .bs .border-right { - border-right: 1px solid #dee2e6 !important; } - + border-right: 1px solid #dee2e6 !important; +} .bs .border-bottom { - border-bottom: 1px solid #dee2e6 !important; } - + border-bottom: 1px solid #dee2e6 !important; +} .bs .border-left { - border-left: 1px solid #dee2e6 !important; } - + border-left: 1px solid #dee2e6 !important; +} .bs .border-0 { - border: 0 !important; } - + border: 0 !important; +} .bs .border-top-0 { - border-top: 0 !important; } - + border-top: 0 !important; +} .bs .border-right-0 { - border-right: 0 !important; } - + border-right: 0 !important; +} .bs .border-bottom-0 { - border-bottom: 0 !important; } - + border-bottom: 0 !important; +} .bs .border-left-0 { - border-left: 0 !important; } - + border-left: 0 !important; +} .bs .border-primary { - border-color: #ba478f !important; } - + border-color: #ba478f !important; +} .bs .border-secondary { - border-color: #6c757d !important; } - + border-color: #6c757d !important; +} .bs .border-success { - border-color: #68B360 !important; } - + border-color: #68B360 !important; +} .bs .border-info { - border-color: #d691bc !important; } - + border-color: #d691bc !important; +} .bs .border-warning { - border-color: #ffcd5c !important; } - + border-color: #ffcd5c !important; +} .bs .border-danger { - border-color: #c64040 !important; } - + border-color: #c64040 !important; +} .bs .border-light { - border-color: #f8f9fa !important; } - + border-color: #f8f9fa !important; +} .bs .border-dark { - border-color: #343a40 !important; } - + border-color: #343a40 !important; +} .bs .border-white { - border-color: #fff !important; } - + border-color: #fff !important; +} .bs .rounded-sm { - border-radius: 0 !important; } - + border-radius: 0 !important; +} .bs .rounded { - border-radius: 0 !important; } - + border-radius: 0 !important; +} .bs .rounded-top { border-top-left-radius: 0 !important; - border-top-right-radius: 0 !important; } - + border-top-right-radius: 0 !important; +} .bs .rounded-right { border-top-right-radius: 0 !important; - border-bottom-right-radius: 0 !important; } - + border-bottom-right-radius: 0 !important; +} .bs .rounded-bottom { border-bottom-right-radius: 0 !important; - border-bottom-left-radius: 0 !important; } - + border-bottom-left-radius: 0 !important; +} .bs .rounded-left { border-top-left-radius: 0 !important; - border-bottom-left-radius: 0 !important; } - + border-bottom-left-radius: 0 !important; +} .bs .rounded-lg { - border-radius: 0 !important; } - + border-radius: 0 !important; +} .bs .rounded-circle { - border-radius: 50% !important; } - + border-radius: 50% !important; +} .bs .rounded-pill { - border-radius: 50rem !important; } - + border-radius: 50rem !important; +} .bs .rounded-0 { - border-radius: 0 !important; } - + border-radius: 0 !important; +} .bs .clearfix::after { display: block; clear: both; - content: ""; } - + content: ""; +} .bs .d-none { - display: none !important; } - + display: none !important; +} .bs .d-inline { - display: inline !important; } - + display: inline !important; +} .bs .d-inline-block { - display: inline-block !important; } - + display: inline-block !important; +} .bs .d-block { - display: block !important; } - + display: block !important; +} .bs .d-table { - display: table !important; } - + display: table !important; +} .bs .d-table-row { - display: table-row !important; } - + display: table-row !important; +} .bs .d-table-cell { - display: table-cell !important; } - + display: table-cell !important; +} .bs .d-flex { - display: flex !important; } - + display: flex !important; +} .bs .d-inline-flex { - display: inline-flex !important; } - + display: inline-flex !important; +} @media (min-width: 576px) { .bs .d-sm-none { - display: none !important; } + display: none !important; + } .bs .d-sm-inline { - display: inline !important; } + display: inline !important; + } .bs .d-sm-inline-block { - display: inline-block !important; } + display: inline-block !important; + } .bs .d-sm-block { - display: block !important; } + display: block !important; + } .bs .d-sm-table { - display: table !important; } + display: table !important; + } .bs .d-sm-table-row { - display: table-row !important; } + display: table-row !important; + } .bs .d-sm-table-cell { - display: table-cell !important; } + display: table-cell !important; + } .bs .d-sm-flex { - display: flex !important; } + display: flex !important; + } .bs .d-sm-inline-flex { - display: inline-flex !important; } } - + display: inline-flex !important; + } +} @media (min-width: 768px) { .bs .d-md-none { - display: none !important; } + display: none !important; + } .bs .d-md-inline { - display: inline !important; } + display: inline !important; + } .bs .d-md-inline-block { - display: inline-block !important; } + display: inline-block !important; + } .bs .d-md-block { - display: block !important; } + display: block !important; + } .bs .d-md-table { - display: table !important; } + display: table !important; + } .bs .d-md-table-row { - display: table-row !important; } + display: table-row !important; + } .bs .d-md-table-cell { - display: table-cell !important; } + display: table-cell !important; + } .bs .d-md-flex { - display: flex !important; } + display: flex !important; + } .bs .d-md-inline-flex { - display: inline-flex !important; } } - + display: inline-flex !important; + } +} @media (min-width: 992px) { .bs .d-lg-none { - display: none !important; } + display: none !important; + } .bs .d-lg-inline { - display: inline !important; } + display: inline !important; + } .bs .d-lg-inline-block { - display: inline-block !important; } + display: inline-block !important; + } .bs .d-lg-block { - display: block !important; } + display: block !important; + } .bs .d-lg-table { - display: table !important; } + display: table !important; + } .bs .d-lg-table-row { - display: table-row !important; } + display: table-row !important; + } .bs .d-lg-table-cell { - display: table-cell !important; } + display: table-cell !important; + } .bs .d-lg-flex { - display: flex !important; } + display: flex !important; + } .bs .d-lg-inline-flex { - display: inline-flex !important; } } - + display: inline-flex !important; + } +} @media (min-width: 1200px) { .bs .d-xl-none { - display: none !important; } + display: none !important; + } .bs .d-xl-inline { - display: inline !important; } + display: inline !important; + } .bs .d-xl-inline-block { - display: inline-block !important; } + display: inline-block !important; + } .bs .d-xl-block { - display: block !important; } + display: block !important; + } .bs .d-xl-table { - display: table !important; } + display: table !important; + } .bs .d-xl-table-row { - display: table-row !important; } + display: table-row !important; + } .bs .d-xl-table-cell { - display: table-cell !important; } + display: table-cell !important; + } .bs .d-xl-flex { - display: flex !important; } + display: flex !important; + } .bs .d-xl-inline-flex { - display: inline-flex !important; } } - + display: inline-flex !important; + } +} @media print { .bs .d-print-none { - display: none !important; } + display: none !important; + } .bs .d-print-inline { - display: inline !important; } + display: inline !important; + } .bs .d-print-inline-block { - display: inline-block !important; } + display: inline-block !important; + } .bs .d-print-block { - display: block !important; } + display: block !important; + } .bs .d-print-table { - display: table !important; } + display: table !important; + } .bs .d-print-table-row { - display: table-row !important; } + display: table-row !important; + } .bs .d-print-table-cell { - display: table-cell !important; } + display: table-cell !important; + } .bs .d-print-flex { - display: flex !important; } + display: flex !important; + } .bs .d-print-inline-flex { - display: inline-flex !important; } } - + display: inline-flex !important; + } +} .bs .embed-responsive { position: relative; display: block; width: 100%; padding: 0; - overflow: hidden; } - .bs .embed-responsive::before { - display: block; - content: ""; } - .bs .embed-responsive .embed-responsive-item, - .bs .embed-responsive iframe, - .bs .embed-responsive embed, - .bs .embed-responsive object, - .bs .embed-responsive video { - position: absolute; - top: 0; - bottom: 0; - left: 0; - width: 100%; - height: 100%; - border: 0; } - + overflow: hidden; +} +.bs .embed-responsive::before { + display: block; + content: ""; +} +.bs .embed-responsive .embed-responsive-item, +.bs .embed-responsive iframe, +.bs .embed-responsive embed, +.bs .embed-responsive object, +.bs .embed-responsive video { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + border: 0; +} .bs .embed-responsive-21by9::before { - padding-top: 42.85714%; } - + padding-top: 42.8571428571%; +} .bs .embed-responsive-16by9::before { - padding-top: 56.25%; } - + padding-top: 56.25%; +} .bs .embed-responsive-4by3::before { - padding-top: 75%; } - + padding-top: 75%; +} .bs .embed-responsive-1by1::before { - padding-top: 100%; } - + padding-top: 100%; +} .bs .flex-row { - flex-direction: row !important; } - + flex-direction: row !important; +} .bs .flex-column { - flex-direction: column !important; } - + flex-direction: column !important; +} .bs .flex-row-reverse { - flex-direction: row-reverse !important; } - + flex-direction: row-reverse !important; +} .bs .flex-column-reverse { - flex-direction: column-reverse !important; } - + flex-direction: column-reverse !important; +} .bs .flex-wrap { - flex-wrap: wrap !important; } - + flex-wrap: wrap !important; +} .bs .flex-nowrap { - flex-wrap: nowrap !important; } - + flex-wrap: nowrap !important; +} .bs .flex-wrap-reverse { - flex-wrap: wrap-reverse !important; } - + flex-wrap: wrap-reverse !important; +} .bs .flex-fill { - flex: 1 1 auto !important; } - + flex: 1 1 auto !important; +} .bs .flex-grow-0 { - flex-grow: 0 !important; } - + flex-grow: 0 !important; +} .bs .flex-grow-1 { - flex-grow: 1 !important; } - + flex-grow: 1 !important; +} .bs .flex-shrink-0 { - flex-shrink: 0 !important; } - + flex-shrink: 0 !important; +} .bs .flex-shrink-1 { - flex-shrink: 1 !important; } - + flex-shrink: 1 !important; +} .bs .justify-content-start { - justify-content: flex-start !important; } - + justify-content: flex-start !important; +} .bs .justify-content-end { - justify-content: flex-end !important; } - + justify-content: flex-end !important; +} .bs .justify-content-center { - justify-content: center !important; } - + justify-content: center !important; +} .bs .justify-content-between { - justify-content: space-between !important; } - + justify-content: space-between !important; +} .bs .justify-content-around { - justify-content: space-around !important; } - + justify-content: space-around !important; +} .bs .align-items-start { - align-items: flex-start !important; } - + align-items: flex-start !important; +} .bs .align-items-end { - align-items: flex-end !important; } - + align-items: flex-end !important; +} .bs .align-items-center { - align-items: center !important; } - + align-items: center !important; +} .bs .align-items-baseline { - align-items: baseline !important; } - + align-items: baseline !important; +} .bs .align-items-stretch { - align-items: stretch !important; } - + align-items: stretch !important; +} .bs .align-content-start { - align-content: flex-start !important; } - + align-content: flex-start !important; +} .bs .align-content-end { - align-content: flex-end !important; } - + align-content: flex-end !important; +} .bs .align-content-center { - align-content: center !important; } - + align-content: center !important; +} .bs .align-content-between { - align-content: space-between !important; } - + align-content: space-between !important; +} .bs .align-content-around { - align-content: space-around !important; } - + align-content: space-around !important; +} .bs .align-content-stretch { - align-content: stretch !important; } - + align-content: stretch !important; +} .bs .align-self-auto { - align-self: auto !important; } - + align-self: auto !important; +} .bs .align-self-start { - align-self: flex-start !important; } - + align-self: flex-start !important; +} .bs .align-self-end { - align-self: flex-end !important; } - + align-self: flex-end !important; +} .bs .align-self-center { - align-self: center !important; } - + align-self: center !important; +} .bs .align-self-baseline { - align-self: baseline !important; } - + align-self: baseline !important; +} .bs .align-self-stretch { - align-self: stretch !important; } - + align-self: stretch !important; +} @media (min-width: 576px) { .bs .flex-sm-row { - flex-direction: row !important; } + flex-direction: row !important; + } .bs .flex-sm-column { - flex-direction: column !important; } + flex-direction: column !important; + } .bs .flex-sm-row-reverse { - flex-direction: row-reverse !important; } + flex-direction: row-reverse !important; + } .bs .flex-sm-column-reverse { - flex-direction: column-reverse !important; } + flex-direction: column-reverse !important; + } .bs .flex-sm-wrap { - flex-wrap: wrap !important; } + flex-wrap: wrap !important; + } .bs .flex-sm-nowrap { - flex-wrap: nowrap !important; } + flex-wrap: nowrap !important; + } .bs .flex-sm-wrap-reverse { - flex-wrap: wrap-reverse !important; } + flex-wrap: wrap-reverse !important; + } .bs .flex-sm-fill { - flex: 1 1 auto !important; } + flex: 1 1 auto !important; + } .bs .flex-sm-grow-0 { - flex-grow: 0 !important; } + flex-grow: 0 !important; + } .bs .flex-sm-grow-1 { - flex-grow: 1 !important; } + flex-grow: 1 !important; + } .bs .flex-sm-shrink-0 { - flex-shrink: 0 !important; } + flex-shrink: 0 !important; + } .bs .flex-sm-shrink-1 { - flex-shrink: 1 !important; } + flex-shrink: 1 !important; + } .bs .justify-content-sm-start { - justify-content: flex-start !important; } + justify-content: flex-start !important; + } .bs .justify-content-sm-end { - justify-content: flex-end !important; } + justify-content: flex-end !important; + } .bs .justify-content-sm-center { - justify-content: center !important; } + justify-content: center !important; + } .bs .justify-content-sm-between { - justify-content: space-between !important; } + justify-content: space-between !important; + } .bs .justify-content-sm-around { - justify-content: space-around !important; } + justify-content: space-around !important; + } .bs .align-items-sm-start { - align-items: flex-start !important; } + align-items: flex-start !important; + } .bs .align-items-sm-end { - align-items: flex-end !important; } + align-items: flex-end !important; + } .bs .align-items-sm-center { - align-items: center !important; } + align-items: center !important; + } .bs .align-items-sm-baseline { - align-items: baseline !important; } + align-items: baseline !important; + } .bs .align-items-sm-stretch { - align-items: stretch !important; } + align-items: stretch !important; + } .bs .align-content-sm-start { - align-content: flex-start !important; } + align-content: flex-start !important; + } .bs .align-content-sm-end { - align-content: flex-end !important; } + align-content: flex-end !important; + } .bs .align-content-sm-center { - align-content: center !important; } + align-content: center !important; + } .bs .align-content-sm-between { - align-content: space-between !important; } + align-content: space-between !important; + } .bs .align-content-sm-around { - align-content: space-around !important; } + align-content: space-around !important; + } .bs .align-content-sm-stretch { - align-content: stretch !important; } + align-content: stretch !important; + } .bs .align-self-sm-auto { - align-self: auto !important; } + align-self: auto !important; + } .bs .align-self-sm-start { - align-self: flex-start !important; } + align-self: flex-start !important; + } .bs .align-self-sm-end { - align-self: flex-end !important; } + align-self: flex-end !important; + } .bs .align-self-sm-center { - align-self: center !important; } + align-self: center !important; + } .bs .align-self-sm-baseline { - align-self: baseline !important; } + align-self: baseline !important; + } .bs .align-self-sm-stretch { - align-self: stretch !important; } } - + align-self: stretch !important; + } +} @media (min-width: 768px) { .bs .flex-md-row { - flex-direction: row !important; } + flex-direction: row !important; + } .bs .flex-md-column { - flex-direction: column !important; } + flex-direction: column !important; + } .bs .flex-md-row-reverse { - flex-direction: row-reverse !important; } + flex-direction: row-reverse !important; + } .bs .flex-md-column-reverse { - flex-direction: column-reverse !important; } + flex-direction: column-reverse !important; + } .bs .flex-md-wrap { - flex-wrap: wrap !important; } + flex-wrap: wrap !important; + } .bs .flex-md-nowrap { - flex-wrap: nowrap !important; } + flex-wrap: nowrap !important; + } .bs .flex-md-wrap-reverse { - flex-wrap: wrap-reverse !important; } + flex-wrap: wrap-reverse !important; + } .bs .flex-md-fill { - flex: 1 1 auto !important; } + flex: 1 1 auto !important; + } .bs .flex-md-grow-0 { - flex-grow: 0 !important; } + flex-grow: 0 !important; + } .bs .flex-md-grow-1 { - flex-grow: 1 !important; } + flex-grow: 1 !important; + } .bs .flex-md-shrink-0 { - flex-shrink: 0 !important; } + flex-shrink: 0 !important; + } .bs .flex-md-shrink-1 { - flex-shrink: 1 !important; } + flex-shrink: 1 !important; + } .bs .justify-content-md-start { - justify-content: flex-start !important; } + justify-content: flex-start !important; + } .bs .justify-content-md-end { - justify-content: flex-end !important; } + justify-content: flex-end !important; + } .bs .justify-content-md-center { - justify-content: center !important; } + justify-content: center !important; + } .bs .justify-content-md-between { - justify-content: space-between !important; } + justify-content: space-between !important; + } .bs .justify-content-md-around { - justify-content: space-around !important; } + justify-content: space-around !important; + } .bs .align-items-md-start { - align-items: flex-start !important; } + align-items: flex-start !important; + } .bs .align-items-md-end { - align-items: flex-end !important; } + align-items: flex-end !important; + } .bs .align-items-md-center { - align-items: center !important; } + align-items: center !important; + } .bs .align-items-md-baseline { - align-items: baseline !important; } + align-items: baseline !important; + } .bs .align-items-md-stretch { - align-items: stretch !important; } + align-items: stretch !important; + } .bs .align-content-md-start { - align-content: flex-start !important; } + align-content: flex-start !important; + } .bs .align-content-md-end { - align-content: flex-end !important; } + align-content: flex-end !important; + } .bs .align-content-md-center { - align-content: center !important; } + align-content: center !important; + } .bs .align-content-md-between { - align-content: space-between !important; } + align-content: space-between !important; + } .bs .align-content-md-around { - align-content: space-around !important; } + align-content: space-around !important; + } .bs .align-content-md-stretch { - align-content: stretch !important; } + align-content: stretch !important; + } .bs .align-self-md-auto { - align-self: auto !important; } + align-self: auto !important; + } .bs .align-self-md-start { - align-self: flex-start !important; } + align-self: flex-start !important; + } .bs .align-self-md-end { - align-self: flex-end !important; } + align-self: flex-end !important; + } .bs .align-self-md-center { - align-self: center !important; } + align-self: center !important; + } .bs .align-self-md-baseline { - align-self: baseline !important; } + align-self: baseline !important; + } .bs .align-self-md-stretch { - align-self: stretch !important; } } - + align-self: stretch !important; + } +} @media (min-width: 992px) { .bs .flex-lg-row { - flex-direction: row !important; } + flex-direction: row !important; + } .bs .flex-lg-column { - flex-direction: column !important; } + flex-direction: column !important; + } .bs .flex-lg-row-reverse { - flex-direction: row-reverse !important; } + flex-direction: row-reverse !important; + } .bs .flex-lg-column-reverse { - flex-direction: column-reverse !important; } + flex-direction: column-reverse !important; + } .bs .flex-lg-wrap { - flex-wrap: wrap !important; } + flex-wrap: wrap !important; + } .bs .flex-lg-nowrap { - flex-wrap: nowrap !important; } + flex-wrap: nowrap !important; + } .bs .flex-lg-wrap-reverse { - flex-wrap: wrap-reverse !important; } + flex-wrap: wrap-reverse !important; + } .bs .flex-lg-fill { - flex: 1 1 auto !important; } + flex: 1 1 auto !important; + } .bs .flex-lg-grow-0 { - flex-grow: 0 !important; } + flex-grow: 0 !important; + } .bs .flex-lg-grow-1 { - flex-grow: 1 !important; } + flex-grow: 1 !important; + } .bs .flex-lg-shrink-0 { - flex-shrink: 0 !important; } + flex-shrink: 0 !important; + } .bs .flex-lg-shrink-1 { - flex-shrink: 1 !important; } + flex-shrink: 1 !important; + } .bs .justify-content-lg-start { - justify-content: flex-start !important; } + justify-content: flex-start !important; + } .bs .justify-content-lg-end { - justify-content: flex-end !important; } + justify-content: flex-end !important; + } .bs .justify-content-lg-center { - justify-content: center !important; } + justify-content: center !important; + } .bs .justify-content-lg-between { - justify-content: space-between !important; } + justify-content: space-between !important; + } .bs .justify-content-lg-around { - justify-content: space-around !important; } + justify-content: space-around !important; + } .bs .align-items-lg-start { - align-items: flex-start !important; } + align-items: flex-start !important; + } .bs .align-items-lg-end { - align-items: flex-end !important; } + align-items: flex-end !important; + } .bs .align-items-lg-center { - align-items: center !important; } + align-items: center !important; + } .bs .align-items-lg-baseline { - align-items: baseline !important; } + align-items: baseline !important; + } .bs .align-items-lg-stretch { - align-items: stretch !important; } + align-items: stretch !important; + } .bs .align-content-lg-start { - align-content: flex-start !important; } + align-content: flex-start !important; + } .bs .align-content-lg-end { - align-content: flex-end !important; } + align-content: flex-end !important; + } .bs .align-content-lg-center { - align-content: center !important; } + align-content: center !important; + } .bs .align-content-lg-between { - align-content: space-between !important; } + align-content: space-between !important; + } .bs .align-content-lg-around { - align-content: space-around !important; } + align-content: space-around !important; + } .bs .align-content-lg-stretch { - align-content: stretch !important; } + align-content: stretch !important; + } .bs .align-self-lg-auto { - align-self: auto !important; } + align-self: auto !important; + } .bs .align-self-lg-start { - align-self: flex-start !important; } + align-self: flex-start !important; + } .bs .align-self-lg-end { - align-self: flex-end !important; } + align-self: flex-end !important; + } .bs .align-self-lg-center { - align-self: center !important; } + align-self: center !important; + } .bs .align-self-lg-baseline { - align-self: baseline !important; } + align-self: baseline !important; + } .bs .align-self-lg-stretch { - align-self: stretch !important; } } - + align-self: stretch !important; + } +} @media (min-width: 1200px) { .bs .flex-xl-row { - flex-direction: row !important; } + flex-direction: row !important; + } .bs .flex-xl-column { - flex-direction: column !important; } + flex-direction: column !important; + } .bs .flex-xl-row-reverse { - flex-direction: row-reverse !important; } + flex-direction: row-reverse !important; + } .bs .flex-xl-column-reverse { - flex-direction: column-reverse !important; } + flex-direction: column-reverse !important; + } .bs .flex-xl-wrap { - flex-wrap: wrap !important; } + flex-wrap: wrap !important; + } .bs .flex-xl-nowrap { - flex-wrap: nowrap !important; } + flex-wrap: nowrap !important; + } .bs .flex-xl-wrap-reverse { - flex-wrap: wrap-reverse !important; } + flex-wrap: wrap-reverse !important; + } .bs .flex-xl-fill { - flex: 1 1 auto !important; } + flex: 1 1 auto !important; + } .bs .flex-xl-grow-0 { - flex-grow: 0 !important; } + flex-grow: 0 !important; + } .bs .flex-xl-grow-1 { - flex-grow: 1 !important; } + flex-grow: 1 !important; + } .bs .flex-xl-shrink-0 { - flex-shrink: 0 !important; } + flex-shrink: 0 !important; + } .bs .flex-xl-shrink-1 { - flex-shrink: 1 !important; } + flex-shrink: 1 !important; + } .bs .justify-content-xl-start { - justify-content: flex-start !important; } + justify-content: flex-start !important; + } .bs .justify-content-xl-end { - justify-content: flex-end !important; } + justify-content: flex-end !important; + } .bs .justify-content-xl-center { - justify-content: center !important; } + justify-content: center !important; + } .bs .justify-content-xl-between { - justify-content: space-between !important; } + justify-content: space-between !important; + } .bs .justify-content-xl-around { - justify-content: space-around !important; } + justify-content: space-around !important; + } .bs .align-items-xl-start { - align-items: flex-start !important; } + align-items: flex-start !important; + } .bs .align-items-xl-end { - align-items: flex-end !important; } + align-items: flex-end !important; + } .bs .align-items-xl-center { - align-items: center !important; } + align-items: center !important; + } .bs .align-items-xl-baseline { - align-items: baseline !important; } + align-items: baseline !important; + } .bs .align-items-xl-stretch { - align-items: stretch !important; } + align-items: stretch !important; + } .bs .align-content-xl-start { - align-content: flex-start !important; } + align-content: flex-start !important; + } .bs .align-content-xl-end { - align-content: flex-end !important; } + align-content: flex-end !important; + } .bs .align-content-xl-center { - align-content: center !important; } + align-content: center !important; + } .bs .align-content-xl-between { - align-content: space-between !important; } + align-content: space-between !important; + } .bs .align-content-xl-around { - align-content: space-around !important; } + align-content: space-around !important; + } .bs .align-content-xl-stretch { - align-content: stretch !important; } + align-content: stretch !important; + } .bs .align-self-xl-auto { - align-self: auto !important; } + align-self: auto !important; + } .bs .align-self-xl-start { - align-self: flex-start !important; } + align-self: flex-start !important; + } .bs .align-self-xl-end { - align-self: flex-end !important; } + align-self: flex-end !important; + } .bs .align-self-xl-center { - align-self: center !important; } + align-self: center !important; + } .bs .align-self-xl-baseline { - align-self: baseline !important; } + align-self: baseline !important; + } .bs .align-self-xl-stretch { - align-self: stretch !important; } } - + align-self: stretch !important; + } +} .bs .float-left { - float: left !important; } - + float: left !important; +} .bs .float-right { - float: right !important; } - + float: right !important; +} .bs .float-none { - float: none !important; } - + float: none !important; +} @media (min-width: 576px) { .bs .float-sm-left { - float: left !important; } + float: left !important; + } .bs .float-sm-right { - float: right !important; } + float: right !important; + } .bs .float-sm-none { - float: none !important; } } - + float: none !important; + } +} @media (min-width: 768px) { .bs .float-md-left { - float: left !important; } + float: left !important; + } .bs .float-md-right { - float: right !important; } + float: right !important; + } .bs .float-md-none { - float: none !important; } } - + float: none !important; + } +} @media (min-width: 992px) { .bs .float-lg-left { - float: left !important; } + float: left !important; + } .bs .float-lg-right { - float: right !important; } + float: right !important; + } .bs .float-lg-none { - float: none !important; } } - + float: none !important; + } +} @media (min-width: 1200px) { .bs .float-xl-left { - float: left !important; } + float: left !important; + } .bs .float-xl-right { - float: right !important; } + float: right !important; + } .bs .float-xl-none { - float: none !important; } } - + float: none !important; + } +} .bs .overflow-auto { - overflow: auto !important; } - + overflow: auto !important; +} .bs .overflow-hidden { - overflow: hidden !important; } - + overflow: hidden !important; +} .bs .position-static { - position: static !important; } - + position: static !important; +} .bs .position-relative { - position: relative !important; } - + position: relative !important; +} .bs .position-absolute { - position: absolute !important; } - + position: absolute !important; +} .bs .position-fixed { - position: fixed !important; } - + position: fixed !important; +} .bs .position-sticky { position: -webkit-sticky !important; - position: sticky !important; } - + position: sticky !important; +} .bs .fixed-top { position: fixed; top: 0; right: 0; left: 0; - z-index: 1030; } - + z-index: 1030; +} .bs .fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; - z-index: 1030; } - + z-index: 1030; +} @supports ((position: -webkit-sticky) or (position: sticky)) { .bs .sticky-top { position: -webkit-sticky; position: sticky; top: 0; - z-index: 1020; } } - + z-index: 1020; + } +} .bs .sr-only { position: absolute; width: 1px; @@ -3463,76 +4058,76 @@ overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; - border: 0; } - + border: 0; +} .bs .sr-only-focusable:active, .bs .sr-only-focusable:focus { position: static; width: auto; height: auto; overflow: visible; clip: auto; - white-space: normal; } - + white-space: normal; +} .bs .shadow-sm { - box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; } - + box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; +} .bs .shadow { - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } - + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; +} .bs .shadow-lg { - box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } - + box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; +} .bs .shadow-none { - box-shadow: none !important; } - + box-shadow: none !important; +} .bs .w-25 { - width: 25% !important; } - + width: 25% !important; +} .bs .w-50 { - width: 50% !important; } - + width: 50% !important; +} .bs .w-75 { - width: 75% !important; } - + width: 75% !important; +} .bs .w-100 { - width: 100% !important; } - + width: 100% !important; +} .bs .w-auto { - width: auto !important; } - + width: auto !important; +} .bs .h-25 { - height: 25% !important; } - + height: 25% !important; +} .bs .h-50 { - height: 50% !important; } - + height: 50% !important; +} .bs .h-75 { - height: 75% !important; } - + height: 75% !important; +} .bs .h-100 { - height: 100% !important; } - + height: 100% !important; +} .bs .h-auto { - height: auto !important; } - + height: auto !important; +} .bs .mw-100 { - max-width: 100% !important; } - + max-width: 100% !important; +} .bs .mh-100 { - max-height: 100% !important; } - + max-height: 100% !important; +} .bs .min-vw-100 { - min-width: 100vw !important; } - + min-width: 100vw !important; +} .bs .min-vh-100 { - min-height: 100vh !important; } - + min-height: 100vh !important; +} .bs .vw-100 { - width: 100vw !important; } - + width: 100vw !important; +} .bs .vh-100 { - height: 100vh !important; } - + height: 100vh !important; +} .bs .stretched-link::after { position: absolute; top: 0; @@ -3542,1545 +4137,1919 @@ z-index: 1; pointer-events: auto; content: ""; - background-color: rgba(0, 0, 0, 0); } - + background-color: rgba(0, 0, 0, 0); +} .bs .m-0 { - margin: 0 !important; } - + margin: 0 !important; +} .bs .mt-0, .bs .my-0 { - margin-top: 0 !important; } - + margin-top: 0 !important; +} .bs .mr-0, .bs .mx-0 { - margin-right: 0 !important; } - + margin-right: 0 !important; +} .bs .mb-0, .bs .my-0 { - margin-bottom: 0 !important; } - + margin-bottom: 0 !important; +} .bs .ml-0, .bs .mx-0 { - margin-left: 0 !important; } - + margin-left: 0 !important; +} .bs .m-1 { - margin: 0.25rem !important; } - + margin: 0.25rem !important; +} .bs .mt-1, .bs .my-1 { - margin-top: 0.25rem !important; } - + margin-top: 0.25rem !important; +} .bs .mr-1, .bs .mx-1 { - margin-right: 0.25rem !important; } - + margin-right: 0.25rem !important; +} .bs .mb-1, .bs .my-1 { - margin-bottom: 0.25rem !important; } - + margin-bottom: 0.25rem !important; +} .bs .ml-1, .bs .mx-1 { - margin-left: 0.25rem !important; } - + margin-left: 0.25rem !important; +} .bs .m-2 { - margin: 0.5rem !important; } - + margin: 0.5rem !important; +} .bs .mt-2, .bs .my-2 { - margin-top: 0.5rem !important; } - + margin-top: 0.5rem !important; +} .bs .mr-2, .bs .mx-2 { - margin-right: 0.5rem !important; } - + margin-right: 0.5rem !important; +} .bs .mb-2, .bs .my-2 { - margin-bottom: 0.5rem !important; } - + margin-bottom: 0.5rem !important; +} .bs .ml-2, .bs .mx-2 { - margin-left: 0.5rem !important; } - + margin-left: 0.5rem !important; +} .bs .m-3 { - margin: 1rem !important; } - + margin: 1rem !important; +} .bs .mt-3, .bs .my-3 { - margin-top: 1rem !important; } - + margin-top: 1rem !important; +} .bs .mr-3, .bs .mx-3 { - margin-right: 1rem !important; } - + margin-right: 1rem !important; +} .bs .mb-3, .bs .my-3 { - margin-bottom: 1rem !important; } - + margin-bottom: 1rem !important; +} .bs .ml-3, .bs .mx-3 { - margin-left: 1rem !important; } - + margin-left: 1rem !important; +} .bs .m-4 { - margin: 1.5rem !important; } - + margin: 1.5rem !important; +} .bs .mt-4, .bs .my-4 { - margin-top: 1.5rem !important; } - + margin-top: 1.5rem !important; +} .bs .mr-4, .bs .mx-4 { - margin-right: 1.5rem !important; } - + margin-right: 1.5rem !important; +} .bs .mb-4, .bs .my-4 { - margin-bottom: 1.5rem !important; } - + margin-bottom: 1.5rem !important; +} .bs .ml-4, .bs .mx-4 { - margin-left: 1.5rem !important; } - + margin-left: 1.5rem !important; +} .bs .m-5 { - margin: 3rem !important; } - + margin: 3rem !important; +} .bs .mt-5, .bs .my-5 { - margin-top: 3rem !important; } - + margin-top: 3rem !important; +} .bs .mr-5, .bs .mx-5 { - margin-right: 3rem !important; } - + margin-right: 3rem !important; +} .bs .mb-5, .bs .my-5 { - margin-bottom: 3rem !important; } - + margin-bottom: 3rem !important; +} .bs .ml-5, .bs .mx-5 { - margin-left: 3rem !important; } - + margin-left: 3rem !important; +} .bs .p-0 { - padding: 0 !important; } - + padding: 0 !important; +} .bs .pt-0, .bs .py-0 { - padding-top: 0 !important; } - + padding-top: 0 !important; +} .bs .pr-0, .bs .px-0 { - padding-right: 0 !important; } - + padding-right: 0 !important; +} .bs .pb-0, .bs .py-0 { - padding-bottom: 0 !important; } - + padding-bottom: 0 !important; +} .bs .pl-0, .bs .px-0 { - padding-left: 0 !important; } - + padding-left: 0 !important; +} .bs .p-1 { - padding: 0.25rem !important; } - + padding: 0.25rem !important; +} .bs .pt-1, .bs .py-1 { - padding-top: 0.25rem !important; } - + padding-top: 0.25rem !important; +} .bs .pr-1, .bs .px-1 { - padding-right: 0.25rem !important; } - + padding-right: 0.25rem !important; +} .bs .pb-1, .bs .py-1 { - padding-bottom: 0.25rem !important; } - + padding-bottom: 0.25rem !important; +} .bs .pl-1, .bs .px-1 { - padding-left: 0.25rem !important; } - + padding-left: 0.25rem !important; +} .bs .p-2 { - padding: 0.5rem !important; } - + padding: 0.5rem !important; +} .bs .pt-2, .bs .py-2 { - padding-top: 0.5rem !important; } - + padding-top: 0.5rem !important; +} .bs .pr-2, .bs .px-2 { - padding-right: 0.5rem !important; } - + padding-right: 0.5rem !important; +} .bs .pb-2, .bs .py-2 { - padding-bottom: 0.5rem !important; } - + padding-bottom: 0.5rem !important; +} .bs .pl-2, .bs .px-2 { - padding-left: 0.5rem !important; } - + padding-left: 0.5rem !important; +} .bs .p-3 { - padding: 1rem !important; } - + padding: 1rem !important; +} .bs .pt-3, .bs .py-3 { - padding-top: 1rem !important; } - + padding-top: 1rem !important; +} .bs .pr-3, .bs .px-3 { - padding-right: 1rem !important; } - + padding-right: 1rem !important; +} .bs .pb-3, .bs .py-3 { - padding-bottom: 1rem !important; } - + padding-bottom: 1rem !important; +} .bs .pl-3, .bs .px-3 { - padding-left: 1rem !important; } - + padding-left: 1rem !important; +} .bs .p-4 { - padding: 1.5rem !important; } - + padding: 1.5rem !important; +} .bs .pt-4, .bs .py-4 { - padding-top: 1.5rem !important; } - + padding-top: 1.5rem !important; +} .bs .pr-4, .bs .px-4 { - padding-right: 1.5rem !important; } - + padding-right: 1.5rem !important; +} .bs .pb-4, .bs .py-4 { - padding-bottom: 1.5rem !important; } - + padding-bottom: 1.5rem !important; +} .bs .pl-4, .bs .px-4 { - padding-left: 1.5rem !important; } - + padding-left: 1.5rem !important; +} .bs .p-5 { - padding: 3rem !important; } - + padding: 3rem !important; +} .bs .pt-5, .bs .py-5 { - padding-top: 3rem !important; } - + padding-top: 3rem !important; +} .bs .pr-5, .bs .px-5 { - padding-right: 3rem !important; } - + padding-right: 3rem !important; +} .bs .pb-5, .bs .py-5 { - padding-bottom: 3rem !important; } - + padding-bottom: 3rem !important; +} .bs .pl-5, .bs .px-5 { - padding-left: 3rem !important; } - + padding-left: 3rem !important; +} .bs .m-n1 { - margin: -0.25rem !important; } - + margin: -0.25rem !important; +} .bs .mt-n1, .bs .my-n1 { - margin-top: -0.25rem !important; } - + margin-top: -0.25rem !important; +} .bs .mr-n1, .bs .mx-n1 { - margin-right: -0.25rem !important; } - + margin-right: -0.25rem !important; +} .bs .mb-n1, .bs .my-n1 { - margin-bottom: -0.25rem !important; } - + margin-bottom: -0.25rem !important; +} .bs .ml-n1, .bs .mx-n1 { - margin-left: -0.25rem !important; } - + margin-left: -0.25rem !important; +} .bs .m-n2 { - margin: -0.5rem !important; } - + margin: -0.5rem !important; +} .bs .mt-n2, .bs .my-n2 { - margin-top: -0.5rem !important; } - + margin-top: -0.5rem !important; +} .bs .mr-n2, .bs .mx-n2 { - margin-right: -0.5rem !important; } - + margin-right: -0.5rem !important; +} .bs .mb-n2, .bs .my-n2 { - margin-bottom: -0.5rem !important; } - + margin-bottom: -0.5rem !important; +} .bs .ml-n2, .bs .mx-n2 { - margin-left: -0.5rem !important; } - + margin-left: -0.5rem !important; +} .bs .m-n3 { - margin: -1rem !important; } - + margin: -1rem !important; +} .bs .mt-n3, .bs .my-n3 { - margin-top: -1rem !important; } - + margin-top: -1rem !important; +} .bs .mr-n3, .bs .mx-n3 { - margin-right: -1rem !important; } - + margin-right: -1rem !important; +} .bs .mb-n3, .bs .my-n3 { - margin-bottom: -1rem !important; } - + margin-bottom: -1rem !important; +} .bs .ml-n3, .bs .mx-n3 { - margin-left: -1rem !important; } - + margin-left: -1rem !important; +} .bs .m-n4 { - margin: -1.5rem !important; } - + margin: -1.5rem !important; +} .bs .mt-n4, .bs .my-n4 { - margin-top: -1.5rem !important; } - + margin-top: -1.5rem !important; +} .bs .mr-n4, .bs .mx-n4 { - margin-right: -1.5rem !important; } - + margin-right: -1.5rem !important; +} .bs .mb-n4, .bs .my-n4 { - margin-bottom: -1.5rem !important; } - + margin-bottom: -1.5rem !important; +} .bs .ml-n4, .bs .mx-n4 { - margin-left: -1.5rem !important; } - + margin-left: -1.5rem !important; +} .bs .m-n5 { - margin: -3rem !important; } - + margin: -3rem !important; +} .bs .mt-n5, .bs .my-n5 { - margin-top: -3rem !important; } - + margin-top: -3rem !important; +} .bs .mr-n5, .bs .mx-n5 { - margin-right: -3rem !important; } - + margin-right: -3rem !important; +} .bs .mb-n5, .bs .my-n5 { - margin-bottom: -3rem !important; } - + margin-bottom: -3rem !important; +} .bs .ml-n5, .bs .mx-n5 { - margin-left: -3rem !important; } - + margin-left: -3rem !important; +} .bs .m-auto { - margin: auto !important; } - + margin: auto !important; +} .bs .mt-auto, .bs .my-auto { - margin-top: auto !important; } - + margin-top: auto !important; +} .bs .mr-auto, .bs .mx-auto { - margin-right: auto !important; } - + margin-right: auto !important; +} .bs .mb-auto, .bs .my-auto { - margin-bottom: auto !important; } - + margin-bottom: auto !important; +} .bs .ml-auto, .bs .mx-auto { - margin-left: auto !important; } - + margin-left: auto !important; +} @media (min-width: 576px) { .bs .m-sm-0 { - margin: 0 !important; } + margin: 0 !important; + } .bs .mt-sm-0, - .bs .my-sm-0 { - margin-top: 0 !important; } +.bs .my-sm-0 { + margin-top: 0 !important; + } .bs .mr-sm-0, - .bs .mx-sm-0 { - margin-right: 0 !important; } +.bs .mx-sm-0 { + margin-right: 0 !important; + } .bs .mb-sm-0, - .bs .my-sm-0 { - margin-bottom: 0 !important; } +.bs .my-sm-0 { + margin-bottom: 0 !important; + } .bs .ml-sm-0, - .bs .mx-sm-0 { - margin-left: 0 !important; } +.bs .mx-sm-0 { + margin-left: 0 !important; + } .bs .m-sm-1 { - margin: 0.25rem !important; } + margin: 0.25rem !important; + } .bs .mt-sm-1, - .bs .my-sm-1 { - margin-top: 0.25rem !important; } +.bs .my-sm-1 { + margin-top: 0.25rem !important; + } .bs .mr-sm-1, - .bs .mx-sm-1 { - margin-right: 0.25rem !important; } +.bs .mx-sm-1 { + margin-right: 0.25rem !important; + } .bs .mb-sm-1, - .bs .my-sm-1 { - margin-bottom: 0.25rem !important; } +.bs .my-sm-1 { + margin-bottom: 0.25rem !important; + } .bs .ml-sm-1, - .bs .mx-sm-1 { - margin-left: 0.25rem !important; } +.bs .mx-sm-1 { + margin-left: 0.25rem !important; + } .bs .m-sm-2 { - margin: 0.5rem !important; } + margin: 0.5rem !important; + } .bs .mt-sm-2, - .bs .my-sm-2 { - margin-top: 0.5rem !important; } +.bs .my-sm-2 { + margin-top: 0.5rem !important; + } .bs .mr-sm-2, - .bs .mx-sm-2 { - margin-right: 0.5rem !important; } +.bs .mx-sm-2 { + margin-right: 0.5rem !important; + } .bs .mb-sm-2, - .bs .my-sm-2 { - margin-bottom: 0.5rem !important; } +.bs .my-sm-2 { + margin-bottom: 0.5rem !important; + } .bs .ml-sm-2, - .bs .mx-sm-2 { - margin-left: 0.5rem !important; } +.bs .mx-sm-2 { + margin-left: 0.5rem !important; + } .bs .m-sm-3 { - margin: 1rem !important; } + margin: 1rem !important; + } .bs .mt-sm-3, - .bs .my-sm-3 { - margin-top: 1rem !important; } +.bs .my-sm-3 { + margin-top: 1rem !important; + } .bs .mr-sm-3, - .bs .mx-sm-3 { - margin-right: 1rem !important; } +.bs .mx-sm-3 { + margin-right: 1rem !important; + } .bs .mb-sm-3, - .bs .my-sm-3 { - margin-bottom: 1rem !important; } +.bs .my-sm-3 { + margin-bottom: 1rem !important; + } .bs .ml-sm-3, - .bs .mx-sm-3 { - margin-left: 1rem !important; } +.bs .mx-sm-3 { + margin-left: 1rem !important; + } .bs .m-sm-4 { - margin: 1.5rem !important; } + margin: 1.5rem !important; + } .bs .mt-sm-4, - .bs .my-sm-4 { - margin-top: 1.5rem !important; } +.bs .my-sm-4 { + margin-top: 1.5rem !important; + } .bs .mr-sm-4, - .bs .mx-sm-4 { - margin-right: 1.5rem !important; } +.bs .mx-sm-4 { + margin-right: 1.5rem !important; + } .bs .mb-sm-4, - .bs .my-sm-4 { - margin-bottom: 1.5rem !important; } +.bs .my-sm-4 { + margin-bottom: 1.5rem !important; + } .bs .ml-sm-4, - .bs .mx-sm-4 { - margin-left: 1.5rem !important; } +.bs .mx-sm-4 { + margin-left: 1.5rem !important; + } .bs .m-sm-5 { - margin: 3rem !important; } + margin: 3rem !important; + } .bs .mt-sm-5, - .bs .my-sm-5 { - margin-top: 3rem !important; } +.bs .my-sm-5 { + margin-top: 3rem !important; + } .bs .mr-sm-5, - .bs .mx-sm-5 { - margin-right: 3rem !important; } +.bs .mx-sm-5 { + margin-right: 3rem !important; + } .bs .mb-sm-5, - .bs .my-sm-5 { - margin-bottom: 3rem !important; } +.bs .my-sm-5 { + margin-bottom: 3rem !important; + } .bs .ml-sm-5, - .bs .mx-sm-5 { - margin-left: 3rem !important; } +.bs .mx-sm-5 { + margin-left: 3rem !important; + } .bs .p-sm-0 { - padding: 0 !important; } + padding: 0 !important; + } .bs .pt-sm-0, - .bs .py-sm-0 { - padding-top: 0 !important; } +.bs .py-sm-0 { + padding-top: 0 !important; + } .bs .pr-sm-0, - .bs .px-sm-0 { - padding-right: 0 !important; } +.bs .px-sm-0 { + padding-right: 0 !important; + } .bs .pb-sm-0, - .bs .py-sm-0 { - padding-bottom: 0 !important; } +.bs .py-sm-0 { + padding-bottom: 0 !important; + } .bs .pl-sm-0, - .bs .px-sm-0 { - padding-left: 0 !important; } +.bs .px-sm-0 { + padding-left: 0 !important; + } .bs .p-sm-1 { - padding: 0.25rem !important; } + padding: 0.25rem !important; + } .bs .pt-sm-1, - .bs .py-sm-1 { - padding-top: 0.25rem !important; } +.bs .py-sm-1 { + padding-top: 0.25rem !important; + } .bs .pr-sm-1, - .bs .px-sm-1 { - padding-right: 0.25rem !important; } +.bs .px-sm-1 { + padding-right: 0.25rem !important; + } .bs .pb-sm-1, - .bs .py-sm-1 { - padding-bottom: 0.25rem !important; } +.bs .py-sm-1 { + padding-bottom: 0.25rem !important; + } .bs .pl-sm-1, - .bs .px-sm-1 { - padding-left: 0.25rem !important; } +.bs .px-sm-1 { + padding-left: 0.25rem !important; + } .bs .p-sm-2 { - padding: 0.5rem !important; } + padding: 0.5rem !important; + } .bs .pt-sm-2, - .bs .py-sm-2 { - padding-top: 0.5rem !important; } +.bs .py-sm-2 { + padding-top: 0.5rem !important; + } .bs .pr-sm-2, - .bs .px-sm-2 { - padding-right: 0.5rem !important; } +.bs .px-sm-2 { + padding-right: 0.5rem !important; + } .bs .pb-sm-2, - .bs .py-sm-2 { - padding-bottom: 0.5rem !important; } +.bs .py-sm-2 { + padding-bottom: 0.5rem !important; + } .bs .pl-sm-2, - .bs .px-sm-2 { - padding-left: 0.5rem !important; } +.bs .px-sm-2 { + padding-left: 0.5rem !important; + } .bs .p-sm-3 { - padding: 1rem !important; } + padding: 1rem !important; + } .bs .pt-sm-3, - .bs .py-sm-3 { - padding-top: 1rem !important; } +.bs .py-sm-3 { + padding-top: 1rem !important; + } .bs .pr-sm-3, - .bs .px-sm-3 { - padding-right: 1rem !important; } +.bs .px-sm-3 { + padding-right: 1rem !important; + } .bs .pb-sm-3, - .bs .py-sm-3 { - padding-bottom: 1rem !important; } +.bs .py-sm-3 { + padding-bottom: 1rem !important; + } .bs .pl-sm-3, - .bs .px-sm-3 { - padding-left: 1rem !important; } +.bs .px-sm-3 { + padding-left: 1rem !important; + } .bs .p-sm-4 { - padding: 1.5rem !important; } + padding: 1.5rem !important; + } .bs .pt-sm-4, - .bs .py-sm-4 { - padding-top: 1.5rem !important; } +.bs .py-sm-4 { + padding-top: 1.5rem !important; + } .bs .pr-sm-4, - .bs .px-sm-4 { - padding-right: 1.5rem !important; } +.bs .px-sm-4 { + padding-right: 1.5rem !important; + } .bs .pb-sm-4, - .bs .py-sm-4 { - padding-bottom: 1.5rem !important; } +.bs .py-sm-4 { + padding-bottom: 1.5rem !important; + } .bs .pl-sm-4, - .bs .px-sm-4 { - padding-left: 1.5rem !important; } +.bs .px-sm-4 { + padding-left: 1.5rem !important; + } .bs .p-sm-5 { - padding: 3rem !important; } + padding: 3rem !important; + } .bs .pt-sm-5, - .bs .py-sm-5 { - padding-top: 3rem !important; } +.bs .py-sm-5 { + padding-top: 3rem !important; + } .bs .pr-sm-5, - .bs .px-sm-5 { - padding-right: 3rem !important; } +.bs .px-sm-5 { + padding-right: 3rem !important; + } .bs .pb-sm-5, - .bs .py-sm-5 { - padding-bottom: 3rem !important; } +.bs .py-sm-5 { + padding-bottom: 3rem !important; + } .bs .pl-sm-5, - .bs .px-sm-5 { - padding-left: 3rem !important; } +.bs .px-sm-5 { + padding-left: 3rem !important; + } .bs .m-sm-n1 { - margin: -0.25rem !important; } + margin: -0.25rem !important; + } .bs .mt-sm-n1, - .bs .my-sm-n1 { - margin-top: -0.25rem !important; } +.bs .my-sm-n1 { + margin-top: -0.25rem !important; + } .bs .mr-sm-n1, - .bs .mx-sm-n1 { - margin-right: -0.25rem !important; } +.bs .mx-sm-n1 { + margin-right: -0.25rem !important; + } .bs .mb-sm-n1, - .bs .my-sm-n1 { - margin-bottom: -0.25rem !important; } +.bs .my-sm-n1 { + margin-bottom: -0.25rem !important; + } .bs .ml-sm-n1, - .bs .mx-sm-n1 { - margin-left: -0.25rem !important; } +.bs .mx-sm-n1 { + margin-left: -0.25rem !important; + } .bs .m-sm-n2 { - margin: -0.5rem !important; } + margin: -0.5rem !important; + } .bs .mt-sm-n2, - .bs .my-sm-n2 { - margin-top: -0.5rem !important; } +.bs .my-sm-n2 { + margin-top: -0.5rem !important; + } .bs .mr-sm-n2, - .bs .mx-sm-n2 { - margin-right: -0.5rem !important; } +.bs .mx-sm-n2 { + margin-right: -0.5rem !important; + } .bs .mb-sm-n2, - .bs .my-sm-n2 { - margin-bottom: -0.5rem !important; } +.bs .my-sm-n2 { + margin-bottom: -0.5rem !important; + } .bs .ml-sm-n2, - .bs .mx-sm-n2 { - margin-left: -0.5rem !important; } +.bs .mx-sm-n2 { + margin-left: -0.5rem !important; + } .bs .m-sm-n3 { - margin: -1rem !important; } + margin: -1rem !important; + } .bs .mt-sm-n3, - .bs .my-sm-n3 { - margin-top: -1rem !important; } +.bs .my-sm-n3 { + margin-top: -1rem !important; + } .bs .mr-sm-n3, - .bs .mx-sm-n3 { - margin-right: -1rem !important; } +.bs .mx-sm-n3 { + margin-right: -1rem !important; + } .bs .mb-sm-n3, - .bs .my-sm-n3 { - margin-bottom: -1rem !important; } +.bs .my-sm-n3 { + margin-bottom: -1rem !important; + } .bs .ml-sm-n3, - .bs .mx-sm-n3 { - margin-left: -1rem !important; } +.bs .mx-sm-n3 { + margin-left: -1rem !important; + } .bs .m-sm-n4 { - margin: -1.5rem !important; } + margin: -1.5rem !important; + } .bs .mt-sm-n4, - .bs .my-sm-n4 { - margin-top: -1.5rem !important; } +.bs .my-sm-n4 { + margin-top: -1.5rem !important; + } .bs .mr-sm-n4, - .bs .mx-sm-n4 { - margin-right: -1.5rem !important; } +.bs .mx-sm-n4 { + margin-right: -1.5rem !important; + } .bs .mb-sm-n4, - .bs .my-sm-n4 { - margin-bottom: -1.5rem !important; } +.bs .my-sm-n4 { + margin-bottom: -1.5rem !important; + } .bs .ml-sm-n4, - .bs .mx-sm-n4 { - margin-left: -1.5rem !important; } +.bs .mx-sm-n4 { + margin-left: -1.5rem !important; + } .bs .m-sm-n5 { - margin: -3rem !important; } + margin: -3rem !important; + } .bs .mt-sm-n5, - .bs .my-sm-n5 { - margin-top: -3rem !important; } +.bs .my-sm-n5 { + margin-top: -3rem !important; + } .bs .mr-sm-n5, - .bs .mx-sm-n5 { - margin-right: -3rem !important; } +.bs .mx-sm-n5 { + margin-right: -3rem !important; + } .bs .mb-sm-n5, - .bs .my-sm-n5 { - margin-bottom: -3rem !important; } +.bs .my-sm-n5 { + margin-bottom: -3rem !important; + } .bs .ml-sm-n5, - .bs .mx-sm-n5 { - margin-left: -3rem !important; } +.bs .mx-sm-n5 { + margin-left: -3rem !important; + } .bs .m-sm-auto { - margin: auto !important; } + margin: auto !important; + } .bs .mt-sm-auto, - .bs .my-sm-auto { - margin-top: auto !important; } +.bs .my-sm-auto { + margin-top: auto !important; + } .bs .mr-sm-auto, - .bs .mx-sm-auto { - margin-right: auto !important; } +.bs .mx-sm-auto { + margin-right: auto !important; + } .bs .mb-sm-auto, - .bs .my-sm-auto { - margin-bottom: auto !important; } +.bs .my-sm-auto { + margin-bottom: auto !important; + } .bs .ml-sm-auto, - .bs .mx-sm-auto { - margin-left: auto !important; } } - +.bs .mx-sm-auto { + margin-left: auto !important; + } +} @media (min-width: 768px) { .bs .m-md-0 { - margin: 0 !important; } + margin: 0 !important; + } .bs .mt-md-0, - .bs .my-md-0 { - margin-top: 0 !important; } +.bs .my-md-0 { + margin-top: 0 !important; + } .bs .mr-md-0, - .bs .mx-md-0 { - margin-right: 0 !important; } +.bs .mx-md-0 { + margin-right: 0 !important; + } .bs .mb-md-0, - .bs .my-md-0 { - margin-bottom: 0 !important; } +.bs .my-md-0 { + margin-bottom: 0 !important; + } .bs .ml-md-0, - .bs .mx-md-0 { - margin-left: 0 !important; } +.bs .mx-md-0 { + margin-left: 0 !important; + } .bs .m-md-1 { - margin: 0.25rem !important; } + margin: 0.25rem !important; + } .bs .mt-md-1, - .bs .my-md-1 { - margin-top: 0.25rem !important; } +.bs .my-md-1 { + margin-top: 0.25rem !important; + } .bs .mr-md-1, - .bs .mx-md-1 { - margin-right: 0.25rem !important; } +.bs .mx-md-1 { + margin-right: 0.25rem !important; + } .bs .mb-md-1, - .bs .my-md-1 { - margin-bottom: 0.25rem !important; } +.bs .my-md-1 { + margin-bottom: 0.25rem !important; + } .bs .ml-md-1, - .bs .mx-md-1 { - margin-left: 0.25rem !important; } +.bs .mx-md-1 { + margin-left: 0.25rem !important; + } .bs .m-md-2 { - margin: 0.5rem !important; } + margin: 0.5rem !important; + } .bs .mt-md-2, - .bs .my-md-2 { - margin-top: 0.5rem !important; } +.bs .my-md-2 { + margin-top: 0.5rem !important; + } .bs .mr-md-2, - .bs .mx-md-2 { - margin-right: 0.5rem !important; } +.bs .mx-md-2 { + margin-right: 0.5rem !important; + } .bs .mb-md-2, - .bs .my-md-2 { - margin-bottom: 0.5rem !important; } +.bs .my-md-2 { + margin-bottom: 0.5rem !important; + } .bs .ml-md-2, - .bs .mx-md-2 { - margin-left: 0.5rem !important; } +.bs .mx-md-2 { + margin-left: 0.5rem !important; + } .bs .m-md-3 { - margin: 1rem !important; } + margin: 1rem !important; + } .bs .mt-md-3, - .bs .my-md-3 { - margin-top: 1rem !important; } +.bs .my-md-3 { + margin-top: 1rem !important; + } .bs .mr-md-3, - .bs .mx-md-3 { - margin-right: 1rem !important; } +.bs .mx-md-3 { + margin-right: 1rem !important; + } .bs .mb-md-3, - .bs .my-md-3 { - margin-bottom: 1rem !important; } +.bs .my-md-3 { + margin-bottom: 1rem !important; + } .bs .ml-md-3, - .bs .mx-md-3 { - margin-left: 1rem !important; } +.bs .mx-md-3 { + margin-left: 1rem !important; + } .bs .m-md-4 { - margin: 1.5rem !important; } + margin: 1.5rem !important; + } .bs .mt-md-4, - .bs .my-md-4 { - margin-top: 1.5rem !important; } +.bs .my-md-4 { + margin-top: 1.5rem !important; + } .bs .mr-md-4, - .bs .mx-md-4 { - margin-right: 1.5rem !important; } +.bs .mx-md-4 { + margin-right: 1.5rem !important; + } .bs .mb-md-4, - .bs .my-md-4 { - margin-bottom: 1.5rem !important; } +.bs .my-md-4 { + margin-bottom: 1.5rem !important; + } .bs .ml-md-4, - .bs .mx-md-4 { - margin-left: 1.5rem !important; } +.bs .mx-md-4 { + margin-left: 1.5rem !important; + } .bs .m-md-5 { - margin: 3rem !important; } + margin: 3rem !important; + } .bs .mt-md-5, - .bs .my-md-5 { - margin-top: 3rem !important; } +.bs .my-md-5 { + margin-top: 3rem !important; + } .bs .mr-md-5, - .bs .mx-md-5 { - margin-right: 3rem !important; } +.bs .mx-md-5 { + margin-right: 3rem !important; + } .bs .mb-md-5, - .bs .my-md-5 { - margin-bottom: 3rem !important; } +.bs .my-md-5 { + margin-bottom: 3rem !important; + } .bs .ml-md-5, - .bs .mx-md-5 { - margin-left: 3rem !important; } +.bs .mx-md-5 { + margin-left: 3rem !important; + } .bs .p-md-0 { - padding: 0 !important; } + padding: 0 !important; + } .bs .pt-md-0, - .bs .py-md-0 { - padding-top: 0 !important; } +.bs .py-md-0 { + padding-top: 0 !important; + } .bs .pr-md-0, - .bs .px-md-0 { - padding-right: 0 !important; } +.bs .px-md-0 { + padding-right: 0 !important; + } .bs .pb-md-0, - .bs .py-md-0 { - padding-bottom: 0 !important; } +.bs .py-md-0 { + padding-bottom: 0 !important; + } .bs .pl-md-0, - .bs .px-md-0 { - padding-left: 0 !important; } +.bs .px-md-0 { + padding-left: 0 !important; + } .bs .p-md-1 { - padding: 0.25rem !important; } + padding: 0.25rem !important; + } .bs .pt-md-1, - .bs .py-md-1 { - padding-top: 0.25rem !important; } +.bs .py-md-1 { + padding-top: 0.25rem !important; + } .bs .pr-md-1, - .bs .px-md-1 { - padding-right: 0.25rem !important; } +.bs .px-md-1 { + padding-right: 0.25rem !important; + } .bs .pb-md-1, - .bs .py-md-1 { - padding-bottom: 0.25rem !important; } +.bs .py-md-1 { + padding-bottom: 0.25rem !important; + } .bs .pl-md-1, - .bs .px-md-1 { - padding-left: 0.25rem !important; } +.bs .px-md-1 { + padding-left: 0.25rem !important; + } .bs .p-md-2 { - padding: 0.5rem !important; } + padding: 0.5rem !important; + } .bs .pt-md-2, - .bs .py-md-2 { - padding-top: 0.5rem !important; } +.bs .py-md-2 { + padding-top: 0.5rem !important; + } .bs .pr-md-2, - .bs .px-md-2 { - padding-right: 0.5rem !important; } +.bs .px-md-2 { + padding-right: 0.5rem !important; + } .bs .pb-md-2, - .bs .py-md-2 { - padding-bottom: 0.5rem !important; } +.bs .py-md-2 { + padding-bottom: 0.5rem !important; + } .bs .pl-md-2, - .bs .px-md-2 { - padding-left: 0.5rem !important; } +.bs .px-md-2 { + padding-left: 0.5rem !important; + } .bs .p-md-3 { - padding: 1rem !important; } + padding: 1rem !important; + } .bs .pt-md-3, - .bs .py-md-3 { - padding-top: 1rem !important; } +.bs .py-md-3 { + padding-top: 1rem !important; + } .bs .pr-md-3, - .bs .px-md-3 { - padding-right: 1rem !important; } +.bs .px-md-3 { + padding-right: 1rem !important; + } .bs .pb-md-3, - .bs .py-md-3 { - padding-bottom: 1rem !important; } +.bs .py-md-3 { + padding-bottom: 1rem !important; + } .bs .pl-md-3, - .bs .px-md-3 { - padding-left: 1rem !important; } +.bs .px-md-3 { + padding-left: 1rem !important; + } .bs .p-md-4 { - padding: 1.5rem !important; } + padding: 1.5rem !important; + } .bs .pt-md-4, - .bs .py-md-4 { - padding-top: 1.5rem !important; } +.bs .py-md-4 { + padding-top: 1.5rem !important; + } .bs .pr-md-4, - .bs .px-md-4 { - padding-right: 1.5rem !important; } +.bs .px-md-4 { + padding-right: 1.5rem !important; + } .bs .pb-md-4, - .bs .py-md-4 { - padding-bottom: 1.5rem !important; } +.bs .py-md-4 { + padding-bottom: 1.5rem !important; + } .bs .pl-md-4, - .bs .px-md-4 { - padding-left: 1.5rem !important; } +.bs .px-md-4 { + padding-left: 1.5rem !important; + } .bs .p-md-5 { - padding: 3rem !important; } + padding: 3rem !important; + } .bs .pt-md-5, - .bs .py-md-5 { - padding-top: 3rem !important; } +.bs .py-md-5 { + padding-top: 3rem !important; + } .bs .pr-md-5, - .bs .px-md-5 { - padding-right: 3rem !important; } +.bs .px-md-5 { + padding-right: 3rem !important; + } .bs .pb-md-5, - .bs .py-md-5 { - padding-bottom: 3rem !important; } +.bs .py-md-5 { + padding-bottom: 3rem !important; + } .bs .pl-md-5, - .bs .px-md-5 { - padding-left: 3rem !important; } +.bs .px-md-5 { + padding-left: 3rem !important; + } .bs .m-md-n1 { - margin: -0.25rem !important; } + margin: -0.25rem !important; + } .bs .mt-md-n1, - .bs .my-md-n1 { - margin-top: -0.25rem !important; } +.bs .my-md-n1 { + margin-top: -0.25rem !important; + } .bs .mr-md-n1, - .bs .mx-md-n1 { - margin-right: -0.25rem !important; } +.bs .mx-md-n1 { + margin-right: -0.25rem !important; + } .bs .mb-md-n1, - .bs .my-md-n1 { - margin-bottom: -0.25rem !important; } +.bs .my-md-n1 { + margin-bottom: -0.25rem !important; + } .bs .ml-md-n1, - .bs .mx-md-n1 { - margin-left: -0.25rem !important; } +.bs .mx-md-n1 { + margin-left: -0.25rem !important; + } .bs .m-md-n2 { - margin: -0.5rem !important; } + margin: -0.5rem !important; + } .bs .mt-md-n2, - .bs .my-md-n2 { - margin-top: -0.5rem !important; } +.bs .my-md-n2 { + margin-top: -0.5rem !important; + } .bs .mr-md-n2, - .bs .mx-md-n2 { - margin-right: -0.5rem !important; } +.bs .mx-md-n2 { + margin-right: -0.5rem !important; + } .bs .mb-md-n2, - .bs .my-md-n2 { - margin-bottom: -0.5rem !important; } +.bs .my-md-n2 { + margin-bottom: -0.5rem !important; + } .bs .ml-md-n2, - .bs .mx-md-n2 { - margin-left: -0.5rem !important; } +.bs .mx-md-n2 { + margin-left: -0.5rem !important; + } .bs .m-md-n3 { - margin: -1rem !important; } + margin: -1rem !important; + } .bs .mt-md-n3, - .bs .my-md-n3 { - margin-top: -1rem !important; } +.bs .my-md-n3 { + margin-top: -1rem !important; + } .bs .mr-md-n3, - .bs .mx-md-n3 { - margin-right: -1rem !important; } +.bs .mx-md-n3 { + margin-right: -1rem !important; + } .bs .mb-md-n3, - .bs .my-md-n3 { - margin-bottom: -1rem !important; } +.bs .my-md-n3 { + margin-bottom: -1rem !important; + } .bs .ml-md-n3, - .bs .mx-md-n3 { - margin-left: -1rem !important; } +.bs .mx-md-n3 { + margin-left: -1rem !important; + } .bs .m-md-n4 { - margin: -1.5rem !important; } + margin: -1.5rem !important; + } .bs .mt-md-n4, - .bs .my-md-n4 { - margin-top: -1.5rem !important; } +.bs .my-md-n4 { + margin-top: -1.5rem !important; + } .bs .mr-md-n4, - .bs .mx-md-n4 { - margin-right: -1.5rem !important; } +.bs .mx-md-n4 { + margin-right: -1.5rem !important; + } .bs .mb-md-n4, - .bs .my-md-n4 { - margin-bottom: -1.5rem !important; } +.bs .my-md-n4 { + margin-bottom: -1.5rem !important; + } .bs .ml-md-n4, - .bs .mx-md-n4 { - margin-left: -1.5rem !important; } +.bs .mx-md-n4 { + margin-left: -1.5rem !important; + } .bs .m-md-n5 { - margin: -3rem !important; } + margin: -3rem !important; + } .bs .mt-md-n5, - .bs .my-md-n5 { - margin-top: -3rem !important; } +.bs .my-md-n5 { + margin-top: -3rem !important; + } .bs .mr-md-n5, - .bs .mx-md-n5 { - margin-right: -3rem !important; } +.bs .mx-md-n5 { + margin-right: -3rem !important; + } .bs .mb-md-n5, - .bs .my-md-n5 { - margin-bottom: -3rem !important; } +.bs .my-md-n5 { + margin-bottom: -3rem !important; + } .bs .ml-md-n5, - .bs .mx-md-n5 { - margin-left: -3rem !important; } +.bs .mx-md-n5 { + margin-left: -3rem !important; + } .bs .m-md-auto { - margin: auto !important; } + margin: auto !important; + } .bs .mt-md-auto, - .bs .my-md-auto { - margin-top: auto !important; } +.bs .my-md-auto { + margin-top: auto !important; + } .bs .mr-md-auto, - .bs .mx-md-auto { - margin-right: auto !important; } +.bs .mx-md-auto { + margin-right: auto !important; + } .bs .mb-md-auto, - .bs .my-md-auto { - margin-bottom: auto !important; } +.bs .my-md-auto { + margin-bottom: auto !important; + } .bs .ml-md-auto, - .bs .mx-md-auto { - margin-left: auto !important; } } - +.bs .mx-md-auto { + margin-left: auto !important; + } +} @media (min-width: 992px) { .bs .m-lg-0 { - margin: 0 !important; } + margin: 0 !important; + } .bs .mt-lg-0, - .bs .my-lg-0 { - margin-top: 0 !important; } +.bs .my-lg-0 { + margin-top: 0 !important; + } .bs .mr-lg-0, - .bs .mx-lg-0 { - margin-right: 0 !important; } +.bs .mx-lg-0 { + margin-right: 0 !important; + } .bs .mb-lg-0, - .bs .my-lg-0 { - margin-bottom: 0 !important; } +.bs .my-lg-0 { + margin-bottom: 0 !important; + } .bs .ml-lg-0, - .bs .mx-lg-0 { - margin-left: 0 !important; } +.bs .mx-lg-0 { + margin-left: 0 !important; + } .bs .m-lg-1 { - margin: 0.25rem !important; } + margin: 0.25rem !important; + } .bs .mt-lg-1, - .bs .my-lg-1 { - margin-top: 0.25rem !important; } +.bs .my-lg-1 { + margin-top: 0.25rem !important; + } .bs .mr-lg-1, - .bs .mx-lg-1 { - margin-right: 0.25rem !important; } +.bs .mx-lg-1 { + margin-right: 0.25rem !important; + } .bs .mb-lg-1, - .bs .my-lg-1 { - margin-bottom: 0.25rem !important; } +.bs .my-lg-1 { + margin-bottom: 0.25rem !important; + } .bs .ml-lg-1, - .bs .mx-lg-1 { - margin-left: 0.25rem !important; } +.bs .mx-lg-1 { + margin-left: 0.25rem !important; + } .bs .m-lg-2 { - margin: 0.5rem !important; } + margin: 0.5rem !important; + } .bs .mt-lg-2, - .bs .my-lg-2 { - margin-top: 0.5rem !important; } +.bs .my-lg-2 { + margin-top: 0.5rem !important; + } .bs .mr-lg-2, - .bs .mx-lg-2 { - margin-right: 0.5rem !important; } +.bs .mx-lg-2 { + margin-right: 0.5rem !important; + } .bs .mb-lg-2, - .bs .my-lg-2 { - margin-bottom: 0.5rem !important; } +.bs .my-lg-2 { + margin-bottom: 0.5rem !important; + } .bs .ml-lg-2, - .bs .mx-lg-2 { - margin-left: 0.5rem !important; } +.bs .mx-lg-2 { + margin-left: 0.5rem !important; + } .bs .m-lg-3 { - margin: 1rem !important; } + margin: 1rem !important; + } .bs .mt-lg-3, - .bs .my-lg-3 { - margin-top: 1rem !important; } +.bs .my-lg-3 { + margin-top: 1rem !important; + } .bs .mr-lg-3, - .bs .mx-lg-3 { - margin-right: 1rem !important; } +.bs .mx-lg-3 { + margin-right: 1rem !important; + } .bs .mb-lg-3, - .bs .my-lg-3 { - margin-bottom: 1rem !important; } +.bs .my-lg-3 { + margin-bottom: 1rem !important; + } .bs .ml-lg-3, - .bs .mx-lg-3 { - margin-left: 1rem !important; } +.bs .mx-lg-3 { + margin-left: 1rem !important; + } .bs .m-lg-4 { - margin: 1.5rem !important; } + margin: 1.5rem !important; + } .bs .mt-lg-4, - .bs .my-lg-4 { - margin-top: 1.5rem !important; } +.bs .my-lg-4 { + margin-top: 1.5rem !important; + } .bs .mr-lg-4, - .bs .mx-lg-4 { - margin-right: 1.5rem !important; } +.bs .mx-lg-4 { + margin-right: 1.5rem !important; + } .bs .mb-lg-4, - .bs .my-lg-4 { - margin-bottom: 1.5rem !important; } +.bs .my-lg-4 { + margin-bottom: 1.5rem !important; + } .bs .ml-lg-4, - .bs .mx-lg-4 { - margin-left: 1.5rem !important; } +.bs .mx-lg-4 { + margin-left: 1.5rem !important; + } .bs .m-lg-5 { - margin: 3rem !important; } + margin: 3rem !important; + } .bs .mt-lg-5, - .bs .my-lg-5 { - margin-top: 3rem !important; } +.bs .my-lg-5 { + margin-top: 3rem !important; + } .bs .mr-lg-5, - .bs .mx-lg-5 { - margin-right: 3rem !important; } +.bs .mx-lg-5 { + margin-right: 3rem !important; + } .bs .mb-lg-5, - .bs .my-lg-5 { - margin-bottom: 3rem !important; } +.bs .my-lg-5 { + margin-bottom: 3rem !important; + } .bs .ml-lg-5, - .bs .mx-lg-5 { - margin-left: 3rem !important; } +.bs .mx-lg-5 { + margin-left: 3rem !important; + } .bs .p-lg-0 { - padding: 0 !important; } + padding: 0 !important; + } .bs .pt-lg-0, - .bs .py-lg-0 { - padding-top: 0 !important; } +.bs .py-lg-0 { + padding-top: 0 !important; + } .bs .pr-lg-0, - .bs .px-lg-0 { - padding-right: 0 !important; } +.bs .px-lg-0 { + padding-right: 0 !important; + } .bs .pb-lg-0, - .bs .py-lg-0 { - padding-bottom: 0 !important; } +.bs .py-lg-0 { + padding-bottom: 0 !important; + } .bs .pl-lg-0, - .bs .px-lg-0 { - padding-left: 0 !important; } +.bs .px-lg-0 { + padding-left: 0 !important; + } .bs .p-lg-1 { - padding: 0.25rem !important; } + padding: 0.25rem !important; + } .bs .pt-lg-1, - .bs .py-lg-1 { - padding-top: 0.25rem !important; } +.bs .py-lg-1 { + padding-top: 0.25rem !important; + } .bs .pr-lg-1, - .bs .px-lg-1 { - padding-right: 0.25rem !important; } +.bs .px-lg-1 { + padding-right: 0.25rem !important; + } .bs .pb-lg-1, - .bs .py-lg-1 { - padding-bottom: 0.25rem !important; } +.bs .py-lg-1 { + padding-bottom: 0.25rem !important; + } .bs .pl-lg-1, - .bs .px-lg-1 { - padding-left: 0.25rem !important; } +.bs .px-lg-1 { + padding-left: 0.25rem !important; + } .bs .p-lg-2 { - padding: 0.5rem !important; } + padding: 0.5rem !important; + } .bs .pt-lg-2, - .bs .py-lg-2 { - padding-top: 0.5rem !important; } +.bs .py-lg-2 { + padding-top: 0.5rem !important; + } .bs .pr-lg-2, - .bs .px-lg-2 { - padding-right: 0.5rem !important; } +.bs .px-lg-2 { + padding-right: 0.5rem !important; + } .bs .pb-lg-2, - .bs .py-lg-2 { - padding-bottom: 0.5rem !important; } +.bs .py-lg-2 { + padding-bottom: 0.5rem !important; + } .bs .pl-lg-2, - .bs .px-lg-2 { - padding-left: 0.5rem !important; } +.bs .px-lg-2 { + padding-left: 0.5rem !important; + } .bs .p-lg-3 { - padding: 1rem !important; } + padding: 1rem !important; + } .bs .pt-lg-3, - .bs .py-lg-3 { - padding-top: 1rem !important; } +.bs .py-lg-3 { + padding-top: 1rem !important; + } .bs .pr-lg-3, - .bs .px-lg-3 { - padding-right: 1rem !important; } +.bs .px-lg-3 { + padding-right: 1rem !important; + } .bs .pb-lg-3, - .bs .py-lg-3 { - padding-bottom: 1rem !important; } +.bs .py-lg-3 { + padding-bottom: 1rem !important; + } .bs .pl-lg-3, - .bs .px-lg-3 { - padding-left: 1rem !important; } +.bs .px-lg-3 { + padding-left: 1rem !important; + } .bs .p-lg-4 { - padding: 1.5rem !important; } + padding: 1.5rem !important; + } .bs .pt-lg-4, - .bs .py-lg-4 { - padding-top: 1.5rem !important; } +.bs .py-lg-4 { + padding-top: 1.5rem !important; + } .bs .pr-lg-4, - .bs .px-lg-4 { - padding-right: 1.5rem !important; } +.bs .px-lg-4 { + padding-right: 1.5rem !important; + } .bs .pb-lg-4, - .bs .py-lg-4 { - padding-bottom: 1.5rem !important; } +.bs .py-lg-4 { + padding-bottom: 1.5rem !important; + } .bs .pl-lg-4, - .bs .px-lg-4 { - padding-left: 1.5rem !important; } +.bs .px-lg-4 { + padding-left: 1.5rem !important; + } .bs .p-lg-5 { - padding: 3rem !important; } + padding: 3rem !important; + } .bs .pt-lg-5, - .bs .py-lg-5 { - padding-top: 3rem !important; } +.bs .py-lg-5 { + padding-top: 3rem !important; + } .bs .pr-lg-5, - .bs .px-lg-5 { - padding-right: 3rem !important; } +.bs .px-lg-5 { + padding-right: 3rem !important; + } .bs .pb-lg-5, - .bs .py-lg-5 { - padding-bottom: 3rem !important; } +.bs .py-lg-5 { + padding-bottom: 3rem !important; + } .bs .pl-lg-5, - .bs .px-lg-5 { - padding-left: 3rem !important; } +.bs .px-lg-5 { + padding-left: 3rem !important; + } .bs .m-lg-n1 { - margin: -0.25rem !important; } + margin: -0.25rem !important; + } .bs .mt-lg-n1, - .bs .my-lg-n1 { - margin-top: -0.25rem !important; } +.bs .my-lg-n1 { + margin-top: -0.25rem !important; + } .bs .mr-lg-n1, - .bs .mx-lg-n1 { - margin-right: -0.25rem !important; } +.bs .mx-lg-n1 { + margin-right: -0.25rem !important; + } .bs .mb-lg-n1, - .bs .my-lg-n1 { - margin-bottom: -0.25rem !important; } +.bs .my-lg-n1 { + margin-bottom: -0.25rem !important; + } .bs .ml-lg-n1, - .bs .mx-lg-n1 { - margin-left: -0.25rem !important; } +.bs .mx-lg-n1 { + margin-left: -0.25rem !important; + } .bs .m-lg-n2 { - margin: -0.5rem !important; } + margin: -0.5rem !important; + } .bs .mt-lg-n2, - .bs .my-lg-n2 { - margin-top: -0.5rem !important; } +.bs .my-lg-n2 { + margin-top: -0.5rem !important; + } .bs .mr-lg-n2, - .bs .mx-lg-n2 { - margin-right: -0.5rem !important; } +.bs .mx-lg-n2 { + margin-right: -0.5rem !important; + } .bs .mb-lg-n2, - .bs .my-lg-n2 { - margin-bottom: -0.5rem !important; } +.bs .my-lg-n2 { + margin-bottom: -0.5rem !important; + } .bs .ml-lg-n2, - .bs .mx-lg-n2 { - margin-left: -0.5rem !important; } +.bs .mx-lg-n2 { + margin-left: -0.5rem !important; + } .bs .m-lg-n3 { - margin: -1rem !important; } + margin: -1rem !important; + } .bs .mt-lg-n3, - .bs .my-lg-n3 { - margin-top: -1rem !important; } +.bs .my-lg-n3 { + margin-top: -1rem !important; + } .bs .mr-lg-n3, - .bs .mx-lg-n3 { - margin-right: -1rem !important; } +.bs .mx-lg-n3 { + margin-right: -1rem !important; + } .bs .mb-lg-n3, - .bs .my-lg-n3 { - margin-bottom: -1rem !important; } +.bs .my-lg-n3 { + margin-bottom: -1rem !important; + } .bs .ml-lg-n3, - .bs .mx-lg-n3 { - margin-left: -1rem !important; } +.bs .mx-lg-n3 { + margin-left: -1rem !important; + } .bs .m-lg-n4 { - margin: -1.5rem !important; } + margin: -1.5rem !important; + } .bs .mt-lg-n4, - .bs .my-lg-n4 { - margin-top: -1.5rem !important; } +.bs .my-lg-n4 { + margin-top: -1.5rem !important; + } .bs .mr-lg-n4, - .bs .mx-lg-n4 { - margin-right: -1.5rem !important; } +.bs .mx-lg-n4 { + margin-right: -1.5rem !important; + } .bs .mb-lg-n4, - .bs .my-lg-n4 { - margin-bottom: -1.5rem !important; } +.bs .my-lg-n4 { + margin-bottom: -1.5rem !important; + } .bs .ml-lg-n4, - .bs .mx-lg-n4 { - margin-left: -1.5rem !important; } +.bs .mx-lg-n4 { + margin-left: -1.5rem !important; + } .bs .m-lg-n5 { - margin: -3rem !important; } + margin: -3rem !important; + } .bs .mt-lg-n5, - .bs .my-lg-n5 { - margin-top: -3rem !important; } +.bs .my-lg-n5 { + margin-top: -3rem !important; + } .bs .mr-lg-n5, - .bs .mx-lg-n5 { - margin-right: -3rem !important; } +.bs .mx-lg-n5 { + margin-right: -3rem !important; + } .bs .mb-lg-n5, - .bs .my-lg-n5 { - margin-bottom: -3rem !important; } +.bs .my-lg-n5 { + margin-bottom: -3rem !important; + } .bs .ml-lg-n5, - .bs .mx-lg-n5 { - margin-left: -3rem !important; } +.bs .mx-lg-n5 { + margin-left: -3rem !important; + } .bs .m-lg-auto { - margin: auto !important; } + margin: auto !important; + } .bs .mt-lg-auto, - .bs .my-lg-auto { - margin-top: auto !important; } +.bs .my-lg-auto { + margin-top: auto !important; + } .bs .mr-lg-auto, - .bs .mx-lg-auto { - margin-right: auto !important; } +.bs .mx-lg-auto { + margin-right: auto !important; + } .bs .mb-lg-auto, - .bs .my-lg-auto { - margin-bottom: auto !important; } +.bs .my-lg-auto { + margin-bottom: auto !important; + } .bs .ml-lg-auto, - .bs .mx-lg-auto { - margin-left: auto !important; } } - +.bs .mx-lg-auto { + margin-left: auto !important; + } +} @media (min-width: 1200px) { .bs .m-xl-0 { - margin: 0 !important; } + margin: 0 !important; + } .bs .mt-xl-0, - .bs .my-xl-0 { - margin-top: 0 !important; } +.bs .my-xl-0 { + margin-top: 0 !important; + } .bs .mr-xl-0, - .bs .mx-xl-0 { - margin-right: 0 !important; } +.bs .mx-xl-0 { + margin-right: 0 !important; + } .bs .mb-xl-0, - .bs .my-xl-0 { - margin-bottom: 0 !important; } +.bs .my-xl-0 { + margin-bottom: 0 !important; + } .bs .ml-xl-0, - .bs .mx-xl-0 { - margin-left: 0 !important; } +.bs .mx-xl-0 { + margin-left: 0 !important; + } .bs .m-xl-1 { - margin: 0.25rem !important; } + margin: 0.25rem !important; + } .bs .mt-xl-1, - .bs .my-xl-1 { - margin-top: 0.25rem !important; } +.bs .my-xl-1 { + margin-top: 0.25rem !important; + } .bs .mr-xl-1, - .bs .mx-xl-1 { - margin-right: 0.25rem !important; } +.bs .mx-xl-1 { + margin-right: 0.25rem !important; + } .bs .mb-xl-1, - .bs .my-xl-1 { - margin-bottom: 0.25rem !important; } +.bs .my-xl-1 { + margin-bottom: 0.25rem !important; + } .bs .ml-xl-1, - .bs .mx-xl-1 { - margin-left: 0.25rem !important; } +.bs .mx-xl-1 { + margin-left: 0.25rem !important; + } .bs .m-xl-2 { - margin: 0.5rem !important; } + margin: 0.5rem !important; + } .bs .mt-xl-2, - .bs .my-xl-2 { - margin-top: 0.5rem !important; } +.bs .my-xl-2 { + margin-top: 0.5rem !important; + } .bs .mr-xl-2, - .bs .mx-xl-2 { - margin-right: 0.5rem !important; } +.bs .mx-xl-2 { + margin-right: 0.5rem !important; + } .bs .mb-xl-2, - .bs .my-xl-2 { - margin-bottom: 0.5rem !important; } +.bs .my-xl-2 { + margin-bottom: 0.5rem !important; + } .bs .ml-xl-2, - .bs .mx-xl-2 { - margin-left: 0.5rem !important; } +.bs .mx-xl-2 { + margin-left: 0.5rem !important; + } .bs .m-xl-3 { - margin: 1rem !important; } + margin: 1rem !important; + } .bs .mt-xl-3, - .bs .my-xl-3 { - margin-top: 1rem !important; } +.bs .my-xl-3 { + margin-top: 1rem !important; + } .bs .mr-xl-3, - .bs .mx-xl-3 { - margin-right: 1rem !important; } +.bs .mx-xl-3 { + margin-right: 1rem !important; + } .bs .mb-xl-3, - .bs .my-xl-3 { - margin-bottom: 1rem !important; } +.bs .my-xl-3 { + margin-bottom: 1rem !important; + } .bs .ml-xl-3, - .bs .mx-xl-3 { - margin-left: 1rem !important; } +.bs .mx-xl-3 { + margin-left: 1rem !important; + } .bs .m-xl-4 { - margin: 1.5rem !important; } + margin: 1.5rem !important; + } .bs .mt-xl-4, - .bs .my-xl-4 { - margin-top: 1.5rem !important; } +.bs .my-xl-4 { + margin-top: 1.5rem !important; + } .bs .mr-xl-4, - .bs .mx-xl-4 { - margin-right: 1.5rem !important; } +.bs .mx-xl-4 { + margin-right: 1.5rem !important; + } .bs .mb-xl-4, - .bs .my-xl-4 { - margin-bottom: 1.5rem !important; } +.bs .my-xl-4 { + margin-bottom: 1.5rem !important; + } .bs .ml-xl-4, - .bs .mx-xl-4 { - margin-left: 1.5rem !important; } +.bs .mx-xl-4 { + margin-left: 1.5rem !important; + } .bs .m-xl-5 { - margin: 3rem !important; } + margin: 3rem !important; + } .bs .mt-xl-5, - .bs .my-xl-5 { - margin-top: 3rem !important; } +.bs .my-xl-5 { + margin-top: 3rem !important; + } .bs .mr-xl-5, - .bs .mx-xl-5 { - margin-right: 3rem !important; } +.bs .mx-xl-5 { + margin-right: 3rem !important; + } .bs .mb-xl-5, - .bs .my-xl-5 { - margin-bottom: 3rem !important; } +.bs .my-xl-5 { + margin-bottom: 3rem !important; + } .bs .ml-xl-5, - .bs .mx-xl-5 { - margin-left: 3rem !important; } +.bs .mx-xl-5 { + margin-left: 3rem !important; + } .bs .p-xl-0 { - padding: 0 !important; } + padding: 0 !important; + } .bs .pt-xl-0, - .bs .py-xl-0 { - padding-top: 0 !important; } +.bs .py-xl-0 { + padding-top: 0 !important; + } .bs .pr-xl-0, - .bs .px-xl-0 { - padding-right: 0 !important; } +.bs .px-xl-0 { + padding-right: 0 !important; + } .bs .pb-xl-0, - .bs .py-xl-0 { - padding-bottom: 0 !important; } +.bs .py-xl-0 { + padding-bottom: 0 !important; + } .bs .pl-xl-0, - .bs .px-xl-0 { - padding-left: 0 !important; } +.bs .px-xl-0 { + padding-left: 0 !important; + } .bs .p-xl-1 { - padding: 0.25rem !important; } + padding: 0.25rem !important; + } .bs .pt-xl-1, - .bs .py-xl-1 { - padding-top: 0.25rem !important; } +.bs .py-xl-1 { + padding-top: 0.25rem !important; + } .bs .pr-xl-1, - .bs .px-xl-1 { - padding-right: 0.25rem !important; } +.bs .px-xl-1 { + padding-right: 0.25rem !important; + } .bs .pb-xl-1, - .bs .py-xl-1 { - padding-bottom: 0.25rem !important; } +.bs .py-xl-1 { + padding-bottom: 0.25rem !important; + } .bs .pl-xl-1, - .bs .px-xl-1 { - padding-left: 0.25rem !important; } +.bs .px-xl-1 { + padding-left: 0.25rem !important; + } .bs .p-xl-2 { - padding: 0.5rem !important; } + padding: 0.5rem !important; + } .bs .pt-xl-2, - .bs .py-xl-2 { - padding-top: 0.5rem !important; } +.bs .py-xl-2 { + padding-top: 0.5rem !important; + } .bs .pr-xl-2, - .bs .px-xl-2 { - padding-right: 0.5rem !important; } +.bs .px-xl-2 { + padding-right: 0.5rem !important; + } .bs .pb-xl-2, - .bs .py-xl-2 { - padding-bottom: 0.5rem !important; } +.bs .py-xl-2 { + padding-bottom: 0.5rem !important; + } .bs .pl-xl-2, - .bs .px-xl-2 { - padding-left: 0.5rem !important; } +.bs .px-xl-2 { + padding-left: 0.5rem !important; + } .bs .p-xl-3 { - padding: 1rem !important; } + padding: 1rem !important; + } .bs .pt-xl-3, - .bs .py-xl-3 { - padding-top: 1rem !important; } +.bs .py-xl-3 { + padding-top: 1rem !important; + } .bs .pr-xl-3, - .bs .px-xl-3 { - padding-right: 1rem !important; } +.bs .px-xl-3 { + padding-right: 1rem !important; + } .bs .pb-xl-3, - .bs .py-xl-3 { - padding-bottom: 1rem !important; } +.bs .py-xl-3 { + padding-bottom: 1rem !important; + } .bs .pl-xl-3, - .bs .px-xl-3 { - padding-left: 1rem !important; } +.bs .px-xl-3 { + padding-left: 1rem !important; + } .bs .p-xl-4 { - padding: 1.5rem !important; } + padding: 1.5rem !important; + } .bs .pt-xl-4, - .bs .py-xl-4 { - padding-top: 1.5rem !important; } +.bs .py-xl-4 { + padding-top: 1.5rem !important; + } .bs .pr-xl-4, - .bs .px-xl-4 { - padding-right: 1.5rem !important; } +.bs .px-xl-4 { + padding-right: 1.5rem !important; + } .bs .pb-xl-4, - .bs .py-xl-4 { - padding-bottom: 1.5rem !important; } +.bs .py-xl-4 { + padding-bottom: 1.5rem !important; + } .bs .pl-xl-4, - .bs .px-xl-4 { - padding-left: 1.5rem !important; } +.bs .px-xl-4 { + padding-left: 1.5rem !important; + } .bs .p-xl-5 { - padding: 3rem !important; } + padding: 3rem !important; + } .bs .pt-xl-5, - .bs .py-xl-5 { - padding-top: 3rem !important; } +.bs .py-xl-5 { + padding-top: 3rem !important; + } .bs .pr-xl-5, - .bs .px-xl-5 { - padding-right: 3rem !important; } +.bs .px-xl-5 { + padding-right: 3rem !important; + } .bs .pb-xl-5, - .bs .py-xl-5 { - padding-bottom: 3rem !important; } +.bs .py-xl-5 { + padding-bottom: 3rem !important; + } .bs .pl-xl-5, - .bs .px-xl-5 { - padding-left: 3rem !important; } +.bs .px-xl-5 { + padding-left: 3rem !important; + } .bs .m-xl-n1 { - margin: -0.25rem !important; } + margin: -0.25rem !important; + } .bs .mt-xl-n1, - .bs .my-xl-n1 { - margin-top: -0.25rem !important; } +.bs .my-xl-n1 { + margin-top: -0.25rem !important; + } .bs .mr-xl-n1, - .bs .mx-xl-n1 { - margin-right: -0.25rem !important; } +.bs .mx-xl-n1 { + margin-right: -0.25rem !important; + } .bs .mb-xl-n1, - .bs .my-xl-n1 { - margin-bottom: -0.25rem !important; } +.bs .my-xl-n1 { + margin-bottom: -0.25rem !important; + } .bs .ml-xl-n1, - .bs .mx-xl-n1 { - margin-left: -0.25rem !important; } +.bs .mx-xl-n1 { + margin-left: -0.25rem !important; + } .bs .m-xl-n2 { - margin: -0.5rem !important; } + margin: -0.5rem !important; + } .bs .mt-xl-n2, - .bs .my-xl-n2 { - margin-top: -0.5rem !important; } +.bs .my-xl-n2 { + margin-top: -0.5rem !important; + } .bs .mr-xl-n2, - .bs .mx-xl-n2 { - margin-right: -0.5rem !important; } +.bs .mx-xl-n2 { + margin-right: -0.5rem !important; + } .bs .mb-xl-n2, - .bs .my-xl-n2 { - margin-bottom: -0.5rem !important; } +.bs .my-xl-n2 { + margin-bottom: -0.5rem !important; + } .bs .ml-xl-n2, - .bs .mx-xl-n2 { - margin-left: -0.5rem !important; } +.bs .mx-xl-n2 { + margin-left: -0.5rem !important; + } .bs .m-xl-n3 { - margin: -1rem !important; } + margin: -1rem !important; + } .bs .mt-xl-n3, - .bs .my-xl-n3 { - margin-top: -1rem !important; } +.bs .my-xl-n3 { + margin-top: -1rem !important; + } .bs .mr-xl-n3, - .bs .mx-xl-n3 { - margin-right: -1rem !important; } +.bs .mx-xl-n3 { + margin-right: -1rem !important; + } .bs .mb-xl-n3, - .bs .my-xl-n3 { - margin-bottom: -1rem !important; } +.bs .my-xl-n3 { + margin-bottom: -1rem !important; + } .bs .ml-xl-n3, - .bs .mx-xl-n3 { - margin-left: -1rem !important; } +.bs .mx-xl-n3 { + margin-left: -1rem !important; + } .bs .m-xl-n4 { - margin: -1.5rem !important; } + margin: -1.5rem !important; + } .bs .mt-xl-n4, - .bs .my-xl-n4 { - margin-top: -1.5rem !important; } +.bs .my-xl-n4 { + margin-top: -1.5rem !important; + } .bs .mr-xl-n4, - .bs .mx-xl-n4 { - margin-right: -1.5rem !important; } +.bs .mx-xl-n4 { + margin-right: -1.5rem !important; + } .bs .mb-xl-n4, - .bs .my-xl-n4 { - margin-bottom: -1.5rem !important; } +.bs .my-xl-n4 { + margin-bottom: -1.5rem !important; + } .bs .ml-xl-n4, - .bs .mx-xl-n4 { - margin-left: -1.5rem !important; } +.bs .mx-xl-n4 { + margin-left: -1.5rem !important; + } .bs .m-xl-n5 { - margin: -3rem !important; } + margin: -3rem !important; + } .bs .mt-xl-n5, - .bs .my-xl-n5 { - margin-top: -3rem !important; } +.bs .my-xl-n5 { + margin-top: -3rem !important; + } .bs .mr-xl-n5, - .bs .mx-xl-n5 { - margin-right: -3rem !important; } +.bs .mx-xl-n5 { + margin-right: -3rem !important; + } .bs .mb-xl-n5, - .bs .my-xl-n5 { - margin-bottom: -3rem !important; } +.bs .my-xl-n5 { + margin-bottom: -3rem !important; + } .bs .ml-xl-n5, - .bs .mx-xl-n5 { - margin-left: -3rem !important; } +.bs .mx-xl-n5 { + margin-left: -3rem !important; + } .bs .m-xl-auto { - margin: auto !important; } + margin: auto !important; + } .bs .mt-xl-auto, - .bs .my-xl-auto { - margin-top: auto !important; } +.bs .my-xl-auto { + margin-top: auto !important; + } .bs .mr-xl-auto, - .bs .mx-xl-auto { - margin-right: auto !important; } +.bs .mx-xl-auto { + margin-right: auto !important; + } .bs .mb-xl-auto, - .bs .my-xl-auto { - margin-bottom: auto !important; } +.bs .my-xl-auto { + margin-bottom: auto !important; + } .bs .ml-xl-auto, - .bs .mx-xl-auto { - margin-left: auto !important; } } - +.bs .mx-xl-auto { + margin-left: auto !important; + } +} .bs .text-monospace { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; } - + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; +} .bs .text-justify { - text-align: justify !important; } - + text-align: justify !important; +} .bs .text-wrap { - white-space: normal !important; } - + white-space: normal !important; +} .bs .text-nowrap { - white-space: nowrap !important; } - + white-space: nowrap !important; +} .bs .text-truncate { overflow: hidden; text-overflow: ellipsis; - white-space: nowrap; } - + white-space: nowrap; +} .bs .text-left { - text-align: left !important; } - + text-align: left !important; +} .bs .text-right { - text-align: right !important; } - + text-align: right !important; +} .bs .text-center { - text-align: center !important; } - + text-align: center !important; +} @media (min-width: 576px) { .bs .text-sm-left { - text-align: left !important; } + text-align: left !important; + } .bs .text-sm-right { - text-align: right !important; } + text-align: right !important; + } .bs .text-sm-center { - text-align: center !important; } } - + text-align: center !important; + } +} @media (min-width: 768px) { .bs .text-md-left { - text-align: left !important; } + text-align: left !important; + } .bs .text-md-right { - text-align: right !important; } + text-align: right !important; + } .bs .text-md-center { - text-align: center !important; } } - + text-align: center !important; + } +} @media (min-width: 992px) { .bs .text-lg-left { - text-align: left !important; } + text-align: left !important; + } .bs .text-lg-right { - text-align: right !important; } + text-align: right !important; + } .bs .text-lg-center { - text-align: center !important; } } - + text-align: center !important; + } +} @media (min-width: 1200px) { .bs .text-xl-left { - text-align: left !important; } + text-align: left !important; + } .bs .text-xl-right { - text-align: right !important; } + text-align: right !important; + } .bs .text-xl-center { - text-align: center !important; } } - + text-align: center !important; + } +} .bs .text-lowercase { - text-transform: lowercase !important; } - + text-transform: lowercase !important; +} .bs .text-uppercase { - text-transform: uppercase !important; } - + text-transform: uppercase !important; +} .bs .text-capitalize { - text-transform: capitalize !important; } - + text-transform: capitalize !important; +} .bs .font-weight-light { - font-weight: 300 !important; } - + font-weight: 300 !important; +} .bs .font-weight-lighter { - font-weight: lighter !important; } - + font-weight: lighter !important; +} .bs .font-weight-normal { - font-weight: 400 !important; } - + font-weight: 400 !important; +} .bs .font-weight-bold { - font-weight: 700 !important; } - + font-weight: 700 !important; +} .bs .font-weight-bolder { - font-weight: bolder !important; } - + font-weight: bolder !important; +} .bs .font-italic { - font-style: italic !important; } - + font-style: italic !important; +} .bs .text-white { - color: #fff !important; } - + color: #fff !important; +} .bs .text-primary { - color: #ba478f !important; } - + color: #ba478f !important; +} .bs a.text-primary:hover, .bs a.text-primary:focus { - color: #833165 !important; } - + color: #833165 !important; +} .bs .text-secondary { - color: #6c757d !important; } - + color: #6c757d !important; +} .bs a.text-secondary:hover, .bs a.text-secondary:focus { - color: #494f54 !important; } - + color: #494f54 !important; +} .bs .text-success { - color: #68B360 !important; } - + color: #68B360 !important; +} .bs a.text-success:hover, .bs a.text-success:focus { - color: #478640 !important; } - + color: #478640 !important; +} .bs .text-info { - color: #d691bc !important; } - + color: #d691bc !important; +} .bs a.text-info:hover, .bs a.text-info:focus { - color: #c15a9a !important; } - + color: #c15a9a !important; +} .bs .text-warning { - color: #ffcd5c !important; } - + color: #ffcd5c !important; +} .bs a.text-warning:hover, .bs a.text-warning:focus { - color: #ffb610 !important; } - + color: #ffb610 !important; +} .bs .text-danger { - color: #c64040 !important; } - + color: #c64040 !important; +} .bs a.text-danger:hover, .bs a.text-danger:focus { - color: #8f2b2b !important; } - + color: #8f2b2b !important; +} .bs .text-light { - color: #f8f9fa !important; } - + color: #f8f9fa !important; +} .bs a.text-light:hover, .bs a.text-light:focus { - color: #cbd3da !important; } - + color: #cbd3da !important; +} .bs .text-dark { - color: #343a40 !important; } - + color: #343a40 !important; +} .bs a.text-dark:hover, .bs a.text-dark:focus { - color: #121416 !important; } - + color: #121416 !important; +} .bs .text-body { - color: #212529 !important; } - + color: #212529 !important; +} .bs .text-muted { - color: #6c757d !important; } - + color: #6c757d !important; +} .bs .text-black-50 { - color: rgba(0, 0, 0, 0.5) !important; } - + color: rgba(0, 0, 0, 0.5) !important; +} .bs .text-white-50 { - color: rgba(255, 255, 255, 0.5) !important; } - + color: rgba(255, 255, 255, 0.5) !important; +} .bs .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; - border: 0; } - + border: 0; +} .bs .text-decoration-none { - text-decoration: none !important; } - + text-decoration: none !important; +} .bs .text-break { word-break: break-word !important; - overflow-wrap: break-word !important; } - + overflow-wrap: break-word !important; +} .bs .text-reset { - color: inherit !important; } - + color: inherit !important; +} .bs .visible { - visibility: visible !important; } - + visibility: visible !important; +} .bs .invisible { - visibility: hidden !important; } - + visibility: hidden !important; +} .bs .breadcrumb-item.active span.active { - font-weight: 700; } - + font-weight: 700; +} .bs .modal-content { - border-top: 0.25rem #eb743b solid; } - + border-top: 0.25rem #eb743b solid; +} .bs .navbar-nav .nav-link { - font-weight: 700; } - .bs .navbar-nav .nav-link:hover, .bs .navbar-nav .nav-link:focus, .bs .navbar-nav .nav-link[aria-expanded="true"] { - background-color: #eb743b; - color: #fff; } + font-weight: 700; +} +.bs .navbar-nav .nav-link:hover, .bs .navbar-nav .nav-link:focus, .bs .navbar-nav .nav-link[aria-expanded=true] { + background-color: #eb743b; + color: #fff; +} diff --git a/package.json b/package.json index 168d485f1..a6bed35a1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "doc": "docs" }, "scripts": { - "dist": "node-sass scss/bootstrap-prod.scss | tee | postcss --use autoprefixer --no-map > dist/bootstrap.css", + "dist": "sass scss/bootstrap-prod.scss | tee | postcss --use autoprefixer --no-map > dist/bootstrap.css", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, @@ -25,10 +25,11 @@ "@babel/eslint-parser": "^7.16.5", "@babel/runtime": "^7.16.7", "@storybook/addon-actions": "^6.4.14", - "@storybook/addon-info": "^5.3.21", "@storybook/addon-links": "^6.4.14", "@storybook/addon-postcss": "^2.0.0", "@storybook/addons": "^6.4.14", + "@storybook/builder-webpack5": "^6.4.14", + "@storybook/manager-webpack5": "^6.4.14", "@storybook/react": "^6.4.14", "autoprefixer": "10.4.2", "babel-loader": "^8.2.3", @@ -39,16 +40,18 @@ "eslint": "^8.7.0", "eslint-plugin-import": "2.25.4", "eslint-plugin-react": "7.28.0", + "eslint-plugin-storybook": "^0.5.6", "file-loader": "^6.2.0", - "node-sass": "^7.0.1", "popper.js": "^1.16.1", "postcss": "8.4.5", "postcss-cli": "9.1.0", + "postcss-loader": "^4.2.0", "prop-types": "^15.8.1", "react": "^17.0.2", "react-bootstrap": "^1.0.0-beta.9", "react-bootstrap-table-next": "^0.1.15", "react-dom": "^17.0.2", + "sass": "^1.49.0", "sass-loader": "^7.1.0", "style-loader": "^0.21.0", "url-loader": "^1.0.1", diff --git a/stories/index.stories.js b/stories/index.stories.js index 19fad866f..ce14a2ef5 100644 --- a/stories/index.stories.js +++ b/stories/index.stories.js @@ -1,6 +1,5 @@ import React from 'react'; import { - ButtonGroup, Form, FormControl, Nav, @@ -10,8 +9,6 @@ import { } from 'react-bootstrap'; import {storiesOf, addDecorator} from '@storybook/react'; import {action} from '@storybook/addon-actions'; -import {linkTo} from '@storybook/addon-links'; -import {withInfo} from '@storybook/addon-info'; import { AlertDismissable, @@ -45,62 +42,73 @@ addDecorator(MarginDecorator); // Stories of components storiesOf('Welcome', module) - .add('Hey there 👋', withInfo('')(() => ( + .add('Hey there 👋', () => (

{'MetaBrainz UI Library'}

{'This storybook is around to help you find your way around our UI components. We hope it will help us maintain a scalable and consistent visual system for UI development. Look around and feel free to reach out to us on IRC #metabrainz to talk about it! 😀'}

{'Some quick links:'}

-
  • {'MusicBrainz'}
  • +
  • {'MetaBrainz'}
  • {'GitHub Repo'}
  • -
  • {'Bug Tracker'}
  • +
  • {'Bug Tracker'}
  • {'Twitter'}
  • - ))); + )); storiesOf('Alert', module) - .add('Danger Alert', withInfo('Danger alerts should be used when the system has failed to perform an action, or when the user has made an error.')(() => ( + .add('Danger Alert', () => (

    {'You just deleted the entity. The changes will now be voted on. Click '}{'here'} {'to know more!'}

    - ))) + ), + { + info: 'Danger alerts should be used when the system has failed to perform an action, or when the user has made an error.', + }) - .add('Info Alert', withInfo('Info alerts should be used when there are tips or information that a user can benefit from.')(() => ( + .add('Info Alert', () => (

    {'Hmm, you cannot edit it. Permissions to delete this entity are only granted to privileged editors. Click'} {'here'} {'to know more!'}

    - ))) + ), { + info: 'Info alerts should be used when there are tips or information that a user can benefit from.', + }) - .add('Warning Alert', withInfo('Warning alerts should be used when an action is out of the ordinary or might not be desired.')(() => ( + .add('Warning Alert', () => (

    {'We think your browser might be outdated. Better check that one out before proceeding!'}

    - ))) + ), { + info: 'Warning alerts should be used when an action is out of the ordinary or might not be desired.', + }) - .add('Success Alert', withInfo('Success alerts should be used when an action was performed successfully.')(() => ( + .add('Success Alert', () => (

    {'Your tag has been successfully added. Do vote on other relevant tags as well!'}

    - ))); + ), { + info: 'Success alerts should be used when an action was performed successfully.', + }); storiesOf('Badge', module) - .add('Default', withInfo('Badges stand out to inform the user that there is something special that warrants their attention. For example, open edits.')(() => ( + .add('Default', () => (
    {'Open Edits'} {'42'}
    - ))); + ), { + info: 'Badges stand out to inform the user that there is something special that warrants their attention. For example, open edits.', + }); storiesOf('Breadcrumb', module) - .add('Default', withInfo('Breadcrumbs help users figure out “Where am I exactly?” rather quickly. All links in a breadcrumb should be clickable except the current. Reloading the current page again would be quite confusing.')(() => ( + .add('Default', () => (
    {'Release Group'} @@ -108,60 +116,76 @@ storiesOf('Breadcrumb', module) {'Track'}
    - ))); + ), { + info: 'Breadcrumbs help users figure out “Where am I exactly?” rather quickly. All links in a breadcrumb should be clickable except the current. Reloading the current page again would be quite confusing.', + }); storiesOf('Buttons', module) - .add('Primary Button', withInfo('Buttons set an action in motion. Instead of using “Yes” or “Okay”, it’s better to use verbs that explain what the triggered action will be. For example, “Create new”, “Discard draft”, etc. Use the primary button when it’s the main action on a page/table. Use the smaller one in case of limited space.')(() => ( + .add('Primary Button', () => (
    - ))) + ), { + info: 'Buttons set an action in motion. Instead of using “Yes” or “Okay”, it’s better to use verbs that explain what the triggered action will be. For example, “Create new”, “Discard draft”, etc. Use the primary button when it’s the main action on a page/table. Use the smaller one in case of limited space.', + }) - .add('Secondary Button', withInfo('Secondary buttons are used for secondary actions. They’re usually paired with a primary button to provide an alternate choice.')(() => ( + .add('Secondary Button', () => (
    - ))) + ), { + info: 'Secondary buttons are used for secondary actions. They’re usually paired with a primary button to provide an alternate choice.', + }) - .add('Ghost Button', withInfo('Use ghost buttons to reduce visual clutter on the screen. Take care that the actions via a ghost button are not primary actions.')(() => ( + .add('Ghost Button', () => (
    - ))) + ), { + info: 'Use ghost buttons to reduce visual clutter on the screen. Take care that the actions via a ghost button are not primary actions.', + }) - .add('Warning Button', withInfo('Just when you need to nudge the user’s attention to make sure they know it’s not another ordinary action, use the warning button.')(() => ( + .add('Warning Button', () => (
    - ))) + ), { + info: 'Just when you need to nudge the user’s attention to make sure they know it’s not another ordinary action, use the warning button.', + }) - .add('Danger Button', withInfo('When the primary action is “negative” or irreversible, make use of the danger button to warn the user. For example, “Delete”, “Erase”, “Discard”, “Remove”, etc.')(() => ( + .add('Danger Button', () => (
    - ))) + ), { + info: 'When the primary action is “negative” or irreversible, make use of the danger button to warn the user. For example, “Delete”, “Erase”, “Discard”, “Remove”, etc.', + }) - .add('Success Button', withInfo('The “Yay, you did it!” button. Use them for highlighting “positive” actions like “Submit”.')(() => ( + .add('Success Button', () => (
    - ))) + ), { + info: 'The “Yay, you did it!” button. Use them for highlighting “positive” actions like “Submit”.', + }) - .add('Set of Buttons', withInfo('To make clear a distinction between two options, sometimes it’s better to use different visual weights for buttons.')(() => ( + .add('Set of Buttons', () => (
    - ))); + ), { + info: 'To make clear a distinction between two options, sometimes it’s better to use different visual weights for buttons.', + }); storiesOf('Dropdown Button', module) - .add('Primary Dropdown', withInfo('Use a dropdown button when an action is to be chosen from multiple options.')(() => ( + .add('Primary Dropdown', () => (
    {'Let it be'}
    - ))) + ), { + info: 'Use a dropdown button when an action is to be chosen from multiple options.', + }) - .add('Disabled Dropdown', withInfo('Keep a dropdown button disabled if its actions can’t yet be performed. For example, while selecting releases to be merged, disable the merge button until releases are selected.')(() => ( + .add('Disabled Dropdown', () => (
    - ))); + ), { + info: 'Keep a dropdown button disabled if its actions can’t yet be performed. For example, while selecting releases to be merged, disable the merge button until releases are selected.', + }); storiesOf('Modal', module) - .add('Default', withInfo('Modals are overlays over the primary application. They help communicate information via a secondary window and allow the user to maintain the context of a particular task. They can be used to get input necessary to make decisions by the system or to display contextual information.')(() => ( + .add('Default', () => (
    @@ -204,10 +232,12 @@ storiesOf('Modal', module)
    - ))); + ), { + info: 'Modals are overlays over the primary application. They help communicate information via a secondary window and allow the user to maintain the context of a particular task. They can be used to get input necessary to make decisions by the system or to display contextual information.', + }); storiesOf('Navbar', module) - .add('Default', withInfo('')(() => ( + .add('Default', () => ( {'MusicBrainz'} @@ -242,17 +272,19 @@ storiesOf('Navbar', module) - ))); + )); storiesOf('Progress Bar', module) - .add('Default', withInfo('Progress bars help give users immediate feedback. They reduce a user’s uncertainty and give them a reason to wait for an action to complete.')(() => ( + .add('Default', () => (
    - ))); + ), { + info: 'Progress bars help give users immediate feedback. They reduce a user’s uncertainty and give them a reason to wait for an action to complete.', + }); storiesOf('Pagination', module) - .add('Default', withInfo('Pagination helps divide the content into discrete buckets and enables the user to navigate efficiently between them.')(() => ( + .add('Default', () => (
    @@ -270,8 +302,10 @@ storiesOf('Pagination', module)
    - ))) - .add('Sizes', withInfo('Use smaller sizes where space is limited. For example, in tables.')(() => { + ), { + info: 'Pagination helps divide the content into discrete buckets and enables the user to navigate efficiently between them.', + }) + .add('Sizes', () => { const active = 7; const items = []; for (let number = 1; number <= 10; number++) { @@ -288,10 +322,12 @@ storiesOf('Pagination', module) {items} ); - })); + }, { + info: 'Use smaller sizes where space is limited. For example, in tables.', + }); storiesOf('Table', module) - .add('Default', withInfo('')(() => { + .add('Default', () => { const products = [ { id: 1, @@ -326,12 +362,13 @@ storiesOf('Table', module) return ( ); - })); + }); storiesOf('Tooltip', module) - .add('Default', withInfo('')(() => ( + .add('Default', () => (
    {'New!'} @@ -345,4 +382,4 @@ storiesOf('Tooltip', module)
    - ))); + )); diff --git a/yarn.lock b/yarn.lock index 6949dab27..2b86de397 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1680,6 +1680,69 @@ webpack-hot-middleware "^2.25.1" webpack-virtual-modules "^0.2.2" +"@storybook/builder-webpack5@^6.4.14": + version "6.4.14" + resolved "https://registry.yarnpkg.com/@storybook/builder-webpack5/-/builder-webpack5-6.4.14.tgz#4c23451018524e51ebe5e8a12215f9cf9486b8c8" + integrity sha512-kQ3kMEaVhOJt9bAISLkJTzNjD5moNFtHkAKcC+KJwl7rP/AjG/uoct9WuP/XQacv1udyfYPZG63WDkHJbu/ARQ== + dependencies: + "@babel/core" "^7.12.10" + "@babel/plugin-proposal-class-properties" "^7.12.1" + "@babel/plugin-proposal-decorators" "^7.12.12" + "@babel/plugin-proposal-export-default-from" "^7.12.1" + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1" + "@babel/plugin-proposal-object-rest-spread" "^7.12.1" + "@babel/plugin-proposal-optional-chaining" "^7.12.7" + "@babel/plugin-proposal-private-methods" "^7.12.1" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" + "@babel/plugin-transform-arrow-functions" "^7.12.1" + "@babel/plugin-transform-block-scoping" "^7.12.12" + "@babel/plugin-transform-classes" "^7.12.1" + "@babel/plugin-transform-destructuring" "^7.12.1" + "@babel/plugin-transform-for-of" "^7.12.1" + "@babel/plugin-transform-parameters" "^7.12.1" + "@babel/plugin-transform-shorthand-properties" "^7.12.1" + "@babel/plugin-transform-spread" "^7.12.1" + "@babel/preset-env" "^7.12.11" + "@babel/preset-react" "^7.12.10" + "@babel/preset-typescript" "^7.12.7" + "@storybook/addons" "6.4.14" + "@storybook/api" "6.4.14" + "@storybook/channel-postmessage" "6.4.14" + "@storybook/channels" "6.4.14" + "@storybook/client-api" "6.4.14" + "@storybook/client-logger" "6.4.14" + "@storybook/components" "6.4.14" + "@storybook/core-common" "6.4.14" + "@storybook/core-events" "6.4.14" + "@storybook/node-logger" "6.4.14" + "@storybook/preview-web" "6.4.14" + "@storybook/router" "6.4.14" + "@storybook/semver" "^7.3.2" + "@storybook/store" "6.4.14" + "@storybook/theming" "6.4.14" + "@types/node" "^14.0.10" + babel-loader "^8.0.0" + babel-plugin-macros "^3.0.1" + babel-plugin-polyfill-corejs3 "^0.1.0" + case-sensitive-paths-webpack-plugin "^2.3.0" + core-js "^3.8.2" + css-loader "^5.0.1" + fork-ts-checker-webpack-plugin "^6.0.4" + glob "^7.1.6" + glob-promise "^3.4.0" + html-webpack-plugin "^5.0.0" + path-browserify "^1.0.1" + process "^0.11.10" + stable "^0.1.8" + style-loader "^2.0.0" + terser-webpack-plugin "^5.0.3" + ts-dedent "^2.0.0" + util-deprecate "^1.0.2" + webpack "^5.9.0" + webpack-dev-middleware "^4.1.0" + webpack-hot-middleware "^2.25.1" + webpack-virtual-modules "^0.4.1" + "@storybook/channel-postmessage@6.4.14": version "6.4.14" resolved "https://registry.yarnpkg.com/@storybook/channel-postmessage/-/channel-postmessage-6.4.14.tgz#ce719041768ea8c0d64b7edc32ec7c774fba9b19" @@ -1992,7 +2055,7 @@ regenerator-runtime "^0.13.7" ts-dedent "^2.0.0" -"@storybook/csf@0.0.1": +"@storybook/csf@0.0.1", "@storybook/csf@^0.0.1": version "0.0.1" resolved "https://registry.yarnpkg.com/@storybook/csf/-/csf-0.0.1.tgz#95901507dc02f0bc6f9ac8ee1983e2fc5bb98ce6" integrity sha512-USTLkZze5gkel8MYCujSRBVIrUQ3YPBrLOx7GNk/0wttvVtlzWXAq9eLbQ4p/NicGxP+3T7KPEMVV//g+yubpw== @@ -2048,6 +2111,45 @@ webpack-dev-middleware "^3.7.3" webpack-virtual-modules "^0.2.2" +"@storybook/manager-webpack5@^6.4.14": + version "6.4.14" + resolved "https://registry.yarnpkg.com/@storybook/manager-webpack5/-/manager-webpack5-6.4.14.tgz#ee84e01cb54eb0216f543d269b70a9850a6a1449" + integrity sha512-9a2iUUKldGmWH455GmGF/Bvjwk0kb8bGcsCfMIsk7fPbBv16ebMZcOth+ApHrwINTgy9a58j+zL1vie7oNlxhA== + dependencies: + "@babel/core" "^7.12.10" + "@babel/plugin-transform-template-literals" "^7.12.1" + "@babel/preset-react" "^7.12.10" + "@storybook/addons" "6.4.14" + "@storybook/core-client" "6.4.14" + "@storybook/core-common" "6.4.14" + "@storybook/node-logger" "6.4.14" + "@storybook/theming" "6.4.14" + "@storybook/ui" "6.4.14" + "@types/node" "^14.0.10" + babel-loader "^8.0.0" + case-sensitive-paths-webpack-plugin "^2.3.0" + chalk "^4.1.0" + core-js "^3.8.2" + css-loader "^5.0.1" + express "^4.17.1" + file-system-cache "^1.0.5" + find-up "^5.0.0" + fs-extra "^9.0.1" + html-webpack-plugin "^5.0.0" + node-fetch "^2.6.1" + process "^0.11.10" + read-pkg-up "^7.0.1" + regenerator-runtime "^0.13.7" + resolve-from "^5.0.0" + style-loader "^2.0.0" + telejson "^5.3.2" + terser-webpack-plugin "^5.0.3" + ts-dedent "^2.0.0" + util-deprecate "^1.0.2" + webpack "^5.9.0" + webpack-dev-middleware "^4.1.0" + webpack-virtual-modules "^0.4.1" + "@storybook/node-logger@6.4.14", "@storybook/node-logger@^6.1.14": version "6.4.14" resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-6.4.14.tgz#2e96f4e3e06c78c3d065e59818515209122d9ae4" @@ -2255,11 +2357,6 @@ resolve-from "^5.0.0" store2 "^2.12.0" -"@tootallnate/once@1": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" - integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== - "@types/color-convert@^2.0.0": version "2.0.0" resolved "https://registry.yarnpkg.com/@types/color-convert/-/color-convert-2.0.0.tgz#8f5ee6b9e863dcbee5703f5a517ffb13d3ea4e22" @@ -2327,6 +2424,11 @@ resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz#693b316ad323ea97eed6b38ed1a3cc02b1672b57" integrity sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w== +"@types/html-minifier-terser@^6.0.0": + version "6.1.0" + resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz#4fc33a00c1d0c16987b1a20cf92d20614c55ac35" + integrity sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg== + "@types/invariant@^2.2.33": version "2.2.35" resolved "https://registry.yarnpkg.com/@types/invariant/-/invariant-2.2.35.tgz#cd3ebf581a6557452735688d8daba6cf0bd5a3be" @@ -2342,7 +2444,7 @@ resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz#8467d4b3c087805d63580480890791277ce35c44" integrity sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g== -"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8": +"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9": version "7.0.9" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d" integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== @@ -2364,11 +2466,6 @@ resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== -"@types/minimist@^1.2.0": - version "1.2.2" - resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" - integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== - "@types/node-fetch@^2.5.7": version "2.5.12" resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.12.tgz#8a6f779b1d4e60b7a57fb6fd48d84fb545b9cc66" @@ -2529,6 +2626,59 @@ anymatch "^3.0.0" source-map "^0.6.0" +"@typescript-eslint/experimental-utils@^5.3.0": + version "5.10.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.10.0.tgz#e039664f294eb7ab1d3ede7125f5e01be67acc7f" + integrity sha512-GeQAPqQMI5DVMGOUwGbSR+NdsirryyKOgUFRTWInhlsKUArns/MVnXmPpzxfrzB1nU36cT5WJAwmfCsjoaVBWg== + dependencies: + "@typescript-eslint/utils" "5.10.0" + +"@typescript-eslint/scope-manager@5.10.0": + version "5.10.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.0.tgz#bb5d872e8b9e36203908595507fbc4d3105329cb" + integrity sha512-tgNgUgb4MhqK6DoKn3RBhyZ9aJga7EQrw+2/OiDk5hKf3pTVZWyqBi7ukP+Z0iEEDMF5FDa64LqODzlfE4O/Dg== + dependencies: + "@typescript-eslint/types" "5.10.0" + "@typescript-eslint/visitor-keys" "5.10.0" + +"@typescript-eslint/types@5.10.0": + version "5.10.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.0.tgz#beb3cb345076f5b088afe996d57bcd1dfddaa75c" + integrity sha512-wUljCgkqHsMZbw60IbOqT/puLfyqqD5PquGiBo1u1IS3PLxdi3RDGlyf032IJyh+eQoGhz9kzhtZa+VC4eWTlQ== + +"@typescript-eslint/typescript-estree@5.10.0": + version "5.10.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.0.tgz#4be24a3dea0f930bb1397c46187d0efdd955a224" + integrity sha512-x+7e5IqfwLwsxTdliHRtlIYkgdtYXzE0CkFeV6ytAqq431ZyxCFzNMNR5sr3WOlIG/ihVZr9K/y71VHTF/DUQA== + dependencies: + "@typescript-eslint/types" "5.10.0" + "@typescript-eslint/visitor-keys" "5.10.0" + debug "^4.3.2" + globby "^11.0.4" + is-glob "^4.0.3" + semver "^7.3.5" + tsutils "^3.21.0" + +"@typescript-eslint/utils@5.10.0": + version "5.10.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.0.tgz#c3d152a85da77c400e37281355561c72fb1b5a65" + integrity sha512-IGYwlt1CVcFoE2ueW4/ioEwybR60RAdGeiJX/iDAw0t5w0wK3S7QncDwpmsM70nKgGTuVchEWB8lwZwHqPAWRg== + dependencies: + "@types/json-schema" "^7.0.9" + "@typescript-eslint/scope-manager" "5.10.0" + "@typescript-eslint/types" "5.10.0" + "@typescript-eslint/typescript-estree" "5.10.0" + eslint-scope "^5.1.1" + eslint-utils "^3.0.0" + +"@typescript-eslint/visitor-keys@5.10.0": + version "5.10.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.0.tgz#770215497ad67cd15a572b52089991d5dfe06281" + integrity sha512-GMxj0K1uyrFLPKASLmZzCuSddmjZVbVj3Ouy5QVuIGKZopxvOr24JsS7gruz6C3GExE01mublZ3mIBOaon9zuQ== + dependencies: + "@typescript-eslint/types" "5.10.0" + eslint-visitor-keys "^3.0.0" + "@webassemblyjs/ast@1.11.1": version "1.11.1" resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7" @@ -2843,22 +2993,6 @@ address@^1.0.1: resolved "https://registry.yarnpkg.com/address/-/address-1.1.0.tgz#ef8e047847fcd2c5b6f50c16965f924fd99fe709" integrity sha512-4diPfzWbLEIElVG4AnqP+00SULlPzNuyJFNnmMrLgyaxG6tZXJ1sn7mjBu4fHrJE+Yp/jgylOweJn2xsLMFggQ== -agent-base@6, agent-base@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" - integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== - dependencies: - debug "4" - -agentkeepalive@^4.1.3: - version "4.2.0" - resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.2.0.tgz#616ce94ccb41d1a39a45d203d8076fe98713062d" - integrity sha512-0PhAp58jZNw13UJv7NVdTGb0ZcghHUb3DrZ046JiiJY/BOaTTpbwdHq2VObPCBV8M2GPh7sgrJ3AQ8Ey468LJw== - dependencies: - debug "^4.1.0" - depd "^1.1.2" - humanize-ms "^1.2.1" - aggregate-error@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a" @@ -2905,7 +3039,7 @@ ajv-keywords@^3.4.1, ajv-keywords@^3.5.2: resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d" integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== -ajv@^6.1.0, ajv@^6.5.5: +ajv@^6.1.0: version "6.10.2" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52" integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw== @@ -3144,11 +3278,6 @@ array.prototype.flatmap@^1.2.5: define-properties "^1.1.3" es-abstract "^1.19.0" -arrify@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" - integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= - arrify@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa" @@ -3168,18 +3297,6 @@ asn1.js@^4.0.0: inherits "^2.0.1" minimalistic-assert "^1.0.0" -asn1@~0.2.3: - version "0.2.4" - resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136" - integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg== - dependencies: - safer-buffer "~2.1.0" - -assert-plus@1.0.0, assert-plus@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" - integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= - assert@^1.1.1: version "1.5.0" resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb" @@ -3205,11 +3322,6 @@ async-each@^1.0.1: resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== -async-foreach@^0.1.3: - version "0.1.3" - resolved "https://registry.yarnpkg.com/async-foreach/-/async-foreach-0.1.3.tgz#36121f845c0578172de419a97dbeb1d16ec34542" - integrity sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI= - asynckit@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" @@ -3250,16 +3362,6 @@ autoprefixer@^9.8.6: postcss "^7.0.32" postcss-value-parser "^4.1.0" -aws-sign2@~0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" - integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= - -aws4@^1.8.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f" - integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ== - babel-loader@^8.0.0, babel-loader@^8.2.3: version "8.2.3" resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.3.tgz#8986b40f1a64cacfcb4b8429320085ef68b1342d" @@ -3424,13 +3526,6 @@ batch-processor@1.0.0: resolved "https://registry.yarnpkg.com/batch-processor/-/batch-processor-1.0.0.tgz#75c95c32b748e0850d10c2b168f6bdbe9891ace8" integrity sha1-dclcMrdI4IUNEMKxaPa9vpiRrOg= -bcrypt-pbkdf@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" - integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= - dependencies: - tweetnacl "^0.14.3" - better-opn@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/better-opn/-/better-opn-2.1.1.tgz#94a55b4695dc79288f31d7d0e5f658320759f7c6" @@ -3479,7 +3574,7 @@ body-parser@1.19.1: raw-body "2.4.2" type-is "~1.6.18" -boolbase@~1.0.0: +boolbase@^1.0.0, boolbase@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= @@ -3682,7 +3777,7 @@ cacache@^12.0.2: unique-filename "^1.1.1" y18n "^4.0.0" -cacache@^15.0.5, cacache@^15.2.0: +cacache@^15.0.5: version "15.3.0" resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.3.0.tgz#dc85380fb2f556fe3dda4c719bfa0ec875a7f1eb" integrity sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ== @@ -3758,7 +3853,7 @@ callsites@^3.0.0: resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== -camel-case@^4.1.1: +camel-case@^4.1.1, camel-case@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.2.tgz#9728072a954f805228225a6deea6b38461e1bd5a" integrity sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw== @@ -3771,15 +3866,6 @@ camelcase-css@2.0.1: resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5" integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== -camelcase-keys@^6.2.2: - version "6.2.2" - resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-6.2.2.tgz#5e755d6ba51aa223ec7d3d52f25778210f9dc3c0" - integrity sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg== - dependencies: - camelcase "^5.3.1" - map-obj "^4.0.0" - quick-lru "^4.0.1" - camelcase@^5.3.1: version "5.3.1" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" @@ -3805,11 +3891,6 @@ case-sensitive-paths-webpack-plugin@^2.3.0: resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4" integrity sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw== -caseless@~0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" - integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= - ccount@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.1.0.tgz#246687debb6014735131be8abab2d93898f8d043" @@ -3824,7 +3905,7 @@ chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2: escape-string-regexp "^1.0.5" supports-color "^5.3.0" -chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2: +chalk@^4.0.0, chalk@^4.1.0: version "4.1.2" resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== @@ -3847,6 +3928,21 @@ character-reference-invalid@^1.0.0: resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.3.tgz#1647f4f726638d3ea4a750cf5d1975c1c7919a85" integrity sha512-VOq6PRzQBam/8Jm6XBGk2fNEnHXAdGd6go0rtd4weAGECBamHDwwCQSOT12TACIYUZegUXnV6xBXqUssijtxIg== +"chokidar@>=3.0.0 <4.0.0", chokidar@^3.3.0, chokidar@^3.4.1, chokidar@^3.4.2: + version "3.5.3" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" + integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== + dependencies: + anymatch "~3.1.2" + braces "~3.0.2" + glob-parent "~5.1.2" + is-binary-path "~2.1.0" + is-glob "~4.0.1" + normalize-path "~3.0.0" + readdirp "~3.6.0" + optionalDependencies: + fsevents "~2.3.2" + chokidar@^2.1.8: version "2.1.8" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" @@ -3866,21 +3962,6 @@ chokidar@^2.1.8: optionalDependencies: fsevents "^1.2.7" -chokidar@^3.3.0, chokidar@^3.4.1, chokidar@^3.4.2: - version "3.5.3" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" - integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== - dependencies: - anymatch "~3.1.2" - braces "~3.0.2" - glob-parent "~5.1.2" - is-binary-path "~2.1.0" - is-glob "~4.0.1" - normalize-path "~3.0.0" - readdirp "~3.6.0" - optionalDependencies: - fsevents "~2.3.2" - chownr@^1.1.1: version "1.1.2" resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.2.tgz#a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6" @@ -3936,6 +4017,13 @@ clean-css@^4.2.3: dependencies: source-map "~0.6.0" +clean-css@^5.2.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.2.tgz#d3a7c6ee2511011e051719838bdcf8314dc4548d" + integrity sha512-/eR8ru5zyxKzpBLv9YZvMXgTSSQn7AdkMItMYynsFgGwTveCRVam9IUPFloE85B4vAIj05IuKmmEoV7/AQjT0w== + dependencies: + source-map "~0.6.0" + clean-stack@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" @@ -4034,12 +4122,17 @@ color-support@^1.1.2: resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== +colorette@^1.2.2: + version "1.4.0" + resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40" + integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g== + colors@1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78" integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA== -combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6: +combined-stream@^1.0.8: version "1.0.8" resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== @@ -4066,6 +4159,11 @@ commander@^6.2.1: resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c" integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA== +commander@^8.3.0: + version "8.3.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66" + integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww== + common-path-prefix@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz#7d007a7e07c58c4b4d5f433131a19141b29f11e0" @@ -4226,7 +4324,7 @@ core-js@^3.6.5, core-js@^3.8.2: resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.20.3.tgz#c710d0a676e684522f3db4ee84e5e18a9d11d69a" integrity sha512-vVl8j8ph6tRS3B8qir40H7yw7voy17xL0piAjlbBUsH7WIfzoedL/ZOr1OV9FyZQLWXsayOJyV4tnRyXR85/ag== -core-util-is@1.0.2, core-util-is@~1.0.0: +core-util-is@~1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= @@ -4335,7 +4433,7 @@ create-react-context@^0.2.1: fbjs "^0.8.0" gud "^1.0.0" -cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: +cross-spawn@^7.0.0, cross-spawn@^7.0.2: version "7.0.3" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== @@ -4380,6 +4478,22 @@ css-loader@^3.1.0, css-loader@^3.6.0: schema-utils "^2.7.0" semver "^6.3.0" +css-loader@^5.0.1: + version "5.2.7" + resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.2.7.tgz#9b9f111edf6fb2be5dc62525644cbc9c232064ae" + integrity sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg== + dependencies: + icss-utils "^5.1.0" + loader-utils "^2.0.0" + postcss "^8.2.15" + postcss-modules-extract-imports "^3.0.0" + postcss-modules-local-by-default "^4.0.0" + postcss-modules-scope "^3.0.0" + postcss-modules-values "^4.0.0" + postcss-value-parser "^4.1.0" + schema-utils "^3.0.0" + semver "^7.3.5" + css-select@^1.1.0: version "1.2.0" resolved "https://registry.yarnpkg.com/css-select/-/css-select-1.2.0.tgz#2b3a110539c5355f1cd8d314623e870b121ec858" @@ -4390,11 +4504,27 @@ css-select@^1.1.0: domutils "1.5.1" nth-check "~1.0.1" +css-select@^4.1.3: + version "4.2.1" + resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.2.1.tgz#9e665d6ae4c7f9d65dbe69d0316e3221fb274cdd" + integrity sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ== + dependencies: + boolbase "^1.0.0" + css-what "^5.1.0" + domhandler "^4.3.0" + domutils "^2.8.0" + nth-check "^2.0.1" + css-what@2.1: version "2.1.3" resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.3.tgz#a6d7604573365fe74686c3f311c56513d88285f2" integrity sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg== +css-what@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.1.0.tgz#3f7b707aadf633baf62c2ceb8579b545bb40f7fe" + integrity sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw== + cssesc@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" @@ -4415,13 +4545,6 @@ cyclist@~0.2.2: resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640" integrity sha1-GzN5LhHpFKL9bW7WRHRkRE5fpkA= -dashdash@^1.12.0: - version "1.14.1" - resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" - integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= - dependencies: - assert-plus "^1.0.0" - date-now@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/date-now/-/date-now-0.1.4.tgz#eaf439fd4d4848ad74e5cc7dbef200672b9e345b" @@ -4434,13 +4557,6 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9: dependencies: ms "2.0.0" -debug@4, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2: - version "4.3.3" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664" - integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q== - dependencies: - ms "2.1.2" - debug@^3.0.0, debug@^3.2.7: version "3.2.7" resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" @@ -4462,18 +4578,12 @@ debug@^4.1.0: dependencies: ms "^2.1.1" -decamelize-keys@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9" - integrity sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk= +debug@^4.1.1, debug@^4.3.2: + version "4.3.3" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664" + integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q== dependencies: - decamelize "^1.1.0" - map-obj "^1.0.0" - -decamelize@^1.1.0, decamelize@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" - integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= + ms "2.1.2" decode-uri-component@^0.2.0: version "0.2.0" @@ -4549,7 +4659,7 @@ delegates@^1.0.0: resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= -depd@^1.1.2, depd@~1.1.2: +depd@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= @@ -4639,7 +4749,7 @@ doctrine@^3.0.0: dependencies: esutils "^2.0.2" -dom-converter@^0.2: +dom-converter@^0.2, dom-converter@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768" integrity sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA== @@ -4662,6 +4772,15 @@ dom-serializer@0: domelementtype "^1.3.0" entities "^1.1.1" +dom-serializer@^1.0.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.3.2.tgz#6206437d32ceefaec7161803230c7a20bc1b4d91" + integrity sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig== + dependencies: + domelementtype "^2.0.1" + domhandler "^4.2.0" + entities "^2.0.0" + dom-walk@^0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.1.tgz#672226dc74c8f799ad35307df936aba11acd6018" @@ -4677,6 +4796,11 @@ domelementtype@1, domelementtype@^1.3.0, domelementtype@^1.3.1: resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f" integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== +domelementtype@^2.0.1, domelementtype@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.2.0.tgz#9a0b6c2782ed6a1c7323d42267183df9bd8b1d57" + integrity sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A== + domhandler@^2.3.0: version "2.4.2" resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.2.tgz#8805097e933d65e85546f726d60f5eb88b44f803" @@ -4684,6 +4808,13 @@ domhandler@^2.3.0: dependencies: domelementtype "1" +domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.0.tgz#16c658c626cf966967e306f966b431f77d4a5626" + integrity sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g== + dependencies: + domelementtype "^2.2.0" + domutils@1.5.1: version "1.5.1" resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf" @@ -4700,6 +4831,15 @@ domutils@^1.5.1: dom-serializer "0" domelementtype "1" +domutils@^2.5.2, domutils@^2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135" + integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A== + dependencies: + dom-serializer "^1.0.1" + domelementtype "^2.2.0" + domhandler "^4.2.0" + dot-case@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.4.tgz#9b2b670d00a431667a8a75ba29cd1b98809ce751" @@ -4739,14 +4879,6 @@ duplexify@^3.4.2, duplexify@^3.6.0: readable-stream "^2.0.0" stream-shift "^1.0.0" -ecc-jsbn@~0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" - integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= - dependencies: - jsbn "~0.1.0" - safer-buffer "^2.1.0" - ee-first@1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" @@ -4818,13 +4950,6 @@ encoding@^0.1.11: dependencies: iconv-lite "~0.4.13" -encoding@^0.1.12: - version "0.1.13" - resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9" - integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== - dependencies: - iconv-lite "^0.6.2" - end-of-stream@^1.0.0, end-of-stream@^1.1.0: version "1.4.1" resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.1.tgz#ed29634d19baba463b6ce6b80a37213eab71ec43" @@ -4868,16 +4993,6 @@ entities@^2.0.0: resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== -env-paths@^2.2.0: - version "2.2.1" - resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" - integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== - -err-code@^2.0.2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz#23c2f3b756ffdfc608d30e27c9a941024807e7f9" - integrity sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA== - errno@^0.1.3, errno@~0.1.7: version "0.1.7" resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618" @@ -5045,6 +5160,15 @@ eslint-plugin-react@7.28.0: semver "^6.3.0" string.prototype.matchall "^4.0.6" +eslint-plugin-storybook@^0.5.6: + version "0.5.6" + resolved "https://registry.yarnpkg.com/eslint-plugin-storybook/-/eslint-plugin-storybook-0.5.6.tgz#10bce5933ad9ceec46cdf5ed5a81b50b33f73bf7" + integrity sha512-hxeydYXi0DZC80kV9wPz9pA9oG9GVdfNg9iXR/KhqnMdqZWCGQKsex05k4VlX52no7mm/sICjW/iKYtRqVkaaw== + dependencies: + "@storybook/csf" "^0.0.1" + "@typescript-eslint/experimental-utils" "^5.3.0" + requireindex "^1.1.0" + eslint-scope@5.1.1, eslint-scope@^5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" @@ -5081,7 +5205,7 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== -eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.2.0: +eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz#6fbb166a6798ee5991358bc2daa1ba76cc1254a1" integrity sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ== @@ -5273,7 +5397,7 @@ extend-shallow@^3.0.0, extend-shallow@^3.0.2: assign-symbols "^1.0.0" is-extendable "^1.0.1" -extend@^3.0.0, extend@~3.0.2: +extend@^3.0.0: version "3.0.2" resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== @@ -5292,16 +5416,6 @@ extglob@^2.0.4: snapdragon "^0.8.1" to-regex "^3.0.1" -extsprintf@1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" - integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= - -extsprintf@^1.2.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" - integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= - fast-deep-equal@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" @@ -5537,11 +5651,6 @@ foreground-child@^2.0.0: cross-spawn "^7.0.0" signal-exit "^3.0.2" -forever-agent@~0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" - integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= - fork-ts-checker-webpack-plugin@^4.1.6: version "4.1.6" resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.6.tgz#5055c703febcf37fa06405d400c122b905167fc5" @@ -5583,15 +5692,6 @@ form-data@^3.0.0: combined-stream "^1.0.8" mime-types "^2.1.12" -form-data@~2.3.2: - version "2.3.3" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" - integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.6" - mime-types "^2.1.12" - format@^0.2.0, format@^0.2.2: version "0.2.2" resolved "https://registry.yarnpkg.com/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b" @@ -5749,21 +5849,6 @@ gauge@^3.0.0: strip-ansi "^6.0.1" wide-align "^1.1.2" -gauge@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/gauge/-/gauge-4.0.0.tgz#afba07aa0374a93c6219603b1fb83eaa2264d8f8" - integrity sha512-F8sU45yQpjQjxKkm1UOAhf0U/O0aFt//Fl7hsrNVto+patMHjs7dPI9mFOGUKbhrgKm0S3EjW3scMFuQmWSROw== - dependencies: - ansi-regex "^5.0.1" - aproba "^1.0.3 || ^2.0.0" - color-support "^1.1.2" - console-control-strings "^1.0.0" - has-unicode "^2.0.1" - signal-exit "^3.0.0" - string-width "^4.2.3" - strip-ansi "^6.0.1" - wide-align "^1.1.2" - gauge@~2.7.3: version "2.7.4" resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" @@ -5778,13 +5863,6 @@ gauge@~2.7.3: strip-ansi "^3.0.1" wide-align "^1.1.0" -gaze@^1.0.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/gaze/-/gaze-1.1.3.tgz#c441733e13b927ac8c0ff0b4c3b033f28812924a" - integrity sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g== - dependencies: - globule "^1.0.0" - gensync@^1.0.0-beta.1, gensync@^1.0.0-beta.2: version "1.0.0-beta.2" resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" @@ -5809,11 +5887,6 @@ get-own-enumerable-property-symbols@^3.0.0: resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.0.tgz#b877b49a5c16aefac3655f2ed2ea5b684df8d203" integrity sha512-CIJYJC4GGF06TakLg8z4GQKvDsx9EMspVxOYih7LerEL/WosUnFIww45CGfxfeKHqlg3twgUrYRT1O3WQqjGCg== -get-stdin@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" - integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= - get-stdin@^9.0.0: version "9.0.0" resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-9.0.0.tgz#3983ff82e03d56f1b2ea0d3e60325f39d703a575" @@ -5832,13 +5905,6 @@ get-value@^2.0.3, get-value@^2.0.6: resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= -getpass@^0.1.1: - version "0.1.7" - resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" - integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= - dependencies: - assert-plus "^1.0.0" - glob-parent@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" @@ -5878,7 +5944,7 @@ glob-to-regexp@^0.4.1: resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e" integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== -glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@~7.1.1: +glob@^7.1.3, glob@^7.1.4: version "7.1.4" resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255" integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A== @@ -5931,7 +5997,7 @@ globalthis@^1.0.0: function-bind "^1.1.1" object-keys "^1.0.12" -globby@^11.0.2: +globby@^11.0.2, globby@^11.0.4: version "11.1.0" resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== @@ -5969,15 +6035,6 @@ globby@^9.2.0: pify "^4.0.1" slash "^2.0.0" -globule@^1.0.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/globule/-/globule-1.2.1.tgz#5dffb1b191f22d20797a9369b49eab4e9839696d" - integrity sha512-g7QtgWF4uYSL5/dn71WxubOrS7JVGCnFPEnoeChJmBnyR9Mw8nGoEwOgJL/RC2Te0WhbsEUCejfH8SZNJ+adYQ== - dependencies: - glob "~7.1.1" - lodash "~4.17.10" - minimatch "~3.0.2" - good-listener@^1.2.2: version "1.2.2" resolved "https://registry.yarnpkg.com/good-listener/-/good-listener-1.2.2.tgz#d53b30cdf9313dffb7dc9a0d477096aa6d145c50" @@ -5990,7 +6047,7 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6 resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.0.tgz#8d8fdc73977cb04104721cb53666c1ca64cd328b" integrity sha512-jpSvDPV4Cq/bgtpndIWbI5hmYxhQGHPC4d4cqBPb4DLniCfhJokdXhwhaDuLBGLQdvvRum/UiX6ECVIPvDXqdg== -graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9: +graceful-fs@^4.2.4, graceful-fs@^4.2.9: version "4.2.9" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96" integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ== @@ -6012,24 +6069,6 @@ handlebars@^4.7.7: optionalDependencies: uglify-js "^3.1.4" -har-schema@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" - integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= - -har-validator@~5.1.0: - version "5.1.3" - resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080" - integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g== - dependencies: - ajv "^6.5.5" - har-schema "^2.0.0" - -hard-rejection@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883" - integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA== - has-bigints@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113" @@ -6266,13 +6305,6 @@ hosted-git-info@^2.1.4: resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047" integrity sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w== -hosted-git-info@^4.0.1: - version "4.1.0" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.1.0.tgz#827b82867e9ff1c8d0c4d9d53880397d2c86d224" - integrity sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA== - dependencies: - lru-cache "^6.0.0" - html-entities@^2.1.0: version "2.3.2" resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.2.tgz#760b404685cb1d794e4f4b744332e3b00dcfe488" @@ -6296,6 +6328,19 @@ html-minifier-terser@^5.0.1: relateurl "^0.2.7" terser "^4.6.3" +html-minifier-terser@^6.0.2: + version "6.1.0" + resolved "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz#bfc818934cc07918f6b3669f5774ecdfd48f32ab" + integrity sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw== + dependencies: + camel-case "^4.1.2" + clean-css "^5.2.2" + commander "^8.3.0" + he "^1.2.0" + param-case "^3.0.4" + relateurl "^0.2.7" + terser "^5.10.0" + html-void-elements@^1.0.0: version "1.0.5" resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-1.0.5.tgz#ce9159494e86d95e45795b166c2021c2cfca4483" @@ -6316,6 +6361,17 @@ html-webpack-plugin@^4.0.0: tapable "^1.1.3" util.promisify "1.0.0" +html-webpack-plugin@^5.0.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz#c3911936f57681c1f9f4d8b68c158cd9dfe52f50" + integrity sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw== + dependencies: + "@types/html-minifier-terser" "^6.0.0" + html-minifier-terser "^6.0.2" + lodash "^4.17.21" + pretty-error "^4.0.0" + tapable "^2.0.0" + htmlparser2@^3.3.0: version "3.10.1" resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f" @@ -6328,10 +6384,15 @@ htmlparser2@^3.3.0: inherits "^2.0.1" readable-stream "^3.1.1" -http-cache-semantics@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390" - integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ== +htmlparser2@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.1.0.tgz#c4d762b6c3371a05dbe65e94ae43a9f845fb8fb7" + integrity sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A== + dependencies: + domelementtype "^2.0.1" + domhandler "^4.0.0" + domutils "^2.5.2" + entities "^2.0.0" http-errors@1.8.1: version "1.8.1" @@ -6344,44 +6405,11 @@ http-errors@1.8.1: statuses ">= 1.5.0 < 2" toidentifier "1.0.1" -http-proxy-agent@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a" - integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg== - dependencies: - "@tootallnate/once" "1" - agent-base "6" - debug "4" - -http-signature@~1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" - integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= - dependencies: - assert-plus "^1.0.0" - jsprim "^1.2.2" - sshpk "^1.7.0" - https-browserify@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= -https-proxy-agent@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2" - integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA== - dependencies: - agent-base "6" - debug "4" - -humanize-ms@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed" - integrity sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0= - dependencies: - ms "^2.0.0" - iconv-lite@0.4.24, iconv-lite@^0.4.4, iconv-lite@~0.4.13: version "0.4.24" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" @@ -6389,13 +6417,6 @@ iconv-lite@0.4.24, iconv-lite@^0.4.4, iconv-lite@~0.4.13: dependencies: safer-buffer ">= 2.1.2 < 3" -iconv-lite@^0.6.2: - version "0.6.3" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" - integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== - dependencies: - safer-buffer ">= 2.1.2 < 3.0.0" - icss-utils@^4.0.0, icss-utils@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-4.1.1.tgz#21170b53789ee27447c2f47dd683081403f9a467" @@ -6403,6 +6424,11 @@ icss-utils@^4.0.0, icss-utils@^4.1.1: dependencies: postcss "^7.0.14" +icss-utils@^5.0.0, icss-utils@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae" + integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA== + ieee754@^1.1.4: version "1.1.13" resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84" @@ -6430,6 +6456,11 @@ ignore@^5.1.9, ignore@^5.2.0: resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== +immutable@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0.tgz#b86f78de6adef3608395efb269a91462797e2c23" + integrity sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw== + import-fresh@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546" @@ -6616,7 +6647,7 @@ is-callable@^1.2.4: resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945" integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w== -is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.8.0, is-core-module@^2.8.1: +is-core-module@^2.2.0, is-core-module@^2.8.0, is-core-module@^2.8.1: version "2.8.1" resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211" integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA== @@ -6753,11 +6784,6 @@ is-hexadecimal@^1.0.0: resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.3.tgz#e8a426a69b6d31470d3a33a47bb825cda02506ee" integrity sha512-zxQ9//Q3D/34poZf8fiy3m3XVpbQc7ren15iKqrTtLPwkPD/t3Scy9Imp63FujULGxuK0ZlCwoo5xNpktFgbOA== -is-lambda@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5" - integrity sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU= - is-negative-zero@^2.0.1: version "2.0.2" resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150" @@ -6792,11 +6818,6 @@ is-object@^1.0.1: resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.1.tgz#8952688c5ec2ffd6b03ecc85e769e02903083470" integrity sha1-iVJojF7C/9awPsyF52ngKQMINHA= -is-plain-obj@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" - integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4= - is-plain-obj@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287" @@ -6867,11 +6888,6 @@ is-symbol@^1.0.3: dependencies: has-symbols "^1.0.2" -is-typedarray@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" - integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= - is-weakref@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2" @@ -6946,11 +6962,6 @@ isomorphic-fetch@^2.1.1: node-fetch "^1.0.1" whatwg-fetch ">=0.10.0" -isstream@~0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" - integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= - istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.0.1: version "3.2.0" resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3" @@ -6991,11 +7002,6 @@ jest-worker@^27.4.1: merge-stream "^2.0.0" supports-color "^8.0.0" -js-base64@^2.4.3: - version "2.6.4" - resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.6.4.tgz#f4e686c5de1ea1f867dbcad3d46d969428df98c4" - integrity sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ== - js-string-escape@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/js-string-escape/-/js-string-escape-1.0.1.tgz#e2625badbc0d67c7533e9edc1068c587ae4137ef" @@ -7021,11 +7027,6 @@ js-yaml@^4.1.0: dependencies: argparse "^2.0.1" -jsbn@~0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" - integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= - jsesc@^2.5.1: version "2.5.2" resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" @@ -7051,21 +7052,11 @@ json-schema-traverse@^0.4.1: resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== -json-schema@0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" - integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= - json-stable-stringify-without-jsonify@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= -json-stringify-safe@~5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" - integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= - json5@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" @@ -7096,16 +7087,6 @@ jsonfile@^6.0.1: optionalDependencies: graceful-fs "^4.1.6" -jsprim@^1.2.2: - version "1.4.1" - resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" - integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= - dependencies: - assert-plus "1.0.0" - extsprintf "1.3.0" - json-schema "0.2.3" - verror "1.10.0" - "jsx-ast-utils@^2.4.1 || ^3.0.0": version "3.2.1" resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.1.tgz#720b97bfe7d901b927d87c3773637ae8ea48781b" @@ -7143,11 +7124,6 @@ kind-of@^6.0.0, kind-of@^6.0.2: resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051" integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA== -kind-of@^6.0.3: - version "6.0.3" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" - integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== - klaw@^1.0.0: version "1.3.1" resolved "https://registry.yarnpkg.com/klaw/-/klaw-1.3.1.tgz#4088433b46b3b1ba259d78785d8e96f73ba02439" @@ -7286,7 +7262,7 @@ lodash.uniq@4.5.0: resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= -lodash@^4.17.11, lodash@^4.17.13, lodash@~4.17.10: +lodash@^4.17.13: version "4.17.15" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== @@ -7362,43 +7338,18 @@ make-dir@^3.0.2, make-dir@^3.1.0: dependencies: semver "^6.0.0" -make-fetch-happen@^9.1.0: - version "9.1.0" - resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz#53085a09e7971433e6765f7971bf63f4e05cb968" - integrity sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg== - dependencies: - agentkeepalive "^4.1.3" - cacache "^15.2.0" - http-cache-semantics "^4.1.0" - http-proxy-agent "^4.0.1" - https-proxy-agent "^5.0.0" - is-lambda "^1.0.1" - lru-cache "^6.0.0" - minipass "^3.1.3" - minipass-collect "^1.0.2" - minipass-fetch "^1.3.2" - minipass-flush "^1.0.5" - minipass-pipeline "^1.2.4" - negotiator "^0.6.2" - promise-retry "^2.0.1" - socks-proxy-agent "^6.0.0" - ssri "^8.0.0" +map-age-cleaner@^0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz#7d583a7306434c055fe474b0f45078e6e1b4b92a" + integrity sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w== + dependencies: + p-defer "^1.0.0" map-cache@^0.2.2: version "0.2.2" resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= -map-obj@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" - integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= - -map-obj@^4.0.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a" - integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ== - map-or-similar@^1.5.0: version "1.5.0" resolved "https://registry.yarnpkg.com/map-or-similar/-/map-or-similar-1.5.0.tgz#6de2653174adfb5d9edc33c69d3e92a1b76faf08" @@ -7490,7 +7441,15 @@ media-typer@0.3.0: resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= -memfs@^3.1.2: +mem@^8.1.1: + version "8.1.1" + resolved "https://registry.yarnpkg.com/mem/-/mem-8.1.1.tgz#cf118b357c65ab7b7e0817bdf00c8062297c0122" + integrity sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA== + dependencies: + map-age-cleaner "^0.1.3" + mimic-fn "^3.1.0" + +memfs@^3.1.2, memfs@^3.2.2: version "3.4.1" resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.4.1.tgz#b78092f466a0dce054d63d39275b24c71d3f1305" integrity sha512-1c9VPVvW5P7I85c35zAdEr1TD5+F11IToIHIlrVIcflfnzPkJa0ZoYEoEdYDP8KgPFoSZ/opDrUsAoZWym3mtw== @@ -7520,24 +7479,6 @@ memory-fs@^0.5.0: errno "^0.1.3" readable-stream "^2.0.1" -meow@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/meow/-/meow-9.0.0.tgz#cd9510bc5cac9dee7d03c73ee1f9ad959f4ea364" - integrity sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ== - dependencies: - "@types/minimist" "^1.2.0" - camelcase-keys "^6.2.2" - decamelize "^1.2.0" - decamelize-keys "^1.1.0" - hard-rejection "^2.1.0" - minimist-options "4.1.0" - normalize-package-data "^3.0.0" - read-pkg-up "^7.0.1" - redent "^3.0.0" - trim-newlines "^3.0.0" - type-fest "^0.18.0" - yargs-parser "^20.2.3" - merge-descriptors@1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" @@ -7613,14 +7554,14 @@ mime-db@1.51.0, "mime-db@>= 1.43.0 < 2": resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c" integrity sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g== -mime-types@^2.1.12, mime-types@~2.1.19, mime-types@~2.1.24: +mime-types@^2.1.12, mime-types@~2.1.24: version "2.1.24" resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.24.tgz#b6f8d0b3e951efb77dedeca194cff6d16f676f81" integrity sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ== dependencies: mime-db "1.40.0" -mime-types@^2.1.27: +mime-types@^2.1.27, mime-types@^2.1.30: version "2.1.34" resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.34.tgz#5a712f9ec1503511a945803640fafe09d3793c24" integrity sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A== @@ -7637,6 +7578,11 @@ mime@^2.0.3, mime@^2.4.4: resolved "https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367" integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg== +mimic-fn@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-3.1.0.tgz#65755145bbf3e36954b949c16450427451d5ca74" + integrity sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ== + min-document@^2.19.0: version "2.19.0" resolved "https://registry.yarnpkg.com/min-document/-/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685" @@ -7659,22 +7605,13 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= -minimatch@^3.0.2, minimatch@^3.0.4, minimatch@~3.0.2: +minimatch@^3.0.2, minimatch@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== dependencies: brace-expansion "^1.1.7" -minimist-options@4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619" - integrity sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A== - dependencies: - arrify "^1.0.1" - is-plain-obj "^1.1.0" - kind-of "^6.0.3" - minimist@0.0.8: version "0.0.8" resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" @@ -7697,17 +7634,6 @@ minipass-collect@^1.0.2: dependencies: minipass "^3.0.0" -minipass-fetch@^1.3.2: - version "1.4.1" - resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-1.4.1.tgz#d75e0091daac1b0ffd7e9d41629faff7d0c1f1b6" - integrity sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw== - dependencies: - minipass "^3.1.0" - minipass-sized "^1.0.3" - minizlib "^2.0.0" - optionalDependencies: - encoding "^0.1.12" - minipass-flush@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/minipass-flush/-/minipass-flush-1.0.5.tgz#82e7135d7e89a50ffe64610a787953c4c4cbb373" @@ -7715,20 +7641,13 @@ minipass-flush@^1.0.5: dependencies: minipass "^3.0.0" -minipass-pipeline@^1.2.2, minipass-pipeline@^1.2.4: +minipass-pipeline@^1.2.2: version "1.2.4" resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz#68472f79711c084657c067c5c6ad93cddea8214c" integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A== dependencies: minipass "^3.0.0" -minipass-sized@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/minipass-sized/-/minipass-sized-1.0.3.tgz#70ee5a7c5052070afacfbc22977ea79def353b70" - integrity sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g== - dependencies: - minipass "^3.0.0" - minipass@^2.2.1, minipass@^2.3.5: version "2.3.5" resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.3.5.tgz#cacebe492022497f656b0f0f51e2682a9ed2d848" @@ -7737,7 +7656,7 @@ minipass@^2.2.1, minipass@^2.3.5: safe-buffer "^5.1.2" yallist "^3.0.0" -minipass@^3.0.0, minipass@^3.1.0, minipass@^3.1.1, minipass@^3.1.3: +minipass@^3.0.0, minipass@^3.1.1: version "3.1.6" resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.6.tgz#3b8150aa688a711a1521af5e8779c1d3bb4f45ee" integrity sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ== @@ -7751,7 +7670,7 @@ minizlib@^1.2.1: dependencies: minipass "^2.2.1" -minizlib@^2.0.0, minizlib@^2.1.1: +minizlib@^2.1.1: version "2.1.2" resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== @@ -7829,12 +7748,12 @@ ms@2.1.2, ms@^2.1.1: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== -ms@2.1.3, ms@^2.0.0: +ms@2.1.3: version "2.1.3" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== -nan@^2.12.1, nan@^2.13.2: +nan@^2.12.1: version "2.14.0" resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c" integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg== @@ -7875,7 +7794,7 @@ needle@^2.2.1: iconv-lite "^0.4.4" sax "^1.2.4" -negotiator@0.6.2, negotiator@^0.6.2: +negotiator@0.6.2: version "0.6.2" resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== @@ -7930,22 +7849,6 @@ node-fetch@^2.6.1: dependencies: whatwg-url "^5.0.0" -node-gyp@^8.4.1: - version "8.4.1" - resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-8.4.1.tgz#3d49308fc31f768180957d6b5746845fbd429937" - integrity sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w== - dependencies: - env-paths "^2.2.0" - glob "^7.1.4" - graceful-fs "^4.2.6" - make-fetch-happen "^9.1.0" - nopt "^5.0.0" - npmlog "^6.0.0" - rimraf "^3.0.2" - semver "^7.3.5" - tar "^6.1.2" - which "^2.0.2" - node-libs-browser@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425" @@ -7996,27 +7899,6 @@ node-releases@^2.0.1: resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.1.tgz#3d1d395f204f1f2f29a54358b9fb678765ad2fc5" integrity sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA== -node-sass@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-7.0.1.tgz#ad4f6bc663de8acc0a9360db39165a1e2620aa72" - integrity sha512-uMy+Xt29NlqKCFdFRZyXKOTqGt+QaKHexv9STj2WeLottnlqZEEWx6Bj0MXNthmFRRdM/YwyNo/8Tr46TOM0jQ== - dependencies: - async-foreach "^0.1.3" - chalk "^4.1.2" - cross-spawn "^7.0.3" - gaze "^1.0.0" - get-stdin "^4.0.1" - glob "^7.0.3" - lodash "^4.17.15" - meow "^9.0.0" - nan "^2.13.2" - node-gyp "^8.4.1" - npmlog "^5.0.0" - request "^2.88.0" - sass-graph "4.0.0" - stdout-stream "^1.4.0" - "true-case-path" "^1.0.2" - nopt@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d" @@ -8025,13 +7907,6 @@ nopt@^4.0.1: abbrev "1" osenv "^0.1.4" -nopt@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88" - integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ== - dependencies: - abbrev "1" - normalize-package-data@^2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" @@ -8042,16 +7917,6 @@ normalize-package-data@^2.5.0: semver "2 || 3 || 4 || 5" validate-npm-package-license "^3.0.1" -normalize-package-data@^3.0.0: - version "3.0.3" - resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.3.tgz#dbcc3e2da59509a0983422884cd172eefdfa525e" - integrity sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA== - dependencies: - hosted-git-info "^4.0.1" - is-core-module "^2.5.0" - semver "^7.3.4" - validate-npm-package-license "^3.0.1" - normalize-path@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" @@ -8092,7 +7957,7 @@ npmlog@^4.0.2: gauge "~2.7.3" set-blocking "~2.0.0" -npmlog@^5.0.0, npmlog@^5.0.1: +npmlog@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-5.0.1.tgz#f06678e80e29419ad67ab964e0fa69959c1eb8b0" integrity sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw== @@ -8102,15 +7967,12 @@ npmlog@^5.0.0, npmlog@^5.0.1: gauge "^3.0.0" set-blocking "^2.0.0" -npmlog@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-6.0.0.tgz#ba9ef39413c3d936ea91553db7be49c34ad0520c" - integrity sha512-03ppFRGlsyUaQFbGC2C8QWJN/C/K7PsfyD9aQdhVKAQIH4sQBc8WASqFBP7O+Ut4d2oo5LoeoboB3cGdBZSp6Q== +nth-check@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2" + integrity sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w== dependencies: - are-we-there-yet "^2.0.0" - console-control-strings "^1.1.0" - gauge "^4.0.0" - set-blocking "^2.0.0" + boolbase "^1.0.0" nth-check@~1.0.1: version "1.0.2" @@ -8129,11 +7991,6 @@ number-is-nan@^1.0.0: resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= -oauth-sign@~0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" - integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== - object-assign@^4.1.0, object-assign@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" @@ -8344,6 +8201,11 @@ p-all@^2.1.0: dependencies: p-map "^2.0.0" +p-defer@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c" + integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww= + p-event@^4.1.0: version "4.2.0" resolved "https://registry.yarnpkg.com/p-event/-/p-event-4.2.0.tgz#af4b049c8acd91ae81083ebd1e6f5cae2044c1b5" @@ -8462,7 +8324,7 @@ parallel-transform@^1.1.0: inherits "^2.0.3" readable-stream "^2.1.5" -param-case@^3.0.3: +param-case@^3.0.3, param-case@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5" integrity sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A== @@ -8559,6 +8421,11 @@ path-browserify@0.0.1: resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.1.tgz#e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a" integrity sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ== +path-browserify@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd" + integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g== + path-dirname@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" @@ -8622,11 +8489,6 @@ pbkdf2@^3.0.3: safe-buffer "^5.0.1" sha.js "^2.4.8" -performance-now@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" - integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= - picocolors@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f" @@ -8770,6 +8632,11 @@ postcss-modules-extract-imports@^2.0.0: dependencies: postcss "^7.0.5" +postcss-modules-extract-imports@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz#cda1f047c0ae80c97dbe28c3e76a43b88025741d" + integrity sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw== + postcss-modules-local-by-default@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.2.tgz#e8a6561be914aaf3c052876377524ca90dbb7915" @@ -8780,6 +8647,15 @@ postcss-modules-local-by-default@^3.0.2: postcss-selector-parser "^6.0.2" postcss-value-parser "^4.0.0" +postcss-modules-local-by-default@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz#ebbb54fae1598eecfdf691a02b3ff3b390a5a51c" + integrity sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ== + dependencies: + icss-utils "^5.0.0" + postcss-selector-parser "^6.0.2" + postcss-value-parser "^4.1.0" + postcss-modules-scope@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee" @@ -8788,6 +8664,13 @@ postcss-modules-scope@^2.2.0: postcss "^7.0.6" postcss-selector-parser "^6.0.0" +postcss-modules-scope@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz#9ef3151456d3bbfa120ca44898dfca6f2fa01f06" + integrity sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg== + dependencies: + postcss-selector-parser "^6.0.4" + postcss-modules-values@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10" @@ -8796,6 +8679,13 @@ postcss-modules-values@^3.0.0: icss-utils "^4.0.0" postcss "^7.0.6" +postcss-modules-values@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz#d7c5e7e68c3bb3c9b27cbf48ca0bb3ffb4602c9c" + integrity sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ== + dependencies: + icss-utils "^5.0.0" + postcss-reporter@^7.0.0: version "7.0.5" resolved "https://registry.yarnpkg.com/postcss-reporter/-/postcss-reporter-7.0.5.tgz#e55bd0fdf8d17e4f25fb55e9143fcd79349a2ceb" @@ -8813,6 +8703,14 @@ postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2: indexes-of "^1.0.1" uniq "^1.0.1" +postcss-selector-parser@^6.0.4: + version "6.0.9" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.9.tgz#ee71c3b9ff63d9cd130838876c13a2ec1a992b2f" + integrity sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ== + dependencies: + cssesc "^3.0.0" + util-deprecate "^1.0.2" + postcss-value-parser@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.0.tgz#99a983d365f7b2ad8d0f9b8c3094926eab4b936d" @@ -8823,7 +8721,7 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0: resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== -postcss@8.4.5: +postcss@8.4.5, postcss@^8.2.15: version "8.4.5" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.5.tgz#bae665764dfd4c6fcc24dc0fdf7e7aa00cc77f95" integrity sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg== @@ -8867,6 +8765,14 @@ pretty-error@^2.1.1: renderkid "^2.0.1" utila "~0.4" +pretty-error@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-4.0.0.tgz#90a703f46dd7234adb46d0f84823e9d1cb8f10d6" + integrity sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw== + dependencies: + lodash "^4.17.20" + renderkid "^3.0.0" + pretty-hrtime@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1" @@ -8904,14 +8810,6 @@ promise-inflight@^1.0.1: resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= -promise-retry@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/promise-retry/-/promise-retry-2.0.1.tgz#ff747a13620ab57ba688f5fc67855410c370da22" - integrity sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g== - dependencies: - err-code "^2.0.2" - retry "^0.12.0" - promise.allsettled@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/promise.allsettled/-/promise.allsettled-1.0.1.tgz#afe4bfcc13b26e2263a97a7fbbb19b8ca6eb619c" @@ -8998,11 +8896,6 @@ prr@~1.0.1: resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY= -psl@^1.1.24: - version "1.2.0" - resolved "https://registry.yarnpkg.com/psl/-/psl-1.2.0.tgz#df12b5b1b3a30f51c329eacbdef98f3a6e136dc6" - integrity sha512-GEn74ZffufCmkDDLNcl3uuyF/aSD6exEyh1v/ZSdAomB82t6G9hzJVRx0jBmLDW+VfZqks3aScmMw9DszwUalA== - public-encrypt@^4.0.0: version "4.0.3" resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0" @@ -9045,7 +8938,7 @@ punycode@1.3.2: resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= -punycode@^1.2.4, punycode@^1.4.1: +punycode@^1.2.4: version "1.4.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" integrity sha1-wNWmOycYgArY4esPpSachN1BhF4= @@ -9072,11 +8965,6 @@ qs@^6.6.0: resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== -qs@~6.5.2: - version "6.5.2" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" - integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== - querystring-es3@^0.2.0: version "0.2.1" resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" @@ -9092,11 +8980,6 @@ queue-microtask@^1.2.2: resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== -quick-lru@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f" - integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g== - ramda@^0.21.0: version "0.21.0" resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.21.0.tgz#a001abedb3ff61077d4ff1d577d44de77e8d0a35" @@ -9551,14 +9434,6 @@ readdirp@~3.6.0: dependencies: picomatch "^2.2.1" -redent@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f" - integrity sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg== - dependencies: - indent-string "^4.0.0" - strip-indent "^3.0.0" - refractor@^2.4.1: version "2.10.0" resolved "https://registry.yarnpkg.com/refractor/-/refractor-2.10.0.tgz#4cc7efc0028a87924a9b31d82d129dec831a287b" @@ -9761,6 +9636,17 @@ renderkid@^2.0.1: strip-ansi "^3.0.0" utila "^0.4.0" +renderkid@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-3.0.0.tgz#5fd823e4d6951d37358ecc9a58b1f06836b6268a" + integrity sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg== + dependencies: + css-select "^4.1.3" + dom-converter "^0.2.0" + htmlparser2 "^6.1.0" + lodash "^4.17.21" + strip-ansi "^6.0.1" + repeat-element@^1.1.2: version "1.1.3" resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" @@ -9771,37 +9657,16 @@ repeat-string@^1.5.4, repeat-string@^1.6.1: resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= -request@^2.88.0: - version "2.88.0" - resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef" - integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg== - dependencies: - aws-sign2 "~0.7.0" - aws4 "^1.8.0" - caseless "~0.12.0" - combined-stream "~1.0.6" - extend "~3.0.2" - forever-agent "~0.6.1" - form-data "~2.3.2" - har-validator "~5.1.0" - http-signature "~1.2.0" - is-typedarray "~1.0.0" - isstream "~0.1.2" - json-stringify-safe "~5.0.1" - mime-types "~2.1.19" - oauth-sign "~0.9.0" - performance-now "^2.1.0" - qs "~6.5.2" - safe-buffer "^5.1.2" - tough-cookie "~2.4.3" - tunnel-agent "^0.6.0" - uuid "^3.3.2" - require-directory@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= +requireindex@^1.1.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/requireindex/-/requireindex-1.2.0.tgz#3463cdb22ee151902635aa6c9535d4de9c2ef1ef" + integrity sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww== + resize-observer-polyfill@^1.5.1: version "1.5.1" resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464" @@ -9856,11 +9721,6 @@ ret@~0.1.10: resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== -retry@^0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" - integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= - reusify@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" @@ -9929,21 +9789,11 @@ safe-regex@^1.1.0: dependencies: ret "~0.1.10" -"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: +"safer-buffer@>= 2.1.2 < 3": version "2.1.2" resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -sass-graph@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-4.0.0.tgz#fff8359efc77b31213056dfd251d05dadc74c613" - integrity sha512-WSO/MfXqKH7/TS8RdkCX3lVkPFQzCgbqdGsmSKq6tlPU+GpGEsa/5aW18JqItnqh+lPtcjifqdZ/VmiILkKckQ== - dependencies: - glob "^7.0.0" - lodash "^4.17.11" - scss-tokenizer "^0.3.0" - yargs "^17.2.1" - sass-loader@^7.1.0: version "7.3.1" resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-7.3.1.tgz#a5bf68a04bcea1c13ff842d747150f7ab7d0d23f" @@ -9955,6 +9805,15 @@ sass-loader@^7.1.0: pify "^4.0.1" semver "^6.3.0" +sass@^1.49.0: + version "1.49.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.0.tgz#65ec1b1d9a6bc1bae8d2c9d4b392c13f5d32c078" + integrity sha512-TVwVdNDj6p6b4QymJtNtRS2YtLJ/CqZriGg0eIAbAKMlN8Xy6kbv33FsEZSF7FufFFM705SQviHjjThfaQ4VNw== + dependencies: + chokidar ">=3.0.0 <4.0.0" + immutable "^4.0.0" + source-map-js ">=0.6.2 <2.0.0" + sax@^1.2.4: version "1.2.4" resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" @@ -10020,14 +9879,6 @@ schema-utils@^3.0.0, schema-utils@^3.1.0, schema-utils@^3.1.1: ajv "^6.12.5" ajv-keywords "^3.5.2" -scss-tokenizer@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.3.0.tgz#ef7edc3bc438b25cd6ffacf1aa5b9ad5813bf260" - integrity sha512-14Zl9GcbBvOT9057ZKjpz5yPOyUWG2ojd9D5io28wHRYsOrs7U95Q+KNL87+32p8rc+LvDpbu/i9ZYjM9Q+FsQ== - dependencies: - js-base64 "^2.4.3" - source-map "^0.7.1" - select@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/select/-/select-1.1.2.tgz#0e7350acdec80b1108528786ec1d4418d11b396d" @@ -10232,11 +10083,6 @@ slash@^4.0.0: resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7" integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== -smart-buffer@^4.1.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" - integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== - snapdragon-node@^2.0.1: version "2.1.1" resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" @@ -10267,29 +10113,12 @@ snapdragon@^0.8.1: source-map-resolve "^0.5.0" use "^3.1.0" -socks-proxy-agent@^6.0.0: - version "6.1.1" - resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-6.1.1.tgz#e664e8f1aaf4e1fb3df945f09e3d94f911137f87" - integrity sha512-t8J0kG3csjA4g6FTbsMOWws+7R7vuRC8aQ/wy3/1OWmsgwA68zs/+cExQ0koSitUDXqhufF/YJr9wtNMZHw5Ew== - dependencies: - agent-base "^6.0.2" - debug "^4.3.1" - socks "^2.6.1" - -socks@^2.6.1: - version "2.6.1" - resolved "https://registry.yarnpkg.com/socks/-/socks-2.6.1.tgz#989e6534a07cf337deb1b1c94aaa44296520d30e" - integrity sha512-kLQ9N5ucj8uIcxrDwjm0Jsqk06xdpBjGNQtpXy4Q8/QY2k+fY7nZH8CARy+hkbG+SGAovmzzuauCpBlb8FrnBA== - dependencies: - ip "^1.1.5" - smart-buffer "^4.1.0" - source-list-map@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== -source-map-js@^1.0.1: +"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== @@ -10336,7 +10165,7 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1: resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== -source-map@^0.7.1, source-map@^0.7.3, source-map@~0.7.2: +source-map@^0.7.3, source-map@~0.7.2: version "0.7.3" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== @@ -10384,21 +10213,6 @@ sprintf-js@~1.0.2: resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= -sshpk@^1.7.0: - version "1.16.1" - resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877" - integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== - dependencies: - asn1 "~0.2.3" - assert-plus "^1.0.0" - bcrypt-pbkdf "^1.0.0" - dashdash "^1.12.0" - ecc-jsbn "~0.1.1" - getpass "^0.1.1" - jsbn "~0.1.0" - safer-buffer "^2.0.2" - tweetnacl "~0.14.0" - ssri@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.1.tgz#2a3c41b28dd45b62b63676ecb74001265ae9edd8" @@ -10406,7 +10220,7 @@ ssri@^6.0.1: dependencies: figgy-pudding "^3.5.1" -ssri@^8.0.0, ssri@^8.0.1: +ssri@^8.0.1: version "8.0.1" resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.1.tgz#638e4e439e2ffbd2cd289776d5ca457c4f51a2af" integrity sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ== @@ -10441,13 +10255,6 @@ static-extend@^0.1.1: resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= -stdout-stream@^1.4.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/stdout-stream/-/stdout-stream-1.4.1.tgz#5ac174cdd5cd726104aa0c0b2bd83815d8d535de" - integrity sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA== - dependencies: - readable-stream "^2.0.1" - store2@^2.12.0: version "2.13.1" resolved "https://registry.yarnpkg.com/store2/-/store2-2.13.1.tgz#fae7b5bb9d35fc53dc61cd262df3abb2f6e59022" @@ -10662,6 +10469,14 @@ style-loader@^1.3.0: loader-utils "^2.0.0" schema-utils "^2.7.0" +style-loader@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-2.0.0.tgz#9669602fd4690740eaaec137799a03addbbc393c" + integrity sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ== + dependencies: + loader-utils "^2.0.0" + schema-utils "^3.0.0" + style-to-object@0.3.0, style-to-object@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-0.3.0.tgz#b1b790d205991cc783801967214979ee19a76e46" @@ -10719,7 +10534,7 @@ tapable@^1.0.0, tapable@^1.1.3: resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== -tapable@^2.1.1, tapable@^2.2.0: +tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0: version "2.2.1" resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0" integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ== @@ -10737,7 +10552,7 @@ tar@^4: safe-buffer "^5.1.2" yallist "^3.0.3" -tar@^6.0.2, tar@^6.1.2: +tar@^6.0.2: version "6.1.11" resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621" integrity sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA== @@ -10807,7 +10622,7 @@ terser-webpack-plugin@^4.2.3: terser "^5.3.4" webpack-sources "^1.4.3" -terser-webpack-plugin@^5.1.3: +terser-webpack-plugin@^5.0.3, terser-webpack-plugin@^5.1.3: version "5.3.0" resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.0.tgz#21641326486ecf91d8054161c816e464435bae9f" integrity sha512-LPIisi3Ol4chwAaPP8toUJ3L4qCM1G0wao7L3qNv57Drezxj6+VEyySpPw4B1HSO2Eg/hDY/MNF5XihCAoqnsQ== @@ -10827,7 +10642,7 @@ terser@^4.1.2, terser@^4.6.3: source-map "~0.6.1" source-map-support "~0.5.12" -terser@^5.3.4, terser@^5.7.2: +terser@^5.10.0, terser@^5.3.4, terser@^5.7.2: version "5.10.0" resolved "https://registry.yarnpkg.com/terser/-/terser-5.10.0.tgz#b86390809c0389105eb0a0b62397563096ddafcc" integrity sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA== @@ -10932,24 +10747,11 @@ toidentifier@1.0.1: resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== -tough-cookie@~2.4.3: - version "2.4.3" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781" - integrity sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ== - dependencies: - psl "^1.1.24" - punycode "^1.4.1" - tr46@~0.0.3: version "0.0.3" resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= -trim-newlines@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144" - integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw== - trim-trailing-lines@^1.0.0: version "1.1.4" resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz#bd4abbec7cc880462f10b2c8b5ce1d8d1ec7c2c0" @@ -10965,13 +10767,6 @@ trough@^1.0.0: resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406" integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA== -"true-case-path@^1.0.2": - version "1.0.3" - resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-1.0.3.tgz#f813b5a8c86b40da59606722b144e3225799f47d" - integrity sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew== - dependencies: - glob "^7.1.2" - ts-dedent@^1.1.0: version "1.2.0" resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-1.2.0.tgz#6aa2229d837159bb6d635b6b233002423b91e0b0" @@ -10997,7 +10792,7 @@ tsconfig-paths@^3.12.0: minimist "^1.2.0" strip-bom "^3.0.0" -tslib@^1.9.3: +tslib@^1.8.1, tslib@^1.9.3: version "1.14.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== @@ -11007,23 +10802,18 @@ tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.3.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== +tsutils@^3.21.0: + version "3.21.0" + resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623" + integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== + dependencies: + tslib "^1.8.1" + tty-browserify@0.0.0: version "0.0.0" resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6" integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY= -tunnel-agent@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" - integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= - dependencies: - safe-buffer "^5.0.1" - -tweetnacl@^0.14.3, tweetnacl@~0.14.0: - version "0.14.5" - resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" - integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= - type-check@^0.4.0, type-check@~0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1" @@ -11031,11 +10821,6 @@ type-check@^0.4.0, type-check@~0.4.0: dependencies: prelude-ls "^1.2.1" -type-fest@^0.18.0: - version "0.18.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f" - integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw== - type-fest@^0.20.2: version "0.20.2" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" @@ -11432,15 +11217,6 @@ vary@~1.1.2: resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= -verror@1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" - integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= - dependencies: - assert-plus "^1.0.0" - core-util-is "1.0.2" - extsprintf "^1.2.0" - vfile-location@^3.0.0, vfile-location@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-3.2.0.tgz#d8e41fbcbd406063669ebf6c33d56ae8721d0f3c" @@ -11530,6 +11306,18 @@ webpack-dev-middleware@^3.7.3: range-parser "^1.2.1" webpack-log "^2.0.0" +webpack-dev-middleware@^4.1.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-4.3.0.tgz#179cc40795882cae510b1aa7f3710cbe93c9333e" + integrity sha512-PjwyVY95/bhBh6VUqt6z4THplYcsvQ8YNNBTBM873xLVmw8FLeALn0qurHbs9EmcfhzQis/eoqypSnZeuUz26w== + dependencies: + colorette "^1.2.2" + mem "^8.1.1" + memfs "^3.2.2" + mime-types "^2.1.30" + range-parser "^1.2.1" + schema-utils "^3.0.0" + webpack-filter-warnings-plugin@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/webpack-filter-warnings-plugin/-/webpack-filter-warnings-plugin-1.2.1.tgz#dc61521cf4f9b4a336fbc89108a75ae1da951cdb" @@ -11573,6 +11361,11 @@ webpack-virtual-modules@^0.2.2: dependencies: debug "^3.0.0" +webpack-virtual-modules@^0.4.1: + version "0.4.3" + resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.4.3.tgz#cd597c6d51d5a5ecb473eea1983a58fa8a17ded9" + integrity sha512-5NUqC2JquIL2pBAAo/VfBP6KuGkHIZQXW/lNKupLPfhViwh8wNsu0BObtl09yuKZszeEUfbXz8xhrHvSG16Nqw== + webpack@4: version "4.46.0" resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.46.0.tgz#bf9b4404ea20a073605e0a011d188d77cb6ad542" @@ -11602,7 +11395,7 @@ webpack@4: watchpack "^1.7.4" webpack-sources "^1.4.1" -webpack@^5.67.0: +webpack@^5.67.0, webpack@^5.9.0: version "5.67.0" resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.67.0.tgz#cb43ca2aad5f7cc81c4cd36b626e6b819805dbfd" integrity sha512-LjFbfMh89xBDpUMgA1W9Ur6Rn/gnr2Cq1jjHFPo4v6a79/ypznSYbAyPgGhwsxBtMIaEmDD1oJoA7BEYw/Fbrw== @@ -11656,7 +11449,7 @@ which-boxed-primitive@^1.0.2: is-string "^1.0.5" is-symbol "^1.0.3" -which@^2.0.1, which@^2.0.2: +which@^2.0.1: version "2.0.2" resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== @@ -11757,7 +11550,7 @@ yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2: resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== -yargs-parser@^20.2.2, yargs-parser@^20.2.3, yargs-parser@^20.2.7: +yargs-parser@^20.2.2, yargs-parser@^20.2.7: version "20.2.9" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee" integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== @@ -11780,7 +11573,7 @@ yargs@^16.2.0: y18n "^5.0.5" yargs-parser "^20.2.2" -yargs@^17.0.0, yargs@^17.2.1: +yargs@^17.0.0: version "17.3.1" resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.3.1.tgz#da56b28f32e2fd45aefb402ed9c26f42be4c07b9" integrity sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==