From de7af5ee0738d08ef2d6702654834beb5bfce35e Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 13 May 2020 21:53:43 +0300 Subject: Dist (#30694) --- dist/css/bootstrap.css | 10496 +++++++++++++++++++++++------------------------ 1 file changed, 5163 insertions(+), 5333 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 593cba26a..3980924af 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5,29 +5,29 @@ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ :root { - --blue: #0d6efd; - --indigo: #6610f2; - --purple: #6f42c1; - --pink: #d63384; - --red: #dc3545; - --orange: #fd7e14; - --yellow: #ffc107; - --green: #28a745; - --teal: #20c997; - --cyan: #17a2b8; - --white: #fff; - --gray: #6c757d; - --gray-dark: #343a40; - --primary: #0d6efd; - --secondary: #6c757d; - --success: #28a745; - --info: #17a2b8; - --warning: #ffc107; - --danger: #dc3545; - --light: #f8f9fa; - --dark: #343a40; - --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + --bs-blue: #0d6efd; + --bs-indigo: #6610f2; + --bs-purple: #6f42c1; + --bs-pink: #d63384; + --bs-red: #dc3545; + --bs-orange: #fd7e14; + --bs-yellow: #ffc107; + --bs-green: #28a745; + --bs-teal: #20c997; + --bs-cyan: #17a2b8; + --bs-white: #fff; + --bs-gray: #6c757d; + --bs-gray-dark: #343a40; + --bs-primary: #0d6efd; + --bs-secondary: #6c757d; + --bs-success: #28a745; + --bs-info: #17a2b8; + --bs-warning: #ffc107; + --bs-danger: #dc3545; + --bs-light: #f8f9fa; + --bs-dark: #343a40; + --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } *, @@ -38,7 +38,7 @@ body { margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: var(--bs-font-sans-serif); font-size: 1rem; font-weight: 400; line-height: 1.5; @@ -220,7 +220,7 @@ pre, code, kbd, samp { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + font-family: var(--bs-font-monospace); font-size: 1em; } @@ -230,6 +230,7 @@ pre { margin-bottom: 1rem; overflow: auto; font-size: 0.875em; + -ms-overflow-style: scrollbar; } pre code { @@ -288,9 +289,19 @@ th { text-align: -webkit-match-parent; } +thead, +tbody, +tfoot, +tr, +td, +th { + border-color: inherit; + border-style: solid; + border-width: 0; +} + label { display: inline-block; - margin-bottom: 0.5rem; } button { @@ -350,13 +361,6 @@ button:not(:disabled), border-style: none; } -input[type="date"], -input[type="time"], -input[type="datetime-local"], -input[type="month"] { - -webkit-appearance: textfield; -} - textarea { resize: vertical; } @@ -424,6 +428,10 @@ output { display: inline-block; } +iframe { + border: 0; +} + summary { display: list-item; cursor: pointer; @@ -443,38 +451,38 @@ progress { } .display-1 { - font-size: calc(1.725rem + 5.7vw); + font-size: calc(1.625rem + 4.5vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-1 { - font-size: 6rem; + font-size: 5rem; } } .display-2 { - font-size: calc(1.675rem + 5.1vw); + font-size: calc(1.575rem + 3.9vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-2 { - font-size: 5.5rem; + font-size: 4.5rem; } } .display-3 { - font-size: calc(1.575rem + 3.9vw); + font-size: calc(1.525rem + 3.3vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-3 { - font-size: 4.5rem; + font-size: 4rem; } } @@ -490,6 +498,30 @@ progress { } } +.display-5 { + font-size: calc(1.425rem + 2.1vw); + font-weight: 300; + line-height: 1.2; +} + +@media (min-width: 1200px) { + .display-5 { + font-size: 3rem; + } +} + +.display-6 { + font-size: calc(1.375rem + 1.5vw); + font-weight: 300; + line-height: 1.2; +} + +@media (min-width: 1200px) { + .display-6 { + font-size: 2.5rem; + } +} + .list-unstyled { padding-left: 0; list-style: none; @@ -588,7 +620,13 @@ progress { } } -.container-fluid, .container-sm, .container-md, .container-lg, .container-xl { +@media (min-width: 1400px) { + .container { + max-width: 1320px; + } +} + +.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { width: 100%; padding-right: 1rem; padding-left: 1rem; @@ -620,5731 +658,5660 @@ progress { } } +@media (min-width: 1400px) { + .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { + max-width: 1320px; + } +} + .row { + --bs-gutter-x: 1.5rem; + --bs-gutter-y: 0; display: flex; flex-wrap: wrap; - margin-right: -0.75rem; - margin-left: -0.75rem; + margin-top: calc(var(--bs-gutter-y) * -1); + margin-right: calc(var(--bs-gutter-x) / -2); + margin-left: calc(var(--bs-gutter-x) / -2); } .row > * { flex-shrink: 0; width: 100%; max-width: 100%; - padding-right: 0.75rem; - padding-left: 0.75rem; + padding-right: calc(var(--bs-gutter-x) / 2); + padding-left: calc(var(--bs-gutter-x) / 2); + margin-top: var(--bs-gutter-y); } -.g-0, -.gx-0 { - margin-right: 0; - margin-left: 0; +.col { + flex: 1 0 0%; + min-width: 0; } -.g-0 > *, -.gx-0 > * { - padding-right: 0; - padding-left: 0; +.row-cols-auto > * { + flex: 0 0 auto; + width: auto; } -.g-0, -.gy-0 { - margin-top: 0; +.row-cols-1 > * { + flex: 0 0 auto; + width: 100%; } -.g-0 > *, -.gy-0 > * { - margin-top: 0; +.row-cols-2 > * { + flex: 0 0 auto; + width: 50%; } -.g-1, -.gx-1 { - margin-right: -0.125rem; - margin-left: -0.125rem; +.row-cols-3 > * { + flex: 0 0 auto; + width: 33.333333%; } -.g-1 > *, -.gx-1 > * { - padding-right: 0.125rem; - padding-left: 0.125rem; +.row-cols-4 > * { + flex: 0 0 auto; + width: 25%; } -.g-1, -.gy-1 { - margin-top: -0.25rem; +.row-cols-5 > * { + flex: 0 0 auto; + width: 20%; } -.g-1 > *, -.gy-1 > * { - margin-top: 0.25rem; +.row-cols-6 > * { + flex: 0 0 auto; + width: 16.666667%; } -.g-2, -.gx-2 { - margin-right: -0.25rem; - margin-left: -0.25rem; +.col-auto { + flex: 0 0 auto; + width: auto; } -.g-2 > *, -.gx-2 > * { - padding-right: 0.25rem; - padding-left: 0.25rem; +.col-1 { + flex: 0 0 auto; + width: 8.333333%; } -.g-2, -.gy-2 { - margin-top: -0.5rem; +.col-2 { + flex: 0 0 auto; + width: 16.666667%; } -.g-2 > *, -.gy-2 > * { - margin-top: 0.5rem; +.col-3 { + flex: 0 0 auto; + width: 25%; } -.g-3, -.gx-3 { - margin-right: -0.5rem; - margin-left: -0.5rem; +.col-4 { + flex: 0 0 auto; + width: 33.333333%; } -.g-3 > *, -.gx-3 > * { - padding-right: 0.5rem; - padding-left: 0.5rem; +.col-5 { + flex: 0 0 auto; + width: 41.666667%; } -.g-3, -.gy-3 { - margin-top: -1rem; +.col-6 { + flex: 0 0 auto; + width: 50%; } -.g-3 > *, -.gy-3 > * { - margin-top: 1rem; +.col-7 { + flex: 0 0 auto; + width: 58.333333%; } -.g-4, -.gx-4 { - margin-right: -0.75rem; - margin-left: -0.75rem; +.col-8 { + flex: 0 0 auto; + width: 66.666667%; } -.g-4 > *, -.gx-4 > * { - padding-right: 0.75rem; - padding-left: 0.75rem; +.col-9 { + flex: 0 0 auto; + width: 75%; } -.g-4, -.gy-4 { - margin-top: -1.5rem; +.col-10 { + flex: 0 0 auto; + width: 83.333333%; } -.g-4 > *, -.gy-4 > * { - margin-top: 1.5rem; +.col-11 { + flex: 0 0 auto; + width: 91.666667%; } -.g-5, -.gx-5 { - margin-right: -1.5rem; - margin-left: -1.5rem; +.col-12 { + flex: 0 0 auto; + width: 100%; +} + +.offset-1 { + margin-left: 8.333333%; +} + +.offset-2 { + margin-left: 16.666667%; +} + +.offset-3 { + margin-left: 25%; +} + +.offset-4 { + margin-left: 33.333333%; +} + +.offset-5 { + margin-left: 41.666667%; +} + +.offset-6 { + margin-left: 50%; +} + +.offset-7 { + margin-left: 58.333333%; +} + +.offset-8 { + margin-left: 66.666667%; +} + +.offset-9 { + margin-left: 75%; +} + +.offset-10 { + margin-left: 83.333333%; +} + +.offset-11 { + margin-left: 91.666667%; +} + +.g-0, +.gx-0 { + --bs-gutter-x: 0; +} + +.g-0, +.gy-0 { + --bs-gutter-y: 0; +} + +.g-1, +.gx-1 { + --bs-gutter-x: 0.25rem; +} + +.g-1, +.gy-1 { + --bs-gutter-y: 0.25rem; +} + +.g-2, +.gx-2 { + --bs-gutter-x: 0.5rem; +} + +.g-2, +.gy-2 { + --bs-gutter-y: 0.5rem; +} + +.g-3, +.gx-3 { + --bs-gutter-x: 1rem; +} + +.g-3, +.gy-3 { + --bs-gutter-y: 1rem; +} + +.g-4, +.gx-4 { + --bs-gutter-x: 1.5rem; } -.g-5 > *, -.gx-5 > * { - padding-right: 1.5rem; - padding-left: 1.5rem; +.g-4, +.gy-4 { + --bs-gutter-y: 1.5rem; } .g-5, -.gy-5 { - margin-top: -3rem; +.gx-5 { + --bs-gutter-x: 3rem; } -.g-5 > *, -.gy-5 > * { - margin-top: 3rem; +.g-5, +.gy-5 { + --bs-gutter-y: 3rem; } @media (min-width: 576px) { - .g-sm-0, - .gx-sm-0 { - margin-right: 0; - margin-left: 0; + .col-sm { + flex: 1 0 0%; + min-width: 0; } - .g-sm-0 > *, - .gx-sm-0 > * { - padding-right: 0; - padding-left: 0; + .row-cols-sm-auto > * { + flex: 0 0 auto; + width: auto; } - .g-sm-0, - .gy-sm-0 { - margin-top: 0; + .row-cols-sm-1 > * { + flex: 0 0 auto; + width: 100%; } - .g-sm-0 > *, - .gy-sm-0 > * { - margin-top: 0; + .row-cols-sm-2 > * { + flex: 0 0 auto; + width: 50%; } - .g-sm-1, - .gx-sm-1 { - margin-right: -0.125rem; - margin-left: -0.125rem; + .row-cols-sm-3 > * { + flex: 0 0 auto; + width: 33.333333%; } - .g-sm-1 > *, - .gx-sm-1 > * { - padding-right: 0.125rem; - padding-left: 0.125rem; + .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.666667%; + } + .col-sm-auto { + flex: 0 0 auto; + width: auto; + } + .col-sm-1 { + flex: 0 0 auto; + width: 8.333333%; + } + .col-sm-2 { + flex: 0 0 auto; + width: 16.666667%; + } + .col-sm-3 { + flex: 0 0 auto; + width: 25%; + } + .col-sm-4 { + flex: 0 0 auto; + width: 33.333333%; + } + .col-sm-5 { + flex: 0 0 auto; + width: 41.666667%; + } + .col-sm-6 { + flex: 0 0 auto; + width: 50%; + } + .col-sm-7 { + flex: 0 0 auto; + width: 58.333333%; + } + .col-sm-8 { + flex: 0 0 auto; + width: 66.666667%; + } + .col-sm-9 { + flex: 0 0 auto; + width: 75%; + } + .col-sm-10 { + flex: 0 0 auto; + width: 83.333333%; + } + .col-sm-11 { + flex: 0 0 auto; + width: 91.666667%; + } + .col-sm-12 { + flex: 0 0 auto; + width: 100%; + } + .offset-sm-0 { + margin-left: 0; + } + .offset-sm-1 { + margin-left: 8.333333%; + } + .offset-sm-2 { + margin-left: 16.666667%; + } + .offset-sm-3 { + margin-left: 25%; + } + .offset-sm-4 { + margin-left: 33.333333%; + } + .offset-sm-5 { + margin-left: 41.666667%; + } + .offset-sm-6 { + margin-left: 50%; + } + .offset-sm-7 { + margin-left: 58.333333%; + } + .offset-sm-8 { + margin-left: 66.666667%; + } + .offset-sm-9 { + margin-left: 75%; + } + .offset-sm-10 { + margin-left: 83.333333%; + } + .offset-sm-11 { + margin-left: 91.666667%; + } + .g-sm-0, + .gx-sm-0 { + --bs-gutter-x: 0; + } + .g-sm-0, + .gy-sm-0 { + --bs-gutter-y: 0; } .g-sm-1, - .gy-sm-1 { - margin-top: -0.25rem; + .gx-sm-1 { + --bs-gutter-x: 0.25rem; } - .g-sm-1 > *, - .gy-sm-1 > * { - margin-top: 0.25rem; + .g-sm-1, + .gy-sm-1 { + --bs-gutter-y: 0.25rem; } .g-sm-2, .gx-sm-2 { - margin-right: -0.25rem; - margin-left: -0.25rem; - } - .g-sm-2 > *, - .gx-sm-2 > * { - padding-right: 0.25rem; - padding-left: 0.25rem; + --bs-gutter-x: 0.5rem; } .g-sm-2, .gy-sm-2 { - margin-top: -0.5rem; - } - .g-sm-2 > *, - .gy-sm-2 > * { - margin-top: 0.5rem; + --bs-gutter-y: 0.5rem; } .g-sm-3, .gx-sm-3 { - margin-right: -0.5rem; - margin-left: -0.5rem; - } - .g-sm-3 > *, - .gx-sm-3 > * { - padding-right: 0.5rem; - padding-left: 0.5rem; + --bs-gutter-x: 1rem; } .g-sm-3, .gy-sm-3 { - margin-top: -1rem; - } - .g-sm-3 > *, - .gy-sm-3 > * { - margin-top: 1rem; + --bs-gutter-y: 1rem; } .g-sm-4, .gx-sm-4 { - margin-right: -0.75rem; - margin-left: -0.75rem; - } - .g-sm-4 > *, - .gx-sm-4 > * { - padding-right: 0.75rem; - padding-left: 0.75rem; + --bs-gutter-x: 1.5rem; } .g-sm-4, .gy-sm-4 { - margin-top: -1.5rem; - } - .g-sm-4 > *, - .gy-sm-4 > * { - margin-top: 1.5rem; + --bs-gutter-y: 1.5rem; } .g-sm-5, .gx-sm-5 { - margin-right: -1.5rem; - margin-left: -1.5rem; - } - .g-sm-5 > *, - .gx-sm-5 > * { - padding-right: 1.5rem; - padding-left: 1.5rem; + --bs-gutter-x: 3rem; } .g-sm-5, .gy-sm-5 { - margin-top: -3rem; - } - .g-sm-5 > *, - .gy-sm-5 > * { - margin-top: 3rem; + --bs-gutter-y: 3rem; } } @media (min-width: 768px) { - .g-md-0, - .gx-md-0 { - margin-right: 0; + .col-md { + flex: 1 0 0%; + min-width: 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.333333%; + } + .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.666667%; + } + .col-md-auto { + flex: 0 0 auto; + width: auto; + } + .col-md-1 { + flex: 0 0 auto; + width: 8.333333%; + } + .col-md-2 { + flex: 0 0 auto; + width: 16.666667%; + } + .col-md-3 { + flex: 0 0 auto; + width: 25%; + } + .col-md-4 { + flex: 0 0 auto; + width: 33.333333%; + } + .col-md-5 { + flex: 0 0 auto; + width: 41.666667%; + } + .col-md-6 { + flex: 0 0 auto; + width: 50%; + } + .col-md-7 { + flex: 0 0 auto; + width: 58.333333%; + } + .col-md-8 { + flex: 0 0 auto; + width: 66.666667%; + } + .col-md-9 { + flex: 0 0 auto; + width: 75%; + } + .col-md-10 { + flex: 0 0 auto; + width: 83.333333%; + } + .col-md-11 { + flex: 0 0 auto; + width: 91.666667%; + } + .col-md-12 { + flex: 0 0 auto; + width: 100%; + } + .offset-md-0 { margin-left: 0; } - .g-md-0 > *, - .gx-md-0 > * { - padding-right: 0; - padding-left: 0; + .offset-md-1 { + margin-left: 8.333333%; + } + .offset-md-2 { + margin-left: 16.666667%; + } + .offset-md-3 { + margin-left: 25%; + } + .offset-md-4 { + margin-left: 33.333333%; + } + .offset-md-5 { + margin-left: 41.666667%; + } + .offset-md-6 { + margin-left: 50%; + } + .offset-md-7 { + margin-left: 58.333333%; + } + .offset-md-8 { + margin-left: 66.666667%; + } + .offset-md-9 { + margin-left: 75%; + } + .offset-md-10 { + margin-left: 83.333333%; + } + .offset-md-11 { + margin-left: 91.666667%; } .g-md-0, - .gy-md-0 { - margin-top: 0; + .gx-md-0 { + --bs-gutter-x: 0; } - .g-md-0 > *, - .gy-md-0 > * { - margin-top: 0; + .g-md-0, + .gy-md-0 { + --bs-gutter-y: 0; } .g-md-1, .gx-md-1 { - margin-right: -0.125rem; - margin-left: -0.125rem; - } - .g-md-1 > *, - .gx-md-1 > * { - padding-right: 0.125rem; - padding-left: 0.125rem; + --bs-gutter-x: 0.25rem; } .g-md-1, .gy-md-1 { - margin-top: -0.25rem; - } - .g-md-1 > *, - .gy-md-1 > * { - margin-top: 0.25rem; + --bs-gutter-y: 0.25rem; } .g-md-2, .gx-md-2 { - margin-right: -0.25rem; - margin-left: -0.25rem; - } - .g-md-2 > *, - .gx-md-2 > * { - padding-right: 0.25rem; - padding-left: 0.25rem; + --bs-gutter-x: 0.5rem; } .g-md-2, .gy-md-2 { - margin-top: -0.5rem; - } - .g-md-2 > *, - .gy-md-2 > * { - margin-top: 0.5rem; + --bs-gutter-y: 0.5rem; } .g-md-3, .gx-md-3 { - margin-right: -0.5rem; - margin-left: -0.5rem; - } - .g-md-3 > *, - .gx-md-3 > * { - padding-right: 0.5rem; - padding-left: 0.5rem; + --bs-gutter-x: 1rem; } .g-md-3, .gy-md-3 { - margin-top: -1rem; - } - .g-md-3 > *, - .gy-md-3 > * { - margin-top: 1rem; + --bs-gutter-y: 1rem; } .g-md-4, .gx-md-4 { - margin-right: -0.75rem; - margin-left: -0.75rem; - } - .g-md-4 > *, - .gx-md-4 > * { - padding-right: 0.75rem; - padding-left: 0.75rem; + --bs-gutter-x: 1.5rem; } .g-md-4, .gy-md-4 { - margin-top: -1.5rem; - } - .g-md-4 > *, - .gy-md-4 > * { - margin-top: 1.5rem; + --bs-gutter-y: 1.5rem; } .g-md-5, .gx-md-5 { - margin-right: -1.5rem; - margin-left: -1.5rem; - } - .g-md-5 > *, - .gx-md-5 > * { - padding-right: 1.5rem; - padding-left: 1.5rem; + --bs-gutter-x: 3rem; } .g-md-5, .gy-md-5 { - margin-top: -3rem; - } - .g-md-5 > *, - .gy-md-5 > * { - margin-top: 3rem; + --bs-gutter-y: 3rem; } } @media (min-width: 992px) { - .g-lg-0, - .gx-lg-0 { - margin-right: 0; - margin-left: 0; + .col-lg { + flex: 1 0 0%; + min-width: 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.333333%; + } + .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.666667%; + } + .col-lg-auto { + flex: 0 0 auto; + width: auto; + } + .col-lg-1 { + flex: 0 0 auto; + width: 8.333333%; + } + .col-lg-2 { + flex: 0 0 auto; + width: 16.666667%; + } + .col-lg-3 { + flex: 0 0 auto; + width: 25%; + } + .col-lg-4 { + flex: 0 0 auto; + width: 33.333333%; + } + .col-lg-5 { + flex: 0 0 auto; + width: 41.666667%; + } + .col-lg-6 { + flex: 0 0 auto; + width: 50%; + } + .col-lg-7 { + flex: 0 0 auto; + width: 58.333333%; + } + .col-lg-8 { + flex: 0 0 auto; + width: 66.666667%; + } + .col-lg-9 { + flex: 0 0 auto; + width: 75%; + } + .col-lg-10 { + flex: 0 0 auto; + width: 83.333333%; + } + .col-lg-11 { + flex: 0 0 auto; + width: 91.666667%; + } + .col-lg-12 { + flex: 0 0 auto; + width: 100%; + } + .offset-lg-0 { + margin-left: 0; + } + .offset-lg-1 { + margin-left: 8.333333%; + } + .offset-lg-2 { + margin-left: 16.666667%; + } + .offset-lg-3 { + margin-left: 25%; + } + .offset-lg-4 { + margin-left: 33.333333%; + } + .offset-lg-5 { + margin-left: 41.666667%; + } + .offset-lg-6 { + margin-left: 50%; + } + .offset-lg-7 { + margin-left: 58.333333%; + } + .offset-lg-8 { + margin-left: 66.666667%; + } + .offset-lg-9 { + margin-left: 75%; + } + .offset-lg-10 { + margin-left: 83.333333%; } - .g-lg-0 > *, - .gx-lg-0 > * { - padding-right: 0; - padding-left: 0; + .offset-lg-11 { + margin-left: 91.666667%; } .g-lg-0, - .gy-lg-0 { - margin-top: 0; + .gx-lg-0 { + --bs-gutter-x: 0; } - .g-lg-0 > *, - .gy-lg-0 > * { - margin-top: 0; + .g-lg-0, + .gy-lg-0 { + --bs-gutter-y: 0; } .g-lg-1, .gx-lg-1 { - margin-right: -0.125rem; - margin-left: -0.125rem; - } - .g-lg-1 > *, - .gx-lg-1 > * { - padding-right: 0.125rem; - padding-left: 0.125rem; + --bs-gutter-x: 0.25rem; } .g-lg-1, .gy-lg-1 { - margin-top: -0.25rem; - } - .g-lg-1 > *, - .gy-lg-1 > * { - margin-top: 0.25rem; + --bs-gutter-y: 0.25rem; } .g-lg-2, .gx-lg-2 { - margin-right: -0.25rem; - margin-left: -0.25rem; - } - .g-lg-2 > *, - .gx-lg-2 > * { - padding-right: 0.25rem; - padding-left: 0.25rem; + --bs-gutter-x: 0.5rem; } .g-lg-2, .gy-lg-2 { - margin-top: -0.5rem; - } - .g-lg-2 > *, - .gy-lg-2 > * { - margin-top: 0.5rem; + --bs-gutter-y: 0.5rem; } .g-lg-3, .gx-lg-3 { - margin-right: -0.5rem; - margin-left: -0.5rem; - } - .g-lg-3 > *, - .gx-lg-3 > * { - padding-right: 0.5rem; - padding-left: 0.5rem; + --bs-gutter-x: 1rem; } .g-lg-3, .gy-lg-3 { - margin-top: -1rem; - } - .g-lg-3 > *, - .gy-lg-3 > * { - margin-top: 1rem; + --bs-gutter-y: 1rem; } .g-lg-4, .gx-lg-4 { - margin-right: -0.75rem; - margin-left: -0.75rem; - } - .g-lg-4 > *, - .gx-lg-4 > * { - padding-right: 0.75rem; - padding-left: 0.75rem; + --bs-gutter-x: 1.5rem; } .g-lg-4, .gy-lg-4 { - margin-top: -1.5rem; - } - .g-lg-4 > *, - .gy-lg-4 > * { - margin-top: 1.5rem; + --bs-gutter-y: 1.5rem; } .g-lg-5, .gx-lg-5 { - margin-right: -1.5rem; - margin-left: -1.5rem; - } - .g-lg-5 > *, - .gx-lg-5 > * { - padding-right: 1.5rem; - padding-left: 1.5rem; + --bs-gutter-x: 3rem; } .g-lg-5, .gy-lg-5 { - margin-top: -3rem; - } - .g-lg-5 > *, - .gy-lg-5 > * { - margin-top: 3rem; + --bs-gutter-y: 3rem; } } @media (min-width: 1200px) { - .g-xl-0, - .gx-xl-0 { - margin-right: 0; - margin-left: 0; + .col-xl { + flex: 1 0 0%; + min-width: 0; } - .g-xl-0 > *, - .gx-xl-0 > * { - padding-right: 0; - padding-left: 0; + .row-cols-xl-auto > * { + flex: 0 0 auto; + width: auto; } - .g-xl-0, - .gy-xl-0 { - margin-top: 0; + .row-cols-xl-1 > * { + flex: 0 0 auto; + width: 100%; } - .g-xl-0 > *, - .gy-xl-0 > * { - margin-top: 0; + .row-cols-xl-2 > * { + flex: 0 0 auto; + width: 50%; } - .g-xl-1, - .gx-xl-1 { - margin-right: -0.125rem; - margin-left: -0.125rem; + .row-cols-xl-3 > * { + flex: 0 0 auto; + width: 33.333333%; } - .g-xl-1 > *, - .gx-xl-1 > * { - padding-right: 0.125rem; - padding-left: 0.125rem; + .row-cols-xl-4 > * { + flex: 0 0 auto; + width: 25%; } - .g-xl-1, - .gy-xl-1 { - margin-top: -0.25rem; + .row-cols-xl-5 > * { + flex: 0 0 auto; + width: 20%; } - .g-xl-1 > *, - .gy-xl-1 > * { - margin-top: 0.25rem; + .row-cols-xl-6 > * { + flex: 0 0 auto; + width: 16.666667%; } - .g-xl-2, - .gx-xl-2 { - margin-right: -0.25rem; - margin-left: -0.25rem; + .col-xl-auto { + flex: 0 0 auto; + width: auto; } - .g-xl-2 > *, - .gx-xl-2 > * { - padding-right: 0.25rem; - padding-left: 0.25rem; + .col-xl-1 { + flex: 0 0 auto; + width: 8.333333%; } - .g-xl-2, - .gy-xl-2 { - margin-top: -0.5rem; + .col-xl-2 { + flex: 0 0 auto; + width: 16.666667%; } - .g-xl-2 > *, - .gy-xl-2 > * { - margin-top: 0.5rem; + .col-xl-3 { + flex: 0 0 auto; + width: 25%; } - .g-xl-3, - .gx-xl-3 { - margin-right: -0.5rem; - margin-left: -0.5rem; + .col-xl-4 { + flex: 0 0 auto; + width: 33.333333%; } - .g-xl-3 > *, - .gx-xl-3 > * { - padding-right: 0.5rem; - padding-left: 0.5rem; + .col-xl-5 { + flex: 0 0 auto; + width: 41.666667%; } - .g-xl-3, - .gy-xl-3 { - margin-top: -1rem; + .col-xl-6 { + flex: 0 0 auto; + width: 50%; } - .g-xl-3 > *, - .gy-xl-3 > * { - margin-top: 1rem; + .col-xl-7 { + flex: 0 0 auto; + width: 58.333333%; } - .g-xl-4, - .gx-xl-4 { - margin-right: -0.75rem; - margin-left: -0.75rem; + .col-xl-8 { + flex: 0 0 auto; + width: 66.666667%; } - .g-xl-4 > *, - .gx-xl-4 > * { - padding-right: 0.75rem; - padding-left: 0.75rem; + .col-xl-9 { + flex: 0 0 auto; + width: 75%; } - .g-xl-4, - .gy-xl-4 { - margin-top: -1.5rem; + .col-xl-10 { + flex: 0 0 auto; + width: 83.333333%; } - .g-xl-4 > *, - .gy-xl-4 > * { - margin-top: 1.5rem; + .col-xl-11 { + flex: 0 0 auto; + width: 91.666667%; } - .g-xl-5, - .gx-xl-5 { - margin-right: -1.5rem; - margin-left: -1.5rem; + .col-xl-12 { + flex: 0 0 auto; + width: 100%; } - .g-xl-5 > *, - .gx-xl-5 > * { - padding-right: 1.5rem; - padding-left: 1.5rem; + .offset-xl-0 { + margin-left: 0; } - .g-xl-5, - .gy-xl-5 { - margin-top: -3rem; + .offset-xl-1 { + margin-left: 8.333333%; } - .g-xl-5 > *, - .gy-xl-5 > * { - margin-top: 3rem; + .offset-xl-2 { + margin-left: 16.666667%; + } + .offset-xl-3 { + margin-left: 25%; + } + .offset-xl-4 { + margin-left: 33.333333%; + } + .offset-xl-5 { + margin-left: 41.666667%; + } + .offset-xl-6 { + margin-left: 50%; + } + .offset-xl-7 { + margin-left: 58.333333%; + } + .offset-xl-8 { + margin-left: 66.666667%; + } + .offset-xl-9 { + margin-left: 75%; + } + .offset-xl-10 { + margin-left: 83.333333%; + } + .offset-xl-11 { + margin-left: 91.666667%; + } + .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; } } -.col { - flex: 1 0 0%; - min-width: 0; -} - -.row-cols-auto > * { - flex: 0 0 auto; - width: auto; -} - -.row-cols-1 > * { - flex: 0 0 auto; - width: 100%; -} - -.row-cols-2 > * { - flex: 0 0 auto; - width: 50%; -} - -.row-cols-3 > * { - flex: 0 0 auto; - width: 33.333333%; -} - -.row-cols-4 > * { - flex: 0 0 auto; - width: 25%; -} - -.row-cols-5 > * { - flex: 0 0 auto; - width: 20%; -} - -.row-cols-6 > * { - flex: 0 0 auto; - width: 16.666667%; -} - -.col-auto { - flex: 0 0 auto; - width: auto; -} - -.col-1 { - flex: 0 0 auto; - width: 8.333333%; -} - -.col-2 { - flex: 0 0 auto; - width: 16.666667%; -} - -.col-3 { - flex: 0 0 auto; - width: 25%; -} - -.col-4 { - flex: 0 0 auto; - width: 33.333333%; -} - -.col-5 { - flex: 0 0 auto; - width: 41.666667%; -} - -.col-6 { - flex: 0 0 auto; - width: 50%; -} - -.col-7 { - flex: 0 0 auto; - width: 58.333333%; -} - -.col-8 { - flex: 0 0 auto; - width: 66.666667%; -} - -.col-9 { - flex: 0 0 auto; - width: 75%; -} - -.col-10 { - flex: 0 0 auto; - width: 83.333333%; -} - -.col-11 { - flex: 0 0 auto; - width: 91.666667%; -} - -.col-12 { - flex: 0 0 auto; - width: 100%; -} - -.offset-1 { - margin-left: 8.333333%; -} - -.offset-2 { - margin-left: 16.666667%; -} - -.offset-3 { - margin-left: 25%; -} - -.offset-4 { - margin-left: 33.333333%; -} - -.offset-5 { - margin-left: 41.666667%; -} - -.offset-6 { - margin-left: 50%; -} - -.offset-7 { - margin-left: 58.333333%; -} - -.offset-8 { - margin-left: 66.666667%; -} - -.offset-9 { - margin-left: 75%; -} - -.offset-10 { - margin-left: 83.333333%; -} - -.offset-11 { - margin-left: 91.666667%; -} - -@media (min-width: 576px) { - .col-sm { +@media (min-width: 1400px) { + .col-xxl { flex: 1 0 0%; min-width: 0; } - .row-cols-sm-auto > * { + .row-cols-xxl-auto > * { flex: 0 0 auto; width: auto; } - .row-cols-sm-1 > * { + .row-cols-xxl-1 > * { flex: 0 0 auto; width: 100%; } - .row-cols-sm-2 > * { + .row-cols-xxl-2 > * { flex: 0 0 auto; width: 50%; } - .row-cols-sm-3 > * { + .row-cols-xxl-3 > * { flex: 0 0 auto; width: 33.333333%; } - .row-cols-sm-4 > * { + .row-cols-xxl-4 > * { flex: 0 0 auto; width: 25%; } - .row-cols-sm-5 > * { + .row-cols-xxl-5 > * { flex: 0 0 auto; width: 20%; } - .row-cols-sm-6 > * { + .row-cols-xxl-6 > * { flex: 0 0 auto; width: 16.666667%; } - .col-sm-auto { + .col-xxl-auto { flex: 0 0 auto; width: auto; } - .col-sm-1 { + .col-xxl-1 { flex: 0 0 auto; width: 8.333333%; } - .col-sm-2 { + .col-xxl-2 { flex: 0 0 auto; width: 16.666667%; } - .col-sm-3 { + .col-xxl-3 { flex: 0 0 auto; width: 25%; } - .col-sm-4 { + .col-xxl-4 { flex: 0 0 auto; width: 33.333333%; } - .col-sm-5 { + .col-xxl-5 { flex: 0 0 auto; width: 41.666667%; } - .col-sm-6 { + .col-xxl-6 { flex: 0 0 auto; width: 50%; } - .col-sm-7 { + .col-xxl-7 { flex: 0 0 auto; width: 58.333333%; } - .col-sm-8 { + .col-xxl-8 { flex: 0 0 auto; width: 66.666667%; } - .col-sm-9 { + .col-xxl-9 { flex: 0 0 auto; width: 75%; } - .col-sm-10 { + .col-xxl-10 { flex: 0 0 auto; width: 83.333333%; } - .col-sm-11 { + .col-xxl-11 { flex: 0 0 auto; width: 91.666667%; } - .col-sm-12 { + .col-xxl-12 { flex: 0 0 auto; width: 100%; } - .offset-sm-0 { + .offset-xxl-0 { margin-left: 0; } - .offset-sm-1 { + .offset-xxl-1 { margin-left: 8.333333%; } - .offset-sm-2 { + .offset-xxl-2 { margin-left: 16.666667%; } - .offset-sm-3 { + .offset-xxl-3 { margin-left: 25%; } - .offset-sm-4 { + .offset-xxl-4 { margin-left: 33.333333%; } - .offset-sm-5 { + .offset-xxl-5 { margin-left: 41.666667%; } - .offset-sm-6 { + .offset-xxl-6 { margin-left: 50%; } - .offset-sm-7 { + .offset-xxl-7 { margin-left: 58.333333%; } - .offset-sm-8 { + .offset-xxl-8 { margin-left: 66.666667%; } - .offset-sm-9 { + .offset-xxl-9 { margin-left: 75%; } - .offset-sm-10 { + .offset-xxl-10 { margin-left: 83.333333%; } - .offset-sm-11 { + .offset-xxl-11 { margin-left: 91.666667%; } -} - -@media (min-width: 768px) { - .col-md { - flex: 1 0 0%; - min-width: 0; + .g-xxl-0, + .gx-xxl-0 { + --bs-gutter-x: 0; } - .row-cols-md-auto > * { - flex: 0 0 auto; - width: auto; + .g-xxl-0, + .gy-xxl-0 { + --bs-gutter-y: 0; } - .row-cols-md-1 > * { - flex: 0 0 auto; - width: 100%; + .g-xxl-1, + .gx-xxl-1 { + --bs-gutter-x: 0.25rem; } - .row-cols-md-2 > * { - flex: 0 0 auto; - width: 50%; + .g-xxl-1, + .gy-xxl-1 { + --bs-gutter-y: 0.25rem; } - .row-cols-md-3 > * { - flex: 0 0 auto; - width: 33.333333%; + .g-xxl-2, + .gx-xxl-2 { + --bs-gutter-x: 0.5rem; } - .row-cols-md-4 > * { - flex: 0 0 auto; - width: 25%; + .g-xxl-2, + .gy-xxl-2 { + --bs-gutter-y: 0.5rem; } - .row-cols-md-5 > * { - flex: 0 0 auto; - width: 20%; + .g-xxl-3, + .gx-xxl-3 { + --bs-gutter-x: 1rem; } - .row-cols-md-6 > * { - flex: 0 0 auto; - width: 16.666667%; + .g-xxl-3, + .gy-xxl-3 { + --bs-gutter-y: 1rem; } - .col-md-auto { - flex: 0 0 auto; - width: auto; + .g-xxl-4, + .gx-xxl-4 { + --bs-gutter-x: 1.5rem; } - .col-md-1 { - flex: 0 0 auto; - width: 8.333333%; - } - .col-md-2 { - flex: 0 0 auto; - width: 16.666667%; - } - .col-md-3 { - flex: 0 0 auto; - width: 25%; - } - .col-md-4 { - flex: 0 0 auto; - width: 33.333333%; - } - .col-md-5 { - flex: 0 0 auto; - width: 41.666667%; - } - .col-md-6 { - flex: 0 0 auto; - width: 50%; - } - .col-md-7 { - flex: 0 0 auto; - width: 58.333333%; - } - .col-md-8 { - flex: 0 0 auto; - width: 66.666667%; - } - .col-md-9 { - flex: 0 0 auto; - width: 75%; - } - .col-md-10 { - flex: 0 0 auto; - width: 83.333333%; - } - .col-md-11 { - flex: 0 0 auto; - width: 91.666667%; - } - .col-md-12 { - flex: 0 0 auto; - width: 100%; - } - .offset-md-0 { - margin-left: 0; - } - .offset-md-1 { - margin-left: 8.333333%; - } - .offset-md-2 { - margin-left: 16.666667%; - } - .offset-md-3 { - margin-left: 25%; - } - .offset-md-4 { - margin-left: 33.333333%; - } - .offset-md-5 { - margin-left: 41.666667%; - } - .offset-md-6 { - margin-left: 50%; - } - .offset-md-7 { - margin-left: 58.333333%; - } - .offset-md-8 { - margin-left: 66.666667%; + .g-xxl-4, + .gy-xxl-4 { + --bs-gutter-y: 1.5rem; } - .offset-md-9 { - margin-left: 75%; - } - .offset-md-10 { - margin-left: 83.333333%; + .g-xxl-5, + .gx-xxl-5 { + --bs-gutter-x: 3rem; } - .offset-md-11 { - margin-left: 91.666667%; + .g-xxl-5, + .gy-xxl-5 { + --bs-gutter-y: 3rem; } } -@media (min-width: 992px) { - .col-lg { - flex: 1 0 0%; - min-width: 0; - } - .row-cols-lg-auto > * { - flex: 0 0 auto; - width: auto; - } - .row-cols-lg-1 > * { - flex: 0 0 auto; - width: 100%; +.table { + --bs-table-bg: transparent; + --bs-table-accent-bg: transparent; + --bs-table-striped-color: #212529; + --bs-table-striped-bg: rgba(0, 0, 0, 0.05); + --bs-table-active-color: #212529; + --bs-table-active-bg: rgba(0, 0, 0, 0.1); + --bs-table-hover-color: #212529; + --bs-table-hover-bg: rgba(0, 0, 0, 0.075); + width: 100%; + margin-bottom: 1rem; + color: #212529; + vertical-align: top; + border-color: #dee2e6; +} + +.table > :not(caption) > * > * { + padding: 0.5rem; + background-color: var(--bs-table-bg); + background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg)); + border-bottom-width: 1px; +} + +.table > tbody { + vertical-align: inherit; +} + +.table > thead { + vertical-align: bottom; +} + +.table > :not(:last-child) > :last-child > * { + border-bottom-color: currentColor; +} + +.caption-top { + caption-side: top; +} + +.table-sm > :not(caption) > * > * { + padding: 0.25rem; +} + +.table-bordered > :not(caption) > * { + border-width: 1px 0; +} + +.table-bordered > :not(caption) > * > * { + border-width: 0 1px; +} + +.table-borderless > :not(caption) > * > * { + border-bottom-width: 0; +} + +.table-striped > tbody > tr:nth-of-type(odd) { + --bs-table-accent-bg: var(--bs-table-striped-bg); + color: var(--bs-table-striped-color); +} + +.table-active { + --bs-table-accent-bg: var(--bs-table-active-bg); + color: var(--bs-table-active-color); +} + +.table-hover > tbody > tr:hover { + --bs-table-accent-bg: var(--bs-table-hover-bg); + color: var(--bs-table-hover-color); +} + +.table-primary { + --bs-table-bg: #bbd6fe; + --bs-table-striped-bg: #b3cdf3; + --bs-table-striped-color: #212529; + --bs-table-active-bg: #acc4e9; + --bs-table-active-color: #212529; + --bs-table-hover-bg: #afc9ee; + --bs-table-hover-color: #212529; + color: #212529; + border-color: #acc4e9; +} + +.table-secondary { + --bs-table-bg: #d6d8db; + --bs-table-striped-bg: #cdcfd2; + --bs-table-striped-color: #212529; + --bs-table-active-bg: #c4c6c9; + --bs-table-active-color: #212529; + --bs-table-hover-bg: #c8cbce; + --bs-table-hover-color: #212529; + color: #212529; + border-color: #c4c6c9; +} + +.table-success { + --bs-table-bg: #c3e6cb; + --bs-table-striped-bg: #bbdcc3; + --bs-table-striped-color: #212529; + --bs-table-active-bg: #b3d3bb; + --bs-table-active-color: #212529; + --bs-table-hover-bg: #b7d8bf; + --bs-table-hover-color: #212529; + color: #212529; + border-color: #b3d3bb; +} + +.table-info { + --bs-table-bg: #bee5eb; + --bs-table-striped-bg: #b6dbe1; + --bs-table-striped-color: #212529; + --bs-table-active-bg: #aed2d8; + --bs-table-active-color: #212529; + --bs-table-hover-bg: #b2d7dc; + --bs-table-hover-color: #212529; + color: #212529; + border-color: #aed2d8; +} + +.table-warning { + --bs-table-bg: #ffeeba; + --bs-table-striped-bg: #f4e4b3; + --bs-table-striped-color: #212529; + --bs-table-active-bg: #e9daac; + --bs-table-active-color: #212529; + --bs-table-hover-bg: #eedfaf; + --bs-table-hover-color: #212529; + color: #212529; + border-color: #e9daac; +} + +.table-danger { + --bs-table-bg: #f5c6cb; + --bs-table-striped-bg: #eabec3; + --bs-table-striped-color: #212529; + --bs-table-active-bg: #e0b6bb; + --bs-table-active-color: #212529; + --bs-table-hover-bg: #e5babf; + --bs-table-hover-color: #212529; + color: #212529; + border-color: #e0b6bb; +} + +.table-light { + --bs-table-bg: #f8f9fa; + --bs-table-striped-bg: #edeef0; + --bs-table-striped-color: #212529; + --bs-table-active-bg: #e3e4e5; + --bs-table-active-color: #212529; + --bs-table-hover-bg: #e8e9ea; + --bs-table-hover-color: #212529; + color: #212529; + border-color: #e3e4e5; +} + +.table-dark { + --bs-table-bg: #343a40; + --bs-table-striped-bg: #3e444a; + --bs-table-striped-color: #fff; + --bs-table-active-bg: #484e53; + --bs-table-active-color: #fff; + --bs-table-hover-bg: #43494e; + --bs-table-hover-color: #fff; + color: #fff; + border-color: #484e53; +} + +@media (max-width: 575.98px) { + .table-responsive-sm { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .row-cols-lg-2 > * { - flex: 0 0 auto; - width: 50%; +} + +@media (max-width: 767.98px) { + .table-responsive-md { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .row-cols-lg-3 > * { - flex: 0 0 auto; - width: 33.333333%; +} + +@media (max-width: 991.98px) { + .table-responsive-lg { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .row-cols-lg-4 > * { - flex: 0 0 auto; - width: 25%; +} + +@media (max-width: 1199.98px) { + .table-responsive-xl { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .row-cols-lg-5 > * { - flex: 0 0 auto; - width: 20%; +} + +@media (max-width: 1399.98px) { + .table-responsive-xxl { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } - .row-cols-lg-6 > * { - flex: 0 0 auto; - width: 16.666667%; - } - .col-lg-auto { - flex: 0 0 auto; - width: auto; - } - .col-lg-1 { - flex: 0 0 auto; - width: 8.333333%; - } - .col-lg-2 { - flex: 0 0 auto; - width: 16.666667%; - } - .col-lg-3 { - flex: 0 0 auto; - width: 25%; - } - .col-lg-4 { - flex: 0 0 auto; - width: 33.333333%; - } - .col-lg-5 { - flex: 0 0 auto; - width: 41.666667%; - } - .col-lg-6 { - flex: 0 0 auto; - width: 50%; - } - .col-lg-7 { - flex: 0 0 auto; - width: 58.333333%; - } - .col-lg-8 { - flex: 0 0 auto; - width: 66.666667%; - } - .col-lg-9 { - flex: 0 0 auto; - width: 75%; - } - .col-lg-10 { - flex: 0 0 auto; - width: 83.333333%; - } - .col-lg-11 { - flex: 0 0 auto; - width: 91.666667%; - } - .col-lg-12 { - flex: 0 0 auto; - width: 100%; - } - .offset-lg-0 { - margin-left: 0; - } - .offset-lg-1 { - margin-left: 8.333333%; - } - .offset-lg-2 { - margin-left: 16.666667%; - } - .offset-lg-3 { - margin-left: 25%; - } - .offset-lg-4 { - margin-left: 33.333333%; - } - .offset-lg-5 { - margin-left: 41.666667%; - } - .offset-lg-6 { - margin-left: 50%; - } - .offset-lg-7 { - margin-left: 58.333333%; - } - .offset-lg-8 { - margin-left: 66.666667%; - } - .offset-lg-9 { - margin-left: 75%; - } - .offset-lg-10 { - margin-left: 83.333333%; - } - .offset-lg-11 { - margin-left: 91.666667%; - } -} - -@media (min-width: 1200px) { - .col-xl { - flex: 1 0 0%; - min-width: 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.333333%; - } - .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.666667%; - } - .col-xl-auto { - flex: 0 0 auto; - width: auto; - } - .col-xl-1 { - flex: 0 0 auto; - width: 8.333333%; - } - .col-xl-2 { - flex: 0 0 auto; - width: 16.666667%; - } - .col-xl-3 { - flex: 0 0 auto; - width: 25%; - } - .col-xl-4 { - flex: 0 0 auto; - width: 33.333333%; - } - .col-xl-5 { - flex: 0 0 auto; - width: 41.666667%; - } - .col-xl-6 { - flex: 0 0 auto; - width: 50%; - } - .col-xl-7 { - flex: 0 0 auto; - width: 58.333333%; - } - .col-xl-8 { - flex: 0 0 auto; - width: 66.666667%; - } - .col-xl-9 { - flex: 0 0 auto; - width: 75%; - } - .col-xl-10 { - flex: 0 0 auto; - width: 83.333333%; - } - .col-xl-11 { - flex: 0 0 auto; - width: 91.666667%; - } - .col-xl-12 { - flex: 0 0 auto; - width: 100%; - } - .offset-xl-0 { - margin-left: 0; - } - .offset-xl-1 { - margin-left: 8.333333%; - } - .offset-xl-2 { - margin-left: 16.666667%; - } - .offset-xl-3 { - margin-left: 25%; - } - .offset-xl-4 { - margin-left: 33.333333%; - } - .offset-xl-5 { - margin-left: 41.666667%; - } - .offset-xl-6 { - margin-left: 50%; - } - .offset-xl-7 { - margin-left: 58.333333%; - } - .offset-xl-8 { - margin-left: 66.666667%; - } - .offset-xl-9 { - margin-left: 75%; - } - .offset-xl-10 { - margin-left: 83.333333%; - } - .offset-xl-11 { - margin-left: 91.666667%; +} + +.table-responsive { + overflow-x: auto; + -webkit-overflow-scrolling: touch; +} + +.form-label { + margin-bottom: 0.5rem; +} + +.col-form-label { + padding-top: calc(0.375rem + 1px); + padding-bottom: calc(0.375rem + 1px); + margin-bottom: 0; + font-size: inherit; + line-height: 1.5; +} + +.col-form-label-lg { + padding-top: calc(0.5rem + 1px); + padding-bottom: calc(0.5rem + 1px); + font-size: 1.25rem; +} + +.col-form-label-sm { + padding-top: calc(0.25rem + 1px); + padding-bottom: calc(0.25rem + 1px); + font-size: 0.875rem; +} + +.form-text { + margin-top: 0.25rem; + font-size: 0.875em; + color: #6c757d; +} + +.form-control { + display: block; + width: 100%; + min-height: calc(1.5em + 0.75rem + 2px); + padding: 0.375rem 0.75rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #ced4da; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border-radius: 0.25rem; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} + +@media (prefers-reduced-motion: reduce) { + .form-control { + transition: none; } } -.table { - width: 100%; - margin-bottom: 1rem; - color: #212529; - vertical-align: top; +.form-control:focus { + color: #495057; + background-color: #fff; + border-color: #8bbafe; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); } -.table th, -.table td { - padding: 0.5rem; - border-bottom: 1px solid #dee2e6; +.form-control::-webkit-input-placeholder { + color: #6c757d; + opacity: 1; } -.table tbody { - vertical-align: inherit; +.form-control::-moz-placeholder { + color: #6c757d; + opacity: 1; } -.table thead th { - vertical-align: bottom; - border-bottom-color: #495057; +.form-control::-ms-input-placeholder { + color: #6c757d; + opacity: 1; } -.table tbody + tbody { - border-top: 2px solid #dee2e6; +.form-control::placeholder { + color: #6c757d; + opacity: 1; } -.caption-top { - caption-side: top; +.form-control:disabled, .form-control[readonly] { + background-color: #e9ecef; + opacity: 1; } -.table-sm th, -.table-sm td { - padding: 0.25rem; +.form-control-plaintext { + display: block; + width: 100%; + padding: 0.375rem 0; + margin-bottom: 0; + line-height: 1.5; + color: #212529; + background-color: transparent; + border: solid transparent; + border-width: 1px 0; } -.table-bordered { - border: 1px solid #dee2e6; +.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { + padding-right: 0; + padding-left: 0; } -.table-bordered th, -.table-bordered td { - border: 1px solid #dee2e6; +.form-control-sm { + min-height: calc(1.5em + 0.5rem + 2px); + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + border-radius: 0.2rem; } -.table-bordered thead th, -.table-bordered thead td { - border-bottom-width: 2px; +.form-control-lg { + min-height: calc(1.5em + 1rem + 2px); + padding: 0.5rem 1rem; + font-size: 1.25rem; + border-radius: 0.3rem; } -.table-borderless th, -.table-borderless td, -.table-borderless thead th, -.table-borderless tbody + tbody { - border: 0; +.form-control-color { + max-width: 3rem; + padding: 0.375rem; } -.table-striped tbody tr:nth-of-type(odd) { - background-color: rgba(0, 0, 0, 0.05); +.form-control-color::-moz-color-swatch { + border-radius: 0.25rem; } -.table-hover tbody tr:hover { - color: #212529; - background-color: rgba(0, 0, 0, 0.075); +.form-control-color::-webkit-color-swatch { + border-radius: 0.25rem; } -.table-primary, -.table-primary > th, -.table-primary > td { - background-color: #bbd6fe; +.form-select { + display: block; + width: 100%; + height: calc(1.5em + 0.75rem + 2px); + padding: 0.375rem 1.75rem 0.375rem 0.75rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + vertical-align: middle; + background-color: #fff; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right 0.75rem center; + background-size: 16px 12px; + border: 1px solid #ced4da; + border-radius: 0.25rem; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; } -.table-primary th, -.table-primary td, -.table-primary thead th, -.table-primary tbody + tbody { - border-color: #81b4fe; +.form-select:focus { + border-color: #8bbafe; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); } -.table-hover .table-primary:hover { - background-color: #a2c7fe; +.form-select:focus::-ms-value { + color: #495057; + background-color: #fff; } -.table-hover .table-primary:hover > td, -.table-hover .table-primary:hover > th { - background-color: #a2c7fe; +.form-select[multiple], .form-select[size]:not([size="1"]) { + height: auto; + padding-right: 0.75rem; + background-image: none; } -.table-secondary, -.table-secondary > th, -.table-secondary > td { - background-color: #d6d8db; +.form-select:disabled { + color: #6c757d; + background-color: #e9ecef; } -.table-secondary th, -.table-secondary td, -.table-secondary thead th, -.table-secondary tbody + tbody { - border-color: #b3b7bb; +.form-select:-moz-focusring { + color: transparent; + text-shadow: 0 0 0 #495057; } -.table-hover .table-secondary:hover { - background-color: #c8cbcf; +.form-select-sm { + height: calc(1.5em + 0.5rem + 2px); + padding-top: 0.25rem; + padding-bottom: 0.25rem; + padding-left: 0.5rem; + font-size: 0.875rem; } -.table-hover .table-secondary:hover > td, -.table-hover .table-secondary:hover > th { - background-color: #c8cbcf; +.form-select-lg { + height: calc(1.5em + 1rem + 2px); + padding-top: 0.5rem; + padding-bottom: 0.5rem; + padding-left: 1rem; + font-size: 1.25rem; } -.table-success, -.table-success > th, -.table-success > td { - background-color: #c3e6cb; +.form-check { + display: block; + min-height: 1.5rem; + padding-left: 1.75em; + margin-bottom: 0.125rem; } -.table-success th, -.table-success td, -.table-success thead th, -.table-success tbody + tbody { - border-color: #8fd19e; +.form-check .form-check-input { + float: left; + margin-left: -1.75em; } -.table-hover .table-success:hover { - background-color: #b1dfbb; +.form-check-input { + width: 1.25em; + height: 1.25em; + margin-top: 0.125em; + vertical-align: top; + background-color: #fff; + background-repeat: no-repeat; + background-position: center; + background-size: contain; + border: 1px solid rgba(0, 0, 0, 0.25); + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + -webkit-print-color-adjust: exact; + color-adjust: exact; + transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } -.table-hover .table-success:hover > td, -.table-hover .table-success:hover > th { - background-color: #b1dfbb; +@media (prefers-reduced-motion: reduce) { + .form-check-input { + transition: none; + } } -.table-info, -.table-info > th, -.table-info > td { - background-color: #bee5eb; +.form-check-input[type="checkbox"] { + border-radius: 0.25em; } -.table-info th, -.table-info td, -.table-info thead th, -.table-info tbody + tbody { - border-color: #86cfda; +.form-check-input[type="radio"] { + border-radius: 50%; } -.table-hover .table-info:hover { - background-color: #abdde5; +.form-check-input:active { + -webkit-filter: brightness(90%); + filter: brightness(90%); } -.table-hover .table-info:hover > td, -.table-hover .table-info:hover > th { - background-color: #abdde5; +.form-check-input:focus { + border-color: #8bbafe; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); } -.table-warning, -.table-warning > th, -.table-warning > td { - background-color: #ffeeba; +.form-check-input:checked { + background-color: #0d6efd; + border-color: #0d6efd; } -.table-warning th, -.table-warning td, -.table-warning thead th, -.table-warning tbody + tbody { - border-color: #ffdf7e; +.form-check-input:checked[type="checkbox"] { + background-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 10l3 3l6-6'/%3e%3c/svg%3e"); } -.table-hover .table-warning:hover { - background-color: #ffe8a1; +.form-check-input:checked[type="radio"] { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); } -.table-hover .table-warning:hover > td, -.table-hover .table-warning:hover > th { - background-color: #ffe8a1; +.form-check-input[type="checkbox"]:indeterminate { + background-color: #0d6efd; + border-color: #0d6efd; + background-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"); } -.table-danger, -.table-danger > th, -.table-danger > td { - background-color: #f5c6cb; +.form-check-input:disabled { + pointer-events: none; + -webkit-filter: none; + filter: none; + opacity: .5; } -.table-danger th, -.table-danger td, -.table-danger thead th, -.table-danger tbody + tbody { - border-color: #ed969e; +.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { + opacity: .5; } -.table-hover .table-danger:hover { - background-color: #f1b0b7; +.form-switch { + padding-left: 2.5em; } -.table-hover .table-danger:hover > td, -.table-hover .table-danger:hover > th { - background-color: #f1b0b7; +.form-switch .form-check-input { + width: 2em; + margin-left: -2.5em; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); + background-position: left center; + border-radius: 2em; } -.table-light, -.table-light > th, -.table-light > td { - background-color: #fdfdfe; +.form-switch .form-check-input:focus { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380bdff'/%3e%3c/svg%3e"); } -.table-light th, -.table-light td, -.table-light thead th, -.table-light tbody + tbody { - border-color: #fbfcfc; +.form-switch .form-check-input:checked { + background-position: right center; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } -.table-hover .table-light:hover { - background-color: #ececf6; +.form-check-inline { + display: inline-block; + margin-right: 1rem; } -.table-hover .table-light:hover > td, -.table-hover .table-light:hover > th { - background-color: #ececf6; +.form-file { + --bs-form-file-height: calc(1.5em + 0.75rem + 2px); + position: relative; } -.table-dark, -.table-dark > th, -.table-dark > td { - background-color: #c6c8ca; +.form-file-input { + position: relative; + z-index: 2; + width: 100%; + height: var(--bs-form-file-height); + margin: 0; + opacity: 0; } -.table-dark th, -.table-dark td, -.table-dark thead th, -.table-dark tbody + tbody { - border-color: #95999c; +.form-file-input:focus-within ~ .form-file-label { + border-color: #8bbafe; + box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); } -.table-hover .table-dark:hover { - background-color: #b9bbbe; +.form-file-input[disabled] ~ .form-file-label .form-file-text, +.form-file-input:disabled ~ .form-file-label .form-file-text { + background-color: #e9ecef; } -.table-hover .table-dark:hover > td, -.table-hover .table-dark:hover > th { - background-color: #b9bbbe; +.form-file-label { + position: absolute; + top: 0; + right: 0; + left: 0; + z-index: 1; + display: flex; + height: var(--bs-form-file-height); + border-color: #ced4da; + border-radius: 0.25rem; } -.table-active, -.table-active > th, -.table-active > td { - background-color: rgba(0, 0, 0, 0.075); +.form-file-text { + display: block; + flex-grow: 1; + padding: 0.375rem 0.75rem; + overflow: hidden; + font-weight: 400; + line-height: 1.5; + color: #495057; + text-overflow: ellipsis; + white-space: nowrap; + background-color: #fff; + border-color: inherit; + border-style: solid; + border-width: 1px; + border-top-left-radius: inherit; + border-bottom-left-radius: inherit; } -.table-hover .table-active:hover { - background-color: rgba(0, 0, 0, 0.075); +.form-file-button { + display: block; + flex-shrink: 0; + padding: 0.375rem 0.75rem; + margin-left: -1px; + line-height: 1.5; + color: #495057; + background-color: #e9ecef; + border-color: inherit; + border-style: solid; + border-width: 1px; + border-top-right-radius: inherit; + border-bottom-right-radius: inherit; } -.table-hover .table-active:hover > td, -.table-hover .table-active:hover > th { - background-color: rgba(0, 0, 0, 0.075); +.form-file-sm { + --bs-form-file-height: calc(1.5em + 0.5rem + 2px); + font-size: 0.875rem; } -.table .thead-dark th { - color: #fff; - background-color: #343a40; - border-color: #454d55; +.form-file-sm .form-file-text, +.form-file-sm .form-file-button { + padding: 0.25rem 0.5rem; } -.table .thead-light th { - color: #495057; - background-color: #e9ecef; - border-color: #dee2e6; +.form-file-lg { + --bs-form-file-height: calc(1.5em + 1rem + 2px); + font-size: 1.25rem; } -.table-dark { - color: #fff; - background-color: #343a40; +.form-file-lg .form-file-text, +.form-file-lg .form-file-button { + padding: 0.5rem 1rem; } -.table-dark th, -.table-dark td, -.table-dark thead th { - border-color: #454d55; +.form-range { + width: 100%; + height: 1.4rem; + padding: 0; + background-color: transparent; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; } -.table-dark.table-bordered { - border: 0; +.form-range:focus { + outline: none; } -.table-dark.table-striped tbody tr:nth-of-type(odd) { - background-color: rgba(255, 255, 255, 0.05); +.form-range:focus::-webkit-slider-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25); } -.table-dark.table-hover tbody tr:hover { - color: #fff; - background-color: rgba(255, 255, 255, 0.075); +.form-range:focus::-moz-range-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25); } -@media (max-width: 575.98px) { - .table-responsive-sm { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } - .table-responsive-sm > .table-bordered { - border: 0; - } +.form-range:focus::-ms-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25); } -@media (max-width: 767.98px) { - .table-responsive-md { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } - .table-responsive-md > .table-bordered { - border: 0; - } +.form-range::-moz-focus-outer { + border: 0; } -@media (max-width: 991.98px) { - .table-responsive-lg { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } - .table-responsive-lg > .table-bordered { - border: 0; - } +.form-range::-webkit-slider-thumb { + width: 1rem; + height: 1rem; + margin-top: -0.25rem; + background-color: #0d6efd; + border: 0; + border-radius: 1rem; + -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + -webkit-appearance: none; + appearance: none; } -@media (max-width: 1199.98px) { - .table-responsive-xl { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } - .table-responsive-xl > .table-bordered { - border: 0; +@media (prefers-reduced-motion: reduce) { + .form-range::-webkit-slider-thumb { + -webkit-transition: none; + transition: none; } } -.table-responsive { - display: block; +.form-range::-webkit-slider-thumb:active { + background-color: #bed8fe; +} + +.form-range::-webkit-slider-runnable-track { width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; } -.table-responsive > .table-bordered { +.form-range::-moz-range-thumb { + width: 1rem; + height: 1rem; + background-color: #0d6efd; border: 0; + border-radius: 1rem; + -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + -moz-appearance: none; + appearance: none; } -.col-form-label { - padding-top: calc(0.375rem + 1px); - padding-bottom: calc(0.375rem + 1px); - margin-bottom: 0; - font-size: inherit; - line-height: 1.5; +@media (prefers-reduced-motion: reduce) { + .form-range::-moz-range-thumb { + -moz-transition: none; + transition: none; + } } -.col-form-label-lg { - padding-top: calc(0.5rem + 1px); - padding-bottom: calc(0.5rem + 1px); - font-size: 1.25rem; +.form-range::-moz-range-thumb:active { + background-color: #bed8fe; } -.col-form-label-sm { - padding-top: calc(0.25rem + 1px); - padding-bottom: calc(0.25rem + 1px); - font-size: 0.875rem; +.form-range::-moz-range-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; } -.form-control { - display: block; - width: 100%; - min-height: calc(1.5em + 0.75rem + 2px); - padding: 0.375rem 0.75rem; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #495057; - background-color: #fff; - background-clip: padding-box; - border: 1px solid #ced4da; - border-radius: 0.25rem; - transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +.form-range::-ms-thumb { + width: 1rem; + height: 1rem; + margin-top: 0; + margin-right: 0.2rem; + margin-left: 0.2rem; + background-color: #0d6efd; + border: 0; + border-radius: 1rem; + -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + appearance: none; } @media (prefers-reduced-motion: reduce) { - .form-control { + .form-range::-ms-thumb { + -ms-transition: none; transition: none; } } -.form-control:focus { - color: #495057; - background-color: #fff; - border-color: #8bbafe; - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); +.form-range::-ms-thumb:active { + background-color: #bed8fe; } -.form-control::-webkit-input-placeholder { - color: #6c757d; - opacity: 1; +.form-range::-ms-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: transparent; + border-color: transparent; + border-width: 0.5rem; } -.form-control::-moz-placeholder { - color: #6c757d; - opacity: 1; +.form-range::-ms-fill-lower { + background-color: #dee2e6; + border-radius: 1rem; } -.form-control::-ms-input-placeholder { - color: #6c757d; - opacity: 1; +.form-range::-ms-fill-upper { + margin-right: 15px; + background-color: #dee2e6; + border-radius: 1rem; } -.form-control::placeholder { - color: #6c757d; - opacity: 1; +.form-range:disabled { + pointer-events: none; } -.form-control:disabled, .form-control[readonly] { - background-color: #e9ecef; - opacity: 1; +.form-range:disabled::-webkit-slider-thumb { + background-color: #adb5bd; } -.form-control-plaintext { - display: block; +.form-range:disabled::-moz-range-thumb { + background-color: #adb5bd; +} + +.form-range:disabled::-ms-thumb { + background-color: #adb5bd; +} + +.input-group { + position: relative; + display: flex; + flex-wrap: wrap; + align-items: stretch; width: 100%; - padding: 0.375rem 0; - margin-bottom: 0; - line-height: 1.5; - color: #212529; - background-color: transparent; - border: solid transparent; - border-width: 1px 0; } -.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { - padding-right: 0; - padding-left: 0; +.input-group > .form-control, +.input-group > .form-select, +.input-group > .form-file { + position: relative; + flex: 1 1 auto; + width: 1%; + min-width: 0; } -.form-control-sm { - min-height: calc(1.5em + 0.5rem + 2px); - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; +.input-group > .form-control:focus, +.input-group > .form-select:focus, +.input-group > .form-file .form-file-input:focus ~ .form-file-label { + z-index: 3; } -.form-control-lg { - min-height: calc(1.5em + 1rem + 2px); - padding: 0.5rem 1rem; - font-size: 1.25rem; - border-radius: 0.3rem; +.input-group > .form-file > .form-file-input:focus { + z-index: 4; } -.form-control-color { - max-width: 3rem; - padding: 0.375rem; +.input-group > .form-file:not(:last-child) > .form-file-label { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } -.form-control-color::-moz-color-swatch { - border-radius: 0.25rem; +.input-group > .form-file:not(:first-child) > .form-file-label { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } -.form-control-color::-webkit-color-swatch { - border-radius: 0.25rem; +.input-group .btn { + position: relative; + z-index: 2; } -.form-select { - display: block; - width: 100%; - height: calc(1.5em + 0.75rem + 2px); - padding: 0.375rem 1.75rem 0.375rem 0.75rem; +.input-group .btn:focus { + z-index: 3; +} + +.input-group-text { + display: flex; + align-items: center; + padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; - vertical-align: middle; - background-color: #fff; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right 0.75rem center; - background-size: 16px 12px; + text-align: center; + white-space: nowrap; + background-color: #e9ecef; border: 1px solid #ced4da; border-radius: 0.25rem; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; } -.form-select:focus { - border-color: #8bbafe; - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); -} - -.form-select:focus::-ms-value { - color: #495057; - background-color: #fff; +.input-group-lg > .form-control { + min-height: calc(1.5em + 1rem + 2px); } -.form-select[multiple], .form-select[size]:not([size="1"]) { - height: auto; - padding-right: 0.75rem; - background-image: none; +.input-group-lg > .form-select { + height: calc(1.5em + 1rem + 2px); } -.form-select:disabled { - color: #6c757d; - background-color: #e9ecef; +.input-group-lg > .form-control, +.input-group-lg > .form-select, +.input-group-lg > .input-group-text, +.input-group-lg > .btn { + padding: 0.5rem 1rem; + font-size: 1.25rem; + border-radius: 0.3rem; } -.form-select:-moz-focusring { - color: transparent; - text-shadow: 0 0 0 #495057; +.input-group-sm > .form-control { + min-height: calc(1.5em + 0.5rem + 2px); } -.form-select-sm { +.input-group-sm > .form-select { height: calc(1.5em + 0.5rem + 2px); - padding-top: 0.25rem; - padding-bottom: 0.25rem; - padding-left: 0.5rem; - font-size: 0.875rem; } -.form-select-lg { - height: calc(1.5em + 1rem + 2px); - padding-top: 0.5rem; - padding-bottom: 0.5rem; - padding-left: 1rem; - font-size: 1.25rem; +.input-group-sm > .form-control, +.input-group-sm > .form-select, +.input-group-sm > .input-group-text, +.input-group-sm > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + border-radius: 0.2rem; } -.form-check { - display: block; - min-height: 1.5rem; - padding-left: 1.75em; - margin-bottom: 0.125rem; +.input-group-lg > .form-select, +.input-group-sm > .form-select { + padding-right: 1.75rem; } -.form-check .form-check-input { - float: left; - margin-left: -1.75em; +.input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), +.input-group > .dropdown-toggle:nth-last-child(n + 3) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } -.form-check-input { - width: 1.25em; - height: 1.25em; - margin-top: 0.125em; - vertical-align: top; - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.25); - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - -webkit-print-color-adjust: exact; - color-adjust: exact; +.input-group > :not(:first-child):not(.dropdown-menu) { + margin-left: -1px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } -.form-check-input[type="checkbox"] { - border-radius: 0.25em; +.valid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 0.875em; + color: #28a745; } -.form-check-input[type="radio"] { - border-radius: 50%; +.valid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.25rem 0.5rem; + margin-top: .1rem; + font-size: 0.875rem; + color: #fff; + background-color: rgba(40, 167, 69, 0.9); + border-radius: 0.25rem; } -.form-check-input:active { - -webkit-filter: brightness(90%); - filter: brightness(90%); +.was-validated :valid ~ .valid-feedback, +.was-validated :valid ~ .valid-tooltip, +.is-valid ~ .valid-feedback, +.is-valid ~ .valid-tooltip { + display: block; } -.form-check-input:focus { - border-color: #8bbafe; - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); +.was-validated .form-control:valid, .form-control.is-valid { + border-color: #28a745; + padding-right: calc(1.5em + 0.75rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right calc(0.375em + 0.1875rem) center; + background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } -.form-check-input:checked { - background-color: #0d6efd; - background-repeat: no-repeat; - background-position: center center; - background-size: 1em; - border-color: #0d6efd; +.was-validated .form-control:valid:focus, .form-control.is-valid:focus { + border-color: #28a745; + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } -.form-check-input:checked[type="checkbox"] { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M4 8.5L6.5 11l6-6'/%3e%3c/svg%3e"); +.was-validated textarea.form-control:valid, textarea.form-control.is-valid { + padding-right: calc(1.5em + 0.75rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } -.form-check-input:checked[type="radio"] { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); +.was-validated .form-select:valid, .form-select.is-valid { + border-color: #28a745; + padding-right: calc(0.75em + 2.3125rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-position: right 0.75rem center, center right 1.75rem; + background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } -.form-check-input[type="checkbox"]:indeterminate { - background-color: #0d6efd; - background-repeat: no-repeat; - background-position: center center; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 8h6'/%3e%3c/svg%3e"); - background-size: 1em; - border-color: #0d6efd; +.was-validated .form-select:valid:focus, .form-select.is-valid:focus { + border-color: #28a745; + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } -.form-check-input:disabled { - pointer-events: none; - -webkit-filter: none; - filter: none; - opacity: .5; +.was-validated .form-check-input:valid, .form-check-input.is-valid { + border-color: #28a745; } -.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { - opacity: .5; +.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { + background-color: #34ce57; } -.form-check-label { - margin-bottom: 0; +.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } -.form-switch { - padding-left: 2.5em; +.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { + color: #28a745; } -.form-switch .form-check-input { - width: 2em; - margin-left: -2.5em; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: left center; - background-size: contain; - border-radius: 2em; - -webkit-print-color-adjust: exact; - color-adjust: exact; +.form-check-inline .form-check-input ~ .valid-feedback { + margin-left: .5em; } -.form-switch .form-check-input:focus { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380bdff'/%3e%3c/svg%3e"); +.was-validated .form-file-input:valid ~ .form-file-label, .form-file-input.is-valid ~ .form-file-label { + border-color: #28a745; } -.form-switch .form-check-input:checked { - background-position: right center; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); +.was-validated .form-file-input:valid:focus ~ .form-file-label, .form-file-input.is-valid:focus ~ .form-file-label { + border-color: #28a745; + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } -.form-check-inline { - display: inline-block; - margin-right: 1rem; +.invalid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 0.875em; + color: #dc3545; } -.form-file { - position: relative; - height: calc(1.5em + 0.75rem + 2px); +.invalid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.25rem 0.5rem; + margin-top: .1rem; + font-size: 0.875rem; + color: #fff; + background-color: rgba(220, 53, 69, 0.9); + border-radius: 0.25rem; } -.form-file-input { - position: relative; - z-index: 2; - width: 100%; - height: 100%; - margin: 0; - opacity: 0; +.was-validated :invalid ~ .invalid-feedback, +.was-validated :invalid ~ .invalid-tooltip, +.is-invalid ~ .invalid-feedback, +.is-invalid ~ .invalid-tooltip { + display: block; } -.form-file-input:focus-within ~ .form-file-label { - border-color: #8bbafe; - box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); +.was-validated .form-control:invalid, .form-control.is-invalid { + border-color: #dc3545; + padding-right: calc(1.5em + 0.75rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right calc(0.375em + 0.1875rem) center; + background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } -.form-file-input[disabled] ~ .form-file-label .form-file-text, -.form-file-input:disabled ~ .form-file-label .form-file-text { - background-color: #e9ecef; +.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { + border-color: #dc3545; + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } -.form-file-label { - position: absolute; - top: 0; - right: 0; - left: 0; - z-index: 1; - display: flex; - height: 100%; - border-color: #ced4da; - border-radius: 0.25rem; +.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { + padding-right: calc(1.5em + 0.75rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } -.form-file-text { - display: block; - flex-grow: 1; - padding: 0.375rem 0.75rem; - overflow: hidden; - font-weight: 400; - line-height: 1.5; - color: #495057; - text-overflow: ellipsis; - white-space: nowrap; - background-color: #fff; - border-color: inherit; - border-style: solid; - border-width: 1px; - border-top-left-radius: inherit; - border-bottom-left-radius: inherit; -} - -.form-file-button { - display: block; - flex-shrink: 0; - padding: 0.375rem 0.75rem; - margin-left: -1px; - line-height: 1.5; - color: #495057; - background-color: #e9ecef; - border-color: inherit; - border-style: solid; - border-width: 1px; - border-top-right-radius: inherit; - border-bottom-right-radius: inherit; -} - -.form-file-sm { - height: calc(1.5em + 0.5rem + 2px); - font-size: 0.875rem; -} - -.form-file-sm .form-file-text, -.form-file-sm .form-file-button { - padding: 0.25rem 0.5rem; +.was-validated .form-select:invalid, .form-select.is-invalid { + border-color: #dc3545; + padding-right: calc(0.75em + 2.3125rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); + background-position: right 0.75rem center, center right 1.75rem; + background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } -.form-file-lg { - height: calc(1.5em + 1rem + 2px); - font-size: 1.25rem; +.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus { + border-color: #dc3545; + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } -.form-file-lg .form-file-text, -.form-file-lg .form-file-button { - padding: 0.5rem 1rem; +.was-validated .form-check-input:invalid, .form-check-input.is-invalid { + border-color: #dc3545; } -.form-range { - width: 100%; - height: 1.4rem; - padding: 0; - background-color: transparent; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; +.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked { + background-color: #e4606d; } -.form-range:focus { - outline: none; +.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus { + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } -.form-range:focus::-webkit-slider-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25); +.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { + color: #dc3545; } -.form-range:focus::-moz-range-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25); +.form-check-inline .form-check-input ~ .invalid-feedback { + margin-left: .5em; } -.form-range:focus::-ms-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25); +.was-validated .form-file-input:invalid ~ .form-file-label, .form-file-input.is-invalid ~ .form-file-label { + border-color: #dc3545; } -.form-range::-moz-focus-outer { - border: 0; +.was-validated .form-file-input:invalid:focus ~ .form-file-label, .form-file-input.is-invalid:focus ~ .form-file-label { + border-color: #dc3545; + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } -.form-range::-webkit-slider-thumb { - width: 1rem; - height: 1rem; - margin-top: -0.25rem; - background-color: #0d6efd; - border: 0; - border-radius: 1rem; - -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - -webkit-appearance: none; - appearance: none; +.btn { + display: inline-block; + font-weight: 400; + line-height: 1.5; + color: #212529; + text-align: center; + text-decoration: none; + vertical-align: middle; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-color: transparent; + border: 1px solid transparent; + padding: 0.375rem 0.75rem; + font-size: 1rem; + border-radius: 0.25rem; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { - .form-range::-webkit-slider-thumb { - -webkit-transition: none; + .btn { transition: none; } } -.form-range::-webkit-slider-thumb:active { - background-color: #bed8fe; +.btn:hover { + color: #212529; } -.form-range::-webkit-slider-runnable-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: #dee2e6; - border-color: transparent; - border-radius: 1rem; +.btn:focus, .btn.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); } -.form-range::-moz-range-thumb { - width: 1rem; - height: 1rem; - background-color: #0d6efd; - border: 0; - border-radius: 1rem; - -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - -moz-appearance: none; - appearance: none; +.btn:disabled, .btn.disabled, +fieldset:disabled .btn { + pointer-events: none; + opacity: 0.65; } -@media (prefers-reduced-motion: reduce) { - .form-range::-moz-range-thumb { - -moz-transition: none; - transition: none; - } +.btn-primary { + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; } -.form-range::-moz-range-thumb:active { - background-color: #bed8fe; +.btn-primary:hover { + color: #fff; + background-color: #025ce2; + border-color: #0257d5; } -.form-range::-moz-range-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: #dee2e6; - border-color: transparent; - border-radius: 1rem; +.btn-primary:focus, .btn-primary.focus { + color: #fff; + background-color: #025ce2; + border-color: #0257d5; + box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5); } -.form-range::-ms-thumb { - width: 1rem; - height: 1rem; - margin-top: 0; - margin-right: 0.2rem; - margin-left: 0.2rem; - background-color: #0d6efd; - border: 0; - border-radius: 1rem; - -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - appearance: none; +.btn-primary:active, .btn-primary.active, +.show > .btn-primary.dropdown-toggle { + color: #fff; + background-color: #0257d5; + border-color: #0252c9; } -@media (prefers-reduced-motion: reduce) { - .form-range::-ms-thumb { - -ms-transition: none; - transition: none; - } +.btn-primary:active:focus, .btn-primary.active:focus, +.show > .btn-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5); } -.form-range::-ms-thumb:active { - background-color: #bed8fe; +.btn-primary:disabled, .btn-primary.disabled { + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; } -.form-range::-ms-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: transparent; - border-color: transparent; - border-width: 0.5rem; +.btn-secondary { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; } -.form-range::-ms-fill-lower { - background-color: #dee2e6; - border-radius: 1rem; +.btn-secondary:hover { + color: #fff; + background-color: #5a6268; + border-color: #545b62; } -.form-range::-ms-fill-upper { - margin-right: 15px; - background-color: #dee2e6; - border-radius: 1rem; +.btn-secondary:focus, .btn-secondary.focus { + color: #fff; + background-color: #5a6268; + border-color: #545b62; + box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); } -.form-range:disabled { - pointer-events: none; +.btn-secondary:active, .btn-secondary.active, +.show > .btn-secondary.dropdown-toggle { + color: #fff; + background-color: #545b62; + border-color: #4e555b; } -.form-range:disabled::-webkit-slider-thumb { - background-color: #adb5bd; +.btn-secondary:active:focus, .btn-secondary.active:focus, +.show > .btn-secondary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); } -.form-range:disabled::-moz-range-thumb { - background-color: #adb5bd; +.btn-secondary:disabled, .btn-secondary.disabled { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; } -.form-range:disabled::-ms-thumb { - background-color: #adb5bd; -} - -.input-group { - position: relative; - display: flex; - flex-wrap: wrap; - align-items: stretch; - width: 100%; +.btn-success { + color: #fff; + background-color: #28a745; + border-color: #28a745; } -.input-group > .form-control, -.input-group > .form-select, -.input-group > .form-file { - position: relative; - flex: 1 1 auto; - width: 1%; - min-width: 0; +.btn-success:hover { + color: #fff; + background-color: #218838; + border-color: #1e7e34; } -.input-group > .form-control:focus, -.input-group > .form-select:focus, -.input-group > .form-file .form-file-input:focus ~ .form-file-label { - z-index: 3; +.btn-success:focus, .btn-success.focus { + color: #fff; + background-color: #218838; + border-color: #1e7e34; + box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); } -.input-group > .form-file > .form-file-input:focus { - z-index: 4; +.btn-success:active, .btn-success.active, +.show > .btn-success.dropdown-toggle { + color: #fff; + background-color: #1e7e34; + border-color: #1c7430; } -.input-group > .form-file:not(:last-child) > .form-file-label { - border-top-right-radius: 0; - border-bottom-right-radius: 0; +.btn-success:active:focus, .btn-success.active:focus, +.show > .btn-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); } -.input-group > .form-file:not(:first-child) > .form-file-label { - border-top-left-radius: 0; - border-bottom-left-radius: 0; +.btn-success:disabled, .btn-success.disabled { + color: #fff; + background-color: #28a745; + border-color: #28a745; } -.input-group .btn { - position: relative; - z-index: 2; +.btn-info { + color: #fff; + background-color: #17a2b8; + border-color: #17a2b8; } -.input-group .btn:focus { - z-index: 3; +.btn-info:hover { + color: #fff; + background-color: #138496; + border-color: #117a8b; } -.input-group-text { - display: flex; - align-items: center; - padding: 0.375rem 0.75rem; - margin-bottom: 0; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #495057; - text-align: center; - white-space: nowrap; - background-color: #e9ecef; - border: 1px solid #ced4da; - border-radius: 0.25rem; +.btn-info:focus, .btn-info.focus { + color: #fff; + background-color: #138496; + border-color: #117a8b; + box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); } -.input-group-lg > .form-control { - min-height: calc(1.5em + 1rem + 2px); +.btn-info:active, .btn-info.active, +.show > .btn-info.dropdown-toggle { + color: #fff; + background-color: #117a8b; + border-color: #10707f; } -.input-group-lg > .form-select { - height: calc(1.5em + 1rem + 2px); +.btn-info:active:focus, .btn-info.active:focus, +.show > .btn-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); } -.input-group-lg > .form-control, -.input-group-lg > .form-select, -.input-group-lg > .input-group-text, -.input-group-lg > .btn { - padding: 0.5rem 1rem; - font-size: 1.25rem; - border-radius: 0.3rem; +.btn-info:disabled, .btn-info.disabled { + color: #fff; + background-color: #17a2b8; + border-color: #17a2b8; } -.input-group-sm > .form-control { - min-height: calc(1.5em + 0.5rem + 2px); +.btn-warning { + color: #212529; + background-color: #ffc107; + border-color: #ffc107; } -.input-group-sm > .form-select { - height: calc(1.5em + 0.5rem + 2px); +.btn-warning:hover { + color: #212529; + background-color: #e0a800; + border-color: #d39e00; } -.input-group-sm > .form-control, -.input-group-sm > .form-select, -.input-group-sm > .input-group-text, -.input-group-sm > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; +.btn-warning:focus, .btn-warning.focus { + color: #212529; + background-color: #e0a800; + border-color: #d39e00; + box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); } -.input-group-lg > .form-select, -.input-group-sm > .form-select { - padding-right: 1.75rem; +.btn-warning:active, .btn-warning.active, +.show > .btn-warning.dropdown-toggle { + color: #212529; + background-color: #d39e00; + border-color: #c69500; } -.input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), -.input-group > .dropdown-toggle:nth-last-child(n + 3) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; +.btn-warning:active:focus, .btn-warning.active:focus, +.show > .btn-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); } -.input-group > :not(:first-child):not(.dropdown-menu) { - margin-left: -1px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; +.btn-warning:disabled, .btn-warning.disabled { + color: #212529; + background-color: #ffc107; + border-color: #ffc107; } -.valid-feedback { - display: none; - width: 100%; - margin-top: 0.25rem; - font-size: 0.875em; - color: #28a745; +.btn-danger { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; } -.valid-tooltip { - position: absolute; - top: 100%; - z-index: 5; - display: none; - max-width: 100%; - padding: 0.25rem 0.5rem; - margin-top: .1rem; - font-size: 0.875rem; +.btn-danger:hover { color: #fff; - background-color: rgba(40, 167, 69, 0.9); - border-radius: 0.25rem; + background-color: #c82333; + border-color: #bd2130; } -.was-validated :valid ~ .valid-feedback, -.was-validated :valid ~ .valid-tooltip, -.is-valid ~ .valid-feedback, -.is-valid ~ .valid-tooltip { - display: block; +.btn-danger:focus, .btn-danger.focus { + color: #fff; + background-color: #c82333; + border-color: #bd2130; + box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); } -.was-validated .form-control:valid, .form-control.is-valid { - border-color: #28a745; - padding-right: calc(1.5em + 0.75rem); - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right calc(0.375em + 0.1875rem) center; - background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +.btn-danger:active, .btn-danger.active, +.show > .btn-danger.dropdown-toggle { + color: #fff; + background-color: #bd2130; + border-color: #b21f2d; } -.was-validated .form-control:valid:focus, .form-control.is-valid:focus { - border-color: #28a745; - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +.btn-danger:active:focus, .btn-danger.active:focus, +.show > .btn-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); } -.was-validated textarea.form-control:valid, textarea.form-control.is-valid { - padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); +.btn-danger:disabled, .btn-danger.disabled { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; } -.was-validated .form-select:valid, .form-select.is-valid { - border-color: #28a745; - padding-right: calc(0.75em + 2.3125rem); - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); - background-position: right 0.75rem center, center right 1.75rem; - background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +.btn-light { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; } -.was-validated .form-select:valid:focus, .form-select.is-valid:focus { - border-color: #28a745; - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +.btn-light:hover { + color: #212529; + background-color: #e2e6ea; + border-color: #dae0e5; } -.was-validated .form-check-input:valid, .form-check-input.is-valid { - border-color: #28a745; +.btn-light:focus, .btn-light.focus { + color: #212529; + background-color: #e2e6ea; + border-color: #dae0e5; + box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); } -.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { - background-color: #34ce57; +.btn-light:active, .btn-light.active, +.show > .btn-light.dropdown-toggle { + color: #212529; + background-color: #dae0e5; + border-color: #d3d9df; } -.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +.btn-light:active:focus, .btn-light.active:focus, +.show > .btn-light.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); } -.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { - color: #28a745; +.btn-light:disabled, .btn-light.disabled { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; } -.form-check-inline .form-check-input ~ .valid-feedback { - margin-left: .5em; -} - -.was-validated .form-file-input:valid ~ .form-file-label, .form-file-input.is-valid ~ .form-file-label { - border-color: #28a745; +.btn-dark { + color: #fff; + background-color: #343a40; + border-color: #343a40; } -.was-validated .form-file-input:valid:focus ~ .form-file-label, .form-file-input.is-valid:focus ~ .form-file-label { - border-color: #28a745; - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +.btn-dark:hover { + color: #fff; + background-color: #23272b; + border-color: #1d2124; } -.invalid-feedback { - display: none; - width: 100%; - margin-top: 0.25rem; - font-size: 0.875em; - color: #dc3545; +.btn-dark:focus, .btn-dark.focus { + color: #fff; + background-color: #23272b; + border-color: #1d2124; + box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } -.invalid-tooltip { - position: absolute; - top: 100%; - z-index: 5; - display: none; - max-width: 100%; - padding: 0.25rem 0.5rem; - margin-top: .1rem; - font-size: 0.875rem; +.btn-dark:active, .btn-dark.active, +.show > .btn-dark.dropdown-toggle { color: #fff; - background-color: rgba(220, 53, 69, 0.9); - border-radius: 0.25rem; + background-color: #1d2124; + border-color: #171a1d; } -.was-validated :invalid ~ .invalid-feedback, -.was-validated :invalid ~ .invalid-tooltip, -.is-invalid ~ .invalid-feedback, -.is-invalid ~ .invalid-tooltip { - display: block; +.btn-dark:active:focus, .btn-dark.active:focus, +.show > .btn-dark.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } -.was-validated .form-control:invalid, .form-control.is-invalid { - border-color: #dc3545; - padding-right: calc(1.5em + 0.75rem); - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right calc(0.375em + 0.1875rem) center; - background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +.btn-dark:disabled, .btn-dark.disabled { + color: #fff; + background-color: #343a40; + border-color: #343a40; } -.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { - border-color: #dc3545; - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +.btn-outline-primary { + color: #0d6efd; + border-color: #0d6efd; } -.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { - padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); +.btn-outline-primary:hover { + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; } -.was-validated .form-select:invalid, .form-select.is-invalid { - border-color: #dc3545; - padding-right: calc(0.75em + 2.3125rem); - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); - background-position: right 0.75rem center, center right 1.75rem; - background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +.btn-outline-primary:focus, .btn-outline-primary.focus { + box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5); } -.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus { - border-color: #dc3545; - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +.btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show { + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; } -.was-validated .form-check-input:invalid, .form-check-input.is-invalid { - border-color: #dc3545; +.btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5); } -.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked { - background-color: #e4606d; +.btn-outline-primary:disabled, .btn-outline-primary.disabled { + color: #0d6efd; + background-color: transparent; } -.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus { - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +.btn-outline-secondary { + color: #6c757d; + border-color: #6c757d; } -.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { - color: #dc3545; +.btn-outline-secondary:hover { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; } -.form-check-inline .form-check-input ~ .invalid-feedback { - margin-left: .5em; +.btn-outline-secondary:focus, .btn-outline-secondary.focus { + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } -.was-validated .form-file-input:invalid ~ .form-file-label, .form-file-input.is-invalid ~ .form-file-label { - border-color: #dc3545; +.btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; } -.was-validated .form-file-input:invalid:focus ~ .form-file-label, .form-file-input.is-invalid:focus ~ .form-file-label { - border-color: #dc3545; - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +.btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } -.btn { - display: inline-block; - font-weight: 400; - line-height: 1.5; - color: #212529; - text-align: center; - text-decoration: none; - vertical-align: middle; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; +.btn-outline-secondary:disabled, .btn-outline-secondary.disabled { + color: #6c757d; background-color: transparent; - border: 1px solid transparent; - padding: 0.375rem 0.75rem; - font-size: 1rem; - border-radius: 0.25rem; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } -@media (prefers-reduced-motion: reduce) { - .btn { - transition: none; - } +.btn-outline-success { + color: #28a745; + border-color: #28a745; } -.btn:hover { - color: #212529; +.btn-outline-success:hover { + color: #fff; + background-color: #28a745; + border-color: #28a745; } -.btn:focus, .btn.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); +.btn-outline-success:focus, .btn-outline-success.focus { + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } -.btn:disabled, .btn.disabled, -fieldset:disabled .btn { - pointer-events: none; - opacity: 0.65; +.btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show { + color: #fff; + background-color: #28a745; + border-color: #28a745; } -.btn-primary { - color: #fff; - background-color: #0d6efd; - border-color: #0d6efd; +.btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } -.btn-primary:hover { - color: #fff; - background-color: #025ce2; - border-color: #0257d5; +.btn-outline-success:disabled, .btn-outline-success.disabled { + color: #28a745; + background-color: transparent; } -.btn-primary:focus, .btn-primary.focus { - color: #fff; - background-color: #025ce2; - border-color: #0257d5; - box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5); +.btn-outline-info { + color: #17a2b8; + border-color: #17a2b8; } -.btn-primary:active, .btn-primary.active, -.show > .btn-primary.dropdown-toggle { +.btn-outline-info:hover { color: #fff; - background-color: #0257d5; - border-color: #0252c9; + background-color: #17a2b8; + border-color: #17a2b8; } -.btn-primary:active:focus, .btn-primary.active:focus, -.show > .btn-primary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5); +.btn-outline-info:focus, .btn-outline-info.focus { + box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } -.btn-primary:disabled, .btn-primary.disabled { +.btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show { color: #fff; - background-color: #0d6efd; - border-color: #0d6efd; + background-color: #17a2b8; + border-color: #17a2b8; } -.btn-secondary { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; +.btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } -.btn-secondary:hover { - color: #fff; - background-color: #5a6268; - border-color: #545b62; +.btn-outline-info:disabled, .btn-outline-info.disabled { + color: #17a2b8; + background-color: transparent; } -.btn-secondary:focus, .btn-secondary.focus { - color: #fff; - background-color: #5a6268; - border-color: #545b62; - box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); +.btn-outline-warning { + color: #ffc107; + border-color: #ffc107; } -.btn-secondary:active, .btn-secondary.active, -.show > .btn-secondary.dropdown-toggle { - color: #fff; - background-color: #545b62; - border-color: #4e555b; +.btn-outline-warning:hover { + color: #212529; + background-color: #ffc107; + border-color: #ffc107; } -.btn-secondary:active:focus, .btn-secondary.active:focus, -.show > .btn-secondary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); +.btn-outline-warning:focus, .btn-outline-warning.focus { + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } -.btn-secondary:disabled, .btn-secondary.disabled { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; +.btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show { + color: #212529; + background-color: #ffc107; + border-color: #ffc107; } -.btn-success { - color: #fff; - background-color: #28a745; - border-color: #28a745; -} - -.btn-success:hover { - color: #fff; - background-color: #218838; - border-color: #1e7e34; -} - -.btn-success:focus, .btn-success.focus { - color: #fff; - background-color: #218838; - border-color: #1e7e34; - box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); -} - -.btn-success:active, .btn-success.active, -.show > .btn-success.dropdown-toggle { - color: #fff; - background-color: #1e7e34; - border-color: #1c7430; -} - -.btn-success:active:focus, .btn-success.active:focus, -.show > .btn-success.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); +.btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } -.btn-success:disabled, .btn-success.disabled { - color: #fff; - background-color: #28a745; - border-color: #28a745; +.btn-outline-warning:disabled, .btn-outline-warning.disabled { + color: #ffc107; + background-color: transparent; } -.btn-info { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; +.btn-outline-danger { + color: #dc3545; + border-color: #dc3545; } -.btn-info:hover { +.btn-outline-danger:hover { color: #fff; - background-color: #138496; - border-color: #117a8b; + background-color: #dc3545; + border-color: #dc3545; } -.btn-info:focus, .btn-info.focus { - color: #fff; - background-color: #138496; - border-color: #117a8b; - box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); +.btn-outline-danger:focus, .btn-outline-danger.focus { + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } -.btn-info:active, .btn-info.active, -.show > .btn-info.dropdown-toggle { +.btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show { color: #fff; - background-color: #117a8b; - border-color: #10707f; + background-color: #dc3545; + border-color: #dc3545; } -.btn-info:active:focus, .btn-info.active:focus, -.show > .btn-info.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); +.btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } -.btn-info:disabled, .btn-info.disabled { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; +.btn-outline-danger:disabled, .btn-outline-danger.disabled { + color: #dc3545; + background-color: transparent; } -.btn-warning { - color: #212529; - background-color: #ffc107; - border-color: #ffc107; +.btn-outline-light { + color: #f8f9fa; + border-color: #f8f9fa; } -.btn-warning:hover { +.btn-outline-light:hover { color: #212529; - background-color: #e0a800; - border-color: #d39e00; + background-color: #f8f9fa; + border-color: #f8f9fa; } -.btn-warning:focus, .btn-warning.focus { - color: #212529; - background-color: #e0a800; - border-color: #d39e00; - box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); +.btn-outline-light:focus, .btn-outline-light.focus { + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } -.btn-warning:active, .btn-warning.active, -.show > .btn-warning.dropdown-toggle { +.btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show { color: #212529; - background-color: #d39e00; - border-color: #c69500; + background-color: #f8f9fa; + border-color: #f8f9fa; } -.btn-warning:active:focus, .btn-warning.active:focus, -.show > .btn-warning.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); +.btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } -.btn-warning:disabled, .btn-warning.disabled { - color: #212529; - background-color: #ffc107; - border-color: #ffc107; +.btn-outline-light:disabled, .btn-outline-light.disabled { + color: #f8f9fa; + background-color: transparent; } -.btn-danger { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; +.btn-outline-dark { + color: #343a40; + border-color: #343a40; } -.btn-danger:hover { +.btn-outline-dark:hover { color: #fff; - background-color: #c82333; - border-color: #bd2130; + background-color: #343a40; + border-color: #343a40; } -.btn-danger:focus, .btn-danger.focus { - color: #fff; - background-color: #c82333; - border-color: #bd2130; - box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); +.btn-outline-dark:focus, .btn-outline-dark.focus { + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } -.btn-danger:active, .btn-danger.active, -.show > .btn-danger.dropdown-toggle { +.btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show { color: #fff; - background-color: #bd2130; - border-color: #b21f2d; + background-color: #343a40; + border-color: #343a40; } -.btn-danger:active:focus, .btn-danger.active:focus, -.show > .btn-danger.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); +.btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } -.btn-danger:disabled, .btn-danger.disabled { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; +.btn-outline-dark:disabled, .btn-outline-dark.disabled { + color: #343a40; + background-color: transparent; } -.btn-light { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; +.btn-link { + font-weight: 400; + color: #0d6efd; + text-decoration: underline; } -.btn-light:hover { - color: #212529; - background-color: #e2e6ea; - border-color: #dae0e5; +.btn-link:hover { + color: #024dbc; } -.btn-light:focus, .btn-light.focus { - color: #212529; - background-color: #e2e6ea; - border-color: #dae0e5; - box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); +.btn-link:disabled, .btn-link.disabled { + color: #6c757d; } -.btn-light:active, .btn-light.active, -.show > .btn-light.dropdown-toggle { - color: #212529; - background-color: #dae0e5; - border-color: #d3d9df; +.btn-lg, .btn-group-lg > .btn { + padding: 0.5rem 1rem; + font-size: 1.25rem; + border-radius: 0.3rem; } -.btn-light:active:focus, .btn-light.active:focus, -.show > .btn-light.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); +.btn-sm, .btn-group-sm > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + border-radius: 0.2rem; } -.btn-light:disabled, .btn-light.disabled { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; +.btn-block { + display: block; + width: 100%; } -.btn-dark { - color: #fff; - background-color: #343a40; - border-color: #343a40; +.btn-block + .btn-block { + margin-top: 0.5rem; } -.btn-dark:hover { - color: #fff; - background-color: #23272b; - border-color: #1d2124; +.fade { + transition: opacity 0.15s linear; } -.btn-dark:focus, .btn-dark.focus { - color: #fff; - background-color: #23272b; - border-color: #1d2124; - box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); +@media (prefers-reduced-motion: reduce) { + .fade { + transition: none; + } } -.btn-dark:active, .btn-dark.active, -.show > .btn-dark.dropdown-toggle { - color: #fff; - background-color: #1d2124; - border-color: #171a1d; +.fade:not(.show) { + opacity: 0; } -.btn-dark:active:focus, .btn-dark.active:focus, -.show > .btn-dark.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); +.collapse:not(.show) { + display: none; } -.btn-dark:disabled, .btn-dark.disabled { - color: #fff; - background-color: #343a40; - border-color: #343a40; +.collapsing { + height: 0; + overflow: hidden; + transition: height 0.35s ease; } -.btn-outline-primary { - color: #0d6efd; - border-color: #0d6efd; +@media (prefers-reduced-motion: reduce) { + .collapsing { + transition: none; + } } -.btn-outline-primary:hover { - color: #fff; - background-color: #0d6efd; - border-color: #0d6efd; +.dropup, +.dropright, +.dropdown, +.dropleft { + position: relative; } -.btn-outline-primary:focus, .btn-outline-primary.focus { - box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5); +.dropdown-toggle { + white-space: nowrap; } -.btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show { - color: #fff; - background-color: #0d6efd; - border-color: #0d6efd; -} - -.btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5); +.dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid; + border-right: 0.3em solid transparent; + border-bottom: 0; + border-left: 0.3em solid transparent; } -.btn-outline-primary:disabled, .btn-outline-primary.disabled { - color: #0d6efd; - background-color: transparent; +.dropdown-toggle:empty::after { + margin-left: 0; } -.btn-outline-secondary { - color: #6c757d; - border-color: #6c757d; +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + min-width: 10rem; + padding: 0.5rem 0; + margin: 0.125rem 0 0; + font-size: 1rem; + color: #212529; + text-align: left; + list-style: none; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 0.25rem; } -.btn-outline-secondary:hover { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; +.dropdown-menu-left { + right: auto; + left: 0; } -.btn-outline-secondary:focus, .btn-outline-secondary.focus { - box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); +.dropdown-menu-right { + right: 0; + left: auto; } -.btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; +@media (min-width: 576px) { + .dropdown-menu-sm-left { + right: auto; + left: 0; + } + .dropdown-menu-sm-right { + right: 0; + left: auto; + } } -.btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); +@media (min-width: 768px) { + .dropdown-menu-md-left { + right: auto; + left: 0; + } + .dropdown-menu-md-right { + right: 0; + left: auto; + } } -.btn-outline-secondary:disabled, .btn-outline-secondary.disabled { - color: #6c757d; - background-color: transparent; +@media (min-width: 992px) { + .dropdown-menu-lg-left { + right: auto; + left: 0; + } + .dropdown-menu-lg-right { + right: 0; + left: auto; + } } -.btn-outline-success { - color: #28a745; - border-color: #28a745; +@media (min-width: 1200px) { + .dropdown-menu-xl-left { + right: auto; + left: 0; + } + .dropdown-menu-xl-right { + right: 0; + left: auto; + } } -.btn-outline-success:hover { - color: #fff; - background-color: #28a745; - border-color: #28a745; +@media (min-width: 1400px) { + .dropdown-menu-xxl-left { + right: auto; + left: 0; + } + .dropdown-menu-xxl-right { + right: 0; + left: auto; + } } -.btn-outline-success:focus, .btn-outline-success.focus { - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); +.dropup .dropdown-menu { + top: auto; + bottom: 100%; + margin-top: 0; + margin-bottom: 0.125rem; } -.btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show { - color: #fff; - background-color: #28a745; - border-color: #28a745; +.dropup .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0; + border-right: 0.3em solid transparent; + border-bottom: 0.3em solid; + border-left: 0.3em solid transparent; } -.btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); +.dropup .dropdown-toggle:empty::after { + margin-left: 0; } -.btn-outline-success:disabled, .btn-outline-success.disabled { - color: #28a745; - background-color: transparent; +.dropright .dropdown-menu { + top: 0; + right: auto; + left: 100%; + margin-top: 0; + margin-left: 0.125rem; } -.btn-outline-info { - color: #17a2b8; - border-color: #17a2b8; +.dropright .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid transparent; + border-right: 0; + border-bottom: 0.3em solid transparent; + border-left: 0.3em solid; } -.btn-outline-info:hover { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; +.dropright .dropdown-toggle:empty::after { + margin-left: 0; } -.btn-outline-info:focus, .btn-outline-info.focus { - box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); +.dropright .dropdown-toggle::after { + vertical-align: 0; } -.btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; +.dropleft .dropdown-menu { + top: 0; + right: 100%; + left: auto; + margin-top: 0; + margin-right: 0.125rem; } -.btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); +.dropleft .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; } -.btn-outline-info:disabled, .btn-outline-info.disabled { - color: #17a2b8; - background-color: transparent; +.dropleft .dropdown-toggle::after { + display: none; } -.btn-outline-warning { - color: #ffc107; - border-color: #ffc107; +.dropleft .dropdown-toggle::before { + display: inline-block; + margin-right: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid transparent; + border-right: 0.3em solid; + border-bottom: 0.3em solid transparent; } -.btn-outline-warning:hover { - color: #212529; - background-color: #ffc107; - border-color: #ffc107; +.dropleft .dropdown-toggle:empty::after { + margin-left: 0; } -.btn-outline-warning:focus, .btn-outline-warning.focus { - box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); +.dropleft .dropdown-toggle::before { + vertical-align: 0; } -.btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show { - color: #212529; - background-color: #ffc107; - border-color: #ffc107; +.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] { + right: auto; + bottom: auto; } -.btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); +.dropdown-divider { + height: 0; + margin: 0.5rem 0; + overflow: hidden; + border-top: 1px solid #e9ecef; } -.btn-outline-warning:disabled, .btn-outline-warning.disabled { - color: #ffc107; +.dropdown-item { + display: block; + width: 100%; + padding: 0.25rem 1rem; + clear: both; + font-weight: 400; + color: #212529; + text-align: inherit; + text-decoration: none; + white-space: nowrap; background-color: transparent; + border: 0; } -.btn-outline-danger { - color: #dc3545; - border-color: #dc3545; +.dropdown-item:hover, .dropdown-item:focus { + color: #16181b; + background-color: #f8f9fa; } -.btn-outline-danger:hover { +.dropdown-item.active, .dropdown-item:active { color: #fff; - background-color: #dc3545; - border-color: #dc3545; + text-decoration: none; + background-color: #0d6efd; } -.btn-outline-danger:focus, .btn-outline-danger.focus { - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); +.dropdown-item.disabled, .dropdown-item:disabled { + color: #6c757d; + pointer-events: none; + background-color: transparent; } -.btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; +.dropdown-menu.show { + display: block; } -.btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); +.dropdown-header { + display: block; + padding: 0.5rem 1rem; + margin-bottom: 0; + font-size: 0.875rem; + color: #6c757d; + white-space: nowrap; } -.btn-outline-danger:disabled, .btn-outline-danger.disabled { - color: #dc3545; - background-color: transparent; +.dropdown-item-text { + display: block; + padding: 0.25rem 1rem; + color: #212529; } -.btn-outline-light { - color: #f8f9fa; - border-color: #f8f9fa; +.btn-group, +.btn-group-vertical { + position: relative; + display: inline-flex; + vertical-align: middle; } -.btn-outline-light:hover { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; +.btn-group > .btn, +.btn-group-vertical > .btn { + position: relative; + flex: 1 1 auto; } -.btn-outline-light:focus, .btn-outline-light.focus { - box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); +.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, +.btn-group-vertical > .btn:hover, +.btn-group-vertical > .btn:focus, +.btn-group-vertical > .btn:active, +.btn-group-vertical > .btn.active { + z-index: 1; } -.btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; +.btn-toolbar { + display: flex; + flex-wrap: wrap; + justify-content: flex-start; } -.btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); +.btn-toolbar .input-group { + width: auto; } -.btn-outline-light:disabled, .btn-outline-light.disabled { - color: #f8f9fa; - background-color: transparent; +.btn-group > .btn:not(:first-child), +.btn-group > .btn-group:not(:first-child) { + margin-left: -1px; } -.btn-outline-dark { - color: #343a40; - border-color: #343a40; +.btn-group > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group > .btn-group:not(:last-child) > .btn { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } -.btn-outline-dark:hover { - color: #fff; - background-color: #343a40; - border-color: #343a40; +.btn-group > .btn:not(:first-child), +.btn-group > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } -.btn-outline-dark:focus, .btn-outline-dark.focus { - box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); +.dropdown-toggle-split { + padding-right: 0.5625rem; + padding-left: 0.5625rem; } -.btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show { - color: #fff; - background-color: #343a40; - border-color: #343a40; +.dropdown-toggle-split::after, +.dropup .dropdown-toggle-split::after, +.dropright .dropdown-toggle-split::after { + margin-left: 0; } -.btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus { - box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); +.dropleft .dropdown-toggle-split::before { + margin-right: 0; } -.btn-outline-dark:disabled, .btn-outline-dark.disabled { - color: #343a40; - background-color: transparent; +.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { + padding-right: 0.375rem; + padding-left: 0.375rem; } -.btn-link { - font-weight: 400; - color: #0d6efd; - text-decoration: underline; +.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { + padding-right: 0.75rem; + padding-left: 0.75rem; } -.btn-link:hover { - color: #024dbc; +.btn-group-vertical { + flex-direction: column; + align-items: flex-start; + justify-content: center; } -.btn-link:disabled, .btn-link.disabled { - color: #6c757d; +.btn-group-vertical > .btn, +.btn-group-vertical > .btn-group { + width: 100%; } -.btn-lg, .btn-group-lg > .btn { - padding: 0.5rem 1rem; - font-size: 1.25rem; - border-radius: 0.3rem; +.btn-group-vertical > .btn:not(:first-child), +.btn-group-vertical > .btn-group:not(:first-child) { + margin-top: -1px; } -.btn-sm, .btn-group-sm > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; +.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-block { - display: block; - width: 100%; +.btn-group-vertical > .btn:not(:first-child), +.btn-group-vertical > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-top-right-radius: 0; } -.btn-block + .btn-block { - margin-top: 0.5rem; +.btn-group-toggle > .btn input[type="radio"], +.btn-group-toggle > .btn input[type="checkbox"], +.btn-group-toggle > .btn-group > .btn input[type="radio"], +.btn-group-toggle > .btn-group > .btn input[type="checkbox"] { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; } -.fade { - transition: opacity 0.15s linear; +.nav { + display: flex; + flex-wrap: wrap; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} + +.nav-link { + display: block; + padding: 0.5rem 1rem; + text-decoration: none; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { - .fade { + .nav-link { transition: none; } } -.fade:not(.show) { - opacity: 0; +.nav-link.disabled { + color: #6c757d; + pointer-events: none; + cursor: default; } -.collapse:not(.show) { - display: none; +.nav-tabs { + border-bottom: 1px solid #dee2e6; } -.collapsing { - height: 0; - overflow: hidden; - transition: height 0.35s ease; +.nav-tabs .nav-link { + margin-bottom: -1px; + border: 1px solid transparent; + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; } -@media (prefers-reduced-motion: reduce) { - .collapsing { - transition: none; - } +.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { + border-color: #e9ecef #e9ecef #dee2e6; } -.dropup, -.dropright, -.dropdown, -.dropleft { - position: relative; +.nav-tabs .nav-link.disabled { + color: #6c757d; + background-color: transparent; + border-color: transparent; } -.dropdown-toggle { - white-space: nowrap; +.nav-tabs .nav-link.active, +.nav-tabs .nav-item.show .nav-link { + color: #495057; + background-color: #fff; + border-color: #dee2e6 #dee2e6 #fff; } -.dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid; - border-right: 0.3em solid transparent; - border-bottom: 0; - border-left: 0.3em solid transparent; +.nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-left-radius: 0; + border-top-right-radius: 0; } -.dropdown-toggle:empty::after { - margin-left: 0; +.nav-pills .nav-link { + border-radius: 0.25rem; } -.dropdown-menu { - position: absolute; - top: 100%; - left: 0; - z-index: 1000; - display: none; - min-width: 10rem; - padding: 0.5rem 0; - margin: 0.125rem 0 0; - font-size: 1rem; - color: #212529; - text-align: left; - list-style: none; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; +.nav-pills .nav-link.active, +.nav-pills .show > .nav-link { + color: #fff; + background-color: #0d6efd; } -.dropdown-menu-left { - right: auto; - left: 0; +.nav-fill .nav-item { + flex: 1 1 auto; + text-align: center; } -.dropdown-menu-right { - right: 0; - left: auto; +.nav-justified .nav-item { + flex-basis: 0; + flex-grow: 1; + text-align: center; } -@media (min-width: 576px) { - .dropdown-menu-sm-left { - right: auto; - left: 0; - } - .dropdown-menu-sm-right { - right: 0; - left: auto; - } +.tab-content > .tab-pane { + display: none; } -@media (min-width: 768px) { - .dropdown-menu-md-left { - right: auto; - left: 0; - } - .dropdown-menu-md-right { - right: 0; - left: auto; - } +.tab-content > .active { + display: block; } -@media (min-width: 992px) { - .dropdown-menu-lg-left { - right: auto; - left: 0; - } - .dropdown-menu-lg-right { - right: 0; - left: auto; - } +.navbar { + position: relative; + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; + padding-top: 0.5rem; + padding-bottom: 0.5rem; } -@media (min-width: 1200px) { - .dropdown-menu-xl-left { - right: auto; - left: 0; - } - .dropdown-menu-xl-right { - right: 0; - left: auto; - } +.navbar > .container, +.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl { + display: flex; + flex-wrap: inherit; + align-items: center; + justify-content: space-between; } -.dropup .dropdown-menu { - top: auto; - bottom: 100%; - margin-top: 0; - margin-bottom: 0.125rem; +.navbar-brand { + padding-top: 0.3125rem; + padding-bottom: 0.3125rem; + margin-right: 1rem; + font-size: 1.25rem; + text-decoration: none; + white-space: nowrap; } -.dropup .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0; - border-right: 0.3em solid transparent; - border-bottom: 0.3em solid; - border-left: 0.3em solid transparent; +.navbar-nav { + display: flex; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; + list-style: none; } -.dropup .dropdown-toggle:empty::after { - margin-left: 0; +.navbar-nav .nav-link { + padding-right: 0; + padding-left: 0; } -.dropright .dropdown-menu { - top: 0; - right: auto; - left: 100%; - margin-top: 0; - margin-left: 0.125rem; +.navbar-nav .dropdown-menu { + position: static; } -.dropright .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid transparent; - border-right: 0; - border-bottom: 0.3em solid transparent; - border-left: 0.3em solid; +.navbar-text { + padding-top: 0.5rem; + padding-bottom: 0.5rem; } -.dropright .dropdown-toggle:empty::after { - margin-left: 0; +.navbar-collapse { + align-items: center; + width: 100%; } -.dropright .dropdown-toggle::after { - vertical-align: 0; +.navbar-toggler { + padding: 0.25rem 0.75rem; + font-size: 1.25rem; + line-height: 1; + background-color: transparent; + border: 1px solid transparent; + border-radius: 0.25rem; + transition: box-shadow 0.15s ease-in-out; } -.dropleft .dropdown-menu { - top: 0; - right: 100%; - left: auto; - margin-top: 0; - margin-right: 0.125rem; +@media (prefers-reduced-motion: reduce) { + .navbar-toggler { + transition: none; + } } -.dropleft .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; +.navbar-toggler:hover { + text-decoration: none; } -.dropleft .dropdown-toggle::after { - display: none; +.navbar-toggler:focus { + text-decoration: none; + outline: 0; + box-shadow: 0 0 0 0.2rem; } -.dropleft .dropdown-toggle::before { +.navbar-toggler-icon { display: inline-block; - margin-right: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid transparent; - border-right: 0.3em solid; - border-bottom: 0.3em solid transparent; + width: 1.5em; + height: 1.5em; + vertical-align: middle; + background-repeat: no-repeat; + background-position: center; + background-size: 100%; } -.dropleft .dropdown-toggle:empty::after { - margin-left: 0; +@media (min-width: 576px) { + .navbar-expand-sm { + 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: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-sm .navbar-collapse { + display: flex !important; + } + .navbar-expand-sm .navbar-toggler { + display: none; + } } -.dropleft .dropdown-toggle::before { - vertical-align: 0; +@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: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-md .navbar-collapse { + display: flex !important; + } + .navbar-expand-md .navbar-toggler { + display: none; + } } -.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] { - right: auto; - bottom: auto; +@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: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-lg .navbar-collapse { + display: flex !important; + } + .navbar-expand-lg .navbar-toggler { + display: none; + } } -.dropdown-divider { - height: 0; - margin: 0.5rem 0; - overflow: hidden; - border-top: 1px solid #e9ecef; +@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: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-xl .navbar-collapse { + display: flex !important; + } + .navbar-expand-xl .navbar-toggler { + display: none; + } } -.dropdown-item { - display: block; - width: 100%; - padding: 0.25rem 1.5rem; - clear: both; - font-weight: 400; - color: #212529; - text-align: inherit; - text-decoration: none; - white-space: nowrap; - background-color: transparent; - border: 0; +@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: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-xxl .navbar-collapse { + display: flex !important; + } + .navbar-expand-xxl .navbar-toggler { + display: none; + } } -.dropdown-item:hover, .dropdown-item:focus { - color: #16181b; - background-color: #f8f9fa; +.navbar-expand { + flex-wrap: nowrap; + justify-content: flex-start; } -.dropdown-item.active, .dropdown-item:active { - color: #fff; - text-decoration: none; - background-color: #0d6efd; +.navbar-expand .navbar-nav { + flex-direction: row; } -.dropdown-item.disabled, .dropdown-item:disabled { - color: #6c757d; - pointer-events: none; - background-color: transparent; +.navbar-expand .navbar-nav .dropdown-menu { + position: absolute; } -.dropdown-menu.show { - display: block; +.navbar-expand .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; } -.dropdown-header { - display: block; - padding: 0.5rem 1.5rem; - margin-bottom: 0; - font-size: 0.875rem; - color: #6c757d; - white-space: nowrap; +.navbar-expand .navbar-collapse { + display: flex !important; } -.dropdown-item-text { - display: block; - padding: 0.25rem 1.5rem; - color: #212529; +.navbar-expand .navbar-toggler { + display: none; } -.btn-group, -.btn-group-vertical { - position: relative; - display: inline-flex; - vertical-align: middle; +.navbar-light .navbar-brand { + color: rgba(0, 0, 0, 0.9); } -.btn-group > .btn, -.btn-group-vertical > .btn { - position: relative; - flex: 1 1 auto; +.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { + color: rgba(0, 0, 0, 0.9); } -.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, -.btn-group-vertical > .btn:hover, -.btn-group-vertical > .btn:focus, -.btn-group-vertical > .btn:active, -.btn-group-vertical > .btn.active { - z-index: 1; +.navbar-light .navbar-nav .nav-link { + color: rgba(0, 0, 0, 0.55); } -.btn-toolbar { - display: flex; - flex-wrap: wrap; - justify-content: flex-start; +.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { + color: rgba(0, 0, 0, 0.7); } -.btn-toolbar .input-group { - width: auto; +.navbar-light .navbar-nav .nav-link.disabled { + color: rgba(0, 0, 0, 0.3); } -.btn-group > .btn:not(:first-child), -.btn-group > .btn-group:not(:first-child) { - margin-left: -1px; +.navbar-light .navbar-nav .show > .nav-link, +.navbar-light .navbar-nav .active > .nav-link, +.navbar-light .navbar-nav .nav-link.show, +.navbar-light .navbar-nav .nav-link.active { + color: rgba(0, 0, 0, 0.9); } -.btn-group > .btn:not(:last-child):not(.dropdown-toggle), -.btn-group > .btn-group:not(:last-child) > .btn { - border-top-right-radius: 0; - border-bottom-right-radius: 0; +.navbar-light .navbar-toggler { + color: rgba(0, 0, 0, 0.55); + border-color: rgba(0, 0, 0, 0.1); } -.btn-group > .btn:not(:first-child), -.btn-group > .btn-group:not(:first-child) > .btn { - border-top-left-radius: 0; - border-bottom-left-radius: 0; +.navbar-light .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } -.dropdown-toggle-split { - padding-right: 0.5625rem; - padding-left: 0.5625rem; +.navbar-light .navbar-text { + color: rgba(0, 0, 0, 0.55); } -.dropdown-toggle-split::after, -.dropup .dropdown-toggle-split::after, -.dropright .dropdown-toggle-split::after { - margin-left: 0; +.navbar-light .navbar-text a, +.navbar-light .navbar-text a:hover, +.navbar-light .navbar-text a:focus { + color: rgba(0, 0, 0, 0.9); } -.dropleft .dropdown-toggle-split::before { - margin-right: 0; +.navbar-dark .navbar-brand { + color: #fff; } -.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { - padding-right: 0.375rem; - padding-left: 0.375rem; +.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { + color: #fff; } -.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { - padding-right: 0.75rem; - padding-left: 0.75rem; +.navbar-dark .navbar-nav .nav-link { + color: rgba(255, 255, 255, 0.55); } -.btn-group-vertical { - flex-direction: column; - align-items: flex-start; - justify-content: center; +.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { + color: rgba(255, 255, 255, 0.75); } -.btn-group-vertical > .btn, -.btn-group-vertical > .btn-group { - width: 100%; +.navbar-dark .navbar-nav .nav-link.disabled { + color: rgba(255, 255, 255, 0.25); } -.btn-group-vertical > .btn:not(:first-child), -.btn-group-vertical > .btn-group:not(:first-child) { - margin-top: -1px; +.navbar-dark .navbar-nav .show > .nav-link, +.navbar-dark .navbar-nav .active > .nav-link, +.navbar-dark .navbar-nav .nav-link.show, +.navbar-dark .navbar-nav .nav-link.active { + color: #fff; } -.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; +.navbar-dark .navbar-toggler { + color: rgba(255, 255, 255, 0.55); + border-color: rgba(255, 255, 255, 0.1); } -.btn-group-vertical > .btn:not(:first-child), -.btn-group-vertical > .btn-group:not(:first-child) > .btn { - border-top-left-radius: 0; - border-top-right-radius: 0; +.navbar-dark .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } -.btn-group-toggle > .btn, -.btn-group-toggle > .btn-group > .btn { - margin-bottom: 0; +.navbar-dark .navbar-text { + color: rgba(255, 255, 255, 0.55); } -.btn-group-toggle > .btn input[type="radio"], -.btn-group-toggle > .btn input[type="checkbox"], -.btn-group-toggle > .btn-group > .btn input[type="radio"], -.btn-group-toggle > .btn-group > .btn input[type="checkbox"] { - position: absolute; - clip: rect(0, 0, 0, 0); - pointer-events: none; +.navbar-dark .navbar-text a, +.navbar-dark .navbar-text a:hover, +.navbar-dark .navbar-text a:focus { + color: #fff; } -.nav { +.card { + position: relative; display: flex; - flex-wrap: wrap; - padding-left: 0; - margin-bottom: 0; - list-style: none; + flex-direction: column; + min-width: 0; + word-wrap: break-word; + background-color: #fff; + background-clip: border-box; + border: 1px solid rgba(0, 0, 0, 0.125); + border-radius: 0.25rem; } -.nav-link { - display: block; - padding: 0.5rem 1rem; - text-decoration: none; +.card > hr { + margin-right: 0; + margin-left: 0; } -.nav-link.disabled { - color: #6c757d; - pointer-events: none; - cursor: default; +.card > .list-group { + border-top: inherit; + border-bottom: inherit; } -.nav-tabs { - border-bottom: 1px solid #dee2e6; +.card > .list-group:first-child { + border-top-width: 0; + border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); } -.nav-tabs .nav-link { - margin-bottom: -1px; - border: 1px solid transparent; - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; +.card > .list-group:last-child { + border-bottom-width: 0; + border-bottom-right-radius: calc(0.25rem - 1px); + border-bottom-left-radius: calc(0.25rem - 1px); } -.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { - border-color: #e9ecef #e9ecef #dee2e6; +.card-body { + flex: 1 1 auto; + padding: 1rem 1rem; } -.nav-tabs .nav-link.disabled { - color: #6c757d; - background-color: transparent; - border-color: transparent; +.card-title { + margin-bottom: 0.5rem; } -.nav-tabs .nav-link.active, -.nav-tabs .nav-item.show .nav-link { - color: #495057; - background-color: #fff; - border-color: #dee2e6 #dee2e6 #fff; +.card-subtitle { + margin-top: -0.25rem; + margin-bottom: 0; } -.nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-left-radius: 0; - border-top-right-radius: 0; +.card-text:last-child { + margin-bottom: 0; } -.nav-pills .nav-link { - border-radius: 0.25rem; +.card-link:hover { + text-decoration: none; } -.nav-pills .nav-link.active, -.nav-pills .show > .nav-link { - color: #fff; - background-color: #0d6efd; +.card-link + .card-link { + margin-left: 1rem; } -.nav-fill .nav-item { - flex: 1 1 auto; - text-align: center; -} - -.nav-justified .nav-item { - flex-basis: 0; - flex-grow: 1; - text-align: center; -} - -.tab-content > .tab-pane { - display: none; -} - -.tab-content > .active { - display: block; -} - -.navbar { - position: relative; - display: flex; - flex-wrap: wrap; - align-items: center; - justify-content: space-between; - padding-top: 0.5rem; - padding-bottom: 0.5rem; +.card-header { + padding: 0.5rem 1rem; + margin-bottom: 0; + background-color: rgba(0, 0, 0, 0.03); + border-bottom: 1px solid rgba(0, 0, 0, 0.125); } -.navbar > .container, -.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl { - display: flex; - flex-wrap: inherit; - align-items: center; - justify-content: space-between; +.card-header:first-child { + border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } -.navbar-brand { - padding-top: 0.3125rem; - padding-bottom: 0.3125rem; - margin-right: 1rem; - font-size: 1.25rem; - white-space: nowrap; +.card-header + .list-group .list-group-item:first-child { + border-top: 0; } -.navbar-brand:hover, .navbar-brand:focus { - text-decoration: none; +.card-footer { + padding: 0.5rem 1rem; + background-color: rgba(0, 0, 0, 0.03); + border-top: 1px solid rgba(0, 0, 0, 0.125); } -.navbar-nav { - display: flex; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; - list-style: none; +.card-footer:last-child { + border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); } -.navbar-nav .nav-link { - padding-right: 0; - padding-left: 0; +.card-header-tabs { + margin-right: -0.5rem; + margin-bottom: -0.5rem; + margin-left: -0.5rem; + border-bottom: 0; } -.navbar-nav .dropdown-menu { - position: static; +.card-header-pills { + margin-right: -0.5rem; + margin-left: -0.5rem; } -.navbar-text { - padding-top: 0.5rem; - padding-bottom: 0.5rem; +.card-img-overlay { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + padding: 1rem; } -.navbar-collapse { - align-items: center; +.card-img, +.card-img-top, +.card-img-bottom { width: 100%; } -.navbar-toggler { - padding: 0.25rem 0.75rem; - font-size: 1.25rem; - line-height: 1; - background-color: transparent; - border: 1px solid transparent; - border-radius: 0.25rem; - transition: box-shadow 0.15s ease-in-out; -} - -@media (prefers-reduced-motion: reduce) { - .navbar-toggler { - transition: none; - } -} - -.navbar-toggler:hover { - text-decoration: none; +.card-img, +.card-img-top { + border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); } -.navbar-toggler:focus { - text-decoration: none; - outline: 0; - box-shadow: 0 0 0 0.2rem; +.card-img, +.card-img-bottom { + border-bottom-right-radius: calc(0.25rem - 1px); + border-bottom-left-radius: calc(0.25rem - 1px); } -.navbar-toggler-icon { - display: inline-block; - width: 1.5em; - height: 1.5em; - vertical-align: middle; - background-repeat: no-repeat; - background-position: center; - background-size: 100%; +.card-group > .card { + margin-bottom: 0.75rem; } @media (min-width: 576px) { - .navbar-expand-sm { - 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: 0.5rem; - padding-left: 0.5rem; + .card-group { + display: flex; + flex-flow: row wrap; } - .navbar-expand-sm .navbar-collapse { - display: flex !important; + .card-group > .card { + flex: 1 0 0%; + margin-bottom: 0; } - .navbar-expand-sm .navbar-toggler { - display: none; + .card-group > .card + .card { + margin-left: 0; + border-left: 0; } -} - -@media (min-width: 768px) { - .navbar-expand-md { - flex-wrap: nowrap; - justify-content: flex-start; + .card-group > .card:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } - .navbar-expand-md .navbar-nav { - flex-direction: row; + .card-group > .card:not(:last-child) .card-img-top, + .card-group > .card:not(:last-child) .card-header { + border-top-right-radius: 0; } - .navbar-expand-md .navbar-nav .dropdown-menu { - position: absolute; + .card-group > .card:not(:last-child) .card-img-bottom, + .card-group > .card:not(:last-child) .card-footer { + border-bottom-right-radius: 0; } - .navbar-expand-md .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; + .card-group > .card:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } - .navbar-expand-md .navbar-collapse { - display: flex !important; + .card-group > .card:not(:first-child) .card-img-top, + .card-group > .card:not(:first-child) .card-header { + border-top-left-radius: 0; } - .navbar-expand-md .navbar-toggler { - display: none; + .card-group > .card:not(:first-child) .card-img-bottom, + .card-group > .card:not(:first-child) .card-footer { + border-bottom-left-radius: 0; } } -@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: 0.5rem; - padding-left: 0.5rem; - } - .navbar-expand-lg .navbar-collapse { - display: flex !important; - } - .navbar-expand-lg .navbar-toggler { - display: none; - } +.accordion > .card { + overflow: hidden; } -@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: 0.5rem; - padding-left: 0.5rem; - } - .navbar-expand-xl .navbar-collapse { - display: flex !important; - } - .navbar-expand-xl .navbar-toggler { - display: none; - } +.accordion > .card:not(:last-of-type) { + border-bottom: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } -.navbar-expand { - flex-wrap: nowrap; - justify-content: flex-start; +.accordion > .card:not(:first-of-type) { + border-top-left-radius: 0; + border-top-right-radius: 0; } -.navbar-expand .navbar-nav { - flex-direction: row; +.accordion > .card > .card-header { + border-radius: 0; + margin-bottom: -1px; } -.navbar-expand .navbar-nav .dropdown-menu { - position: absolute; +.breadcrumb { + display: flex; + flex-wrap: wrap; + padding: 0.5rem 1rem; + margin-bottom: 1rem; + list-style: none; + background-color: #e9ecef; + border-radius: 0.25rem; } -.navbar-expand .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; +.breadcrumb-item { + display: flex; } -.navbar-expand .navbar-collapse { - display: flex !important; +.breadcrumb-item + .breadcrumb-item { + padding-left: 0.5rem; } -.navbar-expand .navbar-toggler { - display: none; +.breadcrumb-item + .breadcrumb-item::before { + display: inline-block; + padding-right: 0.5rem; + color: #6c757d; + content: "/"; } -.navbar-light .navbar-brand { - color: rgba(0, 0, 0, 0.9); +.breadcrumb-item.active { + color: #6c757d; } -.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { - color: rgba(0, 0, 0, 0.9); +.pagination { + display: flex; + padding-left: 0; + list-style: none; } -.navbar-light .navbar-nav .nav-link { - color: rgba(0, 0, 0, 0.55); +.page-link { + position: relative; + display: block; + color: #0d6efd; + text-decoration: none; + background-color: #fff; + border: 1px solid #dee2e6; } -.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { - color: rgba(0, 0, 0, 0.7); +.page-link:hover { + z-index: 2; + color: #024dbc; + background-color: #e9ecef; + border-color: #dee2e6; } -.navbar-light .navbar-nav .nav-link.disabled { - color: rgba(0, 0, 0, 0.3); +.page-link:focus { + z-index: 3; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); } -.navbar-light .navbar-nav .show > .nav-link, -.navbar-light .navbar-nav .active > .nav-link, -.navbar-light .navbar-nav .nav-link.show, -.navbar-light .navbar-nav .nav-link.active { - color: rgba(0, 0, 0, 0.9); +.page-item:not(:first-child) .page-link { + margin-left: -1px; } -.navbar-light .navbar-toggler { - color: rgba(0, 0, 0, 0.55); - border-color: rgba(0, 0, 0, 0.1); +.page-item.active .page-link { + z-index: 3; + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; } -.navbar-light .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +.page-item.disabled .page-link { + color: #6c757d; + pointer-events: none; + background-color: #fff; + border-color: #dee2e6; } -.navbar-light .navbar-text { - color: rgba(0, 0, 0, 0.55); +.page-link { + padding: 0.375rem 0.75rem; } -.navbar-light .navbar-text a, -.navbar-light .navbar-text a:hover, -.navbar-light .navbar-text a:focus { - color: rgba(0, 0, 0, 0.9); +.page-item:first-child .page-link { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; } -.navbar-dark .navbar-brand { - color: #fff; +.page-item:last-child .page-link { + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; } -.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { - color: #fff; +.pagination-lg .page-link { + padding: 0.75rem 1.5rem; + font-size: 1.25rem; } -.navbar-dark .navbar-nav .nav-link { - color: rgba(255, 255, 255, 0.55); +.pagination-lg .page-item:first-child .page-link { + border-top-left-radius: 0.3rem; + border-bottom-left-radius: 0.3rem; } -.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { - color: rgba(255, 255, 255, 0.75); +.pagination-lg .page-item:last-child .page-link { + border-top-right-radius: 0.3rem; + border-bottom-right-radius: 0.3rem; } -.navbar-dark .navbar-nav .nav-link.disabled { - color: rgba(255, 255, 255, 0.25); +.pagination-sm .page-link { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; } -.navbar-dark .navbar-nav .show > .nav-link, -.navbar-dark .navbar-nav .active > .nav-link, -.navbar-dark .navbar-nav .nav-link.show, -.navbar-dark .navbar-nav .nav-link.active { - color: #fff; +.pagination-sm .page-item:first-child .page-link { + border-top-left-radius: 0.2rem; + border-bottom-left-radius: 0.2rem; } -.navbar-dark .navbar-toggler { - color: rgba(255, 255, 255, 0.55); - border-color: rgba(255, 255, 255, 0.1); +.pagination-sm .page-item:last-child .page-link { + border-top-right-radius: 0.2rem; + border-bottom-right-radius: 0.2rem; } -.navbar-dark .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +.badge { + display: inline-block; + padding: 0.25em 0.5em; + font-size: 0.75em; + font-weight: 700; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: 0.25rem; } -.navbar-dark .navbar-text { - color: rgba(255, 255, 255, 0.55); +.badge:empty { + display: none; } -.navbar-dark .navbar-text a, -.navbar-dark .navbar-text a:hover, -.navbar-dark .navbar-text a:focus { - color: #fff; +.btn .badge { + position: relative; + top: -1px; } -.card { +.alert { position: relative; - display: flex; - flex-direction: column; - min-width: 0; - word-wrap: break-word; - background-color: #fff; - background-clip: border-box; - border: 1px solid rgba(0, 0, 0, 0.125); + padding: 1rem 1rem; + margin-bottom: 1rem; + border: 1px solid transparent; border-radius: 0.25rem; } -.card > hr { - margin-right: 0; - margin-left: 0; +.alert-heading { + color: inherit; } -.card > .list-group:first-child .list-group-item:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; +.alert-link { + font-weight: 700; } -.card > .list-group:last-child .list-group-item:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; +.alert-dismissible { + padding-right: 3.5rem; } -.card-body { - flex: 1 1 auto; - padding: 1.25rem 1.25rem; +.alert-dismissible .close { + position: absolute; + top: 0; + right: 0; + padding: 1rem 1rem; + color: inherit; } -.card-title { - margin-bottom: 0.75rem; +.alert-primary { + color: #073984; + background-color: #cfe2ff; + border-color: #bbd6fe; } -.card-subtitle { - margin-top: -0.375rem; - margin-bottom: 0; +.alert-primary .alert-link { + color: #042454; } -.card-text:last-child { - margin-bottom: 0; +.alert-secondary { + color: #383d41; + background-color: #e2e3e5; + border-color: #d6d8db; } -.card-link:hover { - text-decoration: none; +.alert-secondary .alert-link { + color: #202326; } -.card-link + .card-link { - margin-left: 1.25rem; +.alert-success { + color: #155724; + background-color: #d4edda; + border-color: #c3e6cb; } -.card-header { - padding: 0.75rem 1.25rem; - margin-bottom: 0; - background-color: rgba(0, 0, 0, 0.03); - border-bottom: 1px solid rgba(0, 0, 0, 0.125); +.alert-success .alert-link { + color: #0b2e13; } -.card-header:first-child { - border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; +.alert-info { + color: #0c5460; + background-color: #d1ecf1; + border-color: #bee5eb; } -.card-header + .list-group .list-group-item:first-child { - border-top: 0; +.alert-info .alert-link { + color: #062c33; } -.card-footer { - padding: 0.75rem 1.25rem; - background-color: rgba(0, 0, 0, 0.03); - border-top: 1px solid rgba(0, 0, 0, 0.125); +.alert-warning { + color: #856404; + background-color: #fff3cd; + border-color: #ffeeba; } -.card-footer:last-child { - border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); +.alert-warning .alert-link { + color: #533f03; } -.card-header-tabs { - margin-right: -0.625rem; - margin-bottom: -0.75rem; - margin-left: -0.625rem; - border-bottom: 0; +.alert-danger { + color: #721c24; + background-color: #f8d7da; + border-color: #f5c6cb; } -.card-header-pills { - margin-right: -0.625rem; - margin-left: -0.625rem; +.alert-danger .alert-link { + color: #491217; } -.card-img-overlay { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - padding: 1.25rem; +.alert-light { + color: #818182; + background-color: #fefefe; + border-color: #fdfdfe; } -.card-img, -.card-img-top, -.card-img-bottom { - width: 100%; +.alert-light .alert-link { + color: #686868; } -.card-img, -.card-img-top { - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); -} - -.card-img, -.card-img-bottom { - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); +.alert-dark { + color: #1b1e21; + background-color: #d6d8d9; + border-color: #c6c8ca; } -.card-group > .card { - margin-bottom: 0.75rem; +.alert-dark .alert-link { + color: #040505; } -@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; +@-webkit-keyframes progress-bar-stripes { + 0% { + background-position-x: 1rem; } - .card-group > .card:not(:first-child) .card-img-bottom, - .card-group > .card:not(:first-child) .card-footer { - border-bottom-left-radius: 0; +} + +@keyframes progress-bar-stripes { + 0% { + background-position-x: 1rem; } } -.accordion > .card { +.progress { + display: flex; + height: 1rem; overflow: hidden; + font-size: 0.75rem; + background-color: #e9ecef; + border-radius: 0.25rem; } -.accordion > .card:not(:last-of-type) { - border-bottom: 0; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; +.progress-bar { + display: flex; + flex-direction: column; + justify-content: center; + overflow: hidden; + color: #fff; + text-align: center; + white-space: nowrap; + background-color: #0d6efd; + transition: width 0.6s ease; } -.accordion > .card:not(:first-of-type) { - border-top-left-radius: 0; - border-top-right-radius: 0; +@media (prefers-reduced-motion: reduce) { + .progress-bar { + transition: none; + } } -.accordion > .card > .card-header { - border-radius: 0; - margin-bottom: -1px; +.progress-bar-striped { + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-size: 1rem 1rem; } -.breadcrumb { - display: flex; - flex-wrap: wrap; - padding: 0.75rem 1rem; - margin-bottom: 1rem; - list-style: none; - background-color: #e9ecef; - border-radius: 0.25rem; +.progress-bar-animated { + -webkit-animation: progress-bar-stripes 1s linear infinite; + animation: progress-bar-stripes 1s linear infinite; } -.breadcrumb-item { - display: flex; +@media (prefers-reduced-motion: reduce) { + .progress-bar-animated { + -webkit-animation: none; + animation: none; + } } -.breadcrumb-item + .breadcrumb-item { - padding-left: 0.5rem; +.list-group { + display: flex; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; + border-radius: 0.25rem; } -.breadcrumb-item + .breadcrumb-item::before { - display: inline-block; - padding-right: 0.5rem; - color: #6c757d; - content: "/"; +.list-group-item-action { + width: 100%; + color: #495057; + text-align: inherit; } -.breadcrumb-item.active { - color: #6c757d; +.list-group-item-action:hover, .list-group-item-action:focus { + z-index: 1; + color: #495057; + text-decoration: none; + background-color: #f8f9fa; } -.pagination { - display: flex; - padding-left: 0; - list-style: none; +.list-group-item-action:active { + color: #212529; + background-color: #e9ecef; } -.page-link { +.list-group-item { position: relative; display: block; - color: #0d6efd; + padding: 0.5rem 1rem; text-decoration: none; background-color: #fff; - border: 1px solid #dee2e6; + border: 1px solid rgba(0, 0, 0, 0.125); } -.page-link:hover { - z-index: 2; - color: #024dbc; - background-color: #e9ecef; - border-color: #dee2e6; +.list-group-item:first-child { + border-top-left-radius: inherit; + border-top-right-radius: inherit; } -.page-link:focus { - z-index: 3; - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); +.list-group-item:last-child { + border-bottom-right-radius: inherit; + border-bottom-left-radius: inherit; } -.page-item:not(:first-child) .page-link { - margin-left: -1px; +.list-group-item.disabled, .list-group-item:disabled { + color: #6c757d; + pointer-events: none; + background-color: #fff; } -.page-item.active .page-link { - z-index: 3; +.list-group-item.active { + z-index: 2; color: #fff; background-color: #0d6efd; border-color: #0d6efd; } -.page-item.disabled .page-link { - color: #6c757d; - pointer-events: none; - background-color: #fff; - border-color: #dee2e6; +.list-group-item + .list-group-item { + border-top-width: 0; } -.page-link { - padding: 0.375rem 0.75rem; +.list-group-item + .list-group-item.active { + margin-top: -1px; + border-top-width: 1px; } -.page-item:first-child .page-link { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; +.list-group-horizontal { + flex-direction: row; } -.page-item:last-child .page-link { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; +.list-group-horizontal > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; } -.pagination-lg .page-link { - padding: 0.75rem 1.5rem; - font-size: 1.25rem; +.list-group-horizontal > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; } -.pagination-lg .page-item:first-child .page-link { - border-top-left-radius: 0.3rem; - border-bottom-left-radius: 0.3rem; +.list-group-horizontal > .list-group-item.active { + margin-top: 0; } -.pagination-lg .page-item:last-child .page-link { - border-top-right-radius: 0.3rem; - border-bottom-right-radius: 0.3rem; +.list-group-horizontal > .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; } -.pagination-sm .page-link { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; +.list-group-horizontal > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; } -.pagination-sm .page-item:first-child .page-link { - border-top-left-radius: 0.2rem; - border-bottom-left-radius: 0.2rem; +@media (min-width: 576px) { + .list-group-horizontal-sm { + flex-direction: row; + } + .list-group-horizontal-sm > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-sm > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + 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: 1px; + border-left-width: 0; + } + .list-group-horizontal-sm > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } } -.pagination-sm .page-item:last-child .page-link { - border-top-right-radius: 0.2rem; - border-bottom-right-radius: 0.2rem; +@media (min-width: 768px) { + .list-group-horizontal-md { + flex-direction: row; + } + .list-group-horizontal-md > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-md > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + 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: 1px; + border-left-width: 0; + } + .list-group-horizontal-md > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } } -.badge { - display: inline-block; - padding: 0.25em 0.5em; - font-size: 0.75em; - font-weight: 700; - line-height: 1; - color: #fff; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: 0.25rem; +@media (min-width: 992px) { + .list-group-horizontal-lg { + flex-direction: row; + } + .list-group-horizontal-lg > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-lg > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + 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: 1px; + border-left-width: 0; + } + .list-group-horizontal-lg > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } } -.badge:empty { - display: none; +@media (min-width: 1200px) { + .list-group-horizontal-xl { + flex-direction: row; + } + .list-group-horizontal-xl > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-xl > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + 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: 1px; + border-left-width: 0; + } + .list-group-horizontal-xl > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } } -.btn .badge { - position: relative; - top: -1px; +@media (min-width: 1400px) { + .list-group-horizontal-xxl { + flex-direction: row; + } + .list-group-horizontal-xxl > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-xxl > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + 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: 1px; + border-left-width: 0; + } + .list-group-horizontal-xxl > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } } -.alert { - position: relative; - padding: 0.75rem 1.25rem; - margin-bottom: 1rem; - border: 1px solid transparent; - border-radius: 0.25rem; +.list-group-flush { + border-radius: 0; } -.alert-heading { - color: inherit; +.list-group-flush > .list-group-item { + border-width: 0 0 1px; } -.alert-link { - font-weight: 700; +.list-group-flush > .list-group-item:last-child { + border-bottom-width: 0; } -.alert-dismissible { - padding-right: 4rem; +.list-group-item-primary { + color: #073984; + background-color: #bbd6fe; } -.alert-dismissible .close { - position: absolute; - top: 0; - right: 0; - padding: 0.75rem 1.25rem; - color: inherit; +.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { + color: #073984; + background-color: #a2c7fe; } -.alert-primary { - color: #073984; - background-color: #cfe2ff; - border-color: #bbd6fe; +.list-group-item-primary.list-group-item-action.active { + color: #fff; + background-color: #073984; + border-color: #073984; } -.alert-primary .alert-link { - color: #042454; +.list-group-item-secondary { + color: #383d41; + background-color: #d6d8db; } -.alert-secondary { +.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #383d41; - background-color: #e2e3e5; - border-color: #d6d8db; + background-color: #c8cbcf; } -.alert-secondary .alert-link { - color: #202326; +.list-group-item-secondary.list-group-item-action.active { + color: #fff; + background-color: #383d41; + border-color: #383d41; } -.alert-success { +.list-group-item-success { color: #155724; - background-color: #d4edda; - border-color: #c3e6cb; + background-color: #c3e6cb; } -.alert-success .alert-link { - color: #0b2e13; +.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { + color: #155724; + background-color: #b1dfbb; } -.alert-info { +.list-group-item-success.list-group-item-action.active { + color: #fff; + background-color: #155724; + border-color: #155724; +} + +.list-group-item-info { color: #0c5460; - background-color: #d1ecf1; - border-color: #bee5eb; + background-color: #bee5eb; } -.alert-info .alert-link { - color: #062c33; +.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { + color: #0c5460; + background-color: #abdde5; } -.alert-warning { +.list-group-item-info.list-group-item-action.active { + color: #fff; + background-color: #0c5460; + border-color: #0c5460; +} + +.list-group-item-warning { color: #856404; - background-color: #fff3cd; - border-color: #ffeeba; + background-color: #ffeeba; } -.alert-warning .alert-link { - color: #533f03; +.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { + color: #856404; + background-color: #ffe8a1; } -.alert-danger { - color: #721c24; - background-color: #f8d7da; - border-color: #f5c6cb; +.list-group-item-warning.list-group-item-action.active { + color: #fff; + background-color: #856404; + border-color: #856404; } -.alert-danger .alert-link { - color: #491217; +.list-group-item-danger { + color: #721c24; + background-color: #f5c6cb; } -.alert-light { - color: #818182; - background-color: #fefefe; - border-color: #fdfdfe; +.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { + color: #721c24; + background-color: #f1b0b7; } -.alert-light .alert-link { - color: #686868; +.list-group-item-danger.list-group-item-action.active { + color: #fff; + background-color: #721c24; + border-color: #721c24; } -.alert-dark { - color: #1b1e21; - background-color: #d6d8d9; - border-color: #c6c8ca; +.list-group-item-light { + color: #818182; + background-color: #fdfdfe; } -.alert-dark .alert-link { - color: #040505; +.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { + color: #818182; + background-color: #ececf6; } -@-webkit-keyframes progress-bar-stripes { - 0% { - background-position-x: 1rem; - } +.list-group-item-light.list-group-item-action.active { + color: #fff; + background-color: #818182; + border-color: #818182; } -@keyframes progress-bar-stripes { - 0% { - background-position-x: 1rem; - } +.list-group-item-dark { + color: #1b1e21; + background-color: #c6c8ca; } -.progress { - display: flex; - height: 1rem; - overflow: hidden; - font-size: 0.75rem; - background-color: #e9ecef; - border-radius: 0.25rem; +.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { + color: #1b1e21; + background-color: #b9bbbe; } -.progress-bar { - display: flex; - flex-direction: column; - justify-content: center; - overflow: hidden; +.list-group-item-dark.list-group-item-action.active { color: #fff; - text-align: center; - white-space: nowrap; - background-color: #0d6efd; - transition: width 0.6s ease; + background-color: #1b1e21; + border-color: #1b1e21; } -@media (prefers-reduced-motion: reduce) { - .progress-bar { - transition: none; +.close { + font-size: calc(1.275rem + 0.3vw); + font-weight: 700; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + opacity: .5; +} + +@media (min-width: 1200px) { + .close { + font-size: 1.5rem; } } -.progress-bar-striped { - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-size: 1rem 1rem; +.close:hover { + color: #000; + text-decoration: none; } -.progress-bar-animated { - -webkit-animation: progress-bar-stripes 1s linear infinite; - animation: progress-bar-stripes 1s linear infinite; +.close:hover, .close:focus { + opacity: .75; } -@media (prefers-reduced-motion: reduce) { - .progress-bar-animated { - -webkit-animation: none; - animation: none; - } +.close:disabled, .close.disabled { + pointer-events: none; } -.list-group { - display: flex; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; +button.close { + padding: 0; + background-color: transparent; + border: 0; } -.list-group-item-action { - width: 100%; - color: #495057; - text-align: inherit; +.toast { + max-width: 350px; + overflow: hidden; + font-size: 0.875rem; + background-color: rgba(255, 255, 255, 0.85); + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.1); + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); + -webkit-backdrop-filter: blur(10px); + backdrop-filter: blur(10px); + opacity: 0; + border-radius: 0.25rem; } -.list-group-item-action:hover, .list-group-item-action:focus { - z-index: 1; - color: #495057; - text-decoration: none; - background-color: #f8f9fa; +.toast:not(:last-child) { + margin-bottom: 0.75rem; } -.list-group-item-action:active { - color: #212529; - background-color: #e9ecef; +.toast.showing { + opacity: 1; } -.list-group-item { - position: relative; +.toast.show { display: block; - padding: 0.75rem 1.25rem; - margin-bottom: 0; - text-decoration: none; - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.125); -} - -.list-group-item:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; + opacity: 1; } -.list-group-item:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; +.toast.hide { + display: none; } -.list-group-item.disabled, .list-group-item:disabled { +.toast-header { + display: flex; + align-items: center; + padding: 0.25rem 0.75rem; color: #6c757d; - pointer-events: none; - background-color: #fff; + background-color: rgba(255, 255, 255, 0.85); + background-clip: padding-box; + border-bottom: 1px solid rgba(0, 0, 0, 0.05); } -.list-group-item.active { - z-index: 2; - color: #fff; - background-color: #0d6efd; - border-color: #0d6efd; +.toast-body { + padding: 0.75rem; } -.list-group-item + .list-group-item { - border-top-width: 0; +.modal-open { + overflow: hidden; } -.list-group-item + .list-group-item.active { - margin-top: -1px; - border-top-width: 1px; +.modal-open .modal { + overflow-x: hidden; + overflow-y: auto; } -.list-group-horizontal { - flex-direction: row; +.modal { + position: fixed; + top: 0; + left: 0; + z-index: 1050; + display: none; + width: 100%; + height: 100%; + overflow: hidden; + outline: 0; } -.list-group-horizontal .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; +.modal-dialog { + position: relative; + width: auto; + margin: 0.5rem; + pointer-events: none; } -.list-group-horizontal .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; +.modal.fade .modal-dialog { + transition: transform 0.3s ease-out; + transform: translate(0, -50px); } -.list-group-horizontal .list-group-item.active { - margin-top: 0; +@media (prefers-reduced-motion: reduce) { + .modal.fade .modal-dialog { + transition: none; + } } -.list-group-horizontal .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; +.modal.show .modal-dialog { + transform: none; } -.list-group-horizontal .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; +.modal.modal-static .modal-dialog { + transform: scale(1.02); } -@media (min-width: 576px) { - .list-group-horizontal-sm { - flex-direction: row; - } - .list-group-horizontal-sm .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - .list-group-horizontal-sm .list-group-item:last-child { - border-top-right-radius: 0.25rem; - 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: 1px; - border-left-width: 0; - } - .list-group-horizontal-sm .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } +.modal-dialog-scrollable { + max-height: calc(100% - 1rem); } -@media (min-width: 768px) { - .list-group-horizontal-md { - flex-direction: row; - } - .list-group-horizontal-md .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - .list-group-horizontal-md .list-group-item:last-child { - border-top-right-radius: 0.25rem; - 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: 1px; - border-left-width: 0; - } - .list-group-horizontal-md .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } +.modal-dialog-scrollable .modal-content { + overflow: hidden; } -@media (min-width: 992px) { - .list-group-horizontal-lg { - flex-direction: row; - } - .list-group-horizontal-lg .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - .list-group-horizontal-lg .list-group-item:last-child { - border-top-right-radius: 0.25rem; - 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: 1px; - border-left-width: 0; - } - .list-group-horizontal-lg .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } +.modal-dialog-scrollable .modal-body { + overflow-y: auto; } -@media (min-width: 1200px) { - .list-group-horizontal-xl { - flex-direction: row; - } - .list-group-horizontal-xl .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - .list-group-horizontal-xl .list-group-item:last-child { - border-top-right-radius: 0.25rem; - 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: 1px; - border-left-width: 0; - } - .list-group-horizontal-xl .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } +.modal-dialog-centered { + display: flex; + align-items: center; + min-height: calc(100% - 1rem); } -.list-group-flush .list-group-item { - border-right-width: 0; - border-left-width: 0; - border-radius: 0; +.modal-content { + position: relative; + display: flex; + flex-direction: column; + width: 100%; + pointer-events: auto; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 0.3rem; + outline: 0; } -.list-group-flush .list-group-item:first-child { - border-top-width: 0; +.modal-backdrop { + position: fixed; + top: 0; + left: 0; + z-index: 1040; + width: 100vw; + height: 100vh; + background-color: #000; } -.list-group-flush:last-child .list-group-item:last-child { - border-bottom-width: 0; +.modal-backdrop.fade { + opacity: 0; } -.list-group-item-primary { - color: #073984; - background-color: #bbd6fe; +.modal-backdrop.show { + opacity: 0.5; } -.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { - color: #073984; - background-color: #a2c7fe; +.modal-header { + display: flex; + flex-shrink: 0; + align-items: flex-start; + justify-content: space-between; + padding: 1rem 1rem; + border-bottom: 1px solid #dee2e6; + border-top-left-radius: calc(0.3rem - 1px); + border-top-right-radius: calc(0.3rem - 1px); } -.list-group-item-primary.list-group-item-action.active { - color: #fff; - background-color: #073984; - border-color: #073984; +.modal-header .close { + padding: 1rem 1rem; + margin: -1rem -1rem -1rem auto; } -.list-group-item-secondary { - color: #383d41; - background-color: #d6d8db; +.modal-title { + margin-bottom: 0; + line-height: 1.5; } -.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { - color: #383d41; - background-color: #c8cbcf; +.modal-body { + position: relative; + flex: 1 1 auto; + padding: 1rem; } -.list-group-item-secondary.list-group-item-action.active { - color: #fff; - background-color: #383d41; - border-color: #383d41; +.modal-footer { + display: flex; + flex-wrap: wrap; + flex-shrink: 0; + align-items: center; + justify-content: flex-end; + padding: 0.75rem; + border-top: 1px solid #dee2e6; + border-bottom-right-radius: calc(0.3rem - 1px); + border-bottom-left-radius: calc(0.3rem - 1px); } -.list-group-item-success { - color: #155724; - background-color: #c3e6cb; +.modal-footer > * { + margin: 0.25rem; } -.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { - color: #155724; - background-color: #b1dfbb; +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; } -.list-group-item-success.list-group-item-action.active { - color: #fff; - background-color: #155724; - border-color: #155724; +@media (min-width: 576px) { + .modal-dialog { + max-width: 500px; + margin: 1.75rem auto; + } + .modal-dialog-scrollable { + max-height: calc(100% - 3.5rem); + } + .modal-dialog-centered { + min-height: calc(100% - 3.5rem); + } + .modal-sm { + max-width: 300px; + } } -.list-group-item-info { - color: #0c5460; - background-color: #bee5eb; +@media (min-width: 992px) { + .modal-lg, + .modal-xl { + max-width: 800px; + } } -.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { - color: #0c5460; - background-color: #abdde5; +@media (min-width: 1200px) { + .modal-xl { + max-width: 1140px; + } } -.list-group-item-info.list-group-item-action.active { - color: #fff; - background-color: #0c5460; - border-color: #0c5460; +@media (max-width: 575.98px) { + .modal-fullscreen-sm-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-sm-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-sm-down .modal-header { + border-radius: 0; + } + .modal-fullscreen-sm-down .modal-body { + overflow-y: auto; + } + .modal-fullscreen-sm-down .modal-footer { + border-radius: 0; + } } -.list-group-item-warning { - color: #856404; - background-color: #ffeeba; +@media (max-width: 767.98px) { + .modal-fullscreen-md-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-md-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-md-down .modal-header { + border-radius: 0; + } + .modal-fullscreen-md-down .modal-body { + overflow-y: auto; + } + .modal-fullscreen-md-down .modal-footer { + border-radius: 0; + } } -.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { - color: #856404; - background-color: #ffe8a1; +@media (max-width: 991.98px) { + .modal-fullscreen-lg-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-lg-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-lg-down .modal-header { + border-radius: 0; + } + .modal-fullscreen-lg-down .modal-body { + overflow-y: auto; + } + .modal-fullscreen-lg-down .modal-footer { + border-radius: 0; + } } -.list-group-item-warning.list-group-item-action.active { - color: #fff; - background-color: #856404; - border-color: #856404; +@media (max-width: 1199.98px) { + .modal-fullscreen-xl-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-xl-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-xl-down .modal-header { + border-radius: 0; + } + .modal-fullscreen-xl-down .modal-body { + overflow-y: auto; + } + .modal-fullscreen-xl-down .modal-footer { + border-radius: 0; + } } -.list-group-item-danger { - color: #721c24; - background-color: #f5c6cb; +@media (max-width: 1399.98px) { + .modal-fullscreen-xxl-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-xxl-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-xxl-down .modal-header { + border-radius: 0; + } + .modal-fullscreen-xxl-down .modal-body { + overflow-y: auto; + } + .modal-fullscreen-xxl-down .modal-footer { + border-radius: 0; + } } -.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { - color: #721c24; - background-color: #f1b0b7; +.modal-fullscreen { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; } -.list-group-item-danger.list-group-item-action.active { - color: #fff; - background-color: #721c24; - border-color: #721c24; +.modal-fullscreen .modal-content { + height: 100%; + border: 0; + border-radius: 0; } -.list-group-item-light { - color: #818182; - background-color: #fdfdfe; +.modal-fullscreen .modal-header { + border-radius: 0; } -.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { - color: #818182; - background-color: #ececf6; +.modal-fullscreen .modal-body { + overflow-y: auto; } -.list-group-item-light.list-group-item-action.active { - color: #fff; - background-color: #818182; - border-color: #818182; +.modal-fullscreen .modal-footer { + border-radius: 0; } -.list-group-item-dark { - color: #1b1e21; - background-color: #c6c8ca; +.tooltip { + position: absolute; + z-index: 1070; + display: block; + margin: 0; + font-family: var(--bs-font-sans-serif); + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.875rem; + word-wrap: break-word; + opacity: 0; } -.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { - color: #1b1e21; - background-color: #b9bbbe; +.tooltip.show { + opacity: 0.9; } -.list-group-item-dark.list-group-item-action.active { - color: #fff; - background-color: #1b1e21; - border-color: #1b1e21; +.tooltip .tooltip-arrow { + position: absolute; + display: block; + width: 0.8rem; + height: 0.4rem; } -.close { - font-size: calc(1.275rem + 0.3vw); - font-weight: 700; - line-height: 1; - color: #000; - text-shadow: 0 1px 0 #fff; - opacity: .5; +.tooltip .tooltip-arrow::before { + position: absolute; + content: ""; + border-color: transparent; + border-style: solid; } -@media (min-width: 1200px) { - .close { - font-size: 1.5rem; - } +.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] { + padding: 0.4rem 0; } -.close:hover { - color: #000; - text-decoration: none; +.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow { + bottom: 0; } -.close:hover, .close:focus { - opacity: .75; +.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before { + top: 0; + border-width: 0.4rem 0.4rem 0; + border-top-color: #000; } -.close:disabled, .close.disabled { - pointer-events: none; +.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] { + padding: 0 0.4rem; } -button.close { - padding: 0; - background-color: transparent; - border: 0; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; +.bs-tooltip-right .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow { + left: 0; + width: 0.4rem; + height: 0.8rem; } -.toast { - max-width: 350px; - overflow: hidden; - font-size: 0.875rem; - background-color: rgba(255, 255, 255, 0.85); - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.1); - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); - -webkit-backdrop-filter: blur(10px); - backdrop-filter: blur(10px); - opacity: 0; - border-radius: 0.25rem; +.bs-tooltip-right .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before { + right: 0; + border-width: 0.4rem 0.4rem 0.4rem 0; + border-right-color: #000; } -.toast:not(:last-child) { - margin-bottom: 0.75rem; +.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] { + padding: 0.4rem 0; } -.toast.showing { - opacity: 1; +.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow { + top: 0; } -.toast.show { - display: block; - opacity: 1; -} - -.toast.hide { - display: none; +.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before { + bottom: 0; + border-width: 0 0.4rem 0.4rem; + border-bottom-color: #000; } -.toast-header { - display: flex; - align-items: center; - padding: 0.25rem 0.75rem; - color: #6c757d; - background-color: rgba(255, 255, 255, 0.85); - background-clip: padding-box; - border-bottom: 1px solid rgba(0, 0, 0, 0.05); +.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] { + padding: 0 0.4rem; } -.toast-body { - padding: 0.75rem; +.bs-tooltip-left .tooltip-arrow, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow { + right: 0; + width: 0.4rem; + height: 0.8rem; } -.modal-open { - overflow: hidden; +.bs-tooltip-left .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before { + left: 0; + border-width: 0.4rem 0 0.4rem 0.4rem; + border-left-color: #000; } -.modal-open .modal { - overflow-x: hidden; - overflow-y: auto; +.tooltip-inner { + max-width: 200px; + padding: 0.25rem 0.5rem; + color: #fff; + text-align: center; + background-color: #000; + border-radius: 0.25rem; } -.modal { - position: fixed; +.popover { + position: absolute; top: 0; left: 0; - z-index: 1050; - display: none; - width: 100%; - height: 100%; - overflow: hidden; - outline: 0; + z-index: 1060; + display: block; + max-width: 276px; + font-family: var(--bs-font-sans-serif); + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.875rem; + word-wrap: break-word; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 0.3rem; } -.modal-dialog { - position: relative; - width: auto; - margin: 0.5rem; - pointer-events: none; +.popover .popover-arrow { + position: absolute; + display: block; + width: 1rem; + height: 0.5rem; + margin: 0 0.3rem; } -.modal.fade .modal-dialog { - transition: transform 0.3s ease-out; - transform: translate(0, -50px); +.popover .popover-arrow::before, .popover .popover-arrow::after { + position: absolute; + display: block; + content: ""; + border-color: transparent; + border-style: solid; } -@media (prefers-reduced-motion: reduce) { - .modal.fade .modal-dialog { - transition: none; - } +.bs-popover-top, .bs-popover-auto[x-placement^="top"] { + margin-bottom: 0.5rem; } -.modal.show .modal-dialog { - transform: none; +.bs-popover-top > .popover-arrow, .bs-popover-auto[x-placement^="top"] > .popover-arrow { + bottom: calc(-0.5rem - 1px); } -.modal.modal-static .modal-dialog { - transform: scale(1.02); +.bs-popover-top > .popover-arrow::before, .bs-popover-auto[x-placement^="top"] > .popover-arrow::before { + bottom: 0; + border-width: 0.5rem 0.5rem 0; + border-top-color: rgba(0, 0, 0, 0.25); } -.modal-dialog-scrollable { - max-height: calc(100% - 1rem); +.bs-popover-top > .popover-arrow::after, .bs-popover-auto[x-placement^="top"] > .popover-arrow::after { + bottom: 1px; + border-width: 0.5rem 0.5rem 0; + border-top-color: #fff; } -.modal-dialog-scrollable .modal-content { - overflow: hidden; +.bs-popover-right, .bs-popover-auto[x-placement^="right"] { + margin-left: 0.5rem; } -.modal-dialog-scrollable .modal-header, -.modal-dialog-scrollable .modal-footer { - flex-shrink: 0; +.bs-popover-right > .popover-arrow, .bs-popover-auto[x-placement^="right"] > .popover-arrow { + left: calc(-0.5rem - 1px); + width: 0.5rem; + height: 1rem; + margin: 0.3rem 0; } -.modal-dialog-scrollable .modal-body { - overflow-y: auto; +.bs-popover-right > .popover-arrow::before, .bs-popover-auto[x-placement^="right"] > .popover-arrow::before { + left: 0; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: rgba(0, 0, 0, 0.25); } -.modal-dialog-centered { - display: flex; - align-items: center; - min-height: calc(100% - 1rem); +.bs-popover-right > .popover-arrow::after, .bs-popover-auto[x-placement^="right"] > .popover-arrow::after { + left: 1px; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: #fff; } -.modal-content { - position: relative; - display: flex; - flex-direction: column; - width: 100%; - pointer-events: auto; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; - outline: 0; +.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] { + margin-top: 0.5rem; } -.modal-backdrop { - position: fixed; +.bs-popover-bottom > .popover-arrow, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow { + top: calc(-0.5rem - 1px); +} + +.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::before { top: 0; - left: 0; - z-index: 1040; - width: 100vw; - height: 100vh; - background-color: #000; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: rgba(0, 0, 0, 0.25); } -.modal-backdrop.fade { - opacity: 0; +.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::after { + top: 1px; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: #fff; } -.modal-backdrop.show { - opacity: 0.5; +.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before { + position: absolute; + top: 0; + left: 50%; + display: block; + width: 1rem; + margin-left: -0.5rem; + content: ""; + border-bottom: 1px solid #f7f7f7; } -.modal-header { - display: flex; - align-items: flex-start; - justify-content: space-between; - padding: 1rem 1rem; - border-bottom: 1px solid #dee2e6; - border-top-left-radius: calc(0.3rem - 1px); - border-top-right-radius: calc(0.3rem - 1px); +.bs-popover-left, .bs-popover-auto[x-placement^="left"] { + margin-right: 0.5rem; } -.modal-header .close { - padding: 1rem 1rem; - margin: -1rem -1rem -1rem auto; +.bs-popover-left > .popover-arrow, .bs-popover-auto[x-placement^="left"] > .popover-arrow { + right: calc(-0.5rem - 1px); + width: 0.5rem; + height: 1rem; + margin: 0.3rem 0; } -.modal-title { +.bs-popover-left > .popover-arrow::before, .bs-popover-auto[x-placement^="left"] > .popover-arrow::before { + right: 0; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: rgba(0, 0, 0, 0.25); +} + +.bs-popover-left > .popover-arrow::after, .bs-popover-auto[x-placement^="left"] > .popover-arrow::after { + right: 1px; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: #fff; +} + +.popover-header { + padding: 0.5rem 1rem; margin-bottom: 0; - line-height: 1.5; + font-size: 1rem; + background-color: #f7f7f7; + border-bottom: 1px solid #ebebeb; + border-top-left-radius: calc(0.3rem - 1px); + border-top-right-radius: calc(0.3rem - 1px); } -.modal-body { - position: relative; - flex: 1 1 auto; - padding: 1rem; +.popover-header:empty { + display: none; } -.modal-footer { - display: flex; - flex-wrap: wrap; - align-items: center; - justify-content: flex-end; - padding: 0.75rem; - border-top: 1px solid #dee2e6; - border-bottom-right-radius: calc(0.3rem - 1px); - border-bottom-left-radius: calc(0.3rem - 1px); +.popover-body { + padding: 1rem 1rem; + color: #212529; } -.modal-footer > * { - margin: 0.25rem; +.carousel { + position: relative; } -.modal-scrollbar-measure { - position: absolute; - top: -9999px; - width: 50px; - height: 50px; - overflow: scroll; +.carousel.pointer-event { + touch-action: pan-y; } -@media (min-width: 576px) { - .modal-dialog { - max-width: 500px; - margin: 1.75rem auto; - } - .modal-dialog-scrollable { - max-height: calc(100% - 3.5rem); - } - .modal-dialog-centered { - min-height: calc(100% - 3.5rem); - } - .modal-sm { - max-width: 300px; - } +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; } -@media (min-width: 992px) { - .modal-lg, - .modal-xl { - max-width: 800px; - } +.carousel-inner::after { + display: block; + clear: both; + content: ""; } -@media (min-width: 1200px) { - .modal-xl { - max-width: 1140px; +.carousel-item { + position: relative; + display: none; + float: left; + width: 100%; + margin-right: -100%; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + transition: transform 0.6s ease-in-out; +} + +@media (prefers-reduced-motion: reduce) { + .carousel-item { + transition: none; } } -.tooltip { - position: absolute; - z-index: 1070; +.carousel-item.active, +.carousel-item-next, +.carousel-item-prev { display: block; - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-style: normal; - font-weight: 400; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - white-space: normal; - line-break: auto; - font-size: 0.875rem; - word-wrap: break-word; - opacity: 0; } -.tooltip.show { - opacity: 0.9; +.carousel-item-next:not(.carousel-item-left), +.active.carousel-item-right { + transform: translateX(100%); } -.tooltip .tooltip-arrow { - position: absolute; - display: block; - width: 0.8rem; - height: 0.4rem; +.carousel-item-prev:not(.carousel-item-right), +.active.carousel-item-left { + transform: translateX(-100%); } -.tooltip .tooltip-arrow::before { - position: absolute; - content: ""; - border-color: transparent; - border-style: solid; +.carousel-fade .carousel-item { + opacity: 0; + transition-property: opacity; + transform: none; } -.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] { - padding: 0.4rem 0; +.carousel-fade .carousel-item.active, +.carousel-fade .carousel-item-next.carousel-item-left, +.carousel-fade .carousel-item-prev.carousel-item-right { + z-index: 1; + opacity: 1; } -.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow { - bottom: 0; +.carousel-fade .active.carousel-item-left, +.carousel-fade .active.carousel-item-right { + z-index: 0; + opacity: 0; + transition: opacity 0s 0.6s; } -.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before { +@media (prefers-reduced-motion: reduce) { + .carousel-fade .active.carousel-item-left, + .carousel-fade .active.carousel-item-right { + transition: none; + } +} + +.carousel-control-prev, +.carousel-control-next { + position: absolute; top: 0; - border-width: 0.4rem 0.4rem 0; - border-top-color: #000; + bottom: 0; + z-index: 1; + display: flex; + align-items: center; + justify-content: center; + width: 15%; + color: #fff; + text-align: center; + opacity: 0.5; + transition: opacity 0.15s ease; } -.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] { - padding: 0 0.4rem; +@media (prefers-reduced-motion: reduce) { + .carousel-control-prev, + .carousel-control-next { + transition: none; + } } -.bs-tooltip-right .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow { +.carousel-control-prev:hover, .carousel-control-prev:focus, +.carousel-control-next:hover, +.carousel-control-next:focus { + color: #fff; + text-decoration: none; + outline: 0; + opacity: 0.9; +} + +.carousel-control-prev { left: 0; - width: 0.4rem; - height: 0.8rem; } -.bs-tooltip-right .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before { +.carousel-control-next { right: 0; - border-width: 0.4rem 0.4rem 0.4rem 0; - border-right-color: #000; } -.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] { - padding: 0.4rem 0; +.carousel-control-prev-icon, +.carousel-control-next-icon { + display: inline-block; + width: 20px; + height: 20px; + background-repeat: no-repeat; + background-position: 50%; + background-size: 100% 100%; } -.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow { - top: 0; +.carousel-control-prev-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); } -.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before { +.carousel-control-next-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); +} + +.carousel-indicators { + position: absolute; + right: 0; bottom: 0; - border-width: 0 0.4rem 0.4rem; - border-bottom-color: #000; + left: 0; + z-index: 2; + display: flex; + justify-content: center; + padding-left: 0; + margin-right: 15%; + margin-left: 15%; + list-style: none; } -.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] { - padding: 0 0.4rem; +.carousel-indicators li { + box-sizing: content-box; + flex: 0 1 auto; + width: 30px; + height: 3px; + margin-right: 3px; + margin-left: 3px; + text-indent: -999px; + cursor: pointer; + background-color: #fff; + background-clip: padding-box; + border-top: 10px solid transparent; + border-bottom: 10px solid transparent; + opacity: 0.5; + transition: opacity 0.6s ease; } -.bs-tooltip-left .tooltip-arrow, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow { - right: 0; - width: 0.4rem; - height: 0.8rem; +@media (prefers-reduced-motion: reduce) { + .carousel-indicators li { + transition: none; + } } -.bs-tooltip-left .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before { - left: 0; - border-width: 0.4rem 0 0.4rem 0.4rem; - border-left-color: #000; +.carousel-indicators .active { + opacity: 1; } -.tooltip-inner { - max-width: 200px; - padding: 0.25rem 0.5rem; +.carousel-caption { + position: absolute; + right: 15%; + bottom: 1.25rem; + left: 15%; + padding-top: 1.25rem; + padding-bottom: 1.25rem; color: #fff; text-align: center; - background-color: #000; - border-radius: 0.25rem; } -.popover { - position: absolute; - top: 0; - left: 0; - z-index: 1060; - display: block; - max-width: 276px; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-style: normal; - font-weight: 400; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - white-space: normal; - line-break: auto; - font-size: 0.875rem; - word-wrap: break-word; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; +@-webkit-keyframes spinner-border { + to { + transform: rotate(360deg); + } } -.popover .popover-arrow { - position: absolute; - display: block; - width: 1rem; - height: 0.5rem; - margin: 0 0.3rem; -} - -.popover .popover-arrow::before, .popover .popover-arrow::after { - position: absolute; - display: block; - content: ""; - border-color: transparent; - border-style: solid; +@keyframes spinner-border { + to { + transform: rotate(360deg); + } } -.bs-popover-top, .bs-popover-auto[x-placement^="top"] { - margin-bottom: 0.5rem; +.spinner-border { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: text-bottom; + border: 0.25em solid currentColor; + border-right-color: transparent; + border-radius: 50%; + -webkit-animation: spinner-border 0.75s linear infinite; + animation: spinner-border 0.75s linear infinite; } -.bs-popover-top > .popover-arrow, .bs-popover-auto[x-placement^="top"] > .popover-arrow { - bottom: calc(-0.5rem - 1px); +.spinner-border-sm { + width: 1rem; + height: 1rem; + border-width: 0.2em; } -.bs-popover-top > .popover-arrow::before, .bs-popover-auto[x-placement^="top"] > .popover-arrow::before { - bottom: 0; - border-width: 0.5rem 0.5rem 0; - border-top-color: rgba(0, 0, 0, 0.25); +@-webkit-keyframes spinner-grow { + 0% { + transform: scale(0); + } + 50% { + opacity: 1; + transform: none; + } } -.bs-popover-top > .popover-arrow::after, .bs-popover-auto[x-placement^="top"] > .popover-arrow::after { - bottom: 1px; - border-width: 0.5rem 0.5rem 0; - border-top-color: #fff; +@keyframes spinner-grow { + 0% { + transform: scale(0); + } + 50% { + opacity: 1; + transform: none; + } } -.bs-popover-right, .bs-popover-auto[x-placement^="right"] { - margin-left: 0.5rem; +.spinner-grow { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: text-bottom; + background-color: currentColor; + border-radius: 50%; + opacity: 0; + -webkit-animation: spinner-grow 0.75s linear infinite; + animation: spinner-grow 0.75s linear infinite; } -.bs-popover-right > .popover-arrow, .bs-popover-auto[x-placement^="right"] > .popover-arrow { - left: calc(-0.5rem - 1px); - width: 0.5rem; +.spinner-grow-sm { + width: 1rem; height: 1rem; - margin: 0.3rem 0; } -.bs-popover-right > .popover-arrow::before, .bs-popover-auto[x-placement^="right"] > .popover-arrow::before { - left: 0; - border-width: 0.5rem 0.5rem 0.5rem 0; - border-right-color: rgba(0, 0, 0, 0.25); +.clearfix::after { + display: block; + clear: both; + content: ""; } -.bs-popover-right > .popover-arrow::after, .bs-popover-auto[x-placement^="right"] > .popover-arrow::after { - left: 1px; - border-width: 0.5rem 0.5rem 0.5rem 0; - border-right-color: #fff; +.link-primary { + color: #0d6efd; } -.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] { - margin-top: 0.5rem; +.link-primary:hover, .link-primary:focus { + color: #024dbc; } -.bs-popover-bottom > .popover-arrow, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow { - top: calc(-0.5rem - 1px); +.link-secondary { + color: #6c757d; } -.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::before { - top: 0; - border-width: 0 0.5rem 0.5rem 0.5rem; - border-bottom-color: rgba(0, 0, 0, 0.25); +.link-secondary:hover, .link-secondary:focus { + color: #494f54; } -.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::after { - top: 1px; - border-width: 0 0.5rem 0.5rem 0.5rem; - border-bottom-color: #fff; +.link-success { + color: #28a745; } -.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before { - position: absolute; - top: 0; - left: 50%; - display: block; - width: 1rem; - margin-left: -0.5rem; - content: ""; - border-bottom: 1px solid #f7f7f7; +.link-success:hover, .link-success:focus { + color: #19692c; } -.bs-popover-left, .bs-popover-auto[x-placement^="left"] { - margin-right: 0.5rem; +.link-info { + color: #17a2b8; } -.bs-popover-left > .popover-arrow, .bs-popover-auto[x-placement^="left"] > .popover-arrow { - right: calc(-0.5rem - 1px); - width: 0.5rem; - height: 1rem; - margin: 0.3rem 0; +.link-info:hover, .link-info:focus { + color: #0f6674; } -.bs-popover-left > .popover-arrow::before, .bs-popover-auto[x-placement^="left"] > .popover-arrow::before { - right: 0; - border-width: 0.5rem 0 0.5rem 0.5rem; - border-left-color: rgba(0, 0, 0, 0.25); +.link-warning { + color: #ffc107; } -.bs-popover-left > .popover-arrow::after, .bs-popover-auto[x-placement^="left"] > .popover-arrow::after { - right: 1px; - border-width: 0.5rem 0 0.5rem 0.5rem; - border-left-color: #fff; +.link-warning:hover, .link-warning:focus { + color: #ba8b00; } -.popover-header { - padding: 0.5rem 0.75rem; - margin-bottom: 0; - font-size: 1rem; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; - border-top-left-radius: calc(0.3rem - 1px); - border-top-right-radius: calc(0.3rem - 1px); +.link-danger { + color: #dc3545; } -.popover-header:empty { - display: none; +.link-danger:hover, .link-danger:focus { + color: #a71d2a; } -.popover-body { - padding: 0.5rem 0.75rem; - color: #212529; +.link-light { + color: #f8f9fa; } -.carousel { - position: relative; +.link-light:hover, .link-light:focus { + color: #cbd3da; } -.carousel.pointer-event { - touch-action: pan-y; +.link-dark { + color: #343a40; } -.carousel-inner { +.link-dark:hover, .link-dark:focus { + color: #121416; +} + +.embed-responsive { position: relative; width: 100%; - overflow: hidden; } -.carousel-inner::after { +.embed-responsive::before { display: block; - clear: both; content: ""; } -.carousel-item { - position: relative; - display: none; - float: left; +.embed-responsive .embed-responsive-item, +.embed-responsive iframe, +.embed-responsive embed, +.embed-responsive object, +.embed-responsive video { + position: absolute; + top: 0; + left: 0; width: 100%; - margin-right: -100%; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - transition: transform 0.6s ease-in-out; + height: 100%; } -@media (prefers-reduced-motion: reduce) { - .carousel-item { - transition: none; - } +.embed-responsive-21by9::before { + padding-top: 42.857143%; } -.carousel-item.active, -.carousel-item-next, -.carousel-item-prev { - display: block; +.embed-responsive-16by9::before { + padding-top: 56.25%; } -.carousel-item-next:not(.carousel-item-left), -.active.carousel-item-right { - transform: translateX(100%); +.embed-responsive-4by3::before { + padding-top: 75%; } -.carousel-item-prev:not(.carousel-item-right), -.active.carousel-item-left { - transform: translateX(-100%); +.embed-responsive-1by1::before { + padding-top: 100%; } -.carousel-fade .carousel-item { - opacity: 0; - transition-property: opacity; - transform: none; +.fixed-top { + position: fixed; + top: 0; + right: 0; + left: 0; + z-index: 1030; } -.carousel-fade .carousel-item.active, -.carousel-fade .carousel-item-next.carousel-item-left, -.carousel-fade .carousel-item-prev.carousel-item-right { - z-index: 1; - opacity: 1; +.fixed-bottom { + position: fixed; + right: 0; + bottom: 0; + left: 0; + z-index: 1030; } -.carousel-fade .active.carousel-item-left, -.carousel-fade .active.carousel-item-right { - z-index: 0; - opacity: 0; - transition: opacity 0s 0.6s; +.sticky-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; } -@media (prefers-reduced-motion: reduce) { - .carousel-fade .active.carousel-item-left, - .carousel-fade .active.carousel-item-right { - transition: none; +@media (min-width: 576px) { + .sticky-sm-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; } } -.carousel-control-prev, -.carousel-control-next { - position: absolute; - top: 0; - bottom: 0; - z-index: 1; - display: flex; - align-items: center; - justify-content: center; - width: 15%; - color: #fff; - text-align: center; - opacity: 0.5; - transition: opacity 0.15s ease; -} - -@media (prefers-reduced-motion: reduce) { - .carousel-control-prev, - .carousel-control-next { - transition: none; +@media (min-width: 768px) { + .sticky-md-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; } } -.carousel-control-prev:hover, .carousel-control-prev:focus, -.carousel-control-next:hover, -.carousel-control-next:focus { - color: #fff; - text-decoration: none; - outline: 0; - opacity: 0.9; -} - -.carousel-control-prev { - left: 0; -} - -.carousel-control-next { - right: 0; +@media (min-width: 992px) { + .sticky-lg-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; + } } -.carousel-control-prev-icon, -.carousel-control-next-icon { - display: inline-block; - width: 20px; - height: 20px; - background-repeat: no-repeat; - background-position: 50%; - background-size: 100% 100%; +@media (min-width: 1200px) { + .sticky-xl-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; + } } -.carousel-control-prev-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); +@media (min-width: 1400px) { + .sticky-xxl-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; + } } -.carousel-control-next-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); +.sr-only, +.sr-only-focusable:not(:focus) { + position: absolute !important; + width: 1px !important; + height: 1px !important; + padding: 0 !important; + margin: -1px !important; + overflow: hidden !important; + clip: rect(0, 0, 0, 0) !important; + white-space: nowrap !important; + border: 0 !important; } -.carousel-indicators { +.stretched-link::after { position: absolute; + top: 0; right: 0; bottom: 0; left: 0; - z-index: 2; - display: flex; - justify-content: center; - padding-left: 0; - margin-right: 15%; - margin-left: 15%; - list-style: none; + z-index: 1; + content: ""; } -.carousel-indicators li { - box-sizing: content-box; - flex: 0 1 auto; - width: 30px; - height: 3px; - margin-right: 3px; - margin-left: 3px; - text-indent: -999px; - cursor: pointer; - background-color: #fff; - background-clip: padding-box; - border-top: 10px solid transparent; - border-bottom: 10px solid transparent; - opacity: 0.5; - transition: opacity 0.6s ease; +.text-truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } -@media (prefers-reduced-motion: reduce) { - .carousel-indicators li { - transition: none; - } +.align-baseline { + vertical-align: baseline !important; } -.carousel-indicators .active { - opacity: 1; +.align-top { + vertical-align: top !important; } -.carousel-caption { - position: absolute; - right: 15%; - bottom: 1.25rem; - left: 15%; - padding-top: 1.25rem; - padding-bottom: 1.25rem; - color: #fff; - text-align: center; +.align-middle { + vertical-align: middle !important; } -@-webkit-keyframes spinner-border { - to { - transform: rotate(360deg); - } +.align-bottom { + vertical-align: bottom !important; } -@keyframes spinner-border { - to { - transform: rotate(360deg); - } +.align-text-bottom { + vertical-align: text-bottom !important; } -.spinner-border { - display: inline-block; - width: 2rem; - height: 2rem; - vertical-align: text-bottom; - border: 0.25em solid currentColor; - border-right-color: transparent; - border-radius: 50%; - -webkit-animation: spinner-border 0.75s linear infinite; - animation: spinner-border 0.75s linear infinite; +.align-text-top { + vertical-align: text-top !important; } -.spinner-border-sm { - width: 1rem; - height: 1rem; - border-width: 0.2em; +.float-left { + float: left !important; } -@-webkit-keyframes spinner-grow { - 0% { - transform: scale(0); - } - 50% { - opacity: 1; - } +.float-right { + float: right !important; } -@keyframes spinner-grow { - 0% { - transform: scale(0); - } - 50% { - opacity: 1; - } +.float-none { + float: none !important; } -.spinner-grow { - display: inline-block; - width: 2rem; - height: 2rem; - vertical-align: text-bottom; - background-color: currentColor; - border-radius: 50%; - opacity: 0; - -webkit-animation: spinner-grow 0.75s linear infinite; - animation: spinner-grow 0.75s linear infinite; +.overflow-auto { + overflow: auto !important; } -.spinner-grow-sm { - width: 1rem; - height: 1rem; +.overflow-hidden { + overflow: hidden !important; } -.clearfix::after { - display: block; - clear: both; - content: ""; +.d-none { + display: none !important; } -.link-primary { - color: #0d6efd; +.d-inline { + display: inline !important; } -.link-primary:hover, .link-primary:focus { - color: #024dbc; +.d-inline-block { + display: inline-block !important; } -.link-secondary { - color: #6c757d; +.d-block { + display: block !important; } -.link-secondary:hover, .link-secondary:focus { - color: #494f54; +.d-table { + display: table !important; } -.link-success { - color: #28a745; +.d-table-row { + display: table-row !important; } -.link-success:hover, .link-success:focus { - color: #19692c; +.d-table-cell { + display: table-cell !important; } -.link-info { - color: #17a2b8; +.d-flex { + display: flex !important; } -.link-info:hover, .link-info:focus { - color: #0f6674; +.d-inline-flex { + display: inline-flex !important; } -.link-warning { - color: #ffc107; +.shadow { + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } -.link-warning:hover, .link-warning:focus { - color: #ba8b00; +.shadow-sm { + box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; } -.link-danger { - color: #dc3545; +.shadow-lg { + box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } -.link-danger:hover, .link-danger:focus { - color: #a71d2a; +.shadow-none { + box-shadow: none !important; } -.link-light { - color: #f8f9fa; +.position-static { + position: static !important; } -.link-light:hover, .link-light:focus { - color: #cbd3da; +.position-relative { + position: relative !important; } -.link-dark { - color: #343a40; -} - -.link-dark:hover, .link-dark:focus { - color: #121416; -} - -.embed-responsive { - position: relative; - width: 100%; -} - -.embed-responsive::before { - display: block; - content: ""; -} - -.embed-responsive .embed-responsive-item, -.embed-responsive iframe, -.embed-responsive embed, -.embed-responsive object, -.embed-responsive video { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - border: 0; -} - -.embed-responsive-21by9::before { - padding-top: 42.857143%; -} - -.embed-responsive-16by9::before { - padding-top: 56.25%; -} - -.embed-responsive-4by3::before { - padding-top: 75%; -} - -.embed-responsive-1by1::before { - padding-top: 100%; -} - -.fixed-top { - position: fixed; - top: 0; - right: 0; - left: 0; - z-index: 1030; -} - -.fixed-bottom { - position: fixed; - right: 0; - bottom: 0; - left: 0; - z-index: 1030; -} - -@supports ((position: -webkit-sticky) or (position: sticky)) { - .sticky-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } - @media (min-width: 576px) { - .sticky-sm-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } - } - @media (min-width: 768px) { - .sticky-md-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } - } - @media (min-width: 992px) { - .sticky-lg-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } - } - @media (min-width: 1200px) { - .sticky-xl-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } - } -} - -.sr-only, -.sr-only-focusable:not(:focus) { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border: 0 !important; -} - -.stretched-link::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1; - content: ""; -} - -.text-truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -.align-baseline { - vertical-align: baseline !important; -} - -.align-top { - vertical-align: top !important; -} - -.align-middle { - vertical-align: middle !important; -} - -.align-bottom { - vertical-align: bottom !important; -} - -.align-text-bottom { - vertical-align: text-bottom !important; -} - -.align-text-top { - vertical-align: text-top !important; -} - -.float-left { - float: left !important; -} - -.float-right { - float: right !important; -} - -.float-none { - float: none !important; -} - -.overflow-auto { - overflow: auto !important; -} - -.overflow-hidden { - overflow: hidden !important; -} - -.d-none { - display: none !important; -} - -.d-inline { - display: inline !important; -} - -.d-inline-block { - display: inline-block !important; -} - -.d-block { - display: block !important; -} - -.d-table { - display: table !important; -} - -.d-table-row { - display: table-row !important; -} - -.d-table-cell { - display: table-cell !important; -} - -.d-flex { - display: flex !important; -} - -.d-inline-flex { - display: inline-flex !important; -} - -.shadow { - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; -} - -.shadow-sm { - box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; -} - -.shadow-lg { - box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; -} - -.shadow-none { - box-shadow: none !important; -} - -.position-static { - position: static !important; -} - -.position-relative { - position: relative !important; -} - -.position-absolute { - position: absolute !important; +.position-absolute { + position: absolute !important; } .position-fixed { @@ -6874,250 +6841,100 @@ button.close { margin-left: auto !important; } -.m-n1 { - margin: -0.25rem !important; +.p-0 { + padding: 0 !important; } -.m-n2 { - margin: -0.5rem !important; +.p-1 { + padding: 0.25rem !important; } -.m-n3 { - margin: -1rem !important; +.p-2 { + padding: 0.5rem !important; } -.m-n4 { - margin: -1.5rem !important; +.p-3 { + padding: 1rem !important; } -.m-n5 { - margin: -3rem !important; +.p-4 { + padding: 1.5rem !important; } -.mx-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; +.p-5 { + padding: 3rem !important; } -.mx-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; +.px-0 { + padding-right: 0 !important; + padding-left: 0 !important; } -.mx-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; +.px-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; } -.mx-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; +.px-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; } -.mx-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; +.px-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; } -.my-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; +.px-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; } -.my-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; +.px-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; } -.my-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; +.py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } -.my-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; +.py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } -.my-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; +.py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } -.mt-n1 { - margin-top: -0.25rem !important; +.py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; } -.mt-n2 { - margin-top: -0.5rem !important; +.py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } -.mt-n3 { - margin-top: -1rem !important; +.py-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } -.mt-n4 { - margin-top: -1.5rem !important; +.pt-0 { + padding-top: 0 !important; } -.mt-n5 { - margin-top: -3rem !important; +.pt-1 { + padding-top: 0.25rem !important; } -.mr-n1 { - margin-right: -0.25rem !important; -} - -.mr-n2 { - margin-right: -0.5rem !important; -} - -.mr-n3 { - margin-right: -1rem !important; -} - -.mr-n4 { - margin-right: -1.5rem !important; -} - -.mr-n5 { - margin-right: -3rem !important; -} - -.mb-n1 { - margin-bottom: -0.25rem !important; -} - -.mb-n2 { - margin-bottom: -0.5rem !important; -} - -.mb-n3 { - margin-bottom: -1rem !important; -} - -.mb-n4 { - margin-bottom: -1.5rem !important; -} - -.mb-n5 { - margin-bottom: -3rem !important; -} - -.ml-n1 { - margin-left: -0.25rem !important; -} - -.ml-n2 { - margin-left: -0.5rem !important; -} - -.ml-n3 { - margin-left: -1rem !important; -} - -.ml-n4 { - margin-left: -1.5rem !important; -} - -.ml-n5 { - margin-left: -3rem !important; -} - -.p-0 { - padding: 0 !important; -} - -.p-1 { - padding: 0.25rem !important; -} - -.p-2 { - padding: 0.5rem !important; -} - -.p-3 { - padding: 1rem !important; -} - -.p-4 { - padding: 1.5rem !important; -} - -.p-5 { - padding: 3rem !important; -} - -.px-0 { - padding-right: 0 !important; - padding-left: 0 !important; -} - -.px-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; -} - -.px-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; -} - -.px-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; -} - -.px-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; -} - -.px-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; -} - -.py-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; -} - -.py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; -} - -.py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; -} - -.py-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; -} - -.py-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; -} - -.py-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; -} - -.pt-0 { - padding-top: 0 !important; -} - -.pt-1 { - padding-top: 0.25rem !important; -} - -.pt-2 { - padding-top: 0.5rem !important; +.pt-2 { + padding-top: 0.5rem !important; } .pt-3 { @@ -7397,7 +7214,7 @@ button.close { } .font-monospace { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; + font-family: var(--bs-font-monospace) !important; } .user-select-all { @@ -7481,2354 +7298,2367 @@ button.close { visibility: hidden !important; } -@media (min-width: 576px) { - .float-sm-left { +@media (min-width: 576px) { + .float-sm-left { + float: left !important; + } + .float-sm-right { + float: right !important; + } + .float-sm-none { + float: none !important; + } + .d-sm-none { + display: none !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-block { + display: block !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; + } + .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; + } + .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; + } + .mr-sm-0 { + margin-right: 0 !important; + } + .mr-sm-1 { + margin-right: 0.25rem !important; + } + .mr-sm-2 { + margin-right: 0.5rem !important; + } + .mr-sm-3 { + margin-right: 1rem !important; + } + .mr-sm-4 { + margin-right: 1.5rem !important; + } + .mr-sm-5 { + margin-right: 3rem !important; + } + .mr-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; + } + .ml-sm-0 { + margin-left: 0 !important; + } + .ml-sm-1 { + margin-left: 0.25rem !important; + } + .ml-sm-2 { + margin-left: 0.5rem !important; + } + .ml-sm-3 { + margin-left: 1rem !important; + } + .ml-sm-4 { + margin-left: 1.5rem !important; + } + .ml-sm-5 { + margin-left: 3rem !important; + } + .ml-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; + } + .pr-sm-0 { + padding-right: 0 !important; + } + .pr-sm-1 { + padding-right: 0.25rem !important; + } + .pr-sm-2 { + padding-right: 0.5rem !important; + } + .pr-sm-3 { + padding-right: 1rem !important; + } + .pr-sm-4 { + padding-right: 1.5rem !important; + } + .pr-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; + } + .pl-sm-0 { + padding-left: 0 !important; + } + .pl-sm-1 { + padding-left: 0.25rem !important; + } + .pl-sm-2 { + padding-left: 0.5rem !important; + } + .pl-sm-3 { + padding-left: 1rem !important; + } + .pl-sm-4 { + padding-left: 1.5rem !important; + } + .pl-sm-5 { + padding-left: 3rem !important; + } + .text-sm-left { + text-align: left !important; + } + .text-sm-right { + text-align: right !important; + } + .text-sm-center { + text-align: center !important; + } +} + +@media (min-width: 768px) { + .float-md-left { float: left !important; } - .float-sm-right { + .float-md-right { float: right !important; } - .float-sm-none { + .float-md-none { float: none !important; } - .d-sm-none { + .d-md-none { display: none !important; } - .d-sm-inline { + .d-md-inline { display: inline !important; } - .d-sm-inline-block { + .d-md-inline-block { display: inline-block !important; } - .d-sm-block { + .d-md-block { display: block !important; } - .d-sm-table { + .d-md-table { display: table !important; } - .d-sm-table-row { + .d-md-table-row { display: table-row !important; } - .d-sm-table-cell { + .d-md-table-cell { display: table-cell !important; } - .d-sm-flex { + .d-md-flex { display: flex !important; } - .d-sm-inline-flex { + .d-md-inline-flex { display: inline-flex !important; } - .flex-sm-fill { + .flex-md-fill { flex: 1 1 auto !important; } - .flex-sm-row { + .flex-md-row { flex-direction: row !important; } - .flex-sm-column { + .flex-md-column { flex-direction: column !important; } - .flex-sm-row-reverse { + .flex-md-row-reverse { flex-direction: row-reverse !important; } - .flex-sm-column-reverse { + .flex-md-column-reverse { flex-direction: column-reverse !important; } - .flex-sm-grow-0 { + .flex-md-grow-0 { flex-grow: 0 !important; } - .flex-sm-grow-1 { + .flex-md-grow-1 { flex-grow: 1 !important; } - .flex-sm-shrink-0 { + .flex-md-shrink-0 { flex-shrink: 0 !important; } - .flex-sm-shrink-1 { + .flex-md-shrink-1 { flex-shrink: 1 !important; } - .flex-sm-wrap { + .flex-md-wrap { flex-wrap: wrap !important; } - .flex-sm-nowrap { + .flex-md-nowrap { flex-wrap: nowrap !important; } - .flex-sm-wrap-reverse { + .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; } - .justify-content-sm-start { + .justify-content-md-start { justify-content: flex-start !important; } - .justify-content-sm-end { + .justify-content-md-end { justify-content: flex-end !important; } - .justify-content-sm-center { + .justify-content-md-center { justify-content: center !important; } - .justify-content-sm-between { + .justify-content-md-between { justify-content: space-between !important; } - .justify-content-sm-around { + .justify-content-md-around { justify-content: space-around !important; } - .align-items-sm-start { + .align-items-md-start { align-items: flex-start !important; } - .align-items-sm-end { + .align-items-md-end { align-items: flex-end !important; } - .align-items-sm-center { + .align-items-md-center { align-items: center !important; } - .align-items-sm-baseline { + .align-items-md-baseline { align-items: baseline !important; } - .align-items-sm-stretch { + .align-items-md-stretch { align-items: stretch !important; } - .align-content-sm-start { + .align-content-md-start { align-content: flex-start !important; } - .align-content-sm-end { + .align-content-md-end { align-content: flex-end !important; } - .align-content-sm-center { + .align-content-md-center { align-content: center !important; } - .align-content-sm-between { + .align-content-md-between { align-content: space-between !important; } - .align-content-sm-around { + .align-content-md-around { align-content: space-around !important; } - .align-content-sm-stretch { + .align-content-md-stretch { align-content: stretch !important; } - .align-self-sm-auto { + .align-self-md-auto { align-self: auto !important; } - .align-self-sm-start { + .align-self-md-start { align-self: flex-start !important; } - .align-self-sm-end { + .align-self-md-end { align-self: flex-end !important; } - .align-self-sm-center { + .align-self-md-center { align-self: center !important; } - .align-self-sm-baseline { + .align-self-md-baseline { align-self: baseline !important; } - .align-self-sm-stretch { + .align-self-md-stretch { align-self: stretch !important; } - .order-sm-first { + .order-md-first { order: -1 !important; } - .order-sm-0 { + .order-md-0 { order: 0 !important; } - .order-sm-1 { + .order-md-1 { order: 1 !important; } - .order-sm-2 { + .order-md-2 { order: 2 !important; } - .order-sm-3 { + .order-md-3 { order: 3 !important; } - .order-sm-4 { + .order-md-4 { order: 4 !important; } - .order-sm-5 { + .order-md-5 { order: 5 !important; } - .order-sm-last { + .order-md-last { order: 6 !important; } - .m-sm-0 { + .m-md-0 { margin: 0 !important; } - .m-sm-1 { + .m-md-1 { margin: 0.25rem !important; } - .m-sm-2 { + .m-md-2 { margin: 0.5rem !important; } - .m-sm-3 { + .m-md-3 { margin: 1rem !important; } - .m-sm-4 { + .m-md-4 { margin: 1.5rem !important; } - .m-sm-5 { + .m-md-5 { margin: 3rem !important; } - .m-sm-auto { + .m-md-auto { margin: auto !important; } - .mx-sm-0 { + .mx-md-0 { margin-right: 0 !important; margin-left: 0 !important; } - .mx-sm-1 { + .mx-md-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .mx-sm-2 { + .mx-md-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .mx-sm-3 { + .mx-md-3 { margin-right: 1rem !important; margin-left: 1rem !important; } - .mx-sm-4 { + .mx-md-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .mx-sm-5 { + .mx-md-5 { margin-right: 3rem !important; margin-left: 3rem !important; } - .mx-sm-auto { + .mx-md-auto { margin-right: auto !important; margin-left: auto !important; } - .my-sm-0 { + .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; } - .my-sm-1 { + .my-md-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } - .my-sm-2 { + .my-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } - .my-sm-3 { + .my-md-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } - .my-sm-4 { + .my-md-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } - .my-sm-5 { + .my-md-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } - .my-sm-auto { + .my-md-auto { margin-top: auto !important; margin-bottom: auto !important; } - .mt-sm-0 { + .mt-md-0 { margin-top: 0 !important; } - .mt-sm-1 { + .mt-md-1 { margin-top: 0.25rem !important; } - .mt-sm-2 { + .mt-md-2 { margin-top: 0.5rem !important; } - .mt-sm-3 { + .mt-md-3 { margin-top: 1rem !important; } - .mt-sm-4 { + .mt-md-4 { margin-top: 1.5rem !important; } - .mt-sm-5 { + .mt-md-5 { margin-top: 3rem !important; } - .mt-sm-auto { + .mt-md-auto { margin-top: auto !important; } - .mr-sm-0 { + .mr-md-0 { margin-right: 0 !important; } - .mr-sm-1 { + .mr-md-1 { margin-right: 0.25rem !important; } - .mr-sm-2 { + .mr-md-2 { margin-right: 0.5rem !important; } - .mr-sm-3 { + .mr-md-3 { margin-right: 1rem !important; } - .mr-sm-4 { + .mr-md-4 { margin-right: 1.5rem !important; } - .mr-sm-5 { + .mr-md-5 { margin-right: 3rem !important; } - .mr-sm-auto { + .mr-md-auto { margin-right: auto !important; } - .mb-sm-0 { + .mb-md-0 { margin-bottom: 0 !important; } - .mb-sm-1 { + .mb-md-1 { margin-bottom: 0.25rem !important; } - .mb-sm-2 { + .mb-md-2 { margin-bottom: 0.5rem !important; } - .mb-sm-3 { + .mb-md-3 { margin-bottom: 1rem !important; } - .mb-sm-4 { + .mb-md-4 { margin-bottom: 1.5rem !important; } - .mb-sm-5 { + .mb-md-5 { margin-bottom: 3rem !important; } - .mb-sm-auto { + .mb-md-auto { margin-bottom: auto !important; } - .ml-sm-0 { + .ml-md-0 { margin-left: 0 !important; } - .ml-sm-1 { + .ml-md-1 { margin-left: 0.25rem !important; } - .ml-sm-2 { + .ml-md-2 { margin-left: 0.5rem !important; } - .ml-sm-3 { + .ml-md-3 { margin-left: 1rem !important; } - .ml-sm-4 { + .ml-md-4 { margin-left: 1.5rem !important; } - .ml-sm-5 { + .ml-md-5 { margin-left: 3rem !important; } - .ml-sm-auto { + .ml-md-auto { margin-left: auto !important; } - .m-sm-n1 { - margin: -0.25rem !important; - } - .m-sm-n2 { - margin: -0.5rem !important; - } - .m-sm-n3 { - margin: -1rem !important; - } - .m-sm-n4 { - margin: -1.5rem !important; - } - .m-sm-n5 { - margin: -3rem !important; - } - .mx-sm-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; - } - .mx-sm-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; - } - .mx-sm-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; - } - .mx-sm-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; - } - .mx-sm-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; - } - .my-sm-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - .my-sm-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - .my-sm-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - .my-sm-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - .my-sm-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - .mt-sm-n1 { - margin-top: -0.25rem !important; - } - .mt-sm-n2 { - margin-top: -0.5rem !important; - } - .mt-sm-n3 { - margin-top: -1rem !important; - } - .mt-sm-n4 { - margin-top: -1.5rem !important; - } - .mt-sm-n5 { - margin-top: -3rem !important; - } - .mr-sm-n1 { - margin-right: -0.25rem !important; - } - .mr-sm-n2 { - margin-right: -0.5rem !important; - } - .mr-sm-n3 { - margin-right: -1rem !important; - } - .mr-sm-n4 { - margin-right: -1.5rem !important; - } - .mr-sm-n5 { - margin-right: -3rem !important; - } - .mb-sm-n1 { - margin-bottom: -0.25rem !important; - } - .mb-sm-n2 { - margin-bottom: -0.5rem !important; - } - .mb-sm-n3 { - margin-bottom: -1rem !important; - } - .mb-sm-n4 { - margin-bottom: -1.5rem !important; - } - .mb-sm-n5 { - margin-bottom: -3rem !important; - } - .ml-sm-n1 { - margin-left: -0.25rem !important; - } - .ml-sm-n2 { - margin-left: -0.5rem !important; - } - .ml-sm-n3 { - margin-left: -1rem !important; - } - .ml-sm-n4 { - margin-left: -1.5rem !important; - } - .ml-sm-n5 { - margin-left: -3rem !important; - } - .p-sm-0 { + .p-md-0 { padding: 0 !important; } - .p-sm-1 { + .p-md-1 { padding: 0.25rem !important; } - .p-sm-2 { + .p-md-2 { padding: 0.5rem !important; } - .p-sm-3 { + .p-md-3 { padding: 1rem !important; } - .p-sm-4 { + .p-md-4 { padding: 1.5rem !important; } - .p-sm-5 { + .p-md-5 { padding: 3rem !important; } - .px-sm-0 { + .px-md-0 { padding-right: 0 !important; padding-left: 0 !important; } - .px-sm-1 { + .px-md-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .px-sm-2 { + .px-md-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .px-sm-3 { + .px-md-3 { padding-right: 1rem !important; padding-left: 1rem !important; } - .px-sm-4 { + .px-md-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .px-sm-5 { + .px-md-5 { padding-right: 3rem !important; padding-left: 3rem !important; } - .py-sm-0 { + .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; } - .py-sm-1 { + .py-md-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } - .py-sm-2 { + .py-md-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } - .py-sm-3 { + .py-md-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } - .py-sm-4 { + .py-md-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } - .py-sm-5 { + .py-md-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } - .pt-sm-0 { + .pt-md-0 { padding-top: 0 !important; } - .pt-sm-1 { + .pt-md-1 { padding-top: 0.25rem !important; } - .pt-sm-2 { + .pt-md-2 { padding-top: 0.5rem !important; } - .pt-sm-3 { + .pt-md-3 { padding-top: 1rem !important; } - .pt-sm-4 { + .pt-md-4 { padding-top: 1.5rem !important; } - .pt-sm-5 { + .pt-md-5 { padding-top: 3rem !important; } - .pr-sm-0 { + .pr-md-0 { padding-right: 0 !important; } - .pr-sm-1 { + .pr-md-1 { padding-right: 0.25rem !important; } - .pr-sm-2 { + .pr-md-2 { padding-right: 0.5rem !important; } - .pr-sm-3 { + .pr-md-3 { padding-right: 1rem !important; } - .pr-sm-4 { + .pr-md-4 { padding-right: 1.5rem !important; } - .pr-sm-5 { + .pr-md-5 { padding-right: 3rem !important; } - .pb-sm-0 { + .pb-md-0 { padding-bottom: 0 !important; } - .pb-sm-1 { + .pb-md-1 { padding-bottom: 0.25rem !important; } - .pb-sm-2 { + .pb-md-2 { padding-bottom: 0.5rem !important; } - .pb-sm-3 { + .pb-md-3 { padding-bottom: 1rem !important; } - .pb-sm-4 { + .pb-md-4 { padding-bottom: 1.5rem !important; } - .pb-sm-5 { + .pb-md-5 { padding-bottom: 3rem !important; } - .pl-sm-0 { + .pl-md-0 { padding-left: 0 !important; } - .pl-sm-1 { + .pl-md-1 { padding-left: 0.25rem !important; } - .pl-sm-2 { + .pl-md-2 { padding-left: 0.5rem !important; } - .pl-sm-3 { + .pl-md-3 { padding-left: 1rem !important; } - .pl-sm-4 { + .pl-md-4 { padding-left: 1.5rem !important; } - .pl-sm-5 { + .pl-md-5 { padding-left: 3rem !important; } - .text-sm-left { + .text-md-left { text-align: left !important; } - .text-sm-right { + .text-md-right { text-align: right !important; } - .text-sm-center { + .text-md-center { text-align: center !important; } } -@media (min-width: 768px) { - .float-md-left { +@media (min-width: 992px) { + .float-lg-left { float: left !important; } - .float-md-right { + .float-lg-right { float: right !important; } - .float-md-none { + .float-lg-none { float: none !important; } - .d-md-none { + .d-lg-none { display: none !important; } - .d-md-inline { + .d-lg-inline { display: inline !important; } - .d-md-inline-block { + .d-lg-inline-block { display: inline-block !important; } - .d-md-block { + .d-lg-block { display: block !important; } - .d-md-table { + .d-lg-table { display: table !important; } - .d-md-table-row { + .d-lg-table-row { display: table-row !important; } - .d-md-table-cell { + .d-lg-table-cell { display: table-cell !important; } - .d-md-flex { + .d-lg-flex { display: flex !important; } - .d-md-inline-flex { + .d-lg-inline-flex { display: inline-flex !important; } - .flex-md-fill { + .flex-lg-fill { flex: 1 1 auto !important; } - .flex-md-row { + .flex-lg-row { flex-direction: row !important; } - .flex-md-column { + .flex-lg-column { flex-direction: column !important; } - .flex-md-row-reverse { + .flex-lg-row-reverse { flex-direction: row-reverse !important; } - .flex-md-column-reverse { + .flex-lg-column-reverse { flex-direction: column-reverse !important; } - .flex-md-grow-0 { + .flex-lg-grow-0 { flex-grow: 0 !important; } - .flex-md-grow-1 { + .flex-lg-grow-1 { flex-grow: 1 !important; } - .flex-md-shrink-0 { + .flex-lg-shrink-0 { flex-shrink: 0 !important; } - .flex-md-shrink-1 { + .flex-lg-shrink-1 { flex-shrink: 1 !important; } - .flex-md-wrap { + .flex-lg-wrap { flex-wrap: wrap !important; } - .flex-md-nowrap { + .flex-lg-nowrap { flex-wrap: nowrap !important; } - .flex-md-wrap-reverse { + .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; } - .justify-content-md-start { + .justify-content-lg-start { justify-content: flex-start !important; } - .justify-content-md-end { + .justify-content-lg-end { justify-content: flex-end !important; } - .justify-content-md-center { + .justify-content-lg-center { justify-content: center !important; } - .justify-content-md-between { + .justify-content-lg-between { justify-content: space-between !important; } - .justify-content-md-around { + .justify-content-lg-around { justify-content: space-around !important; } - .align-items-md-start { + .align-items-lg-start { align-items: flex-start !important; } - .align-items-md-end { + .align-items-lg-end { align-items: flex-end !important; } - .align-items-md-center { + .align-items-lg-center { align-items: center !important; } - .align-items-md-baseline { + .align-items-lg-baseline { align-items: baseline !important; } - .align-items-md-stretch { + .align-items-lg-stretch { align-items: stretch !important; } - .align-content-md-start { + .align-content-lg-start { align-content: flex-start !important; } - .align-content-md-end { + .align-content-lg-end { align-content: flex-end !important; } - .align-content-md-center { + .align-content-lg-center { align-content: center !important; } - .align-content-md-between { + .align-content-lg-between { align-content: space-between !important; } - .align-content-md-around { + .align-content-lg-around { align-content: space-around !important; } - .align-content-md-stretch { + .align-content-lg-stretch { align-content: stretch !important; } - .align-self-md-auto { + .align-self-lg-auto { align-self: auto !important; } - .align-self-md-start { + .align-self-lg-start { align-self: flex-start !important; } - .align-self-md-end { + .align-self-lg-end { align-self: flex-end !important; } - .align-self-md-center { + .align-self-lg-center { align-self: center !important; } - .align-self-md-baseline { + .align-self-lg-baseline { align-self: baseline !important; } - .align-self-md-stretch { + .align-self-lg-stretch { align-self: stretch !important; } - .order-md-first { + .order-lg-first { order: -1 !important; } - .order-md-0 { + .order-lg-0 { order: 0 !important; } - .order-md-1 { + .order-lg-1 { order: 1 !important; } - .order-md-2 { + .order-lg-2 { order: 2 !important; } - .order-md-3 { + .order-lg-3 { order: 3 !important; } - .order-md-4 { + .order-lg-4 { order: 4 !important; } - .order-md-5 { + .order-lg-5 { order: 5 !important; } - .order-md-last { + .order-lg-last { order: 6 !important; } - .m-md-0 { + .m-lg-0 { margin: 0 !important; } - .m-md-1 { + .m-lg-1 { margin: 0.25rem !important; } - .m-md-2 { + .m-lg-2 { margin: 0.5rem !important; } - .m-md-3 { + .m-lg-3 { margin: 1rem !important; } - .m-md-4 { + .m-lg-4 { margin: 1.5rem !important; } - .m-md-5 { + .m-lg-5 { margin: 3rem !important; } - .m-md-auto { + .m-lg-auto { margin: auto !important; } - .mx-md-0 { + .mx-lg-0 { margin-right: 0 !important; margin-left: 0 !important; } - .mx-md-1 { + .mx-lg-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .mx-md-2 { + .mx-lg-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .mx-md-3 { + .mx-lg-3 { margin-right: 1rem !important; margin-left: 1rem !important; } - .mx-md-4 { + .mx-lg-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .mx-md-5 { + .mx-lg-5 { margin-right: 3rem !important; margin-left: 3rem !important; } - .mx-md-auto { + .mx-lg-auto { margin-right: auto !important; margin-left: auto !important; } - .my-md-0 { + .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; } - .my-md-1 { + .my-lg-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } - .my-md-2 { + .my-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } - .my-md-3 { + .my-lg-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } - .my-md-4 { + .my-lg-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } - .my-md-5 { + .my-lg-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } - .my-md-auto { + .my-lg-auto { margin-top: auto !important; margin-bottom: auto !important; } - .mt-md-0 { + .mt-lg-0 { margin-top: 0 !important; } - .mt-md-1 { + .mt-lg-1 { margin-top: 0.25rem !important; } - .mt-md-2 { + .mt-lg-2 { margin-top: 0.5rem !important; } - .mt-md-3 { + .mt-lg-3 { margin-top: 1rem !important; } - .mt-md-4 { + .mt-lg-4 { margin-top: 1.5rem !important; } - .mt-md-5 { + .mt-lg-5 { margin-top: 3rem !important; } - .mt-md-auto { + .mt-lg-auto { margin-top: auto !important; } - .mr-md-0 { + .mr-lg-0 { margin-right: 0 !important; } - .mr-md-1 { + .mr-lg-1 { margin-right: 0.25rem !important; } - .mr-md-2 { + .mr-lg-2 { margin-right: 0.5rem !important; } - .mr-md-3 { + .mr-lg-3 { margin-right: 1rem !important; } - .mr-md-4 { + .mr-lg-4 { margin-right: 1.5rem !important; } - .mr-md-5 { + .mr-lg-5 { margin-right: 3rem !important; } - .mr-md-auto { + .mr-lg-auto { margin-right: auto !important; } - .mb-md-0 { + .mb-lg-0 { margin-bottom: 0 !important; } - .mb-md-1 { + .mb-lg-1 { margin-bottom: 0.25rem !important; } - .mb-md-2 { + .mb-lg-2 { margin-bottom: 0.5rem !important; } - .mb-md-3 { + .mb-lg-3 { margin-bottom: 1rem !important; } - .mb-md-4 { + .mb-lg-4 { margin-bottom: 1.5rem !important; } - .mb-md-5 { + .mb-lg-5 { margin-bottom: 3rem !important; } - .mb-md-auto { + .mb-lg-auto { margin-bottom: auto !important; } - .ml-md-0 { + .ml-lg-0 { margin-left: 0 !important; } - .ml-md-1 { + .ml-lg-1 { margin-left: 0.25rem !important; } - .ml-md-2 { + .ml-lg-2 { margin-left: 0.5rem !important; } - .ml-md-3 { + .ml-lg-3 { margin-left: 1rem !important; } - .ml-md-4 { + .ml-lg-4 { margin-left: 1.5rem !important; } - .ml-md-5 { + .ml-lg-5 { margin-left: 3rem !important; } - .ml-md-auto { + .ml-lg-auto { margin-left: auto !important; } - .m-md-n1 { - margin: -0.25rem !important; - } - .m-md-n2 { - margin: -0.5rem !important; - } - .m-md-n3 { - margin: -1rem !important; - } - .m-md-n4 { - margin: -1.5rem !important; - } - .m-md-n5 { - margin: -3rem !important; - } - .mx-md-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; - } - .mx-md-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; - } - .mx-md-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; - } - .mx-md-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; - } - .mx-md-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; - } - .my-md-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - .my-md-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - .my-md-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - .my-md-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - .my-md-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - .mt-md-n1 { - margin-top: -0.25rem !important; - } - .mt-md-n2 { - margin-top: -0.5rem !important; - } - .mt-md-n3 { - margin-top: -1rem !important; - } - .mt-md-n4 { - margin-top: -1.5rem !important; - } - .mt-md-n5 { - margin-top: -3rem !important; - } - .mr-md-n1 { - margin-right: -0.25rem !important; - } - .mr-md-n2 { - margin-right: -0.5rem !important; - } - .mr-md-n3 { - margin-right: -1rem !important; - } - .mr-md-n4 { - margin-right: -1.5rem !important; - } - .mr-md-n5 { - margin-right: -3rem !important; - } - .mb-md-n1 { - margin-bottom: -0.25rem !important; - } - .mb-md-n2 { - margin-bottom: -0.5rem !important; - } - .mb-md-n3 { - margin-bottom: -1rem !important; - } - .mb-md-n4 { - margin-bottom: -1.5rem !important; - } - .mb-md-n5 { - margin-bottom: -3rem !important; - } - .ml-md-n1 { - margin-left: -0.25rem !important; - } - .ml-md-n2 { - margin-left: -0.5rem !important; - } - .ml-md-n3 { - margin-left: -1rem !important; - } - .ml-md-n4 { - margin-left: -1.5rem !important; - } - .ml-md-n5 { - margin-left: -3rem !important; - } - .p-md-0 { + .p-lg-0 { padding: 0 !important; } - .p-md-1 { + .p-lg-1 { padding: 0.25rem !important; } - .p-md-2 { + .p-lg-2 { padding: 0.5rem !important; } - .p-md-3 { + .p-lg-3 { padding: 1rem !important; } - .p-md-4 { + .p-lg-4 { padding: 1.5rem !important; } - .p-md-5 { + .p-lg-5 { padding: 3rem !important; } - .px-md-0 { + .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; } - .px-md-1 { + .px-lg-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .px-md-2 { + .px-lg-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .px-md-3 { + .px-lg-3 { padding-right: 1rem !important; padding-left: 1rem !important; } - .px-md-4 { + .px-lg-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .px-md-5 { + .px-lg-5 { padding-right: 3rem !important; padding-left: 3rem !important; } - .py-md-0 { + .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; } - .py-md-1 { + .py-lg-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } - .py-md-2 { + .py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } - .py-md-3 { + .py-lg-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } - .py-md-4 { + .py-lg-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } - .py-md-5 { + .py-lg-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } - .pt-md-0 { + .pt-lg-0 { padding-top: 0 !important; } - .pt-md-1 { + .pt-lg-1 { padding-top: 0.25rem !important; } - .pt-md-2 { + .pt-lg-2 { padding-top: 0.5rem !important; } - .pt-md-3 { + .pt-lg-3 { padding-top: 1rem !important; } - .pt-md-4 { + .pt-lg-4 { padding-top: 1.5rem !important; } - .pt-md-5 { + .pt-lg-5 { padding-top: 3rem !important; } - .pr-md-0 { + .pr-lg-0 { padding-right: 0 !important; } - .pr-md-1 { + .pr-lg-1 { padding-right: 0.25rem !important; } - .pr-md-2 { + .pr-lg-2 { padding-right: 0.5rem !important; } - .pr-md-3 { + .pr-lg-3 { padding-right: 1rem !important; } - .pr-md-4 { + .pr-lg-4 { padding-right: 1.5rem !important; } - .pr-md-5 { + .pr-lg-5 { padding-right: 3rem !important; } - .pb-md-0 { + .pb-lg-0 { padding-bottom: 0 !important; } - .pb-md-1 { + .pb-lg-1 { padding-bottom: 0.25rem !important; } - .pb-md-2 { + .pb-lg-2 { padding-bottom: 0.5rem !important; } - .pb-md-3 { + .pb-lg-3 { padding-bottom: 1rem !important; } - .pb-md-4 { + .pb-lg-4 { padding-bottom: 1.5rem !important; } - .pb-md-5 { + .pb-lg-5 { padding-bottom: 3rem !important; } - .pl-md-0 { + .pl-lg-0 { padding-left: 0 !important; } - .pl-md-1 { + .pl-lg-1 { padding-left: 0.25rem !important; } - .pl-md-2 { + .pl-lg-2 { padding-left: 0.5rem !important; } - .pl-md-3 { + .pl-lg-3 { padding-left: 1rem !important; } - .pl-md-4 { + .pl-lg-4 { padding-left: 1.5rem !important; } - .pl-md-5 { + .pl-lg-5 { padding-left: 3rem !important; } - .text-md-left { + .text-lg-left { text-align: left !important; } - .text-md-right { + .text-lg-right { text-align: right !important; } - .text-md-center { + .text-lg-center { text-align: center !important; } } -@media (min-width: 992px) { - .float-lg-left { +@media (min-width: 1200px) { + .float-xl-left { float: left !important; } - .float-lg-right { + .float-xl-right { float: right !important; } - .float-lg-none { + .float-xl-none { float: none !important; } - .d-lg-none { + .d-xl-none { display: none !important; } - .d-lg-inline { + .d-xl-inline { display: inline !important; } - .d-lg-inline-block { + .d-xl-inline-block { display: inline-block !important; } - .d-lg-block { + .d-xl-block { display: block !important; } - .d-lg-table { + .d-xl-table { display: table !important; } - .d-lg-table-row { + .d-xl-table-row { display: table-row !important; } - .d-lg-table-cell { + .d-xl-table-cell { display: table-cell !important; } - .d-lg-flex { + .d-xl-flex { display: flex !important; } - .d-lg-inline-flex { + .d-xl-inline-flex { display: inline-flex !important; } - .flex-lg-fill { + .flex-xl-fill { flex: 1 1 auto !important; } - .flex-lg-row { + .flex-xl-row { flex-direction: row !important; } - .flex-lg-column { + .flex-xl-column { flex-direction: column !important; } - .flex-lg-row-reverse { + .flex-xl-row-reverse { flex-direction: row-reverse !important; } - .flex-lg-column-reverse { + .flex-xl-column-reverse { flex-direction: column-reverse !important; } - .flex-lg-grow-0 { + .flex-xl-grow-0 { flex-grow: 0 !important; } - .flex-lg-grow-1 { + .flex-xl-grow-1 { flex-grow: 1 !important; } - .flex-lg-shrink-0 { + .flex-xl-shrink-0 { flex-shrink: 0 !important; } - .flex-lg-shrink-1 { + .flex-xl-shrink-1 { flex-shrink: 1 !important; } - .flex-lg-wrap { + .flex-xl-wrap { flex-wrap: wrap !important; } - .flex-lg-nowrap { + .flex-xl-nowrap { flex-wrap: nowrap !important; } - .flex-lg-wrap-reverse { + .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; } - .justify-content-lg-start { + .justify-content-xl-start { justify-content: flex-start !important; } - .justify-content-lg-end { + .justify-content-xl-end { justify-content: flex-end !important; } - .justify-content-lg-center { + .justify-content-xl-center { justify-content: center !important; } - .justify-content-lg-between { + .justify-content-xl-between { justify-content: space-between !important; } - .justify-content-lg-around { + .justify-content-xl-around { justify-content: space-around !important; } - .align-items-lg-start { + .align-items-xl-start { align-items: flex-start !important; } - .align-items-lg-end { + .align-items-xl-end { align-items: flex-end !important; } - .align-items-lg-center { + .align-items-xl-center { align-items: center !important; } - .align-items-lg-baseline { + .align-items-xl-baseline { align-items: baseline !important; } - .align-items-lg-stretch { + .align-items-xl-stretch { align-items: stretch !important; } - .align-content-lg-start { + .align-content-xl-start { align-content: flex-start !important; } - .align-content-lg-end { + .align-content-xl-end { align-content: flex-end !important; } - .align-content-lg-center { + .align-content-xl-center { align-content: center !important; } - .align-content-lg-between { + .align-content-xl-between { align-content: space-between !important; } - .align-content-lg-around { + .align-content-xl-around { align-content: space-around !important; } - .align-content-lg-stretch { + .align-content-xl-stretch { align-content: stretch !important; } - .align-self-lg-auto { + .align-self-xl-auto { align-self: auto !important; } - .align-self-lg-start { + .align-self-xl-start { align-self: flex-start !important; } - .align-self-lg-end { + .align-self-xl-end { align-self: flex-end !important; } - .align-self-lg-center { + .align-self-xl-center { align-self: center !important; } - .align-self-lg-baseline { + .align-self-xl-baseline { align-self: baseline !important; } - .align-self-lg-stretch { + .align-self-xl-stretch { align-self: stretch !important; } - .order-lg-first { + .order-xl-first { order: -1 !important; } - .order-lg-0 { + .order-xl-0 { order: 0 !important; } - .order-lg-1 { + .order-xl-1 { order: 1 !important; } - .order-lg-2 { + .order-xl-2 { order: 2 !important; } - .order-lg-3 { + .order-xl-3 { order: 3 !important; } - .order-lg-4 { + .order-xl-4 { order: 4 !important; } - .order-lg-5 { + .order-xl-5 { order: 5 !important; } - .order-lg-last { + .order-xl-last { order: 6 !important; } - .m-lg-0 { + .m-xl-0 { margin: 0 !important; } - .m-lg-1 { + .m-xl-1 { margin: 0.25rem !important; } - .m-lg-2 { + .m-xl-2 { margin: 0.5rem !important; } - .m-lg-3 { + .m-xl-3 { margin: 1rem !important; } - .m-lg-4 { + .m-xl-4 { margin: 1.5rem !important; } - .m-lg-5 { + .m-xl-5 { margin: 3rem !important; } - .m-lg-auto { + .m-xl-auto { margin: auto !important; } - .mx-lg-0 { + .mx-xl-0 { margin-right: 0 !important; margin-left: 0 !important; } - .mx-lg-1 { + .mx-xl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .mx-lg-2 { + .mx-xl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .mx-lg-3 { + .mx-xl-3 { margin-right: 1rem !important; margin-left: 1rem !important; } - .mx-lg-4 { + .mx-xl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .mx-lg-5 { + .mx-xl-5 { margin-right: 3rem !important; margin-left: 3rem !important; } - .mx-lg-auto { + .mx-xl-auto { margin-right: auto !important; margin-left: auto !important; } - .my-lg-0 { + .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } - .my-lg-1 { + .my-xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } - .my-lg-2 { + .my-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } - .my-lg-3 { + .my-xl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } - .my-lg-4 { + .my-xl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } - .my-lg-5 { + .my-xl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } - .my-lg-auto { + .my-xl-auto { margin-top: auto !important; margin-bottom: auto !important; } - .mt-lg-0 { + .mt-xl-0 { margin-top: 0 !important; } - .mt-lg-1 { + .mt-xl-1 { margin-top: 0.25rem !important; } - .mt-lg-2 { + .mt-xl-2 { margin-top: 0.5rem !important; } - .mt-lg-3 { + .mt-xl-3 { margin-top: 1rem !important; } - .mt-lg-4 { + .mt-xl-4 { margin-top: 1.5rem !important; } - .mt-lg-5 { + .mt-xl-5 { margin-top: 3rem !important; } - .mt-lg-auto { + .mt-xl-auto { margin-top: auto !important; } - .mr-lg-0 { + .mr-xl-0 { margin-right: 0 !important; } - .mr-lg-1 { + .mr-xl-1 { margin-right: 0.25rem !important; } - .mr-lg-2 { + .mr-xl-2 { margin-right: 0.5rem !important; } - .mr-lg-3 { + .mr-xl-3 { margin-right: 1rem !important; } - .mr-lg-4 { + .mr-xl-4 { margin-right: 1.5rem !important; } - .mr-lg-5 { + .mr-xl-5 { margin-right: 3rem !important; } - .mr-lg-auto { + .mr-xl-auto { margin-right: auto !important; } - .mb-lg-0 { + .mb-xl-0 { margin-bottom: 0 !important; } - .mb-lg-1 { + .mb-xl-1 { margin-bottom: 0.25rem !important; } - .mb-lg-2 { + .mb-xl-2 { margin-bottom: 0.5rem !important; } - .mb-lg-3 { + .mb-xl-3 { margin-bottom: 1rem !important; } - .mb-lg-4 { + .mb-xl-4 { margin-bottom: 1.5rem !important; } - .mb-lg-5 { + .mb-xl-5 { margin-bottom: 3rem !important; } - .mb-lg-auto { + .mb-xl-auto { margin-bottom: auto !important; } - .ml-lg-0 { + .ml-xl-0 { margin-left: 0 !important; } - .ml-lg-1 { + .ml-xl-1 { margin-left: 0.25rem !important; } - .ml-lg-2 { + .ml-xl-2 { margin-left: 0.5rem !important; } - .ml-lg-3 { + .ml-xl-3 { margin-left: 1rem !important; } - .ml-lg-4 { + .ml-xl-4 { margin-left: 1.5rem !important; } - .ml-lg-5 { + .ml-xl-5 { margin-left: 3rem !important; } - .ml-lg-auto { + .ml-xl-auto { margin-left: auto !important; } - .m-lg-n1 { - margin: -0.25rem !important; - } - .m-lg-n2 { - margin: -0.5rem !important; - } - .m-lg-n3 { - margin: -1rem !important; - } - .m-lg-n4 { - margin: -1.5rem !important; - } - .m-lg-n5 { - margin: -3rem !important; - } - .mx-lg-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; - } - .mx-lg-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; - } - .mx-lg-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; - } - .mx-lg-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; - } - .mx-lg-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; - } - .my-lg-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - .my-lg-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - .my-lg-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - .my-lg-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - .my-lg-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - .mt-lg-n1 { - margin-top: -0.25rem !important; - } - .mt-lg-n2 { - margin-top: -0.5rem !important; - } - .mt-lg-n3 { - margin-top: -1rem !important; - } - .mt-lg-n4 { - margin-top: -1.5rem !important; - } - .mt-lg-n5 { - margin-top: -3rem !important; - } - .mr-lg-n1 { - margin-right: -0.25rem !important; - } - .mr-lg-n2 { - margin-right: -0.5rem !important; - } - .mr-lg-n3 { - margin-right: -1rem !important; - } - .mr-lg-n4 { - margin-right: -1.5rem !important; - } - .mr-lg-n5 { - margin-right: -3rem !important; - } - .mb-lg-n1 { - margin-bottom: -0.25rem !important; - } - .mb-lg-n2 { - margin-bottom: -0.5rem !important; - } - .mb-lg-n3 { - margin-bottom: -1rem !important; - } - .mb-lg-n4 { - margin-bottom: -1.5rem !important; - } - .mb-lg-n5 { - margin-bottom: -3rem !important; - } - .ml-lg-n1 { - margin-left: -0.25rem !important; - } - .ml-lg-n2 { - margin-left: -0.5rem !important; - } - .ml-lg-n3 { - margin-left: -1rem !important; - } - .ml-lg-n4 { - margin-left: -1.5rem !important; - } - .ml-lg-n5 { - margin-left: -3rem !important; - } - .p-lg-0 { + .p-xl-0 { padding: 0 !important; } - .p-lg-1 { + .p-xl-1 { padding: 0.25rem !important; } - .p-lg-2 { + .p-xl-2 { padding: 0.5rem !important; } - .p-lg-3 { + .p-xl-3 { padding: 1rem !important; } - .p-lg-4 { + .p-xl-4 { padding: 1.5rem !important; } - .p-lg-5 { + .p-xl-5 { padding: 3rem !important; } - .px-lg-0 { + .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; } - .px-lg-1 { + .px-xl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .px-lg-2 { + .px-xl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .px-lg-3 { + .px-xl-3 { padding-right: 1rem !important; padding-left: 1rem !important; } - .px-lg-4 { + .px-xl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .px-lg-5 { + .px-xl-5 { padding-right: 3rem !important; padding-left: 3rem !important; } - .py-lg-0 { + .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } - .py-lg-1 { + .py-xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } - .py-lg-2 { + .py-xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } - .py-lg-3 { + .py-xl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } - .py-lg-4 { + .py-xl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } - .py-lg-5 { + .py-xl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } - .pt-lg-0 { + .pt-xl-0 { padding-top: 0 !important; } - .pt-lg-1 { + .pt-xl-1 { padding-top: 0.25rem !important; } - .pt-lg-2 { + .pt-xl-2 { padding-top: 0.5rem !important; } - .pt-lg-3 { + .pt-xl-3 { padding-top: 1rem !important; } - .pt-lg-4 { + .pt-xl-4 { padding-top: 1.5rem !important; } - .pt-lg-5 { + .pt-xl-5 { padding-top: 3rem !important; } - .pr-lg-0 { + .pr-xl-0 { padding-right: 0 !important; } - .pr-lg-1 { + .pr-xl-1 { padding-right: 0.25rem !important; } - .pr-lg-2 { + .pr-xl-2 { padding-right: 0.5rem !important; } - .pr-lg-3 { + .pr-xl-3 { padding-right: 1rem !important; } - .pr-lg-4 { + .pr-xl-4 { padding-right: 1.5rem !important; } - .pr-lg-5 { + .pr-xl-5 { padding-right: 3rem !important; } - .pb-lg-0 { + .pb-xl-0 { padding-bottom: 0 !important; } - .pb-lg-1 { + .pb-xl-1 { padding-bottom: 0.25rem !important; } - .pb-lg-2 { + .pb-xl-2 { padding-bottom: 0.5rem !important; } - .pb-lg-3 { + .pb-xl-3 { padding-bottom: 1rem !important; } - .pb-lg-4 { + .pb-xl-4 { padding-bottom: 1.5rem !important; } - .pb-lg-5 { + .pb-xl-5 { padding-bottom: 3rem !important; } - .pl-lg-0 { + .pl-xl-0 { padding-left: 0 !important; } - .pl-lg-1 { + .pl-xl-1 { padding-left: 0.25rem !important; } - .pl-lg-2 { + .pl-xl-2 { padding-left: 0.5rem !important; } - .pl-lg-3 { + .pl-xl-3 { padding-left: 1rem !important; } - .pl-lg-4 { + .pl-xl-4 { padding-left: 1.5rem !important; } - .pl-lg-5 { + .pl-xl-5 { padding-left: 3rem !important; } - .text-lg-left { + .text-xl-left { text-align: left !important; } - .text-lg-right { + .text-xl-right { text-align: right !important; } - .text-lg-center { + .text-xl-center { text-align: center !important; } } -@media (min-width: 1200px) { - .float-xl-left { +@media (min-width: 1400px) { + .float-xxl-left { float: left !important; } - .float-xl-right { + .float-xxl-right { float: right !important; } - .float-xl-none { + .float-xxl-none { float: none !important; } - .d-xl-none { + .d-xxl-none { display: none !important; } - .d-xl-inline { + .d-xxl-inline { display: inline !important; } - .d-xl-inline-block { + .d-xxl-inline-block { display: inline-block !important; } - .d-xl-block { + .d-xxl-block { display: block !important; } - .d-xl-table { + .d-xxl-table { display: table !important; } - .d-xl-table-row { + .d-xxl-table-row { display: table-row !important; } - .d-xl-table-cell { + .d-xxl-table-cell { display: table-cell !important; } - .d-xl-flex { + .d-xxl-flex { display: flex !important; } - .d-xl-inline-flex { + .d-xxl-inline-flex { display: inline-flex !important; } - .flex-xl-fill { + .flex-xxl-fill { flex: 1 1 auto !important; } - .flex-xl-row { + .flex-xxl-row { flex-direction: row !important; } - .flex-xl-column { + .flex-xxl-column { flex-direction: column !important; } - .flex-xl-row-reverse { + .flex-xxl-row-reverse { flex-direction: row-reverse !important; } - .flex-xl-column-reverse { + .flex-xxl-column-reverse { flex-direction: column-reverse !important; } - .flex-xl-grow-0 { + .flex-xxl-grow-0 { flex-grow: 0 !important; } - .flex-xl-grow-1 { + .flex-xxl-grow-1 { flex-grow: 1 !important; } - .flex-xl-shrink-0 { + .flex-xxl-shrink-0 { flex-shrink: 0 !important; } - .flex-xl-shrink-1 { + .flex-xxl-shrink-1 { flex-shrink: 1 !important; } - .flex-xl-wrap { + .flex-xxl-wrap { flex-wrap: wrap !important; } - .flex-xl-nowrap { + .flex-xxl-nowrap { flex-wrap: nowrap !important; } - .flex-xl-wrap-reverse { + .flex-xxl-wrap-reverse { flex-wrap: wrap-reverse !important; } - .justify-content-xl-start { + .justify-content-xxl-start { justify-content: flex-start !important; } - .justify-content-xl-end { + .justify-content-xxl-end { justify-content: flex-end !important; } - .justify-content-xl-center { + .justify-content-xxl-center { justify-content: center !important; } - .justify-content-xl-between { + .justify-content-xxl-between { justify-content: space-between !important; } - .justify-content-xl-around { + .justify-content-xxl-around { justify-content: space-around !important; } - .align-items-xl-start { + .align-items-xxl-start { align-items: flex-start !important; } - .align-items-xl-end { + .align-items-xxl-end { align-items: flex-end !important; } - .align-items-xl-center { + .align-items-xxl-center { align-items: center !important; } - .align-items-xl-baseline { + .align-items-xxl-baseline { align-items: baseline !important; } - .align-items-xl-stretch { + .align-items-xxl-stretch { align-items: stretch !important; } - .align-content-xl-start { + .align-content-xxl-start { align-content: flex-start !important; } - .align-content-xl-end { + .align-content-xxl-end { align-content: flex-end !important; } - .align-content-xl-center { + .align-content-xxl-center { align-content: center !important; } - .align-content-xl-between { + .align-content-xxl-between { align-content: space-between !important; } - .align-content-xl-around { + .align-content-xxl-around { align-content: space-around !important; } - .align-content-xl-stretch { + .align-content-xxl-stretch { align-content: stretch !important; } - .align-self-xl-auto { + .align-self-xxl-auto { align-self: auto !important; } - .align-self-xl-start { + .align-self-xxl-start { align-self: flex-start !important; } - .align-self-xl-end { + .align-self-xxl-end { align-self: flex-end !important; } - .align-self-xl-center { + .align-self-xxl-center { align-self: center !important; } - .align-self-xl-baseline { + .align-self-xxl-baseline { align-self: baseline !important; } - .align-self-xl-stretch { + .align-self-xxl-stretch { align-self: stretch !important; } - .order-xl-first { + .order-xxl-first { order: -1 !important; } - .order-xl-0 { + .order-xxl-0 { order: 0 !important; } - .order-xl-1 { + .order-xxl-1 { order: 1 !important; } - .order-xl-2 { + .order-xxl-2 { order: 2 !important; } - .order-xl-3 { + .order-xxl-3 { order: 3 !important; } - .order-xl-4 { + .order-xxl-4 { order: 4 !important; } - .order-xl-5 { + .order-xxl-5 { order: 5 !important; } - .order-xl-last { + .order-xxl-last { order: 6 !important; } - .m-xl-0 { + .m-xxl-0 { margin: 0 !important; } - .m-xl-1 { + .m-xxl-1 { margin: 0.25rem !important; } - .m-xl-2 { + .m-xxl-2 { margin: 0.5rem !important; } - .m-xl-3 { + .m-xxl-3 { margin: 1rem !important; } - .m-xl-4 { + .m-xxl-4 { margin: 1.5rem !important; } - .m-xl-5 { + .m-xxl-5 { margin: 3rem !important; } - .m-xl-auto { + .m-xxl-auto { margin: auto !important; } - .mx-xl-0 { + .mx-xxl-0 { margin-right: 0 !important; margin-left: 0 !important; } - .mx-xl-1 { + .mx-xxl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .mx-xl-2 { + .mx-xxl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .mx-xl-3 { + .mx-xxl-3 { margin-right: 1rem !important; margin-left: 1rem !important; } - .mx-xl-4 { + .mx-xxl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .mx-xl-5 { + .mx-xxl-5 { margin-right: 3rem !important; margin-left: 3rem !important; } - .mx-xl-auto { + .mx-xxl-auto { margin-right: auto !important; margin-left: auto !important; } - .my-xl-0 { + .my-xxl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } - .my-xl-1 { + .my-xxl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } - .my-xl-2 { + .my-xxl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } - .my-xl-3 { + .my-xxl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } - .my-xl-4 { + .my-xxl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } - .my-xl-5 { + .my-xxl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } - .my-xl-auto { + .my-xxl-auto { margin-top: auto !important; margin-bottom: auto !important; } - .mt-xl-0 { + .mt-xxl-0 { margin-top: 0 !important; } - .mt-xl-1 { + .mt-xxl-1 { margin-top: 0.25rem !important; } - .mt-xl-2 { + .mt-xxl-2 { margin-top: 0.5rem !important; } - .mt-xl-3 { + .mt-xxl-3 { margin-top: 1rem !important; } - .mt-xl-4 { + .mt-xxl-4 { margin-top: 1.5rem !important; } - .mt-xl-5 { + .mt-xxl-5 { margin-top: 3rem !important; } - .mt-xl-auto { + .mt-xxl-auto { margin-top: auto !important; } - .mr-xl-0 { + .mr-xxl-0 { margin-right: 0 !important; } - .mr-xl-1 { + .mr-xxl-1 { margin-right: 0.25rem !important; } - .mr-xl-2 { + .mr-xxl-2 { margin-right: 0.5rem !important; } - .mr-xl-3 { + .mr-xxl-3 { margin-right: 1rem !important; } - .mr-xl-4 { + .mr-xxl-4 { margin-right: 1.5rem !important; } - .mr-xl-5 { + .mr-xxl-5 { margin-right: 3rem !important; } - .mr-xl-auto { + .mr-xxl-auto { margin-right: auto !important; } - .mb-xl-0 { + .mb-xxl-0 { margin-bottom: 0 !important; } - .mb-xl-1 { + .mb-xxl-1 { margin-bottom: 0.25rem !important; } - .mb-xl-2 { + .mb-xxl-2 { margin-bottom: 0.5rem !important; } - .mb-xl-3 { + .mb-xxl-3 { margin-bottom: 1rem !important; } - .mb-xl-4 { + .mb-xxl-4 { margin-bottom: 1.5rem !important; } - .mb-xl-5 { + .mb-xxl-5 { margin-bottom: 3rem !important; } - .mb-xl-auto { + .mb-xxl-auto { margin-bottom: auto !important; } - .ml-xl-0 { + .ml-xxl-0 { margin-left: 0 !important; } - .ml-xl-1 { + .ml-xxl-1 { margin-left: 0.25rem !important; } - .ml-xl-2 { + .ml-xxl-2 { margin-left: 0.5rem !important; } - .ml-xl-3 { + .ml-xxl-3 { margin-left: 1rem !important; } - .ml-xl-4 { + .ml-xxl-4 { margin-left: 1.5rem !important; } - .ml-xl-5 { + .ml-xxl-5 { margin-left: 3rem !important; } - .ml-xl-auto { + .ml-xxl-auto { margin-left: auto !important; } - .m-xl-n1 { - margin: -0.25rem !important; - } - .m-xl-n2 { - margin: -0.5rem !important; - } - .m-xl-n3 { - margin: -1rem !important; - } - .m-xl-n4 { - margin: -1.5rem !important; - } - .m-xl-n5 { - margin: -3rem !important; - } - .mx-xl-n1 { - margin-right: -0.25rem !important; - margin-left: -0.25rem !important; - } - .mx-xl-n2 { - margin-right: -0.5rem !important; - margin-left: -0.5rem !important; - } - .mx-xl-n3 { - margin-right: -1rem !important; - margin-left: -1rem !important; - } - .mx-xl-n4 { - margin-right: -1.5rem !important; - margin-left: -1.5rem !important; - } - .mx-xl-n5 { - margin-right: -3rem !important; - margin-left: -3rem !important; - } - .my-xl-n1 { - margin-top: -0.25rem !important; - margin-bottom: -0.25rem !important; - } - .my-xl-n2 { - margin-top: -0.5rem !important; - margin-bottom: -0.5rem !important; - } - .my-xl-n3 { - margin-top: -1rem !important; - margin-bottom: -1rem !important; - } - .my-xl-n4 { - margin-top: -1.5rem !important; - margin-bottom: -1.5rem !important; - } - .my-xl-n5 { - margin-top: -3rem !important; - margin-bottom: -3rem !important; - } - .mt-xl-n1 { - margin-top: -0.25rem !important; - } - .mt-xl-n2 { - margin-top: -0.5rem !important; - } - .mt-xl-n3 { - margin-top: -1rem !important; - } - .mt-xl-n4 { - margin-top: -1.5rem !important; - } - .mt-xl-n5 { - margin-top: -3rem !important; - } - .mr-xl-n1 { - margin-right: -0.25rem !important; - } - .mr-xl-n2 { - margin-right: -0.5rem !important; - } - .mr-xl-n3 { - margin-right: -1rem !important; - } - .mr-xl-n4 { - margin-right: -1.5rem !important; - } - .mr-xl-n5 { - margin-right: -3rem !important; - } - .mb-xl-n1 { - margin-bottom: -0.25rem !important; - } - .mb-xl-n2 { - margin-bottom: -0.5rem !important; - } - .mb-xl-n3 { - margin-bottom: -1rem !important; - } - .mb-xl-n4 { - margin-bottom: -1.5rem !important; - } - .mb-xl-n5 { - margin-bottom: -3rem !important; - } - .ml-xl-n1 { - margin-left: -0.25rem !important; - } - .ml-xl-n2 { - margin-left: -0.5rem !important; - } - .ml-xl-n3 { - margin-left: -1rem !important; - } - .ml-xl-n4 { - margin-left: -1.5rem !important; - } - .ml-xl-n5 { - margin-left: -3rem !important; - } - .p-xl-0 { + .p-xxl-0 { padding: 0 !important; } - .p-xl-1 { + .p-xxl-1 { padding: 0.25rem !important; } - .p-xl-2 { + .p-xxl-2 { padding: 0.5rem !important; } - .p-xl-3 { + .p-xxl-3 { padding: 1rem !important; } - .p-xl-4 { + .p-xxl-4 { padding: 1.5rem !important; } - .p-xl-5 { + .p-xxl-5 { padding: 3rem !important; } - .px-xl-0 { + .px-xxl-0 { padding-right: 0 !important; padding-left: 0 !important; } - .px-xl-1 { + .px-xxl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .px-xl-2 { + .px-xxl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .px-xl-3 { + .px-xxl-3 { padding-right: 1rem !important; padding-left: 1rem !important; } - .px-xl-4 { + .px-xxl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .px-xl-5 { + .px-xxl-5 { padding-right: 3rem !important; padding-left: 3rem !important; } - .py-xl-0 { + .py-xxl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } - .py-xl-1 { + .py-xxl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } - .py-xl-2 { + .py-xxl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } - .py-xl-3 { + .py-xxl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } - .py-xl-4 { + .py-xxl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } - .py-xl-5 { + .py-xxl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } - .pt-xl-0 { + .pt-xxl-0 { padding-top: 0 !important; } - .pt-xl-1 { + .pt-xxl-1 { padding-top: 0.25rem !important; } - .pt-xl-2 { + .pt-xxl-2 { padding-top: 0.5rem !important; } - .pt-xl-3 { + .pt-xxl-3 { padding-top: 1rem !important; } - .pt-xl-4 { + .pt-xxl-4 { padding-top: 1.5rem !important; } - .pt-xl-5 { + .pt-xxl-5 { padding-top: 3rem !important; } - .pr-xl-0 { + .pr-xxl-0 { padding-right: 0 !important; } - .pr-xl-1 { + .pr-xxl-1 { padding-right: 0.25rem !important; } - .pr-xl-2 { + .pr-xxl-2 { padding-right: 0.5rem !important; } - .pr-xl-3 { + .pr-xxl-3 { padding-right: 1rem !important; } - .pr-xl-4 { + .pr-xxl-4 { padding-right: 1.5rem !important; } - .pr-xl-5 { + .pr-xxl-5 { padding-right: 3rem !important; } - .pb-xl-0 { + .pb-xxl-0 { padding-bottom: 0 !important; } - .pb-xl-1 { + .pb-xxl-1 { padding-bottom: 0.25rem !important; } - .pb-xl-2 { + .pb-xxl-2 { padding-bottom: 0.5rem !important; } - .pb-xl-3 { + .pb-xxl-3 { padding-bottom: 1rem !important; } - .pb-xl-4 { + .pb-xxl-4 { padding-bottom: 1.5rem !important; } - .pb-xl-5 { + .pb-xxl-5 { padding-bottom: 3rem !important; } - .pl-xl-0 { + .pl-xxl-0 { padding-left: 0 !important; } - .pl-xl-1 { + .pl-xxl-1 { padding-left: 0.25rem !important; } - .pl-xl-2 { + .pl-xxl-2 { padding-left: 0.5rem !important; } - .pl-xl-3 { + .pl-xxl-3 { padding-left: 1rem !important; } - .pl-xl-4 { + .pl-xxl-4 { padding-left: 1.5rem !important; } - .pl-xl-5 { + .pl-xxl-5 { padding-left: 3rem !important; } - .text-xl-left { + .text-xxl-left { text-align: left !important; } - .text-xl-right { + .text-xxl-right { text-align: right !important; } - .text-xl-center { + .text-xxl-center { text-align: center !important; } } -- cgit v1.2.3