diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f73d36e130..48efc8efcc 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -43,10 +43,13 @@ jobs: - name: Get changed TypeScript files id: changed-files uses: tj-actions/changed-files@v40 - - name: Check formatting if: steps.changed-files.outputs.only_changed != 'true' run: npm run format:check + + - name: Run formatting if check fails + if: failure() + run: npm run format - name: Check for type errors if: steps.changed-files.outputs.only_changed != 'true' @@ -260,4 +263,3 @@ jobs: run: | echo "Error: Pull request target branch must be 'develop'. Please refer PR_GUIDELINES.md" exit 1 - diff --git a/.husky/pre-commit b/.husky/pre-commit index c9c109cceb..77ecddae25 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,7 +1,7 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -# npm run format:fix +npm run format:fix # npm run lint:fix npm run lint-staged npm run typecheck diff --git a/src/assets/css/app.css b/src/assets/css/app.css index d6c5ca665c..0d23ea0e13 100644 --- a/src/assets/css/app.css +++ b/src/assets/css/app.css @@ -1,5 +1,6 @@ @charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); + /*! * Bootstrap v5.3.0 (https://getbootstrap.com/) * Copyright 2011-2023 The Bootstrap Authors @@ -21,6 +22,7 @@ --bs-white: #fff; --bs-gray: #6c757d; --bs-gray-dark: #343a40; + --bs-greyish-black: #555555; --bs-gray-100: #f8f9fa; --bs-gray-200: #e9ecef; --bs-gray-300: #dee2e6; @@ -30,7 +32,7 @@ --bs-gray-700: #495057; --bs-gray-800: #343a40; --bs-gray-900: #212529; - --bs-primary: #31bb6b; + --bs-primary: #eaebef; --bs-secondary: #707070; --bs-success: #31bb6b; --bs-info: #0dcaf0; @@ -136,7 +138,7 @@ [data-bs-theme='dark'] { color-scheme: dark; - --bs-body-color: #adb5bd; + --bs-body-color: #f6f8fc; --bs-body-color-rgb: 173, 181, 189; --bs-body-bg: #212529; --bs-body-bg-rgb: 33, 37, 41; @@ -244,6 +246,7 @@ h1, .h1 { font-size: calc(1.375rem + 1.5vw); } + @media (min-width: 1200px) { h1, .h1 { @@ -255,6 +258,7 @@ h2, .h2 { font-size: calc(1.325rem + 0.9vw); } + @media (min-width: 1200px) { h2, .h2 { @@ -266,6 +270,7 @@ h3, .h3 { font-size: calc(1.3rem + 0.6vw); } + @media (min-width: 1200px) { h3, .h3 { @@ -277,6 +282,7 @@ h4, .h4 { font-size: calc(1.275rem + 0.3vw); } + @media (min-width: 1200px) { h4, .h4 { @@ -379,6 +385,7 @@ a { color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)); text-decoration: none; } + a:hover { --bs-link-color-rgb: var(--bs-link-hover-color-rgb); } @@ -404,6 +411,7 @@ pre { overflow: auto; font-size: 0.875em; } + pre code { font-size: inherit; color: inherit; @@ -415,6 +423,7 @@ code { color: var(--bs-code-color); word-wrap: break-word; } + a > code { color: inherit; } @@ -426,6 +435,7 @@ kbd { background-color: var(--bs-body-color); border-radius: 0.25rem; } + kbd kbd { padding: 0; font-size: 1em; @@ -503,6 +513,7 @@ select { select { word-wrap: normal; } + select:disabled { opacity: 1; } @@ -519,6 +530,7 @@ button, [type='submit'] { -webkit-appearance: button; } + button:not(:disabled), [type='button']:not(:disabled), [type='reset']:not(:disabled), @@ -550,11 +562,13 @@ legend { font-size: calc(1.275rem + 0.3vw); line-height: inherit; } + @media (min-width: 1200px) { legend { font-size: 1.5rem; } } + legend + * { clear: left; } @@ -630,6 +644,7 @@ progress { font-weight: 300; line-height: 1.2; } + @media (min-width: 1200px) { .display-1 { font-size: 5rem; @@ -641,6 +656,7 @@ progress { font-weight: 300; line-height: 1.2; } + @media (min-width: 1200px) { .display-2 { font-size: 4.5rem; @@ -652,6 +668,7 @@ progress { font-weight: 300; line-height: 1.2; } + @media (min-width: 1200px) { .display-3 { font-size: 4rem; @@ -663,6 +680,7 @@ progress { font-weight: 300; line-height: 1.2; } + @media (min-width: 1200px) { .display-4 { font-size: 3.5rem; @@ -674,6 +692,7 @@ progress { font-weight: 300; line-height: 1.2; } + @media (min-width: 1200px) { .display-5 { font-size: 3rem; @@ -685,6 +704,7 @@ progress { font-weight: 300; line-height: 1.2; } + @media (min-width: 1200px) { .display-6 { font-size: 2.5rem; @@ -704,6 +724,7 @@ progress { .list-inline-item { display: inline-block; } + .list-inline-item:not(:last-child) { margin-right: 0.5rem; } @@ -717,6 +738,7 @@ progress { margin-bottom: 1rem; font-size: 1.25rem; } + .blockquote > :last-child { margin-bottom: 0; } @@ -727,6 +749,7 @@ progress { font-size: 0.875em; color: #6c757d; } + .blockquote-footer::before { content: '— '; } @@ -781,6 +804,7 @@ progress { max-width: 540px; } } + @media (min-width: 768px) { .container-md, .container-sm, @@ -788,6 +812,7 @@ progress { max-width: 720px; } } + @media (min-width: 992px) { .container-lg, .container-md, @@ -796,6 +821,7 @@ progress { max-width: 960px; } } + @media (min-width: 1200px) { .container-xl, .container-lg, @@ -805,6 +831,7 @@ progress { max-width: 1140px; } } + @media (min-width: 1400px) { .container-xxl, .container-xl, @@ -815,6 +842,7 @@ progress { max-width: 1320px; } } + :root { --bs-breakpoint-xs: 0; --bs-breakpoint-sm: 576px; @@ -833,6 +861,7 @@ progress { margin-right: calc(-0.5 * var(--bs-gutter-x)); margin-left: calc(-0.5 * var(--bs-gutter-x)); } + .row > * { flex-shrink: 0; width: 100%; @@ -1054,847 +1083,1072 @@ progress { .col-sm { flex: 1 0 0%; } + .row-cols-sm-auto > * { flex: 0 0 auto; width: auto; } + .row-cols-sm-1 > * { flex: 0 0 auto; width: 100%; } + .row-cols-sm-2 > * { flex: 0 0 auto; width: 50%; } + .row-cols-sm-3 > * { flex: 0 0 auto; width: 33.3333333333%; } + .row-cols-sm-4 > * { flex: 0 0 auto; width: 25%; } + .row-cols-sm-5 > * { flex: 0 0 auto; width: 20%; } + .row-cols-sm-6 > * { flex: 0 0 auto; width: 16.6666666667%; } + .col-sm-auto { flex: 0 0 auto; width: auto; } + .col-sm-1 { flex: 0 0 auto; width: 8.33333333%; } + .col-sm-2 { flex: 0 0 auto; width: 16.66666667%; } + .col-sm-3 { flex: 0 0 auto; width: 25%; } + .col-sm-4 { flex: 0 0 auto; width: 33.33333333%; } + .col-sm-5 { flex: 0 0 auto; width: 41.66666667%; } + .col-sm-6 { flex: 0 0 auto; width: 50%; } + .col-sm-7 { flex: 0 0 auto; width: 58.33333333%; } + .col-sm-8 { flex: 0 0 auto; width: 66.66666667%; } + .col-sm-9 { flex: 0 0 auto; width: 75%; } + .col-sm-10 { flex: 0 0 auto; width: 83.33333333%; } + .col-sm-11 { flex: 0 0 auto; width: 91.66666667%; } + .col-sm-12 { flex: 0 0 auto; width: 100%; } + .offset-sm-0 { margin-left: 0; } + .offset-sm-1 { margin-left: 8.33333333%; } + .offset-sm-2 { margin-left: 16.66666667%; } + .offset-sm-3 { margin-left: 25%; } + .offset-sm-4 { margin-left: 33.33333333%; } + .offset-sm-5 { margin-left: 41.66666667%; } + .offset-sm-6 { margin-left: 50%; } + .offset-sm-7 { margin-left: 58.33333333%; } + .offset-sm-8 { margin-left: 66.66666667%; } + .offset-sm-9 { margin-left: 75%; } + .offset-sm-10 { margin-left: 83.33333333%; } + .offset-sm-11 { margin-left: 91.66666667%; } + .g-sm-0, .gx-sm-0 { --bs-gutter-x: 0; } + .g-sm-0, .gy-sm-0 { --bs-gutter-y: 0; } + .g-sm-1, .gx-sm-1 { --bs-gutter-x: 0.25rem; } + .g-sm-1, .gy-sm-1 { --bs-gutter-y: 0.25rem; } + .g-sm-2, .gx-sm-2 { --bs-gutter-x: 0.5rem; } + .g-sm-2, .gy-sm-2 { --bs-gutter-y: 0.5rem; } + .g-sm-3, .gx-sm-3 { --bs-gutter-x: 1rem; } + .g-sm-3, .gy-sm-3 { --bs-gutter-y: 1rem; } + .g-sm-4, .gx-sm-4 { --bs-gutter-x: 1.5rem; } + .g-sm-4, .gy-sm-4 { --bs-gutter-y: 1.5rem; } + .g-sm-5, .gx-sm-5 { --bs-gutter-x: 3rem; } + .g-sm-5, .gy-sm-5 { --bs-gutter-y: 3rem; } } + @media (min-width: 768px) { .col-md { flex: 1 0 0%; } + .row-cols-md-auto > * { flex: 0 0 auto; width: auto; } + .row-cols-md-1 > * { flex: 0 0 auto; width: 100%; } + .row-cols-md-2 > * { flex: 0 0 auto; width: 50%; } + .row-cols-md-3 > * { flex: 0 0 auto; width: 33.3333333333%; } + .row-cols-md-4 > * { flex: 0 0 auto; width: 25%; } + .row-cols-md-5 > * { flex: 0 0 auto; width: 20%; } + .row-cols-md-6 > * { flex: 0 0 auto; width: 16.6666666667%; } + .col-md-auto { flex: 0 0 auto; width: auto; } + .col-md-1 { flex: 0 0 auto; width: 8.33333333%; } + .col-md-2 { flex: 0 0 auto; width: 16.66666667%; } + .col-md-3 { flex: 0 0 auto; width: 25%; } + .col-md-4 { flex: 0 0 auto; width: 33.33333333%; } + .col-md-5 { flex: 0 0 auto; width: 41.66666667%; } + .col-md-6 { flex: 0 0 auto; width: 50%; } + .col-md-7 { flex: 0 0 auto; width: 58.33333333%; } + .col-md-8 { flex: 0 0 auto; width: 66.66666667%; } + .col-md-9 { flex: 0 0 auto; width: 75%; } + .col-md-10 { flex: 0 0 auto; width: 83.33333333%; } + .col-md-11 { flex: 0 0 auto; width: 91.66666667%; } + .col-md-12 { flex: 0 0 auto; width: 100%; } + .offset-md-0 { margin-left: 0; } + .offset-md-1 { margin-left: 8.33333333%; } + .offset-md-2 { margin-left: 16.66666667%; } + .offset-md-3 { margin-left: 25%; } + .offset-md-4 { margin-left: 33.33333333%; } + .offset-md-5 { margin-left: 41.66666667%; } + .offset-md-6 { margin-left: 50%; } + .offset-md-7 { margin-left: 58.33333333%; } + .offset-md-8 { margin-left: 66.66666667%; } + .offset-md-9 { margin-left: 75%; } + .offset-md-10 { margin-left: 83.33333333%; } + .offset-md-11 { margin-left: 91.66666667%; } + .g-md-0, .gx-md-0 { --bs-gutter-x: 0; } + .g-md-0, .gy-md-0 { --bs-gutter-y: 0; } + .g-md-1, .gx-md-1 { --bs-gutter-x: 0.25rem; } + .g-md-1, .gy-md-1 { --bs-gutter-y: 0.25rem; } + .g-md-2, .gx-md-2 { --bs-gutter-x: 0.5rem; } + .g-md-2, .gy-md-2 { --bs-gutter-y: 0.5rem; } + .g-md-3, .gx-md-3 { --bs-gutter-x: 1rem; } + .g-md-3, .gy-md-3 { --bs-gutter-y: 1rem; } + .g-md-4, .gx-md-4 { --bs-gutter-x: 1.5rem; } + .g-md-4, .gy-md-4 { --bs-gutter-y: 1.5rem; } + .g-md-5, .gx-md-5 { --bs-gutter-x: 3rem; } + .g-md-5, .gy-md-5 { --bs-gutter-y: 3rem; } } + @media (min-width: 992px) { .col-lg { flex: 1 0 0%; } + .row-cols-lg-auto > * { flex: 0 0 auto; width: auto; } + .row-cols-lg-1 > * { flex: 0 0 auto; width: 100%; } + .row-cols-lg-2 > * { flex: 0 0 auto; width: 50%; } + .row-cols-lg-3 > * { flex: 0 0 auto; width: 33.3333333333%; } + .row-cols-lg-4 > * { flex: 0 0 auto; width: 25%; } + .row-cols-lg-5 > * { flex: 0 0 auto; width: 20%; } + .row-cols-lg-6 > * { flex: 0 0 auto; width: 16.6666666667%; } + .col-lg-auto { flex: 0 0 auto; width: auto; } + .col-lg-1 { flex: 0 0 auto; width: 8.33333333%; } + .col-lg-2 { flex: 0 0 auto; width: 16.66666667%; } + .col-lg-3 { flex: 0 0 auto; width: 25%; } + .col-lg-4 { flex: 0 0 auto; width: 33.33333333%; } + .col-lg-5 { flex: 0 0 auto; width: 41.66666667%; } + .col-lg-6 { flex: 0 0 auto; width: 50%; } + .col-lg-7 { flex: 0 0 auto; width: 58.33333333%; } + .col-lg-8 { flex: 0 0 auto; width: 66.66666667%; } + .col-lg-9 { flex: 0 0 auto; width: 75%; } + .col-lg-10 { flex: 0 0 auto; width: 83.33333333%; } + .col-lg-11 { flex: 0 0 auto; width: 91.66666667%; } + .col-lg-12 { flex: 0 0 auto; width: 100%; } + .offset-lg-0 { margin-left: 0; } + .offset-lg-1 { margin-left: 8.33333333%; } + .offset-lg-2 { margin-left: 16.66666667%; } + .offset-lg-3 { margin-left: 25%; } + .offset-lg-4 { margin-left: 33.33333333%; } + .offset-lg-5 { margin-left: 41.66666667%; } + .offset-lg-6 { margin-left: 50%; } + .offset-lg-7 { margin-left: 58.33333333%; } + .offset-lg-8 { margin-left: 66.66666667%; } + .offset-lg-9 { margin-left: 75%; } + .offset-lg-10 { margin-left: 83.33333333%; } + .offset-lg-11 { margin-left: 91.66666667%; } + .g-lg-0, .gx-lg-0 { --bs-gutter-x: 0; } + .g-lg-0, .gy-lg-0 { --bs-gutter-y: 0; } + .g-lg-1, .gx-lg-1 { --bs-gutter-x: 0.25rem; } + .g-lg-1, .gy-lg-1 { --bs-gutter-y: 0.25rem; } + .g-lg-2, .gx-lg-2 { --bs-gutter-x: 0.5rem; } + .g-lg-2, .gy-lg-2 { --bs-gutter-y: 0.5rem; } + .g-lg-3, .gx-lg-3 { --bs-gutter-x: 1rem; } + .g-lg-3, .gy-lg-3 { --bs-gutter-y: 1rem; } + .g-lg-4, .gx-lg-4 { --bs-gutter-x: 1.5rem; } + .g-lg-4, .gy-lg-4 { --bs-gutter-y: 1.5rem; } + .g-lg-5, .gx-lg-5 { --bs-gutter-x: 3rem; } + .g-lg-5, .gy-lg-5 { --bs-gutter-y: 3rem; } } + @media (min-width: 1200px) { .col-xl { flex: 1 0 0%; } + .row-cols-xl-auto > * { flex: 0 0 auto; width: auto; } + .row-cols-xl-1 > * { flex: 0 0 auto; width: 100%; } + .row-cols-xl-2 > * { flex: 0 0 auto; width: 50%; } + .row-cols-xl-3 > * { flex: 0 0 auto; width: 33.3333333333%; } + .row-cols-xl-4 > * { flex: 0 0 auto; width: 25%; } + .row-cols-xl-5 > * { flex: 0 0 auto; width: 20%; } + .row-cols-xl-6 > * { flex: 0 0 auto; width: 16.6666666667%; } + .col-xl-auto { flex: 0 0 auto; width: auto; } + .col-xl-1 { flex: 0 0 auto; width: 8.33333333%; } + .col-xl-2 { flex: 0 0 auto; width: 16.66666667%; } + .col-xl-3 { flex: 0 0 auto; width: 25%; } + .col-xl-4 { flex: 0 0 auto; width: 33.33333333%; } + .col-xl-5 { flex: 0 0 auto; width: 41.66666667%; } + .col-xl-6 { flex: 0 0 auto; width: 50%; } + .col-xl-7 { flex: 0 0 auto; width: 58.33333333%; } + .col-xl-8 { flex: 0 0 auto; width: 66.66666667%; } + .col-xl-9 { flex: 0 0 auto; width: 75%; } + .col-xl-10 { flex: 0 0 auto; width: 83.33333333%; } + .col-xl-11 { flex: 0 0 auto; width: 91.66666667%; } + .col-xl-12 { flex: 0 0 auto; width: 100%; } + .offset-xl-0 { margin-left: 0; } + .offset-xl-1 { margin-left: 8.33333333%; } + .offset-xl-2 { margin-left: 16.66666667%; } + .offset-xl-3 { margin-left: 25%; } + .offset-xl-4 { margin-left: 33.33333333%; } + .offset-xl-5 { margin-left: 41.66666667%; } + .offset-xl-6 { margin-left: 50%; } + .offset-xl-7 { margin-left: 58.33333333%; } + .offset-xl-8 { margin-left: 66.66666667%; } + .offset-xl-9 { margin-left: 75%; } + .offset-xl-10 { margin-left: 83.33333333%; } + .offset-xl-11 { margin-left: 91.66666667%; } + .g-xl-0, .gx-xl-0 { --bs-gutter-x: 0; } + .g-xl-0, .gy-xl-0 { --bs-gutter-y: 0; } + .g-xl-1, .gx-xl-1 { --bs-gutter-x: 0.25rem; } + .g-xl-1, .gy-xl-1 { --bs-gutter-y: 0.25rem; } + .g-xl-2, .gx-xl-2 { --bs-gutter-x: 0.5rem; } + .g-xl-2, .gy-xl-2 { --bs-gutter-y: 0.5rem; } + .g-xl-3, .gx-xl-3 { --bs-gutter-x: 1rem; } + .g-xl-3, .gy-xl-3 { --bs-gutter-y: 1rem; } + .g-xl-4, .gx-xl-4 { --bs-gutter-x: 1.5rem; } + .g-xl-4, .gy-xl-4 { --bs-gutter-y: 1.5rem; } + .g-xl-5, .gx-xl-5 { --bs-gutter-x: 3rem; } + .g-xl-5, .gy-xl-5 { --bs-gutter-y: 3rem; } } + @media (min-width: 1400px) { .col-xxl { flex: 1 0 0%; } + .row-cols-xxl-auto > * { flex: 0 0 auto; width: auto; } + .row-cols-xxl-1 > * { flex: 0 0 auto; width: 100%; } + .row-cols-xxl-2 > * { flex: 0 0 auto; width: 50%; } + .row-cols-xxl-3 > * { flex: 0 0 auto; width: 33.3333333333%; } + .row-cols-xxl-4 > * { flex: 0 0 auto; width: 25%; } + .row-cols-xxl-5 > * { flex: 0 0 auto; width: 20%; } + .row-cols-xxl-6 > * { flex: 0 0 auto; width: 16.6666666667%; } + .col-xxl-auto { flex: 0 0 auto; width: auto; } + .col-xxl-1 { flex: 0 0 auto; width: 8.33333333%; } + .col-xxl-2 { flex: 0 0 auto; width: 16.66666667%; } + .col-xxl-3 { flex: 0 0 auto; width: 25%; } + .col-xxl-4 { flex: 0 0 auto; width: 33.33333333%; } + .col-xxl-5 { flex: 0 0 auto; width: 41.66666667%; } + .col-xxl-6 { flex: 0 0 auto; width: 50%; } + .col-xxl-7 { flex: 0 0 auto; width: 58.33333333%; } + .col-xxl-8 { flex: 0 0 auto; width: 66.66666667%; } + .col-xxl-9 { flex: 0 0 auto; width: 75%; } + .col-xxl-10 { flex: 0 0 auto; width: 83.33333333%; } + .col-xxl-11 { flex: 0 0 auto; width: 91.66666667%; } + .col-xxl-12 { flex: 0 0 auto; width: 100%; } + .offset-xxl-0 { margin-left: 0; } + .offset-xxl-1 { margin-left: 8.33333333%; } + .offset-xxl-2 { margin-left: 16.66666667%; } + .offset-xxl-3 { margin-left: 25%; } + .offset-xxl-4 { margin-left: 33.33333333%; } + .offset-xxl-5 { margin-left: 41.66666667%; } + .offset-xxl-6 { margin-left: 50%; } + .offset-xxl-7 { margin-left: 58.33333333%; } + .offset-xxl-8 { margin-left: 66.66666667%; } + .offset-xxl-9 { margin-left: 75%; } + .offset-xxl-10 { margin-left: 83.33333333%; } + .offset-xxl-11 { margin-left: 91.66666667%; } + .g-xxl-0, .gx-xxl-0 { --bs-gutter-x: 0; } + .g-xxl-0, .gy-xxl-0 { --bs-gutter-y: 0; } + .g-xxl-1, .gx-xxl-1 { --bs-gutter-x: 0.25rem; } + .g-xxl-1, .gy-xxl-1 { --bs-gutter-y: 0.25rem; } + .g-xxl-2, .gx-xxl-2 { --bs-gutter-x: 0.5rem; } + .g-xxl-2, .gy-xxl-2 { --bs-gutter-y: 0.5rem; } + .g-xxl-3, .gx-xxl-3 { --bs-gutter-x: 1rem; } + .g-xxl-3, .gy-xxl-3 { --bs-gutter-y: 1rem; } + .g-xxl-4, .gx-xxl-4 { --bs-gutter-x: 1.5rem; } + .g-xxl-4, .gy-xxl-4 { --bs-gutter-y: 1.5rem; } + .g-xxl-5, .gx-xxl-5 { --bs-gutter-x: 3rem; } + .g-xxl-5, .gy-xxl-5 { --bs-gutter-y: 3rem; } } + .table { --bs-table-color-type: initial; --bs-table-bg-type: initial; @@ -1915,6 +2169,7 @@ progress { vertical-align: top; border-color: var(--bs-table-border-color); } + .table > :not(caption) > * > * { padding: 0.5rem 0.5rem; color: var( @@ -1926,9 +2181,11 @@ progress { box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg))); } + .table > tbody { vertical-align: inherit; } + .table > thead { vertical-align: bottom; } @@ -1948,6 +2205,7 @@ progress { .table-bordered > :not(caption) > * { border-width: var(--bs-border-width) 0; } + .table-bordered > :not(caption) > * > * { border-width: 0 var(--bs-border-width); } @@ -1955,6 +2213,7 @@ progress { .table-borderless > :not(caption) > * > * { border-bottom-width: 0; } + .table-borderless > :not(:first-child) { border-top-width: 0; } @@ -2102,30 +2361,35 @@ progress { -webkit-overflow-scrolling: touch; } } + @media (max-width: 767.98px) { .table-responsive-md { overflow-x: auto; -webkit-overflow-scrolling: touch; } } + @media (max-width: 991.98px) { .table-responsive-lg { overflow-x: auto; -webkit-overflow-scrolling: touch; } } + @media (max-width: 1199.98px) { .table-responsive-xl { overflow-x: auto; -webkit-overflow-scrolling: touch; } } + @media (max-width: 1399.98px) { .table-responsive-xxl { overflow-x: auto; -webkit-overflow-scrolling: touch; } } + .form-label { margin-bottom: 0.5rem; } @@ -2173,17 +2437,21 @@ progress { border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { .form-control { transition: none; } } + .form-control[type='file'] { overflow: hidden; } + .form-control[type='file']:not(:disabled):not([readonly]) { cursor: pointer; } + .form-control:focus { color: var(--bs-body-color); background-color: #f2f2f2; @@ -2191,23 +2459,28 @@ progress { outline: 0; box-shadow: 0 0 0 0.25rem rgba(49, 187, 107, 0.25); } + .form-control::-webkit-date-and-time-value { min-width: 85px; height: 1.5em; margin: 0; } + .form-control::-webkit-datetime-edit { display: block; padding: 0; } + .form-control::placeholder { color: var(--bs-secondary-color); opacity: 1; } + .form-control:disabled { background-color: var(--bs-secondary-bg); opacity: 1; } + .form-control::file-selector-button { padding: 0.7rem 1rem; margin: -0.7rem -1rem; @@ -2226,11 +2499,13 @@ progress { border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { .form-control::file-selector-button { transition: none; } } + .form-control:hover:not(:disabled):not([readonly])::file-selector-button { background-color: var(--bs-secondary-bg); } @@ -2246,9 +2521,11 @@ progress { border: solid transparent; border-width: 0 0; } + .form-control-plaintext:focus { outline: 0; } + .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-right: 0; @@ -2261,6 +2538,7 @@ progress { font-size: 0.875rem; border-radius: var(--bs-border-radius-sm); } + .form-control-sm::file-selector-button { padding: 0.25rem 0.5rem; margin: -0.25rem -0.5rem; @@ -2273,6 +2551,7 @@ progress { font-size: 1.25rem; border-radius: var(--bs-border-radius-lg); } + .form-control-lg::file-selector-button { padding: 0.5rem 1rem; margin: -0.5rem -1rem; @@ -2282,9 +2561,11 @@ progress { textarea.form-control { min-height: calc(1.5em + 1.4rem + calc(0 * 2)); } + textarea.form-control-sm { min-height: calc(1.5em + 0.5rem + calc(0 * 2)); } + textarea.form-control-lg { min-height: calc(1.5em + 1rem + calc(0 * 2)); } @@ -2294,20 +2575,25 @@ textarea.form-control-lg { height: calc(1.5em + 1.4rem + calc(0 * 2)); padding: 0.7rem; } + .form-control-color:not(:disabled):not([readonly]) { cursor: pointer; } + .form-control-color::-moz-color-swatch { border: 0 !important; border-radius: var(--bs-border-radius); } + .form-control-color::-webkit-color-swatch { border: 0 !important; border-radius: var(--bs-border-radius); } + .form-control-color.form-control-sm { height: calc(1.5em + 0.5rem + calc(0 * 2)); } + .form-control-color.form-control-lg { height: calc(1.5em + 1rem + calc(0 * 2)); } @@ -2334,24 +2620,29 @@ textarea.form-control-lg { box-shadow 0.15s ease-in-out; appearance: none; } + @media (prefers-reduced-motion: reduce) { .form-select { transition: none; } } + .form-select:focus { border-color: #98ddb5; outline: 0; box-shadow: 0 0 0 0.25rem rgba(49, 187, 107, 0.25); } + .form-select[multiple], .form-select[size]:not([size='1']) { padding-right: 1rem; background-image: none; } + .form-select:disabled { background-color: var(--bs-secondary-bg); } + .form-select:-moz-focusring { color: transparent; text-shadow: 0 0 0 var(--bs-body-color); @@ -2383,6 +2674,7 @@ textarea.form-control-lg { padding-left: 1.5em; margin-bottom: 0.125rem; } + .form-check .form-check-input { float: left; margin-left: -1.5em; @@ -2393,6 +2685,7 @@ textarea.form-control-lg { padding-left: 0; text-align: right; } + .form-check-reverse .form-check-input { float: right; margin-right: -1.5em; @@ -2414,40 +2707,50 @@ textarea.form-control-lg { appearance: none; print-color-adjust: exact; } + .form-check-input[type='checkbox'] { border-radius: 0.25em; } + .form-check-input[type='radio'] { border-radius: 50%; } + .form-check-input:active { filter: brightness(90%); } + .form-check-input:focus { border-color: #98ddb5; outline: 0; box-shadow: 0 0 0 0.25rem rgba(49, 187, 107, 0.25); } + .form-check-input:checked { background-color: #31bb6b; border-color: #31bb6b; } + .form-check-input:checked[type='checkbox'] { --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); } + .form-check-input:checked[type='radio'] { --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); } + .form-check-input[type='checkbox']:indeterminate { background-color: #31bb6b; border-color: #31bb6b; --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); } + .form-check-input:disabled { pointer-events: none; filter: none; opacity: 0.5; } + .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { cursor: default; @@ -2457,6 +2760,7 @@ textarea.form-control-lg { .form-switch { padding-left: 2.5em; } + .form-switch .form-check-input { --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); width: 2em; @@ -2466,22 +2770,27 @@ textarea.form-control-lg { border-radius: 2em; transition: background-position 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { .form-switch .form-check-input { transition: none; } } + .form-switch .form-check-input:focus { --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2398ddb5'/%3e%3c/svg%3e"); } + .form-switch .form-check-input:checked { background-position: right center; --bs-form-switch-bg: 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"); } + .form-switch.form-check-reverse { padding-right: 2.5em; padding-left: 0; } + .form-switch.form-check-reverse .form-check-input { margin-right: -2.5em; margin-left: 0; @@ -2497,6 +2806,7 @@ textarea.form-control-lg { clip: rect(0, 0, 0, 0); pointer-events: none; } + .btn-check[disabled] + .btn, .btn-check:disabled + .btn { pointer-events: none; @@ -2517,22 +2827,27 @@ textarea.form-control-lg { background-color: transparent; appearance: none; } + .form-range:focus { outline: 0; } + .form-range:focus::-webkit-slider-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(49, 187, 107, 0.25); } + .form-range:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(49, 187, 107, 0.25); } + .form-range::-moz-focus-outer { border: 0; } + .form-range::-webkit-slider-thumb { width: 1rem; height: 1rem; @@ -2546,14 +2861,17 @@ textarea.form-control-lg { box-shadow 0.15s ease-in-out; appearance: none; } + @media (prefers-reduced-motion: reduce) { .form-range::-webkit-slider-thumb { transition: none; } } + .form-range::-webkit-slider-thumb:active { background-color: #c1ebd3; } + .form-range::-webkit-slider-runnable-track { width: 100%; height: 0.5rem; @@ -2563,6 +2881,7 @@ textarea.form-control-lg { border-color: transparent; border-radius: 1rem; } + .form-range::-moz-range-thumb { width: 1rem; height: 1rem; @@ -2575,14 +2894,17 @@ textarea.form-control-lg { box-shadow 0.15s ease-in-out; appearance: none; } + @media (prefers-reduced-motion: reduce) { .form-range::-moz-range-thumb { transition: none; } } + .form-range::-moz-range-thumb:active { background-color: #c1ebd3; } + .form-range::-moz-range-track { width: 100%; height: 0.5rem; @@ -2592,12 +2914,15 @@ textarea.form-control-lg { border-color: transparent; border-radius: 1rem; } + .form-range:disabled { pointer-events: none; } + .form-range:disabled::-webkit-slider-thumb { background-color: var(--bs-secondary-color); } + .form-range:disabled::-moz-range-thumb { background-color: var(--bs-secondary-color); } @@ -2605,6 +2930,7 @@ textarea.form-control-lg { .form-floating { position: relative; } + .form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select { @@ -2612,6 +2938,7 @@ textarea.form-control-lg { min-height: calc(3.5rem + calc(0 * 2)); line-height: 1.25; } + .form-floating > label { position: absolute; top: 0; @@ -2630,19 +2957,23 @@ textarea.form-control-lg { opacity 0.1s ease-in-out, transform 0.1s ease-in-out; } + @media (prefers-reduced-motion: reduce) { .form-floating > label { transition: none; } } + .form-floating > .form-control, .form-floating > .form-control-plaintext { padding: 1rem 1rem; } + .form-floating > .form-control::placeholder, .form-floating > .form-control-plaintext::placeholder { color: transparent; } + .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, @@ -2650,15 +2981,18 @@ textarea.form-control-lg { padding-top: 1.625rem; padding-bottom: 0.625rem; } + .form-floating > .form-control:-webkit-autofill, .form-floating > .form-control-plaintext:-webkit-autofill { padding-top: 1.625rem; padding-bottom: 0.625rem; } + .form-floating > .form-select { padding-top: 1.625rem; padding-bottom: 0.625rem; } + .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, @@ -2666,6 +3000,7 @@ textarea.form-control-lg { color: rgba(var(--bs-body-color-rgb), 0.65); transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); } + .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-control-plaintext ~ label::after, @@ -2678,16 +3013,20 @@ textarea.form-control-lg { background-color: #f2f2f2; border-radius: var(--bs-border-radius); } + .form-floating > .form-control:-webkit-autofill ~ label { color: rgba(var(--bs-body-color-rgb), 0.65); transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); } + .form-floating > .form-control-plaintext ~ label { border-width: 0 0; } + .form-floating > :disabled ~ label { color: #6c757d; } + .form-floating > :disabled ~ label::after { background-color: var(--bs-secondary-bg); } @@ -2699,6 +3038,7 @@ textarea.form-control-lg { align-items: stretch; width: 100%; } + .input-group > .form-control, .input-group > .form-select, .input-group > .form-floating { @@ -2707,15 +3047,18 @@ textarea.form-control-lg { width: 1%; min-width: 0; } + .input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-floating:focus-within { z-index: 5; } + .input-group .btn { position: relative; z-index: 2; } + .input-group .btn:focus { z-index: 5; } @@ -2772,6 +3115,7 @@ textarea.form-control-lg { border-top-right-radius: 0; border-bottom-right-radius: 0; } + .input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not( .form-floating @@ -2786,6 +3130,7 @@ textarea.form-control-lg { border-top-right-radius: 0; border-bottom-right-radius: 0; } + .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not( .valid-feedback @@ -2794,6 +3139,7 @@ textarea.form-control-lg { border-top-left-radius: 0; border-bottom-left-radius: 0; } + .input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select { border-top-left-radius: 0; @@ -2838,6 +3184,7 @@ textarea.form-control-lg { background-position: right calc(0.375em + 0.35rem) center; background-size: calc(0.75em + 0.7rem) calc(0.75em + 0.7rem); } + .was-validated .form-control:valid:focus, .form-control.is-valid:focus { border-color: var(--bs-form-valid-border-color); @@ -2854,6 +3201,7 @@ textarea.form-control.is-valid { .form-select.is-valid { border-color: var(--bs-form-valid-border-color); } + .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size='1'], .form-select.is-valid:not([multiple]):not([size]), @@ -2867,6 +3215,7 @@ textarea.form-control.is-valid { 16px 12px, calc(0.75em + 0.7rem) calc(0.75em + 0.7rem); } + .was-validated .form-select:valid:focus, .form-select.is-valid:focus { border-color: var(--bs-form-valid-border-color); @@ -2882,14 +3231,17 @@ textarea.form-control.is-valid { .form-check-input.is-valid { border-color: var(--bs-form-valid-border-color); } + .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { background-color: var(--bs-form-valid-color); } + .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25); } + .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { color: var(--bs-form-valid-color); @@ -2946,6 +3298,7 @@ textarea.form-control.is-valid { background-position: right calc(0.375em + 0.35rem) center; background-size: calc(0.75em + 0.7rem) calc(0.75em + 0.7rem); } + .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: var(--bs-form-invalid-border-color); @@ -2962,6 +3315,7 @@ textarea.form-control.is-invalid { .form-select.is-invalid { border-color: var(--bs-form-invalid-border-color); } + .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size='1'], .form-select.is-invalid:not([multiple]):not([size]), @@ -2975,6 +3329,7 @@ textarea.form-control.is-invalid { 16px 12px, calc(0.75em + 0.7rem) calc(0.75em + 0.7rem); } + .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus { border-color: var(--bs-form-invalid-border-color); @@ -2990,14 +3345,17 @@ textarea.form-control.is-invalid { .form-check-input.is-invalid { border-color: var(--bs-form-invalid-border-color); } + .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked { background-color: var(--bs-form-invalid-color); } + .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus { box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25); } + .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { color: var(--bs-form-invalid-color); @@ -3054,21 +3412,25 @@ textarea.form-control.is-invalid { border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { .btn { transition: none; } } + .btn:hover { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); } + .btn-check + .btn:hover { color: var(--bs-btn-color); background-color: var(--bs-btn-bg); border-color: var(--bs-btn-border-color); } + .btn:focus-visible { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); @@ -3076,11 +3438,13 @@ textarea.form-control.is-invalid { outline: 0; box-shadow: var(--bs-btn-focus-box-shadow); } + .btn-check:focus-visible + .btn { border-color: var(--bs-btn-hover-border-color); outline: 0; box-shadow: var(--bs-btn-focus-box-shadow); } + .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, @@ -3090,6 +3454,7 @@ textarea.form-control.is-invalid { background-color: var(--bs-btn-active-bg); border-color: var(--bs-btn-active-border-color); } + .btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, @@ -3097,6 +3462,7 @@ textarea.form-control.is-invalid { .btn.show:focus-visible { box-shadow: var(--bs-btn-focus-box-shadow); } + .btn:disabled, .btn.disabled, fieldset:disabled .btn { @@ -3394,9 +3760,11 @@ fieldset:disabled .btn { --bs-btn-focus-shadow-rgb: 49, 132, 253; text-decoration: none; } + .btn-link:focus-visible { color: var(--bs-btn-color); } + .btn-link:hover { color: var(--bs-btn-hover-color); } @@ -3420,11 +3788,13 @@ fieldset:disabled .btn { .fade { transition: opacity 0.15s linear; } + @media (prefers-reduced-motion: reduce) { .fade { transition: none; } } + .fade:not(.show) { opacity: 0; } @@ -3438,16 +3808,19 @@ fieldset:disabled .btn { overflow: hidden; transition: height 0.35s ease; } + @media (prefers-reduced-motion: reduce) { .collapsing { transition: none; } } + .collapsing.collapse-horizontal { width: 0; height: auto; transition: width 0.35s ease; } + @media (prefers-reduced-motion: reduce) { .collapsing.collapse-horizontal { transition: none; @@ -3466,6 +3839,7 @@ fieldset:disabled .btn { .dropdown-toggle { white-space: nowrap; } + .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; @@ -3476,6 +3850,7 @@ fieldset:disabled .btn { border-bottom: 0; border-left: 0.3em solid transparent; } + .dropdown-toggle:empty::after { margin-left: 0; } @@ -3524,6 +3899,7 @@ fieldset:disabled .btn { border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color); border-radius: var(--bs-dropdown-border-radius); } + .dropdown-menu[data-bs-popper] { top: 100%; left: 0; @@ -3533,6 +3909,7 @@ fieldset:disabled .btn { .dropdown-menu-start { --bs-position: start; } + .dropdown-menu-start[data-bs-popper] { right: auto; left: 0; @@ -3541,6 +3918,7 @@ fieldset:disabled .btn { .dropdown-menu-end { --bs-position: end; } + .dropdown-menu-end[data-bs-popper] { right: 0; left: auto; @@ -3550,88 +3928,109 @@ fieldset:disabled .btn { .dropdown-menu-sm-start { --bs-position: start; } + .dropdown-menu-sm-start[data-bs-popper] { right: auto; left: 0; } + .dropdown-menu-sm-end { --bs-position: end; } + .dropdown-menu-sm-end[data-bs-popper] { right: 0; left: auto; } } + @media (min-width: 768px) { .dropdown-menu-md-start { --bs-position: start; } + .dropdown-menu-md-start[data-bs-popper] { right: auto; left: 0; } + .dropdown-menu-md-end { --bs-position: end; } + .dropdown-menu-md-end[data-bs-popper] { right: 0; left: auto; } } + @media (min-width: 992px) { .dropdown-menu-lg-start { --bs-position: start; } + .dropdown-menu-lg-start[data-bs-popper] { right: auto; left: 0; } + .dropdown-menu-lg-end { --bs-position: end; } + .dropdown-menu-lg-end[data-bs-popper] { right: 0; left: auto; } } + @media (min-width: 1200px) { .dropdown-menu-xl-start { --bs-position: start; } + .dropdown-menu-xl-start[data-bs-popper] { right: auto; left: 0; } + .dropdown-menu-xl-end { --bs-position: end; } + .dropdown-menu-xl-end[data-bs-popper] { right: 0; left: auto; } } + @media (min-width: 1400px) { .dropdown-menu-xxl-start { --bs-position: start; } + .dropdown-menu-xxl-start[data-bs-popper] { right: auto; left: 0; } + .dropdown-menu-xxl-end { --bs-position: end; } + .dropdown-menu-xxl-end[data-bs-popper] { right: 0; left: auto; } } + .dropup .dropdown-menu[data-bs-popper] { top: auto; bottom: 100%; margin-top: 0; margin-bottom: var(--bs-dropdown-spacer); } + .dropup .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; @@ -3642,6 +4041,7 @@ fieldset:disabled .btn { border-bottom: 0.3em solid; border-left: 0.3em solid transparent; } + .dropup .dropdown-toggle:empty::after { margin-left: 0; } @@ -3653,6 +4053,7 @@ fieldset:disabled .btn { margin-top: 0; margin-left: var(--bs-dropdown-spacer); } + .dropend .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; @@ -3663,9 +4064,11 @@ fieldset:disabled .btn { border-bottom: 0.3em solid transparent; border-left: 0.3em solid; } + .dropend .dropdown-toggle:empty::after { margin-left: 0; } + .dropend .dropdown-toggle::after { vertical-align: 0; } @@ -3677,15 +4080,18 @@ fieldset:disabled .btn { margin-top: 0; margin-right: var(--bs-dropdown-spacer); } + .dropstart .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ''; } + .dropstart .dropdown-toggle::after { display: none; } + .dropstart .dropdown-toggle::before { display: inline-block; margin-right: 0.255em; @@ -3695,9 +4101,11 @@ fieldset:disabled .btn { border-right: 0.3em solid; border-bottom: 0.3em solid transparent; } + .dropstart .dropdown-toggle:empty::after { margin-left: 0; } + .dropstart .dropdown-toggle::before { vertical-align: 0; } @@ -3723,17 +4131,20 @@ fieldset:disabled .btn { border: 0; border-radius: var(--bs-dropdown-item-border-radius, 0); } + .dropdown-item:hover, .dropdown-item:focus { color: var(--bs-dropdown-link-hover-color); background-color: var(--bs-dropdown-link-hover-bg); } + .dropdown-item.active, .dropdown-item:active { color: var(--bs-dropdown-link-active-color); text-decoration: none; background-color: var(--bs-dropdown-link-active-bg); } + .dropdown-item.disabled, .dropdown-item:disabled { color: var(--bs-dropdown-link-disabled-color); @@ -3782,11 +4193,13 @@ fieldset:disabled .btn { display: inline-flex; vertical-align: middle; } + .btn-group > .btn, .btn-group-vertical > .btn { position: relative; flex: 1 1 auto; } + .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, @@ -3807,6 +4220,7 @@ fieldset:disabled .btn { flex-wrap: wrap; justify-content: flex-start; } + .btn-toolbar .input-group { width: auto; } @@ -3814,16 +4228,19 @@ fieldset:disabled .btn { .btn-group { border-radius: var(--bs-border-radius); } + .btn-group > :not(.btn-check:first-child) + .btn, .btn-group > .btn-group:not(:first-child) { margin-left: calc(var(--bs-border-width) * -1); } + .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } + .btn-group > .btn:nth-child(n + 3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn { @@ -3835,11 +4252,13 @@ fieldset:disabled .btn { padding-right: 0.75rem; padding-left: 0.75rem; } + .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after { margin-left: 0; } + .dropstart .dropdown-toggle-split::before { margin-right: 0; } @@ -3861,19 +4280,23 @@ fieldset:disabled .btn { align-items: flex-start; justify-content: center; } + .btn-group-vertical > .btn, .btn-group-vertical > .btn-group { width: 100%; } + .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) { margin-top: calc(var(--bs-border-width) * -1); } + .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } + .btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; @@ -3907,19 +4330,23 @@ fieldset:disabled .btn { background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { .nav-link { transition: none; } } + .nav-link:hover, .nav-link:focus { color: var(--bs-nav-link-hover-color); } + .nav-link:focus-visible { outline: 0; box-shadow: 0 0 0 0.25rem rgba(49, 187, 107, 0.25); } + .nav-link.disabled { color: var(--bs-nav-link-disabled-color); pointer-events: none; @@ -3939,29 +4366,34 @@ fieldset:disabled .btn { border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); } + .nav-tabs .nav-link { margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width)); border: var(--bs-nav-tabs-border-width) solid transparent; border-top-left-radius: var(--bs-nav-tabs-border-radius); border-top-right-radius: var(--bs-nav-tabs-border-radius); } + .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { isolation: isolate; border-color: var(--bs-nav-tabs-link-hover-border-color); } + .nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled { color: var(--bs-nav-link-disabled-color); background-color: transparent; border-color: transparent; } + .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: var(--bs-nav-tabs-link-active-color); background-color: var(--bs-nav-tabs-link-active-bg); border-color: var(--bs-nav-tabs-link-active-border-color); } + .nav-tabs .dropdown-menu { margin-top: calc(-1 * var(--bs-nav-tabs-border-width)); border-top-left-radius: 0; @@ -3973,14 +4405,17 @@ fieldset:disabled .btn { --bs-nav-pills-link-active-color: #fff; --bs-nav-pills-link-active-bg: #31bb6b; } + .nav-pills .nav-link { border-radius: var(--bs-nav-pills-border-radius); } + .nav-pills .nav-link:disabled { color: var(--bs-nav-link-disabled-color); background-color: transparent; border-color: transparent; } + .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: var(--bs-nav-pills-link-active-color); @@ -3993,15 +4428,18 @@ fieldset:disabled .btn { --bs-nav-underline-link-active-color: var(--bs-emphasis-color); gap: var(--bs-nav-underline-gap); } + .nav-underline .nav-link { padding-right: 0; padding-left: 0; border-bottom: var(--bs-nav-underline-border-width) solid transparent; } + .nav-underline .nav-link:hover, .nav-underline .nav-link:focus { border-bottom-color: currentcolor; } + .nav-underline .nav-link.active, .nav-underline .show > .nav-link { font-weight: 700; @@ -4030,6 +4468,7 @@ fieldset:disabled .btn { .tab-content > .tab-pane { display: none; } + .tab-content > .active { display: block; } @@ -4062,6 +4501,7 @@ fieldset:disabled .btn { justify-content: space-between; padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); } + .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, @@ -4074,6 +4514,7 @@ fieldset:disabled .btn { align-items: center; justify-content: space-between; } + .navbar-brand { padding-top: var(--bs-navbar-brand-padding-y); padding-bottom: var(--bs-navbar-brand-padding-y); @@ -4082,6 +4523,7 @@ fieldset:disabled .btn { color: var(--bs-navbar-brand-color); white-space: nowrap; } + .navbar-brand:hover, .navbar-brand:focus { color: var(--bs-navbar-brand-hover-color); @@ -4100,10 +4542,12 @@ fieldset:disabled .btn { margin-bottom: 0; list-style: none; } + .navbar-nav .nav-link.active, .navbar-nav .nav-link.show { color: var(--bs-navbar-active-color); } + .navbar-nav .dropdown-menu { position: static; } @@ -4113,6 +4557,7 @@ fieldset:disabled .btn { padding-bottom: 0.5rem; color: var(--bs-navbar-color); } + .navbar-text a, .navbar-text a:hover, .navbar-text a:focus { @@ -4135,14 +4580,17 @@ fieldset:disabled .btn { border-radius: var(--bs-navbar-toggler-border-radius); transition: var(--bs-navbar-toggler-transition); } + @media (prefers-reduced-motion: reduce) { .navbar-toggler { transition: none; } } + .navbar-toggler:hover { text-decoration: none; } + .navbar-toggler:focus { text-decoration: none; outline: 0; @@ -4170,26 +4618,33 @@ fieldset:disabled .btn { flex-wrap: nowrap; justify-content: flex-start; } + .navbar-expand-sm .navbar-nav { flex-direction: row; } + .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; } + .navbar-expand-sm .navbar-nav .nav-link { padding-right: var(--bs-navbar-nav-link-padding-x); padding-left: var(--bs-navbar-nav-link-padding-x); } + .navbar-expand-sm .navbar-nav-scroll { overflow: visible; } + .navbar-expand-sm .navbar-collapse { display: flex !important; flex-basis: auto; } + .navbar-expand-sm .navbar-toggler { display: none; } + .navbar-expand-sm .offcanvas { position: static; z-index: auto; @@ -4202,9 +4657,11 @@ fieldset:disabled .btn { transform: none !important; transition: none; } + .navbar-expand-sm .offcanvas .offcanvas-header { display: none; } + .navbar-expand-sm .offcanvas .offcanvas-body { display: flex; flex-grow: 0; @@ -4212,31 +4669,39 @@ fieldset:disabled .btn { overflow-y: visible; } } + @media (min-width: 768px) { .navbar-expand-md { flex-wrap: nowrap; justify-content: flex-start; } + .navbar-expand-md .navbar-nav { flex-direction: row; } + .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; } + .navbar-expand-md .navbar-nav .nav-link { padding-right: var(--bs-navbar-nav-link-padding-x); padding-left: var(--bs-navbar-nav-link-padding-x); } + .navbar-expand-md .navbar-nav-scroll { overflow: visible; } + .navbar-expand-md .navbar-collapse { display: flex !important; flex-basis: auto; } + .navbar-expand-md .navbar-toggler { display: none; } + .navbar-expand-md .offcanvas { position: static; z-index: auto; @@ -4249,9 +4714,11 @@ fieldset:disabled .btn { transform: none !important; transition: none; } + .navbar-expand-md .offcanvas .offcanvas-header { display: none; } + .navbar-expand-md .offcanvas .offcanvas-body { display: flex; flex-grow: 0; @@ -4259,31 +4726,39 @@ fieldset:disabled .btn { overflow-y: visible; } } + @media (min-width: 992px) { .navbar-expand-lg { flex-wrap: nowrap; justify-content: flex-start; } + .navbar-expand-lg .navbar-nav { flex-direction: row; } + .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; } + .navbar-expand-lg .navbar-nav .nav-link { padding-right: var(--bs-navbar-nav-link-padding-x); padding-left: var(--bs-navbar-nav-link-padding-x); } + .navbar-expand-lg .navbar-nav-scroll { overflow: visible; } + .navbar-expand-lg .navbar-collapse { display: flex !important; flex-basis: auto; } + .navbar-expand-lg .navbar-toggler { display: none; } + .navbar-expand-lg .offcanvas { position: static; z-index: auto; @@ -4296,9 +4771,11 @@ fieldset:disabled .btn { transform: none !important; transition: none; } + .navbar-expand-lg .offcanvas .offcanvas-header { display: none; } + .navbar-expand-lg .offcanvas .offcanvas-body { display: flex; flex-grow: 0; @@ -4306,31 +4783,39 @@ fieldset:disabled .btn { overflow-y: visible; } } + @media (min-width: 1200px) { .navbar-expand-xl { flex-wrap: nowrap; justify-content: flex-start; } + .navbar-expand-xl .navbar-nav { flex-direction: row; } + .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; } + .navbar-expand-xl .navbar-nav .nav-link { padding-right: var(--bs-navbar-nav-link-padding-x); padding-left: var(--bs-navbar-nav-link-padding-x); } + .navbar-expand-xl .navbar-nav-scroll { overflow: visible; } + .navbar-expand-xl .navbar-collapse { display: flex !important; flex-basis: auto; } + .navbar-expand-xl .navbar-toggler { display: none; } + .navbar-expand-xl .offcanvas { position: static; z-index: auto; @@ -4343,9 +4828,11 @@ fieldset:disabled .btn { transform: none !important; transition: none; } + .navbar-expand-xl .offcanvas .offcanvas-header { display: none; } + .navbar-expand-xl .offcanvas .offcanvas-body { display: flex; flex-grow: 0; @@ -4353,31 +4840,39 @@ fieldset:disabled .btn { overflow-y: visible; } } + @media (min-width: 1400px) { .navbar-expand-xxl { flex-wrap: nowrap; justify-content: flex-start; } + .navbar-expand-xxl .navbar-nav { flex-direction: row; } + .navbar-expand-xxl .navbar-nav .dropdown-menu { position: absolute; } + .navbar-expand-xxl .navbar-nav .nav-link { padding-right: var(--bs-navbar-nav-link-padding-x); padding-left: var(--bs-navbar-nav-link-padding-x); } + .navbar-expand-xxl .navbar-nav-scroll { overflow: visible; } + .navbar-expand-xxl .navbar-collapse { display: flex !important; flex-basis: auto; } + .navbar-expand-xxl .navbar-toggler { display: none; } + .navbar-expand-xxl .offcanvas { position: static; z-index: auto; @@ -4390,9 +4885,11 @@ fieldset:disabled .btn { transform: none !important; transition: none; } + .navbar-expand-xxl .offcanvas .offcanvas-header { display: none; } + .navbar-expand-xxl .offcanvas .offcanvas-body { display: flex; flex-grow: 0; @@ -4400,30 +4897,38 @@ fieldset:disabled .btn { overflow-y: visible; } } + .navbar-expand { flex-wrap: nowrap; justify-content: flex-start; } + .navbar-expand .navbar-nav { flex-direction: row; } + .navbar-expand .navbar-nav .dropdown-menu { position: absolute; } + .navbar-expand .navbar-nav .nav-link { padding-right: var(--bs-navbar-nav-link-padding-x); padding-left: var(--bs-navbar-nav-link-padding-x); } + .navbar-expand .navbar-nav-scroll { overflow: visible; } + .navbar-expand .navbar-collapse { display: flex !important; flex-basis: auto; } + .navbar-expand .navbar-toggler { display: none; } + .navbar-expand .offcanvas { position: static; z-index: auto; @@ -4436,9 +4941,11 @@ fieldset:disabled .btn { transform: none !important; transition: none; } + .navbar-expand .offcanvas .offcanvas-header { display: none; } + .navbar-expand .offcanvas .offcanvas-body { display: flex; flex-grow: 0; @@ -4496,24 +5003,29 @@ fieldset:disabled .btn { border: var(--bs-card-border-width) solid var(--bs-card-border-color); border-radius: var(--bs-card-border-radius); } + .card > hr { margin-right: 0; margin-left: 0; } + .card > .list-group { border-top: inherit; border-bottom: inherit; } + .card > .list-group:first-child { border-top-width: 0; border-top-left-radius: var(--bs-card-inner-border-radius); border-top-right-radius: var(--bs-card-inner-border-radius); } + .card > .list-group:last-child { border-bottom-width: 0; border-bottom-right-radius: var(--bs-card-inner-border-radius); border-bottom-left-radius: var(--bs-card-inner-border-radius); } + .card > .card-header + .list-group, .card > .list-group + .card-footer { border-top: 0; @@ -4551,6 +5063,7 @@ fieldset:disabled .btn { background-color: var(--bs-card-cap-bg); border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color); } + .card-header:first-child { border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0; @@ -4562,6 +5075,7 @@ fieldset:disabled .btn { background-color: var(--bs-card-cap-bg); border-top: var(--bs-card-border-width) solid var(--bs-card-border-color); } + .card-footer:last-child { border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius); @@ -4573,6 +5087,7 @@ fieldset:disabled .btn { margin-left: calc(-0.5 * var(--bs-card-cap-padding-x)); border-bottom: 0; } + .card-header-tabs .nav-link.active { background-color: var(--bs-card-bg); border-bottom-color: var(--bs-card-bg); @@ -4614,39 +5129,48 @@ fieldset:disabled .btn { .card-group > .card { margin-bottom: var(--bs-card-group-margin); } + @media (min-width: 576px) { .card-group { display: flex; flex-flow: row wrap; } + .card-group > .card { flex: 1 0 0%; margin-bottom: 0; } + .card-group > .card + .card { margin-left: 0; border-left: 0; } + .card-group > .card:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } + .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } + .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } + .card-group > .card:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } + .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } + .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; @@ -4697,21 +5221,25 @@ fieldset:disabled .btn { overflow-anchor: none; transition: var(--bs-accordion-transition); } + @media (prefers-reduced-motion: reduce) { .accordion-button { transition: none; } } + .accordion-button:not(.collapsed) { color: var(--bs-accordion-active-color); background-color: var(--bs-accordion-active-bg); box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); } + .accordion-button:not(.collapsed)::after { background-image: var(--bs-accordion-btn-active-icon); transform: var(--bs-accordion-btn-icon-transform); } + .accordion-button::after { flex-shrink: 0; width: var(--bs-accordion-btn-icon-width); @@ -4723,14 +5251,17 @@ fieldset:disabled .btn { background-size: var(--bs-accordion-btn-icon-width); transition: var(--bs-accordion-btn-icon-transition); } + @media (prefers-reduced-motion: reduce) { .accordion-button::after { transition: none; } } + .accordion-button:hover { z-index: 2; } + .accordion-button:focus { z-index: 3; border-color: var(--bs-accordion-btn-focus-border-color); @@ -4748,25 +5279,31 @@ fieldset:disabled .btn { border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); } + .accordion-item:first-of-type { border-top-left-radius: var(--bs-accordion-border-radius); border-top-right-radius: var(--bs-accordion-border-radius); } + .accordion-item:first-of-type .accordion-button { border-top-left-radius: var(--bs-accordion-inner-border-radius); border-top-right-radius: var(--bs-accordion-inner-border-radius); } + .accordion-item:not(:first-of-type) { border-top: 0; } + .accordion-item:last-of-type { border-bottom-right-radius: var(--bs-accordion-border-radius); border-bottom-left-radius: var(--bs-accordion-border-radius); } + .accordion-item:last-of-type .accordion-button.collapsed { border-bottom-right-radius: var(--bs-accordion-inner-border-radius); border-bottom-left-radius: var(--bs-accordion-inner-border-radius); } + .accordion-item:last-of-type .accordion-collapse { border-bottom-right-radius: var(--bs-accordion-border-radius); border-bottom-left-radius: var(--bs-accordion-border-radius); @@ -4779,17 +5316,21 @@ fieldset:disabled .btn { .accordion-flush .accordion-collapse { border-width: 0; } + .accordion-flush .accordion-item { border-right: 0; border-left: 0; border-radius: 0; } + .accordion-flush .accordion-item:first-child { border-top: 0; } + .accordion-flush .accordion-item:last-child { border-bottom: 0; } + .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed { border-radius: 0; @@ -4822,6 +5363,7 @@ fieldset:disabled .btn { .breadcrumb-item + .breadcrumb-item { padding-left: var(--bs-breadcrumb-item-padding-x); } + .breadcrumb-item + .breadcrumb-item::before { float: left; padding-right: var(--bs-breadcrumb-item-padding-x); @@ -4829,6 +5371,7 @@ fieldset:disabled .btn { content: var(--bs-breadcrumb-divider, '/') /* rtl: var(--bs-breadcrumb-divider, "/") */; } + .breadcrumb-item.active { color: var(--bs-breadcrumb-item-active-color); } @@ -4874,17 +5417,20 @@ fieldset:disabled .btn { border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { .page-link { transition: none; } } + .page-link:hover { z-index: 2; color: var(--bs-pagination-hover-color); background-color: var(--bs-pagination-hover-bg); border-color: var(--bs-pagination-hover-border-color); } + .page-link:focus { z-index: 3; color: var(--bs-pagination-focus-color); @@ -4892,6 +5438,7 @@ fieldset:disabled .btn { outline: 0; box-shadow: var(--bs-pagination-focus-box-shadow); } + .page-link.active, .active > .page-link { z-index: 3; @@ -4899,6 +5446,7 @@ fieldset:disabled .btn { background-color: var(--bs-pagination-active-bg); border-color: var(--bs-pagination-active-border-color); } + .page-link.disabled, .disabled > .page-link { color: var(--bs-pagination-disabled-color); @@ -4910,10 +5458,12 @@ fieldset:disabled .btn { .page-item:not(:first-child) .page-link { margin-left: calc(var(--bs-border-width) * -1); } + .page-item:first-child .page-link { border-top-left-radius: var(--bs-pagination-border-radius); border-bottom-left-radius: var(--bs-pagination-border-radius); } + .page-item:last-child .page-link { border-top-right-radius: var(--bs-pagination-border-radius); border-bottom-right-radius: var(--bs-pagination-border-radius); @@ -4951,6 +5501,7 @@ fieldset:disabled .btn { vertical-align: baseline; border-radius: var(--bs-badge-border-radius); } + .badge:empty { display: none; } @@ -4991,6 +5542,7 @@ fieldset:disabled .btn { .alert-dismissible { padding-right: 3rem; } + .alert-dismissible .btn-close { position: absolute; top: 0; @@ -5060,6 +5612,7 @@ fieldset:disabled .btn { background-position-x: 1rem; } } + .progress, .progress-stacked { --bs-progress-height: 1rem; @@ -5089,6 +5642,7 @@ fieldset:disabled .btn { background-color: var(--bs-progress-bar-bg); transition: var(--bs-progress-bar-transition); } + @media (prefers-reduced-motion: reduce) { .progress-bar { transition: none; @@ -5120,6 +5674,7 @@ fieldset:disabled .btn { .progress-bar-animated { animation: 1s linear infinite progress-bar-stripes; } + @media (prefers-reduced-motion: reduce) { .progress-bar-animated { animation: none; @@ -5155,6 +5710,7 @@ fieldset:disabled .btn { list-style-type: none; counter-reset: section; } + .list-group-numbered > .list-group-item::before { content: counters(section, '.') '. '; counter-increment: section; @@ -5165,6 +5721,7 @@ fieldset:disabled .btn { color: var(--bs-list-group-action-color); text-align: inherit; } + .list-group-item-action:hover, .list-group-item-action:focus { z-index: 1; @@ -5172,6 +5729,7 @@ fieldset:disabled .btn { text-decoration: none; background-color: var(--bs-list-group-action-hover-bg); } + .list-group-item-action:active { color: var(--bs-list-group-action-active-color); background-color: var(--bs-list-group-action-active-bg); @@ -5187,29 +5745,35 @@ fieldset:disabled .btn { border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); } + .list-group-item:first-child { border-top-left-radius: inherit; border-top-right-radius: inherit; } + .list-group-item:last-child { border-bottom-right-radius: inherit; border-bottom-left-radius: inherit; } + .list-group-item.disabled, .list-group-item:disabled { color: var(--bs-list-group-disabled-color); pointer-events: none; background-color: var(--bs-list-group-disabled-bg); } + .list-group-item.active { z-index: 2; color: var(--bs-list-group-active-color); background-color: var(--bs-list-group-active-bg); border-color: var(--bs-list-group-active-border-color); } + .list-group-item + .list-group-item { border-top-width: 0; } + .list-group-item + .list-group-item.active { margin-top: calc(-1 * var(--bs-list-group-border-width)); border-top-width: var(--bs-list-group-border-width); @@ -5218,21 +5782,26 @@ fieldset:disabled .btn { .list-group-horizontal { flex-direction: row; } + .list-group-horizontal > .list-group-item:first-child:not(:last-child) { border-bottom-left-radius: var(--bs-list-group-border-radius); border-top-right-radius: 0; } + .list-group-horizontal > .list-group-item:last-child:not(:first-child) { border-top-right-radius: var(--bs-list-group-border-radius); border-bottom-left-radius: 0; } + .list-group-horizontal > .list-group-item.active { margin-top: 0; } + .list-group-horizontal > .list-group-item + .list-group-item { border-top-width: var(--bs-list-group-border-width); border-left-width: 0; } + .list-group-horizontal > .list-group-item + .list-group-item.active { margin-left: calc(-1 * var(--bs-list-group-border-width)); border-left-width: var(--bs-list-group-border-width); @@ -5242,128 +5811,160 @@ fieldset:disabled .btn { .list-group-horizontal-sm { flex-direction: row; } + .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) { border-bottom-left-radius: var(--bs-list-group-border-radius); border-top-right-radius: 0; } + .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) { border-top-right-radius: var(--bs-list-group-border-radius); border-bottom-left-radius: 0; } + .list-group-horizontal-sm > .list-group-item.active { margin-top: 0; } + .list-group-horizontal-sm > .list-group-item + .list-group-item { border-top-width: var(--bs-list-group-border-width); border-left-width: 0; } + .list-group-horizontal-sm > .list-group-item + .list-group-item.active { margin-left: calc(-1 * var(--bs-list-group-border-width)); border-left-width: var(--bs-list-group-border-width); } } + @media (min-width: 768px) { .list-group-horizontal-md { flex-direction: row; } + .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) { border-bottom-left-radius: var(--bs-list-group-border-radius); border-top-right-radius: 0; } + .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) { border-top-right-radius: var(--bs-list-group-border-radius); border-bottom-left-radius: 0; } + .list-group-horizontal-md > .list-group-item.active { margin-top: 0; } + .list-group-horizontal-md > .list-group-item + .list-group-item { border-top-width: var(--bs-list-group-border-width); border-left-width: 0; } + .list-group-horizontal-md > .list-group-item + .list-group-item.active { margin-left: calc(-1 * var(--bs-list-group-border-width)); border-left-width: var(--bs-list-group-border-width); } } + @media (min-width: 992px) { .list-group-horizontal-lg { flex-direction: row; } + .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) { border-bottom-left-radius: var(--bs-list-group-border-radius); border-top-right-radius: 0; } + .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) { border-top-right-radius: var(--bs-list-group-border-radius); border-bottom-left-radius: 0; } + .list-group-horizontal-lg > .list-group-item.active { margin-top: 0; } + .list-group-horizontal-lg > .list-group-item + .list-group-item { border-top-width: var(--bs-list-group-border-width); border-left-width: 0; } + .list-group-horizontal-lg > .list-group-item + .list-group-item.active { margin-left: calc(-1 * var(--bs-list-group-border-width)); border-left-width: var(--bs-list-group-border-width); } } + @media (min-width: 1200px) { .list-group-horizontal-xl { flex-direction: row; } + .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) { border-bottom-left-radius: var(--bs-list-group-border-radius); border-top-right-radius: 0; } + .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) { border-top-right-radius: var(--bs-list-group-border-radius); border-bottom-left-radius: 0; } + .list-group-horizontal-xl > .list-group-item.active { margin-top: 0; } + .list-group-horizontal-xl > .list-group-item + .list-group-item { border-top-width: var(--bs-list-group-border-width); border-left-width: 0; } + .list-group-horizontal-xl > .list-group-item + .list-group-item.active { margin-left: calc(-1 * var(--bs-list-group-border-width)); border-left-width: var(--bs-list-group-border-width); } } + @media (min-width: 1400px) { .list-group-horizontal-xxl { flex-direction: row; } + .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) { border-bottom-left-radius: var(--bs-list-group-border-radius); border-top-right-radius: 0; } + .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) { border-top-right-radius: var(--bs-list-group-border-radius); border-bottom-left-radius: 0; } + .list-group-horizontal-xxl > .list-group-item.active { margin-top: 0; } + .list-group-horizontal-xxl > .list-group-item + .list-group-item { border-top-width: var(--bs-list-group-border-width); border-left-width: 0; } + .list-group-horizontal-xxl > .list-group-item + .list-group-item.active { margin-left: calc(-1 * var(--bs-list-group-border-width)); border-left-width: var(--bs-list-group-border-width); } } + .list-group-flush { border-radius: 0; } + .list-group-flush > .list-group-item { border-width: 0 0 var(--bs-list-group-border-width); } + .list-group-flush > .list-group-item:last-child { border-bottom-width: 0; } @@ -5491,16 +6092,19 @@ fieldset:disabled .btn { border-radius: 0.375rem; opacity: var(--bs-btn-close-opacity); } + .btn-close:hover { color: var(--bs-btn-close-color); text-decoration: none; opacity: var(--bs-btn-close-hover-opacity); } + .btn-close:focus { outline: 0; box-shadow: var(--bs-btn-close-focus-shadow); opacity: var(--bs-btn-close-focus-opacity); } + .btn-close:disabled, .btn-close.disabled { pointer-events: none; @@ -5543,9 +6147,11 @@ fieldset:disabled .btn { box-shadow: var(--bs-toast-box-shadow); border-radius: var(--bs-toast-border-radius); } + .toast.showing { opacity: 0; } + .toast:not(.show) { display: none; } @@ -5558,6 +6164,7 @@ fieldset:disabled .btn { max-width: 100%; pointer-events: none; } + .toast-container > :not(:last-child) { margin-bottom: var(--bs-toast-spacing); } @@ -5578,6 +6185,7 @@ fieldset:disabled .btn { var(--bs-toast-border-radius) - var(--bs-toast-border-width) ); } + .toast-header .btn-close { margin-right: calc(-0.5 * var(--bs-toast-padding-x)); margin-left: var(--bs-toast-padding-x); @@ -5630,18 +6238,22 @@ fieldset:disabled .btn { margin: var(--bs-modal-margin); pointer-events: none; } + .modal.fade .modal-dialog { transition: transform 0.3s ease-out; transform: translate(0, -50px); } + @media (prefers-reduced-motion: reduce) { .modal.fade .modal-dialog { transition: none; } } + .modal.show .modal-dialog { transform: none; } + .modal.modal-static .modal-dialog { transform: scale(1.02); } @@ -5649,10 +6261,12 @@ fieldset:disabled .btn { .modal-dialog-scrollable { height: calc(100% - var(--bs-modal-margin) * 2); } + .modal-dialog-scrollable .modal-content { max-height: 100%; overflow: hidden; } + .modal-dialog-scrollable .modal-body { overflow-y: auto; } @@ -5689,9 +6303,11 @@ fieldset:disabled .btn { height: 100vh; background-color: var(--bs-backdrop-bg); } + .modal-backdrop.fade { opacity: 0; } + .modal-backdrop.show { opacity: var(--bs-backdrop-opacity); } @@ -5707,6 +6323,7 @@ fieldset:disabled .btn { border-top-left-radius: var(--bs-modal-inner-border-radius); border-top-right-radius: var(--bs-modal-inner-border-radius); } + .modal-header .btn-close { padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5); @@ -5739,6 +6356,7 @@ fieldset:disabled .btn { border-bottom-right-radius: var(--bs-modal-inner-border-radius); border-bottom-left-radius: var(--bs-modal-inner-border-radius); } + .modal-footer > * { margin: calc(var(--bs-modal-footer-gap) * 0.5); } @@ -5748,41 +6366,49 @@ fieldset:disabled .btn { --bs-modal-margin: 1.75rem; --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); } + .modal-dialog { max-width: var(--bs-modal-width); margin-right: auto; margin-left: auto; } + .modal-sm { --bs-modal-width: 300px; } } + @media (min-width: 992px) { .modal-lg, .modal-xl { --bs-modal-width: 800px; } } + @media (min-width: 1200px) { .modal-xl { --bs-modal-width: 1140px; } } + .modal-fullscreen { width: 100vw; max-width: none; height: 100%; margin: 0; } + .modal-fullscreen .modal-content { height: 100%; border: 0; border-radius: 0; } + .modal-fullscreen .modal-header, .modal-fullscreen .modal-footer { border-radius: 0; } + .modal-fullscreen .modal-body { overflow-y: auto; } @@ -5794,19 +6420,23 @@ fieldset:disabled .btn { height: 100%; margin: 0; } + .modal-fullscreen-sm-down .modal-content { height: 100%; border: 0; border-radius: 0; } + .modal-fullscreen-sm-down .modal-header, .modal-fullscreen-sm-down .modal-footer { border-radius: 0; } + .modal-fullscreen-sm-down .modal-body { overflow-y: auto; } } + @media (max-width: 767.98px) { .modal-fullscreen-md-down { width: 100vw; @@ -5814,19 +6444,23 @@ fieldset:disabled .btn { height: 100%; margin: 0; } + .modal-fullscreen-md-down .modal-content { height: 100%; border: 0; border-radius: 0; } + .modal-fullscreen-md-down .modal-header, .modal-fullscreen-md-down .modal-footer { border-radius: 0; } + .modal-fullscreen-md-down .modal-body { overflow-y: auto; } } + @media (max-width: 991.98px) { .modal-fullscreen-lg-down { width: 100vw; @@ -5834,19 +6468,23 @@ fieldset:disabled .btn { height: 100%; margin: 0; } + .modal-fullscreen-lg-down .modal-content { height: 100%; border: 0; border-radius: 0; } + .modal-fullscreen-lg-down .modal-header, .modal-fullscreen-lg-down .modal-footer { border-radius: 0; } + .modal-fullscreen-lg-down .modal-body { overflow-y: auto; } } + @media (max-width: 1199.98px) { .modal-fullscreen-xl-down { width: 100vw; @@ -5854,19 +6492,23 @@ fieldset:disabled .btn { height: 100%; margin: 0; } + .modal-fullscreen-xl-down .modal-content { height: 100%; border: 0; border-radius: 0; } + .modal-fullscreen-xl-down .modal-header, .modal-fullscreen-xl-down .modal-footer { border-radius: 0; } + .modal-fullscreen-xl-down .modal-body { overflow-y: auto; } } + @media (max-width: 1399.98px) { .modal-fullscreen-xxl-down { width: 100vw; @@ -5874,19 +6516,23 @@ fieldset:disabled .btn { height: 100%; margin: 0; } + .modal-fullscreen-xxl-down .modal-content { height: 100%; border: 0; border-radius: 0; } + .modal-fullscreen-xxl-down .modal-header, .modal-fullscreen-xxl-down .modal-footer { border-radius: 0; } + .modal-fullscreen-xxl-down .modal-body { overflow-y: auto; } } + .tooltip { --bs-tooltip-zindex: 1080; --bs-tooltip-max-width: 200px; @@ -5921,14 +6567,17 @@ fieldset:disabled .btn { word-wrap: break-word; opacity: 0; } + .tooltip.show { opacity: var(--bs-tooltip-opacity); } + .tooltip .tooltip-arrow { display: block; width: var(--bs-tooltip-arrow-width); height: var(--bs-tooltip-arrow-height); } + .tooltip .tooltip-arrow::before { position: absolute; content: ''; @@ -5940,6 +6589,7 @@ fieldset:disabled .btn { .bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow { bottom: calc(-1 * var(--bs-tooltip-arrow-height)); } + .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow::before { top: -1px; @@ -5955,6 +6605,7 @@ fieldset:disabled .btn { width: var(--bs-tooltip-arrow-height); height: var(--bs-tooltip-arrow-width); } + .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow::before { right: -1px; @@ -5968,6 +6619,7 @@ fieldset:disabled .btn { .bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow { top: calc(-1 * var(--bs-tooltip-arrow-height)); } + .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow::before { bottom: -1px; @@ -5983,6 +6635,7 @@ fieldset:disabled .btn { width: var(--bs-tooltip-arrow-height); height: var(--bs-tooltip-arrow-width); } + .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow::before { left: -1px; @@ -6048,11 +6701,13 @@ fieldset:disabled .btn { border: var(--bs-popover-border-width) solid var(--bs-popover-border-color); border-radius: var(--bs-popover-border-radius); } + .popover .popover-arrow { display: block; width: var(--bs-popover-arrow-width); height: var(--bs-popover-arrow-height); } + .popover .popover-arrow::before, .popover .popover-arrow::after { position: absolute; @@ -6069,6 +6724,7 @@ fieldset:disabled .btn { -1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width) ); } + .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, @@ -6076,11 +6732,13 @@ fieldset:disabled .btn { border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0; } + .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before { bottom: 0; border-top-color: var(--bs-popover-arrow-border); } + .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after { bottom: var(--bs-popover-border-width); @@ -6096,6 +6754,7 @@ fieldset:disabled .btn { width: var(--bs-popover-arrow-height); height: var(--bs-popover-arrow-width); } + .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, @@ -6103,11 +6762,13 @@ fieldset:disabled .btn { border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0; } + .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before { left: 0; border-right-color: var(--bs-popover-arrow-border); } + .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after { left: var(--bs-popover-border-width); @@ -6121,6 +6782,7 @@ fieldset:disabled .btn { -1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width) ); } + .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, @@ -6128,16 +6790,19 @@ fieldset:disabled .btn { border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height); } + .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before { top: 0; border-bottom-color: var(--bs-popover-arrow-border); } + .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after { top: var(--bs-popover-border-width); border-bottom-color: var(--bs-popover-bg); } + .bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before { position: absolute; @@ -6160,6 +6825,7 @@ fieldset:disabled .btn { width: var(--bs-popover-arrow-height); height: var(--bs-popover-arrow-width); } + .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, @@ -6167,11 +6833,13 @@ fieldset:disabled .btn { border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height); } + .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before { right: 0; border-left-color: var(--bs-popover-arrow-border); } + .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after { right: var(--bs-popover-border-width); @@ -6190,6 +6858,7 @@ fieldset:disabled .btn { border-top-left-radius: var(--bs-popover-inner-border-radius); border-top-right-radius: var(--bs-popover-inner-border-radius); } + .popover-header:empty { display: none; } @@ -6212,6 +6881,7 @@ fieldset:disabled .btn { width: 100%; overflow: hidden; } + .carousel-inner::after { display: block; clear: both; @@ -6227,6 +6897,7 @@ fieldset:disabled .btn { backface-visibility: hidden; transition: transform 0.6s ease-in-out; } + @media (prefers-reduced-motion: reduce) { .carousel-item { transition: none; @@ -6254,18 +6925,21 @@ fieldset:disabled .btn { transition-property: opacity; transform: none; } + .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end { z-index: 1; opacity: 1; } + .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end { z-index: 0; opacity: 0; transition: opacity 0s 0.6s; } + @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end { @@ -6291,12 +6965,14 @@ fieldset:disabled .btn { opacity: 0.5; transition: opacity 0.15s ease; } + @media (prefers-reduced-motion: reduce) { .carousel-control-prev, .carousel-control-next { transition: none; } } + .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, @@ -6354,6 +7030,7 @@ fieldset:disabled .btn { margin-bottom: 1rem; margin-left: 15%; } + .carousel-indicators [data-bs-target] { box-sizing: content-box; flex: 0 1 auto; @@ -6372,11 +7049,13 @@ fieldset:disabled .btn { opacity: 0.5; transition: opacity 0.6s ease; } + @media (prefers-reduced-motion: reduce) { .carousel-indicators [data-bs-target] { transition: none; } } + .carousel-indicators .active { opacity: 1; } @@ -6396,9 +7075,11 @@ fieldset:disabled .btn { .carousel-dark .carousel-control-next-icon { filter: invert(1) grayscale(100); } + .carousel-dark .carousel-indicators [data-bs-target] { background-color: #000; } + .carousel-dark .carousel-caption { color: #000; } @@ -6409,10 +7090,12 @@ fieldset:disabled .btn { [data-bs-theme='dark'].carousel .carousel-control-next-icon { filter: invert(1) grayscale(100); } + [data-bs-theme='dark'] .carousel .carousel-indicators [data-bs-target], [data-bs-theme='dark'].carousel .carousel-indicators [data-bs-target] { background-color: #000; } + [data-bs-theme='dark'] .carousel .carousel-caption, [data-bs-theme='dark'].carousel .carousel-caption { color: #000; @@ -6434,6 +7117,7 @@ fieldset:disabled .btn { transform: rotate(360deg) /* rtl:ignore */; } } + .spinner-border { --bs-spinner-width: 2rem; --bs-spinner-height: 2rem; @@ -6455,11 +7139,13 @@ fieldset:disabled .btn { 0% { transform: scale(0); } + 50% { opacity: 1; transform: none; } } + .spinner-grow { --bs-spinner-width: 2rem; --bs-spinner-height: 2rem; @@ -6481,6 +7167,7 @@ fieldset:disabled .btn { --bs-spinner-animation-speed: 1.5s; } } + .offcanvas, .offcanvas-xxl, .offcanvas-xl, @@ -6517,11 +7204,13 @@ fieldset:disabled .btn { transition: var(--bs-offcanvas-transition); } } + @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) { .offcanvas-sm { transition: none; } } + @media (max-width: 575.98px) { .offcanvas-sm.offcanvas-start { top: 0; @@ -6531,6 +7220,7 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateX(-100%); } + .offcanvas-sm.offcanvas-end { top: 0; right: 0; @@ -6539,6 +7229,7 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateX(100%); } + .offcanvas-sm.offcanvas-top { top: 0; right: 0; @@ -6549,6 +7240,7 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateY(-100%); } + .offcanvas-sm.offcanvas-bottom { right: 0; left: 0; @@ -6558,25 +7250,30 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateY(100%); } + .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) { transform: none; } + .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show { visibility: visible; } } + @media (min-width: 576px) { .offcanvas-sm { --bs-offcanvas-height: auto; --bs-offcanvas-border-width: 0; background-color: transparent !important; } + .offcanvas-sm .offcanvas-header { display: none; } + .offcanvas-sm .offcanvas-body { display: flex; flex-grow: 0; @@ -6602,11 +7299,13 @@ fieldset:disabled .btn { transition: var(--bs-offcanvas-transition); } } + @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) { .offcanvas-md { transition: none; } } + @media (max-width: 767.98px) { .offcanvas-md.offcanvas-start { top: 0; @@ -6616,6 +7315,7 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateX(-100%); } + .offcanvas-md.offcanvas-end { top: 0; right: 0; @@ -6624,6 +7324,7 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateX(100%); } + .offcanvas-md.offcanvas-top { top: 0; right: 0; @@ -6634,6 +7335,7 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateY(-100%); } + .offcanvas-md.offcanvas-bottom { right: 0; left: 0; @@ -6643,25 +7345,30 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateY(100%); } + .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) { transform: none; } + .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show { visibility: visible; } } + @media (min-width: 768px) { .offcanvas-md { --bs-offcanvas-height: auto; --bs-offcanvas-border-width: 0; background-color: transparent !important; } + .offcanvas-md .offcanvas-header { display: none; } + .offcanvas-md .offcanvas-body { display: flex; flex-grow: 0; @@ -6687,11 +7394,13 @@ fieldset:disabled .btn { transition: var(--bs-offcanvas-transition); } } + @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) { .offcanvas-lg { transition: none; } } + @media (max-width: 991.98px) { .offcanvas-lg.offcanvas-start { top: 0; @@ -6701,6 +7410,7 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateX(-100%); } + .offcanvas-lg.offcanvas-end { top: 0; right: 0; @@ -6709,6 +7419,7 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateX(100%); } + .offcanvas-lg.offcanvas-top { top: 0; right: 0; @@ -6719,6 +7430,7 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateY(-100%); } + .offcanvas-lg.offcanvas-bottom { right: 0; left: 0; @@ -6728,25 +7440,30 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateY(100%); } + .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) { transform: none; } + .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show { visibility: visible; } } + @media (min-width: 992px) { .offcanvas-lg { --bs-offcanvas-height: auto; --bs-offcanvas-border-width: 0; background-color: transparent !important; } + .offcanvas-lg .offcanvas-header { display: none; } + .offcanvas-lg .offcanvas-body { display: flex; flex-grow: 0; @@ -6772,11 +7489,13 @@ fieldset:disabled .btn { transition: var(--bs-offcanvas-transition); } } + @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) { .offcanvas-xl { transition: none; } } + @media (max-width: 1199.98px) { .offcanvas-xl.offcanvas-start { top: 0; @@ -6786,6 +7505,7 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateX(-100%); } + .offcanvas-xl.offcanvas-end { top: 0; right: 0; @@ -6794,6 +7514,7 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateX(100%); } + .offcanvas-xl.offcanvas-top { top: 0; right: 0; @@ -6804,6 +7525,7 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateY(-100%); } + .offcanvas-xl.offcanvas-bottom { right: 0; left: 0; @@ -6813,25 +7535,30 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateY(100%); } + .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) { transform: none; } + .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show { visibility: visible; } } + @media (min-width: 1200px) { .offcanvas-xl { --bs-offcanvas-height: auto; --bs-offcanvas-border-width: 0; background-color: transparent !important; } + .offcanvas-xl .offcanvas-header { display: none; } + .offcanvas-xl .offcanvas-body { display: flex; flex-grow: 0; @@ -6857,11 +7584,13 @@ fieldset:disabled .btn { transition: var(--bs-offcanvas-transition); } } + @media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) { .offcanvas-xxl { transition: none; } } + @media (max-width: 1399.98px) { .offcanvas-xxl.offcanvas-start { top: 0; @@ -6871,6 +7600,7 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateX(-100%); } + .offcanvas-xxl.offcanvas-end { top: 0; right: 0; @@ -6879,6 +7609,7 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateX(100%); } + .offcanvas-xxl.offcanvas-top { top: 0; right: 0; @@ -6889,6 +7620,7 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateY(-100%); } + .offcanvas-xxl.offcanvas-bottom { right: 0; left: 0; @@ -6898,25 +7630,30 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateY(100%); } + .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) { transform: none; } + .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show { visibility: visible; } } + @media (min-width: 1400px) { .offcanvas-xxl { --bs-offcanvas-height: auto; --bs-offcanvas-border-width: 0; background-color: transparent !important; } + .offcanvas-xxl .offcanvas-header { display: none; } + .offcanvas-xxl .offcanvas-body { display: flex; flex-grow: 0; @@ -6940,11 +7677,13 @@ fieldset:disabled .btn { outline: 0; transition: var(--bs-offcanvas-transition); } + @media (prefers-reduced-motion: reduce) { .offcanvas { transition: none; } } + .offcanvas.offcanvas-start { top: 0; left: 0; @@ -6953,6 +7692,7 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateX(-100%); } + .offcanvas.offcanvas-end { top: 0; right: 0; @@ -6961,6 +7701,7 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateX(100%); } + .offcanvas.offcanvas-top { top: 0; right: 0; @@ -6971,6 +7712,7 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateY(-100%); } + .offcanvas.offcanvas-bottom { right: 0; left: 0; @@ -6980,10 +7722,12 @@ fieldset:disabled .btn { var(--bs-offcanvas-border-color); transform: translateY(100%); } + .offcanvas.showing, .offcanvas.show:not(.hiding) { transform: none; } + .offcanvas.showing, .offcanvas.hiding, .offcanvas.show { @@ -6999,9 +7743,11 @@ fieldset:disabled .btn { height: 100vh; background-color: #000; } + .offcanvas-backdrop.fade { opacity: 0; } + .offcanvas-backdrop.show { opacity: 0.5; } @@ -7012,6 +7758,7 @@ fieldset:disabled .btn { justify-content: space-between; padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); } + .offcanvas-header .btn-close { padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5); @@ -7039,6 +7786,7 @@ fieldset:disabled .btn { background-color: currentcolor; opacity: 0.5; } + .placeholder.btn::before { display: inline-block; content: ''; @@ -7065,6 +7813,7 @@ fieldset:disabled .btn { opacity: 0.2; } } + .placeholder-wave { mask-image: linear-gradient( 130deg, @@ -7081,6 +7830,7 @@ fieldset:disabled .btn { mask-position: -200% 0%; } } + .clearfix::after { display: block; clear: both; @@ -7134,6 +7884,7 @@ fieldset:disabled .btn { var(--bs-link-underline-opacity, 1) ) !important; } + .link-primary:hover, .link-primary:focus { color: RGBA(90, 201, 137, var(--bs-link-opacity, 1)) !important; @@ -7152,6 +7903,7 @@ fieldset:disabled .btn { var(--bs-link-underline-opacity, 1) ) !important; } + .link-secondary:hover, .link-secondary:focus { color: RGBA(90, 90, 90, var(--bs-link-opacity, 1)) !important; @@ -7170,6 +7922,7 @@ fieldset:disabled .btn { var(--bs-link-underline-opacity, 1) ) !important; } + .link-success:hover, .link-success:focus { color: RGBA(90, 201, 137, var(--bs-link-opacity, 1)) !important; @@ -7188,6 +7941,7 @@ fieldset:disabled .btn { var(--bs-link-underline-opacity, 1) ) !important; } + .link-info:hover, .link-info:focus { color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important; @@ -7206,6 +7960,7 @@ fieldset:disabled .btn { var(--bs-link-underline-opacity, 1) ) !important; } + .link-warning:hover, .link-warning:focus { color: RGBA(254, 201, 122, var(--bs-link-opacity, 1)) !important; @@ -7224,6 +7979,7 @@ fieldset:disabled .btn { var(--bs-link-underline-opacity, 1) ) !important; } + .link-danger:hover, .link-danger:focus { color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important; @@ -7242,6 +7998,7 @@ fieldset:disabled .btn { var(--bs-link-underline-opacity, 1) ) !important; } + .link-light:hover, .link-light:focus { color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important; @@ -7260,6 +8017,7 @@ fieldset:disabled .btn { var(--bs-link-underline-opacity, 1) ) !important; } + .link-dark:hover, .link-dark:focus { color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important; @@ -7281,6 +8039,7 @@ fieldset:disabled .btn { var(--bs-link-underline-opacity, 1) ) !important; } + .link-body-emphasis:hover, .link-body-emphasis:focus { color: RGBA( @@ -7311,6 +8070,7 @@ fieldset:disabled .btn { text-underline-offset: 0.25em; backface-visibility: hidden; } + .icon-link > .bi { flex-shrink: 0; width: 1em; @@ -7318,6 +8078,7 @@ fieldset:disabled .btn { fill: currentcolor; transition: 0.2s ease-in-out transform; } + @media (prefers-reduced-motion: reduce) { .icon-link > .bi { transition: none; @@ -7333,11 +8094,13 @@ fieldset:disabled .btn { position: relative; width: 100%; } + .ratio::before { display: block; padding-top: var(--bs-aspect-ratio); content: ''; } + .ratio > * { position: absolute; top: 0; @@ -7396,60 +8159,70 @@ fieldset:disabled .btn { top: 0; z-index: 1020; } + .sticky-sm-bottom { position: sticky; bottom: 0; z-index: 1020; } } + @media (min-width: 768px) { .sticky-md-top { position: sticky; top: 0; z-index: 1020; } + .sticky-md-bottom { position: sticky; bottom: 0; z-index: 1020; } } + @media (min-width: 992px) { .sticky-lg-top { position: sticky; top: 0; z-index: 1020; } + .sticky-lg-bottom { position: sticky; bottom: 0; z-index: 1020; } } + @media (min-width: 1200px) { .sticky-xl-top { position: sticky; top: 0; z-index: 1020; } + .sticky-xl-bottom { position: sticky; bottom: 0; z-index: 1020; } } + @media (min-width: 1400px) { .sticky-xxl-top { position: sticky; top: 0; z-index: 1020; } + .sticky-xxl-bottom { position: sticky; bottom: 0; z-index: 1020; } } + .hstack { display: flex; flex-direction: row; @@ -7475,6 +8248,7 @@ fieldset:disabled .btn { white-space: nowrap !important; border: 0 !important; } + .visually-hidden:not(caption), .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) { position: absolute !important; @@ -9563,2801 +10337,3686 @@ fieldset:disabled .btn { .float-sm-start { float: left !important; } + .float-sm-end { float: right !important; } + .float-sm-none { float: none !important; } + .object-fit-sm-contain { object-fit: contain !important; } + .object-fit-sm-cover { object-fit: cover !important; } + .object-fit-sm-fill { object-fit: fill !important; } + .object-fit-sm-scale { object-fit: scale-down !important; } + .object-fit-sm-none { object-fit: none !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-block { display: block !important; } + .d-sm-grid { display: grid !important; } + .d-sm-inline-grid { display: inline-grid !important; } + .d-sm-table { display: table !important; } + .d-sm-table-row { display: table-row !important; } + .d-sm-table-cell { display: table-cell !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline-flex { display: inline-flex !important; } + .d-sm-none { display: none !important; } + .flex-sm-fill { flex: 1 1 auto !important; } + .flex-sm-row { flex-direction: row !important; } + .flex-sm-column { flex-direction: column !important; } + .flex-sm-row-reverse { flex-direction: row-reverse !important; } + .flex-sm-column-reverse { flex-direction: column-reverse !important; } + .flex-sm-grow-0 { flex-grow: 0 !important; } + .flex-sm-grow-1 { flex-grow: 1 !important; } + .flex-sm-shrink-0 { flex-shrink: 0 !important; } + .flex-sm-shrink-1 { flex-shrink: 1 !important; } + .flex-sm-wrap { flex-wrap: wrap !important; } + .flex-sm-nowrap { flex-wrap: nowrap !important; } + .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; } + .justify-content-sm-start { justify-content: flex-start !important; } + .justify-content-sm-end { justify-content: flex-end !important; } + .justify-content-sm-center { justify-content: center !important; } + .justify-content-sm-between { justify-content: space-between !important; } + .justify-content-sm-around { justify-content: space-around !important; } + .justify-content-sm-evenly { justify-content: space-evenly !important; } + .align-items-sm-start { align-items: flex-start !important; } + .align-items-sm-end { align-items: flex-end !important; } + .align-items-sm-center { align-items: center !important; } + .align-items-sm-baseline { align-items: baseline !important; } + .align-items-sm-stretch { align-items: stretch !important; } + .align-content-sm-start { align-content: flex-start !important; } + .align-content-sm-end { align-content: flex-end !important; } + .align-content-sm-center { align-content: center !important; } + .align-content-sm-between { align-content: space-between !important; } + .align-content-sm-around { align-content: space-around !important; } + .align-content-sm-stretch { align-content: stretch !important; } + .align-self-sm-auto { align-self: auto !important; } + .align-self-sm-start { align-self: flex-start !important; } + .align-self-sm-end { align-self: flex-end !important; } + .align-self-sm-center { align-self: center !important; } + .align-self-sm-baseline { align-self: baseline !important; } + .align-self-sm-stretch { align-self: stretch !important; } + .order-sm-first { order: -1 !important; } + .order-sm-0 { order: 0 !important; } + .order-sm-1 { order: 1 !important; } + .order-sm-2 { order: 2 !important; } + .order-sm-3 { order: 3 !important; } + .order-sm-4 { order: 4 !important; } + .order-sm-5 { order: 5 !important; } + .order-sm-last { order: 6 !important; } + .m-sm-0 { margin: 0 !important; } + .m-sm-1 { margin: 0.25rem !important; } + .m-sm-2 { margin: 0.5rem !important; } + .m-sm-3 { margin: 1rem !important; } + .m-sm-4 { margin: 1.5rem !important; } + .m-sm-5 { margin: 3rem !important; } + .m-sm-auto { margin: auto !important; } + .mx-sm-0 { margin-right: 0 !important; margin-left: 0 !important; } + .mx-sm-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } + .mx-sm-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } + .mx-sm-3 { margin-right: 1rem !important; margin-left: 1rem !important; } + .mx-sm-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } + .mx-sm-5 { margin-right: 3rem !important; margin-left: 3rem !important; } + .mx-sm-auto { margin-right: auto !important; margin-left: auto !important; } + .my-sm-0 { margin-top: 0 !important; margin-bottom: 0 !important; } + .my-sm-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + .my-sm-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + .my-sm-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } + .my-sm-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + .my-sm-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } + .my-sm-auto { margin-top: auto !important; margin-bottom: auto !important; } + .mt-sm-0 { margin-top: 0 !important; } + .mt-sm-1 { margin-top: 0.25rem !important; } + .mt-sm-2 { margin-top: 0.5rem !important; } + .mt-sm-3 { margin-top: 1rem !important; } + .mt-sm-4 { margin-top: 1.5rem !important; } + .mt-sm-5 { margin-top: 3rem !important; } + .mt-sm-auto { margin-top: auto !important; } + .me-sm-0 { margin-right: 0 !important; } + .me-sm-1 { margin-right: 0.25rem !important; } + .me-sm-2 { margin-right: 0.5rem !important; } + .me-sm-3 { margin-right: 1rem !important; } + .me-sm-4 { margin-right: 1.5rem !important; } + .me-sm-5 { margin-right: 3rem !important; } + .me-sm-auto { margin-right: auto !important; } + .mb-sm-0 { margin-bottom: 0 !important; } + .mb-sm-1 { margin-bottom: 0.25rem !important; } + .mb-sm-2 { margin-bottom: 0.5rem !important; } + .mb-sm-3 { margin-bottom: 1rem !important; } + .mb-sm-4 { margin-bottom: 1.5rem !important; } + .mb-sm-5 { margin-bottom: 3rem !important; } + .mb-sm-auto { margin-bottom: auto !important; } + .ms-sm-0 { margin-left: 0 !important; } + .ms-sm-1 { margin-left: 0.25rem !important; } + .ms-sm-2 { margin-left: 0.5rem !important; } + .ms-sm-3 { margin-left: 1rem !important; } + .ms-sm-4 { margin-left: 1.5rem !important; } + .ms-sm-5 { margin-left: 3rem !important; } + .ms-sm-auto { margin-left: auto !important; } + .p-sm-0 { padding: 0 !important; } + .p-sm-1 { padding: 0.25rem !important; } + .p-sm-2 { padding: 0.5rem !important; } + .p-sm-3 { padding: 1rem !important; } + .p-sm-4 { padding: 1.5rem !important; } + .p-sm-5 { padding: 3rem !important; } + .px-sm-0 { padding-right: 0 !important; padding-left: 0 !important; } + .px-sm-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } + .px-sm-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } + .px-sm-3 { padding-right: 1rem !important; padding-left: 1rem !important; } + .px-sm-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } + .px-sm-5 { padding-right: 3rem !important; padding-left: 3rem !important; } + .py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important; } + .py-sm-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + .py-sm-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + .py-sm-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } + .py-sm-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + .py-sm-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } + .pt-sm-0 { padding-top: 0 !important; } + .pt-sm-1 { padding-top: 0.25rem !important; } + .pt-sm-2 { padding-top: 0.5rem !important; } + .pt-sm-3 { padding-top: 1rem !important; } + .pt-sm-4 { padding-top: 1.5rem !important; } + .pt-sm-5 { padding-top: 3rem !important; } + .pe-sm-0 { padding-right: 0 !important; } + .pe-sm-1 { padding-right: 0.25rem !important; } + .pe-sm-2 { padding-right: 0.5rem !important; } + .pe-sm-3 { padding-right: 1rem !important; } + .pe-sm-4 { padding-right: 1.5rem !important; } + .pe-sm-5 { padding-right: 3rem !important; } + .pb-sm-0 { padding-bottom: 0 !important; } + .pb-sm-1 { padding-bottom: 0.25rem !important; } + .pb-sm-2 { padding-bottom: 0.5rem !important; } + .pb-sm-3 { padding-bottom: 1rem !important; } + .pb-sm-4 { padding-bottom: 1.5rem !important; } + .pb-sm-5 { padding-bottom: 3rem !important; } + .ps-sm-0 { padding-left: 0 !important; } + .ps-sm-1 { padding-left: 0.25rem !important; } + .ps-sm-2 { padding-left: 0.5rem !important; } + .ps-sm-3 { padding-left: 1rem !important; } + .ps-sm-4 { padding-left: 1.5rem !important; } + .ps-sm-5 { padding-left: 3rem !important; } + .gap-sm-0 { gap: 0 !important; } + .gap-sm-1 { gap: 0.25rem !important; } + .gap-sm-2 { gap: 0.5rem !important; } + .gap-sm-3 { gap: 1rem !important; } + .gap-sm-4 { gap: 1.5rem !important; } + .gap-sm-5 { gap: 3rem !important; } + .row-gap-sm-0 { row-gap: 0 !important; } + .row-gap-sm-1 { row-gap: 0.25rem !important; } + .row-gap-sm-2 { row-gap: 0.5rem !important; } + .row-gap-sm-3 { row-gap: 1rem !important; } + .row-gap-sm-4 { row-gap: 1.5rem !important; } + .row-gap-sm-5 { row-gap: 3rem !important; } + .column-gap-sm-0 { column-gap: 0 !important; } + .column-gap-sm-1 { column-gap: 0.25rem !important; } + .column-gap-sm-2 { column-gap: 0.5rem !important; } + .column-gap-sm-3 { column-gap: 1rem !important; } + .column-gap-sm-4 { column-gap: 1.5rem !important; } + .column-gap-sm-5 { column-gap: 3rem !important; } + .text-sm-start { text-align: left !important; } + .text-sm-end { text-align: right !important; } + .text-sm-center { text-align: center !important; } } + @media (min-width: 768px) { .float-md-start { float: left !important; } + .float-md-end { float: right !important; } + .float-md-none { float: none !important; } + .object-fit-md-contain { object-fit: contain !important; } + .object-fit-md-cover { object-fit: cover !important; } + .object-fit-md-fill { object-fit: fill !important; } + .object-fit-md-scale { object-fit: scale-down !important; } + .object-fit-md-none { object-fit: none !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-block { display: block !important; } + .d-md-grid { display: grid !important; } + .d-md-inline-grid { display: inline-grid !important; } + .d-md-table { display: table !important; } + .d-md-table-row { display: table-row !important; } + .d-md-table-cell { display: table-cell !important; } + .d-md-flex { display: flex !important; } + .d-md-inline-flex { display: inline-flex !important; } + .d-md-none { display: none !important; } + .flex-md-fill { flex: 1 1 auto !important; } + .flex-md-row { flex-direction: row !important; } + .flex-md-column { flex-direction: column !important; } + .flex-md-row-reverse { flex-direction: row-reverse !important; } + .flex-md-column-reverse { flex-direction: column-reverse !important; } + .flex-md-grow-0 { flex-grow: 0 !important; } + .flex-md-grow-1 { flex-grow: 1 !important; } + .flex-md-shrink-0 { flex-shrink: 0 !important; } + .flex-md-shrink-1 { flex-shrink: 1 !important; } + .flex-md-wrap { flex-wrap: wrap !important; } + .flex-md-nowrap { flex-wrap: nowrap !important; } + .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; } + .justify-content-md-start { justify-content: flex-start !important; } + .justify-content-md-end { justify-content: flex-end !important; } + .justify-content-md-center { justify-content: center !important; } + .justify-content-md-between { justify-content: space-between !important; } + .justify-content-md-around { justify-content: space-around !important; } + .justify-content-md-evenly { justify-content: space-evenly !important; } + .align-items-md-start { align-items: flex-start !important; } + .align-items-md-end { align-items: flex-end !important; } + .align-items-md-center { align-items: center !important; } + .align-items-md-baseline { align-items: baseline !important; } + .align-items-md-stretch { align-items: stretch !important; } + .align-content-md-start { align-content: flex-start !important; } + .align-content-md-end { align-content: flex-end !important; } + .align-content-md-center { align-content: center !important; } + .align-content-md-between { align-content: space-between !important; } + .align-content-md-around { align-content: space-around !important; } + .align-content-md-stretch { align-content: stretch !important; } + .align-self-md-auto { align-self: auto !important; } + .align-self-md-start { align-self: flex-start !important; } + .align-self-md-end { align-self: flex-end !important; } + .align-self-md-center { align-self: center !important; } + .align-self-md-baseline { align-self: baseline !important; } + .align-self-md-stretch { align-self: stretch !important; } + .order-md-first { order: -1 !important; } + .order-md-0 { order: 0 !important; } + .order-md-1 { order: 1 !important; } + .order-md-2 { order: 2 !important; } + .order-md-3 { order: 3 !important; } + .order-md-4 { order: 4 !important; } + .order-md-5 { order: 5 !important; } + .order-md-last { order: 6 !important; } + .m-md-0 { margin: 0 !important; } + .m-md-1 { margin: 0.25rem !important; } + .m-md-2 { margin: 0.5rem !important; } + .m-md-3 { margin: 1rem !important; } + .m-md-4 { margin: 1.5rem !important; } + .m-md-5 { margin: 3rem !important; } + .m-md-auto { margin: auto !important; } + .mx-md-0 { margin-right: 0 !important; margin-left: 0 !important; } + .mx-md-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } + .mx-md-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } + .mx-md-3 { margin-right: 1rem !important; margin-left: 1rem !important; } + .mx-md-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } + .mx-md-5 { margin-right: 3rem !important; margin-left: 3rem !important; } + .mx-md-auto { margin-right: auto !important; margin-left: auto !important; } + .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; } + .my-md-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + .my-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + .my-md-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } + .my-md-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + .my-md-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } + .my-md-auto { margin-top: auto !important; margin-bottom: auto !important; } + .mt-md-0 { margin-top: 0 !important; } + .mt-md-1 { margin-top: 0.25rem !important; } + .mt-md-2 { margin-top: 0.5rem !important; } + .mt-md-3 { margin-top: 1rem !important; } + .mt-md-4 { margin-top: 1.5rem !important; } + .mt-md-5 { margin-top: 3rem !important; } + .mt-md-auto { margin-top: auto !important; } + .me-md-0 { margin-right: 0 !important; } + .me-md-1 { margin-right: 0.25rem !important; } + .me-md-2 { margin-right: 0.5rem !important; } + .me-md-3 { margin-right: 1rem !important; } + .me-md-4 { margin-right: 1.5rem !important; } + .me-md-5 { margin-right: 3rem !important; } + .me-md-auto { margin-right: auto !important; } + .mb-md-0 { margin-bottom: 0 !important; } + .mb-md-1 { margin-bottom: 0.25rem !important; } + .mb-md-2 { margin-bottom: 0.5rem !important; } + .mb-md-3 { margin-bottom: 1rem !important; } + .mb-md-4 { margin-bottom: 1.5rem !important; } + .mb-md-5 { margin-bottom: 3rem !important; } + .mb-md-auto { margin-bottom: auto !important; } + .ms-md-0 { margin-left: 0 !important; } + .ms-md-1 { margin-left: 0.25rem !important; } + .ms-md-2 { margin-left: 0.5rem !important; } + .ms-md-3 { margin-left: 1rem !important; } + .ms-md-4 { margin-left: 1.5rem !important; } + .ms-md-5 { margin-left: 3rem !important; } + .ms-md-auto { margin-left: auto !important; } + .p-md-0 { padding: 0 !important; } + .p-md-1 { padding: 0.25rem !important; } + .p-md-2 { padding: 0.5rem !important; } + .p-md-3 { padding: 1rem !important; } + .p-md-4 { padding: 1.5rem !important; } + .p-md-5 { padding: 3rem !important; } + .px-md-0 { padding-right: 0 !important; padding-left: 0 !important; } + .px-md-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } + .px-md-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } + .px-md-3 { padding-right: 1rem !important; padding-left: 1rem !important; } + .px-md-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } + .px-md-5 { padding-right: 3rem !important; padding-left: 3rem !important; } + .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; } + .py-md-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + .py-md-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + .py-md-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } + .py-md-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + .py-md-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } + .pt-md-0 { padding-top: 0 !important; } + .pt-md-1 { padding-top: 0.25rem !important; } + .pt-md-2 { padding-top: 0.5rem !important; } + .pt-md-3 { padding-top: 1rem !important; } + .pt-md-4 { padding-top: 1.5rem !important; } + .pt-md-5 { padding-top: 3rem !important; } + .pe-md-0 { padding-right: 0 !important; } + .pe-md-1 { padding-right: 0.25rem !important; } + .pe-md-2 { padding-right: 0.5rem !important; } + .pe-md-3 { padding-right: 1rem !important; } + .pe-md-4 { padding-right: 1.5rem !important; } + .pe-md-5 { padding-right: 3rem !important; } + .pb-md-0 { padding-bottom: 0 !important; } + .pb-md-1 { padding-bottom: 0.25rem !important; } + .pb-md-2 { padding-bottom: 0.5rem !important; } + .pb-md-3 { padding-bottom: 1rem !important; } + .pb-md-4 { padding-bottom: 1.5rem !important; } + .pb-md-5 { padding-bottom: 3rem !important; } + .ps-md-0 { padding-left: 0 !important; } + .ps-md-1 { padding-left: 0.25rem !important; } + .ps-md-2 { padding-left: 0.5rem !important; } + .ps-md-3 { padding-left: 1rem !important; } + .ps-md-4 { padding-left: 1.5rem !important; } + .ps-md-5 { padding-left: 3rem !important; } + .gap-md-0 { gap: 0 !important; } + .gap-md-1 { gap: 0.25rem !important; } + .gap-md-2 { gap: 0.5rem !important; } + .gap-md-3 { gap: 1rem !important; } + .gap-md-4 { gap: 1.5rem !important; } + .gap-md-5 { gap: 3rem !important; } + .row-gap-md-0 { row-gap: 0 !important; } + .row-gap-md-1 { row-gap: 0.25rem !important; } + .row-gap-md-2 { row-gap: 0.5rem !important; } + .row-gap-md-3 { row-gap: 1rem !important; } + .row-gap-md-4 { row-gap: 1.5rem !important; } + .row-gap-md-5 { row-gap: 3rem !important; } + .column-gap-md-0 { column-gap: 0 !important; } + .column-gap-md-1 { column-gap: 0.25rem !important; } + .column-gap-md-2 { column-gap: 0.5rem !important; } + .column-gap-md-3 { column-gap: 1rem !important; } + .column-gap-md-4 { column-gap: 1.5rem !important; } + .column-gap-md-5 { column-gap: 3rem !important; } + .text-md-start { text-align: left !important; } + .text-md-end { text-align: right !important; } + .text-md-center { text-align: center !important; } } + @media (min-width: 992px) { .float-lg-start { float: left !important; } + .float-lg-end { float: right !important; } + .float-lg-none { float: none !important; } + .object-fit-lg-contain { object-fit: contain !important; } + .object-fit-lg-cover { object-fit: cover !important; } + .object-fit-lg-fill { object-fit: fill !important; } + .object-fit-lg-scale { object-fit: scale-down !important; } + .object-fit-lg-none { object-fit: none !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-block { display: block !important; } + .d-lg-grid { display: grid !important; } + .d-lg-inline-grid { display: inline-grid !important; } + .d-lg-table { display: table !important; } + .d-lg-table-row { display: table-row !important; } + .d-lg-table-cell { display: table-cell !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline-flex { display: inline-flex !important; } + .d-lg-none { display: none !important; } + .flex-lg-fill { flex: 1 1 auto !important; } + .flex-lg-row { flex-direction: row !important; } + .flex-lg-column { flex-direction: column !important; } + .flex-lg-row-reverse { flex-direction: row-reverse !important; } + .flex-lg-column-reverse { flex-direction: column-reverse !important; } + .flex-lg-grow-0 { flex-grow: 0 !important; } + .flex-lg-grow-1 { flex-grow: 1 !important; } + .flex-lg-shrink-0 { flex-shrink: 0 !important; } + .flex-lg-shrink-1 { flex-shrink: 1 !important; } + .flex-lg-wrap { flex-wrap: wrap !important; } + .flex-lg-nowrap { flex-wrap: nowrap !important; } + .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; } + .justify-content-lg-start { justify-content: flex-start !important; } + .justify-content-lg-end { justify-content: flex-end !important; } + .justify-content-lg-center { justify-content: center !important; } + .justify-content-lg-between { justify-content: space-between !important; } + .justify-content-lg-around { justify-content: space-around !important; } + .justify-content-lg-evenly { justify-content: space-evenly !important; } + .align-items-lg-start { align-items: flex-start !important; } + .align-items-lg-end { align-items: flex-end !important; } + .align-items-lg-center { align-items: center !important; } + .align-items-lg-baseline { align-items: baseline !important; } + .align-items-lg-stretch { align-items: stretch !important; } + .align-content-lg-start { align-content: flex-start !important; } + .align-content-lg-end { align-content: flex-end !important; } + .align-content-lg-center { align-content: center !important; } + .align-content-lg-between { align-content: space-between !important; } + .align-content-lg-around { align-content: space-around !important; } + .align-content-lg-stretch { align-content: stretch !important; } + .align-self-lg-auto { align-self: auto !important; } + .align-self-lg-start { align-self: flex-start !important; } + .align-self-lg-end { align-self: flex-end !important; } + .align-self-lg-center { align-self: center !important; } + .align-self-lg-baseline { align-self: baseline !important; } + .align-self-lg-stretch { align-self: stretch !important; } + .order-lg-first { order: -1 !important; } + .order-lg-0 { order: 0 !important; } + .order-lg-1 { order: 1 !important; } + .order-lg-2 { order: 2 !important; } + .order-lg-3 { order: 3 !important; } + .order-lg-4 { order: 4 !important; } + .order-lg-5 { order: 5 !important; } + .order-lg-last { order: 6 !important; } + .m-lg-0 { margin: 0 !important; } + .m-lg-1 { margin: 0.25rem !important; } + .m-lg-2 { margin: 0.5rem !important; } + .m-lg-3 { margin: 1rem !important; } + .m-lg-4 { margin: 1.5rem !important; } + .m-lg-5 { margin: 3rem !important; } + .m-lg-auto { margin: auto !important; } + .mx-lg-0 { margin-right: 0 !important; margin-left: 0 !important; } + .mx-lg-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } + .mx-lg-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } + .mx-lg-3 { margin-right: 1rem !important; margin-left: 1rem !important; } + .mx-lg-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } + .mx-lg-5 { margin-right: 3rem !important; margin-left: 3rem !important; } + .mx-lg-auto { margin-right: auto !important; margin-left: auto !important; } + .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; } + .my-lg-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + .my-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + .my-lg-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } + .my-lg-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + .my-lg-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } + .my-lg-auto { margin-top: auto !important; margin-bottom: auto !important; } + .mt-lg-0 { margin-top: 0 !important; } + .mt-lg-1 { margin-top: 0.25rem !important; } + .mt-lg-2 { margin-top: 0.5rem !important; } + .mt-lg-3 { margin-top: 1rem !important; } + .mt-lg-4 { margin-top: 1.5rem !important; } + .mt-lg-5 { margin-top: 3rem !important; } + .mt-lg-auto { margin-top: auto !important; } + .me-lg-0 { margin-right: 0 !important; } + .me-lg-1 { margin-right: 0.25rem !important; } + .me-lg-2 { margin-right: 0.5rem !important; } + .me-lg-3 { margin-right: 1rem !important; } + .me-lg-4 { margin-right: 1.5rem !important; } + .me-lg-5 { margin-right: 3rem !important; } + .me-lg-auto { margin-right: auto !important; } + .mb-lg-0 { margin-bottom: 0 !important; } + .mb-lg-1 { margin-bottom: 0.25rem !important; } + .mb-lg-2 { margin-bottom: 0.5rem !important; } + .mb-lg-3 { margin-bottom: 1rem !important; } + .mb-lg-4 { margin-bottom: 1.5rem !important; } + .mb-lg-5 { margin-bottom: 3rem !important; } + .mb-lg-auto { margin-bottom: auto !important; } + .ms-lg-0 { margin-left: 0 !important; } + .ms-lg-1 { margin-left: 0.25rem !important; } + .ms-lg-2 { margin-left: 0.5rem !important; } + .ms-lg-3 { margin-left: 1rem !important; } + .ms-lg-4 { margin-left: 1.5rem !important; } + .ms-lg-5 { margin-left: 3rem !important; } + .ms-lg-auto { margin-left: auto !important; } + .p-lg-0 { padding: 0 !important; } + .p-lg-1 { padding: 0.25rem !important; } + .p-lg-2 { padding: 0.5rem !important; } + .p-lg-3 { padding: 1rem !important; } + .p-lg-4 { padding: 1.5rem !important; } + .p-lg-5 { padding: 3rem !important; } + .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; } + .px-lg-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } + .px-lg-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } + .px-lg-3 { padding-right: 1rem !important; padding-left: 1rem !important; } + .px-lg-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } + .px-lg-5 { padding-right: 3rem !important; padding-left: 3rem !important; } + .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; } + .py-lg-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + .py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + .py-lg-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } + .py-lg-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + .py-lg-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } + .pt-lg-0 { padding-top: 0 !important; } + .pt-lg-1 { padding-top: 0.25rem !important; } + .pt-lg-2 { padding-top: 0.5rem !important; } + .pt-lg-3 { padding-top: 1rem !important; } + .pt-lg-4 { padding-top: 1.5rem !important; } + .pt-lg-5 { padding-top: 3rem !important; } + .pe-lg-0 { padding-right: 0 !important; } + .pe-lg-1 { padding-right: 0.25rem !important; } + .pe-lg-2 { padding-right: 0.5rem !important; } + .pe-lg-3 { padding-right: 1rem !important; } + .pe-lg-4 { padding-right: 1.5rem !important; } + .pe-lg-5 { padding-right: 3rem !important; } + .pb-lg-0 { padding-bottom: 0 !important; } + .pb-lg-1 { padding-bottom: 0.25rem !important; } + .pb-lg-2 { padding-bottom: 0.5rem !important; } + .pb-lg-3 { padding-bottom: 1rem !important; } + .pb-lg-4 { padding-bottom: 1.5rem !important; } + .pb-lg-5 { padding-bottom: 3rem !important; } + .ps-lg-0 { padding-left: 0 !important; } + .ps-lg-1 { padding-left: 0.25rem !important; } + .ps-lg-2 { padding-left: 0.5rem !important; } + .ps-lg-3 { padding-left: 1rem !important; } + .ps-lg-4 { padding-left: 1.5rem !important; } + .ps-lg-5 { padding-left: 3rem !important; } + .gap-lg-0 { gap: 0 !important; } + .gap-lg-1 { gap: 0.25rem !important; } + .gap-lg-2 { gap: 0.5rem !important; } + .gap-lg-3 { gap: 1rem !important; } + .gap-lg-4 { gap: 1.5rem !important; } + .gap-lg-5 { gap: 3rem !important; } + .row-gap-lg-0 { row-gap: 0 !important; } + .row-gap-lg-1 { row-gap: 0.25rem !important; } + .row-gap-lg-2 { row-gap: 0.5rem !important; } + .row-gap-lg-3 { row-gap: 1rem !important; } + .row-gap-lg-4 { row-gap: 1.5rem !important; } + .row-gap-lg-5 { row-gap: 3rem !important; } + .column-gap-lg-0 { column-gap: 0 !important; } + .column-gap-lg-1 { column-gap: 0.25rem !important; } + .column-gap-lg-2 { column-gap: 0.5rem !important; } + .column-gap-lg-3 { column-gap: 1rem !important; } + .column-gap-lg-4 { column-gap: 1.5rem !important; } + .column-gap-lg-5 { column-gap: 3rem !important; } + .text-lg-start { text-align: left !important; } + .text-lg-end { text-align: right !important; } + .text-lg-center { text-align: center !important; } } + @media (min-width: 1200px) { .float-xl-start { float: left !important; } + .float-xl-end { float: right !important; } + .float-xl-none { float: none !important; } + .object-fit-xl-contain { object-fit: contain !important; } + .object-fit-xl-cover { object-fit: cover !important; } + .object-fit-xl-fill { object-fit: fill !important; } + .object-fit-xl-scale { object-fit: scale-down !important; } + .object-fit-xl-none { object-fit: none !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-block { display: block !important; } + .d-xl-grid { display: grid !important; } + .d-xl-inline-grid { display: inline-grid !important; } + .d-xl-table { display: table !important; } + .d-xl-table-row { display: table-row !important; } + .d-xl-table-cell { display: table-cell !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline-flex { display: inline-flex !important; } + .d-xl-none { display: none !important; } + .flex-xl-fill { flex: 1 1 auto !important; } + .flex-xl-row { flex-direction: row !important; } + .flex-xl-column { flex-direction: column !important; } + .flex-xl-row-reverse { flex-direction: row-reverse !important; } + .flex-xl-column-reverse { flex-direction: column-reverse !important; } + .flex-xl-grow-0 { flex-grow: 0 !important; } + .flex-xl-grow-1 { flex-grow: 1 !important; } + .flex-xl-shrink-0 { flex-shrink: 0 !important; } + .flex-xl-shrink-1 { flex-shrink: 1 !important; } + .flex-xl-wrap { flex-wrap: wrap !important; } + .flex-xl-nowrap { flex-wrap: nowrap !important; } + .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; } + .justify-content-xl-start { justify-content: flex-start !important; } + .justify-content-xl-end { justify-content: flex-end !important; } + .justify-content-xl-center { justify-content: center !important; } + .justify-content-xl-between { justify-content: space-between !important; } + .justify-content-xl-around { justify-content: space-around !important; } + .justify-content-xl-evenly { justify-content: space-evenly !important; } + .align-items-xl-start { align-items: flex-start !important; } + .align-items-xl-end { align-items: flex-end !important; } + .align-items-xl-center { align-items: center !important; } + .align-items-xl-baseline { align-items: baseline !important; } + .align-items-xl-stretch { align-items: stretch !important; } + .align-content-xl-start { align-content: flex-start !important; } + .align-content-xl-end { align-content: flex-end !important; } + .align-content-xl-center { align-content: center !important; } + .align-content-xl-between { align-content: space-between !important; } + .align-content-xl-around { align-content: space-around !important; } + .align-content-xl-stretch { align-content: stretch !important; } + .align-self-xl-auto { align-self: auto !important; } + .align-self-xl-start { align-self: flex-start !important; } + .align-self-xl-end { align-self: flex-end !important; } + .align-self-xl-center { align-self: center !important; } + .align-self-xl-baseline { align-self: baseline !important; } + .align-self-xl-stretch { align-self: stretch !important; } + .order-xl-first { order: -1 !important; } + .order-xl-0 { order: 0 !important; } + .order-xl-1 { order: 1 !important; } + .order-xl-2 { order: 2 !important; } + .order-xl-3 { order: 3 !important; } + .order-xl-4 { order: 4 !important; } + .order-xl-5 { order: 5 !important; } + .order-xl-last { order: 6 !important; } + .m-xl-0 { margin: 0 !important; } + .m-xl-1 { margin: 0.25rem !important; } + .m-xl-2 { margin: 0.5rem !important; } + .m-xl-3 { margin: 1rem !important; } + .m-xl-4 { margin: 1.5rem !important; } + .m-xl-5 { margin: 3rem !important; } + .m-xl-auto { margin: auto !important; } + .mx-xl-0 { margin-right: 0 !important; margin-left: 0 !important; } + .mx-xl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } + .mx-xl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } + .mx-xl-3 { margin-right: 1rem !important; margin-left: 1rem !important; } + .mx-xl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } + .mx-xl-5 { margin-right: 3rem !important; margin-left: 3rem !important; } + .mx-xl-auto { margin-right: auto !important; margin-left: auto !important; } + .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } + .my-xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + .my-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + .my-xl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } + .my-xl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + .my-xl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } + .my-xl-auto { margin-top: auto !important; margin-bottom: auto !important; } + .mt-xl-0 { margin-top: 0 !important; } + .mt-xl-1 { margin-top: 0.25rem !important; } + .mt-xl-2 { margin-top: 0.5rem !important; } + .mt-xl-3 { margin-top: 1rem !important; } + .mt-xl-4 { margin-top: 1.5rem !important; } + .mt-xl-5 { margin-top: 3rem !important; } + .mt-xl-auto { margin-top: auto !important; } + .me-xl-0 { margin-right: 0 !important; } + .me-xl-1 { margin-right: 0.25rem !important; } + .me-xl-2 { margin-right: 0.5rem !important; } + .me-xl-3 { margin-right: 1rem !important; } + .me-xl-4 { margin-right: 1.5rem !important; } + .me-xl-5 { margin-right: 3rem !important; } + .me-xl-auto { margin-right: auto !important; } + .mb-xl-0 { margin-bottom: 0 !important; } + .mb-xl-1 { margin-bottom: 0.25rem !important; } + .mb-xl-2 { margin-bottom: 0.5rem !important; } + .mb-xl-3 { margin-bottom: 1rem !important; } + .mb-xl-4 { margin-bottom: 1.5rem !important; } + .mb-xl-5 { margin-bottom: 3rem !important; } + .mb-xl-auto { margin-bottom: auto !important; } + .ms-xl-0 { margin-left: 0 !important; } + .ms-xl-1 { margin-left: 0.25rem !important; } + .ms-xl-2 { margin-left: 0.5rem !important; } + .ms-xl-3 { margin-left: 1rem !important; } + .ms-xl-4 { margin-left: 1.5rem !important; } + .ms-xl-5 { margin-left: 3rem !important; } + .ms-xl-auto { margin-left: auto !important; } + .p-xl-0 { padding: 0 !important; } + .p-xl-1 { padding: 0.25rem !important; } + .p-xl-2 { padding: 0.5rem !important; } + .p-xl-3 { padding: 1rem !important; } + .p-xl-4 { padding: 1.5rem !important; } + .p-xl-5 { padding: 3rem !important; } + .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; } + .px-xl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } + .px-xl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } + .px-xl-3 { padding-right: 1rem !important; padding-left: 1rem !important; } + .px-xl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } + .px-xl-5 { padding-right: 3rem !important; padding-left: 3rem !important; } + .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } + .py-xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + .py-xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + .py-xl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } + .py-xl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + .py-xl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } + .pt-xl-0 { padding-top: 0 !important; } + .pt-xl-1 { padding-top: 0.25rem !important; } + .pt-xl-2 { padding-top: 0.5rem !important; } + .pt-xl-3 { padding-top: 1rem !important; } + .pt-xl-4 { padding-top: 1.5rem !important; } + .pt-xl-5 { padding-top: 3rem !important; } + .pe-xl-0 { padding-right: 0 !important; } + .pe-xl-1 { padding-right: 0.25rem !important; } + .pe-xl-2 { padding-right: 0.5rem !important; } + .pe-xl-3 { padding-right: 1rem !important; } + .pe-xl-4 { padding-right: 1.5rem !important; } + .pe-xl-5 { padding-right: 3rem !important; } + .pb-xl-0 { padding-bottom: 0 !important; } + .pb-xl-1 { padding-bottom: 0.25rem !important; } + .pb-xl-2 { padding-bottom: 0.5rem !important; } + .pb-xl-3 { padding-bottom: 1rem !important; } + .pb-xl-4 { padding-bottom: 1.5rem !important; } + .pb-xl-5 { padding-bottom: 3rem !important; } + .ps-xl-0 { padding-left: 0 !important; } + .ps-xl-1 { padding-left: 0.25rem !important; } + .ps-xl-2 { padding-left: 0.5rem !important; } + .ps-xl-3 { padding-left: 1rem !important; } + .ps-xl-4 { padding-left: 1.5rem !important; } + .ps-xl-5 { padding-left: 3rem !important; } + .gap-xl-0 { gap: 0 !important; } + .gap-xl-1 { gap: 0.25rem !important; } + .gap-xl-2 { gap: 0.5rem !important; } + .gap-xl-3 { gap: 1rem !important; } + .gap-xl-4 { gap: 1.5rem !important; } + .gap-xl-5 { gap: 3rem !important; } + .row-gap-xl-0 { row-gap: 0 !important; } + .row-gap-xl-1 { row-gap: 0.25rem !important; } + .row-gap-xl-2 { row-gap: 0.5rem !important; } + .row-gap-xl-3 { row-gap: 1rem !important; } + .row-gap-xl-4 { row-gap: 1.5rem !important; } + .row-gap-xl-5 { row-gap: 3rem !important; } + .column-gap-xl-0 { column-gap: 0 !important; } + .column-gap-xl-1 { column-gap: 0.25rem !important; } + .column-gap-xl-2 { column-gap: 0.5rem !important; } + .column-gap-xl-3 { column-gap: 1rem !important; } + .column-gap-xl-4 { column-gap: 1.5rem !important; } + .column-gap-xl-5 { column-gap: 3rem !important; } + .text-xl-start { text-align: left !important; } + .text-xl-end { text-align: right !important; } + .text-xl-center { text-align: center !important; } } + @media (min-width: 1400px) { .float-xxl-start { float: left !important; } + .float-xxl-end { float: right !important; } + .float-xxl-none { float: none !important; } + .object-fit-xxl-contain { object-fit: contain !important; } + .object-fit-xxl-cover { object-fit: cover !important; } + .object-fit-xxl-fill { object-fit: fill !important; } + .object-fit-xxl-scale { object-fit: scale-down !important; } + .object-fit-xxl-none { object-fit: none !important; } + .d-xxl-inline { display: inline !important; } + .d-xxl-inline-block { display: inline-block !important; } + .d-xxl-block { display: block !important; } + .d-xxl-grid { display: grid !important; } + .d-xxl-inline-grid { display: inline-grid !important; } + .d-xxl-table { display: table !important; } + .d-xxl-table-row { display: table-row !important; } + .d-xxl-table-cell { display: table-cell !important; } + .d-xxl-flex { display: flex !important; } + .d-xxl-inline-flex { display: inline-flex !important; } + .d-xxl-none { display: none !important; } + .flex-xxl-fill { flex: 1 1 auto !important; } + .flex-xxl-row { flex-direction: row !important; } + .flex-xxl-column { flex-direction: column !important; } + .flex-xxl-row-reverse { flex-direction: row-reverse !important; } + .flex-xxl-column-reverse { flex-direction: column-reverse !important; } + .flex-xxl-grow-0 { flex-grow: 0 !important; } + .flex-xxl-grow-1 { flex-grow: 1 !important; } + .flex-xxl-shrink-0 { flex-shrink: 0 !important; } + .flex-xxl-shrink-1 { flex-shrink: 1 !important; } + .flex-xxl-wrap { flex-wrap: wrap !important; } + .flex-xxl-nowrap { flex-wrap: nowrap !important; } + .flex-xxl-wrap-reverse { flex-wrap: wrap-reverse !important; } + .justify-content-xxl-start { justify-content: flex-start !important; } + .justify-content-xxl-end { justify-content: flex-end !important; } + .justify-content-xxl-center { justify-content: center !important; } + .justify-content-xxl-between { justify-content: space-between !important; } + .justify-content-xxl-around { justify-content: space-around !important; } + .justify-content-xxl-evenly { justify-content: space-evenly !important; } + .align-items-xxl-start { align-items: flex-start !important; } + .align-items-xxl-end { align-items: flex-end !important; } + .align-items-xxl-center { align-items: center !important; } + .align-items-xxl-baseline { align-items: baseline !important; } + .align-items-xxl-stretch { align-items: stretch !important; } + .align-content-xxl-start { align-content: flex-start !important; } + .align-content-xxl-end { align-content: flex-end !important; } + .align-content-xxl-center { align-content: center !important; } + .align-content-xxl-between { align-content: space-between !important; } + .align-content-xxl-around { align-content: space-around !important; } + .align-content-xxl-stretch { align-content: stretch !important; } + .align-self-xxl-auto { align-self: auto !important; } + .align-self-xxl-start { align-self: flex-start !important; } + .align-self-xxl-end { align-self: flex-end !important; } + .align-self-xxl-center { align-self: center !important; } + .align-self-xxl-baseline { align-self: baseline !important; } + .align-self-xxl-stretch { align-self: stretch !important; } + .order-xxl-first { order: -1 !important; } + .order-xxl-0 { order: 0 !important; } + .order-xxl-1 { order: 1 !important; } + .order-xxl-2 { order: 2 !important; } + .order-xxl-3 { order: 3 !important; } + .order-xxl-4 { order: 4 !important; } + .order-xxl-5 { order: 5 !important; } + .order-xxl-last { order: 6 !important; } + .m-xxl-0 { margin: 0 !important; } + .m-xxl-1 { margin: 0.25rem !important; } + .m-xxl-2 { margin: 0.5rem !important; } + .m-xxl-3 { margin: 1rem !important; } + .m-xxl-4 { margin: 1.5rem !important; } + .m-xxl-5 { margin: 3rem !important; } + .m-xxl-auto { margin: auto !important; } + .mx-xxl-0 { margin-right: 0 !important; margin-left: 0 !important; } + .mx-xxl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } + .mx-xxl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } + .mx-xxl-3 { margin-right: 1rem !important; margin-left: 1rem !important; } + .mx-xxl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } + .mx-xxl-5 { margin-right: 3rem !important; margin-left: 3rem !important; } + .mx-xxl-auto { margin-right: auto !important; margin-left: auto !important; } + .my-xxl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } + .my-xxl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + .my-xxl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + .my-xxl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } + .my-xxl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + .my-xxl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } + .my-xxl-auto { margin-top: auto !important; margin-bottom: auto !important; } + .mt-xxl-0 { margin-top: 0 !important; } + .mt-xxl-1 { margin-top: 0.25rem !important; } + .mt-xxl-2 { margin-top: 0.5rem !important; } + .mt-xxl-3 { margin-top: 1rem !important; } + .mt-xxl-4 { margin-top: 1.5rem !important; } + .mt-xxl-5 { margin-top: 3rem !important; } + .mt-xxl-auto { margin-top: auto !important; } + .me-xxl-0 { margin-right: 0 !important; } + .me-xxl-1 { margin-right: 0.25rem !important; } + .me-xxl-2 { margin-right: 0.5rem !important; } + .me-xxl-3 { margin-right: 1rem !important; } + .me-xxl-4 { margin-right: 1.5rem !important; } + .me-xxl-5 { margin-right: 3rem !important; } + .me-xxl-auto { margin-right: auto !important; } + .mb-xxl-0 { margin-bottom: 0 !important; } + .mb-xxl-1 { margin-bottom: 0.25rem !important; } + .mb-xxl-2 { margin-bottom: 0.5rem !important; } + .mb-xxl-3 { margin-bottom: 1rem !important; } + .mb-xxl-4 { margin-bottom: 1.5rem !important; } + .mb-xxl-5 { margin-bottom: 3rem !important; } + .mb-xxl-auto { margin-bottom: auto !important; } + .ms-xxl-0 { margin-left: 0 !important; } + .ms-xxl-1 { margin-left: 0.25rem !important; } + .ms-xxl-2 { margin-left: 0.5rem !important; } + .ms-xxl-3 { margin-left: 1rem !important; } + .ms-xxl-4 { margin-left: 1.5rem !important; } + .ms-xxl-5 { margin-left: 3rem !important; } + .ms-xxl-auto { margin-left: auto !important; } + .p-xxl-0 { padding: 0 !important; } + .p-xxl-1 { padding: 0.25rem !important; } + .p-xxl-2 { padding: 0.5rem !important; } + .p-xxl-3 { padding: 1rem !important; } + .p-xxl-4 { padding: 1.5rem !important; } + .p-xxl-5 { padding: 3rem !important; } + .px-xxl-0 { padding-right: 0 !important; padding-left: 0 !important; } + .px-xxl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } + .px-xxl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } + .px-xxl-3 { padding-right: 1rem !important; padding-left: 1rem !important; } + .px-xxl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } + .px-xxl-5 { padding-right: 3rem !important; padding-left: 3rem !important; } + .py-xxl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } + .py-xxl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + .py-xxl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + .py-xxl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } + .py-xxl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + .py-xxl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } + .pt-xxl-0 { padding-top: 0 !important; } + .pt-xxl-1 { padding-top: 0.25rem !important; } + .pt-xxl-2 { padding-top: 0.5rem !important; } + .pt-xxl-3 { padding-top: 1rem !important; } + .pt-xxl-4 { padding-top: 1.5rem !important; } + .pt-xxl-5 { padding-top: 3rem !important; } + .pe-xxl-0 { padding-right: 0 !important; } + .pe-xxl-1 { padding-right: 0.25rem !important; } + .pe-xxl-2 { padding-right: 0.5rem !important; } + .pe-xxl-3 { padding-right: 1rem !important; } + .pe-xxl-4 { padding-right: 1.5rem !important; } + .pe-xxl-5 { padding-right: 3rem !important; } + .pb-xxl-0 { padding-bottom: 0 !important; } + .pb-xxl-1 { padding-bottom: 0.25rem !important; } + .pb-xxl-2 { padding-bottom: 0.5rem !important; } + .pb-xxl-3 { padding-bottom: 1rem !important; } + .pb-xxl-4 { padding-bottom: 1.5rem !important; } + .pb-xxl-5 { padding-bottom: 3rem !important; } + .ps-xxl-0 { padding-left: 0 !important; } + .ps-xxl-1 { padding-left: 0.25rem !important; } + .ps-xxl-2 { padding-left: 0.5rem !important; } + .ps-xxl-3 { padding-left: 1rem !important; } + .ps-xxl-4 { padding-left: 1.5rem !important; } + .ps-xxl-5 { padding-left: 3rem !important; } + .gap-xxl-0 { gap: 0 !important; } + .gap-xxl-1 { gap: 0.25rem !important; } + .gap-xxl-2 { gap: 0.5rem !important; } + .gap-xxl-3 { gap: 1rem !important; } + .gap-xxl-4 { gap: 1.5rem !important; } + .gap-xxl-5 { gap: 3rem !important; } + .row-gap-xxl-0 { row-gap: 0 !important; } + .row-gap-xxl-1 { row-gap: 0.25rem !important; } + .row-gap-xxl-2 { row-gap: 0.5rem !important; } + .row-gap-xxl-3 { row-gap: 1rem !important; } + .row-gap-xxl-4 { row-gap: 1.5rem !important; } + .row-gap-xxl-5 { row-gap: 3rem !important; } + .column-gap-xxl-0 { column-gap: 0 !important; } + .column-gap-xxl-1 { column-gap: 0.25rem !important; } + .column-gap-xxl-2 { column-gap: 0.5rem !important; } + .column-gap-xxl-3 { column-gap: 1rem !important; } + .column-gap-xxl-4 { column-gap: 1.5rem !important; } + .column-gap-xxl-5 { column-gap: 3rem !important; } + .text-xxl-start { text-align: left !important; } + .text-xxl-end { text-align: right !important; } + .text-xxl-center { text-align: center !important; } } + @media (min-width: 1200px) { .fs-1 { font-size: 2.5rem !important; } + .fs-2 { font-size: 2rem !important; } + .fs-3 { font-size: 1.75rem !important; } + .fs-4 { font-size: 1.5rem !important; } } + @media print { .d-print-inline { display: inline !important; } + .d-print-inline-block { display: inline-block !important; } + .d-print-block { display: block !important; } + .d-print-grid { display: grid !important; } + .d-print-inline-grid { display: inline-grid !important; } + .d-print-table { display: table !important; } + .d-print-table-row { display: table-row !important; } + .d-print-table-cell { display: table-cell !important; } + .d-print-flex { display: flex !important; } + .d-print-inline-flex { display: inline-flex !important; } + .d-print-none { display: none !important; } } + /* TALAWA SCSS ----------- @@ -12385,6 +14044,7 @@ fieldset:disabled .btn { .btn-info { color: #fff; } + .btn-primary:hover, .btn-primary:active, .btn-secondary:hover, @@ -12416,20 +14076,24 @@ fieldset:disabled .btn { background-position-x: 1rem; } } + @keyframes spinner-border { to { transform: rotate(360deg) /* rtl:ignore */; } } + @keyframes spinner-grow { 0% { transform: scale(0); } + 50% { opacity: 1; transform: none; } } + /* 2. CONTENT @@ -12506,18 +14170,22 @@ input[type='file']::file-selector-button { 0% { background-position: -100% 0; } + 100% { background-position: 100% 0; } } + @keyframes shimmer { 0% { background-position: -1200px 0; } + 100% { background-position: 1200px 0; } } + /* 6. COLORS diff --git a/src/components/LeftDrawer/LeftDrawer.module.css b/src/components/LeftDrawer/LeftDrawer.module.css index a9d330339f..86948b9930 100644 --- a/src/components/LeftDrawer/LeftDrawer.module.css +++ b/src/components/LeftDrawer/LeftDrawer.module.css @@ -7,7 +7,7 @@ display: flex; flex-direction: column; padding: 1rem 1rem 0 1rem; - background-color: var(--bs-white); + background-color: #f6f8fc; transition: 0.5s; font-family: var(--bs-leftDrawer-font-family); } diff --git a/src/components/LeftDrawerOrg/LeftDrawerOrg.module.css b/src/components/LeftDrawerOrg/LeftDrawerOrg.module.css index e792ef34bb..6296b1aa73 100644 --- a/src/components/LeftDrawerOrg/LeftDrawerOrg.module.css +++ b/src/components/LeftDrawerOrg/LeftDrawerOrg.module.css @@ -8,7 +8,7 @@ display: flex; flex-direction: column; padding: 0.8rem 0rem 0 1rem; - background-color: var(--bs-white); + background-color: #f6f8fc; transition: 0.5s; font-family: var(--bs-leftDrawer-font-family); } @@ -105,7 +105,7 @@ } .leftDrawer .organizationContainer .profileContainer { - background-color: #31bb6b33; + background-color: #e0e9ff; padding-right: 10px; } @@ -155,7 +155,7 @@ .leftDrawer .profileContainer .profileText .secondaryText { font-size: 0.8rem; font-weight: 400; - color: var(--bs-secondary); + /* color: var(--bs-secondary); */ display: block; text-transform: capitalize; } diff --git a/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx b/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx index a71c44afba..a687351c98 100644 --- a/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx +++ b/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx @@ -175,8 +175,11 @@ const leftDrawerOrg = ({ {t('removeMemberMsg')} {/* Button to cancel the removal action */} - {/* Button to confirm the removal action */} @@ -413,7 +399,7 @@ function AddMember(): JSX.Element { Add @@ -446,6 +433,7 @@ function AddMember(): JSX.Element { + {/* New User Modal */} @@ -559,7 +546,12 @@ function AddMember(): JSX.Element { variant="danger" onClick={closeCreateNewUserModal} data-testid="closeBtn" + style={{ + backgroundColor: 'var(--delete-button-bg)', + color: 'var(--delete-button-color)', + }} > + {translateOrgPeople('cancel')} @@ -578,18 +575,3 @@ function AddMember(): JSX.Element { } export default AddMember; -// | typeof ORGANIZATIONS_MEMBER_CONNECTION_LIST -// | typeof ORGANIZATIONS_LIST -// | typeof USER_LIST_FOR_TABLE -// | typeof ADD_MEMBER_MUTATION; -// { -// id?: string; -// orgId?: string; -// orgid?: string; -// fristNameContains?: string; -// lastNameContains?: string; -// firstName_contains?: string; -// lastName_contains?: string; -// id_not_in?: string[]; -// userid?: string; -// }; diff --git a/src/screens/OrganizationPeople/OrganizationPeople.module.css b/src/screens/OrganizationPeople/OrganizationPeople.module.css deleted file mode 100644 index 5ff4b0d297..0000000000 --- a/src/screens/OrganizationPeople/OrganizationPeople.module.css +++ /dev/null @@ -1,121 +0,0 @@ -@media screen and (max-width: 575.5px) { - .mainpageright { - width: 98%; - } -} -.modalContent { - width: 670px; - max-width: 680px; -} -.dropdown { - background-color: white; - border: 1px solid #31bb6b; - position: relative; - display: inline-block; - margin-top: 10px; - margin-bottom: 10px; - color: #31bb6b; -} -.input { - flex: 1; - position: relative; -} - -.btnsContainer { - display: flex; - margin: 2.5rem 0 2.5rem 0; -} - -.btnsContainer .btnsBlock { - display: flex; -} - -.btnsContainer .btnsBlock button { - margin-left: 1rem; - display: flex; - justify-content: center; - align-items: center; -} - -.btnsContainer .input { - flex: 1; - position: relative; -} - -/* input { - outline: 1px solid var(--bs-gray-400); -} */ - -.btnsContainer .input button { - width: 52px; -} - -.inputField { - margin-top: 10px; - margin-bottom: 10px; - background-color: white; - box-shadow: 0 1px 1px #31bb6b; -} -.inputFieldModal { - margin-bottom: 10px; - background-color: white; - box-shadow: 0 1px 1px #31bb6b; -} -.inputField > button { - padding-top: 10px; - padding-bottom: 10px; -} -.TableImage { - object-fit: cover; - width: 50px !important; - height: 50px !important; - border-radius: 100% !important; -} -.tableHead { - background-color: #31bb6b !important; - color: white; - border-radius: 20px !important; - padding: 20px; - margin-top: 20px; -} - -.tableHead :nth-first-child() { - border-top-left-radius: 20px; -} - -.mainpageright > hr { - margin-top: 10px; - width: 100%; - margin-left: -15px; - margin-right: -15px; - margin-bottom: 20px; -} -.rowBackground { - background-color: var(--bs-white); -} -.tableHeader { - background-color: var(--bs-primary); - color: var(--bs-white); - font-size: 16px; -} - -@-webkit-keyframes load8 { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); - } -} -@keyframes load8 { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); - } -} diff --git a/src/screens/OrganizationPeople/OrganizationPeople.tsx b/src/screens/OrganizationPeople/OrganizationPeople.tsx index 1d230ed058..849135f120 100644 --- a/src/screens/OrganizationPeople/OrganizationPeople.tsx +++ b/src/screens/OrganizationPeople/OrganizationPeople.tsx @@ -1,5 +1,5 @@ import { useLazyQuery } from '@apollo/client'; -import { Search, Sort } from '@mui/icons-material'; +import { Delete, Search, Sort } from '@mui/icons-material'; import { ORGANIZATIONS_LIST, ORGANIZATIONS_MEMBER_CONNECTION_LIST, @@ -16,7 +16,7 @@ import { useTranslation } from 'react-i18next'; import { Link, useLocation, useParams } from 'react-router-dom'; import { toast } from 'react-toastify'; import AddMember from './AddMember'; -import styles from './OrganizationPeople.module.css'; +import styles from '../../style/app.module.css'; import { DataGrid } from '@mui/x-data-grid'; import type { GridColDef, GridCellParams } from '@mui/x-data-grid'; import { Stack } from '@mui/material'; @@ -214,7 +214,7 @@ function organizationPeople(): JSX.Element { {params.row?.firstName + ' ' + params.row?.lastName} @@ -258,15 +258,19 @@ function organizationPeople(): JSX.Element { ) : ( ); }, @@ -292,11 +296,10 @@ function organizationPeople(): JSX.Element { /> @@ -316,6 +319,7 @@ function organizationPeople(): JSX.Element { d-inline id="userslist" data-value="userslist" + className={styles.dropdownItem} data-name="displaylist" data-testid="users" defaultChecked={state == 2 ? true : false} @@ -331,6 +335,7 @@ function organizationPeople(): JSX.Element { d-inline id="memberslist" data-value="memberslist" + className={styles.dropdownItem} data-name="displaylist" data-testid="members" defaultChecked={state == 0 ? true : false} @@ -338,20 +343,25 @@ function organizationPeople(): JSX.Element { setState(0); }} > - + + {tCommon('members')} + { setState(1); }} > - + + {tCommon('admins')} + @@ -370,7 +380,6 @@ function organizationPeople(): JSX.Element { disableColumnMenu columnBufferPx={5} hideFooter={true} - className={`${styles.datagrid}`} getRowId={(row) => row._id} slots={{ noRowsOverlay: () => ( @@ -384,17 +393,26 @@ function organizationPeople(): JSX.Element { ), }} sx={{ - '&.MuiDataGrid-root .MuiDataGrid-cell:focus-within': { - outline: 'none !important', - }, - '&.MuiDataGrid-root .MuiDataGrid-columnHeader:focus-within': { - outline: 'none', + borderRadius: '20px', + backgroundColor: '#EAEBEF', + '& .MuiDataGrid-row': { + backgroundColor: '#eff1f7', + '&:focus-within': { + outline: '2px solid #000', + outlineOffset: '-2px', + }, }, '& .MuiDataGrid-row:hover': { - backgroundColor: 'transparent', + backgroundColor: '#EAEBEF', + boxShadow: '0 0 0 1px rgba(0, 0, 0, 0.1)', }, '& .MuiDataGrid-row.Mui-hovered': { - backgroundColor: 'transparent', + backgroundColor: '#EAEBEF', + boxShadow: '0 0 0 1px rgba(0, 0, 0, 0.1)', + }, + '& .MuiDataGrid-cell:focus': { + outline: '2px solid #000', + outlineOffset: '-2px', }, }} getRowClassName={() => `${styles.rowBackground}`} diff --git a/src/style/app.module.css b/src/style/app.module.css new file mode 100644 index 0000000000..3196965193 --- /dev/null +++ b/src/style/app.module.css @@ -0,0 +1,216 @@ +:root { + --dropdown-border-color: #555555; + --dropdown-text-color: #555555; + --subtle-blue-grey: #7c9beb; + --subtle-blue-grey-hover: #5f7e91; + --modal-width: 670px; + --modal-max-width: 680px; + --input-shadow-color: #dddddd; + --delete-button-bg: #f8d6dc; + --delete-button-color: #ff4d4f; + --search-button-bg: #a8c7fa; + --search-button-border: #555555; + --table-image-size: 50px; + --table-head-bg: var( + --bs-primary, + blue + ); /* Assuming var(--bs-primary) is defined elsewhere */ + --table-head-color: white; + --table-header-color: var(--bs-greyish-black, black); + --table-head-radius: 20px; + --row-background: var(--bs-white, white); + --font-size-header: 16px; +} + +.closeButton { + color: var(--delete-button-color); + margin-right: 5px; + background-color: var(--delete-button-bg); +} + +.modalContent { + width: var(--modal-width); + max-width: var(--modal-max-width); +} + +.subtleBlueGrey { + color: var(--subtle-blue-grey); + text-decoration: none; +} + +.subtleBlueGrey:hover { + color: var(--subtle-blue-grey-hover); + text-decoration: underline; +} + +.dropdown { + background-color: white; + border: 1px solid var(--dropdown-border-color); + color: var(--dropdown-text-color); + position: relative; + display: inline-block; + margin-top: 10px; + margin-bottom: 10px; +} + +.dropdown:is(:hover, :focus, :active, :focus-visible, .show) { + background-color: transparent !important; + border: 1px solid var(--dropdown-border-color); + color: var(--dropdown-text-color) !important; +} + +.dropdownItem { + background-color: white !important; + color: var(--dropdown-text-color) !important; + border: none !important; +} + +.dropdownItem:hover, +.dropdownItem:focus, +.dropdownItem:active { + background-color: white !important; + color: var(--dropdown-text-color) !important; + outline: none !important; + box-shadow: none !important; +} + +.input { + flex: 1; + position: relative; +} + +.btnsContainer { + display: flex; + margin: 2.5rem 0; +} + +.btnsContainer .btnsBlock { + display: flex; +} + +.btnsContainer .btnsBlock button { + margin-left: 1rem; + display: flex; + justify-content: center; + align-items: center; +} + +.btnsContainer .input { + flex: 1; + position: relative; +} + +.btnsContainer .input button { + width: 52px; +} + +.deleteButton { + background-color: var(--delete-button-bg); + color: var(--delete-button-color); + border: none; + padding: 5px 20px; + display: flex; + align-items: center; + margin-top: 20px; + margin-right: auto; + margin-left: auto; + gap: 8px; +} + +.visuallyHidden { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} + +.inputField { + margin-top: 10px; + margin-bottom: 10px; + background-color: white; + box-shadow: 0 1px 1px var(--input-shadow-color); +} + +.inputFieldModal { + margin-bottom: 10px; + background-color: white; + box-shadow: 0 1px 1px var(--input-shadow-color); +} + +.inputField > button { + padding-top: 10px; + padding-bottom: 10px; +} + +.searchButton { + margin-bottom: 10px; + background-color: var(--search-button-bg); + border-color: var(--search-button-border); +} +.yesButton { + background-color: var(--search-button-bg); + border-color: var(--search-button-border); +} + +.searchIcon { + color: var(--dropdown-text-color); +} + +.TableImage { + object-fit: cover; + margin-top: 15px !important; + width: var(--table-image-size) !important; + height: var(--table-image-size) !important; + border-radius: 100% !important; +} + +.tableHead { + color: var(--table-head-color); + border-radius: var(--table-head-radius) !important; + padding: 20px; + margin-top: 20px; +} + +.mainpageright > hr { + margin-top: 10px; + width: 100%; + margin-left: -15px; + margin-right: -15px; + margin-bottom: 20px; +} + +.rowBackground { + background-color: var(--row-background); +} + +.tableHeader { + background-color: var(--table-head-bg); + color: var(--table-header-color); + font-size: var(--font-size-header); +} + +@-webkit-keyframes load8 { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@keyframes load8 { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +}