From 428a985a84e7117cddcfab56bc954fc593ce98af Mon Sep 17 00:00:00 2001 From: lianahus Date: Thu, 6 Jul 2023 12:23:46 +0200 Subject: [PATCH] etherscan btns style fix --- .../src/app/components/HeaderWithSettings.tsx | 11 +- apps/etherscan/src/app/views/VerifyView.tsx | 21 +- .../src/assets/css/themes/remix-pride.css | 9580 +++++++++++++++++ .../src/assets/css/themes/remix-space.css | 8814 +++++++++++++++ apps/remix-ide/src/assets/img/home.png | Bin 0 -> 6340 bytes apps/remix-ide/src/assets/img/ox.png | Bin 0 -> 6954 bytes apps/remix-ide/src/assets/img/ox.webp | Bin 0 -> 16770 bytes apps/remix-ide/src/assets/img/oz.png | Bin 0 -> 78996 bytes .../src/assets/img/oz_main_white.svg | 18 + 9 files changed, 18425 insertions(+), 19 deletions(-) create mode 100644 apps/remix-ide/src/assets/css/themes/remix-pride.css create mode 100644 apps/remix-ide/src/assets/css/themes/remix-space.css create mode 100644 apps/remix-ide/src/assets/img/home.png create mode 100644 apps/remix-ide/src/assets/img/ox.png create mode 100644 apps/remix-ide/src/assets/img/ox.webp create mode 100644 apps/remix-ide/src/assets/img/oz.png create mode 100644 apps/remix-ide/src/assets/img/oz_main_white.svg diff --git a/apps/etherscan/src/app/components/HeaderWithSettings.tsx b/apps/etherscan/src/app/components/HeaderWithSettings.tsx index f8c0423c91..7eb1827fef 100644 --- a/apps/etherscan/src/app/components/HeaderWithSettings.tsx +++ b/apps/etherscan/src/app/components/HeaderWithSettings.tsx @@ -20,7 +20,8 @@ const HomeIcon: React.FC = ({ from }: IconProps) => { to={{ pathname: "/" }} - className={({ isActive }) => isActive ? "btn p-0 m-0" : "btn text-dark p-0 m-0"} + className={({ isActive }) => isActive ? "border border-secondary shadow-none btn p-1 m-0" : "border-0 shadow-none btn p-1 m-0"} + style={ ({ isActive }) => !isActive ? { width: "1.8rem", filter: "contrast(0.5)"} : {width: "1.8rem"}} state={ from } > = ({ from }: IconProps) => { to={{ pathname: "/receipts" }} - className={({ isActive }) => isActive ? "btn p-0 m-0 mx-2" : "btn text-dark p-0 m-0 mx-2"} + className={({ isActive }) => isActive ? "border border-secondary shadow-none btn p-1 m-0" : "border-0 shadow-none btn p-1 m-0"} + style={ ({ isActive }) => !isActive ? { width: "1.8rem", filter: "contrast(0.5)"} : {width: "1.8rem"}} state={ from } > = ({ from }: IconProps) => { to={{ pathname: "/settings" }} - className={({ isActive }) => isActive ? "btn p-0 m-0" : "btn text-dark p-0 m-0"} + className={({ isActive }) => isActive ? "border border-secondary shadow-none btn p-1 m-0" : "border-0 shadow-none btn p-1 m-0"} + style={ ({ isActive }) => !isActive ? { width: "1.8rem", filter: "contrast(0.5)"} : {width: "1.8rem"}} state= {from} > = ({ {() => (
{title}
-
+
diff --git a/apps/etherscan/src/app/views/VerifyView.tsx b/apps/etherscan/src/app/views/VerifyView.tsx index 35f5fce803..57e6c6f97a 100644 --- a/apps/etherscan/src/app/views/VerifyView.tsx +++ b/apps/etherscan/src/app/views/VerifyView.tsx @@ -119,7 +119,7 @@ export const VerifyView: React.FC = ({ errors.contractAddress = "Required" } if (values.contractAddress.trim() === "" || !values.contractAddress.startsWith('0x') - || values.contractAddress.length !== 42) { + || values.contractAddress.length !== 42) { errors.contractAddress = "Please enter a valid contract address" } return errors @@ -144,7 +144,6 @@ export const VerifyView: React.FC = ({ />
-
= ({ component="div" />
-
{constructorInputs.map((item, index) => { @@ -208,7 +206,6 @@ export const VerifyView: React.FC = ({ )}
-
= ({ handleChange(e) if (e.target.checked) setIsProxyContract(true) else setIsProxyContract(false) - }} + }} /> - -
+ +
-
= ({
- = ({ Generate Verification Scripts
- - ) - } - } + ) + }} -
- {/*
View Receipts
*/} diff --git a/apps/remix-ide/src/assets/css/themes/remix-pride.css b/apps/remix-ide/src/assets/css/themes/remix-pride.css new file mode 100644 index 0000000000..d59a2c9809 --- /dev/null +++ b/apps/remix-ide/src/assets/css/themes/remix-pride.css @@ -0,0 +1,9580 @@ +:root { + --blue: #007bff; + --indigo: #6610f2; + --purple: #7c47b9; + --pink: #e83e8c; + --red: #dc3545; + --orange: #fd7e14; + --yellow: #cdae02; + --green: #28a745; + --teal: #20c997; + --cyan: #17a2b8; + --white: #fff; + --gray: #6c757d; + --gray-dark: #343a40; + --primary: #762ff2; + --secondary: #b8b3c483; + --success: #32bab1; + --info: #2F6DF2; + --warning: #c97539; + --danger: #ee4976; + --light: #fff; + --dark: #f8fafe; + --text: #3b445e; + --body-bg: #f1eef6; + --text-bg-mark: #fcf8e3; + --custom-select: #fff; + --breakpoint-xs: 0; + --breakpoint-sm: 576px; + --breakpoint-md: 768px; + --breakpoint-lg: 992px; + --breakpoint-xl: 1200px; + --font-family-sans-serif: Nunito Sans, -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; +} + +*, +*::before, +*::after { + box-sizing: border-box; +} + +html { + font-family: sans-serif; + line-height: 1.15; + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} + +article, +aside, +figcaption, +figure, +footer, +header, +hgroup, +main, +nav, +section { + display: block; +} + +body { + margin: 0; + font-family: Nunito Sans, -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-size: 0.9rem; + font-weight: 400; + line-height: 1.5; + color: #2e3145; + text-align: left; + background-color: var(--body-bg); +} + +[tabindex="-1"]:focus { + outline: 0 !important; +} + +hr { + box-sizing: content-box; + height: 0; + overflow: visible; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + margin-top: 0; + margin-bottom: 0.5rem; + background: linear-gradient(to right, #ff0500, #ef155e, #7e57c2, #2196f3, #26c6da, #43a047, #abb826, #ffa513, #ff5722); + -webkit-background-clip: text; + -webkit-text-fill-color: #5b393957; +} + +p { + margin-top: 0; + margin-bottom: 1rem; +} + +abbr[title], +abbr[data-original-title] { + text-decoration: underline; + text-decoration: underline dotted; + cursor: help; + border-bottom: 0; + text-decoration-skip-ink: none; +} + +address { + margin-bottom: 1rem; + font-style: normal; + line-height: inherit; +} + +ol, +ul, +dl { + margin-top: 0; + margin-bottom: 1rem; +} + +ol ol, +ul ul, +ol ul, +ul ol { + margin-bottom: 0; +} + +dt { + font-weight: 700; +} + +dd { + margin-bottom: 0.5rem; + margin-left: 0; +} + +blockquote { + margin: 0 0 1rem; +} + +b, +strong { + font-weight: bolder; +} + +small { + font-size: 80%; +} + +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +a { + color: #747b90 !important; + text-decoration: underline; + background-color: transparent; +} +a:hover { + color: #515766; + text-decoration: none; +} + +a:not([href]):not([tabindex]) { + color: inherit; + text-decoration: none; +} +a:not([href]):not([tabindex]):hover, +a:not([href]):not([tabindex]):focus { + color: inherit; + text-decoration: none; +} +a:not([href]):not([tabindex]):focus { + outline: 0; +} + +pre, +code, +kbd, +samp { + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", + "Courier New", monospace; + font-size: 1em; +} + +pre { + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; +} + +figure { + margin: 0 0 1rem; +} + +img { + vertical-align: middle; + border-style: none; +} + +svg { + overflow: hidden; + vertical-align: middle; +} + +table { + border-collapse: collapse; +} + +caption { + padding-top: 0.75rem; + padding-bottom: 0.75rem; + color: #6c757d; + text-align: left; + caption-side: bottom; +} + +th { + text-align: inherit; +} + +label { + display: inline-block; + margin-bottom: 0.5rem; + font-size: 11px; + line-height: 12px; + color: #747B90; +} + +button { + border-radius: 0; +} + +button:focus { + outline: 1px dotted; + outline: 5px auto -webkit-focus-ring-color; +} + +input, +button, +select, +optgroup, +textarea { + margin: 0; + font-family: inherit; + font-size: inherit; + line-height: inherit; +} + +button, +input { + overflow: visible; +} + +button, +select { + text-transform: none; +} + +select { + word-wrap: normal; + -webkit-appearance: none; + -moz-appearance: none; + background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.02426 9.48731C7.18128 9.29086 7.04141 9 6.78992 9L1.21005 9C0.958559 9 0.818689 9.29086 0.975709 9.48731L3.76564 12.9778C3.88574 13.1281 4.11423 13.1281 4.23433 12.9778L7.02426 9.48731Z' fill='%238A93B0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.02426 4.51269C7.18128 4.70914 7.04141 5 6.78992 5L1.21005 5C0.958559 5 0.818689 4.70914 0.975709 4.51269L3.76564 1.02218C3.88574 0.871926 4.11423 0.871926 4.23433 1.02218L7.02426 4.51269Z' fill='%238A93B0'/%3E%3C/svg%3E%0A"); + background-repeat: no-repeat; + background-size: 8px; + background-position: right 7px center; +} + +button, +[type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; +} + +button:not(:disabled), +[type="button"]:not(:disabled), +[type="reset"]:not(:disabled), +[type="submit"]:not(:disabled) { + cursor: pointer; +} + +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + padding: 0; + border-style: none; +} + +input[type="radio"], +input[type="checkbox"] { + box-sizing: border-box; + padding: 0; +} + +input[type="date"], +input[type="time"], +input[type="datetime-local"], +input[type="month"] { + -webkit-appearance: listbox; +} + +textarea { + overflow: auto; + resize: vertical; +} + +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; +} + +legend { + display: block; + width: 100%; + max-width: 100%; + padding: 0; + margin-bottom: 0.5rem; + font-size: 1.5rem; + line-height: inherit; + color: inherit; + white-space: normal; +} + +progress { + vertical-align: baseline; +} + +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +[type="search"] { + outline-offset: -2px; + -webkit-appearance: none; +} + +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +::-webkit-file-upload-button { + font: inherit; + -webkit-appearance: button; +} + +output { + display: inline-block; +} + +summary { + display: list-item; + cursor: pointer; +} + +template { + display: none; +} + +[hidden] { + display: none !important; +} + +h1, +h2, +h3, +h4, +h5, +h6, +.h1, +.h2, +.h3, +.h4, +.h5, +.h6 { + margin-bottom: 0.5rem; + font-weight: 400; + line-height: 1.2; +} + +h1, +.h1 { + font-size: 2.25rem; +} + +h2, +.h2 { + font-size: 1.8rem; +} + +h3, +.h3 { + font-size: 1.575rem; +} + +h4, +.h4 { + font-size: 1.35rem; +} + +h5, +.h5 { + font-size: 1.125rem; +} + +h6, +.h6 { + font-size: 0.9rem; +} + +.lead { + font-size: 1.125rem; + font-weight: 300; +} + +.display-1 { + font-size: 6rem; + font-weight: 300; + line-height: 1.2; +} + +.display-2 { + font-size: 5.5rem; + font-weight: 300; + line-height: 1.2; +} + +.display-3 { + font-size: 4.5rem; + font-weight: 300; + line-height: 1.2; +} + +.display-4 { + font-size: 3.5rem; + font-weight: 300; + line-height: 1.2; +} + +hr { + margin-top: 1rem; + margin-bottom: 1rem; + border: 0; + border-top: 1px solid rgba(0, 0, 0, 0.1); +} + +small, +.small { + font-size: 80%; + font-weight: 400; +} + +mark, +.mark { + padding: 0.2em; + background-color: var(--text-bg-mark); +} + +.list-unstyled { + padding-left: 0; + list-style: none; +} + +.list-inline { + padding-left: 0; + list-style: none; +} + +.list-inline-item { + display: inline-block; +} +.list-inline-item:not(:last-child) { + margin-right: 0.5rem; +} + +.initialism { + font-size: 90%; + text-transform: uppercase; +} + +.blockquote { + margin-bottom: 1rem; + font-size: 1.125rem; +} + +.blockquote-footer { + display: block; + font-size: 80%; + color: #6c757d; +} +.blockquote-footer::before { + content: "\2014\00A0"; +} + +.img-fluid { + max-width: 100%; + height: auto; +} + +.img-thumbnail { + padding: 0.25rem; + background-color: var(--body-bg); + border: 1px solid #dee2e6; + border-radius: 0.25rem; + max-width: 100%; + height: auto; +} + +.figure { + display: inline-block; +} + +.figure-img { + margin-bottom: 0.5rem; + line-height: 1; +} + +.figure-caption { + font-size: 90%; + color: #6c757d; +} + +code { + font-size: 87.5%; + color: #e83e8c; + word-break: break-word; +} +a > code { + color: inherit; +} + +kbd { + padding: 0.2rem 0.4rem; + font-size: 87.5%; + color: #fff; + background-color: #212529; + border-radius: 0.2rem; +} +kbd kbd { + padding: 0; + font-size: 100%; + font-weight: 700; +} + +pre { + display: block; + font-size: 87.5%; + color: #212529; +} +pre code { + font-size: inherit; + color: inherit; + word-break: normal; +} + +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; +} + +.container { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} +@media (min-width: 576px) { + .container { + max-width: 540px; + } +} +@media (min-width: 768px) { + .container { + max-width: 720px; + } +} +@media (min-width: 992px) { + .container { + max-width: 960px; + } +} +@media (min-width: 1200px) { + .container { + max-width: 1140px; + } +} + +.container-fluid { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} + +.row { + display: flex; + flex-wrap: wrap; + margin-right: -15px; + margin-left: -15px; +} + +.no-gutters { + margin-right: 0; + margin-left: 0; +} +.no-gutters > .col, +.no-gutters > [class*="col-"] { + padding-right: 0; + padding-left: 0; +} + +.col-1, +.col-2, +.col-3, +.col-4, +.col-5, +.col-6, +.col-7, +.col-8, +.col-9, +.col-10, +.col-11, +.col-12, +.col, +.col-auto, +.col-sm-1, +.col-sm-2, +.col-sm-3, +.col-sm-4, +.col-sm-5, +.col-sm-6, +.col-sm-7, +.col-sm-8, +.col-sm-9, +.col-sm-10, +.col-sm-11, +.col-sm-12, +.col-sm, +.col-sm-auto, +.col-md-1, +.col-md-2, +.col-md-3, +.col-md-4, +.col-md-5, +.col-md-6, +.col-md-7, +.col-md-8, +.col-md-9, +.col-md-10, +.col-md-11, +.col-md-12, +.col-md, +.col-md-auto, +.col-lg-1, +.col-lg-2, +.col-lg-3, +.col-lg-4, +.col-lg-5, +.col-lg-6, +.col-lg-7, +.col-lg-8, +.col-lg-9, +.col-lg-10, +.col-lg-11, +.col-lg-12, +.col-lg, +.col-lg-auto, +.col-xl-1, +.col-xl-2, +.col-xl-3, +.col-xl-4, +.col-xl-5, +.col-xl-6, +.col-xl-7, +.col-xl-8, +.col-xl-9, +.col-xl-10, +.col-xl-11, +.col-xl-12, +.col-xl, +.col-xl-auto { + position: relative; + width: 100%; + padding-right: 15px; + padding-left: 15px; +} + +.col { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; +} + +.col-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; +} + +.col-1 { + flex: 0 0 8.33333%; + max-width: 8.33333%; +} + +.col-2 { + flex: 0 0 16.66667%; + max-width: 16.66667%; +} + +.col-3 { + flex: 0 0 25%; + max-width: 25%; +} + +.col-4 { + flex: 0 0 33.33333%; + max-width: 33.33333%; +} + +.col-5 { + flex: 0 0 41.66667%; + max-width: 41.66667%; +} + +.col-6 { + flex: 0 0 50%; + max-width: 50%; +} + +.col-7 { + flex: 0 0 58.33333%; + max-width: 58.33333%; +} + +.col-8 { + flex: 0 0 66.66667%; + max-width: 66.66667%; +} + +.col-9 { + flex: 0 0 75%; + max-width: 75%; +} + +.col-10 { + flex: 0 0 83.33333%; + max-width: 83.33333%; +} + +.col-11 { + flex: 0 0 91.66667%; + max-width: 91.66667%; +} + +.col-12 { + flex: 0 0 100%; + max-width: 100%; +} + +.order-first { + order: -1; +} + +.order-last { + order: 13; +} + +.order-0 { + order: 0; +} + +.order-1 { + order: 1; +} + +.order-2 { + order: 2; +} + +.order-3 { + order: 3; +} + +.order-4 { + order: 4; +} + +.order-5 { + order: 5; +} + +.order-6 { + order: 6; +} + +.order-7 { + order: 7; +} + +.order-8 { + order: 8; +} + +.order-9 { + order: 9; +} + +.order-10 { + order: 10; +} + +.order-11 { + order: 11; +} + +.order-12 { + order: 12; +} + +.offset-1 { + margin-left: 8.33333%; +} + +.offset-2 { + margin-left: 16.66667%; +} + +.offset-3 { + margin-left: 25%; +} + +.offset-4 { + margin-left: 33.33333%; +} + +.offset-5 { + margin-left: 41.66667%; +} + +.offset-6 { + margin-left: 50%; +} + +.offset-7 { + margin-left: 58.33333%; +} + +.offset-8 { + margin-left: 66.66667%; +} + +.offset-9 { + margin-left: 75%; +} + +.offset-10 { + margin-left: 83.33333%; +} + +.offset-11 { + margin-left: 91.66667%; +} + +@media (min-width: 576px) { + .col-sm { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } + .col-sm-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-sm-1 { + flex: 0 0 8.33333%; + max-width: 8.33333%; + } + .col-sm-2 { + flex: 0 0 16.66667%; + max-width: 16.66667%; + } + .col-sm-3 { + flex: 0 0 25%; + max-width: 25%; + } + .col-sm-4 { + flex: 0 0 33.33333%; + max-width: 33.33333%; + } + .col-sm-5 { + flex: 0 0 41.66667%; + max-width: 41.66667%; + } + .col-sm-6 { + flex: 0 0 50%; + max-width: 50%; + } + .col-sm-7 { + flex: 0 0 58.33333%; + max-width: 58.33333%; + } + .col-sm-8 { + flex: 0 0 66.66667%; + max-width: 66.66667%; + } + .col-sm-9 { + flex: 0 0 75%; + max-width: 75%; + } + .col-sm-10 { + flex: 0 0 83.33333%; + max-width: 83.33333%; + } + .col-sm-11 { + flex: 0 0 91.66667%; + max-width: 91.66667%; + } + .col-sm-12 { + flex: 0 0 100%; + max-width: 100%; + } + .order-sm-first { + order: -1; + } + .order-sm-last { + order: 13; + } + .order-sm-0 { + order: 0; + } + .order-sm-1 { + order: 1; + } + .order-sm-2 { + order: 2; + } + .order-sm-3 { + order: 3; + } + .order-sm-4 { + order: 4; + } + .order-sm-5 { + order: 5; + } + .order-sm-6 { + order: 6; + } + .order-sm-7 { + order: 7; + } + .order-sm-8 { + order: 8; + } + .order-sm-9 { + order: 9; + } + .order-sm-10 { + order: 10; + } + .order-sm-11 { + order: 11; + } + .order-sm-12 { + order: 12; + } + .offset-sm-0 { + margin-left: 0; + } + .offset-sm-1 { + margin-left: 8.33333%; + } + .offset-sm-2 { + margin-left: 16.66667%; + } + .offset-sm-3 { + margin-left: 25%; + } + .offset-sm-4 { + margin-left: 33.33333%; + } + .offset-sm-5 { + margin-left: 41.66667%; + } + .offset-sm-6 { + margin-left: 50%; + } + .offset-sm-7 { + margin-left: 58.33333%; + } + .offset-sm-8 { + margin-left: 66.66667%; + } + .offset-sm-9 { + margin-left: 75%; + } + .offset-sm-10 { + margin-left: 83.33333%; + } + .offset-sm-11 { + margin-left: 91.66667%; + } +} + +@media (min-width: 768px) { + .col-md { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } + .col-md-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-md-1 { + flex: 0 0 8.33333%; + max-width: 8.33333%; + } + .col-md-2 { + flex: 0 0 16.66667%; + max-width: 16.66667%; + } + .col-md-3 { + flex: 0 0 25%; + max-width: 25%; + } + .col-md-4 { + flex: 0 0 33.33333%; + max-width: 33.33333%; + } + .col-md-5 { + flex: 0 0 41.66667%; + max-width: 41.66667%; + } + .col-md-6 { + flex: 0 0 50%; + max-width: 50%; + } + .col-md-7 { + flex: 0 0 58.33333%; + max-width: 58.33333%; + } + .col-md-8 { + flex: 0 0 66.66667%; + max-width: 66.66667%; + } + .col-md-9 { + flex: 0 0 75%; + max-width: 75%; + } + .col-md-10 { + flex: 0 0 83.33333%; + max-width: 83.33333%; + } + .col-md-11 { + flex: 0 0 91.66667%; + max-width: 91.66667%; + } + .col-md-12 { + flex: 0 0 100%; + max-width: 100%; + } + .order-md-first { + order: -1; + } + .order-md-last { + order: 13; + } + .order-md-0 { + order: 0; + } + .order-md-1 { + order: 1; + } + .order-md-2 { + order: 2; + } + .order-md-3 { + order: 3; + } + .order-md-4 { + order: 4; + } + .order-md-5 { + order: 5; + } + .order-md-6 { + order: 6; + } + .order-md-7 { + order: 7; + } + .order-md-8 { + order: 8; + } + .order-md-9 { + order: 9; + } + .order-md-10 { + order: 10; + } + .order-md-11 { + order: 11; + } + .order-md-12 { + order: 12; + } + .offset-md-0 { + margin-left: 0; + } + .offset-md-1 { + margin-left: 8.33333%; + } + .offset-md-2 { + margin-left: 16.66667%; + } + .offset-md-3 { + margin-left: 25%; + } + .offset-md-4 { + margin-left: 33.33333%; + } + .offset-md-5 { + margin-left: 41.66667%; + } + .offset-md-6 { + margin-left: 50%; + } + .offset-md-7 { + margin-left: 58.33333%; + } + .offset-md-8 { + margin-left: 66.66667%; + } + .offset-md-9 { + margin-left: 75%; + } + .offset-md-10 { + margin-left: 83.33333%; + } + .offset-md-11 { + margin-left: 91.66667%; + } +} + +@media (min-width: 992px) { + .col-lg { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } + .col-lg-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-lg-1 { + flex: 0 0 8.33333%; + max-width: 8.33333%; + } + .col-lg-2 { + flex: 0 0 16.66667%; + max-width: 16.66667%; + } + .col-lg-3 { + flex: 0 0 25%; + max-width: 25%; + } + .col-lg-4 { + flex: 0 0 33.33333%; + max-width: 33.33333%; + } + .col-lg-5 { + flex: 0 0 41.66667%; + max-width: 41.66667%; + } + .col-lg-6 { + flex: 0 0 50%; + max-width: 50%; + } + .col-lg-7 { + flex: 0 0 58.33333%; + max-width: 58.33333%; + } + .col-lg-8 { + flex: 0 0 66.66667%; + max-width: 66.66667%; + } + .col-lg-9 { + flex: 0 0 75%; + max-width: 75%; + } + .col-lg-10 { + flex: 0 0 83.33333%; + max-width: 83.33333%; + } + .col-lg-11 { + flex: 0 0 91.66667%; + max-width: 91.66667%; + } + .col-lg-12 { + flex: 0 0 100%; + max-width: 100%; + } + .order-lg-first { + order: -1; + } + .order-lg-last { + order: 13; + } + .order-lg-0 { + order: 0; + } + .order-lg-1 { + order: 1; + } + .order-lg-2 { + order: 2; + } + .order-lg-3 { + order: 3; + } + .order-lg-4 { + order: 4; + } + .order-lg-5 { + order: 5; + } + .order-lg-6 { + order: 6; + } + .order-lg-7 { + order: 7; + } + .order-lg-8 { + order: 8; + } + .order-lg-9 { + order: 9; + } + .order-lg-10 { + order: 10; + } + .order-lg-11 { + order: 11; + } + .order-lg-12 { + order: 12; + } + .offset-lg-0 { + margin-left: 0; + } + .offset-lg-1 { + margin-left: 8.33333%; + } + .offset-lg-2 { + margin-left: 16.66667%; + } + .offset-lg-3 { + margin-left: 25%; + } + .offset-lg-4 { + margin-left: 33.33333%; + } + .offset-lg-5 { + margin-left: 41.66667%; + } + .offset-lg-6 { + margin-left: 50%; + } + .offset-lg-7 { + margin-left: 58.33333%; + } + .offset-lg-8 { + margin-left: 66.66667%; + } + .offset-lg-9 { + margin-left: 75%; + } + .offset-lg-10 { + margin-left: 83.33333%; + } + .offset-lg-11 { + margin-left: 91.66667%; + } +} + +@media (min-width: 1200px) { + .col-xl { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } + .col-xl-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-xl-1 { + flex: 0 0 8.33333%; + max-width: 8.33333%; + } + .col-xl-2 { + flex: 0 0 16.66667%; + max-width: 16.66667%; + } + .col-xl-3 { + flex: 0 0 25%; + max-width: 25%; + } + .col-xl-4 { + flex: 0 0 33.33333%; + max-width: 33.33333%; + } + .col-xl-5 { + flex: 0 0 41.66667%; + max-width: 41.66667%; + } + .col-xl-6 { + flex: 0 0 50%; + max-width: 50%; + } + .col-xl-7 { + flex: 0 0 58.33333%; + max-width: 58.33333%; + } + .col-xl-8 { + flex: 0 0 66.66667%; + max-width: 66.66667%; + } + .col-xl-9 { + flex: 0 0 75%; + max-width: 75%; + } + .col-xl-10 { + flex: 0 0 83.33333%; + max-width: 83.33333%; + } + .col-xl-11 { + flex: 0 0 91.66667%; + max-width: 91.66667%; + } + .col-xl-12 { + flex: 0 0 100%; + max-width: 100%; + } + .order-xl-first { + order: -1; + } + .order-xl-last { + order: 13; + } + .order-xl-0 { + order: 0; + } + .order-xl-1 { + order: 1; + } + .order-xl-2 { + order: 2; + } + .order-xl-3 { + order: 3; + } + .order-xl-4 { + order: 4; + } + .order-xl-5 { + order: 5; + } + .order-xl-6 { + order: 6; + } + .order-xl-7 { + order: 7; + } + .order-xl-8 { + order: 8; + } + .order-xl-9 { + order: 9; + } + .order-xl-10 { + order: 10; + } + .order-xl-11 { + order: 11; + } + .order-xl-12 { + order: 12; + } + .offset-xl-0 { + margin-left: 0; + } + .offset-xl-1 { + margin-left: 8.33333%; + } + .offset-xl-2 { + margin-left: 16.66667%; + } + .offset-xl-3 { + margin-left: 25%; + } + .offset-xl-4 { + margin-left: 33.33333%; + } + .offset-xl-5 { + margin-left: 41.66667%; + } + .offset-xl-6 { + margin-left: 50%; + } + .offset-xl-7 { + margin-left: 58.33333%; + } + .offset-xl-8 { + margin-left: 66.66667%; + } + .offset-xl-9 { + margin-left: 75%; + } + .offset-xl-10 { + margin-left: 83.33333%; + } + .offset-xl-11 { + margin-left: 91.66667%; + } +} + +.table { + width: 100%; + margin-bottom: 1rem; + color: #2e3145; + background-color: #fff; +} +.table th, +.table td { + padding: 0.75rem; + vertical-align: top; + border-top: 1px solid #d6d8e3; +} +.table thead th { + vertical-align: bottom; + border-bottom: 2px solid #d6d8e3; +} +.table tbody + tbody { + border-top: 2px solid #d6d8e3; +} + +.table-sm th, +.table-sm td { + padding: 0.3rem; +} + +.table-bordered { + border: 1px solid #d6d8e3; +} +.table-bordered th, +.table-bordered td { + border: 1px solid #d6d8e3; +} +.table-bordered thead th, +.table-bordered thead td { + border-bottom-width: 2px; +} + +.table-borderless th, +.table-borderless td, +.table-borderless thead th, +.table-borderless tbody + tbody { + border: 0; +} + +.table-striped tbody tr:nth-of-type(odd) { + background-color: rgba(0, 0, 0, 0.05); +} + +.table-hover tbody tr:hover { + color: #2e3145; + background-color: rgba(0, 0, 0, 0.075); +} + +.table-primary, +.table-primary > th, +.table-primary > td { + background-color: #b8dae6; +} + +.table-primary th, +.table-primary td, +.table-primary thead th, +.table-primary tbody + tbody { + border-color: #7abad1; +} + +.table-hover .table-primary:hover { + background-color: #a5d0df; +} +.table-hover .table-primary:hover > td, +.table-hover .table-primary:hover > th { + background-color: #a5d0df; +} + +.table-secondary, +.table-secondary > th, +.table-secondary > td { + background-color: #e7eaec; +} + +.table-secondary th, +.table-secondary td, +.table-secondary thead th, +.table-secondary tbody + tbody { + border-color: #d2d7dc; +} + +.table-hover .table-secondary:hover { + background-color: #d9dee1; +} +.table-hover .table-secondary:hover > td, +.table-hover .table-secondary:hover > th { + background-color: #d9dee1; +} + +.table-success, +.table-success > th, +.table-success > td { + background-color: #c6ecde; +} + +.table-success th, +.table-success td, +.table-success thead th, +.table-success tbody + tbody { + border-color: #94dbc2; +} + +.table-hover .table-success:hover { + background-color: #b3e6d3; +} +.table-hover .table-success:hover > td, +.table-hover .table-success:hover > th { + background-color: #b3e6d3; +} + +.table-info, +.table-info > th, +.table-info > td { + background-color: #b8dae6; +} + +.table-info th, +.table-info td, +.table-info thead th, +.table-info tbody + tbody { + border-color: #7abad1; +} + +.table-hover .table-info:hover { + background-color: #a5d0df; +} +.table-hover .table-info:hover > td, +.table-hover .table-info:hover > th { + background-color: #a5d0df; +} + +.table-warning, +.table-warning > th, +.table-warning > td { + background-color: #f0d8c8; +} + +.table-warning th, +.table-warning td, +.table-warning thead th, +.table-warning tbody + tbody { + border-color: #e3b798; +} + +.table-hover .table-warning:hover { + background-color: #ebcab4; +} +.table-hover .table-warning:hover > td, +.table-hover .table-warning:hover > th { + background-color: #ebcab4; +} + +.table-danger, +.table-danger > th, +.table-danger > td { + background-color: #ebcaca; +} + +.table-danger th, +.table-danger td, +.table-danger thead th, +.table-danger tbody + tbody { + border-color: #da9c9c; +} + +.table-hover .table-danger:hover { + background-color: #e4b7b7; +} +.table-hover .table-danger:hover > td, +.table-hover .table-danger:hover > th { + background-color: #e4b7b7; +} + +.table-light, +.table-light > th, +.table-light > td { + background-color: white; +} + +.table-light th, +.table-light td, +.table-light thead th, +.table-light tbody + tbody { + border-color: white; +} + +.table-hover .table-light:hover { + background-color: #f2f2f2; +} +.table-hover .table-light:hover > td, +.table-hover .table-light:hover > th { + background-color: #f2f2f2; +} + +.table-dark, +.table-dark > th, +.table-dark > td { + background-color: #fdfeff; +} + +.table-dark th, +.table-dark td, +.table-dark thead th, +.table-dark tbody + tbody { + border-color: #fbfcfe; +} + +.table-hover .table-dark:hover { + background-color: #e4f1ff; +} +.table-hover .table-dark:hover > td, +.table-hover .table-dark:hover > th { + background-color: #e4f1ff; +} + +.table-active, +.table-active > th, +.table-active > td { + background-color: var(--body-bg); +} + +.table-hover .table-active:hover { + background-color: #dde3ed; +} +.table-hover .table-active:hover > td, +.table-hover .table-active:hover > th { + background-color: #dde3ed; +} + +.table .thead-dark th { + color: #2e3145; + background-color: #343a40; + border-color: #454d55; +} + +.table .thead-light th { + color: #2e3145; + background-color: #e9ecef; + border-color: #d6d8e3; +} + +.table-dark { + color: #2e3145; + background-color: #343a40; +} +.table-dark th, +.table-dark td, +.table-dark thead th { + border-color: #454d55; +} +.table-dark.table-bordered { + border: 0; +} +.table-dark.table-striped tbody tr:nth-of-type(odd) { + background-color: rgba(255, 255, 255, 0.05); +} +.table-dark.table-hover tbody tr:hover { + color: #2e3145; + background-color: rgba(255, 255, 255, 0.075); +} + +@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; + } +} + +@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; + } +} + +@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; + } +} + +@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; + } +} + +.table-responsive { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; +} +.table-responsive > .table-bordered { + border: 0; +} + +.form-control { + display: block; + width: 100%; + height: calc(1.5em + 1.3rem + 2px); + padding: 0.65rem 0.5rem; + font-size: 0.875rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #ced4da; + border-radius: 2px !important; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .form-control { + transition: none; + } +} +.form-control::-ms-expand { + background-color: transparent; + border: 0; +} +.form-control:focus { + color: #495057; + background-color: #fff; + border-color: #27c6ff; + outline: 0; + box-shadow: 0px 0px 5px #00bbff; +} +.form-control::placeholder { + color: #747B90; + opacity: 1; +} +.form-control:disabled, +.form-control[readonly] { + background-color: #e9ecef; + opacity: 1; +} + +select.form-control:focus::-ms-value { + color: #495057; + background-color: #fff; +} + +.form-control-file, +.form-control-range { + display: block; + width: 100%; +} + +.form-control-label { + color: #747B90; +} + +.col-form-label { + padding-top: calc(0.65rem + 1px); + padding-bottom: calc(0.65rem + 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.125rem; + line-height: 1.5; +} + +.col-form-label-sm { + padding-top: calc(0.25rem + 1px); + padding-bottom: calc(0.25rem + 1px); + font-size: 0.7875rem; + line-height: 1.5; +} + +.form-control-plaintext { + display: block; + width: 100%; + padding-top: 0.65rem; + padding-bottom: 0.65rem; + margin-bottom: 0; + line-height: 1.5; + color: #2e3145; + 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; +} + +.form-control-sm { + height: calc(1.5em + 0.5rem + 2px); + padding: 0.25rem 0.5rem; + font-size: 0.7875rem; + line-height: 1.5; + border-radius: 0.2rem; +} + +.form-control-lg { + height: calc(1.5em + 1rem + 2px); + padding: 0.5rem 1rem; + font-size: 1.125rem; + line-height: 1.5; + border-radius: 0.3rem; +} + +select.form-control[size], +select.form-control[multiple] { + height: auto; +} + +textarea.form-control { + height: auto; +} + +.form-group { + margin-bottom: 1rem; +} + +.form-text { + display: block; + margin-top: 0.25rem; +} + +.form-row { + display: flex; + flex-wrap: wrap; + margin-right: -5px; + margin-left: -5px; +} +.form-row > .col, +.form-row > [class*="col-"] { + padding-right: 5px; + padding-left: 5px; +} + +.form-check { + position: relative; + display: block; + padding-left: 1.25rem; +} + +.form-check-input { + position: absolute; + margin-top: 0.3rem; + margin-left: -1.25rem; +} +.form-check-input:disabled ~ .form-check-label { + color: #6c757d; +} + +.form-check-label { + margin-bottom: 0; + font-size: 13px; + line-height: 18px; + color: #747B90; + text-transform: initial; + display: initial; +} + +.form-check-inline { + display: inline-flex; + align-items: center; + padding-left: 0; + margin-right: 0.75rem; +} +.form-check-inline .form-check-input { + position: static; + margin-top: 0; + margin-right: 0.3125rem; + margin-left: 0; +} + +.valid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 80%; + color: #32bab1; +} + +.valid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.25rem 0.5rem; + margin-top: 0.1rem; + font-size: 0.7875rem; + line-height: 1.5; + color: #fff; + background-color: rgba(50, 186, 137, 0.9); + border-radius: 0.25rem; +} + +.was-validated .form-control:valid, +.form-control.is-valid { + border-color: #32bab1; + padding-right: calc(1.5em + 1.3rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2332BA89' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: center right calc(0.375em + 0.325rem); + background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem); +} +.was-validated .form-control:valid:focus, +.form-control.is-valid:focus { + border-color: #32bab1; + box-shadow: 0 0 0 0.2rem rgba(50, 186, 137, 0.25); +} +.was-validated .form-control:valid ~ .valid-feedback, +.was-validated .form-control:valid ~ .valid-tooltip, +.form-control.is-valid ~ .valid-feedback, +.form-control.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated textarea.form-control:valid, +textarea.form-control.is-valid { + padding-right: calc(1.5em + 1.3rem); + background-position: top calc(0.375em + 0.325rem) right + calc(0.375em + 0.325rem); +} + +.was-validated .custom-select:valid, +.custom-select.is-valid { + border-color: #32bab1; + padding-right: calc((1em + 1.3rem) * 3 / 4 + 1.5rem); + background: no-repeat right 0.5rem center/8px 10px, + url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2332BA89' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") + #fff no-repeat center right 1.5rem / calc(0.75em + 0.65rem) + calc(0.75em + 0.65rem); +} +.was-validated .custom-select:valid:focus, +.custom-select.is-valid:focus { + border-color: #32bab1; + box-shadow: 0 0 0 0.2rem rgba(50, 186, 137, 0.25); +} +.was-validated .custom-select:valid ~ .valid-feedback, +.was-validated .custom-select:valid ~ .valid-tooltip, +.custom-select.is-valid ~ .valid-feedback, +.custom-select.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .form-control-file:valid ~ .valid-feedback, +.was-validated .form-control-file:valid ~ .valid-tooltip, +.form-control-file.is-valid ~ .valid-feedback, +.form-control-file.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .form-check-input:valid ~ .form-check-label, +.form-check-input.is-valid ~ .form-check-label { + color: #32bab1; +} + +.was-validated .form-check-input:valid ~ .valid-feedback, +.was-validated .form-check-input:valid ~ .valid-tooltip, +.form-check-input.is-valid ~ .valid-feedback, +.form-check-input.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .custom-control-input:valid ~ .custom-control-label, +.custom-control-input.is-valid ~ .custom-control-label { + color: #32bab1; +} +.was-validated .custom-control-input:valid ~ .custom-control-label::before, +.custom-control-input.is-valid ~ .custom-control-label::before { + border-color: #32bab1; +} + +.was-validated .custom-control-input:valid ~ .valid-feedback, +.was-validated .custom-control-input:valid ~ .valid-tooltip, +.custom-control-input.is-valid ~ .valid-feedback, +.custom-control-input.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated + .custom-control-input:valid:checked + ~ .custom-control-label::before, +.custom-control-input.is-valid:checked ~ .custom-control-label::before { + border-color: #4fd0a1; + background-color: #4fd0a1; +} + +.was-validated + .custom-control-input:valid:focus + ~ .custom-control-label::before, +.custom-control-input.is-valid:focus ~ .custom-control-label::before { + box-shadow: 0 0 0 0.2rem rgba(50, 186, 137, 0.25); +} + +.was-validated + .custom-control-input:valid:focus:not(:checked) + ~ .custom-control-label::before, +.custom-control-input.is-valid:focus:not(:checked) + ~ .custom-control-label::before { + border-color: #32bab1; +} + +.was-validated .custom-file-input:valid ~ .custom-file-label, +.custom-file-input.is-valid ~ .custom-file-label { + border-color: #32bab1; +} + +.was-validated .custom-file-input:valid ~ .valid-feedback, +.was-validated .custom-file-input:valid ~ .valid-tooltip, +.custom-file-input.is-valid ~ .valid-feedback, +.custom-file-input.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .custom-file-input:valid:focus ~ .custom-file-label, +.custom-file-input.is-valid:focus ~ .custom-file-label { + border-color: #32bab1; + box-shadow: 0 0 0 0.2rem rgba(50, 186, 137, 0.25); +} + +.invalid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 80%; + color: #ee4976; +} + +.invalid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.25rem 0.5rem; + margin-top: 0.1rem; + font-size: 0.7875rem; + line-height: 1.5; + color: #fff; + background-color: rgba(184, 64, 64, 0.9); + border-radius: 0.25rem; +} + +.was-validated .form-control:invalid, +.form-control.is-invalid { + border-color: #ee4976; + padding-right: calc(1.5em + 1.3rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B84040' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23B84040' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); + background-repeat: no-repeat; + background-position: center right calc(0.375em + 0.325rem); + background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem); +} +.was-validated .form-control:invalid:focus, +.form-control.is-invalid:focus { + border-color: #ee4976; + box-shadow: 0 0 0 0.2rem rgba(184, 64, 64, 0.25); +} +.was-validated .form-control:invalid ~ .invalid-feedback, +.was-validated .form-control:invalid ~ .invalid-tooltip, +.form-control.is-invalid ~ .invalid-feedback, +.form-control.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated textarea.form-control:invalid, +textarea.form-control.is-invalid { + padding-right: calc(1.5em + 1.3rem); + background-position: top calc(0.375em + 0.325rem) right + calc(0.375em + 0.325rem); +} + +.was-validated .custom-select:invalid, +.custom-select.is-invalid { + border-color: #ee4976; + padding-right: calc((1em + 1.3rem) * 3 / 4 + 1.5rem); + background: no-repeat right 0.5rem center/8px 10px, + url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B84040' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23B84040' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") + #fff no-repeat center right 1.5rem / calc(0.75em + 0.65rem) + calc(0.75em + 0.65rem); +} +.was-validated .custom-select:invalid:focus, +.custom-select.is-invalid:focus { + border-color: #ee4976; + box-shadow: 0 0 0 0.2rem rgba(184, 64, 64, 0.25); +} +.was-validated .custom-select:invalid ~ .invalid-feedback, +.was-validated .custom-select:invalid ~ .invalid-tooltip, +.custom-select.is-invalid ~ .invalid-feedback, +.custom-select.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .form-control-file:invalid ~ .invalid-feedback, +.was-validated .form-control-file:invalid ~ .invalid-tooltip, +.form-control-file.is-invalid ~ .invalid-feedback, +.form-control-file.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .form-check-input:invalid ~ .form-check-label, +.form-check-input.is-invalid ~ .form-check-label { + color: #ee4976; +} + +.was-validated .form-check-input:invalid ~ .invalid-feedback, +.was-validated .form-check-input:invalid ~ .invalid-tooltip, +.form-check-input.is-invalid ~ .invalid-feedback, +.form-check-input.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .custom-control-input:invalid ~ .custom-control-label, +.custom-control-input.is-invalid ~ .custom-control-label { + color: #ee4976; +} +.was-validated .custom-control-input:invalid ~ .custom-control-label::before, +.custom-control-input.is-invalid ~ .custom-control-label::before { + border-color: #ee4976; +} + +.was-validated .custom-control-input:invalid ~ .invalid-feedback, +.was-validated .custom-control-input:invalid ~ .invalid-tooltip, +.custom-control-input.is-invalid ~ .invalid-feedback, +.custom-control-input.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated + .custom-control-input:invalid:checked + ~ .custom-control-label::before, +.custom-control-input.is-invalid:checked ~ .custom-control-label::before { + border-color: #c96262; + background-color: #c96262; +} + +.was-validated + .custom-control-input:invalid:focus + ~ .custom-control-label::before, +.custom-control-input.is-invalid:focus ~ .custom-control-label::before { + box-shadow: 0 0 0 0.2rem rgba(184, 64, 64, 0.25); +} + +.was-validated + .custom-control-input:invalid:focus:not(:checked) + ~ .custom-control-label::before, +.custom-control-input.is-invalid:focus:not(:checked) + ~ .custom-control-label::before { + border-color: #ee4976; +} + +.was-validated .custom-file-input:invalid ~ .custom-file-label, +.custom-file-input.is-invalid ~ .custom-file-label { + border-color: #ee4976; +} + +.was-validated .custom-file-input:invalid ~ .invalid-feedback, +.was-validated .custom-file-input:invalid ~ .invalid-tooltip, +.custom-file-input.is-invalid ~ .invalid-feedback, +.custom-file-input.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, +.custom-file-input.is-invalid:focus ~ .custom-file-label { + border-color: #ee4976; + box-shadow: 0 0 0 0.2rem rgba(184, 64, 64, 0.25); +} + +.form-inline { + display: flex; + flex-flow: row wrap; + align-items: center; +} +.form-inline .form-check { + width: 100%; +} +@media (min-width: 576px) { + .form-inline label { + display: flex; + align-items: center; + justify-content: center; + margin-bottom: 0; + } + .form-inline .form-group { + display: flex; + flex: 0 0 auto; + flex-flow: row wrap; + align-items: center; + margin-bottom: 0; + } + .form-inline .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .form-inline .form-control-plaintext { + display: inline-block; + } + .form-inline .input-group, + .form-inline .custom-select { + width: auto; + } + .form-inline .form-check { + display: flex; + align-items: center; + justify-content: center; + width: auto; + padding-left: 0; + } + .form-inline .form-check-input { + position: relative; + flex-shrink: 0; + margin-top: 0; + margin-right: 0.25rem; + margin-left: 0; + } + .form-inline .custom-control { + align-items: center; + justify-content: center; + } + .form-inline .custom-control-label { + margin-bottom: 0; + } +} + +.btn { + display: inline-block; + font-weight: 400; + color: #2e3145; + text-align: center; + vertical-align: middle; + user-select: none; + background-color: transparent; + border: 1px solid transparent; + padding: 0.65rem 0.5rem; + font-size: 0.875rem; + line-height: 1.5; + border-radius: 2px !important; + 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; + -webkit-text-fill-color: black; +} +@media (prefers-reduced-motion: reduce) { + .btn { + transition: none; + } +} +.btn:hover { + color: #2e3145; + text-decoration: none; +} +.btn:focus, +.btn.focus { + outline: 0; + box-shadow: 0px 0px 5px #00bbff; +} +.btn.disabled, +.btn:disabled { + opacity: 0.7; +} + +a.btn.disabled, +fieldset:disabled a.btn { + pointer-events: none; +} + +.btn-primary { + color: #fff; + background-color: #b58aff; + border-color: #762ff2; +} +.btn-primary:hover { + color: #fff; + background-color: #9473ce; + border-color: #762ff2; +} +.btn-primary:focus, +.btn-primary.focus { + box-shadow: 0 0 0 0.2rem rgba(38, 142, 179, 0.5); +} +.btn-primary.disabled, +.btn-primary:disabled { + color: #fff; + background-color: #dac5ff; + border-color: #762ff2; +} +.btn-primary:not(:disabled):not(.disabled):active, +.btn-primary:not(:disabled):not(.disabled).active, +.show > .btn-primary.dropdown-toggle { + color: #fff; + background-color: #dac5ff; + border-color: #004b66; +} +.btn-primary:not(:disabled):not(.disabled):active:focus, +.btn-primary:not(:disabled):not(.disabled).active:focus, +.show > .btn-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(38, 142, 179, 0.5); +} + +.btn-secondary { + color: #fff; + background-color: #c4cfff; + border-color: #b199b3; +} +.btn-secondary:hover { + color: #fff; + background-color: #a3afe5; + border-color: #8b9aa6; +} +.btn-secondary:focus, +.btn-secondary.focus { + box-shadow: 0 0 0 0.2rem rgba(181, 190, 198, 0.5); +} +.btn-secondary.disabled, +.btn-secondary:disabled { + color: #fff; + background-color: #c4cfff; + border-color: #b199b3; +} +.btn-secondary:not(:disabled):not(.disabled):active, +.btn-secondary:not(:disabled):not(.disabled).active, +.show > .btn-secondary.dropdown-toggle { + color: #fff; + background-color: #c4cfff; + border-color: #8494a0; +} +.btn-secondary:not(:disabled):not(.disabled):active:focus, +.btn-secondary:not(:disabled):not(.disabled).active:focus, +.show > .btn-secondary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(181, 190, 198, 0.5); +} + +.btn-success { + color: #fff; + background-color: #32bab1; + border-color: #32bab1; +} +.btn-success:hover { + color: #fff; + background-color: #2a9c73; + border-color: #27926b; +} +.btn-success:focus, +.btn-success.focus { + box-shadow: 0 0 0 0.2rem rgba(81, 196, 155, 0.5); +} +.btn-success.disabled, +.btn-success:disabled { + color: #fff; + background-color: #32bab1; + border-color: #32bab1; +} +.btn-success:not(:disabled):not(.disabled):active, +.btn-success:not(:disabled):not(.disabled).active, +.show > .btn-success.dropdown-toggle { + color: #fff; + background-color: #27926b; + border-color: #248864; +} +.btn-success:not(:disabled):not(.disabled):active:focus, +.btn-success:not(:disabled):not(.disabled).active:focus, +.show > .btn-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(81, 196, 155, 0.5); +} + +.btn-info { + color: #fff; + background-color: #2F6DF2; + border-color: #2F6DF2; +} +.alert-info .btn-info { + color: #003f56; + background-color: transparent; + border: none; +} + +.btn-info:hover { + color: #fff; + background-color: #005e80; + border-color: #005573; +} +.btn-info:focus, +.btn-info.focus { + box-shadow: 0 0 0 0.2rem rgba(38, 142, 179, 0.5); +} +.btn-info.disabled, +.btn-info:disabled { + color: #fff; + background-color: #618ff3; + border-color: #618ff3; +} +.btn-info:not(:disabled):not(.disabled):active, +.btn-info:not(:disabled):not(.disabled).active, +.show > .btn-info.dropdown-toggle { + color: #fff; + background-color: #005573; + border-color: #004b66; +} +.btn-info:not(:disabled):not(.disabled):active:focus, +.btn-info:not(:disabled):not(.disabled).active:focus, +.show > .btn-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(38, 142, 179, 0.5); +} + +.btn-warning { + color: #fff; + background-color: #ffc194; + border-color: #c97539; +} +.btn-warning:hover { + color: #fff; + background-color: #ffc194; + border-color: #a35e2c; +} +.btn-warning:focus, +.btn-warning.focus { + box-shadow: 0 0 0 0.2rem rgba(209, 138, 87, 0.5); +} +.btn-warning.disabled, +.btn-warning:disabled { + color: #fff; + background-color: #ffc194; + border-color: #c97539; +} +.btn-warning:not(:disabled):not(.disabled):active, +.btn-warning:not(:disabled):not(.disabled).active, +.show > .btn-warning.dropdown-toggle { + color: #fff; + background-color: #ffc194; + border-color: #99582a; +} +.btn-warning:not(:disabled):not(.disabled):active:focus, +.btn-warning:not(:disabled):not(.disabled).active:focus, +.show > .btn-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(209, 138, 87, 0.5); +} + +.btn-danger { + color: #fff; + background-color: #ee4976; + border-color: #ee4976; +} +.btn-danger:hover { + color: #fff; + background-color: #9c3636; + border-color: #923333; +} +.btn-danger:focus, +.btn-danger.focus { + box-shadow: 0 0 0 0.2rem rgba(195, 93, 93, 0.5); +} +.btn-danger.disabled, +.btn-danger:disabled { + color: #fff; + background-color: #ee4976; + border-color: #ee4976; +} +.btn-danger:not(:disabled):not(.disabled):active, +.btn-danger:not(:disabled):not(.disabled).active, +.show > .btn-danger.dropdown-toggle { + color: #fff; + background-color: #923333; + border-color: #893030; +} +.btn-danger:not(:disabled):not(.disabled):active:focus, +.btn-danger:not(:disabled):not(.disabled).active:focus, +.show > .btn-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(195, 93, 93, 0.5); +} + +.btn-light { + color: #212529; + background-color: #fff; + border-color: #fff; +} +.btn-light:hover { + color: #212529; + background-color: #d6dfe1; + border-color: #cfd9db; +} +.btn-light:focus, +.btn-light.focus { + -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 210, 211, 0.5); + box-shadow: 0 0 0 0.2rem rgba(206, 210, 211, 0.5); +} +.btn-light.disabled, +.btn-light:disabled { + color: #212529; + background-color: #ecf0f1; + border-color: #ecf0f1; +} +.btn-light:not(:disabled):not(.disabled):active, +.btn-light:not(:disabled):not(.disabled).active, +.show > .btn-light.dropdown-toggle { + color: #212529; + background-color: #cfd9db; + border-color: #c7d3d6; +} +.btn-light:not(:disabled):not(.disabled):active:focus, +.btn-light:not(:disabled):not(.disabled).active:focus, +.show > .btn-light.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 210, 211, 0.5); + box-shadow: 0 0 0 0.2rem rgba(206, 210, 211, 0.5); +} + +.btn-dark { + color: #fff; + background-color: #7b8a8b; + border-color: #7b8a8b; +} +.btn-dark:hover { + color: #fff; + background-color: #697677; + border-color: #636f70; +} +.btn-dark:focus, +.btn-dark.focus { + -webkit-box-shadow: 0 0 0 0.2rem rgba(143, 156, 156, 0.5); + box-shadow: 0 0 0 0.2rem rgba(143, 156, 156, 0.5); +} +.btn-dark.disabled, +.btn-dark:disabled { + color: #fff; + background-color: #7b8a8b; + border-color: #7b8a8b; +} +.btn-dark:not(:disabled):not(.disabled):active, +.btn-dark:not(:disabled):not(.disabled).active, +.show > .btn-dark.dropdown-toggle { + color: #fff; + background-color: #636f70; + border-color: #5d696a; +} +.btn-dark:not(:disabled):not(.disabled):active:focus, +.btn-dark:not(:disabled):not(.disabled).active:focus, +.show > .btn-dark.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.2rem rgba(143, 156, 156, 0.5); + box-shadow: 0 0 0 0.2rem rgba(143, 156, 156, 0.5); +} +.btn-outline-primary { + color: #762ff2; + border-color: #762ff2; +} +.btn-outline-primary:hover { + color: #fff; + background-color: #762ff2; + border-color: #762ff2; +} +.btn-outline-primary:focus, +.btn-outline-primary.focus { + box-shadow: 0 0 0 0.2rem rgba(0, 122, 166, 0.5); +} +.btn-outline-primary.disabled, +.btn-outline-primary:disabled { + color: #762ff2; + background-color: transparent; +} +.btn-outline-primary:not(:disabled):not(.disabled):active, +.btn-outline-primary:not(:disabled):not(.disabled).active, +.show > .btn-outline-primary.dropdown-toggle { + color: #fff; + background-color: #762ff2; + border-color: #762ff2; +} +.btn-outline-primary:not(:disabled):not(.disabled):active:focus, +.btn-outline-primary:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(0, 122, 166, 0.5); +} + +.btn-outline-secondary { + color: #b199b3; + border-color: #b199b3; +} +.btn-outline-secondary:hover { + color: #fff; + background-color: #b199b3; + border-color: #b199b3; +} +.btn-outline-secondary:focus, +.btn-outline-secondary.focus { + box-shadow: 0 0 0 0.2rem rgba(168, 179, 188, 0.5); +} +.btn-outline-secondary.disabled, +.btn-outline-secondary:disabled { + color: #b199b3; + background-color: transparent; +} +.btn-outline-secondary:not(:disabled):not(.disabled):active, +.btn-outline-secondary:not(:disabled):not(.disabled).active, +.show > .btn-outline-secondary.dropdown-toggle { + color: #fff; + background-color: #b199b3; + border-color: #b199b3; +} +.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, +.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-secondary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(168, 179, 188, 0.5); +} + +.btn-outline-success { + color: #32bab1; + border-color: #32bab1; +} +.btn-outline-success:hover { + color: #fff; + background-color: #32bab1; + border-color: #32bab1; +} +.btn-outline-success:focus, +.btn-outline-success.focus { + box-shadow: 0 0 0 0.2rem rgba(50, 186, 137, 0.5); +} +.btn-outline-success.disabled, +.btn-outline-success:disabled { + color: #32bab1; + background-color: transparent; +} +.btn-outline-success:not(:disabled):not(.disabled):active, +.btn-outline-success:not(:disabled):not(.disabled).active, +.show > .btn-outline-success.dropdown-toggle { + color: #fff; + background-color: #32bab1; + border-color: #32bab1; +} +.btn-outline-success:not(:disabled):not(.disabled):active:focus, +.btn-outline-success:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(50, 186, 137, 0.5); +} + +.btn-outline-info { + color: #2F6DF2; + border-color: #2F6DF2; +} +.btn-outline-info:hover { + color: #fff; + background-color: #2F6DF2; + border-color: #2F6DF2; +} +.btn-outline-info:focus, +.btn-outline-info.focus { + box-shadow: 0 0 0 0.2rem rgba(0, 122, 166, 0.5); +} +.btn-outline-info.disabled, +.btn-outline-info:disabled { + color: #2F6DF2; + background-color: transparent; +} +.btn-outline-info:not(:disabled):not(.disabled):active, +.btn-outline-info:not(:disabled):not(.disabled).active, +.show > .btn-outline-info.dropdown-toggle { + color: #fff; + background-color: #2F6DF2; + border-color: #2F6DF2; +} +.btn-outline-info:not(:disabled):not(.disabled):active:focus, +.btn-outline-info:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(0, 122, 166, 0.5); +} + +.btn-outline-warning { + color: #c97539; + border-color: #c97539; +} +.btn-outline-warning:hover { + color: #fff; + background-color: #c97539; + border-color: #c97539; +} +.btn-outline-warning:focus, +.btn-outline-warning.focus { + box-shadow: 0 0 0 0.2rem rgba(201, 117, 57, 0.5); +} +.btn-outline-warning.disabled, +.btn-outline-warning:disabled { + color: #c97539; + background-color: transparent; +} +.btn-outline-warning:not(:disabled):not(.disabled):active, +.btn-outline-warning:not(:disabled):not(.disabled).active, +.show > .btn-outline-warning.dropdown-toggle { + color: #fff; + background-color: #c97539; + border-color: #c97539; +} +.btn-outline-warning:not(:disabled):not(.disabled):active:focus, +.btn-outline-warning:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(201, 117, 57, 0.5); +} + +.btn-outline-danger { + color: #ee4976; + border-color: #ee4976; +} +.btn-outline-danger:hover { + color: #fff; + background-color: #ee4976; + border-color: #ee4976; +} +.btn-outline-danger:focus, +.btn-outline-danger.focus { + box-shadow: 0 0 0 0.2rem rgba(184, 64, 64, 0.5); +} +.btn-outline-danger.disabled, +.btn-outline-danger:disabled { + color: #ee4976; + background-color: transparent; +} +.btn-outline-danger:not(:disabled):not(.disabled):active, +.btn-outline-danger:not(:disabled):not(.disabled).active, +.show > .btn-outline-danger.dropdown-toggle { + color: #fff; + background-color: #ee4976; + border-color: #ee4976; +} +.btn-outline-danger:not(:disabled):not(.disabled):active:focus, +.btn-outline-danger:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(184, 64, 64, 0.5); +} + +.btn-outline-light { + color: #fff; + border-color: #fff; +} +.btn-outline-light:hover { + color: #fff; + background-color: #fff; + border-color: #fff; +} +.btn-outline-light:focus, +.btn-outline-light.focus { + box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); +} +.btn-outline-light.disabled, +.btn-outline-light:disabled { + color: #fff; + background-color: transparent; +} +.btn-outline-light:not(:disabled):not(.disabled):active, +.btn-outline-light:not(:disabled):not(.disabled).active, +.show > .btn-outline-light.dropdown-toggle { + color: #fff; + background-color: #fff; + border-color: #fff; +} +.btn-outline-light:not(:disabled):not(.disabled):active:focus, +.btn-outline-light:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-light.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); +} + +.btn-outline-dark { + color: #f8fafe; + border-color: #f8fafe; +} +.btn-outline-dark:hover { + color: #fff; + background-color: #f8fafe; + border-color: #f8fafe; +} +.btn-outline-dark:focus, +.btn-outline-dark.focus { + box-shadow: 0 0 0 0.2rem rgba(248, 250, 254, 0.5); +} +.btn-outline-dark.disabled, +.btn-outline-dark:disabled { + color: #f8fafe; + background-color: transparent; +} +.btn-outline-dark:not(:disabled):not(.disabled):active, +.btn-outline-dark:not(:disabled):not(.disabled).active, +.show > .btn-outline-dark.dropdown-toggle { + color: #fff; + background-color: #f8fafe; + border-color: #f8fafe; +} +.btn-outline-dark:not(:disabled):not(.disabled):active:focus, +.btn-outline-dark:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-dark.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(248, 250, 254, 0.5); +} + +.btn-link { + font-weight: 400; + color: #747b90; + text-decoration: underline; +} +.btn-link:hover { + color: #515766; + text-decoration: none; +} +.btn-link:focus, +.btn-link.focus { + text-decoration: none; + box-shadow: none; +} +.btn-link:disabled, +.btn-link.disabled { + color: #6c757d; + pointer-events: none; +} + +.btn-lg, +.btn-group-lg > .btn { + padding: 0.5rem 1rem; + font-size: 1.125rem; + line-height: 1.5; + border-radius: 0.3rem; +} + +.btn-sm, +.btn-group-sm > .btn { + padding: 0.25rem 0.5rem; + font-size: 11px; + line-height: 1.5; + border-radius: 0.2rem; +} + +.btn-block { + display: block; + width: 100%; +} +.btn-block + .btn-block { + margin-top: 0.5rem; +} + +input[type="submit"].btn-block, +input[type="reset"].btn-block, +input[type="button"].btn-block { + width: 100%; +} + +.fade { + transition: opacity 0.15s linear; +} +@media (prefers-reduced-motion: reduce) { + .fade { + transition: none; + } +} +.fade:not(.show) { + opacity: 0; +} + +.collapse:not(.show) { + display: none; +} + +.collapsing { + position: relative; + height: 0; + overflow: hidden; + transition: height 0.35s ease; +} +@media (prefers-reduced-motion: reduce) { + .collapsing { + transition: none; + } +} + +.dropup, +.dropright, +.dropdown, +.dropleft { + position: relative; +} + +.dropdown-toggle { + white-space: nowrap; +} +.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; +} +.dropdown-toggle:empty::after { + margin-left: 0; +} + +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 10rem; + padding: 0.5rem 0; + margin: 0.125rem 0 0; + font-size: 0.9rem; + color: #2e3145; + 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; +} + +.dropdown-menu-left { + right: auto; + left: 0; +} + +.dropdown-menu-right { + right: 0; + left: auto; +} + +@media (min-width: 576px) { + .dropdown-menu-sm-left { + right: auto; + left: 0; + } + .dropdown-menu-sm-right { + right: 0; + left: auto; + } +} + +@media (min-width: 768px) { + .dropdown-menu-md-left { + right: auto; + left: 0; + } + .dropdown-menu-md-right { + right: 0; + left: auto; + } +} + +@media (min-width: 992px) { + .dropdown-menu-lg-left { + right: auto; + left: 0; + } + .dropdown-menu-lg-right { + right: 0; + left: auto; + } +} + +@media (min-width: 1200px) { + .dropdown-menu-xl-left { + right: auto; + left: 0; + } + .dropdown-menu-xl-right { + right: 0; + left: auto; + } +} + +.dropup .dropdown-menu { + top: auto; + bottom: 100%; + margin-top: 0; + margin-bottom: 0.125rem; +} + +.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; +} + +.dropup .dropdown-toggle:empty::after { + margin-left: 0; +} + +.dropright .dropdown-menu { + top: 0; + right: auto; + left: 100%; + margin-top: 0; + margin-left: 0.125rem; +} + +.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; +} + +.dropright .dropdown-toggle:empty::after { + margin-left: 0; +} + +.dropright .dropdown-toggle::after { + vertical-align: 0; +} + +.dropleft .dropdown-menu { + top: 0; + right: 100%; + left: auto; + margin-top: 0; + margin-right: 0.125rem; +} + +.dropleft .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; +} + +.dropleft .dropdown-toggle::after { + display: none; +} + +.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; +} + +.dropleft .dropdown-toggle:empty::after { + margin-left: 0; +} + +.dropleft .dropdown-toggle::before { + vertical-align: 0; +} + +.dropdown-menu[x-placement^="top"], +.dropdown-menu[x-placement^="right"], +.dropdown-menu[x-placement^="bottom"], +.dropdown-menu[x-placement^="left"] { + right: auto; + bottom: auto; +} + +.dropdown-divider { + height: 0; + margin: 0.5rem 0; + overflow: hidden; + border-top: 1px solid #e9ecef; +} + +.dropdown-item { + display: block; + width: 100%; + padding: 0.25rem 1.5rem; + clear: both; + font-weight: 400; + color: #212529; + text-align: inherit; + white-space: nowrap; + background-color: transparent; + border: 0; +} +.dropdown-item:hover, +.dropdown-item:focus { + color: var(--text); + text-decoration: none; + background-color: var(--secondary); +} +.dropdown-item.active, +.dropdown-item:active { + color: #fff; + text-decoration: none; + background-color: #2F6DF2; +} +.dropdown-item.disabled, +.dropdown-item:disabled { + color: #6c757d; + pointer-events: none; + background-color: transparent; +} + +.dropdown-menu.show { + display: block; +} + +.dropdown-header { + display: block; + padding: 0.5rem 1.5rem; + margin-bottom: 0; + font-size: 0.7875rem; + color: #6c757d; + white-space: nowrap; +} + +.dropdown-item-text { + display: block; + padding: 0.25rem 1.5rem; + color: #212529; +} + +.btn-group, +.btn-group-vertical { + position: relative; + display: inline-flex; + vertical-align: middle; +} +.btn-group > .btn, +.btn-group-vertical > .btn { + position: relative; + flex: 1 1 auto; +} +.btn-group > .btn:hover, +.btn-group-vertical > .btn:hover { + z-index: 1; +} +.btn-group > .btn:focus, +.btn-group > .btn:active, +.btn-group > .btn.active, +.btn-group-vertical > .btn:focus, +.btn-group-vertical > .btn:active, +.btn-group-vertical > .btn.active { + z-index: 1; +} + +.btn-toolbar { + display: flex; + flex-wrap: wrap; + justify-content: flex-start; +} +.btn-toolbar .input-group { + width: auto; +} + +.btn-group > .btn:not(:first-child), +.btn-group > .btn-group:not(:first-child) { + margin-left: -1px; +} + +.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-group > .btn:not(:first-child), +.btn-group > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.dropdown-toggle-split { + padding-right: 0.375rem; + padding-left: 0.375rem; +} +.dropdown-toggle-split::after, +.dropup .dropdown-toggle-split::after, +.dropright .dropdown-toggle-split::after { + margin-left: 0; +} +.dropleft .dropdown-toggle-split::before { + margin-right: 0; +} + +.btn-sm + .dropdown-toggle-split, +.btn-group-sm > .btn + .dropdown-toggle-split { + padding-right: 0.375rem; + padding-left: 0.375rem; +} + +.btn-lg + .dropdown-toggle-split, +.btn-group-lg > .btn + .dropdown-toggle-split { + padding-right: 0.75rem; + padding-left: 0.75rem; +} + +.btn-group-vertical { + flex-direction: column; + align-items: flex-start; + justify-content: center; +} +.btn-group-vertical > .btn, +.btn-group-vertical > .btn-group { + width: 100%; +} +.btn-group-vertical > .btn:not(:first-child), +.btn-group-vertical > .btn-group:not(:first-child) { + margin-top: -1px; +} +.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group-vertical > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn:not(:first-child), +.btn-group-vertical > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.btn-group-toggle > .btn, +.btn-group-toggle > .btn-group > .btn { + margin-bottom: 0; +} +.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; +} + +.input-group { + position: relative; + display: flex; + flex-wrap: wrap; + align-items: stretch; + width: 100%; +} +.input-group > .form-control, +.input-group > .form-control-plaintext, +.input-group > .custom-select, +.input-group > .custom-file { + position: relative; + flex: 1 1 auto; + width: 1%; + margin-bottom: 0; +} +.input-group > .form-control + .form-control, +.input-group > .form-control + .custom-select, +.input-group > .form-control + .custom-file, +.input-group > .form-control-plaintext + .form-control, +.input-group > .form-control-plaintext + .custom-select, +.input-group > .form-control-plaintext + .custom-file, +.input-group > .custom-select + .form-control, +.input-group > .custom-select + .custom-select, +.input-group > .custom-select + .custom-file, +.input-group > .custom-file + .form-control, +.input-group > .custom-file + .custom-select, +.input-group > .custom-file + .custom-file { + margin-left: -1px; +} +.input-group > .form-control:focus, +.input-group > .custom-select:focus, +.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label { + z-index: 3; +} +.input-group > .custom-file .custom-file-input:focus { + z-index: 4; +} +.input-group > .form-control:not(:last-child), +.input-group > .custom-select:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group > .form-control:not(:first-child), +.input-group > .custom-select:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.input-group > .custom-file { + display: flex; + align-items: center; +} +.input-group > .custom-file:not(:last-child) .custom-file-label, +.input-group > .custom-file:not(:last-child) .custom-file-label::after { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group > .custom-file:not(:first-child) .custom-file-label { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.input-group-prepend, +.input-group-append { + display: flex; +} +.input-group-prepend .btn, +.input-group-append .btn { + position: relative; + z-index: 2; +} +.input-group-prepend .btn:focus, +.input-group-append .btn:focus { + z-index: 3; +} +.input-group-prepend .btn + .btn, +.input-group-prepend .btn + .input-group-text, +.input-group-prepend .input-group-text + .input-group-text, +.input-group-prepend .input-group-text + .btn, +.input-group-append .btn + .btn, +.input-group-append .btn + .input-group-text, +.input-group-append .input-group-text + .input-group-text, +.input-group-append .input-group-text + .btn { + margin-left: -1px; +} + +.input-group-prepend { + margin-right: -1px; +} + +.input-group-append { + margin-left: -1px; +} + +.input-group-text { + display: flex; + align-items: center; + padding: 0.65rem 0.5rem; + margin-bottom: 0; + font-size: 0.875rem; + 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; +} +.input-group-text input[type="radio"], +.input-group-text input[type="checkbox"] { + margin-top: 0; +} + +.input-group-lg > .form-control:not(textarea), +.input-group-lg > .custom-select { + height: calc(1.5em + 1rem + 2px); +} + +.input-group-lg > .form-control, +.input-group-lg > .custom-select, +.input-group-lg > .input-group-prepend > .input-group-text, +.input-group-lg > .input-group-append > .input-group-text, +.input-group-lg > .input-group-prepend > .btn, +.input-group-lg > .input-group-append > .btn { + padding: 0.5rem 1rem; + font-size: 1.125rem; + line-height: 1.5; + border-radius: 0.3rem; +} + +.input-group-sm > .form-control:not(textarea), +.input-group-sm > .custom-select { + height: calc(1.5em + 0.5rem + 2px); +} + +.input-group-sm > .form-control, +.input-group-sm > .custom-select, +.input-group-sm > .input-group-prepend > .input-group-text, +.input-group-sm > .input-group-append > .input-group-text, +.input-group-sm > .input-group-prepend > .btn, +.input-group-sm > .input-group-append > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.7875rem; + line-height: 1.5; + border-radius: 0.2rem; +} + +.input-group-lg > .custom-select, +.input-group-sm > .custom-select { + padding-right: 1.5rem; +} + +.input-group > .input-group-prepend > .btn, +.input-group > .input-group-prepend > .input-group-text, +.input-group > .input-group-append:not(:last-child) > .btn, +.input-group > .input-group-append:not(:last-child) > .input-group-text, +.input-group + > .input-group-append:last-child + > .btn:not(:last-child):not(.dropdown-toggle), +.input-group + > .input-group-append:last-child + > .input-group-text:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.input-group > .input-group-append > .btn, +.input-group > .input-group-append > .input-group-text, +.input-group > .input-group-prepend:not(:first-child) > .btn, +.input-group > .input-group-prepend:not(:first-child) > .input-group-text, +.input-group > .input-group-prepend:first-child > .btn:not(:first-child), +.input-group + > .input-group-prepend:first-child + > .input-group-text:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.input-group-prepend .input-group-text { + color: #747B90 !important; +} +.custom-control { + position: relative; + display: block; + min-height: 1.35rem; + padding-left: 1.5rem; +} + +.custom-control-inline { + display: inline-flex; + margin-right: 1rem; +} + +.custom-control-input { + position: absolute; + z-index: -1; + opacity: 0; +} +.custom-control-input:checked ~ .custom-control-label::before { + color: #fff; + border-color: #dadbe0; + background-color: #fff; +} +.custom-control-input:focus ~ .custom-control-label::before { + box-shadow: 0px 0px 5px #00bbff; +} +.custom-control-input:focus:not(:checked) ~ .custom-control-label::before { + border-color: #27c6ff; +} +.custom-control-input:not(:disabled):active ~ .custom-control-label::before { + color: #fff; + background-color: #5ad3ff; + border-color: #5ad3ff; +} +.custom-control-input:disabled ~ .custom-control-label { + color: #6c757d; +} +.custom-control-input:disabled ~ .custom-control-label::before { + background-color: #e9ecef; +} + +.custom-control-label { + position: relative; + margin-bottom: 0; + vertical-align: top; +} +.custom-control-label::before { + position: absolute; + top: .15rem; + left: -1.5rem; + display: block; + width: 1rem; + height: 1rem; + pointer-events: none; + content: ""; + background-color: #fff; + border: #dadbe0 solid 1px; +} +.custom-control-label::after { + position: absolute; + top: .15rem; + left: -1.5rem; + display: block; + width: 1rem; + height: 1rem; + content: ""; + background: no-repeat 50% / 50% 50%; +} + +.custom-checkbox .custom-control-label::before { + border-radius: 0.25rem; +} + +.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23007AA6' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); +} + +.custom-checkbox + .custom-control-input:indeterminate + ~ .custom-control-label::before { + border-color: #762ff2; + background-color: #762ff2; +} + +.custom-checkbox + .custom-control-input:indeterminate + ~ .custom-control-label::after { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23007AA6' d='M0 2h4'/%3e%3c/svg%3e"); +} + +.custom-checkbox + .custom-control-input:disabled:checked + ~ .custom-control-label::before { + background-color: rgba(0, 122, 166, 0.5); +} + +.custom-checkbox + .custom-control-input:disabled:indeterminate + ~ .custom-control-label::before { + background-color: rgba(0, 122, 166, 0.5); +} + +.custom-radio .custom-control-label::before { + border-radius: 50%; +} + +.custom-radio .custom-control-input:checked ~ .custom-control-label::after { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23007AA6'/%3e%3c/svg%3e"); +} + +.custom-radio + .custom-control-input:disabled:checked + ~ .custom-control-label::before { + background-color: rgba(0, 122, 166, 0.5); +} + +.custom-switch { + padding-left: 2.25rem; +} +.custom-switch .custom-control-label::before { + left: -2.25rem; + width: 1.75rem; + pointer-events: all; + border-radius: 0.5rem; +} +.custom-switch .custom-control-label::after { + top: calc(0.175rem + 2px); + left: calc(-2.25rem + 2px); + width: calc(1rem - 4px); + height: calc(1rem - 4px); + background-color: #dadbe0; + border-radius: 0.5rem; + transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, + border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .custom-switch .custom-control-label::after { + transition: none; + } +} +.custom-switch .custom-control-input:checked ~ .custom-control-label::after { + background-color: #fff; + transform: translateX(0.75rem); +} +.custom-switch + .custom-control-input:disabled:checked + ~ .custom-control-label::before { + background-color: rgba(0, 122, 166, 0.5); +} + +.custom-select { + display: inline-block; + width: 100%; + height: calc(1.5em + 1.3rem + 2px); + padding: 0.65rem 1.5rem 0.65rem 0.5rem; + font-size: 0.875rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + vertical-align: middle; + background-color: #fff; + background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.02426 9.48731C7.18128 9.29086 7.04141 9 6.78992 9L1.21005 9C0.958559 9 0.818689 9.29086 0.975709 9.48731L3.76564 12.9778C3.88574 13.1281 4.11423 13.1281 4.23433 12.9778L7.02426 9.48731Z' fill='%238A93B0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.02426 4.51269C7.18128 4.70914 7.04141 5 6.78992 5L1.21005 5C0.958559 5 0.818689 4.70914 0.975709 4.51269L3.76564 1.02218C3.88574 0.871926 4.11423 0.871926 4.23433 1.02218L7.02426 4.51269Z' fill='%238A93B0'/%3E%3C/svg%3E%0A"); + background-repeat: no-repeat; + background-size: 8px; + background-position: right 7px center; + border-radius: 2px !important; + border: 1px solid #DBDDE7 !important; + appearance: none; +} +.custom-select:focus { + border-color: #27c6ff; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2); +} +.custom-select:focus::-ms-value { + color: #495057; + background-color: #fff; +} +.custom-select[multiple], +.custom-select[size]:not([size="1"]) { + height: auto; + padding-right: 0.5rem; + background-image: none; +} +.custom-select:disabled { + color: #6c757d; + background-color: #e9ecef; +} +.custom-select::-ms-expand { + display: none; +} + +.custom-select-sm { + height: calc(1.5em + 0.5rem + 2px); + padding-top: 0.25rem; + padding-bottom: 0.25rem; + padding-left: 0.5rem; + font-size: 0.7875rem; +} + +.custom-select-lg { + height: calc(1.5em + 1rem + 2px); + padding-top: 0.5rem; + padding-bottom: 0.5rem; + padding-left: 1rem; + font-size: 1.125rem; +} + +.custom-file { + position: relative; + display: inline-block; + width: 100%; + height: calc(1.5em + 1.3rem + 2px); + margin-bottom: 0; +} + +.custom-file-input { + position: relative; + z-index: 2; + width: 100%; + height: calc(1.5em + 1.3rem + 2px); + margin: 0; + opacity: 0; +} +.custom-file-input:focus ~ .custom-file-label { + border-color: #27c6ff; + box-shadow: 0px 0px 5px #00bbff; +} +.custom-file-input:disabled ~ .custom-file-label { + background-color: #e9ecef; +} +.custom-file-input:lang(en) ~ .custom-file-label::after { + content: "Browse"; +} +.custom-file-input ~ .custom-file-label[data-browse]::after { + content: attr(data-browse); +} + +.custom-file-label { + position: absolute; + top: 0; + right: 0; + left: 0; + z-index: 1; + height: calc(1.5em + 1.3rem + 2px); + padding: 0.65rem 0.5rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + background-color: #fff; + border: 1px solid #ced4da; + border-radius: 0.25rem; +} +.custom-file-label::after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + z-index: 3; + display: block; + height: calc(1.5em + 1.3rem); + padding: 0.65rem 0.5rem; + line-height: 1.5; + color: #495057; + content: "Browse"; + background-color: #e9ecef; + border-left: inherit; + border-radius: 0 0.25rem 0.25rem 0; +} + +.custom-range { + width: 100%; + height: calc(1rem + 0.4rem); + padding: 0; + background-color: transparent; + appearance: none; +} +.custom-range:focus { + outline: none; +} +.custom-range:focus::-webkit-slider-thumb { + box-shadow: 0 0 0 1px var(--body-bg), 0px 0px 5px #00bbff; +} +.custom-range:focus::-moz-range-thumb { + box-shadow: 0 0 0 1px var(--body-bg), 0px 0px 5px #00bbff; +} +.custom-range:focus::-ms-thumb { + box-shadow: 0 0 0 1px var(--body-bg), 0px 0px 5px #00bbff; +} +.custom-range::-moz-focus-outer { + border: 0; +} +.custom-range::-webkit-slider-thumb { + width: 1rem; + height: 1rem; + margin-top: -0.25rem; + background-color: #762ff2; + border: 0; + border-radius: 1rem; + 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) { + .custom-range::-webkit-slider-thumb { + transition: none; + } +} +.custom-range::-webkit-slider-thumb:active { + background-color: #5ad3ff; +} +.custom-range::-webkit-slider-runnable-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; +} +.custom-range::-moz-range-thumb { + width: 1rem; + height: 1rem; + background-color: #762ff2; + border: 0; + border-radius: 1rem; + 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) { + .custom-range::-moz-range-thumb { + transition: none; + } +} +.custom-range::-moz-range-thumb:active { + background-color: #5ad3ff; +} +.custom-range::-moz-range-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; +} +.custom-range::-ms-thumb { + width: 1rem; + height: 1rem; + margin-top: 0; + margin-right: 0.2rem; + margin-left: 0.2rem; + background-color: #762ff2; + border: 0; + border-radius: 1rem; + 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) { + .custom-range::-ms-thumb { + transition: none; + } +} +.custom-range::-ms-thumb:active { + background-color: #5ad3ff; +} +.custom-range::-ms-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: transparent; + border-color: transparent; + border-width: 0.5rem; +} +.custom-range::-ms-fill-lower { + background-color: #dee2e6; + border-radius: 1rem; +} +.custom-range::-ms-fill-upper { + margin-right: 15px; + background-color: #dee2e6; + border-radius: 1rem; +} +.custom-range:disabled::-webkit-slider-thumb { + background-color: #adb5bd; +} +.custom-range:disabled::-webkit-slider-runnable-track { + cursor: default; +} +.custom-range:disabled::-moz-range-thumb { + background-color: #adb5bd; +} +.custom-range:disabled::-moz-range-track { + cursor: default; +} +.custom-range:disabled::-ms-thumb { + background-color: #adb5bd; +} + +.custom-control-label::before, +.custom-file-label, +.custom-select { + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, + box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .custom-control-label::before, + .custom-file-label, + .custom-select { + transition: none; + } +} + +.nav { + display: flex; + flex-wrap: wrap; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} + +.nav-link { + display: block; + padding: 0.5rem 1rem; +} +.nav-link:hover, +.nav-link:focus { + text-decoration: none; +} +.nav-link.disabled { + color: #6c757d; + pointer-events: none; + cursor: default; +} + +.nav-tabs { + border-bottom: 1px solid #d8dae5; +} +.nav-tabs .nav-item { + margin-bottom: -1px; +} +.nav-tabs .nav-link { + border: 1px solid transparent; + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} +.nav-tabs .nav-link:hover, +.nav-tabs .nav-link:focus { + border-color: #d8dae5; +} +.nav-tabs .nav-link.disabled { + color: #6c757d; + background-color: transparent; + border-color: transparent; +} +.nav-tabs .nav-link.active, +.nav-tabs .nav-item.show .nav-link { + color: #1b1d24; + background-color: #fff; + border-color: #d8dae5; +} +.nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.nav-pills .nav-link { + border-radius: 0.25rem; +} + +.nav-pills .nav-link.active, +.nav-pills .show > .nav-link { + color: #fff; + background-color: #762ff2; +} + +.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: 0.5rem 1rem; +} +.navbar > .container, +.navbar > .container-fluid { + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; +} + +.navbar-brand { + display: inline-block; + padding-top: 0.33125rem; + padding-bottom: 0.33125rem; + margin-right: 1rem; + font-size: 1.125rem; + line-height: inherit; + white-space: nowrap; +} +.navbar-brand:hover, +.navbar-brand:focus { + text-decoration: none; +} + +.navbar-nav { + display: flex; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} +.navbar-nav .nav-link { + padding-right: 0; + padding-left: 0; +} +.navbar-nav .dropdown-menu { + position: static; + float: none; +} + +.navbar-text { + display: inline-block; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} + +.navbar-collapse { + flex-basis: 100%; + flex-grow: 1; + align-items: center; +} + +.navbar-toggler { + padding: 0.25rem 0.75rem; + font-size: 1.125rem; + line-height: 1; + background-color: transparent; + border: 1px solid transparent; + border-radius: 0.25rem; +} +.navbar-toggler:hover, +.navbar-toggler:focus { + text-decoration: none; +} + +.navbar-toggler-icon { + display: inline-block; + width: 1.5em; + height: 1.5em; + vertical-align: middle; + content: ""; + background: no-repeat center center; + background-size: 100% 100%; +} + +@media (max-width: 575.98px) { + .navbar-expand-sm > .container, + .navbar-expand-sm > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 576px) { + .navbar-expand-sm { + flex-flow: row 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 > .container, + .navbar-expand-sm > .container-fluid { + flex-wrap: nowrap; + } + .navbar-expand-sm .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-sm .navbar-toggler { + display: none; + } +} + +@media (max-width: 767.98px) { + .navbar-expand-md > .container, + .navbar-expand-md > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 768px) { + .navbar-expand-md { + flex-flow: row 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 > .container, + .navbar-expand-md > .container-fluid { + flex-wrap: nowrap; + } + .navbar-expand-md .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-md .navbar-toggler { + display: none; + } +} + +@media (max-width: 991.98px) { + .navbar-expand-lg > .container, + .navbar-expand-lg > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 992px) { + .navbar-expand-lg { + flex-flow: row 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 > .container, + .navbar-expand-lg > .container-fluid { + flex-wrap: nowrap; + } + .navbar-expand-lg .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-lg .navbar-toggler { + display: none; + } +} + +@media (max-width: 1199.98px) { + .navbar-expand-xl > .container, + .navbar-expand-xl > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 1200px) { + .navbar-expand-xl { + flex-flow: row 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 > .container, + .navbar-expand-xl > .container-fluid { + flex-wrap: nowrap; + } + .navbar-expand-xl .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-xl .navbar-toggler { + display: none; + } +} + +.navbar-expand { + flex-flow: row nowrap; + justify-content: flex-start; +} +.navbar-expand > .container, +.navbar-expand > .container-fluid { + padding-right: 0; + padding-left: 0; +} +.navbar-expand .navbar-nav { + flex-direction: row; +} +.navbar-expand .navbar-nav .dropdown-menu { + position: absolute; +} +.navbar-expand .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; +} +.navbar-expand > .container, +.navbar-expand > .container-fluid { + flex-wrap: nowrap; +} +.navbar-expand .navbar-collapse { + display: flex !important; + flex-basis: auto; +} +.navbar-expand .navbar-toggler { + display: none; +} + +.navbar-light .navbar-brand { + color: rgba(0, 0, 0, 0.9); +} +.navbar-light .navbar-brand:hover, +.navbar-light .navbar-brand:focus { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-nav .nav-link { + color: rgba(0, 0, 0, 0.5); +} +.navbar-light .navbar-nav .nav-link:hover, +.navbar-light .navbar-nav .nav-link:focus { + color: rgba(0, 0, 0, 0.7); +} +.navbar-light .navbar-nav .nav-link.disabled { + color: rgba(0, 0, 0, 0.3); +} + +.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); +} + +.navbar-light .navbar-toggler { + color: rgba(0, 0, 0, 0.5); + border-color: rgba(0, 0, 0, 0.1); +} + +.navbar-light .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +} + +.navbar-light .navbar-text { + color: rgba(0, 0, 0, 0.5); +} +.navbar-light .navbar-text a { + color: rgba(0, 0, 0, 0.9); +} +.navbar-light .navbar-text a:hover, +.navbar-light .navbar-text a:focus { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-dark .navbar-brand { + color: #fff; +} +.navbar-dark .navbar-brand:hover, +.navbar-dark .navbar-brand:focus { + color: #fff; +} + +.navbar-dark .navbar-nav .nav-link { + color: rgba(255, 255, 255, 0.7); +} +.navbar-dark .navbar-nav .nav-link:hover, +.navbar-dark .navbar-nav .nav-link:focus { + color: rgba(255, 255, 255, 0.75); +} +.navbar-dark .navbar-nav .nav-link.disabled { + color: rgba(255, 255, 255, 0.25); +} + +.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; +} + +.navbar-dark .navbar-toggler { + color: rgba(255, 255, 255, 0.7); + border-color: rgba(255, 255, 255, 0.1); +} + +.navbar-dark .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +} + +.navbar-dark .navbar-text { + color: rgba(255, 255, 255, 0.7); +} +.navbar-dark .navbar-text a { + color: #fff; +} +.navbar-dark .navbar-text a:hover, +.navbar-dark .navbar-text a:focus { + color: #fff; +} + +.card { + 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); + border-radius: 0.25rem; +} +.card > hr { + margin-right: 0; + margin-left: 0; +} +.card > .list-group:first-child .list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} +.card > .list-group:last-child .list-group-item:last-child { + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} + +.card-body { + flex: 1 1 auto; + padding: 1.25rem; +} + +.card-title { + margin-bottom: 0.75rem; +} + +.card-subtitle { + margin-top: -0.375rem; + margin-bottom: 0; +} + +.card-text:last-child { + margin-bottom: 0; +} + +.card-link:hover { + text-decoration: none; +} + +.card-link + .card-link { + margin-left: 1.25rem; +} + +.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); +} +.card-header:first-child { + border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; +} +.card-header + .list-group .list-group-item:first-child { + border-top: 0; +} + +.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); +} +.card-footer:last-child { + border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); +} + +.card-header-tabs { + margin-right: -0.625rem; + margin-bottom: -0.75rem; + margin-left: -0.625rem; + border-bottom: 0; +} + +.card-header-pills { + margin-right: -0.625rem; + margin-left: -0.625rem; +} + +.card-img-overlay { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + padding: 1.25rem; +} + +.card-img { + width: 100%; + border-radius: calc(0.25rem - 1px); +} + +.card-img-top { + width: 100%; + border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); +} + +.card-img-bottom { + width: 100%; + border-bottom-right-radius: calc(0.25rem - 1px); + border-bottom-left-radius: calc(0.25rem - 1px); +} + +.card-deck { + display: flex; + flex-direction: column; +} +.card-deck .card { + margin-bottom: 15px; +} +@media (min-width: 576px) { + .card-deck { + flex-flow: row wrap; + margin-right: -15px; + margin-left: -15px; + } + .card-deck .card { + display: flex; + flex: 1 0 0%; + flex-direction: column; + margin-right: 15px; + margin-bottom: 0; + margin-left: 15px; + } +} + +.card-group { + display: flex; + flex-direction: column; +} +.card-group > .card { + margin-bottom: 15px; +} +@media (min-width: 576px) { + .card-group { + flex-flow: row wrap; + } + .card-group > .card { + flex: 1 0 0%; + margin-bottom: 0; + } + .card-group > .card + .card { + margin-left: 0; + border-left: 0; + } + .card-group > .card:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } + .card-group > .card:not(:last-child) .card-img-top, + .card-group > .card:not(:last-child) .card-header { + border-top-right-radius: 0; + } + .card-group > .card:not(:last-child) .card-img-bottom, + .card-group > .card:not(:last-child) .card-footer { + border-bottom-right-radius: 0; + } + .card-group > .card:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + .card-group > .card:not(:first-child) .card-img-top, + .card-group > .card:not(:first-child) .card-header { + border-top-left-radius: 0; + } + .card-group > .card:not(:first-child) .card-img-bottom, + .card-group > .card:not(:first-child) .card-footer { + border-bottom-left-radius: 0; + } +} + +.card-columns .card { + margin-bottom: 0.75rem; +} + +@media (min-width: 576px) { + .card-columns { + column-count: 3; + column-gap: 1.25rem; + orphans: 1; + widows: 1; + } + .card-columns .card { + display: inline-block; + width: 100%; + } +} + +.accordion > .card { + overflow: hidden; +} +.accordion > .card:not(:first-of-type) .card-header:first-child { + border-radius: 0; +} +.accordion > .card:not(:first-of-type):not(:last-of-type) { + border-bottom: 0; + border-radius: 0; +} +.accordion > .card:first-of-type { + border-bottom: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.accordion > .card:last-of-type { + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.accordion > .card .card-header { + margin-bottom: -1px; +} + +.breadcrumb { + display: flex; + flex-wrap: wrap; + padding: 0.75rem 1rem; + margin-bottom: 1rem; + list-style: none; + background-color: #e9ecef; + border-radius: 0.25rem; +} + +.breadcrumb-item + .breadcrumb-item { + padding-left: 0.5rem; +} +.breadcrumb-item + .breadcrumb-item::before { + display: inline-block; + padding-right: 0.5rem; + color: #6c757d; + content: "/"; +} + +.breadcrumb-item + .breadcrumb-item:hover::before { + text-decoration: underline; +} + +.breadcrumb-item + .breadcrumb-item:hover::before { + text-decoration: none; +} + +.breadcrumb-item.active { + color: #6c757d; +} + +.pagination { + display: flex; + padding-left: 0; + list-style: none; + border-radius: 0.25rem; +} + +.page-link { + position: relative; + display: block; + padding: 0.5rem 0.75rem; + margin-left: -1px; + line-height: 1.25; + color: #747b90; + background-color: #fff; + border: 1px solid #dee2e6; +} +.page-link:hover { + z-index: 2; + color: #515766; + text-decoration: none; + background-color: #e9ecef; + border-color: #dee2e6; +} +.page-link:focus { + z-index: 2; + outline: 0; + box-shadow: 0px 0px 5px #00bbff; +} + +.page-item:first-child .page-link { + margin-left: 0; + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} + +.page-item:last-child .page-link { + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} + +.page-item.active .page-link { + z-index: 1; + color: #fff; + background-color: #762ff2; + border-color: #762ff2; +} + +.page-item.disabled .page-link { + color: #6c757d; + pointer-events: none; + cursor: auto; + background-color: #fff; + border-color: #dee2e6; +} + +.pagination-lg .page-link { + padding: 0.75rem 1.5rem; + font-size: 1.125rem; + line-height: 1.5; +} + +.pagination-lg .page-item:first-child .page-link { + border-top-left-radius: 0.3rem; + border-bottom-left-radius: 0.3rem; +} + +.pagination-lg .page-item:last-child .page-link { + border-top-right-radius: 0.3rem; + border-bottom-right-radius: 0.3rem; +} + +.pagination-sm .page-link { + padding: 0.25rem 0.5rem; + font-size: 0.7875rem; + line-height: 1.5; +} + +.pagination-sm .page-item:first-child .page-link { + border-top-left-radius: 0.2rem; + border-bottom-left-radius: 0.2rem; +} + +.pagination-sm .page-item:last-child .page-link { + border-top-right-radius: 0.2rem; + border-bottom-right-radius: 0.2rem; +} + +.badge { + display: inline-block; + padding: 0.25em 0.4em; + font-size: 75%; + font-weight: 700; + line-height: 1; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + 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) { + .badge { + transition: none; + } +} +a.badge:hover, +a.badge:focus { + text-decoration: none; +} +.badge:empty { + display: none; +} + +.btn .badge { + position: relative; + top: -1px; +} + +.badge-pill { + padding-right: 0.6em; + padding-left: 0.6em; + border-radius: 10rem; +} + +.badge-primary { + color: #fff; + background-color: #762ff2; +} +a.badge-primary:hover, +a.badge-primary:focus { + color: #fff; + background-color: #005573; +} +a.badge-primary:focus, +a.badge-primary.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(0, 122, 166, 0.5); +} + +.badge-secondary { + color: #fff; + background-color: #b199b3; +} +a.badge-secondary:hover, +a.badge-secondary:focus { + color: #fff; + background-color: #8b9aa6; +} +a.badge-secondary:focus, +a.badge-secondary.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(168, 179, 188, 0.5); +} + +.badge-success { + color: #fff; + background-color: #32bab1; +} +a.badge-success:hover, +a.badge-success:focus { + color: #fff; + background-color: #27926b; +} +a.badge-success:focus, +a.badge-success.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(50, 186, 137, 0.5); +} + +.badge-info { + color: #fff; + background-color: #2F6DF2; +} +a.badge-info:hover, +a.badge-info:focus { + color: #fff; + background-color: #005573; +} +a.badge-info:focus, +a.badge-info.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(0, 122, 166, 0.5); +} + +.badge-warning { + color: #fff; + background-color: #c97539; +} +a.badge-warning:hover, +a.badge-warning:focus { + color: #fff; + background-color: #a35e2c; +} +a.badge-warning:focus, +a.badge-warning.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(201, 117, 57, 0.5); +} + +.badge-danger { + color: #fff; + background-color: #ee4976; +} +a.badge-danger:hover, +a.badge-danger:focus { + color: #fff; + background-color: #923333; +} +a.badge-danger:focus, +a.badge-danger.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(184, 64, 64, 0.5); +} + +.badge-light { + color: #000; + background-color: #fff; +} +a.badge-light:hover, +a.badge-light:focus { + color: #000; + background-color: #e6e6e6; +} +a.badge-light:focus, +a.badge-light.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); +} + +.badge-dark { + color: #fff; + background-color: #001a23; +} +a.badge-dark:hover, +a.badge-dark:focus { + color: #fff; + background-color: #001a23; +} + +.jumbotron { + padding: 2rem 1rem; + margin-bottom: 2rem; + background-color: #e9ecef; + border-radius: 0.3rem; +} +@media (min-width: 576px) { + .jumbotron { + padding: 4rem 2rem; + } +} + +.jumbotron-fluid { + padding-right: 0; + padding-left: 0; + border-radius: 0; +} + +.alert { + position: relative; + padding: 0.75rem 1.25rem; + margin-bottom: 1rem; + border: 1px solid transparent; + border-radius: 0.25rem; +} + +.alert pre, +.alert code { + color: inherit; +} + +.alert-heading { + color: inherit; +} + +.alert-link { + font-weight: 700; +} + +.alert-dismissible { + padding-right: 3.85rem; +} +.alert-dismissible .close { + position: absolute; + top: 0; + right: 0; + padding: 0.75rem 1.25rem; + color: inherit; +} + +.alert-primary { + color: #003f56; + background-color: #cce4ed; + border-color: #b8dae6; +} +.alert-primary hr { + border-top-color: #a5d0df; +} +.alert-primary .alert-link { + color: #001a23; +} + +.alert-secondary { + color: #575d62; + background-color: #eef0f2; + border-color: #e7eaec; +} +.alert-secondary hr { + border-top-color: #d9dee1; +} +.alert-secondary .alert-link { + color: #3f4347; +} + +.alert-success { + color: #599663; + background-color: #d2f0df; + border-color: #b3e8cb; +} +.alert-success hr { + border-top-color: #b3e6d3; +} +.alert-success .alert-link { + color: #0f392a; +} + +.alert-info { + color: #4C91A7; + background-color: #d2e4f3; + border-color: #b3d1eb; +} +.alert-info hr { + border-top-color: #a5d0df; +} +.alert-info .alert-link { + color: #001a23; +} + +.alert-warning { + color: #CC5D0C; + background-color: #efdfd7; + border-color: #e7cab7; +} +.alert-warning hr { + border-top-color: #ebcab4; +} +.alert-warning .alert-link { + color: #cc5d0c; +} + +.alert-danger { + color: #BE3737; + background-color: #ebd5d8; + border-color: #dfb6b8; +} +.alert-danger hr { + border-top-color: #e4b7b7; +} +.alert-danger .alert-link { + color: #3a1414; +} + +.alert-light { + color: #858585; + background-color: white; + border-color: white; +} +.alert-light hr { + border-top-color: #f2f2f2; +} +.alert-light .alert-link { + color: #6c6c6c; +} + +.alert-dark { + color: #818284; + background-color: #fefeff; + border-color: #fdfeff; +} +.alert-dark hr { + border-top-color: #e4f1ff; +} +.alert-dark .alert-link { + color: #68696a; +} + +@keyframes progress-bar-stripes { + from { + background-position: 1rem 0; + } + to { + background-position: 0 0; + } +} + +.progress { + display: flex; + height: 1rem; + overflow: hidden; + font-size: 0.675rem; + background-color: #e9ecef; + border-radius: 0.25rem; +} + +.progress-bar { + display: flex; + flex-direction: column; + justify-content: center; + color: #fff; + text-align: center; + white-space: nowrap; + background-color: #762ff2; + transition: width 0.6s ease; +} +@media (prefers-reduced-motion: reduce) { + .progress-bar { + transition: none; + } +} + +.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; +} + +.progress-bar-animated { + animation: progress-bar-stripes 1s linear infinite; +} +@media (prefers-reduced-motion: reduce) { + .progress-bar-animated { + animation: none; + } +} + +.media { + display: flex; + align-items: flex-start; +} + +.media-body { + flex: 1; +} + +.list-group { + display: flex; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; +} + +.list-group-item-action { + width: 100%; + color: #495057; + text-align: inherit; +} +.list-group-item-action:hover, +.list-group-item-action:focus { + z-index: 1; + color: #495057; + text-decoration: none; + background-color: #f8f9fa; +} +.list-group-item-action:active { + color: #2e3145; + background-color: #e9ecef; +} + +.list-group-item { + position: relative; + display: block; + padding: 0.75rem 1.25rem; + margin-bottom: -1px; + 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; +} +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} +.list-group-item.disabled, +.list-group-item:disabled { + color: #6c757d; + pointer-events: none; + background-color: #fff; +} +.list-group-item.active { + z-index: 2; + color: #fff; + background-color: #762ff2; + border-color: #762ff2; +} + +.list-group-horizontal { + flex-direction: row; +} +.list-group-horizontal .list-group-item { + margin-right: -1px; + margin-bottom: 0; +} +.list-group-horizontal .list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; +} +.list-group-horizontal .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0; +} + +@media (min-width: 576px) { + .list-group-horizontal-sm { + flex-direction: row; + } + .list-group-horizontal-sm .list-group-item { + margin-right: -1px; + margin-bottom: 0; + } + .list-group-horizontal-sm .list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-sm .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } +} + +@media (min-width: 768px) { + .list-group-horizontal-md { + flex-direction: row; + } + .list-group-horizontal-md .list-group-item { + margin-right: -1px; + margin-bottom: 0; + } + .list-group-horizontal-md .list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-md .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } +} + +@media (min-width: 992px) { + .list-group-horizontal-lg { + flex-direction: row; + } + .list-group-horizontal-lg .list-group-item { + margin-right: -1px; + margin-bottom: 0; + } + .list-group-horizontal-lg .list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-lg .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } +} + +@media (min-width: 1200px) { + .list-group-horizontal-xl { + flex-direction: row; + } + .list-group-horizontal-xl .list-group-item { + margin-right: -1px; + margin-bottom: 0; + } + .list-group-horizontal-xl .list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-xl .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } +} + +.list-group-flush .list-group-item { + border-right: 0; + border-left: 0; + border-radius: 0; +} +.list-group-flush .list-group-item:last-child { + margin-bottom: -1px; +} + +.list-group-flush:first-child .list-group-item:first-child { + border-top: 0; +} + +.list-group-flush:last-child .list-group-item:last-child { + margin-bottom: 0; + border-bottom: 0; +} + +.list-group-item-primary { + color: #003f56; + background-color: #b8dae6; +} +.list-group-item-primary.list-group-item-action:hover, +.list-group-item-primary.list-group-item-action:focus { + color: #003f56; + background-color: #a5d0df; +} +.list-group-item-primary.list-group-item-action.active { + color: #fff; + background-color: #003f56; + border-color: #003f56; +} + +.list-group-item-secondary { + color: #575d62; + background-color: #e7eaec; +} +.list-group-item-secondary.list-group-item-action:hover, +.list-group-item-secondary.list-group-item-action:focus { + color: #575d62; + background-color: #d9dee1; +} +.list-group-item-secondary.list-group-item-action.active { + color: #fff; + background-color: #575d62; + border-color: #575d62; +} + +.list-group-item-success { + color: #1a6147; + background-color: #c6ecde; +} +.list-group-item-success.list-group-item-action:hover, +.list-group-item-success.list-group-item-action:focus { + color: #1a6147; + background-color: #b3e6d3; +} +.list-group-item-success.list-group-item-action.active { + color: #fff; + background-color: #1a6147; + border-color: #1a6147; +} + +.list-group-item-info { + color: #003f56; + background-color: #b8dae6; +} +.list-group-item-info.list-group-item-action:hover, +.list-group-item-info.list-group-item-action:focus { + color: #003f56; + background-color: #a5d0df; +} +.list-group-item-info.list-group-item-action.active { + color: #fff; + background-color: #003f56; + border-color: #003f56; +} + +.list-group-item-warning { + color: #693d1e; + background-color: #f0d8c8; +} +.list-group-item-warning.list-group-item-action:hover, +.list-group-item-warning.list-group-item-action:focus { + color: #693d1e; + background-color: #ebcab4; +} +.list-group-item-warning.list-group-item-action.active { + color: #fff; + background-color: #693d1e; + border-color: #693d1e; +} + +.list-group-item-danger { + color: #602121; + background-color: #ebcaca; +} +.list-group-item-danger.list-group-item-action:hover, +.list-group-item-danger.list-group-item-action:focus { + color: #602121; + background-color: #e4b7b7; +} +.list-group-item-danger.list-group-item-action.active { + color: #fff; + background-color: #602121; + border-color: #602121; +} + +.list-group-item-light { + color: #858585; + background-color: white; +} +.list-group-item-light.list-group-item-action:hover, +.list-group-item-light.list-group-item-action:focus { + color: #858585; + background-color: #f2f2f2; +} +.list-group-item-light.list-group-item-action.active { + color: #fff; + background-color: #858585; + border-color: #858585; +} + +.list-group-item-dark { + color: #818284; + background-color: #fdfeff; +} +.list-group-item-dark.list-group-item-action:hover, +.list-group-item-dark.list-group-item-action:focus { + color: #818284; + background-color: #e4f1ff; +} +.list-group-item-dark.list-group-item-action.active { + color: #fff; + background-color: #818284; + border-color: #818284; +} + +.close { + float: right; + font-size: 13px !important; + font-weight: 700; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + opacity: 0.5; +} +.close:hover { + color: #000; + text-decoration: none; +} +.close:not(:disabled):not(.disabled):hover, +.close:not(:disabled):not(.disabled):focus { + opacity: 0.75; +} + +button.close { + padding: 0; + background-color: transparent; + border: 0; + appearance: none; +} + +a.close.disabled { + pointer-events: none; +} + +.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.25rem 0.75rem rgba(0, 0, 0, 0.1); + backdrop-filter: blur(10px); + opacity: 0; + border-radius: 0.25rem; +} +.toast:not(:last-child) { + margin-bottom: 0.75rem; +} +.toast.showing { + opacity: 1; +} +.toast.show { + display: block; + opacity: 1; +} +.toast.hide { + display: none; +} + +.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); +} + +.toast-body { + padding: 0.75rem; +} + +.modal-open { + overflow: hidden; +} +.modal-open .modal { + overflow-x: hidden; + overflow-y: auto; +} + +.modal { + position: fixed; + top: 0; + left: 0; + z-index: 1050; + display: none; + width: 100%; + height: 100%; + overflow: hidden; + outline: 0; +} + +.modal-dialog { + position: relative; + width: auto; + margin: 0.5rem; + pointer-events: none; +} +.modal.fade .modal-dialog { + transition: transform 0.3s ease-out; + transform: translate(0, -50px); +} +@media (prefers-reduced-motion: reduce) { + .modal.fade .modal-dialog { + transition: none; + } +} +.modal.show .modal-dialog { + transform: none; +} + +.modal-dialog-scrollable { + display: flex; + max-height: calc(100% - 1rem); +} +.modal-dialog-scrollable .modal-content { + max-height: calc(100vh - 1rem); + overflow: hidden; +} +.modal-dialog-scrollable .modal-header, +.modal-dialog-scrollable .modal-footer { + flex-shrink: 0; +} +.modal-dialog-scrollable .modal-body { + overflow-y: auto; +} + +.modal-dialog-centered { + display: flex; + align-items: center; + min-height: calc(100% - 1rem); +} +.modal-dialog-centered::before { + display: block; + height: calc(100vh - 1rem); + content: ""; +} +.modal-dialog-centered.modal-dialog-scrollable { + flex-direction: column; + justify-content: center; + height: 100%; +} +.modal-dialog-centered.modal-dialog-scrollable .modal-content { + max-height: none; +} +.modal-dialog-centered.modal-dialog-scrollable::before { + content: none; +} + +.modal-content { + position: relative; + display: flex; + flex-direction: column; + width: 100%; + pointer-events: auto; + background-color: var(--body-bg); + background-clip: padding-box; + border: 1px solid #dfe1ea; + border-radius: 0.3rem; + outline: 0; +} + +.modal-backdrop { + position: fixed; + top: 0; + left: 0; + z-index: 1040; + width: 100vw; + height: 100vh; + background-color: var(--body-bg); +} +.modal-backdrop.fade { + opacity: 0; +} +.modal-backdrop.show { + opacity: 0.4; +} + +.modal-header { + display: flex; + align-items: flex-start; + justify-content: space-between; + padding: 1rem 1rem; + border-bottom: 1px solid #dfe1ea; + border-top-left-radius: 0.3rem; + border-top-right-radius: 0.3rem; +} +.modal-header .close { + padding: 1rem 1rem; + margin: -1rem -1rem -1rem auto; +} + +.modal-title { + margin-bottom: 0; + line-height: 1.5; +} + +.modal-body { + position: relative; + flex: 1 1 auto; + padding: 1rem; +} + +.modal-footer { + display: flex; + align-items: center; + justify-content: flex-end; + padding: 1rem; + border-top: 1px solid #dfe1ea; + border-bottom-right-radius: 0.3rem; + border-bottom-left-radius: 0.3rem; +} +.modal-footer > :not(:first-child) { + margin-left: 0.25rem; +} +.modal-footer > :not(:last-child) { + margin-right: 0.25rem; +} + +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; +} + +@media (min-width: 576px) { + .modal-dialog { + max-width: 500px; + margin: 1.75rem auto; + } + .modal-dialog-scrollable { + max-height: calc(100% - 3.5rem); + } + .modal-dialog-scrollable .modal-content { + max-height: calc(100vh - 3.5rem); + } + .modal-dialog-centered { + min-height: calc(100% - 3.5rem); + } + .modal-dialog-centered::before { + height: calc(100vh - 3.5rem); + } + .modal-sm { + max-width: 300px; + } +} + +@media (min-width: 992px) { + .modal-lg, + .modal-xl { + max-width: 800px; + } +} + +@media (min-width: 1200px) { + .modal-xl { + max-width: 1140px; + } +} + +.tooltip { + position: absolute; + z-index: 1070; + display: block; + margin: 0; + font-family: Nunito Sans, -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.7875rem; + word-wrap: break-word; + opacity: 0; +} +.tooltip.show { + opacity: 0.9; +} +.tooltip .arrow { + position: absolute; + display: block; + width: 0.8rem; + height: 0.4rem; +} +.tooltip .arrow::before { + position: absolute; + content: ""; + border-color: transparent; + border-style: solid; +} + +.bs-tooltip-top, +.bs-tooltip-auto[x-placement^="top"] { + padding: 0.4rem 0; +} +.bs-tooltip-top .arrow, +.bs-tooltip-auto[x-placement^="top"] .arrow { + bottom: 0; +} +.bs-tooltip-top .arrow::before, +.bs-tooltip-auto[x-placement^="top"] .arrow::before { + top: 0; + border-width: 0.4rem 0.4rem 0; + border-top-color: #000; +} + +.bs-tooltip-right, +.bs-tooltip-auto[x-placement^="right"] { + padding: 0 0.4rem; +} +.bs-tooltip-right .arrow, +.bs-tooltip-auto[x-placement^="right"] .arrow { + left: 0; + width: 0.4rem; + height: 0.8rem; +} +.bs-tooltip-right .arrow::before, +.bs-tooltip-auto[x-placement^="right"] .arrow::before { + 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; +} +.bs-tooltip-bottom .arrow, +.bs-tooltip-auto[x-placement^="bottom"] .arrow { + top: 0; +} +.bs-tooltip-bottom .arrow::before, +.bs-tooltip-auto[x-placement^="bottom"] .arrow::before { + bottom: 0; + border-width: 0 0.4rem 0.4rem; + border-bottom-color: #000; +} + +.bs-tooltip-left, +.bs-tooltip-auto[x-placement^="left"] { + padding: 0 0.4rem; +} +.bs-tooltip-left .arrow, +.bs-tooltip-auto[x-placement^="left"] .arrow { + right: 0; + width: 0.4rem; + height: 0.8rem; +} +.bs-tooltip-left .arrow::before, +.bs-tooltip-auto[x-placement^="left"] .arrow::before { + left: 0; + border-width: 0.4rem 0 0.4rem 0.4rem; + border-left-color: #000; +} + +.tooltip-inner { + padding: .25rem .5rem; + color: var(--text); + text-align: center; + background-color: var(--light); + border-radius: .25rem +} + +.popover { + position: absolute; + top: 0; + left: 0; + z-index: 1060; + display: block; + max-width: 276px; + font-family: Nunito Sans, -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.7875rem; + word-wrap: break-word; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 0.3rem; +} +.popover .arrow { + position: absolute; + display: block; + width: 1rem; + height: 0.5rem; + margin: 0 0.3rem; +} +.popover .arrow::before, +.popover .arrow::after { + position: absolute; + display: block; + content: ""; + border-color: transparent; + border-style: solid; +} + +.bs-popover-top, +.bs-popover-auto[x-placement^="top"] { + margin-bottom: 0.5rem; +} +.bs-popover-top > .arrow, +.bs-popover-auto[x-placement^="top"] > .arrow { + bottom: calc((0.5rem + 1px) * -1); +} +.bs-popover-top > .arrow::before, +.bs-popover-auto[x-placement^="top"] > .arrow::before { + bottom: 0; + border-width: 0.5rem 0.5rem 0; + border-top-color: rgba(0, 0, 0, 0.25); +} +.bs-popover-top > .arrow::after, +.bs-popover-auto[x-placement^="top"] > .arrow::after { + bottom: 1px; + border-width: 0.5rem 0.5rem 0; + border-top-color: var(--secondary); +} + +.bs-popover-right, +.bs-popover-auto[x-placement^="right"] { + margin-left: 0.5rem; +} +.bs-popover-right > .arrow, +.bs-popover-auto[x-placement^="right"] > .arrow { + left: calc((0.5rem + 1px) * -1); + width: 0.5rem; + height: 1rem; + margin: 0.3rem 0; +} +.bs-popover-right > .arrow::before, +.bs-popover-auto[x-placement^="right"] > .arrow::before { + left: 0; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: rgba(0, 0, 0, 0.25); +} +.bs-popover-right > .arrow::after, +.bs-popover-auto[x-placement^="right"] > .arrow::after { + left: 1px; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: var(--secondary); +} + +.bs-popover-bottom, +.bs-popover-auto[x-placement^="bottom"] { + margin-top: 0.5rem; +} +.bs-popover-bottom > .arrow, +.bs-popover-auto[x-placement^="bottom"] > .arrow { + top: calc((0.5rem + 1px) * -1); +} +.bs-popover-bottom > .arrow::before, +.bs-popover-auto[x-placement^="bottom"] > .arrow::before { + top: 0; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: rgba(0, 0, 0, 0.25); +} +.bs-popover-bottom > .arrow::after, +.bs-popover-auto[x-placement^="bottom"] > .arrow::after { + top: 1px; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: var(--secondary); +} +.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; +} + +.bs-popover-left, +.bs-popover-auto[x-placement^="left"] { + margin-right: 0.5rem; +} +.bs-popover-left > .arrow, +.bs-popover-auto[x-placement^="left"] > .arrow { + right: calc((0.5rem + 1px) * -1); + width: 0.5rem; + height: 1rem; + margin: 0.3rem 0; +} +.bs-popover-left > .arrow::before, +.bs-popover-auto[x-placement^="left"] > .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 > .arrow::after, +.bs-popover-auto[x-placement^="left"] > .arrow::after { + right: 1px; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: var(--secondary); +} + +.popover-header { + padding: 0.5rem 0.75rem; + margin-bottom: 0; + font-size: 0.9rem; + background-color: #f7f7f7; + border-bottom: 1px solid #ebebeb; + border-top-left-radius: calc(0.3rem - 1px); + border-top-right-radius: calc(0.3rem - 1px); +} +.popover-header:empty { + display: none; +} + +.popover-body { + padding: 0.5rem 0.75rem; + color: #2e3145; +} + +.carousel { + position: relative; +} + +.carousel.pointer-event { + touch-action: pan-y; +} + +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; +} +.carousel-inner::after { + display: block; + clear: both; + content: ""; +} + +.carousel-item { + position: relative; + display: none; + float: left; + width: 100%; + margin-right: -100%; + backface-visibility: hidden; + transition: transform 0.6s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .carousel-item { + transition: none; + } +} + +.carousel-item.active, +.carousel-item-next, +.carousel-item-prev { + display: block; +} + +.carousel-item-next:not(.carousel-item-left), +.active.carousel-item-right { + transform: translateX(100%); +} + +.carousel-item-prev:not(.carousel-item-right), +.active.carousel-item-left { + transform: translateX(-100%); +} + +.carousel-fade .carousel-item { + opacity: 0; + transition-property: opacity; + transform: none; +} + +.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; +} + +.carousel-fade .active.carousel-item-left, +.carousel-fade .active.carousel-item-right { + z-index: 0; + opacity: 0; + transition: 0s 0.6s opacity; +} +@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; + 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; + } +} +.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; +} + +.carousel-control-prev-icon, +.carousel-control-next-icon { + display: inline-block; + width: 20px; + height: 20px; + background: no-repeat 50% / 100% 100%; +} + +.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.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); +} + +.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.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); +} + +.carousel-indicators { + position: absolute; + right: 0; + bottom: 0; + left: 0; + z-index: 15; + display: flex; + justify-content: center; + padding-left: 0; + margin-right: 15%; + margin-left: 15%; + list-style: none; +} +.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; +} +@media (prefers-reduced-motion: reduce) { + .carousel-indicators li { + transition: none; + } +} +.carousel-indicators .active { + opacity: 1; +} + +.carousel-caption { + position: absolute; + right: 15%; + bottom: 20px; + left: 15%; + z-index: 10; + padding-top: 20px; + padding-bottom: 20px; + color: #fff; + text-align: center; +} + +@keyframes spinner-border { + to { + transform: rotate(360deg); + } +} + +.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%; + animation: spinner-border 0.75s linear infinite; +} + +.spinner-border-sm { + width: 1rem; + height: 1rem; + border-width: 0.2em; +} + +@keyframes spinner-grow { + 0% { + transform: scale(0); + } + 50% { + opacity: 1; + } +} + +.spinner-grow { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: text-bottom; + background-color: currentColor; + border-radius: 50%; + opacity: 0; + animation: spinner-grow 0.75s linear infinite; +} + +.spinner-grow-sm { + width: 1rem; + height: 1rem; +} + +.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; +} + +.bg-primary { + background-color: #762ff2 !important; +} + +a.bg-primary:hover, +a.bg-primary:focus, +button.bg-primary:hover, +button.bg-primary:focus { + background-color: #005573 !important; +} + +.bg-secondary { + background-color: #d7dee3 !important; +} + +a.bg-secondary:hover, +a.bg-secondary:focus, +button.bg-secondary:hover, +button.bg-secondary:focus { + background-color: #8b9aa6 !important; +} + +.bg-success { + background-color: #32bab1 !important; +} + +a.bg-success:hover, +a.bg-success:focus, +button.bg-success:hover, +button.bg-success:focus { + background-color: #27926b !important; +} + +.bg-info { + background-color: #2F6DF2 !important; +} + +a.bg-info:hover, +a.bg-info:focus, +button.bg-info:hover, +button.bg-info:focus { + background-color: #005573 !important; +} + +.bg-warning { + background-color: #c97539 !important; +} + +a.bg-warning:hover, +a.bg-warning:focus, +button.bg-warning:hover, +button.bg-warning:focus { + background-color: #a35e2c !important; +} + +.bg-danger { + background-color: #ee4976 !important; +} + +a.bg-danger:hover, +a.bg-danger:focus, +button.bg-danger:hover, +button.bg-danger:focus { + background-color: #923333 !important; +} + +.bg-light { + background-color: transparent !important; +} + +a.bg-light:hover, +a.bg-light:focus, +button.bg-light:hover, +button.bg-light:focus { + background-color: #e6e6e6 !important; +} + +.bg-dark { + background-color: #f8fafe !important; +} + +a.bg-dark:hover, +a.bg-dark:focus, +button.bg-dark:hover, +button.bg-dark:focus { + background-color: #cbdaf8 !important; +} + +.bg-white { + background-color: #fff !important; +} + +.bg-transparent { + background-color: transparent !important; +} + +.border { + border: 1px solid #d6d8e3 !important; +} + +.border-top { + border-top: 1px solid #d6d8e3 !important; +} + +.border-right { + border-right: 1px solid #d6d8e3 !important; +} + +.border-bottom { + border-bottom: 1px solid #d6d8e3 !important; +} + +.border-left { + border-left: 1px solid #d6d8e3 !important; +} + +.border-0 { + border: 0 !important; +} + +.border-top-0 { + border-top: 0 !important; +} + +.border-right-0 { + border-right: 0 !important; +} + +.border-bottom-0 { + border-bottom: 0 !important; +} + +.border-left-0 { + border-left: 0 !important; +} + +.border-primary { + border-color: #762ff2 !important; +} + +.border-secondary { + border-color: #b199b3 !important; +} + +.border-success { + border-color: #32bab1 !important; +} + +.border-info { + border-color: #2F6DF2 !important; +} + +.border-warning { + border-color: #c97539 !important; +} + +.border-danger { + border-color: #ee4976 !important; +} + +.border-light { + border-color: #e4e6f0 !important; +} + +.border-dark { + border-color: #E4E6F0 !important; +} + +.border-white { + border-color: #fff !important; +} + +.rounded-sm { + border-radius: 0.2rem !important; +} + +.rounded { + border-radius: 0.25rem !important; +} + +.rounded-top { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; +} + +.rounded-right { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; +} + +.rounded-bottom { + border-bottom-right-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; +} + +.rounded-left { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; +} + +.rounded-lg { + border-radius: 0.3rem !important; +} + +.rounded-circle { + border-radius: 50% !important; +} + +.rounded-pill { + border-radius: 50rem !important; +} + +.rounded-0 { + border-radius: 0 !important; +} + +.clearfix::after { + display: block; + clear: both; + content: ""; +} + +.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; +} + +@media (min-width: 576px) { + .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; + } +} + +@media (min-width: 768px) { + .d-md-none { + display: none !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-block { + display: block !important; + } + .d-md-table { + display: table !important; + } + .d-md-table-row { + display: table-row !important; + } + .d-md-table-cell { + display: table-cell !important; + } + .d-md-flex { + display: flex !important; + } + .d-md-inline-flex { + display: inline-flex !important; + } +} + +@media (min-width: 992px) { + .d-lg-none { + display: none !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-block { + display: block !important; + } + .d-lg-table { + display: table !important; + } + .d-lg-table-row { + display: table-row !important; + } + .d-lg-table-cell { + display: table-cell !important; + } + .d-lg-flex { + display: flex !important; + } + .d-lg-inline-flex { + display: inline-flex !important; + } +} + +@media (min-width: 1200px) { + .d-xl-none { + display: none !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-block { + display: block !important; + } + .d-xl-table { + display: table !important; + } + .d-xl-table-row { + display: table-row !important; + } + .d-xl-table-cell { + display: table-cell !important; + } + .d-xl-flex { + display: flex !important; + } + .d-xl-inline-flex { + display: inline-flex !important; + } +} + +@media print { + .d-print-none { + display: none !important; + } + .d-print-inline { + display: inline !important; + } + .d-print-inline-block { + display: inline-block !important; + } + .d-print-block { + display: block !important; + } + .d-print-table { + display: table !important; + } + .d-print-table-row { + display: table-row !important; + } + .d-print-table-cell { + display: table-cell !important; + } + .d-print-flex { + display: flex !important; + } + .d-print-inline-flex { + display: inline-flex !important; + } +} + +.embed-responsive { + position: relative; + display: block; + width: 100%; + padding: 0; + overflow: hidden; +} +.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; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + border: 0; +} + +.embed-responsive-21by9::before { + padding-top: 42.85714%; +} + +.embed-responsive-16by9::before { + padding-top: 56.25%; +} + +.embed-responsive-4by3::before { + padding-top: 75%; +} + +.embed-responsive-1by1::before { + padding-top: 100%; +} + +.flex-row { + flex-direction: row !important; +} + +.flex-column { + flex-direction: column !important; +} + +.flex-row-reverse { + flex-direction: row-reverse !important; +} + +.flex-column-reverse { + flex-direction: column-reverse !important; +} + +.flex-wrap { + flex-wrap: wrap !important; +} + +.flex-nowrap { + flex-wrap: nowrap !important; +} + +.flex-wrap-reverse { + flex-wrap: wrap-reverse !important; +} + +.flex-fill { + flex: 1 1 auto !important; +} + +.flex-grow-0 { + flex-grow: 0 !important; +} + +.flex-grow-1 { + flex-grow: 1 !important; +} + +.flex-shrink-0 { + flex-shrink: 0 !important; +} + +.flex-shrink-1 { + flex-shrink: 1 !important; +} + +.justify-content-start { + justify-content: flex-start !important; +} + +.justify-content-end { + justify-content: flex-end !important; +} + +.justify-content-center { + justify-content: center !important; +} + +.justify-content-between { + justify-content: space-between !important; +} + +.justify-content-around { + justify-content: space-around !important; +} + +.align-items-start { + align-items: flex-start !important; +} + +.align-items-end { + align-items: flex-end !important; +} + +.align-items-center { + align-items: center !important; +} + +.align-items-baseline { + align-items: baseline !important; +} + +.align-items-stretch { + align-items: stretch !important; +} + +.align-content-start { + align-content: flex-start !important; +} + +.align-content-end { + align-content: flex-end !important; +} + +.align-content-center { + align-content: center !important; +} + +.align-content-between { + align-content: space-between !important; +} + +.align-content-around { + align-content: space-around !important; +} + +.align-content-stretch { + align-content: stretch !important; +} + +.align-self-auto { + align-self: auto !important; +} + +.align-self-start { + align-self: flex-start !important; +} + +.align-self-end { + align-self: flex-end !important; +} + +.align-self-center { + align-self: center !important; +} + +.align-self-baseline { + align-self: baseline !important; +} + +.align-self-stretch { + align-self: stretch !important; +} + +@media (min-width: 576px) { + .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-wrap { + flex-wrap: wrap !important; + } + .flex-sm-nowrap { + flex-wrap: nowrap !important; + } + .flex-sm-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .flex-sm-fill { + flex: 1 1 auto !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; + } + .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; + } +} + +@media (min-width: 768px) { + .flex-md-row { + flex-direction: row !important; + } + .flex-md-column { + flex-direction: column !important; + } + .flex-md-row-reverse { + flex-direction: row-reverse !important; + } + .flex-md-column-reverse { + flex-direction: column-reverse !important; + } + .flex-md-wrap { + flex-wrap: wrap !important; + } + .flex-md-nowrap { + flex-wrap: nowrap !important; + } + .flex-md-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .flex-md-fill { + flex: 1 1 auto !important; + } + .flex-md-grow-0 { + flex-grow: 0 !important; + } + .flex-md-grow-1 { + flex-grow: 1 !important; + } + .flex-md-shrink-0 { + flex-shrink: 0 !important; + } + .flex-md-shrink-1 { + flex-shrink: 1 !important; + } + .justify-content-md-start { + justify-content: flex-start !important; + } + .justify-content-md-end { + justify-content: flex-end !important; + } + .justify-content-md-center { + justify-content: center !important; + } + .justify-content-md-between { + justify-content: space-between !important; + } + .justify-content-md-around { + justify-content: space-around !important; + } + .align-items-md-start { + align-items: flex-start !important; + } + .align-items-md-end { + align-items: flex-end !important; + } + .align-items-md-center { + align-items: center !important; + } + .align-items-md-baseline { + align-items: baseline !important; + } + .align-items-md-stretch { + align-items: stretch !important; + } + .align-content-md-start { + align-content: flex-start !important; + } + .align-content-md-end { + align-content: flex-end !important; + } + .align-content-md-center { + align-content: center !important; + } + .align-content-md-between { + align-content: space-between !important; + } + .align-content-md-around { + align-content: space-around !important; + } + .align-content-md-stretch { + align-content: stretch !important; + } + .align-self-md-auto { + align-self: auto !important; + } + .align-self-md-start { + align-self: flex-start !important; + } + .align-self-md-end { + align-self: flex-end !important; + } + .align-self-md-center { + align-self: center !important; + } + .align-self-md-baseline { + align-self: baseline !important; + } + .align-self-md-stretch { + align-self: stretch !important; + } +} + +@media (min-width: 992px) { + .flex-lg-row { + flex-direction: row !important; + } + .flex-lg-column { + flex-direction: column !important; + } + .flex-lg-row-reverse { + flex-direction: row-reverse !important; + } + .flex-lg-column-reverse { + flex-direction: column-reverse !important; + } + .flex-lg-wrap { + flex-wrap: wrap !important; + } + .flex-lg-nowrap { + flex-wrap: nowrap !important; + } + .flex-lg-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .flex-lg-fill { + flex: 1 1 auto !important; + } + .flex-lg-grow-0 { + flex-grow: 0 !important; + } + .flex-lg-grow-1 { + flex-grow: 1 !important; + } + .flex-lg-shrink-0 { + flex-shrink: 0 !important; + } + .flex-lg-shrink-1 { + flex-shrink: 1 !important; + } + .justify-content-lg-start { + justify-content: flex-start !important; + } + .justify-content-lg-end { + justify-content: flex-end !important; + } + .justify-content-lg-center { + justify-content: center !important; + } + .justify-content-lg-between { + justify-content: space-between !important; + } + .justify-content-lg-around { + justify-content: space-around !important; + } + .align-items-lg-start { + align-items: flex-start !important; + } + .align-items-lg-end { + align-items: flex-end !important; + } + .align-items-lg-center { + align-items: center !important; + } + .align-items-lg-baseline { + align-items: baseline !important; + } + .align-items-lg-stretch { + align-items: stretch !important; + } + .align-content-lg-start { + align-content: flex-start !important; + } + .align-content-lg-end { + align-content: flex-end !important; + } + .align-content-lg-center { + align-content: center !important; + } + .align-content-lg-between { + align-content: space-between !important; + } + .align-content-lg-around { + align-content: space-around !important; + } + .align-content-lg-stretch { + align-content: stretch !important; + } + .align-self-lg-auto { + align-self: auto !important; + } + .align-self-lg-start { + align-self: flex-start !important; + } + .align-self-lg-end { + align-self: flex-end !important; + } + .align-self-lg-center { + align-self: center !important; + } + .align-self-lg-baseline { + align-self: baseline !important; + } + .align-self-lg-stretch { + align-self: stretch !important; + } +} + +@media (min-width: 1200px) { + .flex-xl-row { + flex-direction: row !important; + } + .flex-xl-column { + flex-direction: column !important; + } + .flex-xl-row-reverse { + flex-direction: row-reverse !important; + } + .flex-xl-column-reverse { + flex-direction: column-reverse !important; + } + .flex-xl-wrap { + flex-wrap: wrap !important; + } + .flex-xl-nowrap { + flex-wrap: nowrap !important; + } + .flex-xl-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .flex-xl-fill { + flex: 1 1 auto !important; + } + .flex-xl-grow-0 { + flex-grow: 0 !important; + } + .flex-xl-grow-1 { + flex-grow: 1 !important; + } + .flex-xl-shrink-0 { + flex-shrink: 0 !important; + } + .flex-xl-shrink-1 { + flex-shrink: 1 !important; + } + .justify-content-xl-start { + justify-content: flex-start !important; + } + .justify-content-xl-end { + justify-content: flex-end !important; + } + .justify-content-xl-center { + justify-content: center !important; + } + .justify-content-xl-between { + justify-content: space-between !important; + } + .justify-content-xl-around { + justify-content: space-around !important; + } + .align-items-xl-start { + align-items: flex-start !important; + } + .align-items-xl-end { + align-items: flex-end !important; + } + .align-items-xl-center { + align-items: center !important; + } + .align-items-xl-baseline { + align-items: baseline !important; + } + .align-items-xl-stretch { + align-items: stretch !important; + } + .align-content-xl-start { + align-content: flex-start !important; + } + .align-content-xl-end { + align-content: flex-end !important; + } + .align-content-xl-center { + align-content: center !important; + } + .align-content-xl-between { + align-content: space-between !important; + } + .align-content-xl-around { + align-content: space-around !important; + } + .align-content-xl-stretch { + align-content: stretch !important; + } + .align-self-xl-auto { + align-self: auto !important; + } + .align-self-xl-start { + align-self: flex-start !important; + } + .align-self-xl-end { + align-self: flex-end !important; + } + .align-self-xl-center { + align-self: center !important; + } + .align-self-xl-baseline { + align-self: baseline !important; + } + .align-self-xl-stretch { + align-self: stretch !important; + } +} + +.float-left { + float: left !important; +} + +.float-right { + float: right !important; +} + +.float-none { + float: none !important; +} + +@media (min-width: 576px) { + .float-sm-left { + float: left !important; + } + .float-sm-right { + float: right !important; + } + .float-sm-none { + float: none !important; + } +} + +@media (min-width: 768px) { + .float-md-left { + float: left !important; + } + .float-md-right { + float: right !important; + } + .float-md-none { + float: none !important; + } +} + +@media (min-width: 992px) { + .float-lg-left { + float: left !important; + } + .float-lg-right { + float: right !important; + } + .float-lg-none { + float: none !important; + } +} + +@media (min-width: 1200px) { + .float-xl-left { + float: left !important; + } + .float-xl-right { + float: right !important; + } + .float-xl-none { + float: none !important; + } +} + +.overflow-auto { + overflow: auto !important; +} + +.overflow-hidden { + overflow: hidden !important; +} + +.position-static { + position: static !important; +} + +.position-relative { + position: relative !important; +} + +.position-absolute { + position: absolute !important; +} + +.position-fixed { + position: fixed !important; +} + +.position-sticky { + position: sticky !important; +} + +.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: sticky) { + .sticky-top { + position: sticky; + top: 0; + z-index: 1020; + } +} + +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border: 0; +} + +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + overflow: visible; + clip: auto; + white-space: normal; +} + +.shadow-sm { + box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; +} + +.shadow { + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; +} + +.shadow-lg { + box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; +} + +.shadow-none { + box-shadow: none !important; +} + +.w-25 { + width: 25% !important; +} + +.w-50 { + width: 50% !important; +} + +.w-75 { + width: 75% !important; +} + +.w-100 { + width: 100% !important; +} + +.w-auto { + width: auto !important; +} + +.h-25 { + height: 25% !important; +} + +.h-50 { + height: 50% !important; +} + +.h-75 { + height: 75% !important; +} + +.h-100 { + height: 100% !important; +} + +.h-auto { + height: auto !important; +} + +.mw-100 { + max-width: 100% !important; +} + +.mh-100 { + max-height: 100% !important; +} + +.min-vw-100 { + min-width: 100vw !important; +} + +.min-vh-100 { + min-height: 100vh !important; +} + +.vw-100 { + width: 100vw !important; +} + +.vh-100 { + height: 100vh !important; +} + +.stretched-link::after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1; + pointer-events: auto; + content: ""; + background-color: rgba(0, 0, 0, 0); +} + +.m-0 { + margin: 0 !important; +} + +.mt-0, +.my-0 { + margin-top: 0 !important; +} + +.mr-0, +.mx-0 { + margin-right: 0 !important; +} + +.mb-0, +.my-0 { + margin-bottom: 0 !important; +} + +.ml-0, +.mx-0 { + margin-left: 0 !important; +} + +.m-1 { + margin: 0.25rem !important; +} + +.mt-1, +.my-1 { + margin-top: 0.25rem !important; +} + +.mr-1, +.mx-1 { + margin-right: 0.25rem !important; +} + +.mb-1, +.my-1 { + margin-bottom: 0.25rem !important; +} + +.ml-1, +.mx-1 { + margin-left: 0.25rem !important; +} + +.m-2 { + margin: 0.5rem !important; +} + +.mt-2, +.my-2 { + margin-top: 0.5rem !important; +} + +.mr-2, +.mx-2 { + margin-right: 0.5rem !important; +} + +.mb-2, +.my-2 { + margin-bottom: 0.5rem !important; +} + +.ml-2, +.mx-2 { + margin-left: 0.5rem !important; +} + +.m-3 { + margin: 1rem !important; +} + +.mt-3, +.my-3 { + margin-top: 1rem !important; +} + +.mr-3, +.mx-3 { + margin-right: 1rem !important; +} + +.mb-3, +.my-3 { + margin-bottom: 1rem !important; +} + +.ml-3, +.mx-3 { + margin-left: 1rem !important; +} + +.m-4 { + margin: 1.5rem !important; +} + +.mt-4, +.my-4 { + margin-top: 1.5rem !important; +} + +.mr-4, +.mx-4 { + margin-right: 1.5rem !important; +} + +.mb-4, +.my-4 { + margin-bottom: 1.5rem !important; +} + +.ml-4, +.mx-4 { + margin-left: 1.5rem !important; +} + +.m-5 { + margin: 3rem !important; +} + +.mt-5, +.my-5 { + margin-top: 3rem !important; +} + +.mr-5, +.mx-5 { + margin-right: 3rem !important; +} + +.mb-5, +.my-5 { + margin-bottom: 3rem !important; +} + +.ml-5, +.mx-5 { + margin-left: 3rem !important; +} + +.p-0 { + padding: 0 !important; +} + +.pt-0, +.py-0 { + padding-top: 0 !important; +} + +.pr-0, +.px-0 { + padding-right: 0 !important; +} + +.pb-0, +.py-0 { + padding-bottom: 0 !important; +} + +.pl-0, +.px-0 { + padding-left: 0 !important; +} + +.p-1 { + padding: 0.25rem !important; +} + +.pt-1, +.py-1 { + padding-top: 0.25rem !important; +} + +.pr-1, +.px-1 { + padding-right: 0.25rem !important; +} + +.pb-1, +.py-1 { + padding-bottom: 0.25rem !important; +} + +.pl-1, +.px-1 { + padding-left: 0.25rem !important; +} + +.p-2 { + padding: 0.5rem !important; +} + +.pt-2, +.py-2 { + padding-top: 0.5rem !important; +} + +.pr-2, +.px-2 { + padding-right: 0.5rem !important; +} + +.pb-2, +.py-2 { + padding-bottom: 0.5rem !important; +} + +.pl-2, +.px-2 { + padding-left: 0.5rem !important; +} + +.p-3 { + padding: 1rem !important; +} + +.pt-3, +.py-3 { + padding-top: 1rem !important; +} + +.pr-3, +.px-3 { + padding-right: 1rem !important; +} + +.pb-3, +.py-3 { + padding-bottom: 1rem !important; +} + +.pl-3, +.px-3 { + padding-left: 1rem !important; +} + +.p-4 { + padding: 1.5rem !important; +} + +.pt-4, +.py-4 { + padding-top: 1.5rem !important; +} + +.pr-4, +.px-4 { + padding-right: 1.5rem !important; +} + +.pb-4, +.py-4 { + padding-bottom: 1.5rem !important; +} + +.pl-4, +.px-4 { + padding-left: 1.5rem !important; +} + +.p-5 { + padding: 3rem !important; +} + +.pt-5, +.py-5 { + padding-top: 3rem !important; +} + +.pr-5, +.px-5 { + padding-right: 3rem !important; +} + +.pb-5, +.py-5 { + padding-bottom: 3rem !important; +} + +.pl-5, +.px-5 { + padding-left: 3rem !important; +} + +.m-n1 { + margin: -0.25rem !important; +} + +.mt-n1, +.my-n1 { + margin-top: -0.25rem !important; +} + +.mr-n1, +.mx-n1 { + margin-right: -0.25rem !important; +} + +.mb-n1, +.my-n1 { + margin-bottom: -0.25rem !important; +} + +.ml-n1, +.mx-n1 { + margin-left: -0.25rem !important; +} + +.m-n2 { + margin: -0.5rem !important; +} + +.mt-n2, +.my-n2 { + margin-top: -0.5rem !important; +} + +.mr-n2, +.mx-n2 { + margin-right: -0.5rem !important; +} + +.mb-n2, +.my-n2 { + margin-bottom: -0.5rem !important; +} + +.ml-n2, +.mx-n2 { + margin-left: -0.5rem !important; +} + +.m-n3 { + margin: -1rem !important; +} + +.mt-n3, +.my-n3 { + margin-top: -1rem !important; +} + +.mr-n3, +.mx-n3 { + margin-right: -1rem !important; +} + +.mb-n3, +.my-n3 { + margin-bottom: -1rem !important; +} + +.ml-n3, +.mx-n3 { + margin-left: -1rem !important; +} + +.m-n4 { + margin: -1.5rem !important; +} + +.mt-n4, +.my-n4 { + margin-top: -1.5rem !important; +} + +.mr-n4, +.mx-n4 { + margin-right: -1.5rem !important; +} + +.mb-n4, +.my-n4 { + margin-bottom: -1.5rem !important; +} + +.ml-n4, +.mx-n4 { + margin-left: -1.5rem !important; +} + +.m-n5 { + margin: -3rem !important; +} + +.mt-n5, +.my-n5 { + margin-top: -3rem !important; +} + +.mr-n5, +.mx-n5 { + margin-right: -3rem !important; +} + +.mb-n5, +.my-n5 { + margin-bottom: -3rem !important; +} + +.ml-n5, +.mx-n5 { + margin-left: -3rem !important; +} + +.m-auto { + margin: auto !important; +} + +.mt-auto, +.my-auto { + margin-top: auto !important; +} + +.mr-auto, +.mx-auto { + margin-right: auto !important; +} + +.mb-auto, +.my-auto { + margin-bottom: auto !important; +} + +.ml-auto, +.mx-auto { + margin-left: auto !important; +} + +@media (min-width: 576px) { + .m-sm-0 { + margin: 0 !important; + } + .mt-sm-0, + .my-sm-0 { + margin-top: 0 !important; + } + .mr-sm-0, + .mx-sm-0 { + margin-right: 0 !important; + } + .mb-sm-0, + .my-sm-0 { + margin-bottom: 0 !important; + } + .ml-sm-0, + .mx-sm-0 { + margin-left: 0 !important; + } + .m-sm-1 { + margin: 0.25rem !important; + } + .mt-sm-1, + .my-sm-1 { + margin-top: 0.25rem !important; + } + .mr-sm-1, + .mx-sm-1 { + margin-right: 0.25rem !important; + } + .mb-sm-1, + .my-sm-1 { + margin-bottom: 0.25rem !important; + } + .ml-sm-1, + .mx-sm-1 { + margin-left: 0.25rem !important; + } + .m-sm-2 { + margin: 0.5rem !important; + } + .mt-sm-2, + .my-sm-2 { + margin-top: 0.5rem !important; + } + .mr-sm-2, + .mx-sm-2 { + margin-right: 0.5rem !important; + } + .mb-sm-2, + .my-sm-2 { + margin-bottom: 0.5rem !important; + } + .ml-sm-2, + .mx-sm-2 { + margin-left: 0.5rem !important; + } + .m-sm-3 { + margin: 1rem !important; + } + .mt-sm-3, + .my-sm-3 { + margin-top: 1rem !important; + } + .mr-sm-3, + .mx-sm-3 { + margin-right: 1rem !important; + } + .mb-sm-3, + .my-sm-3 { + margin-bottom: 1rem !important; + } + .ml-sm-3, + .mx-sm-3 { + margin-left: 1rem !important; + } + .m-sm-4 { + margin: 1.5rem !important; + } + .mt-sm-4, + .my-sm-4 { + margin-top: 1.5rem !important; + } + .mr-sm-4, + .mx-sm-4 { + margin-right: 1.5rem !important; + } + .mb-sm-4, + .my-sm-4 { + margin-bottom: 1.5rem !important; + } + .ml-sm-4, + .mx-sm-4 { + margin-left: 1.5rem !important; + } + .m-sm-5 { + margin: 3rem !important; + } + .mt-sm-5, + .my-sm-5 { + margin-top: 3rem !important; + } + .mr-sm-5, + .mx-sm-5 { + margin-right: 3rem !important; + } + .mb-sm-5, + .my-sm-5 { + margin-bottom: 3rem !important; + } + .ml-sm-5, + .mx-sm-5 { + margin-left: 3rem !important; + } + .p-sm-0 { + padding: 0 !important; + } + .pt-sm-0, + .py-sm-0 { + padding-top: 0 !important; + } + .pr-sm-0, + .px-sm-0 { + padding-right: 0 !important; + } + .pb-sm-0, + .py-sm-0 { + padding-bottom: 0 !important; + } + .pl-sm-0, + .px-sm-0 { + padding-left: 0 !important; + } + .p-sm-1 { + padding: 0.25rem !important; + } + .pt-sm-1, + .py-sm-1 { + padding-top: 0.25rem !important; + } + .pr-sm-1, + .px-sm-1 { + padding-right: 0.25rem !important; + } + .pb-sm-1, + .py-sm-1 { + padding-bottom: 0.25rem !important; + } + .pl-sm-1, + .px-sm-1 { + padding-left: 0.25rem !important; + } + .p-sm-2 { + padding: 0.5rem !important; + } + .pt-sm-2, + .py-sm-2 { + padding-top: 0.5rem !important; + } + .pr-sm-2, + .px-sm-2 { + padding-right: 0.5rem !important; + } + .pb-sm-2, + .py-sm-2 { + padding-bottom: 0.5rem !important; + } + .pl-sm-2, + .px-sm-2 { + padding-left: 0.5rem !important; + } + .p-sm-3 { + padding: 1rem !important; + } + .pt-sm-3, + .py-sm-3 { + padding-top: 1rem !important; + } + .pr-sm-3, + .px-sm-3 { + padding-right: 1rem !important; + } + .pb-sm-3, + .py-sm-3 { + padding-bottom: 1rem !important; + } + .pl-sm-3, + .px-sm-3 { + padding-left: 1rem !important; + } + .p-sm-4 { + padding: 1.5rem !important; + } + .pt-sm-4, + .py-sm-4 { + padding-top: 1.5rem !important; + } + .pr-sm-4, + .px-sm-4 { + padding-right: 1.5rem !important; + } + .pb-sm-4, + .py-sm-4 { + padding-bottom: 1.5rem !important; + } + .pl-sm-4, + .px-sm-4 { + padding-left: 1.5rem !important; + } + .p-sm-5 { + padding: 3rem !important; + } + .pt-sm-5, + .py-sm-5 { + padding-top: 3rem !important; + } + .pr-sm-5, + .px-sm-5 { + padding-right: 3rem !important; + } + .pb-sm-5, + .py-sm-5 { + padding-bottom: 3rem !important; + } + .pl-sm-5, + .px-sm-5 { + padding-left: 3rem !important; + } + .m-sm-n1 { + margin: -0.25rem !important; + } + .mt-sm-n1, + .my-sm-n1 { + margin-top: -0.25rem !important; + } + .mr-sm-n1, + .mx-sm-n1 { + margin-right: -0.25rem !important; + } + .mb-sm-n1, + .my-sm-n1 { + margin-bottom: -0.25rem !important; + } + .ml-sm-n1, + .mx-sm-n1 { + margin-left: -0.25rem !important; + } + .m-sm-n2 { + margin: -0.5rem !important; + } + .mt-sm-n2, + .my-sm-n2 { + margin-top: -0.5rem !important; + } + .mr-sm-n2, + .mx-sm-n2 { + margin-right: -0.5rem !important; + } + .mb-sm-n2, + .my-sm-n2 { + margin-bottom: -0.5rem !important; + } + .ml-sm-n2, + .mx-sm-n2 { + margin-left: -0.5rem !important; + } + .m-sm-n3 { + margin: -1rem !important; + } + .mt-sm-n3, + .my-sm-n3 { + margin-top: -1rem !important; + } + .mr-sm-n3, + .mx-sm-n3 { + margin-right: -1rem !important; + } + .mb-sm-n3, + .my-sm-n3 { + margin-bottom: -1rem !important; + } + .ml-sm-n3, + .mx-sm-n3 { + margin-left: -1rem !important; + } + .m-sm-n4 { + margin: -1.5rem !important; + } + .mt-sm-n4, + .my-sm-n4 { + margin-top: -1.5rem !important; + } + .mr-sm-n4, + .mx-sm-n4 { + margin-right: -1.5rem !important; + } + .mb-sm-n4, + .my-sm-n4 { + margin-bottom: -1.5rem !important; + } + .ml-sm-n4, + .mx-sm-n4 { + margin-left: -1.5rem !important; + } + .m-sm-n5 { + margin: -3rem !important; + } + .mt-sm-n5, + .my-sm-n5 { + margin-top: -3rem !important; + } + .mr-sm-n5, + .mx-sm-n5 { + margin-right: -3rem !important; + } + .mb-sm-n5, + .my-sm-n5 { + margin-bottom: -3rem !important; + } + .ml-sm-n5, + .mx-sm-n5 { + margin-left: -3rem !important; + } + .m-sm-auto { + margin: auto !important; + } + .mt-sm-auto, + .my-sm-auto { + margin-top: auto !important; + } + .mr-sm-auto, + .mx-sm-auto { + margin-right: auto !important; + } + .mb-sm-auto, + .my-sm-auto { + margin-bottom: auto !important; + } + .ml-sm-auto, + .mx-sm-auto { + margin-left: auto !important; + } +} + +@media (min-width: 768px) { + .m-md-0 { + margin: 0 !important; + } + .mt-md-0, + .my-md-0 { + margin-top: 0 !important; + } + .mr-md-0, + .mx-md-0 { + margin-right: 0 !important; + } + .mb-md-0, + .my-md-0 { + margin-bottom: 0 !important; + } + .ml-md-0, + .mx-md-0 { + margin-left: 0 !important; + } + .m-md-1 { + margin: 0.25rem !important; + } + .mt-md-1, + .my-md-1 { + margin-top: 0.25rem !important; + } + .mr-md-1, + .mx-md-1 { + margin-right: 0.25rem !important; + } + .mb-md-1, + .my-md-1 { + margin-bottom: 0.25rem !important; + } + .ml-md-1, + .mx-md-1 { + margin-left: 0.25rem !important; + } + .m-md-2 { + margin: 0.5rem !important; + } + .mt-md-2, + .my-md-2 { + margin-top: 0.5rem !important; + } + .mr-md-2, + .mx-md-2 { + margin-right: 0.5rem !important; + } + .mb-md-2, + .my-md-2 { + margin-bottom: 0.5rem !important; + } + .ml-md-2, + .mx-md-2 { + margin-left: 0.5rem !important; + } + .m-md-3 { + margin: 1rem !important; + } + .mt-md-3, + .my-md-3 { + margin-top: 1rem !important; + } + .mr-md-3, + .mx-md-3 { + margin-right: 1rem !important; + } + .mb-md-3, + .my-md-3 { + margin-bottom: 1rem !important; + } + .ml-md-3, + .mx-md-3 { + margin-left: 1rem !important; + } + .m-md-4 { + margin: 1.5rem !important; + } + .mt-md-4, + .my-md-4 { + margin-top: 1.5rem !important; + } + .mr-md-4, + .mx-md-4 { + margin-right: 1.5rem !important; + } + .mb-md-4, + .my-md-4 { + margin-bottom: 1.5rem !important; + } + .ml-md-4, + .mx-md-4 { + margin-left: 1.5rem !important; + } + .m-md-5 { + margin: 3rem !important; + } + .mt-md-5, + .my-md-5 { + margin-top: 3rem !important; + } + .mr-md-5, + .mx-md-5 { + margin-right: 3rem !important; + } + .mb-md-5, + .my-md-5 { + margin-bottom: 3rem !important; + } + .ml-md-5, + .mx-md-5 { + margin-left: 3rem !important; + } + .p-md-0 { + padding: 0 !important; + } + .pt-md-0, + .py-md-0 { + padding-top: 0 !important; + } + .pr-md-0, + .px-md-0 { + padding-right: 0 !important; + } + .pb-md-0, + .py-md-0 { + padding-bottom: 0 !important; + } + .pl-md-0, + .px-md-0 { + padding-left: 0 !important; + } + .p-md-1 { + padding: 0.25rem !important; + } + .pt-md-1, + .py-md-1 { + padding-top: 0.25rem !important; + } + .pr-md-1, + .px-md-1 { + padding-right: 0.25rem !important; + } + .pb-md-1, + .py-md-1 { + padding-bottom: 0.25rem !important; + } + .pl-md-1, + .px-md-1 { + padding-left: 0.25rem !important; + } + .p-md-2 { + padding: 0.5rem !important; + } + .pt-md-2, + .py-md-2 { + padding-top: 0.5rem !important; + } + .pr-md-2, + .px-md-2 { + padding-right: 0.5rem !important; + } + .pb-md-2, + .py-md-2 { + padding-bottom: 0.5rem !important; + } + .pl-md-2, + .px-md-2 { + padding-left: 0.5rem !important; + } + .p-md-3 { + padding: 1rem !important; + } + .pt-md-3, + .py-md-3 { + padding-top: 1rem !important; + } + .pr-md-3, + .px-md-3 { + padding-right: 1rem !important; + } + .pb-md-3, + .py-md-3 { + padding-bottom: 1rem !important; + } + .pl-md-3, + .px-md-3 { + padding-left: 1rem !important; + } + .p-md-4 { + padding: 1.5rem !important; + } + .pt-md-4, + .py-md-4 { + padding-top: 1.5rem !important; + } + .pr-md-4, + .px-md-4 { + padding-right: 1.5rem !important; + } + .pb-md-4, + .py-md-4 { + padding-bottom: 1.5rem !important; + } + .pl-md-4, + .px-md-4 { + padding-left: 1.5rem !important; + } + .p-md-5 { + padding: 3rem !important; + } + .pt-md-5, + .py-md-5 { + padding-top: 3rem !important; + } + .pr-md-5, + .px-md-5 { + padding-right: 3rem !important; + } + .pb-md-5, + .py-md-5 { + padding-bottom: 3rem !important; + } + .pl-md-5, + .px-md-5 { + padding-left: 3rem !important; + } + .m-md-n1 { + margin: -0.25rem !important; + } + .mt-md-n1, + .my-md-n1 { + margin-top: -0.25rem !important; + } + .mr-md-n1, + .mx-md-n1 { + margin-right: -0.25rem !important; + } + .mb-md-n1, + .my-md-n1 { + margin-bottom: -0.25rem !important; + } + .ml-md-n1, + .mx-md-n1 { + margin-left: -0.25rem !important; + } + .m-md-n2 { + margin: -0.5rem !important; + } + .mt-md-n2, + .my-md-n2 { + margin-top: -0.5rem !important; + } + .mr-md-n2, + .mx-md-n2 { + margin-right: -0.5rem !important; + } + .mb-md-n2, + .my-md-n2 { + margin-bottom: -0.5rem !important; + } + .ml-md-n2, + .mx-md-n2 { + margin-left: -0.5rem !important; + } + .m-md-n3 { + margin: -1rem !important; + } + .mt-md-n3, + .my-md-n3 { + margin-top: -1rem !important; + } + .mr-md-n3, + .mx-md-n3 { + margin-right: -1rem !important; + } + .mb-md-n3, + .my-md-n3 { + margin-bottom: -1rem !important; + } + .ml-md-n3, + .mx-md-n3 { + margin-left: -1rem !important; + } + .m-md-n4 { + margin: -1.5rem !important; + } + .mt-md-n4, + .my-md-n4 { + margin-top: -1.5rem !important; + } + .mr-md-n4, + .mx-md-n4 { + margin-right: -1.5rem !important; + } + .mb-md-n4, + .my-md-n4 { + margin-bottom: -1.5rem !important; + } + .ml-md-n4, + .mx-md-n4 { + margin-left: -1.5rem !important; + } + .m-md-n5 { + margin: -3rem !important; + } + .mt-md-n5, + .my-md-n5 { + margin-top: -3rem !important; + } + .mr-md-n5, + .mx-md-n5 { + margin-right: -3rem !important; + } + .mb-md-n5, + .my-md-n5 { + margin-bottom: -3rem !important; + } + .ml-md-n5, + .mx-md-n5 { + margin-left: -3rem !important; + } + .m-md-auto { + margin: auto !important; + } + .mt-md-auto, + .my-md-auto { + margin-top: auto !important; + } + .mr-md-auto, + .mx-md-auto { + margin-right: auto !important; + } + .mb-md-auto, + .my-md-auto { + margin-bottom: auto !important; + } + .ml-md-auto, + .mx-md-auto { + margin-left: auto !important; + } +} + +@media (min-width: 992px) { + .m-lg-0 { + margin: 0 !important; + } + .mt-lg-0, + .my-lg-0 { + margin-top: 0 !important; + } + .mr-lg-0, + .mx-lg-0 { + margin-right: 0 !important; + } + .mb-lg-0, + .my-lg-0 { + margin-bottom: 0 !important; + } + .ml-lg-0, + .mx-lg-0 { + margin-left: 0 !important; + } + .m-lg-1 { + margin: 0.25rem !important; + } + .mt-lg-1, + .my-lg-1 { + margin-top: 0.25rem !important; + } + .mr-lg-1, + .mx-lg-1 { + margin-right: 0.25rem !important; + } + .mb-lg-1, + .my-lg-1 { + margin-bottom: 0.25rem !important; + } + .ml-lg-1, + .mx-lg-1 { + margin-left: 0.25rem !important; + } + .m-lg-2 { + margin: 0.5rem !important; + } + .mt-lg-2, + .my-lg-2 { + margin-top: 0.5rem !important; + } + .mr-lg-2, + .mx-lg-2 { + margin-right: 0.5rem !important; + } + .mb-lg-2, + .my-lg-2 { + margin-bottom: 0.5rem !important; + } + .ml-lg-2, + .mx-lg-2 { + margin-left: 0.5rem !important; + } + .m-lg-3 { + margin: 1rem !important; + } + .mt-lg-3, + .my-lg-3 { + margin-top: 1rem !important; + } + .mr-lg-3, + .mx-lg-3 { + margin-right: 1rem !important; + } + .mb-lg-3, + .my-lg-3 { + margin-bottom: 1rem !important; + } + .ml-lg-3, + .mx-lg-3 { + margin-left: 1rem !important; + } + .m-lg-4 { + margin: 1.5rem !important; + } + .mt-lg-4, + .my-lg-4 { + margin-top: 1.5rem !important; + } + .mr-lg-4, + .mx-lg-4 { + margin-right: 1.5rem !important; + } + .mb-lg-4, + .my-lg-4 { + margin-bottom: 1.5rem !important; + } + .ml-lg-4, + .mx-lg-4 { + margin-left: 1.5rem !important; + } + .m-lg-5 { + margin: 3rem !important; + } + .mt-lg-5, + .my-lg-5 { + margin-top: 3rem !important; + } + .mr-lg-5, + .mx-lg-5 { + margin-right: 3rem !important; + } + .mb-lg-5, + .my-lg-5 { + margin-bottom: 3rem !important; + } + .ml-lg-5, + .mx-lg-5 { + margin-left: 3rem !important; + } + .p-lg-0 { + padding: 0 !important; + } + .pt-lg-0, + .py-lg-0 { + padding-top: 0 !important; + } + .pr-lg-0, + .px-lg-0 { + padding-right: 0 !important; + } + .pb-lg-0, + .py-lg-0 { + padding-bottom: 0 !important; + } + .pl-lg-0, + .px-lg-0 { + padding-left: 0 !important; + } + .p-lg-1 { + padding: 0.25rem !important; + } + .pt-lg-1, + .py-lg-1 { + padding-top: 0.25rem !important; + } + .pr-lg-1, + .px-lg-1 { + padding-right: 0.25rem !important; + } + .pb-lg-1, + .py-lg-1 { + padding-bottom: 0.25rem !important; + } + .pl-lg-1, + .px-lg-1 { + padding-left: 0.25rem !important; + } + .p-lg-2 { + padding: 0.5rem !important; + } + .pt-lg-2, + .py-lg-2 { + padding-top: 0.5rem !important; + } + .pr-lg-2, + .px-lg-2 { + padding-right: 0.5rem !important; + } + .pb-lg-2, + .py-lg-2 { + padding-bottom: 0.5rem !important; + } + .pl-lg-2, + .px-lg-2 { + padding-left: 0.5rem !important; + } + .p-lg-3 { + padding: 1rem !important; + } + .pt-lg-3, + .py-lg-3 { + padding-top: 1rem !important; + } + .pr-lg-3, + .px-lg-3 { + padding-right: 1rem !important; + } + .pb-lg-3, + .py-lg-3 { + padding-bottom: 1rem !important; + } + .pl-lg-3, + .px-lg-3 { + padding-left: 1rem !important; + } + .p-lg-4 { + padding: 1.5rem !important; + } + .pt-lg-4, + .py-lg-4 { + padding-top: 1.5rem !important; + } + .pr-lg-4, + .px-lg-4 { + padding-right: 1.5rem !important; + } + .pb-lg-4, + .py-lg-4 { + padding-bottom: 1.5rem !important; + } + .pl-lg-4, + .px-lg-4 { + padding-left: 1.5rem !important; + } + .p-lg-5 { + padding: 3rem !important; + } + .pt-lg-5, + .py-lg-5 { + padding-top: 3rem !important; + } + .pr-lg-5, + .px-lg-5 { + padding-right: 3rem !important; + } + .pb-lg-5, + .py-lg-5 { + padding-bottom: 3rem !important; + } + .pl-lg-5, + .px-lg-5 { + padding-left: 3rem !important; + } + .m-lg-n1 { + margin: -0.25rem !important; + } + .mt-lg-n1, + .my-lg-n1 { + margin-top: -0.25rem !important; + } + .mr-lg-n1, + .mx-lg-n1 { + margin-right: -0.25rem !important; + } + .mb-lg-n1, + .my-lg-n1 { + margin-bottom: -0.25rem !important; + } + .ml-lg-n1, + .mx-lg-n1 { + margin-left: -0.25rem !important; + } + .m-lg-n2 { + margin: -0.5rem !important; + } + .mt-lg-n2, + .my-lg-n2 { + margin-top: -0.5rem !important; + } + .mr-lg-n2, + .mx-lg-n2 { + margin-right: -0.5rem !important; + } + .mb-lg-n2, + .my-lg-n2 { + margin-bottom: -0.5rem !important; + } + .ml-lg-n2, + .mx-lg-n2 { + margin-left: -0.5rem !important; + } + .m-lg-n3 { + margin: -1rem !important; + } + .mt-lg-n3, + .my-lg-n3 { + margin-top: -1rem !important; + } + .mr-lg-n3, + .mx-lg-n3 { + margin-right: -1rem !important; + } + .mb-lg-n3, + .my-lg-n3 { + margin-bottom: -1rem !important; + } + .ml-lg-n3, + .mx-lg-n3 { + margin-left: -1rem !important; + } + .m-lg-n4 { + margin: -1.5rem !important; + } + .mt-lg-n4, + .my-lg-n4 { + margin-top: -1.5rem !important; + } + .mr-lg-n4, + .mx-lg-n4 { + margin-right: -1.5rem !important; + } + .mb-lg-n4, + .my-lg-n4 { + margin-bottom: -1.5rem !important; + } + .ml-lg-n4, + .mx-lg-n4 { + margin-left: -1.5rem !important; + } + .m-lg-n5 { + margin: -3rem !important; + } + .mt-lg-n5, + .my-lg-n5 { + margin-top: -3rem !important; + } + .mr-lg-n5, + .mx-lg-n5 { + margin-right: -3rem !important; + } + .mb-lg-n5, + .my-lg-n5 { + margin-bottom: -3rem !important; + } + .ml-lg-n5, + .mx-lg-n5 { + margin-left: -3rem !important; + } + .m-lg-auto { + margin: auto !important; + } + .mt-lg-auto, + .my-lg-auto { + margin-top: auto !important; + } + .mr-lg-auto, + .mx-lg-auto { + margin-right: auto !important; + } + .mb-lg-auto, + .my-lg-auto { + margin-bottom: auto !important; + } + .ml-lg-auto, + .mx-lg-auto { + margin-left: auto !important; + } +} + +@media (min-width: 1200px) { + .m-xl-0 { + margin: 0 !important; + } + .mt-xl-0, + .my-xl-0 { + margin-top: 0 !important; + } + .mr-xl-0, + .mx-xl-0 { + margin-right: 0 !important; + } + .mb-xl-0, + .my-xl-0 { + margin-bottom: 0 !important; + } + .ml-xl-0, + .mx-xl-0 { + margin-left: 0 !important; + } + .m-xl-1 { + margin: 0.25rem !important; + } + .mt-xl-1, + .my-xl-1 { + margin-top: 0.25rem !important; + } + .mr-xl-1, + .mx-xl-1 { + margin-right: 0.25rem !important; + } + .mb-xl-1, + .my-xl-1 { + margin-bottom: 0.25rem !important; + } + .ml-xl-1, + .mx-xl-1 { + margin-left: 0.25rem !important; + } + .m-xl-2 { + margin: 0.5rem !important; + } + .mt-xl-2, + .my-xl-2 { + margin-top: 0.5rem !important; + } + .mr-xl-2, + .mx-xl-2 { + margin-right: 0.5rem !important; + } + .mb-xl-2, + .my-xl-2 { + margin-bottom: 0.5rem !important; + } + .ml-xl-2, + .mx-xl-2 { + margin-left: 0.5rem !important; + } + .m-xl-3 { + margin: 1rem !important; + } + .mt-xl-3, + .my-xl-3 { + margin-top: 1rem !important; + } + .mr-xl-3, + .mx-xl-3 { + margin-right: 1rem !important; + } + .mb-xl-3, + .my-xl-3 { + margin-bottom: 1rem !important; + } + .ml-xl-3, + .mx-xl-3 { + margin-left: 1rem !important; + } + .m-xl-4 { + margin: 1.5rem !important; + } + .mt-xl-4, + .my-xl-4 { + margin-top: 1.5rem !important; + } + .mr-xl-4, + .mx-xl-4 { + margin-right: 1.5rem !important; + } + .mb-xl-4, + .my-xl-4 { + margin-bottom: 1.5rem !important; + } + .ml-xl-4, + .mx-xl-4 { + margin-left: 1.5rem !important; + } + .m-xl-5 { + margin: 3rem !important; + } + .mt-xl-5, + .my-xl-5 { + margin-top: 3rem !important; + } + .mr-xl-5, + .mx-xl-5 { + margin-right: 3rem !important; + } + .mb-xl-5, + .my-xl-5 { + margin-bottom: 3rem !important; + } + .ml-xl-5, + .mx-xl-5 { + margin-left: 3rem !important; + } + .p-xl-0 { + padding: 0 !important; + } + .pt-xl-0, + .py-xl-0 { + padding-top: 0 !important; + } + .pr-xl-0, + .px-xl-0 { + padding-right: 0 !important; + } + .pb-xl-0, + .py-xl-0 { + padding-bottom: 0 !important; + } + .pl-xl-0, + .px-xl-0 { + padding-left: 0 !important; + } + .p-xl-1 { + padding: 0.25rem !important; + } + .pt-xl-1, + .py-xl-1 { + padding-top: 0.25rem !important; + } + .pr-xl-1, + .px-xl-1 { + padding-right: 0.25rem !important; + } + .pb-xl-1, + .py-xl-1 { + padding-bottom: 0.25rem !important; + } + .pl-xl-1, + .px-xl-1 { + padding-left: 0.25rem !important; + } + .p-xl-2 { + padding: 0.5rem !important; + } + .pt-xl-2, + .py-xl-2 { + padding-top: 0.5rem !important; + } + .pr-xl-2, + .px-xl-2 { + padding-right: 0.5rem !important; + } + .pb-xl-2, + .py-xl-2 { + padding-bottom: 0.5rem !important; + } + .pl-xl-2, + .px-xl-2 { + padding-left: 0.5rem !important; + } + .p-xl-3 { + padding: 1rem !important; + } + .pt-xl-3, + .py-xl-3 { + padding-top: 1rem !important; + } + .pr-xl-3, + .px-xl-3 { + padding-right: 1rem !important; + } + .pb-xl-3, + .py-xl-3 { + padding-bottom: 1rem !important; + } + .pl-xl-3, + .px-xl-3 { + padding-left: 1rem !important; + } + .p-xl-4 { + padding: 1.5rem !important; + } + .pt-xl-4, + .py-xl-4 { + padding-top: 1.5rem !important; + } + .pr-xl-4, + .px-xl-4 { + padding-right: 1.5rem !important; + } + .pb-xl-4, + .py-xl-4 { + padding-bottom: 1.5rem !important; + } + .pl-xl-4, + .px-xl-4 { + padding-left: 1.5rem !important; + } + .p-xl-5 { + padding: 3rem !important; + } + .pt-xl-5, + .py-xl-5 { + padding-top: 3rem !important; + } + .pr-xl-5, + .px-xl-5 { + padding-right: 3rem !important; + } + .pb-xl-5, + .py-xl-5 { + padding-bottom: 3rem !important; + } + .pl-xl-5, + .px-xl-5 { + padding-left: 3rem !important; + } + .m-xl-n1 { + margin: -0.25rem !important; + } + .mt-xl-n1, + .my-xl-n1 { + margin-top: -0.25rem !important; + } + .mr-xl-n1, + .mx-xl-n1 { + margin-right: -0.25rem !important; + } + .mb-xl-n1, + .my-xl-n1 { + margin-bottom: -0.25rem !important; + } + .ml-xl-n1, + .mx-xl-n1 { + margin-left: -0.25rem !important; + } + .m-xl-n2 { + margin: -0.5rem !important; + } + .mt-xl-n2, + .my-xl-n2 { + margin-top: -0.5rem !important; + } + .mr-xl-n2, + .mx-xl-n2 { + margin-right: -0.5rem !important; + } + .mb-xl-n2, + .my-xl-n2 { + margin-bottom: -0.5rem !important; + } + .ml-xl-n2, + .mx-xl-n2 { + margin-left: -0.5rem !important; + } + .m-xl-n3 { + margin: -1rem !important; + } + .mt-xl-n3, + .my-xl-n3 { + margin-top: -1rem !important; + } + .mr-xl-n3, + .mx-xl-n3 { + margin-right: -1rem !important; + } + .mb-xl-n3, + .my-xl-n3 { + margin-bottom: -1rem !important; + } + .ml-xl-n3, + .mx-xl-n3 { + margin-left: -1rem !important; + } + .m-xl-n4 { + margin: -1.5rem !important; + } + .mt-xl-n4, + .my-xl-n4 { + margin-top: -1.5rem !important; + } + .mr-xl-n4, + .mx-xl-n4 { + margin-right: -1.5rem !important; + } + .mb-xl-n4, + .my-xl-n4 { + margin-bottom: -1.5rem !important; + } + .ml-xl-n4, + .mx-xl-n4 { + margin-left: -1.5rem !important; + } + .m-xl-n5 { + margin: -3rem !important; + } + .mt-xl-n5, + .my-xl-n5 { + margin-top: -3rem !important; + } + .mr-xl-n5, + .mx-xl-n5 { + margin-right: -3rem !important; + } + .mb-xl-n5, + .my-xl-n5 { + margin-bottom: -3rem !important; + } + .ml-xl-n5, + .mx-xl-n5 { + margin-left: -3rem !important; + } + .m-xl-auto { + margin: auto !important; + } + .mt-xl-auto, + .my-xl-auto { + margin-top: auto !important; + } + .mr-xl-auto, + .mx-xl-auto { + margin-right: auto !important; + } + .mb-xl-auto, + .my-xl-auto { + margin-bottom: auto !important; + } + .ml-xl-auto, + .mx-xl-auto { + margin-left: auto !important; + } +} + +.text-monospace { + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", + "Courier New", monospace !important; +} + +.text-justify { + text-align: justify !important; +} + +.text-wrap { + white-space: normal !important; +} + +.text-nowrap { + white-space: nowrap !important; +} + +.text-truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.text-left { + text-align: left !important; +} + +.text-right { + text-align: right !important; +} + +.text-center { + text-align: center !important; +} +.text-underline { + text-decoration: underline !important; +} + +@media (min-width: 576px) { + .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) { + .text-md-left { + text-align: left !important; + } + .text-md-right { + text-align: right !important; + } + .text-md-center { + text-align: center !important; + } +} + +@media (min-width: 992px) { + .text-lg-left { + text-align: left !important; + } + .text-lg-right { + text-align: right !important; + } + .text-lg-center { + text-align: center !important; + } +} + +@media (min-width: 1200px) { + .text-xl-left { + text-align: left !important; + } + .text-xl-right { + text-align: right !important; + } + .text-xl-center { + text-align: center !important; + } +} + +.text-lowercase { + text-transform: lowercase !important; +} + +.text-uppercase { + text-transform: uppercase !important; +} + +.text-capitalize { + text-transform: capitalize !important; +} + +.font-weight-light { + font-weight: 300 !important; +} + +.font-weight-lighter { + font-weight: lighter !important; +} + +.font-weight-normal { + font-weight: 400 !important; +} + +.font-weight-bold { + font-weight: 700 !important; +} + +.font-weight-bolder { + font-weight: bolder !important; +} + +.font-italic { + font-style: italic !important; +} + +.text-white { + color: #fff !important; +} + +.text-primary { + color: #762ff2 !important; +} + +a.text-primary:hover, +a.text-primary:focus { + color: #00425a !important; +} + +.text-secondary { + color: #b199b3 !important; +} + +a.text-secondary:hover, +a.text-secondary:focus { + color: #7d8d9b !important; +} + +.text-success { + color: #32bab1 !important; +} + +a.text-success:hover, +a.text-success:focus { + color: #227e5d !important; +} + +.text-info { + color: #2F6DF2 !important; +} + +a.text-info:hover, +a.text-info:focus { + color: #00425a !important; +} + +.text-warning { + color: #c97539 !important; +} + +a.text-warning:hover, +a.text-warning:focus { + color: #8f5227 !important; +} + +.text-danger { + color: #ee4976 !important; +} + +a.text-danger:hover, +a.text-danger:focus { + color: #7f2c2c !important; +} + +.text-light { + color: #fff !important; +} + +a.text-light:hover, +a.text-light:focus { + color: #d9d9d9 !important; +} + +.text-dark { + color: #747B90 !important; +} + +a.text-dark:hover, +a.text-dark:focus { + color: #b5caf4 !important; +} + +.text-body { + color: #2e3145 !important; +} + +.text-muted { + color: #6c757d !important; +} + +.text-black-50 { + color: rgba(0, 0, 0, 0.5) !important; +} + +.text-white-50 { + color: rgba(255, 255, 255, 0.5) !important; +} + +.text-hide { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} + +.text-decoration-none { + text-decoration: none !important; +} + +.text-break { + word-break: break-word !important; + overflow-wrap: break-word !important; +} + +.text-reset { + color: inherit !important; +} + +.visible { + visibility: visible !important; +} + +.invisible { + visibility: hidden !important; +} + +@media print { + *, + *::before, + *::after { + text-shadow: none !important; + box-shadow: none !important; + } + a:not(.btn) { + text-decoration: underline; + } + abbr[title]::after { + content: " (" attr(title) ")"; + } + pre { + white-space: pre-wrap !important; + } + pre, + blockquote { + border: 1px solid #adb5bd; + page-break-inside: avoid; + } + thead { + display: table-header-group; + } + tr, + img { + page-break-inside: avoid; + } + p, + h2, + h3 { + orphans: 3; + widows: 3; + } + h2, + h3 { + page-break-after: avoid; + } + @page { + size: a3; + } + body { + min-width: 992px !important; + } + .container { + min-width: 992px !important; + } + .navbar { + display: none; + } + .badge { + border: 1px solid #000; + } + .table { + border-collapse: collapse !important; + } + .table td, + .table th { + background-color: #fff !important; + } + .table-bordered th, + .table-bordered td { + border: 1px solid #dee2e6 !important; + } + .table-dark { + color: inherit; + } + .table-dark th, + .table-dark td, + .table-dark thead th, + .table-dark tbody + tbody { + border-color: #d6d8e3; + } + .table .thead-dark th { + color: inherit; + border-color: #d6d8e3; + } +} + +/* Plugins manager */ +.plugin-manager { + background: #F8FAFE; +} +.plugins-header { + background: #F8FAFE !important; + border: none !important; +} +.remix-bg-opacity { + background: rgba(248, 250, 254, 0.80) !important; +} +.custom_icon_panel { + border: 5px solid transparent; + border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%); + border-image-slice: 1; +} +.custom_home_bg { + background: linear-gradient(45deg, #ff00004d, #fca80f3b, #ffff004a, #00800033, #0000ff29, #4b00822e, #ee82ee4a, #ff000057); +} + +.plugins-list-header { + background: transparent !important; +} +.plugin-name { + color: #2E3145 !important; +} +.plugin-text { + color: #747B90 !important; +} +.plugin-version { + color: #A2A3BD !important; +} + +/* Layout */ +.plugins-list-header { + justify-content: flex-start !important; + padding: 1rem 1.5rem; +} +.plugins-list-title { + margin: 0 0.5rem 0 0 !important; + font-size: 1rem !important; + padding: 0 !important; +} +.remix-bg-opacity { + padding: 9px 24px !important; +} +.plugins-list-group { + padding: 0 1rem !important; +} +.plugins-list-group-item { + padding: 0.5rem 0.5rem 0 !important; +} +.plugins-list-group-item:first-child { + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border-top: none; +} +.plugins-list-group-item:last-child { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + border-bottom: none; +} +.plugin-name { + margin: 0; + font-size: 13px; + line-height: 16px; + text-transform: uppercase; +} +.settings-button { + height: 32px; + padding: 0 12px !important; + font-weight: 700; + font-size: 12px; + line-height: 16px; +} + +/* Deploy & Run transaction Colors */ +.run-tab i { + color: #8A93B0; +} +.run-tab .list-group-item { + background: none !important; + border-top: none; +} +.run-instance-multi-title { + color: #2E3145; +} diff --git a/apps/remix-ide/src/assets/css/themes/remix-space.css b/apps/remix-ide/src/assets/css/themes/remix-space.css new file mode 100644 index 0000000000..a715d6b7f0 --- /dev/null +++ b/apps/remix-ide/src/assets/css/themes/remix-space.css @@ -0,0 +1,8814 @@ +@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600&display=swap'); +:root { + --blue: #007aa6; + --indigo: #6610f2; + --purple: #9e77f6; + --pink: #f38abb; + --red: #b84040; + --orange: #e46b15; + --yellow: #ffc107; + --green: #219451; + --teal: #20c997; + --cyan: #355f7d; + --white: #fff; + --gray: #868e96; + --gray-dark: #343a40; + --primary: #007aa6; + --secondary: #595c76; + --success: #32ba89; + --info: #086CB5; + --warning: #c97539; + --danger: #b84040; + --light: #2a2c3f; + --dark: #222336; + --text: #babbcc; + --text-background: #222336; + --text-bg-mark: #8388b2; + --custom-select: #35384c; + --body-bg: #222336; + --breakpoint-xs: 0; + --breakpoint-sm: 576px; + --breakpoint-md: 768px; + --breakpoint-lg: 992px; + --breakpoint-xl: 1200px; + --font-family-sans-serif: "Nunito Sans", -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: Menlo, Monaco, Consolas, "Liberation Mono", + "Courier New", monospace; +} +*, +::after, +::before { + box-sizing: border-box; +} +html { + font-family: sans-serif; + line-height: 1.15; + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: transparent; +} +article, +aside, +figcaption, +figure, +footer, +header, +hgroup, +main, +nav, +section { + display: block; +} +body { + margin: 0; + font-family: "Nunito Sans", -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-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #A2A3BD; + text-align: left; + background-color: var(--body-bg); +} +*::-webkit-scrollbar { + width: 8px; +} +*::-webkit-scrollbar-thumb { + background-color: #41455b; + opacity: 0.3; + border-radius: 30px; +} +[tabindex="-1"]:focus { + outline: 0 !important; +} +hr { + box-sizing: content-box; + height: 0; + overflow: visible; +} +h1, +h2, +h3, +h4, +h5, +h6 { + margin-top: 0; + margin-bottom: 0.5rem; +} +p { + margin-top: 0; + margin-bottom: 1rem; +} +abbr[data-original-title], +abbr[title] { + text-decoration: underline; + text-decoration: underline dotted; + cursor: help; + border-bottom: 0; + text-decoration-skip-ink: none; +} +address { + margin-bottom: 1rem; + font-style: normal; + line-height: inherit; +} +dl, +ol, +ul { + margin-top: 0; + margin-bottom: 1rem; +} +ol ol, +ol ul, +ul ol, +ul ul { + margin-bottom: 0; +} +dt { + font-weight: 700; +} +dd { + margin-bottom: 0.5rem; + margin-left: 0; +} +blockquote { + margin: 0 0 1rem; +} +b, +strong { + font-weight: bolder; +} +small { + font-size: 80%; +} +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} +sub { + bottom: -0.25em; +} +sup { + top: -0.5em; +} +a { + color: #a2a3bd; + text-decoration: underline; + background-color: transparent; +} +a:hover { + color: #9092ae; + text-decoration: underline; +} +a:not([href]):not([tabindex]) { + color: inherit; + text-decoration: none; +} +a:not([href]):not([tabindex]):focus, +a:not([href]):not([tabindex]):hover { + color: inherit; + text-decoration: none; +} +a:not([href]):not([tabindex]):focus { + outline: 0; +} +code, +kbd, +pre, +samp { + font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", + monospace; + font-size: 1em; +} +pre { + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; +} +figure { + margin: 0 0 1rem; +} +img { + vertical-align: middle; + border-style: none; +} +svg { + overflow: hidden; + vertical-align: middle; +} +table { + border-collapse: collapse; +} +caption { + padding-top: 0.75rem; + padding-bottom: 0.75rem; + color: #868e96; + text-align: left; + caption-side: bottom; +} +th { + text-align: inherit; +} +label { + display: inline-block; + margin-bottom: 0.5rem; + display: inline-block; + margin-bottom: 0.5rem; + color: #959BAD; + font-size: 11px; + line-height: 12px; +} +button { + border-radius: 0; +} +button:focus { + outline: 1px dotted; + outline: 5px auto -webkit-focus-ring-color; +} +button, +input, +optgroup, +select, +textarea { + margin: 0; + font-family: inherit; + font-size: inherit; + line-height: inherit; +} +button, +input { + overflow: visible; +} +button, +select { + text-transform: none; +} +select { + word-wrap: normal; +} +[type="button"], +[type="reset"], +[type="submit"], +button { + -webkit-appearance: button; +} +[type="button"]:not(:disabled), +[type="reset"]:not(:disabled), +[type="submit"]:not(:disabled), +button:not(:disabled) { + cursor: pointer; +} +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner, +button::-moz-focus-inner { + padding: 0; + border-style: none; +} +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; + padding: 0; +} +input[type="date"], +input[type="datetime-local"], +input[type="month"], +input[type="time"] { + -webkit-appearance: listbox; +} +textarea { + overflow: auto; + resize: vertical; +} +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; +} +legend { + display: block; + width: 100%; + max-width: 100%; + padding: 0; + margin-bottom: 0.5rem; + font-size: 1.5rem; + line-height: inherit; + color: inherit; + white-space: normal; +} +progress { + vertical-align: baseline; +} +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; +} +[type="search"] { + outline-offset: -2px; + -webkit-appearance: none; +} +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} +::-webkit-file-upload-button { + font: inherit; + -webkit-appearance: button; +} +output { + display: inline-block; +} +summary { + display: list-item; + cursor: pointer; +} +template { + display: none; +} +[hidden] { + display: none !important; +} +.h1, +.h2, +.h3, +.h4, +.h5, +.h6, +h1, +h2, +h3, +h4, +h5, +h6 { + margin-bottom: 0.5rem; + font-family: inherit; + font-weight: 400; + line-height: 1.1; + color: #fff; +} +.h1, +h1 { + font-size: 1.75rem; +} +.h2, +h2 { + font-size: 1.5rem; +} +.h3, +h3 { + font-size: 1.3rem; +} +.h4, +h4 { + font-size: 1.2rem; +} +.h5, +h5 { + font-size: 1.1rem; +} +.h6, +h6 { + font-size: 1rem; +} +.lead { + font-size: 1.25rem; + font-weight: 300; +} +.display-1 { + font-size: 6rem; + font-weight: 300; + line-height: 1.1; +} +.display-2 { + font-size: 5.5rem; + font-weight: 300; + line-height: 1.1; +} +.display-3 { + font-size: 4.5rem; + font-weight: 300; + line-height: 1.1; +} +.display-4 { + font-size: 3.5rem; + font-weight: 300; + line-height: 1.1; +} +hr { + margin-top: 1rem; + margin-bottom: 1rem; + border: 0; + border-top: 1px solid rgba(0, 0, 0, 0.1); +} +.small, +small { + font-size: 80%; + font-weight: 400; +} +.mark, +mark { + padding: 0.2em; + background-color: var(--text-bg-mark); +} +.list-unstyled { + padding-left: 0; + list-style: none; +} +.list-inline { + padding-left: 0; + list-style: none; +} +.list-inline-item { + display: inline-block; +} +.list-inline-item:not(:last-child) { + margin-right: 5px; +} +.initialism { + font-size: 90%; + text-transform: uppercase; +} +.blockquote { + margin-bottom: 1rem; + font-size: 1.25rem; +} +.blockquote-footer { + display: block; + font-size: 80%; + color: #868e96; +} +.blockquote-footer::before { + content: "\2014\00A0"; +} +.img-fluid { + max-width: 100%; + height: auto; +} +.img-thumbnail { + padding: 0.25rem; + background-color: var(--body-bg); + border: 1px solid #ddd; + border-radius: 2px; + max-width: 100%; + height: auto; +} +.figure { + display: inline-block; +} +.figure-img { + margin-bottom: 0.5rem; + line-height: 1; +} +.figure-caption { + font-size: 90%; + color: #868e96; +} +code { + font-size: 90%; + color: #bd4147; + word-break: break-word; +} +a > code { + color: inherit; +} +kbd { + padding: 0.2rem 0.4rem; + font-size: 90%; + color: #fff; + background-color: #212529; + border-radius: 2px; +} +kbd kbd { + padding: 0; + font-size: 100%; + font-weight: 700; +} +pre { + display: block; + font-size: 90%; + color: inherit; +} +pre code { + font-size: inherit; + color: inherit; + word-break: normal; +} +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; +} +.container { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} +@media (min-width: 576px) { + .container { + max-width: 540px; + } +} +@media (min-width: 768px) { + .container { + max-width: 720px; + } +} +@media (min-width: 992px) { + .container { + max-width: 960px; + } +} +@media (min-width: 1200px) { + .container { + max-width: 1140px; + } +} +.container-fluid { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} +.row { + display: flex; + flex-wrap: wrap; + margin-right: -15px; + margin-left: -15px; +} +.no-gutters { + margin-right: 0; + margin-left: 0; +} +.no-gutters > .col, +.no-gutters > [class*="col-"] { + padding-right: 0; + padding-left: 0; +} +.col, +.col-1, +.col-10, +.col-11, +.col-12, +.col-2, +.col-3, +.col-4, +.col-5, +.col-6, +.col-7, +.col-8, +.col-9, +.col-auto, +.col-lg, +.col-lg-1, +.col-lg-10, +.col-lg-11, +.col-lg-12, +.col-lg-2, +.col-lg-3, +.col-lg-4, +.col-lg-5, +.col-lg-6, +.col-lg-7, +.col-lg-8, +.col-lg-9, +.col-lg-auto, +.col-md, +.col-md-1, +.col-md-10, +.col-md-11, +.col-md-12, +.col-md-2, +.col-md-3, +.col-md-4, +.col-md-5, +.col-md-6, +.col-md-7, +.col-md-8, +.col-md-9, +.col-md-auto, +.col-sm, +.col-sm-1, +.col-sm-10, +.col-sm-11, +.col-sm-12, +.col-sm-2, +.col-sm-3, +.col-sm-4, +.col-sm-5, +.col-sm-6, +.col-sm-7, +.col-sm-8, +.col-sm-9, +.col-sm-auto, +.col-xl, +.col-xl-1, +.col-xl-10, +.col-xl-11, +.col-xl-12, +.col-xl-2, +.col-xl-3, +.col-xl-4, +.col-xl-5, +.col-xl-6, +.col-xl-7, +.col-xl-8, +.col-xl-9, +.col-xl-auto { + position: relative; + width: 100%; + padding-right: 15px; + padding-left: 15px; +} +.col { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; +} +.col-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; +} +.col-1 { + flex: 0 0 8.33333%; + max-width: 8.33333%; +} +.col-2 { + flex: 0 0 16.66667%; + max-width: 16.66667%; +} +.col-3 { + flex: 0 0 25%; + max-width: 25%; +} +.col-4 { + flex: 0 0 33.33333%; + max-width: 33.33333%; +} +.col-5 { + flex: 0 0 41.66667%; + max-width: 41.66667%; +} +.col-6 { + flex: 0 0 50%; + max-width: 50%; +} +.col-7 { + flex: 0 0 58.33333%; + max-width: 58.33333%; +} +.col-8 { + flex: 0 0 66.66667%; + max-width: 66.66667%; +} +.col-9 { + flex: 0 0 75%; + max-width: 75%; +} +.col-10 { + flex: 0 0 83.33333%; + max-width: 83.33333%; +} +.col-11 { + flex: 0 0 91.66667%; + max-width: 91.66667%; +} +.col-12 { + flex: 0 0 100%; + max-width: 100%; +} +.order-first { + order: -1; +} +.order-last { + order: 13; +} +.order-0 { + order: 0; +} +.order-1 { + order: 1; +} +.order-2 { + order: 2; +} +.order-3 { + order: 3; +} +.order-4 { + order: 4; +} +.order-5 { + order: 5; +} +.order-6 { + order: 6; +} +.order-7 { + order: 7; +} +.order-8 { + order: 8; +} +.order-9 { + order: 9; +} +.order-10 { + order: 10; +} +.order-11 { + order: 11; +} +.order-12 { + order: 12; +} +.offset-1 { + margin-left: 8.33333%; +} +.offset-2 { + margin-left: 16.66667%; +} +.offset-3 { + margin-left: 25%; +} +.offset-4 { + margin-left: 33.33333%; +} +.offset-5 { + margin-left: 41.66667%; +} +.offset-6 { + margin-left: 50%; +} +.offset-7 { + margin-left: 58.33333%; +} +.offset-8 { + margin-left: 66.66667%; +} +.offset-9 { + margin-left: 75%; +} +.offset-10 { + margin-left: 83.33333%; +} +.offset-11 { + margin-left: 91.66667%; +} +@media (min-width: 576px) { + .col-sm { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } + .col-sm-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-sm-1 { + flex: 0 0 8.33333%; + max-width: 8.33333%; + } + .col-sm-2 { + flex: 0 0 16.66667%; + max-width: 16.66667%; + } + .col-sm-3 { + flex: 0 0 25%; + max-width: 25%; + } + .col-sm-4 { + flex: 0 0 33.33333%; + max-width: 33.33333%; + } + .col-sm-5 { + flex: 0 0 41.66667%; + max-width: 41.66667%; + } + .col-sm-6 { + flex: 0 0 50%; + max-width: 50%; + } + .col-sm-7 { + flex: 0 0 58.33333%; + max-width: 58.33333%; + } + .col-sm-8 { + flex: 0 0 66.66667%; + max-width: 66.66667%; + } + .col-sm-9 { + flex: 0 0 75%; + max-width: 75%; + } + .col-sm-10 { + flex: 0 0 83.33333%; + max-width: 83.33333%; + } + .col-sm-11 { + flex: 0 0 91.66667%; + max-width: 91.66667%; + } + .col-sm-12 { + flex: 0 0 100%; + max-width: 100%; + } + .order-sm-first { + order: -1; + } + .order-sm-last { + order: 13; + } + .order-sm-0 { + order: 0; + } + .order-sm-1 { + order: 1; + } + .order-sm-2 { + order: 2; + } + .order-sm-3 { + order: 3; + } + .order-sm-4 { + order: 4; + } + .order-sm-5 { + order: 5; + } + .order-sm-6 { + order: 6; + } + .order-sm-7 { + order: 7; + } + .order-sm-8 { + order: 8; + } + .order-sm-9 { + order: 9; + } + .order-sm-10 { + order: 10; + } + .order-sm-11 { + order: 11; + } + .order-sm-12 { + order: 12; + } + .offset-sm-0 { + margin-left: 0; + } + .offset-sm-1 { + margin-left: 8.33333%; + } + .offset-sm-2 { + margin-left: 16.66667%; + } + .offset-sm-3 { + margin-left: 25%; + } + .offset-sm-4 { + margin-left: 33.33333%; + } + .offset-sm-5 { + margin-left: 41.66667%; + } + .offset-sm-6 { + margin-left: 50%; + } + .offset-sm-7 { + margin-left: 58.33333%; + } + .offset-sm-8 { + margin-left: 66.66667%; + } + .offset-sm-9 { + margin-left: 75%; + } + .offset-sm-10 { + margin-left: 83.33333%; + } + .offset-sm-11 { + margin-left: 91.66667%; + } +} +@media (min-width: 768px) { + .col-md { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } + .col-md-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-md-1 { + flex: 0 0 8.33333%; + max-width: 8.33333%; + } + .col-md-2 { + flex: 0 0 16.66667%; + max-width: 16.66667%; + } + .col-md-3 { + flex: 0 0 25%; + max-width: 25%; + } + .col-md-4 { + flex: 0 0 33.33333%; + max-width: 33.33333%; + } + .col-md-5 { + flex: 0 0 41.66667%; + max-width: 41.66667%; + } + .col-md-6 { + flex: 0 0 50%; + max-width: 50%; + } + .col-md-7 { + flex: 0 0 58.33333%; + max-width: 58.33333%; + } + .col-md-8 { + flex: 0 0 66.66667%; + max-width: 66.66667%; + } + .col-md-9 { + flex: 0 0 75%; + max-width: 75%; + } + .col-md-10 { + flex: 0 0 83.33333%; + max-width: 83.33333%; + } + .col-md-11 { + flex: 0 0 91.66667%; + max-width: 91.66667%; + } + .col-md-12 { + flex: 0 0 100%; + max-width: 100%; + } + .order-md-first { + order: -1; + } + .order-md-last { + order: 13; + } + .order-md-0 { + order: 0; + } + .order-md-1 { + order: 1; + } + .order-md-2 { + order: 2; + } + .order-md-3 { + order: 3; + } + .order-md-4 { + order: 4; + } + .order-md-5 { + order: 5; + } + .order-md-6 { + order: 6; + } + .order-md-7 { + order: 7; + } + .order-md-8 { + order: 8; + } + .order-md-9 { + order: 9; + } + .order-md-10 { + order: 10; + } + .order-md-11 { + order: 11; + } + .order-md-12 { + order: 12; + } + .offset-md-0 { + margin-left: 0; + } + .offset-md-1 { + margin-left: 8.33333%; + } + .offset-md-2 { + margin-left: 16.66667%; + } + .offset-md-3 { + margin-left: 25%; + } + .offset-md-4 { + margin-left: 33.33333%; + } + .offset-md-5 { + margin-left: 41.66667%; + } + .offset-md-6 { + margin-left: 50%; + } + .offset-md-7 { + margin-left: 58.33333%; + } + .offset-md-8 { + margin-left: 66.66667%; + } + .offset-md-9 { + margin-left: 75%; + } + .offset-md-10 { + margin-left: 83.33333%; + } + .offset-md-11 { + margin-left: 91.66667%; + } +} +@media (min-width: 992px) { + .col-lg { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } + .col-lg-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-lg-1 { + flex: 0 0 8.33333%; + max-width: 8.33333%; + } + .col-lg-2 { + flex: 0 0 16.66667%; + max-width: 16.66667%; + } + .col-lg-3 { + flex: 0 0 25%; + max-width: 25%; + } + .col-lg-4 { + flex: 0 0 33.33333%; + max-width: 33.33333%; + } + .col-lg-5 { + flex: 0 0 41.66667%; + max-width: 41.66667%; + } + .col-lg-6 { + flex: 0 0 50%; + max-width: 50%; + } + .col-lg-7 { + flex: 0 0 58.33333%; + max-width: 58.33333%; + } + .col-lg-8 { + flex: 0 0 66.66667%; + max-width: 66.66667%; + } + .col-lg-9 { + flex: 0 0 75%; + max-width: 75%; + } + .col-lg-10 { + flex: 0 0 83.33333%; + max-width: 83.33333%; + } + .col-lg-11 { + flex: 0 0 91.66667%; + max-width: 91.66667%; + } + .col-lg-12 { + flex: 0 0 100%; + max-width: 100%; + } + .order-lg-first { + order: -1; + } + .order-lg-last { + order: 13; + } + .order-lg-0 { + order: 0; + } + .order-lg-1 { + order: 1; + } + .order-lg-2 { + order: 2; + } + .order-lg-3 { + order: 3; + } + .order-lg-4 { + order: 4; + } + .order-lg-5 { + order: 5; + } + .order-lg-6 { + order: 6; + } + .order-lg-7 { + order: 7; + } + .order-lg-8 { + order: 8; + } + .order-lg-9 { + order: 9; + } + .order-lg-10 { + order: 10; + } + .order-lg-11 { + order: 11; + } + .order-lg-12 { + order: 12; + } + .offset-lg-0 { + margin-left: 0; + } + .offset-lg-1 { + margin-left: 8.33333%; + } + .offset-lg-2 { + margin-left: 16.66667%; + } + .offset-lg-3 { + margin-left: 25%; + } + .offset-lg-4 { + margin-left: 33.33333%; + } + .offset-lg-5 { + margin-left: 41.66667%; + } + .offset-lg-6 { + margin-left: 50%; + } + .offset-lg-7 { + margin-left: 58.33333%; + } + .offset-lg-8 { + margin-left: 66.66667%; + } + .offset-lg-9 { + margin-left: 75%; + } + .offset-lg-10 { + margin-left: 83.33333%; + } + .offset-lg-11 { + margin-left: 91.66667%; + } +} +@media (min-width: 1200px) { + .col-xl { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } + .col-xl-auto { + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-xl-1 { + flex: 0 0 8.33333%; + max-width: 8.33333%; + } + .col-xl-2 { + flex: 0 0 16.66667%; + max-width: 16.66667%; + } + .col-xl-3 { + flex: 0 0 25%; + max-width: 25%; + } + .col-xl-4 { + flex: 0 0 33.33333%; + max-width: 33.33333%; + } + .col-xl-5 { + flex: 0 0 41.66667%; + max-width: 41.66667%; + } + .col-xl-6 { + flex: 0 0 50%; + max-width: 50%; + } + .col-xl-7 { + flex: 0 0 58.33333%; + max-width: 58.33333%; + } + .col-xl-8 { + flex: 0 0 66.66667%; + max-width: 66.66667%; + } + .col-xl-9 { + flex: 0 0 75%; + max-width: 75%; + } + .col-xl-10 { + flex: 0 0 83.33333%; + max-width: 83.33333%; + } + .col-xl-11 { + flex: 0 0 91.66667%; + max-width: 91.66667%; + } + .col-xl-12 { + flex: 0 0 100%; + max-width: 100%; + } + .order-xl-first { + order: -1; + } + .order-xl-last { + order: 13; + } + .order-xl-0 { + order: 0; + } + .order-xl-1 { + order: 1; + } + .order-xl-2 { + order: 2; + } + .order-xl-3 { + order: 3; + } + .order-xl-4 { + order: 4; + } + .order-xl-5 { + order: 5; + } + .order-xl-6 { + order: 6; + } + .order-xl-7 { + order: 7; + } + .order-xl-8 { + order: 8; + } + .order-xl-9 { + order: 9; + } + .order-xl-10 { + order: 10; + } + .order-xl-11 { + order: 11; + } + .order-xl-12 { + order: 12; + } + .offset-xl-0 { + margin-left: 0; + } + .offset-xl-1 { + margin-left: 8.33333%; + } + .offset-xl-2 { + margin-left: 16.66667%; + } + .offset-xl-3 { + margin-left: 25%; + } + .offset-xl-4 { + margin-left: 33.33333%; + } + .offset-xl-5 { + margin-left: 41.66667%; + } + .offset-xl-6 { + margin-left: 50%; + } + .offset-xl-7 { + margin-left: 58.33333%; + } + .offset-xl-8 { + margin-left: 66.66667%; + } + .offset-xl-9 { + margin-left: 75%; + } + .offset-xl-10 { + margin-left: 83.33333%; + } + .offset-xl-11 { + margin-left: 91.66667%; + } +} +.table { + width: 100%; + margin-bottom: 1rem; + color: #fff; + background-color: transparent; +} +.table td, +.table th { + padding: 0.75rem; + vertical-align: top; + border-top: 1px solid #51536b; +} +.table thead th { + vertical-align: bottom; + border-bottom: 2px solid #51536b; +} +.table tbody + tbody { + border-top: 2px solid #51536b; +} +.table-sm td, +.table-sm th { + padding: 0.3rem; +} +.table-bordered { + border: 1px solid #51536b; +} +.table-bordered td, +.table-bordered th { + border: 1px solid #51536b; +} +.table-bordered thead td, +.table-bordered thead th { + border-bottom-width: 2px; +} +.table-borderless tbody + tbody, +.table-borderless td, +.table-borderless th, +.table-borderless thead th { + border: 0; +} +.table-striped tbody tr:nth-of-type(odd) { + background-color: var(--body-bg); +} +.table-hover tbody tr:hover { + color: #fff; + background-color: rgba(0, 0, 0, 0.075); +} +.table-primary, +.table-primary > td, +.table-primary > th { + background-color: #b8dae6; +} +.table-primary tbody + tbody, +.table-primary td, +.table-primary th, +.table-primary thead th { + border-color: #7abad1; +} +.table-hover .table-primary:hover { + background-color: #a5d0df; +} +.table-hover .table-primary:hover > td, +.table-hover .table-primary:hover > th { + background-color: #a5d0df; +} +.table-secondary, +.table-secondary > td, +.table-secondary > th { + background-color: #d1d1d9; +} +.table-secondary tbody + tbody, +.table-secondary td, +.table-secondary th, +.table-secondary thead th { + border-color: #a9aab8; +} +.table-hover .table-secondary:hover { + background-color: #c3c3cd; +} +.table-hover .table-secondary:hover > td, +.table-hover .table-secondary:hover > th { + background-color: #c3c3cd; +} +.table-success, +.table-success > td, +.table-success > th { + background-color: #c6ecde; +} +.table-success tbody + tbody, +.table-success td, +.table-success th, +.table-success thead th { + border-color: #94dbc2; +} +.table-hover .table-success:hover { + background-color: #b3e6d3; +} +.table-hover .table-success:hover > td, +.table-hover .table-success:hover > th { + background-color: #b3e6d3; +} +.table-info, +.table-info > td, +.table-info > th { + background-color: #c6d2db; +} +.table-info tbody + tbody, +.table-info td, +.table-info th, +.table-info thead th { + border-color: #96acbb; +} +.table-hover .table-info:hover { + background-color: #b6c6d1; +} +.table-hover .table-info:hover > td, +.table-hover .table-info:hover > th { + background-color: #b6c6d1; +} +.table-warning, +.table-warning > td, +.table-warning > th { + background-color: #f0d8c8; +} +.table-warning tbody + tbody, +.table-warning td, +.table-warning th, +.table-warning thead th { + border-color: #e3b798; +} +.table-hover .table-warning:hover { + background-color: #ebcab4; +} +.table-hover .table-warning:hover > td, +.table-hover .table-warning:hover > th { + background-color: #ebcab4; +} +.table-danger, +.table-danger > td, +.table-danger > th { + background-color: #ebcaca; +} +.table-danger tbody + tbody, +.table-danger td, +.table-danger th, +.table-danger thead th { + border-color: #da9c9c; +} +.table-hover .table-danger:hover { + background-color: #e4b7b7; +} +.table-hover .table-danger:hover > td, +.table-hover .table-danger:hover > th { + background-color: #e4b7b7; +} +.table-light, +.table-light > td, +.table-light > th { + background-color: #c3c4c9; +} +.table-light tbody + tbody, +.table-light td, +.table-light th, +.table-light thead th { + border-color: #90919b; +} +.table-hover .table-light:hover { + background-color: #b6b7bd; +} +.table-hover .table-light:hover > td, +.table-hover .table-light:hover > th { + background-color: #b6b7bd; +} +.table-dark, +.table-dark > td, +.table-dark > th { + background-color: #c1c1c7; +} +.table-dark tbody + tbody, +.table-dark td, +.table-dark th, +.table-dark thead th { + border-color: #8c8d96; +} +.table-hover .table-dark:hover { + background-color: #b4b4bb; +} +.table-hover .table-dark:hover > td, +.table-hover .table-dark:hover > th { + background-color: #b4b4bb; +} +.table-active, +.table-active > td, +.table-active > th { + background-color: rgba(0, 0, 0, 0.075); +} +.table-hover .table-active:hover { + background-color: rgba(0, 0, 0, 0.075); +} +.table-hover .table-active:hover > td, +.table-hover .table-active:hover > th { + background-color: rgba(0, 0, 0, 0.075); +} +.table .thead-dark th { + color: #fff; + background-color: #343a40; + border-color: #454d55; +} +.table .thead-light th { + color: #fff; + background-color: var(--body-bg); + border-color: #51536b; +} +.table-dark { + color: #fff; + background-color: #343a40; +} +.table-dark td, +.table-dark th, +.table-dark thead th { + border-color: #454d55; +} +.table-dark.table-bordered { + border: 0; +} +.table-dark.table-striped tbody tr:nth-of-type(odd) { + background-color: rgba(255, 255, 255, 0.05); +} +.table-dark.table-hover tbody tr:hover { + color: #fff; + background-color: rgba(255, 255, 255, 0.075); +} +@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; + } +} +@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; + } +} +@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; + } +} +@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; + } +} +.table-responsive { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; +} +.table-responsive > .table-bordered { + border: 0; +} +.form-control { + display: block; + width: 100%; + height: calc(1.25em + 1rem + 2px); + padding: 0.5rem 0.75rem !important; + font-size: 0.875rem !important; + font-weight: 400; + line-height: 1.25; + color: #dfe1ea !important; + background-color: var(--custom-select) + !important; + background-clip: padding-box; + border: none !important; + border-radius: 2px !important; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + -webkit-appearance: none !important; + -moz-appearance: none !important; +} +@media (prefers-reduced-motion: reduce) { + .form-control { + transition: none; + } +} +.form-control::-ms-expand { + background-color: transparent; + border: 0; +} +.form-control:focus { + color: #dfe1ea; + background-color: var(--custom-select) +; + border-color: #27c6ff; + outline: 0; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), + 0 0 0 3px rgba(0, 122, 166, 0.25); +} +.form-control::placeholder { + color: #868e96; + opacity: 1; +} +.form-control:disabled, +.form-control[readonly] { + background-color: #282a3d; + opacity: 1; +} +select.form-control:focus::-ms-value { + color: #dfe1ea; + background-color: var(--custom-select) +; +} +.form-control-file, +.form-control-range { + display: block; + width: 100%; +} +.col-form-label { + padding-top: calc(0.5rem + 1px); + padding-bottom: calc(0.5rem + 1px); + margin-bottom: 0; + font-size: inherit; + line-height: 1.25; +} +.col-form-label-lg { + padding-top: calc(0.5rem + 1px); + padding-bottom: calc(0.5rem + 1px); + font-size: 1.25rem; + line-height: 1.5; +} +.col-form-label-sm { + padding-top: calc(0.25rem + 1px); + padding-bottom: calc(0.25rem + 1px); + font-size: 0.875rem; + line-height: 1.5; +} +.form-control-plaintext { + display: block; + width: 100%; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + margin-bottom: 0; + line-height: 1.25; + color: #fff; + background-color: transparent; + border: solid transparent; + border-width: 1px 0; +} +.form-control-plaintext.form-control-lg, +.form-control-plaintext.form-control-sm { + padding-right: 0; + padding-left: 0; +} +.form-control-sm { + height: calc(1.5em + 0.5rem + 2px); + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + line-height: 1.5; + border-radius: 2px; +} +.form-control-lg { + height: calc(1.5em + 1rem + 2px); + padding: 0.5rem 1rem; + font-size: 1.25rem; + line-height: 1.5; + border-radius: 2px; +} +select.form-control[multiple], +select.form-control[size] { + height: auto; +} +textarea.form-control { + height: auto; +} +.form-group { + margin-bottom: 1rem; +} +.form-text { + display: block; + margin-top: 0.25rem; +} +.form-row { + display: flex; + flex-wrap: wrap; + margin-right: -5px; + margin-left: -5px; +} +.form-row > .col, +.form-row > [class*="col-"] { + padding-right: 5px; + padding-left: 5px; +} +.form-check { + position: relative; + display: block; + padding-left: 1.25rem; +} +.form-check-input { + position: absolute; + margin-top: 0.25rem; + margin-left: -1.25rem; +} +.form-check-input:disabled ~ .form-check-label { + color: #868e96; +} +.form-check-label { + margin-bottom: 0; + font-size: 13px; + line-height: 18px; + color: #A2A3BD; + text-transform: initial; + display: initial; +} +.form-check-inline { + display: inline-flex; + align-items: center; + padding-left: 0; + margin-right: 0.75rem; +} +.form-check-inline .form-check-input { + position: static; + margin-top: 0; + margin-right: 0.3125rem; + margin-left: 0; +} +.valid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 80%; + color: #32ba89; +} +.valid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 3px 8px; + margin-top: 0.1rem; + font-size: 0.875rem; + line-height: 1.5; + color: #fff; + background-color: rgba(50, 186, 137, 0.9); + border-radius: 2px; +} +.form-control.is-valid, +.was-validated .form-control:valid { + border-color: #32ba89; + padding-right: calc(1.25em + 1rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2332BA89' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: center right calc(0.3125em + 0.25rem); + background-size: calc(0.625em + 0.5rem) calc(0.625em + 0.5rem); +} +.form-control.is-valid:focus, +.was-validated .form-control:valid:focus { + border-color: #32ba89; + box-shadow: 0 0 0 0.2rem rgba(50, 186, 137, 0.25); +} +.form-control.is-valid ~ .valid-feedback, +.form-control.is-valid ~ .valid-tooltip, +.was-validated .form-control:valid ~ .valid-feedback, +.was-validated .form-control:valid ~ .valid-tooltip { + display: block; +} +.was-validated textarea.form-control:valid, +textarea.form-control.is-valid { + padding-right: calc(1.25em + 1rem); + background-position: top calc(0.3125em + 0.25rem) right + calc(0.3125em + 0.25rem); +} +.custom-select.is-valid, +.was-validated .custom-select:valid { + border-color: #32ba89; + padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem); + background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") + no-repeat right 0.75rem center/8px 10px, + url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2332BA89' 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") + #2e3145 no-repeat center right 1.75rem / calc(0.625em + 0.5rem) + calc(0.625em + 0.5rem); +} +.custom-select.is-valid:focus, +.was-validated .custom-select:valid:focus { + border-color: #32ba89; + box-shadow: 0 0 0 0.2rem rgba(50, 186, 137, 0.25); +} +.custom-select.is-valid ~ .valid-feedback, +.custom-select.is-valid ~ .valid-tooltip, +.was-validated .custom-select:valid ~ .valid-feedback, +.was-validated .custom-select:valid ~ .valid-tooltip { + display: block; +} +.form-control-file.is-valid ~ .valid-feedback, +.form-control-file.is-valid ~ .valid-tooltip, +.was-validated .form-control-file:valid ~ .valid-feedback, +.was-validated .form-control-file:valid ~ .valid-tooltip { + display: block; +} +.form-check-input.is-valid ~ .form-check-label, +.was-validated .form-check-input:valid ~ .form-check-label { + color: #32ba89; +} +.form-check-input.is-valid ~ .valid-feedback, +.form-check-input.is-valid ~ .valid-tooltip, +.was-validated .form-check-input:valid ~ .valid-feedback, +.was-validated .form-check-input:valid ~ .valid-tooltip { + display: block; +} +.custom-control-input.is-valid ~ .custom-control-label, +.was-validated .custom-control-input:valid ~ .custom-control-label { + color: #32ba89; +} +.custom-control-input.is-valid ~ .custom-control-label::before, +.was-validated .custom-control-input:valid ~ .custom-control-label::before { + border-color: #32ba89; +} +.custom-control-input.is-valid ~ .valid-feedback, +.custom-control-input.is-valid ~ .valid-tooltip, +.was-validated .custom-control-input:valid ~ .valid-feedback, +.was-validated .custom-control-input:valid ~ .valid-tooltip { + display: block; +} +.custom-control-input.is-valid:checked ~ .custom-control-label::before, +.was-validated + .custom-control-input:valid:checked + ~ .custom-control-label::before { + border-color: #4fd0a1; + background-color: #4fd0a1; +} +.custom-control-input.is-valid:focus ~ .custom-control-label::before, +.was-validated + .custom-control-input:valid:focus + ~ .custom-control-label::before { + box-shadow: 0 0 0 0.2rem rgba(50, 186, 137, 0.25); +} +.custom-control-input.is-valid:focus:not(:checked) + ~ .custom-control-label::before, +.was-validated + .custom-control-input:valid:focus:not(:checked) + ~ .custom-control-label::before { + border-color: #32ba89; +} +.custom-file-input.is-valid ~ .custom-file-label, +.was-validated .custom-file-input:valid ~ .custom-file-label { + border-color: #32ba89; +} +.custom-file-input.is-valid ~ .valid-feedback, +.custom-file-input.is-valid ~ .valid-tooltip, +.was-validated .custom-file-input:valid ~ .valid-feedback, +.was-validated .custom-file-input:valid ~ .valid-tooltip { + display: block; +} +.custom-file-input.is-valid:focus ~ .custom-file-label, +.was-validated .custom-file-input:valid:focus ~ .custom-file-label { + border-color: #32ba89; + box-shadow: 0 0 0 0.2rem rgba(50, 186, 137, 0.25); +} +.invalid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 80%; + color: #b84040; +} +.invalid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 3px 8px; + margin-top: 0.1rem; + font-size: 0.875rem; + line-height: 1.5; + color: #fff; + background-color: rgba(184, 64, 64, 0.9); + border-radius: 2px; +} +.form-control.is-invalid, +.was-validated .form-control:invalid { + border-color: #b84040; + padding-right: calc(1.25em + 1rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B84040' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23B84040' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); + background-repeat: no-repeat; + background-position: center right calc(0.3125em + 0.25rem); + background-size: calc(0.625em + 0.5rem) calc(0.625em + 0.5rem); +} +.form-control.is-invalid:focus, +.was-validated .form-control:invalid:focus { + border-color: #b84040; + box-shadow: 0 0 0 0.2rem rgba(184, 64, 64, 0.25); +} +.form-control.is-invalid ~ .invalid-feedback, +.form-control.is-invalid ~ .invalid-tooltip, +.was-validated .form-control:invalid ~ .invalid-feedback, +.was-validated .form-control:invalid ~ .invalid-tooltip { + display: block; +} +.was-validated textarea.form-control:invalid, +textarea.form-control.is-invalid { + padding-right: calc(1.25em + 1rem); + background-position: top calc(0.3125em + 0.25rem) right + calc(0.3125em + 0.25rem); +} +.custom-select.is-invalid, +.was-validated .custom-select:invalid { + border-color: #b84040; + padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem); + background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") + no-repeat right 0.75rem center/8px 10px, + url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B84040' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23B84040' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") + #2e3145 no-repeat center right 1.75rem / calc(0.625em + 0.5rem) + calc(0.625em + 0.5rem); +} +.custom-select.is-invalid:focus, +.was-validated .custom-select:invalid:focus { + border-color: #b84040; + box-shadow: 0 0 0 0.2rem rgba(184, 64, 64, 0.25); +} +.custom-select.is-invalid ~ .invalid-feedback, +.custom-select.is-invalid ~ .invalid-tooltip, +.was-validated .custom-select:invalid ~ .invalid-feedback, +.was-validated .custom-select:invalid ~ .invalid-tooltip { + display: block; +} +.form-control-file.is-invalid ~ .invalid-feedback, +.form-control-file.is-invalid ~ .invalid-tooltip, +.was-validated .form-control-file:invalid ~ .invalid-feedback, +.was-validated .form-control-file:invalid ~ .invalid-tooltip { + display: block; +} +.form-check-input.is-invalid ~ .form-check-label, +.was-validated .form-check-input:invalid ~ .form-check-label { + color: #b84040; +} +.form-check-input.is-invalid ~ .invalid-feedback, +.form-check-input.is-invalid ~ .invalid-tooltip, +.was-validated .form-check-input:invalid ~ .invalid-feedback, +.was-validated .form-check-input:invalid ~ .invalid-tooltip { + display: block; +} +.custom-control-input.is-invalid ~ .custom-control-label, +.was-validated .custom-control-input:invalid ~ .custom-control-label { + color: #b84040; +} +.custom-control-input.is-invalid ~ .custom-control-label::before, +.was-validated .custom-control-input:invalid ~ .custom-control-label::before { + border-color: #b84040; +} +.custom-control-input.is-invalid ~ .invalid-feedback, +.custom-control-input.is-invalid ~ .invalid-tooltip, +.was-validated .custom-control-input:invalid ~ .invalid-feedback, +.was-validated .custom-control-input:invalid ~ .invalid-tooltip { + display: block; +} +.custom-control-input.is-invalid:checked ~ .custom-control-label::before, +.was-validated + .custom-control-input:invalid:checked + ~ .custom-control-label::before { + border-color: #c96262; + background-color: #c96262; +} +.custom-control-input.is-invalid:focus ~ .custom-control-label::before, +.was-validated + .custom-control-input:invalid:focus + ~ .custom-control-label::before { + box-shadow: 0 0 0 0.2rem rgba(184, 64, 64, 0.25); +} +.custom-control-input.is-invalid:focus:not(:checked) + ~ .custom-control-label::before, +.was-validated + .custom-control-input:invalid:focus:not(:checked) + ~ .custom-control-label::before { + border-color: #b84040; +} +.custom-file-input.is-invalid ~ .custom-file-label, +.was-validated .custom-file-input:invalid ~ .custom-file-label { + border-color: #b84040; +} +.custom-file-input.is-invalid ~ .invalid-feedback, +.custom-file-input.is-invalid ~ .invalid-tooltip, +.was-validated .custom-file-input:invalid ~ .invalid-feedback, +.was-validated .custom-file-input:invalid ~ .invalid-tooltip { + display: block; +} +.custom-file-input.is-invalid:focus ~ .custom-file-label, +.was-validated .custom-file-input:invalid:focus ~ .custom-file-label { + border-color: #b84040; + box-shadow: 0 0 0 0.2rem rgba(184, 64, 64, 0.25); +} +.form-inline { + display: flex; + flex-flow: row wrap; + align-items: center; +} +.form-inline .form-check { + width: 100%; +} +@media (min-width: 576px) { + .form-inline label { + display: flex; + align-items: center; + justify-content: center; + margin-bottom: 0; + } + .form-inline .form-group { + display: flex; + flex: 0 0 auto; + flex-flow: row wrap; + align-items: center; + margin-bottom: 0; + } + .form-inline .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .form-inline .form-control-plaintext { + display: inline-block; + } + .form-inline .custom-select, + .form-inline .input-group { + width: auto; + } + .form-inline .form-check { + display: flex; + align-items: center; + justify-content: center; + width: auto; + padding-left: 0; + } + .form-inline .form-check-input { + position: relative; + flex-shrink: 0; + margin-top: 0; + margin-right: 0.25rem; + margin-left: 0; + } + .form-inline .custom-control { + align-items: center; + justify-content: center; + } + .form-inline .custom-control-label { + margin-bottom: 0; + } +} +.btn { + display: inline-block; + font-weight: 400; + color: #fff; + text-align: center; + vertical-align: middle; + user-select: none; + background-color: transparent; + border: 1px solid transparent; + padding: 0.5rem 0.75rem; + font-size: 1rem; + line-height: 1.25; + border-radius: 2px; + transition: all 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .btn { + transition: none; + } +} +.btn:hover { + color: #fff; + text-decoration: none; +} +.btn.focus, +.btn:focus { + outline: 0; + box-shadow: 0 0 0 3px rgba(0, 122, 166, 0.25); +} +.btn.disabled, +.btn:disabled { + opacity: 0.65; +} +a.btn.disabled, +fieldset:disabled a.btn { + pointer-events: none; +} +.btn-primary { + color: #fff; + background-color: #007aa6; + border-color: #007aa6; +} +.btn-primary:hover { + color: #fff; + background-color: #005e80; + border-color: #005573; +} +.btn-primary.focus, +.btn-primary:focus { + box-shadow: 0 0 0 0.2rem rgba(38, 142, 179, 0.5); +} +.btn-primary.disabled, +.btn-primary:disabled { + color: #fff; + background-color: #007aa6; + border-color: #007aa6; +} +.btn-primary:not(:disabled):not(.disabled).active, +.btn-primary:not(:disabled):not(.disabled):active, +.show > .btn-primary.dropdown-toggle { + color: #fff; + background-color: #005573; + border-color: #004b66; +} +.btn-primary:not(:disabled):not(.disabled).active:focus, +.btn-primary:not(:disabled):not(.disabled):active:focus, +.show > .btn-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(38, 142, 179, 0.5); +} +.btn-secondary { + color: #fff; + background-color: #595c76; + border-color: #595c76; +} +.btn-secondary:hover { + color: #fff; + background-color: #494b60; + border-color: #434559; +} +.btn-secondary.focus, +.btn-secondary:focus { + box-shadow: 0 0 0 0.2rem rgba(114, 116, 139, 0.5); +} +.btn-secondary.disabled, +.btn-secondary:disabled { + color: #fff; + background-color: #595c76; + border-color: #595c76; +} +.btn-secondary:not(:disabled):not(.disabled).active, +.btn-secondary:not(:disabled):not(.disabled):active, +.show > .btn-secondary.dropdown-toggle { + color: #fff; + background-color: #434559; + border-color: #3e4052; +} +.btn-secondary:not(:disabled):not(.disabled).active:focus, +.btn-secondary:not(:disabled):not(.disabled):active:focus, +.show > .btn-secondary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(114, 116, 139, 0.5); +} +.btn-success { + color: #fff; + background-color: #32ba89; + border-color: #32ba89; +} +.btn-success:hover { + color: #fff; + background-color: #2a9c73; + border-color: #27926b; +} +.btn-success.focus, +.btn-success:focus { + box-shadow: 0 0 0 0.2rem rgba(81, 196, 155, 0.5); +} +.btn-success.disabled, +.btn-success:disabled { + color: #fff; + background-color: #32ba89; + border-color: #32ba89; +} +.btn-success:not(:disabled):not(.disabled).active, +.btn-success:not(:disabled):not(.disabled):active, +.show > .btn-success.dropdown-toggle { + color: #fff; + background-color: #27926b; + border-color: #248864; +} +.btn-success:not(:disabled):not(.disabled).active:focus, +.btn-success:not(:disabled):not(.disabled):active:focus, +.show > .btn-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(81, 196, 155, 0.5); +} +.btn-info { + color: #fff; + background-color: #355f7d; + border-color: #355f7d; +} +.btn-info:hover { + color: #fff; + background-color: #2a4b62; + border-color: #264459; +} +.btn-info.focus, +.btn-info:focus { + box-shadow: 0 0 0 0.2rem rgba(83, 119, 145, 0.5); +} +.btn-info.disabled, +.btn-info:disabled { + color: #fff; + background-color: #355f7d; + border-color: #355f7d; +} +.btn-info:not(:disabled):not(.disabled).active, +.btn-info:not(:disabled):not(.disabled):active, +.show > .btn-info.dropdown-toggle { + color: #fff; + background-color: #264459; + border-color: #223d50; +} +.btn-info:not(:disabled):not(.disabled).active:focus, +.btn-info:not(:disabled):not(.disabled):active:focus, +.show > .btn-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(83, 119, 145, 0.5); +} +.btn-warning { + color: #fff; + background-color: #c97539; + border-color: #c97539; +} +.btn-warning:hover { + color: #fff; + background-color: #ad632f; + border-color: #a35e2c; +} +.btn-warning.focus, +.btn-warning:focus { + box-shadow: 0 0 0 0.2rem rgba(209, 138, 87, 0.5); +} +.btn-warning.disabled, +.btn-warning:disabled { + color: #fff; + background-color: #c97539; + border-color: #c97539; +} +.btn-warning:not(:disabled):not(.disabled).active, +.btn-warning:not(:disabled):not(.disabled):active, +.show > .btn-warning.dropdown-toggle { + color: #fff; + background-color: #a35e2c; + border-color: #99582a; +} +.btn-warning:not(:disabled):not(.disabled).active:focus, +.btn-warning:not(:disabled):not(.disabled):active:focus, +.show > .btn-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(209, 138, 87, 0.5); +} +.btn-danger { + color: #fff; + background-color: #b84040; + border-color: #b84040; +} +.btn-danger:hover { + color: #fff; + background-color: #9c3636; + border-color: #923333; +} +.btn-danger.focus, +.btn-danger:focus { + box-shadow: 0 0 0 0.2rem rgba(195, 93, 93, 0.5); +} +.btn-danger.disabled, +.btn-danger:disabled { + color: #fff; + background-color: #b84040; + border-color: #b84040; +} +.btn-danger:not(:disabled):not(.disabled).active, +.btn-danger:not(:disabled):not(.disabled):active, +.show > .btn-danger.dropdown-toggle { + color: #fff; + background-color: #923333; + border-color: #893030; +} +.btn-danger:not(:disabled):not(.disabled).active:focus, +.btn-danger:not(:disabled):not(.disabled):active:focus, +.show > .btn-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(195, 93, 93, 0.5); +} +.btn-light { + color: #fff; + background-color: #2a2c3f; + border-color: #2a2c3f; +} +.btn-light:hover { + color: #fff; + background-color: #1b1c28; + border-color: #161720; +} +.btn-light.focus, +.btn-light:focus { + box-shadow: 0 0 0 0.2rem rgba(74, 76, 92, 0.5); +} +.btn-light.disabled, +.btn-light:disabled { + color: #fff; + background-color: #2a2c3f; + border-color: #2a2c3f; +} +.btn-light:not(:disabled):not(.disabled).active, +.btn-light:not(:disabled):not(.disabled):active, +.show > .btn-light.dropdown-toggle { + color: #fff; + background-color: #161720; + border-color: #111119; +} +.btn-light:not(:disabled):not(.disabled).active:focus, +.btn-light:not(:disabled):not(.disabled):active:focus, +.show > .btn-light.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(74, 76, 92, 0.5); +} +.btn-dark { + color: #fff; + background-color: var(--body-bg); + border-color: var(--body-bg); +} +.btn-dark:hover { + color: #fff; + background-color: #13141f; + border-color: #0e0f17; +} +.btn-dark.focus, +.btn-dark:focus { + box-shadow: 0 0 0 0.2rem rgba(67, 68, 84, 0.5); +} +.btn-dark.disabled, +.btn-dark:disabled { + color: #fff; + background-color: var(--body-bg); + border-color: var(--body-bg); +} +.btn-dark:not(:disabled):not(.disabled).active, +.btn-dark:not(:disabled):not(.disabled):active, +.show > .btn-dark.dropdown-toggle { + color: #fff; + background-color: #0e0f17; + border-color: #090a0f; +} +.btn-dark:not(:disabled):not(.disabled).active:focus, +.btn-dark:not(:disabled):not(.disabled):active:focus, +.show > .btn-dark.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(67, 68, 84, 0.5); +} +.btn-outline-primary { + color: #007aa6; + border-color: #007aa6; +} +.btn-outline-primary:hover { + color: #fff; + background-color: #007aa6; + border-color: #007aa6; +} +.btn-outline-primary.focus, +.btn-outline-primary:focus { + box-shadow: 0 0 0 0.2rem rgba(0, 122, 166, 0.5); +} +.btn-outline-primary.disabled, +.btn-outline-primary:disabled { + color: #007aa6; + background-color: transparent; +} +.btn-outline-primary:not(:disabled):not(.disabled).active, +.btn-outline-primary:not(:disabled):not(.disabled):active, +.show > .btn-outline-primary.dropdown-toggle { + color: #fff; + background-color: #007aa6; + border-color: #007aa6; +} +.btn-outline-primary:not(:disabled):not(.disabled).active:focus, +.btn-outline-primary:not(:disabled):not(.disabled):active:focus, +.show > .btn-outline-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(0, 122, 166, 0.5); +} +.btn-outline-secondary { + color: #595c76; + border-color: #595c76; +} +.btn-outline-secondary:hover { + color: #fff; + background-color: #595c76; + border-color: #595c76; +} +.btn-outline-secondary.focus, +.btn-outline-secondary:focus { + box-shadow: 0 0 0 0.2rem rgba(89, 92, 118, 0.5); +} +.btn-outline-secondary.disabled, +.btn-outline-secondary:disabled { + color: #595c76; + background-color: transparent; +} +.btn-outline-secondary:not(:disabled):not(.disabled).active, +.btn-outline-secondary:not(:disabled):not(.disabled):active, +.show > .btn-outline-secondary.dropdown-toggle { + color: #fff; + background-color: #595c76; + border-color: #595c76; +} +.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, +.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, +.show > .btn-outline-secondary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(89, 92, 118, 0.5); +} +.btn-outline-success { + color: #32ba89; + border-color: #32ba89; +} +.btn-outline-success:hover { + color: #fff; + background-color: #32ba89; + border-color: #32ba89; +} +.btn-outline-success.focus, +.btn-outline-success:focus { + box-shadow: 0 0 0 0.2rem rgba(50, 186, 137, 0.5); +} +.btn-outline-success.disabled, +.btn-outline-success:disabled { + color: #32ba89; + background-color: transparent; +} +.btn-outline-success:not(:disabled):not(.disabled).active, +.btn-outline-success:not(:disabled):not(.disabled):active, +.show > .btn-outline-success.dropdown-toggle { + color: #fff; + background-color: #32ba89; + border-color: #32ba89; +} +.btn-outline-success:not(:disabled):not(.disabled).active:focus, +.btn-outline-success:not(:disabled):not(.disabled):active:focus, +.show > .btn-outline-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(50, 186, 137, 0.5); +} +.btn-outline-info { + color: #355f7d; + border-color: #355f7d; +} +.btn-outline-info:hover { + color: #fff; + background-color: #355f7d; + border-color: #355f7d; +} +.btn-outline-info.focus, +.btn-outline-info:focus { + box-shadow: 0 0 0 0.2rem rgba(53, 95, 125, 0.5); +} +.btn-outline-info.disabled, +.btn-outline-info:disabled { + color: #355f7d; + background-color: transparent; +} +.btn-outline-info:not(:disabled):not(.disabled).active, +.btn-outline-info:not(:disabled):not(.disabled):active, +.show > .btn-outline-info.dropdown-toggle { + color: #fff; + background-color: #355f7d; + border-color: #355f7d; +} +.btn-outline-info:not(:disabled):not(.disabled).active:focus, +.btn-outline-info:not(:disabled):not(.disabled):active:focus, +.show > .btn-outline-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(53, 95, 125, 0.5); +} +.btn-outline-warning { + color: #c97539; + border-color: #c97539; +} +.btn-outline-warning:hover { + color: #fff; + background-color: #c97539; + border-color: #c97539; +} +.btn-outline-warning.focus, +.btn-outline-warning:focus { + box-shadow: 0 0 0 0.2rem rgba(201, 117, 57, 0.5); +} +.btn-outline-warning.disabled, +.btn-outline-warning:disabled { + color: #c97539; + background-color: transparent; +} +.btn-outline-warning:not(:disabled):not(.disabled).active, +.btn-outline-warning:not(:disabled):not(.disabled):active, +.show > .btn-outline-warning.dropdown-toggle { + color: #fff; + background-color: #c97539; + border-color: #c97539; +} +.btn-outline-warning:not(:disabled):not(.disabled).active:focus, +.btn-outline-warning:not(:disabled):not(.disabled):active:focus, +.show > .btn-outline-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(201, 117, 57, 0.5); +} +.btn-outline-danger { + color: #b84040; + border-color: #b84040; +} +.btn-outline-danger:hover { + color: #fff; + background-color: #b84040; + border-color: #b84040; +} +.btn-outline-danger.focus, +.btn-outline-danger:focus { + box-shadow: 0 0 0 0.2rem rgba(184, 64, 64, 0.5); +} +.btn-outline-danger.disabled, +.btn-outline-danger:disabled { + color: #b84040; + background-color: transparent; +} +.btn-outline-danger:not(:disabled):not(.disabled).active, +.btn-outline-danger:not(:disabled):not(.disabled):active, +.show > .btn-outline-danger.dropdown-toggle { + color: #fff; + background-color: #b84040; + border-color: #b84040; +} +.btn-outline-danger:not(:disabled):not(.disabled).active:focus, +.btn-outline-danger:not(:disabled):not(.disabled):active:focus, +.show > .btn-outline-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(184, 64, 64, 0.5); +} +.btn-outline-light { + color: #2a2c3f; + border-color: #2a2c3f; +} +.btn-outline-light:hover { + color: #fff; + background-color: #2a2c3f; + border-color: #2a2c3f; +} +.btn-outline-light.focus, +.btn-outline-light:focus { + box-shadow: 0 0 0 0.2rem rgba(42, 44, 63, 0.5); +} +.btn-outline-light.disabled, +.btn-outline-light:disabled { + color: #2a2c3f; + background-color: transparent; +} +.btn-outline-light:not(:disabled):not(.disabled).active, +.btn-outline-light:not(:disabled):not(.disabled):active, +.show > .btn-outline-light.dropdown-toggle { + color: #fff; + background-color: #2a2c3f; + border-color: #2a2c3f; +} +.btn-outline-light:not(:disabled):not(.disabled).active:focus, +.btn-outline-light:not(:disabled):not(.disabled):active:focus, +.show > .btn-outline-light.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(42, 44, 63, 0.5); +} +.btn-outline-dark { + color: var(--body-bg); + border-color: var(--body-bg); +} +.btn-outline-dark:hover { + color: #fff; + background-color: var(--body-bg); + border-color: var(--body-bg); +} +.btn-outline-dark.focus, +.btn-outline-dark:focus { + box-shadow: 0 0 0 0.2rem rgba(34, 35, 54, 0.5); +} +.btn-outline-dark.disabled, +.btn-outline-dark:disabled { + color: var(--body-bg); + background-color: transparent; +} +.btn-outline-dark:not(:disabled):not(.disabled).active, +.btn-outline-dark:not(:disabled):not(.disabled):active, +.show > .btn-outline-dark.dropdown-toggle { + color: #fff; + background-color: var(--body-bg); + border-color: var(--body-bg); +} +.btn-outline-dark:not(:disabled):not(.disabled).active:focus, +.btn-outline-dark:not(:disabled):not(.disabled):active:focus, +.show > .btn-outline-dark.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(34, 35, 54, 0.5); +} +.btn-link { + font-weight: 400; + color: #a2a3bd; + text-decoration: underline; +} +.btn-link:hover { + color: #9092ae; + text-decoration: underline; +} +.btn-link.focus, +.btn-link:focus { + text-decoration: underline; + box-shadow: none; +} +.btn-link.disabled, +.btn-link:disabled { + color: #868e96; + pointer-events: none; +} +.btn-group-lg > .btn, +.btn-lg { + padding: 0.5rem 1rem; + font-size: 1.25rem; + line-height: 1.5; + border-radius: 2px; +} +.btn-group-sm > .btn, +.btn-sm { + font-weight: 700; + font-size: 12px; + padding: 0.25rem 0.5rem; + line-height: 1.5; + border-radius: 2px; +} +.btn-block { + display: block; + width: 100%; +} +.btn-block + .btn-block { + margin-top: 0.5rem; +} +input[type="button"].btn-block, +input[type="reset"].btn-block, +input[type="submit"].btn-block { + width: 100%; +} +.fade { + transition: opacity 0.15s linear; +} +@media (prefers-reduced-motion: reduce) { + .fade { + transition: none; + } +} +.fade:not(.show) { + opacity: 0; +} +.collapse:not(.show) { + display: none; +} +.collapsing { + position: relative; + height: 0; + overflow: hidden; + transition: height 0.35s ease; +} +@media (prefers-reduced-motion: reduce) { + .collapsing { + transition: none; + } +} +.dropdown, +.dropleft, +.dropright, +.dropup { + position: relative; +} +.dropdown-toggle { + white-space: nowrap; +} +.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; +} +.dropdown-toggle:empty::after { + margin-left: 0; +} +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 10rem; + padding: 0.5rem 0; + margin: 0.125rem 0 0; + font-size: 1rem; + color: #fff; + text-align: left; + list-style: none; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 2px; +} +.dropdown-menu-left { + right: auto; + left: 0; +} +.dropdown-menu-right { + right: 0; + left: auto; +} +@media (min-width: 576px) { + .dropdown-menu-sm-left { + right: auto; + left: 0; + } + .dropdown-menu-sm-right { + right: 0; + left: auto; + } +} +@media (min-width: 768px) { + .dropdown-menu-md-left { + right: auto; + left: 0; + } + .dropdown-menu-md-right { + right: 0; + left: auto; + } +} +@media (min-width: 992px) { + .dropdown-menu-lg-left { + right: auto; + left: 0; + } + .dropdown-menu-lg-right { + right: 0; + left: auto; + } +} +@media (min-width: 1200px) { + .dropdown-menu-xl-left { + right: auto; + left: 0; + } + .dropdown-menu-xl-right { + right: 0; + left: auto; + } +} +.dropup .dropdown-menu { + top: auto; + bottom: 100%; + margin-top: 0; + margin-bottom: 0.125rem; +} +.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; +} +.dropup .dropdown-toggle:empty::after { + margin-left: 0; +} +.dropright .dropdown-menu { + top: 0; + right: auto; + left: 100%; + margin-top: 0; + margin-left: 0.125rem; +} +.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; +} +.dropright .dropdown-toggle:empty::after { + margin-left: 0; +} +.dropright .dropdown-toggle::after { + vertical-align: 0; +} +.dropleft .dropdown-menu { + top: 0; + right: 100%; + left: auto; + margin-top: 0; + margin-right: 0.125rem; +} +.dropleft .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; +} +.dropleft .dropdown-toggle::after { + display: none; +} +.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; +} +.dropleft .dropdown-toggle:empty::after { + margin-left: 0; +} +.dropleft .dropdown-toggle::before { + vertical-align: 0; +} +.dropdown-menu[x-placement^="bottom"], +.dropdown-menu[x-placement^="left"], +.dropdown-menu[x-placement^="right"], +.dropdown-menu[x-placement^="top"] { + right: auto; + bottom: auto; +} +.dropdown-divider { + height: 0; + margin: 0.5rem 0; + overflow: hidden; + border-top: 1px solid #e9ecef; +} +.dropdown-item { + display: block; + width: 100%; + padding: 0.25rem 1.5rem; + clear: both; + font-weight: 400; + color: #212529; + text-align: inherit; + white-space: nowrap; + background-color: transparent; + border: 0; +} +.dropdown-item:focus, +.dropdown-item:hover { + color: var(--text); + text-decoration: none; + background-color: var(--secondary); +} +.dropdown-item.active, +.dropdown-item:active { + color: #fff; + text-decoration: none; + background-color: #007aa6; +} +.dropdown-item.disabled, +.dropdown-item:disabled { + color: #868e96; + pointer-events: none; + background-color: transparent; +} +.dropdown-menu.show { + display: block; +} +.dropdown-header { + display: block; + padding: 0.5rem 1.5rem; + margin-bottom: 0; + font-size: 0.875rem; + color: #868e96; + white-space: nowrap; +} +.dropdown-item-text { + display: block; + padding: 0.25rem 1.5rem; + color: #212529; +} +.btn-group, +.btn-group-vertical { + position: relative; + display: inline-flex; + vertical-align: middle; +} +.btn-group-vertical > .btn, +.btn-group > .btn { + position: relative; + flex: 1 1 auto; +} +.btn-group-vertical > .btn:hover, +.btn-group > .btn:hover { + z-index: 1; +} +.btn-group-vertical > .btn.active, +.btn-group-vertical > .btn:active, +.btn-group-vertical > .btn:focus, +.btn-group > .btn.active, +.btn-group > .btn:active, +.btn-group > .btn:focus { + z-index: 1; +} +.btn-toolbar { + display: flex; + flex-wrap: wrap; + justify-content: flex-start; +} +.btn-toolbar .input-group { + width: auto; +} +.btn-group > .btn-group:not(:first-child), +.btn-group > .btn:not(:first-child) { + margin-left: -1px; +} +.btn-group > .btn-group:not(:last-child) > .btn, +.btn-group > .btn:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.btn-group > .btn-group:not(:first-child) > .btn, +.btn-group > .btn:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.dropdown-toggle-split { + padding-right: 0.5625rem; + padding-left: 0.5625rem; +} +.dropdown-toggle-split::after, +.dropright .dropdown-toggle-split::after, +.dropup .dropdown-toggle-split::after { + margin-left: 0; +} +.dropleft .dropdown-toggle-split::before { + margin-right: 0; +} +.btn-group-sm > .btn + .dropdown-toggle-split, +.btn-sm + .dropdown-toggle-split { + padding-right: 0.375rem; + padding-left: 0.375rem; +} +.btn-group-lg > .btn + .dropdown-toggle-split, +.btn-lg + .dropdown-toggle-split { + padding-right: 0.75rem; + padding-left: 0.75rem; +} +.btn-group-vertical { + flex-direction: column; + align-items: flex-start; + justify-content: center; +} +.btn-group-vertical > .btn, +.btn-group-vertical > .btn-group { + width: 100%; +} +.btn-group-vertical > .btn-group:not(:first-child), +.btn-group-vertical > .btn:not(:first-child) { + margin-top: -1px; +} +.btn-group-vertical > .btn-group:not(:last-child) > .btn, +.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn-group:not(:first-child) > .btn, +.btn-group-vertical > .btn:not(:first-child) { + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.btn-group-toggle > .btn, +.btn-group-toggle > .btn-group > .btn { + margin-bottom: 0; +} +.btn-group-toggle > .btn input[type="checkbox"], +.btn-group-toggle > .btn input[type="radio"], +.btn-group-toggle > .btn-group > .btn input[type="checkbox"], +.btn-group-toggle > .btn-group > .btn input[type="radio"] { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; +} +.input-group { + position: relative; + display: flex; + flex-wrap: wrap; + align-items: stretch; + width: 100%; +} +.input-group > .custom-file, +.input-group > .custom-select, +.input-group > .form-control, +.input-group > .form-control-plaintext { + position: relative; + flex: 1 1 auto; + width: 1%; + margin-bottom: 0; +} +.input-group > .custom-file + .custom-file, +.input-group > .custom-file + .custom-select, +.input-group > .custom-file + .form-control, +.input-group > .custom-select + .custom-file, +.input-group > .custom-select + .custom-select, +.input-group > .custom-select + .form-control, +.input-group > .form-control + .custom-file, +.input-group > .form-control + .custom-select, +.input-group > .form-control + .form-control, +.input-group > .form-control-plaintext + .custom-file, +.input-group > .form-control-plaintext + .custom-select, +.input-group > .form-control-plaintext + .form-control { + margin-left: -1px; +} +.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, +.input-group > .custom-select:focus, +.input-group > .form-control:focus { + z-index: 3; +} +.input-group > .custom-file .custom-file-input:focus { + z-index: 4; +} +.input-group > .custom-select:not(:last-child), +.input-group > .form-control:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group > .custom-select:not(:first-child), +.input-group > .form-control:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.input-group > .custom-file { + display: flex; + align-items: center; +} +.input-group > .custom-file:not(:last-child) .custom-file-label, +.input-group > .custom-file:not(:last-child) .custom-file-label::after { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group > .custom-file:not(:first-child) .custom-file-label { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.input-group-append, +.input-group-prepend { + display: flex; +} +.input-group-append .btn, +.input-group-prepend .btn { + position: relative; + z-index: 2; +} +.input-group-append .btn:focus, +.input-group-prepend .btn:focus { + z-index: 3; +} +.input-group-append .btn + .btn, +.input-group-append .btn + .input-group-text, +.input-group-append .input-group-text + .btn, +.input-group-append .input-group-text + .input-group-text, +.input-group-prepend .btn + .btn, +.input-group-prepend .btn + .input-group-text, +.input-group-prepend .input-group-text + .btn, +.input-group-prepend .input-group-text + .input-group-text { + margin-left: -1px; +} +.input-group-prepend { + margin-right: -1px; +} +.input-group-append { + margin-left: -1px; +} +.input-group-text { + display: flex; + align-items: center; + padding: 0.5rem 0.75rem; + margin-bottom: 0; + font-size: 0.875rem; + font-weight: 400; + line-height: 1.25; + color: #dfe1ea; + text-align: center; + white-space: nowrap; + background-color: #595c76; + border: 1px solid transparent; + border-radius: 2px; +} +.input-group-text input[type="checkbox"], +.input-group-text input[type="radio"] { + margin-top: 0; +} +.input-group-lg > .custom-select, +.input-group-lg > .form-control:not(textarea) { + height: calc(1.5em + 1rem + 2px); +} +.input-group-lg > .custom-select, +.input-group-lg > .form-control, +.input-group-lg > .input-group-append > .btn, +.input-group-lg > .input-group-append > .input-group-text, +.input-group-lg > .input-group-prepend > .btn, +.input-group-lg > .input-group-prepend > .input-group-text { + padding: 0.5rem 1rem; + font-size: 1.25rem; + line-height: 1.5; + border-radius: 2px; +} +.input-group-sm > .custom-select, +.input-group-sm > .form-control:not(textarea) { + height: calc(1.5em + 0.5rem + 2px); +} +.input-group-sm > .custom-select, +.input-group-sm > .form-control, +.input-group-sm > .input-group-append > .btn, +.input-group-sm > .input-group-append > .input-group-text, +.input-group-sm > .input-group-prepend > .btn, +.input-group-sm > .input-group-prepend > .input-group-text { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + line-height: 1.5; + border-radius: 2px; +} +.input-group-lg > .custom-select, +.input-group-sm > .custom-select { + padding-right: 1.75rem; +} +.input-group + > .input-group-append:last-child + > .btn:not(:last-child):not(.dropdown-toggle), +.input-group + > .input-group-append:last-child + > .input-group-text:not(:last-child), +.input-group > .input-group-append:not(:last-child) > .btn, +.input-group > .input-group-append:not(:last-child) > .input-group-text, +.input-group > .input-group-prepend > .btn, +.input-group > .input-group-prepend > .input-group-text { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group > .input-group-append > .btn, +.input-group > .input-group-append > .input-group-text, +.input-group > .input-group-prepend:first-child > .btn:not(:first-child), +.input-group + > .input-group-prepend:first-child + > .input-group-text:not(:first-child), +.input-group > .input-group-prepend:not(:first-child) > .btn, +.input-group > .input-group-prepend:not(:first-child) > .input-group-text { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.input-group-prepend .input-group-text { + color: #959BAD !important; +} +.custom-control { + position: relative; + display: block; + min-height: 1.5rem; + padding-left: 1.5rem; +} +.custom-control-inline { + display: inline-flex; + margin-right: 1rem; +} +.custom-control-input { + position: absolute; + z-index: -1; + opacity: 0; +} +.custom-control-input:checked ~ .custom-control-label::before { + color: #fff; + border-color: #51536b; + background-color: #2e3145; +} +.custom-control-input:focus ~ .custom-control-label::before { + box-shadow: 0 0 5px rgba(255, 255, 255, 0.6); +} +.custom-control-input:focus:not(:checked) ~ .custom-control-label::before { + border-color: #2e3145; +} +.custom-control-input:not(:disabled):active ~ .custom-control-label::before { + color: #fff; + background-color: none; + border-color: none; +} +.custom-control-input:disabled ~ .custom-control-label { + color: #55566c; +} +.custom-control-input:disabled ~ .custom-control-label::before { + background-color: #2e3145; +} +.custom-control-label { + position: relative; + margin-bottom: 0; + vertical-align: top; +} +.custom-control-label::before { + position: absolute; + top: .15rem; + left: -1.5rem; + display: block; + width: 1rem; + height: 1rem; + pointer-events: none; + content: ""; + background-color: #2e3145; + border: #51536b solid 1px; +} + +.custom-control-label::after { + position: absolute; + top: .15rem; + left: -1.5rem; + display: block; + width: 1rem; + height: 1rem; + content: ""; + background: no-repeat 50%/50% 50%; +} +.custom-checkbox { + align-items: center; +} +.custom-checkbox .custom-control-label::before { + border-radius: 2px; +} +.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); +} +.custom-checkbox + .custom-control-input:indeterminate + ~ .custom-control-label::before { + border-color: #2e3145; + background-color: #2e3145; +} +.custom-checkbox + .custom-control-input:indeterminate + ~ .custom-control-label::after { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); +} +.custom-checkbox + .custom-control-input:disabled:checked + ~ .custom-control-label::before { + background-color: #2e3145; +} +.custom-checkbox + .custom-control-input:disabled:indeterminate + ~ .custom-control-label::before { + background-color: #2e3145; +} +.custom-radio .custom-control-label::before { + border-radius: 50%; +} +.custom-radio .custom-control-input:checked ~ .custom-control-label::after { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); +} +.custom-radio + .custom-control-input:disabled:checked + ~ .custom-control-label::before { + background-color: #2e3145; +} +.custom-switch { + padding-left: 2.25rem; +} +.custom-switch .custom-control-label::before { + left: -2.25rem; + width: 1.75rem; + pointer-events: all; + border-radius: 0.5rem; +} +.custom-switch .custom-control-label::after { + top: calc(0.25rem + 2px); + left: calc(-2.25rem + 2px); + width: calc(1rem - 4px); + height: calc(1rem - 4px); + background-color: #51536b; + border-radius: 0.5rem; + transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, + border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .custom-switch .custom-control-label::after { + transition: none; + } +} +.custom-switch .custom-control-input:checked ~ .custom-control-label::after { + background-color: #2e3145; + transform: translateX(0.75rem); +} +.custom-switch + .custom-control-input:disabled:checked + ~ .custom-control-label::before { + background-color: #2e3145; +} +.custom-select { + display: inline-block; + width: 100%; + height: calc(1.25em + 1rem + 2px); + padding: 0.375rem 1.75rem 0.375rem 0.75rem; + font-size: 0.875rem; + font-weight: 400; + line-height: 1.25; + color: #dfe1ea; + vertical-align: middle; + padding-right: 15px; + background-color: #2e3145; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 8 13'%3E%3Cdefs/%3E%3Cpath fill='%238A93B0' fill-rule='evenodd' d='M6.987 8.781a.3.3 0 00-.227-.495H1.24a.3.3 0 00-.227.495l2.76 3.207a.3.3 0 00.454 0l2.76-3.207zM6.987 4.076a.3.3 0 01-.227.495H1.24a.3.3 0 01-.227-.495L3.773.87a.3.3 0 01.454 0l2.76 3.206z' clip-rule='evenodd'/%3E%3C/svg%3E"); + background-repeat: no-repeat; + background-size: 8px; + background-position: right 7px center; + border: 1px solid transparent !important; + border-radius: 2px; + -moz-appearance: none; + -webkit-appearance: none; +} +.custom-select:focus { + border-color: #27c6ff; + outline: 0; + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), + 0 0 5px rgba(39, 198, 255, 0.5); +} +.custom-select:focus::-ms-value { + color: #dfe1ea; + background-color: var(--custom-select) +; +} +.custom-select[multiple], +.custom-select[size]:not([size="1"]) { + height: auto; + padding-right: 0.75rem; + background-image: none; +} +.custom-select:disabled { + color: #55566c; + background-color: #282a3d; +} +.custom-select::-ms-expand { + display: none; +} +.custom-select-sm { + height: calc(1.5em + 0.5rem + 2px); + padding-top: 0.25rem; + padding-bottom: 0.25rem; + padding-left: 0.5rem; + font-size: 75%; +} +.custom-select-lg { + height: calc(1.5em + 1rem + 2px); + padding-top: 0.5rem; + padding-bottom: 0.5rem; + padding-left: 1rem; + font-size: 1.25rem; +} +.custom-file { + position: relative; + display: inline-block; + width: 100%; + height: calc(1.25em + 1rem + 2px); + margin-bottom: 0; +} +.custom-file-input { + position: relative; + z-index: 2; + width: 100%; + height: calc(1.25em + 1rem + 2px); + margin: 0; + opacity: 0; +} +.custom-file-input:focus ~ .custom-file-label { + border-color: #27c6ff; + box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007aa6; +} +.custom-file-input:disabled ~ .custom-file-label { + background-color: #282a3d; +} +.custom-file-input:lang(en) ~ .custom-file-label::after { + content: "Browse"; +} +.custom-file-input ~ .custom-file-label[data-browse]::after { + content: attr(data-browse); +} +.custom-file-label { + position: absolute; + top: 0; + right: 0; + left: 0; + z-index: 1; + height: calc(1.25em + 1rem + 2px); + padding: 0.5rem 0.75rem; + font-weight: 400; + line-height: 1.25; + color: #dfe1ea; + background-color: var(--custom-select) +; + border: 1px solid transparent; + border-radius: 2px; +} +.custom-file-label::after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + z-index: 3; + display: block; + height: calc(1.25em + 1rem); + padding: 0.5rem 0.75rem; + line-height: 1.25; + color: #dfe1ea; + content: "Browse"; + background-color: #007aa6; + border-left: inherit; + border-radius: 0 2px 2px 0; +} +.custom-range { + width: 100%; + height: calc(1rem + 0.4rem); + padding: 0; + background-color: transparent; + appearance: none; +} +.custom-range:focus { + outline: 0; +} +.custom-range:focus::-webkit-slider-thumb { + box-shadow: 0 0 0 1px var(--body-bg), inset 0 1px 1px rgba(0, 0, 0, 0.075), + 0 0 0 3px rgba(0, 122, 166, 0.25); +} +.custom-range:focus::-moz-range-thumb { + box-shadow: 0 0 0 1px var(--body-bg), inset 0 1px 1px rgba(0, 0, 0, 0.075), + 0 0 0 3px rgba(0, 122, 166, 0.25); +} +.custom-range:focus::-ms-thumb { + box-shadow: 0 0 0 1px var(--body-bg), inset 0 1px 1px rgba(0, 0, 0, 0.075), + 0 0 0 3px rgba(0, 122, 166, 0.25); +} +.custom-range::-moz-focus-outer { + border: 0; +} +.custom-range::-webkit-slider-thumb { + width: 1rem; + height: 1rem; + margin-top: -0.25rem; + background-color: #007aa6; + border: 0; + border-radius: 1rem; + 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) { + .custom-range::-webkit-slider-thumb { + transition: none; + } +} +.custom-range::-webkit-slider-thumb:active { + background-color: #5ad3ff; +} +.custom-range::-webkit-slider-runnable-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; +} +.custom-range::-moz-range-thumb { + width: 1rem; + height: 1rem; + background-color: #007aa6; + border: 0; + border-radius: 1rem; + 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) { + .custom-range::-moz-range-thumb { + transition: none; + } +} +.custom-range::-moz-range-thumb:active { + background-color: #5ad3ff; +} +.custom-range::-moz-range-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; +} +.custom-range::-ms-thumb { + width: 1rem; + height: 1rem; + margin-top: 0; + margin-right: 0.2rem; + margin-left: 0.2rem; + background-color: #007aa6; + border: 0; + border-radius: 1rem; + 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) { + .custom-range::-ms-thumb { + transition: none; + } +} +.custom-range::-ms-thumb:active { + background-color: #5ad3ff; +} +.custom-range::-ms-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: transparent; + border-color: transparent; + border-width: 0.5rem; +} +.custom-range::-ms-fill-lower { + background-color: #dee2e6; + border-radius: 1rem; +} +.custom-range::-ms-fill-upper { + margin-right: 15px; + background-color: #dee2e6; + border-radius: 1rem; +} +.custom-range:disabled::-webkit-slider-thumb { + background-color: #adb5bd; +} +.custom-range:disabled::-webkit-slider-runnable-track { + cursor: default; +} +.custom-range:disabled::-moz-range-thumb { + background-color: #adb5bd; +} +.custom-range:disabled::-moz-range-track { + cursor: default; +} +.custom-range:disabled::-ms-thumb { + background-color: #adb5bd; +} +.custom-control-label::before, +.custom-file-label, +.custom-select { + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, + box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .custom-control-label::before, + .custom-file-label, + .custom-select { + transition: none; + } +} +.nav { + display: flex; + flex-wrap: wrap; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} +.nav-link { + display: block; + padding: 0.5rem 1rem; +} +.nav-link:focus, +.nav-link:hover { + text-decoration: none; +} +.nav-link.disabled { + color: #868e96; + pointer-events: none; + cursor: default; +} +.nav-tabs { + border-bottom: 1px solid #3f4455; +} +.nav-tabs .nav-item { + margin-bottom: -1px; +} +.nav-tabs .nav-link { + border: 1px solid transparent; + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} +.nav-tabs .nav-link:focus, +.nav-tabs .nav-link:hover { + border-color: #3f4455; +} +.nav-tabs .nav-link.disabled { + color: #868e96; + background-color: transparent; + border-color: transparent; +} +.nav-tabs .nav-item.show .nav-link, +.nav-tabs .nav-link.active { + color: #fff; + background-color: #2a2c3f; + border-color: #3f4455; +} +.nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.nav-pills .nav-link { + border-radius: 2px; +} +.nav-pills .nav-link.active, +.nav-pills .show > .nav-link { + color: #fff; + background-color: #007aa6; +} +.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: 0.5rem 1rem; +} +.navbar > .container, +.navbar > .container-fluid { + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; +} +.navbar-brand { + display: inline-block; + padding-top: 0.3125rem; + padding-bottom: 0.3125rem; + margin-right: 1rem; + font-size: 1.25rem; + line-height: inherit; + white-space: nowrap; +} +.navbar-brand:focus, +.navbar-brand:hover { + text-decoration: none; +} +.navbar-nav { + display: flex; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} +.navbar-nav .nav-link { + padding-right: 0; + padding-left: 0; +} +.navbar-nav .dropdown-menu { + position: static; + float: none; +} +.navbar-text { + display: inline-block; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +.navbar-collapse { + flex-basis: 100%; + flex-grow: 1; + align-items: center; +} +.navbar-toggler { + padding: 0.25rem 0.75rem; + font-size: 1.25rem; + line-height: 1; + background-color: transparent; + border: 1px solid transparent; + border-radius: 2px; +} +.navbar-toggler:focus, +.navbar-toggler:hover { + text-decoration: none; +} +.navbar-toggler-icon { + display: inline-block; + width: 1.5em; + height: 1.5em; + vertical-align: middle; + content: ""; + background: no-repeat center center; + background-size: 100% 100%; +} +@media (max-width: 575.98px) { + .navbar-expand-sm > .container, + .navbar-expand-sm > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} +@media (min-width: 576px) { + .navbar-expand-sm { + flex-flow: row 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 > .container, + .navbar-expand-sm > .container-fluid { + flex-wrap: nowrap; + } + .navbar-expand-sm .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-sm .navbar-toggler { + display: none; + } +} +@media (max-width: 767.98px) { + .navbar-expand-md > .container, + .navbar-expand-md > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} +@media (min-width: 768px) { + .navbar-expand-md { + flex-flow: row 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 > .container, + .navbar-expand-md > .container-fluid { + flex-wrap: nowrap; + } + .navbar-expand-md .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-md .navbar-toggler { + display: none; + } +} +@media (max-width: 991.98px) { + .navbar-expand-lg > .container, + .navbar-expand-lg > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} +@media (min-width: 992px) { + .navbar-expand-lg { + flex-flow: row 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 > .container, + .navbar-expand-lg > .container-fluid { + flex-wrap: nowrap; + } + .navbar-expand-lg .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-lg .navbar-toggler { + display: none; + } +} +@media (max-width: 1199.98px) { + .navbar-expand-xl > .container, + .navbar-expand-xl > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} +@media (min-width: 1200px) { + .navbar-expand-xl { + flex-flow: row 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 > .container, + .navbar-expand-xl > .container-fluid { + flex-wrap: nowrap; + } + .navbar-expand-xl .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-xl .navbar-toggler { + display: none; + } +} +.navbar-expand { + flex-flow: row nowrap; + justify-content: flex-start; +} +.navbar-expand > .container, +.navbar-expand > .container-fluid { + padding-right: 0; + padding-left: 0; +} +.navbar-expand .navbar-nav { + flex-direction: row; +} +.navbar-expand .navbar-nav .dropdown-menu { + position: absolute; +} +.navbar-expand .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; +} +.navbar-expand > .container, +.navbar-expand > .container-fluid { + flex-wrap: nowrap; +} +.navbar-expand .navbar-collapse { + display: flex !important; + flex-basis: auto; +} +.navbar-expand .navbar-toggler { + display: none; +} +.navbar-light .navbar-brand { + color: #fff; +} +.navbar-light .navbar-brand:focus, +.navbar-light .navbar-brand:hover { + color: #fff; +} +.navbar-light .navbar-nav .nav-link { + color: rgba(255, 255, 255, 0.7); +} +.navbar-light .navbar-nav .nav-link:focus, +.navbar-light .navbar-nav .nav-link:hover { + color: rgba(255, 255, 255, 0.5); +} +.navbar-light .navbar-nav .nav-link.disabled { + color: rgba(255, 255, 255, 0.3); +} +.navbar-light .navbar-nav .active > .nav-link, +.navbar-light .navbar-nav .nav-link.active, +.navbar-light .navbar-nav .nav-link.show, +.navbar-light .navbar-nav .show > .nav-link { + color: #fff; +} +.navbar-light .navbar-toggler { + color: rgba(255, 255, 255, 0.7); + border-color: rgba(0, 0, 0, 0.1); +} +.navbar-light .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +} +.navbar-light .navbar-text { + color: rgba(255, 255, 255, 0.7); +} +.navbar-light .navbar-text a { + color: #fff; +} +.navbar-light .navbar-text a:focus, +.navbar-light .navbar-text a:hover { + color: #fff; +} +.navbar-dark .navbar-brand { + color: #fff; +} +.navbar-dark .navbar-brand:focus, +.navbar-dark .navbar-brand:hover { + color: #fff; +} +.navbar-dark .navbar-nav .nav-link { + color: #fff; +} +.navbar-dark .navbar-nav .nav-link:focus, +.navbar-dark .navbar-nav .nav-link:hover { + color: rgba(255, 255, 255, 0.75); +} +.navbar-dark .navbar-nav .nav-link.disabled { + color: rgba(255, 255, 255, 0.25); +} +.navbar-dark .navbar-nav .active > .nav-link, +.navbar-dark .navbar-nav .nav-link.active, +.navbar-dark .navbar-nav .nav-link.show, +.navbar-dark .navbar-nav .show > .nav-link { + color: #fff; +} +.navbar-dark .navbar-toggler { + color: #fff; + border-color: rgba(255, 255, 255, 0.1); +} +.navbar-dark .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +} +.navbar-dark .navbar-text { + color: #fff; +} +.navbar-dark .navbar-text a { + color: #fff; +} +.navbar-dark .navbar-text a:focus, +.navbar-dark .navbar-text a:hover { + color: #fff; +} +.card { + position: relative; + display: flex; + flex-direction: column; + min-width: 0; + word-wrap: break-word; + background-color: #2e3145; + background-clip: border-box; + border: 1px solid #2c3244; + border-radius: 2px; +} +.card > hr { + margin-right: 0; + margin-left: 0; +} +.card > .list-group:first-child .list-group-item:first-child { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} +.card > .list-group:last-child .list-group-item:last-child { + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; +} +.card-body { + flex: 1 1 auto; + padding: 1.25rem; + color: #b2b8cd; +} +.card-title { + color: #DFE1EA; + margin-bottom: 0.5rem; +} +.card-subtitle { + margin-top: -0.375rem; + margin-bottom: 0; +} +.card-text:last-child { + margin-bottom: 0; +} +.card-link:hover { + text-decoration: none; +} +.card-link + .card-link { + margin-left: 1.25rem; +} +.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); +} +.card-header:first-child { + border-radius: calc(2px - 1px) calc(2px - 1px) 0 0; +} +.card-header + .list-group .list-group-item:first-child { + border-top: 0; +} +.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); +} +.card-footer:last-child { + border-radius: 0 0 calc(2px - 1px) calc(2px - 1px); +} +.card-header-tabs { + margin-right: -0.625rem; + margin-bottom: -0.75rem; + margin-left: -0.625rem; + border-bottom: 0; +} +.card-header-pills { + margin-right: -0.625rem; + margin-left: -0.625rem; +} +.card-img-overlay { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + padding: 1.25rem; +} +.card-img { + width: 100%; + border-radius: calc(2px - 1px); +} +.card-img-top { + width: 100%; + border-top-left-radius: calc(2px - 1px); + border-top-right-radius: calc(2px - 1px); +} +.card-img-bottom { + width: 100%; + border-bottom-right-radius: calc(2px - 1px); + border-bottom-left-radius: calc(2px - 1px); +} +.card-deck { + display: flex; + flex-direction: column; +} +.card-deck .card { + margin-bottom: 15px; +} +@media (min-width: 576px) { + .card-deck { + flex-flow: row wrap; + margin-right: -15px; + margin-left: -15px; + } + .card-deck .card { + display: flex; + flex: 1 0 0%; + flex-direction: column; + margin-right: 15px; + margin-bottom: 0; + margin-left: 15px; + } +} +.card-group { + display: flex; + flex-direction: column; +} +.card-group > .card { + margin-bottom: 15px; +} +@media (min-width: 576px) { + .card-group { + 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-header, + .card-group > .card:not(:last-child) .card-img-top { + border-top-right-radius: 0; + } + .card-group > .card:not(:last-child) .card-footer, + .card-group > .card:not(:last-child) .card-img-bottom { + 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-header, + .card-group > .card:not(:first-child) .card-img-top { + border-top-left-radius: 0; + } + .card-group > .card:not(:first-child) .card-footer, + .card-group > .card:not(:first-child) .card-img-bottom { + border-bottom-left-radius: 0; + } +} +.card-columns .card { + margin-bottom: 0.75rem; +} +@media (min-width: 576px) { + .card-columns { + column-count: 3; + column-gap: 1.25rem; + orphans: 1; + widows: 1; + } + .card-columns .card { + display: inline-block; + width: 100%; + } +} +.accordion > .card { + overflow: hidden; +} +.accordion > .card:not(:first-of-type) .card-header:first-child { + border-radius: 0; +} +.accordion > .card:not(:first-of-type):not(:last-of-type) { + border-bottom: 0; + border-radius: 0; +} +.accordion > .card:first-of-type { + border-bottom: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.accordion > .card:last-of-type { + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.accordion > .card .card-header { + margin-bottom: -1px; +} +.breadcrumb { + display: flex; + flex-wrap: wrap; + padding: 0.75rem 1rem; + margin-bottom: 1rem; + list-style: none; + background-color: #2e3445; + border-radius: 2px; +} +.breadcrumb-item + .breadcrumb-item { + padding-left: 0.5rem; +} +.breadcrumb-item + .breadcrumb-item::before { + display: inline-block; + padding-right: 0.5rem; + color: #868e96; + content: "/"; +} +.breadcrumb-item + .breadcrumb-item:hover::before { + text-decoration: underline; +} +.breadcrumb-item + .breadcrumb-item:hover::before { + text-decoration: none; +} +.breadcrumb-item.active { + color: #fff; +} +.pagination { + display: flex; + padding-left: 0; + list-style: none; + border-radius: 2px; +} +.page-link { + position: relative; + display: block; + padding: 0.5rem 0.75rem; + margin-left: 0; + line-height: 1.25; + color: #fff; + background-color: #595c76; + border: 0 solid #ddd; +} +.page-link:hover { + z-index: 2; + color: #fff; + text-decoration: none; + background-color: #676a83; + border-color: #ddd; +} +.page-link:focus { + z-index: 2; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(0, 122, 166, 0.25); +} +.page-item:first-child .page-link { + margin-left: 0; + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; +} +.page-item:last-child .page-link { + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; +} +.page-item.active .page-link { + z-index: 1; + color: #fff; + background-color: #007aa6; + border-color: #007aa6; +} +.page-item.disabled .page-link { + color: #989ca4; + pointer-events: none; + cursor: auto; + background-color: #323949; + border-color: #ddd; +} +.pagination-lg .page-link { + padding: 0.75rem 1.5rem; + font-size: 1.25rem; + line-height: 1.5; +} +.pagination-lg .page-item:first-child .page-link { + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; +} +.pagination-lg .page-item:last-child .page-link { + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; +} +.pagination-sm .page-link { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + line-height: 1.5; +} +.pagination-sm .page-item:first-child .page-link { + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; +} +.pagination-sm .page-item:last-child .page-link { + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; +} +.badge { + display: inline-block; + padding: 0.25em 0.4em; + font-size: 75%; + font-weight: 700; + line-height: 1; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: 2px; + transition: all 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .badge { + transition: none; + } +} +a.badge:focus, +a.badge:hover { + text-decoration: none; +} +.badge:empty { + display: none; +} +.btn .badge { + position: relative; + top: -1px; +} +.badge-pill { + padding-right: 0.6em; + padding-left: 0.6em; + border-radius: 10rem; +} +.badge-primary { + color: #fff; + background-color: #007aa6; +} +a.badge-primary:focus, +a.badge-primary:hover { + color: #fff; + background-color: #005573; +} +a.badge-primary.focus, +a.badge-primary:focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(0, 122, 166, 0.5); +} +.badge-secondary { + color: #fff; + background-color: #595c76; +} +a.badge-secondary:focus, +a.badge-secondary:hover { + color: #fff; + background-color: #434559; +} +a.badge-secondary.focus, +a.badge-secondary:focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(89, 92, 118, 0.5); +} +.badge-success { + color: #fff; + background-color: #32BA89; +} +a.badge-success:focus, +a.badge-success:hover { + color: #fff; + background-color: #27926b; +} +a.badge-success.focus, +a.badge-success:focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(50, 186, 137, 0.5); +} +.badge-info { + color: #fff; + background-color: #355f7d; +} +a.badge-info:focus, +a.badge-info:hover { + color: #fff; + background-color: #264459; +} +a.badge-info.focus, +a.badge-info:focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(53, 95, 125, 0.5); +} +.badge-warning { + color: #fff; + background-color: #FF922E; +} +a.badge-warning:focus, +a.badge-warning:hover { + color: #fff; + background-color: #a35e2c; +} +a.badge-warning.focus, +a.badge-warning:focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(201, 117, 57, 0.5); +} +.badge-danger { + color: #fff; + background-color: #EA3636; +} +a.badge-danger:focus, +a.badge-danger:hover { + color: #fff; + background-color: #923333; +} +a.badge-danger.focus, +a.badge-danger:focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(184, 64, 64, 0.5); +} +.badge-light { + color: #fff; + background-color: #2a2c3f; +} +a.badge-light:focus, +a.badge-light:hover { + color: #fff; + background-color: #161720; +} +a.badge-light.focus, +a.badge-light:focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(42, 44, 63, 0.5); +} +.badge-dark { + color: #fff; + background-color: var(--body-bg); +} +a.badge-dark:focus, +a.badge-dark:hover { + color: #fff; + background-color: #0e0f17; +} +a.badge-dark.focus, +a.badge-dark:focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(34, 35, 54, 0.5); +} +.jumbotron { + padding: 2rem 1rem; + margin-bottom: 2rem; + background-color: #2e3145; + border-radius: 2px; +} +@media (min-width: 576px) { + .jumbotron { + padding: 4rem 2rem; + } +} +.jumbotron-fluid { + padding-right: 0; + padding-left: 0; + border-radius: 0; +} +.alert { + position: relative; + padding: 0.75rem 1.25rem; + margin-bottom: 1rem; + border: 1px solid transparent; + border-radius: 2px; +} +.alert-heading { + color: inherit; +} +.alert-link { + font-weight: 700; +} +.alert-dismissible { + padding-right: 4rem; +} +.alert-dismissible .close { + position: absolute; + top: 0; + right: 0; + padding: 0.75rem 1.25rem; + color: inherit; +} +.alert-primary { + color: #fff; + background-color: #5cbdee94; + border-color: #5CBDEE; +} +.alert-primary hr { + border-top-color: #a5d0df; +} +.alert-primary .alert-link { + color: #001a23; +} +.alert-secondary { + color: #fff; + background-color: #2a2c3f; + border-color: #2a2c3f; +} +.alert-secondary hr { + border-top-color: #c3c3cd; +} +.alert-secondary .alert-link { + color: #181920; +} +.alert-success { + color: #A2FFB0; + background: #27443f; + border: 1px solid #2b5f4b; +} +.alert-success hr { + border-top-color: #b3e6d3; +} +.alert-success .alert-link { + color: #0f392a; +} +.alert-info { + color: #88E2FF; + background: #273853; + border: 1px solid #2b476b; +} +.alert-info hr { + border-top-color: #b6c6d1; +} +.alert-info .alert-link { + color: #0d161d; +} +.alert-warning { + color: #FFB684; + background: #433337; + border: 1px solid #5e4037; +} +.alert-warning hr { + border-top-color: #ebcab4; +} +.alert-warning .alert-link { + color: #412613; +} +.alert-danger { + color: #FF8A8A; + background: #402938; + border: 1px solid #572c38; +} +.alert-danger hr { + border-top-color: #e4b7b7; +} +.alert-danger .alert-link { + color: #3a1414; +} +.alert-light { + color: #161721; + background-color: #d4d5d9; + border-color: #c3c4c9; +} +.alert-light hr { + border-top-color: #b6b7bd; +} +.alert-light .alert-link { + color: #020202; +} +.alert-dark { + color: #12121c; + background-color: #d3d3d7; + border-color: #c1c1c7; +} +.alert-dark hr { + border-top-color: #b4b4bb; +} +.alert-dark .alert-link { + color: #000; +} +@keyframes progress-bar-stripes { + from { + background-position: 1rem 0; + } + to { + background-position: 0 0; + } +} +.progress { + display: flex; + height: 1rem; + overflow: hidden; + font-size: 0.75rem; + background-color: #e9ecef; + border-radius: 2px; +} +.progress-bar { + display: flex; + flex-direction: column; + justify-content: center; + color: #fff; + text-align: center; + white-space: nowrap; + background-color: #007aa6; + transition: width 0.6s ease; +} +@media (prefers-reduced-motion: reduce) { + .progress-bar { + transition: none; + } +} +.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; +} +.progress-bar-animated { + animation: progress-bar-stripes 1s linear infinite; +} +@media (prefers-reduced-motion: reduce) { + .progress-bar-animated { + animation: none; + } +} +.media { + display: flex; + align-items: flex-start; +} +.media-body { + flex: 1; +} +.list-group { + display: flex; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; +} +.list-group-item-action { + width: 100%; + color: #fff; + text-align: inherit; +} +.list-group-item-action:focus, +.list-group-item-action:hover { + z-index: 1; + color: #fff; + text-decoration: none; + background-color: #2c3244; +} +.list-group-item-action:active { + color: #fff; + background-color: #2a2c3f; +} +.list-group-item { + position: relative; + display: block; + padding: 0.75rem 1.25rem; + margin-bottom: 0; + color: #fff; + background-color: #2a2c3f; + border: 0 solid rgba(0, 0, 0, 0.125); +} +.list-group-item:first-child { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; +} +.list-group-item.disabled, +.list-group-item:disabled { + color: #868e96; + pointer-events: none; + background-color: #2a2c3f; +} +.list-group-item.active { + z-index: 2; + color: #fff; + background-color: #007aa6; + border-color: #007aa6; +} +.list-group-horizontal { + flex-direction: row; +} +.list-group-horizontal .list-group-item { + margin-right: 0; + margin-bottom: 0; +} +.list-group-horizontal .list-group-item:first-child { + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; + border-top-right-radius: 0; +} +.list-group-horizontal .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 0; +} +@media (min-width: 576px) { + .list-group-horizontal-sm { + flex-direction: row; + } + .list-group-horizontal-sm .list-group-item { + margin-right: 0; + margin-bottom: 0; + } + .list-group-horizontal-sm .list-group-item:first-child { + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; + border-top-right-radius: 0; + } + .list-group-horizontal-sm .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 0; + } +} +@media (min-width: 768px) { + .list-group-horizontal-md { + flex-direction: row; + } + .list-group-horizontal-md .list-group-item { + margin-right: 0; + margin-bottom: 0; + } + .list-group-horizontal-md .list-group-item:first-child { + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; + border-top-right-radius: 0; + } + .list-group-horizontal-md .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 0; + } +} +@media (min-width: 992px) { + .list-group-horizontal-lg { + flex-direction: row; + } + .list-group-horizontal-lg .list-group-item { + margin-right: 0; + margin-bottom: 0; + } + .list-group-horizontal-lg .list-group-item:first-child { + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; + border-top-right-radius: 0; + } + .list-group-horizontal-lg .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 0; + } +} +@media (min-width: 1200px) { + .list-group-horizontal-xl { + flex-direction: row; + } + .list-group-horizontal-xl .list-group-item { + margin-right: 0; + margin-bottom: 0; + } + .list-group-horizontal-xl .list-group-item:first-child { + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; + border-top-right-radius: 0; + } + .list-group-horizontal-xl .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 0; + } +} +.list-group-flush .list-group-item { + border-right: 0; + border-left: 0; + border-radius: 0; +} +.list-group-flush .list-group-item:last-child { + margin-bottom: 0; +} +.list-group-flush:first-child .list-group-item:first-child { + border-top: 0; +} +.list-group-flush:last-child .list-group-item:last-child { + margin-bottom: 0; + border-bottom: 0; +} +.list-group-item-primary { + color: #003f56; + background-color: #b8dae6; +} +.list-group-item-primary.list-group-item-action:focus, +.list-group-item-primary.list-group-item-action:hover { + color: #003f56; + background-color: #a5d0df; +} +.list-group-item-primary.list-group-item-action.active { + color: #fff; + background-color: #003f56; + border-color: #003f56; +} +.list-group-item-secondary { + color: #2e303d; + background-color: #d1d1d9; +} +.list-group-item-secondary.list-group-item-action:focus, +.list-group-item-secondary.list-group-item-action:hover { + color: #2e303d; + background-color: #c3c3cd; +} +.list-group-item-secondary.list-group-item-action.active { + color: #fff; + background-color: #2e303d; + border-color: #2e303d; +} +.list-group-item-success { + color: #1a6147; + background-color: #c6ecde; +} +.list-group-item-success.list-group-item-action:focus, +.list-group-item-success.list-group-item-action:hover { + color: #1a6147; + background-color: #b3e6d3; +} +.list-group-item-success.list-group-item-action.active { + color: #fff; + background-color: #1a6147; + border-color: #1a6147; +} +.list-group-item-info { + color: #1c3141; + background-color: #c6d2db; +} +.list-group-item-info.list-group-item-action:focus, +.list-group-item-info.list-group-item-action:hover { + color: #1c3141; + background-color: #b6c6d1; +} +.list-group-item-info.list-group-item-action.active { + color: #fff; + background-color: #1c3141; + border-color: #1c3141; +} +.list-group-item-warning { + color: #693d1e; + background-color: #f0d8c8; +} +.list-group-item-warning.list-group-item-action:focus, +.list-group-item-warning.list-group-item-action:hover { + color: #693d1e; + background-color: #ebcab4; +} +.list-group-item-warning.list-group-item-action.active { + color: #fff; + background-color: #693d1e; + border-color: #693d1e; +} +.list-group-item-danger { + color: #602121; + background-color: #ebcaca; +} +.list-group-item-danger.list-group-item-action:focus, +.list-group-item-danger.list-group-item-action:hover { + color: #602121; + background-color: #e4b7b7; +} +.list-group-item-danger.list-group-item-action.active { + color: #fff; + background-color: #602121; + border-color: #602121; +} +.list-group-item-light { + color: #161721; + background-color: #c3c4c9; +} +.list-group-item-light.list-group-item-action:focus, +.list-group-item-light.list-group-item-action:hover { + color: #161721; + background-color: #b6b7bd; +} +.list-group-item-light.list-group-item-action.active { + color: #fff; + background-color: #161721; + border-color: #161721; +} +.list-group-item-dark { + color: #12121c; + background-color: #c1c1c7; +} +.list-group-item-dark.list-group-item-action:focus, +.list-group-item-dark.list-group-item-action:hover { + color: #12121c; + background-color: #b4b4bb; +} +.list-group-item-dark.list-group-item-action.active { + color: #fff; + background-color: #12121c; + border-color: #12121c; +} +.close { + float: right; + font-size: 1.5rem; + font-weight: 700; + line-height: 1; + color: #fff; + text-shadow: 0; + opacity: 0.5; +} +.close:hover { + color: #fff; + text-decoration: none; +} +.close:not(:disabled):not(.disabled):focus, +.close:not(:disabled):not(.disabled):hover { + opacity: 0.75; +} +button.close { + padding: 0; + background-color: transparent; + border: 0; + appearance: none; +} +a.close.disabled { + pointer-events: none; +} +.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.25rem 0.75rem rgba(0, 0, 0, 0.1); + backdrop-filter: blur(10px); + opacity: 0; + border-radius: 0.25rem; +} +.toast:not(:last-child) { + margin-bottom: 0.75rem; +} +.toast.showing { + opacity: 1; +} +.toast.show { + display: block; + opacity: 1; +} +.toast.hide { + display: none; +} +.toast-header { + display: flex; + align-items: center; + padding: 0.25rem 0.75rem; + color: #868e96; + background-color: rgba(255, 255, 255, 0.85); + background-clip: padding-box; + border-bottom: 1px solid rgba(0, 0, 0, 0.05); +} +.toast-body { + padding: 0.75rem; +} +.modal-open { + overflow: hidden; +} +.modal-open .modal { + overflow-x: hidden; + overflow-y: auto; +} +.modal { + position: fixed; + top: 0; + left: 0; + z-index: 1050; + display: none; + width: 100%; + height: 100%; + overflow: hidden; + outline: 0; +} +.modal-dialog { + position: relative; + width: auto; + margin: 10px; + pointer-events: none; +} +.modal.fade .modal-dialog { + transition: transform 0.3s ease-out; + transform: translate(0, -50px); +} +@media (prefers-reduced-motion: reduce) { + .modal.fade .modal-dialog { + transition: none; + } +} +.modal.show .modal-dialog { + transform: none; +} +.modal-dialog-scrollable { + display: flex; + max-height: calc(100% - 20px); +} +.modal-dialog-scrollable .modal-content { + max-height: calc(100vh - 20px); + overflow: hidden; +} +.modal-dialog-scrollable .modal-footer, +.modal-dialog-scrollable .modal-header { + flex-shrink: 0; +} +.modal-dialog-scrollable .modal-body { + overflow-y: auto; +} +.modal-dialog-centered { + display: flex; + align-items: center; + min-height: calc(100% - 20px); +} +.modal-dialog-centered::before { + display: block; + height: calc(100vh - 20px); + content: ""; +} +.modal-dialog-centered.modal-dialog-scrollable { + flex-direction: column; + justify-content: center; + height: 100%; +} +.modal-dialog-centered.modal-dialog-scrollable .modal-content { + max-height: none; +} +.modal-dialog-centered.modal-dialog-scrollable::before { + content: none; +} +.modal-content { + position: relative; + display: flex; + flex-direction: column; + width: 100%; + color: #fff; + pointer-events: auto; + background-color: var(--body-bg); + background-clip: padding-box; + border: 1px solid #2c3244; + border-radius: 2px; + outline: 0; +} +.modal-backdrop { + position: fixed; + top: 0; + left: 0; + z-index: 1040; + width: 100vw; + height: 100vh; + background-color: #10111B; +} +.modal-backdrop.fade { + opacity: 0; +} +.modal-backdrop.show { + opacity: 0.4; +} +.modal-header { + display: flex; + align-items: flex-start; + justify-content: space-between; + padding: 15px; + border-bottom: 1px solid #3f4455; + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} +.modal-header .close { + padding: 15px; + margin: -1rem -1rem -1rem auto; +} +.modal-title { + margin-bottom: 0; + line-height: 1.5; +} +.modal-body { + position: relative; + flex: 1 1 auto; + padding: 15px; +} +.modal-footer { + display: flex; + align-items: center; + justify-content: flex-end; + padding: 15px; + border-top: 1px solid #3f4455; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; +} +.modal-footer > :not(:first-child) { + margin-left: 0.25rem; +} +.modal-footer > :not(:last-child) { + margin-right: 0.25rem; +} +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; +} +@media (min-width: 576px) { + .modal-dialog { + max-width: 500px; + margin: 30px auto; + } + .modal-dialog-scrollable { + max-height: calc(100% - 60px); + } + .modal-dialog-scrollable .modal-content { + max-height: calc(100vh - 60px); + } + .modal-dialog-centered { + min-height: calc(100% - 60px); + } + .modal-dialog-centered::before { + height: calc(100vh - 60px); + } + .modal-sm { + max-width: 300px; + } +} +@media (min-width: 992px) { + .modal-lg, + .modal-xl { + max-width: 800px; + } +} +@media (min-width: 1200px) { + .modal-xl { + max-width: 1140px; + } +} +.tooltip { + position: absolute; + z-index: 1070; + display: block; + margin: 0; + font-family: "Nunito Sans", -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; +} +.tooltip .arrow { + position: absolute; + display: block; + width: 5px; + height: 5px; +} +.tooltip .arrow::before { + position: absolute; + content: ""; + border-color: transparent; + border-style: solid; +} +.bs-tooltip-auto[x-placement^="top"], +.bs-tooltip-top { + padding: 5px 0; +} +.bs-tooltip-auto[x-placement^="top"] .arrow, +.bs-tooltip-top .arrow { + bottom: 0; +} +.bs-tooltip-auto[x-placement^="top"] .arrow::before, +.bs-tooltip-top .arrow::before { + top: 0; + border-width: 5px 2.5px 0; + border-top-color: #000; +} +.bs-tooltip-auto[x-placement^="right"], +.bs-tooltip-right { + padding: 0 5px; +} +.bs-tooltip-auto[x-placement^="right"] .arrow, +.bs-tooltip-right .arrow { + left: 0; + width: 5px; + height: 5px; +} +.bs-tooltip-auto[x-placement^="right"] .arrow::before, +.bs-tooltip-right .arrow::before { + right: 0; + border-width: 2.5px 5px 2.5px 0; + border-right-color: #000; +} +.bs-tooltip-auto[x-placement^="bottom"], +.bs-tooltip-bottom { + padding: 5px 0; +} +.bs-tooltip-auto[x-placement^="bottom"] .arrow, +.bs-tooltip-bottom .arrow { + top: 0; +} +.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, +.bs-tooltip-bottom .arrow::before { + bottom: 0; + border-width: 0 2.5px 5px; + border-bottom-color: #000; +} +.bs-tooltip-auto[x-placement^="left"], +.bs-tooltip-left { + padding: 0 5px; +} +.bs-tooltip-auto[x-placement^="left"] .arrow, +.bs-tooltip-left .arrow { + right: 0; + width: 5px; + height: 5px; +} +.bs-tooltip-auto[x-placement^="left"] .arrow::before, +.bs-tooltip-left .arrow::before { + left: 0; + border-width: 2.5px 0 2.5px 5px; + border-left-color: #000; +} +.tooltip-inner { + padding: .25rem .5rem; + color: var(--text); + text-align: center; + background-color: var(--light); + border-radius: .25rem +} +.popover { + position: absolute; + top: 0; + left: 0; + z-index: 1060; + display: block; + max-width: 276px; + font-family: "Nunito Sans", -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: #000; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 2px; +} +.popover .arrow { + position: absolute; + display: block; + width: 10px; + height: 5px; + margin: 0 2px; +} +.popover .arrow::after, +.popover .arrow::before { + position: absolute; + display: block; + content: ""; + border-color: transparent; + border-style: solid; +} +.bs-popover-auto[x-placement^="top"], +.bs-popover-top { + margin-bottom: 5px; +} +.bs-popover-auto[x-placement^="top"] > .arrow, +.bs-popover-top > .arrow { + bottom: calc((5px + 1px) * -1); +} +.bs-popover-auto[x-placement^="top"] > .arrow::before, +.bs-popover-top > .arrow::before { + bottom: 0; + border-width: 5px 5px 0; + border-top-color: rgba(0, 0, 0, 0.25); +} +.bs-popover-auto[x-placement^="top"] > .arrow::after, +.bs-popover-top > .arrow::after { + bottom: 1px; + border-width: 5px 5px 0; + border-top-color: var(--secondary); +} +.bs-popover-auto[x-placement^="right"], +.bs-popover-right { + margin-left: 5px; +} +.bs-popover-auto[x-placement^="right"] > .arrow, +.bs-popover-right > .arrow { + left: calc((5px + 1px) * -1); + width: 5px; + height: 10px; + margin: 2px 0; +} +.bs-popover-auto[x-placement^="right"] > .arrow::before, +.bs-popover-right > .arrow::before { + left: 0; + border-width: 5px 5px 5px 0; + border-right-color: rgba(0, 0, 0, 0.25); +} +.bs-popover-auto[x-placement^="right"] > .arrow::after, +.bs-popover-right > .arrow::after { + left: 1px; + border-width: 5px 5px 5px 0; + border-right-color: var(--secondary); +} +.bs-popover-auto[x-placement^="bottom"], +.bs-popover-bottom { + margin-top: 5px; +} +.bs-popover-auto[x-placement^="bottom"] > .arrow, +.bs-popover-bottom > .arrow { + top: calc((5px + 1px) * -1); +} +.bs-popover-auto[x-placement^="bottom"] > .arrow::before, +.bs-popover-bottom > .arrow::before { + top: 0; + border-width: 0 5px 5px 5px; + border-bottom-color: rgba(0, 0, 0, 0.25); +} +.bs-popover-auto[x-placement^="bottom"] > .arrow::after, +.bs-popover-bottom > .arrow::after { + top: 1px; + border-width: 0 5px 5px 5px; + border-bottom-color: var(--secondary); +} +.bs-popover-auto[x-placement^="bottom"] .popover-header::before, +.bs-popover-bottom .popover-header::before { + position: absolute; + top: 0; + left: 50%; + display: block; + width: 10px; + margin-left: -5px; + content: ""; + border-bottom: 1px solid #000; +} +.bs-popover-auto[x-placement^="left"], +.bs-popover-left { + margin-right: 5px; +} +.bs-popover-auto[x-placement^="left"] > .arrow, +.bs-popover-left > .arrow { + right: calc((5px + 1px) * -1); + width: 5px; + height: 10px; + margin: 2px 0; +} +.bs-popover-auto[x-placement^="left"] > .arrow::before, +.bs-popover-left > .arrow::before { + right: 0; + border-width: 5px 0 5px 5px; + border-left-color: rgba(0, 0, 0, 0.25); +} +.bs-popover-auto[x-placement^="left"] > .arrow::after, +.bs-popover-left > .arrow::after { + right: 1px; + border-width: 5px 0 5px 5px; + border-left-color: var(--secondary); +} +.popover-header { + padding: 8px 14px; + margin-bottom: 0; + font-size: 1rem; + color: #fff; + background-color: #000; + border-bottom: 1px solid #000; + border-top-left-radius: calc(2px - 1px); + border-top-right-radius: calc(2px - 1px); +} +.popover-header:empty { + display: none; +} +.popover-body { + padding: 9px 14px; + color: #fff; +} +.carousel { + position: relative; +} +.carousel.pointer-event { + touch-action: pan-y; +} +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; +} +.carousel-inner::after { + display: block; + clear: both; + content: ""; +} +.carousel-item { + position: relative; + display: none; + float: left; + width: 100%; + margin-right: -100%; + backface-visibility: hidden; + transition: transform 0.6s ease; +} +@media (prefers-reduced-motion: reduce) { + .carousel-item { + transition: none; + } +} +.carousel-item-next, +.carousel-item-prev, +.carousel-item.active { + display: block; +} +.active.carousel-item-right, +.carousel-item-next:not(.carousel-item-left) { + transform: translateX(100%); +} +.active.carousel-item-left, +.carousel-item-prev:not(.carousel-item-right) { + transform: translateX(-100%); +} +.carousel-fade .carousel-item { + opacity: 0; + transition-property: opacity; + transform: none; +} +.carousel-fade .carousel-item-next.carousel-item-left, +.carousel-fade .carousel-item-prev.carousel-item-right, +.carousel-fade .carousel-item.active { + z-index: 1; + opacity: 1; +} +.carousel-fade .active.carousel-item-left, +.carousel-fade .active.carousel-item-right { + z-index: 0; + opacity: 0; + transition: 0s 0.6s opacity; +} +@media (prefers-reduced-motion: reduce) { + .carousel-fade .active.carousel-item-left, + .carousel-fade .active.carousel-item-right { + transition: none; + } +} +.carousel-control-next, +.carousel-control-prev { + 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-next, + .carousel-control-prev { + transition: none; + } +} +.carousel-control-next:focus, +.carousel-control-next:hover, +.carousel-control-prev:focus, +.carousel-control-prev:hover { + color: #fff; + text-decoration: none; + outline: 0; + opacity: 0.9; +} +.carousel-control-prev { + left: 0; +} +.carousel-control-next { + right: 0; +} +.carousel-control-next-icon, +.carousel-control-prev-icon { + display: inline-block; + width: 20px; + height: 20px; + background: no-repeat 50%/100% 100%; +} +.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.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); +} +.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.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); +} +.carousel-indicators { + position: absolute; + right: 0; + bottom: 0; + left: 0; + z-index: 15; + display: flex; + justify-content: center; + padding-left: 0; + margin-right: 15%; + margin-left: 15%; + list-style: none; +} +.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; +} +@media (prefers-reduced-motion: reduce) { + .carousel-indicators li { + transition: none; + } +} +.carousel-indicators .active { + opacity: 1; +} +.carousel-caption { + position: absolute; + right: 15%; + bottom: 20px; + left: 15%; + z-index: 10; + padding-top: 20px; + padding-bottom: 20px; + color: #fff; + text-align: center; +} +@keyframes spinner-border { + to { + transform: rotate(360deg); + } +} +.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%; + animation: spinner-border 0.75s linear infinite; +} +.spinner-border-sm { + width: 1rem; + height: 1rem; + border-width: 0.2em; +} +@keyframes spinner-grow { + 0% { + transform: scale(0); + } + 50% { + opacity: 1; + } +} +.spinner-grow { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: text-bottom; + background-color: currentColor; + border-radius: 50%; + opacity: 0; + animation: spinner-grow 0.75s linear infinite; +} +.spinner-grow-sm { + width: 1rem; + height: 1rem; +} +.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; +} +.bg-primary { + background-color: #007aa6 !important; +} +a.bg-primary:focus, +a.bg-primary:hover, +button.bg-primary:focus, +button.bg-primary:hover { + background-color: #005573 !important; +} +.bg-secondary { + background-color: #595c76 !important; +} +a.bg-secondary:focus, +a.bg-secondary:hover, +button.bg-secondary:focus, +button.bg-secondary:hover { + background-color: #434559 !important; +} +.bg-success { + background-color: #32ba89 !important; +} +a.bg-success:focus, +a.bg-success:hover, +button.bg-success:focus, +button.bg-success:hover { + background-color: #27926b !important; +} +.bg-info { + background-color: #274458 !important; +} +a.bg-info:focus, +a.bg-info:hover, +button.bg-info:focus, +button.bg-info:hover { + background-color: #264459 !important; +} +.bg-warning { + background-color: #c97539 !important; +} +a.bg-warning:focus, +a.bg-warning:hover, +button.bg-warning:focus, +button.bg-warning:hover { + background-color: #a35e2c !important; +} +.bg-danger { + background-color: #b84040 !important; +} +a.bg-danger:focus, +a.bg-danger:hover, +button.bg-danger:focus, +button.bg-danger:hover { + background-color: #923333 !important; +} +.bg-light { + background-color: #2a2c3f !important; +} +a.bg-light:focus, +a.bg-light:hover, +button.bg-light:focus, +button.bg-light:hover { + background-color: #161720 !important; +} +.bg-dark { + background-color: var(--body-bg) !important; +} +a.bg-dark:focus, +a.bg-dark:hover, +button.bg-dark:focus, +button.bg-dark:hover { + background-color: #0e0f17 !important; +} +.bg-white { + background-color: #fff !important; +} +.bg-transparent { + background-color: transparent !important; +} +.border { + border: 1px solid #3f4455 !important; +} +.border-top { + border-top: 1px solid #3f4455 !important; +} +.border-right { + border-right: 1px solid #3f4455 !important; +} +.border-bottom { + border-bottom: 1px solid #3f4455 !important; +} +.border-left { + border-left: 1px solid #3f4455 !important; +} +.border-0 { + border: 0 !important; +} +.border-top-0 { + border-top: 0 !important; +} +.border-right-0 { + border-right: 0 !important; +} +.border-bottom-0 { + border-bottom: 0 !important; +} +.border-left-0 { + border-left: 0 !important; +} +.border-primary { + border-color: #007aa6 !important; +} +.border-secondary { + border-color: #595c76 !important; +} +.border-success { + border-color: #32ba89 !important; +} +.border-info { + border-color: #355f7d !important; +} +.border-warning { + border-color: #c97539 !important; +} +.border-danger { + border-color: #b84040 !important; +} +.border-light { + border-color: #2a2c3f !important; +} +.border-dark { + border-color: #2C3244 !important; +} +.border-white { + border-color: #fff !important; +} +.rounded-sm { + border-radius: 2px !important; +} +.rounded { + border-radius: 2px !important; +} +.rounded-top { + border-top-left-radius: 2px !important; + border-top-right-radius: 2px !important; +} +.rounded-right { + border-top-right-radius: 2px !important; + border-bottom-right-radius: 2px !important; +} +.rounded-bottom { + border-bottom-right-radius: 2px !important; + border-bottom-left-radius: 2px !important; +} +.rounded-left { + border-top-left-radius: 2px !important; + border-bottom-left-radius: 2px !important; +} +.rounded-lg { + border-radius: 2px !important; +} +.rounded-circle { + border-radius: 50% !important; +} +.rounded-pill { + border-radius: 50rem !important; +} +.rounded-0 { + border-radius: 0 !important; +} +.clearfix::after { + display: block; + clear: both; + content: ""; +} +.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; +} +@media (min-width: 576px) { + .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; + } +} +@media (min-width: 768px) { + .d-md-none { + display: none !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-block { + display: block !important; + } + .d-md-table { + display: table !important; + } + .d-md-table-row { + display: table-row !important; + } + .d-md-table-cell { + display: table-cell !important; + } + .d-md-flex { + display: flex !important; + } + .d-md-inline-flex { + display: inline-flex !important; + } +} +@media (min-width: 992px) { + .d-lg-none { + display: none !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-block { + display: block !important; + } + .d-lg-table { + display: table !important; + } + .d-lg-table-row { + display: table-row !important; + } + .d-lg-table-cell { + display: table-cell !important; + } + .d-lg-flex { + display: flex !important; + } + .d-lg-inline-flex { + display: inline-flex !important; + } +} +@media (min-width: 1200px) { + .d-xl-none { + display: none !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-block { + display: block !important; + } + .d-xl-table { + display: table !important; + } + .d-xl-table-row { + display: table-row !important; + } + .d-xl-table-cell { + display: table-cell !important; + } + .d-xl-flex { + display: flex !important; + } + .d-xl-inline-flex { + display: inline-flex !important; + } +} +@media print { + .d-print-none { + display: none !important; + } + .d-print-inline { + display: inline !important; + } + .d-print-inline-block { + display: inline-block !important; + } + .d-print-block { + display: block !important; + } + .d-print-table { + display: table !important; + } + .d-print-table-row { + display: table-row !important; + } + .d-print-table-cell { + display: table-cell !important; + } + .d-print-flex { + display: flex !important; + } + .d-print-inline-flex { + display: inline-flex !important; + } +} +.embed-responsive { + position: relative; + display: block; + width: 100%; + padding: 0; + overflow: hidden; +} +.embed-responsive::before { + display: block; + content: ""; +} +.embed-responsive .embed-responsive-item, +.embed-responsive embed, +.embed-responsive iframe, +.embed-responsive object, +.embed-responsive video { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + border: 0; +} +.embed-responsive-21by9::before { + padding-top: 42.85714%; +} +.embed-responsive-16by9::before { + padding-top: 56.25%; +} +.embed-responsive-4by3::before { + padding-top: 75%; +} +.embed-responsive-1by1::before { + padding-top: 100%; +} +.flex-row { + flex-direction: row !important; +} +.flex-column { + flex-direction: column !important; +} +.flex-row-reverse { + flex-direction: row-reverse !important; +} +.flex-column-reverse { + flex-direction: column-reverse !important; +} +.flex-wrap { + flex-wrap: wrap !important; +} +.flex-nowrap { + flex-wrap: nowrap !important; +} +.flex-wrap-reverse { + flex-wrap: wrap-reverse !important; +} +.flex-fill { + flex: 1 1 auto !important; +} +.flex-grow-0 { + flex-grow: 0 !important; +} +.flex-grow-1 { + flex-grow: 1 !important; +} +.flex-shrink-0 { + flex-shrink: 0 !important; +} +.flex-shrink-1 { + flex-shrink: 1 !important; +} +.justify-content-start { + justify-content: flex-start !important; +} +.justify-content-end { + justify-content: flex-end !important; +} +.justify-content-center { + justify-content: center !important; +} +.justify-content-between { + justify-content: space-between !important; +} +.justify-content-around { + justify-content: space-around !important; +} +.align-items-start { + align-items: flex-start !important; +} +.align-items-end { + align-items: flex-end !important; +} +.align-items-center { + align-items: center !important; +} +.align-items-baseline { + align-items: baseline !important; +} +.align-items-stretch { + align-items: stretch !important; +} +.align-content-start { + align-content: flex-start !important; +} +.align-content-end { + align-content: flex-end !important; +} +.align-content-center { + align-content: center !important; +} +.align-content-between { + align-content: space-between !important; +} +.align-content-around { + align-content: space-around !important; +} +.align-content-stretch { + align-content: stretch !important; +} +.align-self-auto { + align-self: auto !important; +} +.align-self-start { + align-self: flex-start !important; +} +.align-self-end { + align-self: flex-end !important; +} +.align-self-center { + align-self: center !important; +} +.align-self-baseline { + align-self: baseline !important; +} +.align-self-stretch { + align-self: stretch !important; +} +@media (min-width: 576px) { + .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-wrap { + flex-wrap: wrap !important; + } + .flex-sm-nowrap { + flex-wrap: nowrap !important; + } + .flex-sm-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .flex-sm-fill { + flex: 1 1 auto !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; + } + .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; + } +} +@media (min-width: 768px) { + .flex-md-row { + flex-direction: row !important; + } + .flex-md-column { + flex-direction: column !important; + } + .flex-md-row-reverse { + flex-direction: row-reverse !important; + } + .flex-md-column-reverse { + flex-direction: column-reverse !important; + } + .flex-md-wrap { + flex-wrap: wrap !important; + } + .flex-md-nowrap { + flex-wrap: nowrap !important; + } + .flex-md-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .flex-md-fill { + flex: 1 1 auto !important; + } + .flex-md-grow-0 { + flex-grow: 0 !important; + } + .flex-md-grow-1 { + flex-grow: 1 !important; + } + .flex-md-shrink-0 { + flex-shrink: 0 !important; + } + .flex-md-shrink-1 { + flex-shrink: 1 !important; + } + .justify-content-md-start { + justify-content: flex-start !important; + } + .justify-content-md-end { + justify-content: flex-end !important; + } + .justify-content-md-center { + justify-content: center !important; + } + .justify-content-md-between { + justify-content: space-between !important; + } + .justify-content-md-around { + justify-content: space-around !important; + } + .align-items-md-start { + align-items: flex-start !important; + } + .align-items-md-end { + align-items: flex-end !important; + } + .align-items-md-center { + align-items: center !important; + } + .align-items-md-baseline { + align-items: baseline !important; + } + .align-items-md-stretch { + align-items: stretch !important; + } + .align-content-md-start { + align-content: flex-start !important; + } + .align-content-md-end { + align-content: flex-end !important; + } + .align-content-md-center { + align-content: center !important; + } + .align-content-md-between { + align-content: space-between !important; + } + .align-content-md-around { + align-content: space-around !important; + } + .align-content-md-stretch { + align-content: stretch !important; + } + .align-self-md-auto { + align-self: auto !important; + } + .align-self-md-start { + align-self: flex-start !important; + } + .align-self-md-end { + align-self: flex-end !important; + } + .align-self-md-center { + align-self: center !important; + } + .align-self-md-baseline { + align-self: baseline !important; + } + .align-self-md-stretch { + align-self: stretch !important; + } +} +@media (min-width: 992px) { + .flex-lg-row { + flex-direction: row !important; + } + .flex-lg-column { + flex-direction: column !important; + } + .flex-lg-row-reverse { + flex-direction: row-reverse !important; + } + .flex-lg-column-reverse { + flex-direction: column-reverse !important; + } + .flex-lg-wrap { + flex-wrap: wrap !important; + } + .flex-lg-nowrap { + flex-wrap: nowrap !important; + } + .flex-lg-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .flex-lg-fill { + flex: 1 1 auto !important; + } + .flex-lg-grow-0 { + flex-grow: 0 !important; + } + .flex-lg-grow-1 { + flex-grow: 1 !important; + } + .flex-lg-shrink-0 { + flex-shrink: 0 !important; + } + .flex-lg-shrink-1 { + flex-shrink: 1 !important; + } + .justify-content-lg-start { + justify-content: flex-start !important; + } + .justify-content-lg-end { + justify-content: flex-end !important; + } + .justify-content-lg-center { + justify-content: center !important; + } + .justify-content-lg-between { + justify-content: space-between !important; + } + .justify-content-lg-around { + justify-content: space-around !important; + } + .align-items-lg-start { + align-items: flex-start !important; + } + .align-items-lg-end { + align-items: flex-end !important; + } + .align-items-lg-center { + align-items: center !important; + } + .align-items-lg-baseline { + align-items: baseline !important; + } + .align-items-lg-stretch { + align-items: stretch !important; + } + .align-content-lg-start { + align-content: flex-start !important; + } + .align-content-lg-end { + align-content: flex-end !important; + } + .align-content-lg-center { + align-content: center !important; + } + .align-content-lg-between { + align-content: space-between !important; + } + .align-content-lg-around { + align-content: space-around !important; + } + .align-content-lg-stretch { + align-content: stretch !important; + } + .align-self-lg-auto { + align-self: auto !important; + } + .align-self-lg-start { + align-self: flex-start !important; + } + .align-self-lg-end { + align-self: flex-end !important; + } + .align-self-lg-center { + align-self: center !important; + } + .align-self-lg-baseline { + align-self: baseline !important; + } + .align-self-lg-stretch { + align-self: stretch !important; + } +} +@media (min-width: 1200px) { + .flex-xl-row { + flex-direction: row !important; + } + .flex-xl-column { + flex-direction: column !important; + } + .flex-xl-row-reverse { + flex-direction: row-reverse !important; + } + .flex-xl-column-reverse { + flex-direction: column-reverse !important; + } + .flex-xl-wrap { + flex-wrap: wrap !important; + } + .flex-xl-nowrap { + flex-wrap: nowrap !important; + } + .flex-xl-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .flex-xl-fill { + flex: 1 1 auto !important; + } + .flex-xl-grow-0 { + flex-grow: 0 !important; + } + .flex-xl-grow-1 { + flex-grow: 1 !important; + } + .flex-xl-shrink-0 { + flex-shrink: 0 !important; + } + .flex-xl-shrink-1 { + flex-shrink: 1 !important; + } + .justify-content-xl-start { + justify-content: flex-start !important; + } + .justify-content-xl-end { + justify-content: flex-end !important; + } + .justify-content-xl-center { + justify-content: center !important; + } + .justify-content-xl-between { + justify-content: space-between !important; + } + .justify-content-xl-around { + justify-content: space-around !important; + } + .align-items-xl-start { + align-items: flex-start !important; + } + .align-items-xl-end { + align-items: flex-end !important; + } + .align-items-xl-center { + align-items: center !important; + } + .align-items-xl-baseline { + align-items: baseline !important; + } + .align-items-xl-stretch { + align-items: stretch !important; + } + .align-content-xl-start { + align-content: flex-start !important; + } + .align-content-xl-end { + align-content: flex-end !important; + } + .align-content-xl-center { + align-content: center !important; + } + .align-content-xl-between { + align-content: space-between !important; + } + .align-content-xl-around { + align-content: space-around !important; + } + .align-content-xl-stretch { + align-content: stretch !important; + } + .align-self-xl-auto { + align-self: auto !important; + } + .align-self-xl-start { + align-self: flex-start !important; + } + .align-self-xl-end { + align-self: flex-end !important; + } + .align-self-xl-center { + align-self: center !important; + } + .align-self-xl-baseline { + align-self: baseline !important; + } + .align-self-xl-stretch { + align-self: stretch !important; + } +} +.float-left { + float: left !important; +} +.float-right { + float: right !important; +} +.float-none { + float: none !important; +} +@media (min-width: 576px) { + .float-sm-left { + float: left !important; + } + .float-sm-right { + float: right !important; + } + .float-sm-none { + float: none !important; + } +} +@media (min-width: 768px) { + .float-md-left { + float: left !important; + } + .float-md-right { + float: right !important; + } + .float-md-none { + float: none !important; + } +} +@media (min-width: 992px) { + .float-lg-left { + float: left !important; + } + .float-lg-right { + float: right !important; + } + .float-lg-none { + float: none !important; + } +} +@media (min-width: 1200px) { + .float-xl-left { + float: left !important; + } + .float-xl-right { + float: right !important; + } + .float-xl-none { + float: none !important; + } +} +.overflow-auto { + overflow: auto !important; +} +.overflow-hidden { + overflow: hidden !important; +} +.position-static { + position: static !important; +} +.position-relative { + position: relative !important; +} +.position-absolute { + position: absolute !important; +} +.position-fixed { + position: fixed !important; +} +.position-sticky { + position: sticky !important; +} +.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: sticky) { + .sticky-top { + position: sticky; + top: 0; + z-index: 1020; + } +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + overflow: visible; + clip: auto; + white-space: normal; +} +.shadow-sm { + box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; +} +.shadow { + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; +} +.shadow-lg { + box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; +} +.shadow-none { + box-shadow: none !important; +} +.w-25 { + width: 25% !important; +} +.w-50 { + width: 50% !important; +} +.w-75 { + width: 75% !important; +} +.w-100 { + width: 100% !important; +} +.w-auto { + width: auto !important; +} +.h-25 { + height: 25% !important; +} +.h-50 { + height: 50% !important; +} +.h-75 { + height: 75% !important; +} +.h-100 { + height: 100% !important; +} +.h-auto { + height: auto !important; +} +.mw-100 { + max-width: 100% !important; +} +.mh-100 { + max-height: 100% !important; +} +.min-vw-100 { + min-width: 100vw !important; +} +.min-vh-100 { + min-height: 100vh !important; +} +.vw-100 { + width: 100vw !important; +} +.vh-100 { + height: 100vh !important; +} +.stretched-link::after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1; + pointer-events: auto; + content: ""; + background-color: rgba(0, 0, 0, 0); +} +.m-0 { + margin: 0 !important; +} +.mt-0, +.my-0 { + margin-top: 0 !important; +} +.mr-0, +.mx-0 { + margin-right: 0 !important; +} +.mb-0, +.my-0 { + margin-bottom: 0 !important; +} +.ml-0, +.mx-0 { + margin-left: 0 !important; +} +.m-1 { + margin: 0.25rem !important; +} +.mt-1, +.my-1 { + margin-top: 0.25rem !important; +} +.mr-1, +.mx-1 { + margin-right: 0.25rem !important; +} +.mb-1, +.my-1 { + margin-bottom: 0.25rem !important; +} +.ml-1, +.mx-1 { + margin-left: 0.25rem !important; +} +.m-2 { + margin: 0.5rem !important; +} +.mt-2, +.my-2 { + margin-top: 0.5rem !important; +} +.mr-2, +.mx-2 { + margin-right: 0.5rem !important; +} +.mb-2, +.my-2 { + margin-bottom: 0.5rem !important; +} +.ml-2, +.mx-2 { + margin-left: 0.5rem !important; +} +.m-3 { + margin: 1rem !important; +} +.mt-3, +.my-3 { + margin-top: 1rem !important; +} +.mr-3, +.mx-3 { + margin-right: 1rem !important; +} +.mb-3, +.my-3 { + margin-bottom: 1rem !important; +} +.ml-3, +.mx-3 { + margin-left: 1rem !important; +} +.m-4 { + margin: 1.5rem !important; +} +.mt-4, +.my-4 { + margin-top: 1.5rem !important; +} +.mr-4, +.mx-4 { + margin-right: 1.5rem !important; +} +.mb-4, +.my-4 { + margin-bottom: 1.5rem !important; +} +.ml-4, +.mx-4 { + margin-left: 1.5rem !important; +} +.m-5 { + margin: 3rem !important; +} +.mt-5, +.my-5 { + margin-top: 3rem !important; +} +.mr-5, +.mx-5 { + margin-right: 3rem !important; +} +.mb-5, +.my-5 { + margin-bottom: 3rem !important; +} +.ml-5, +.mx-5 { + margin-left: 3rem !important; +} +.p-0 { + padding: 0 !important; +} +.pt-0, +.py-0 { + padding-top: 0 !important; +} +.pr-0, +.px-0 { + padding-right: 0 !important; +} +.pb-0, +.py-0 { + padding-bottom: 0 !important; +} +.pl-0, +.px-0 { + padding-left: 0 !important; +} +.p-1 { + padding: 0.25rem !important; +} +.pt-1, +.py-1 { + padding-top: 0.25rem !important; +} +.pr-1, +.px-1 { + padding-right: 0.25rem !important; +} +.pb-1, +.py-1 { + padding-bottom: 0.25rem !important; +} +.pl-1, +.px-1 { + padding-left: 0.25rem !important; +} +.p-2 { + padding: 0.5rem !important; +} +.pt-2, +.py-2 { + padding-top: 0.5rem !important; +} +.pr-2, +.px-2 { + padding-right: 0.5rem !important; +} +.pb-2, +.py-2 { + padding-bottom: 0.5rem !important; +} +.pl-2, +.px-2 { + padding-left: 0.5rem !important; +} +.p-3 { + padding: 1rem !important; +} +.pt-3, +.py-3 { + padding-top: 1rem !important; +} +.pr-3, +.px-3 { + padding-right: 1rem !important; +} +.pb-3, +.py-3 { + padding-bottom: 1rem !important; +} +.pl-3, +.px-3 { + padding-left: 1rem !important; +} +.p-4 { + padding: 1.5rem !important; +} +.pt-4, +.py-4 { + padding-top: 1.5rem !important; +} +.pr-4, +.px-4 { + padding-right: 1.5rem !important; +} +.pb-4, +.py-4 { + padding-bottom: 1.5rem !important; +} +.pl-4, +.px-4 { + padding-left: 1.5rem !important; +} +.p-5 { + padding: 3rem !important; +} +.pt-5, +.py-5 { + padding-top: 3rem !important; +} +.pr-5, +.px-5 { + padding-right: 3rem !important; +} +.pb-5, +.py-5 { + padding-bottom: 3rem !important; +} +.pl-5, +.px-5 { + padding-left: 3rem !important; +} +.m-n1 { + margin: -0.25rem !important; +} +.mt-n1, +.my-n1 { + margin-top: -0.25rem !important; +} +.mr-n1, +.mx-n1 { + margin-right: -0.25rem !important; +} +.mb-n1, +.my-n1 { + margin-bottom: -0.25rem !important; +} +.ml-n1, +.mx-n1 { + margin-left: -0.25rem !important; +} +.m-n2 { + margin: -0.5rem !important; +} +.mt-n2, +.my-n2 { + margin-top: -0.5rem !important; +} +.mr-n2, +.mx-n2 { + margin-right: -0.5rem !important; +} +.mb-n2, +.my-n2 { + margin-bottom: -0.5rem !important; +} +.ml-n2, +.mx-n2 { + margin-left: -0.5rem !important; +} +.m-n3 { + margin: -1rem !important; +} +.mt-n3, +.my-n3 { + margin-top: -1rem !important; +} +.mr-n3, +.mx-n3 { + margin-right: -1rem !important; +} +.mb-n3, +.my-n3 { + margin-bottom: -1rem !important; +} +.ml-n3, +.mx-n3 { + margin-left: -1rem !important; +} +.m-n4 { + margin: -1.5rem !important; +} +.mt-n4, +.my-n4 { + margin-top: -1.5rem !important; +} +.mr-n4, +.mx-n4 { + margin-right: -1.5rem !important; +} +.mb-n4, +.my-n4 { + margin-bottom: -1.5rem !important; +} +.ml-n4, +.mx-n4 { + margin-left: -1.5rem !important; +} +.m-n5 { + margin: -3rem !important; +} +.mt-n5, +.my-n5 { + margin-top: -3rem !important; +} +.mr-n5, +.mx-n5 { + margin-right: -3rem !important; +} +.mb-n5, +.my-n5 { + margin-bottom: -3rem !important; +} +.ml-n5, +.mx-n5 { + margin-left: -3rem !important; +} +.m-auto { + margin: auto !important; +} +.mt-auto, +.my-auto { + margin-top: auto !important; +} +.mr-auto, +.mx-auto { + margin-right: auto !important; +} +.mb-auto, +.my-auto { + margin-bottom: auto !important; +} +.ml-auto, +.mx-auto { + margin-left: auto !important; +} +@media (min-width: 576px) { + .m-sm-0 { + margin: 0 !important; + } + .mt-sm-0, + .my-sm-0 { + margin-top: 0 !important; + } + .mr-sm-0, + .mx-sm-0 { + margin-right: 0 !important; + } + .mb-sm-0, + .my-sm-0 { + margin-bottom: 0 !important; + } + .ml-sm-0, + .mx-sm-0 { + margin-left: 0 !important; + } + .m-sm-1 { + margin: 0.25rem !important; + } + .mt-sm-1, + .my-sm-1 { + margin-top: 0.25rem !important; + } + .mr-sm-1, + .mx-sm-1 { + margin-right: 0.25rem !important; + } + .mb-sm-1, + .my-sm-1 { + margin-bottom: 0.25rem !important; + } + .ml-sm-1, + .mx-sm-1 { + margin-left: 0.25rem !important; + } + .m-sm-2 { + margin: 0.5rem !important; + } + .mt-sm-2, + .my-sm-2 { + margin-top: 0.5rem !important; + } + .mr-sm-2, + .mx-sm-2 { + margin-right: 0.5rem !important; + } + .mb-sm-2, + .my-sm-2 { + margin-bottom: 0.5rem !important; + } + .ml-sm-2, + .mx-sm-2 { + margin-left: 0.5rem !important; + } + .m-sm-3 { + margin: 1rem !important; + } + .mt-sm-3, + .my-sm-3 { + margin-top: 1rem !important; + } + .mr-sm-3, + .mx-sm-3 { + margin-right: 1rem !important; + } + .mb-sm-3, + .my-sm-3 { + margin-bottom: 1rem !important; + } + .ml-sm-3, + .mx-sm-3 { + margin-left: 1rem !important; + } + .m-sm-4 { + margin: 1.5rem !important; + } + .mt-sm-4, + .my-sm-4 { + margin-top: 1.5rem !important; + } + .mr-sm-4, + .mx-sm-4 { + margin-right: 1.5rem !important; + } + .mb-sm-4, + .my-sm-4 { + margin-bottom: 1.5rem !important; + } + .ml-sm-4, + .mx-sm-4 { + margin-left: 1.5rem !important; + } + .m-sm-5 { + margin: 3rem !important; + } + .mt-sm-5, + .my-sm-5 { + margin-top: 3rem !important; + } + .mr-sm-5, + .mx-sm-5 { + margin-right: 3rem !important; + } + .mb-sm-5, + .my-sm-5 { + margin-bottom: 3rem !important; + } + .ml-sm-5, + .mx-sm-5 { + margin-left: 3rem !important; + } + .p-sm-0 { + padding: 0 !important; + } + .pt-sm-0, + .py-sm-0 { + padding-top: 0 !important; + } + .pr-sm-0, + .px-sm-0 { + padding-right: 0 !important; + } + .pb-sm-0, + .py-sm-0 { + padding-bottom: 0 !important; + } + .pl-sm-0, + .px-sm-0 { + padding-left: 0 !important; + } + .p-sm-1 { + padding: 0.25rem !important; + } + .pt-sm-1, + .py-sm-1 { + padding-top: 0.25rem !important; + } + .pr-sm-1, + .px-sm-1 { + padding-right: 0.25rem !important; + } + .pb-sm-1, + .py-sm-1 { + padding-bottom: 0.25rem !important; + } + .pl-sm-1, + .px-sm-1 { + padding-left: 0.25rem !important; + } + .p-sm-2 { + padding: 0.5rem !important; + } + .pt-sm-2, + .py-sm-2 { + padding-top: 0.5rem !important; + } + .pr-sm-2, + .px-sm-2 { + padding-right: 0.5rem !important; + } + .pb-sm-2, + .py-sm-2 { + padding-bottom: 0.5rem !important; + } + .pl-sm-2, + .px-sm-2 { + padding-left: 0.5rem !important; + } + .p-sm-3 { + padding: 1rem !important; + } + .pt-sm-3, + .py-sm-3 { + padding-top: 1rem !important; + } + .pr-sm-3, + .px-sm-3 { + padding-right: 1rem !important; + } + .pb-sm-3, + .py-sm-3 { + padding-bottom: 1rem !important; + } + .pl-sm-3, + .px-sm-3 { + padding-left: 1rem !important; + } + .p-sm-4 { + padding: 1.5rem !important; + } + .pt-sm-4, + .py-sm-4 { + padding-top: 1.5rem !important; + } + .pr-sm-4, + .px-sm-4 { + padding-right: 1.5rem !important; + } + .pb-sm-4, + .py-sm-4 { + padding-bottom: 1.5rem !important; + } + .pl-sm-4, + .px-sm-4 { + padding-left: 1.5rem !important; + } + .p-sm-5 { + padding: 3rem !important; + } + .pt-sm-5, + .py-sm-5 { + padding-top: 3rem !important; + } + .pr-sm-5, + .px-sm-5 { + padding-right: 3rem !important; + } + .pb-sm-5, + .py-sm-5 { + padding-bottom: 3rem !important; + } + .pl-sm-5, + .px-sm-5 { + padding-left: 3rem !important; + } + .m-sm-n1 { + margin: -0.25rem !important; + } + .mt-sm-n1, + .my-sm-n1 { + margin-top: -0.25rem !important; + } + .mr-sm-n1, + .mx-sm-n1 { + margin-right: -0.25rem !important; + } + .mb-sm-n1, + .my-sm-n1 { + margin-bottom: -0.25rem !important; + } + .ml-sm-n1, + .mx-sm-n1 { + margin-left: -0.25rem !important; + } + .m-sm-n2 { + margin: -0.5rem !important; + } + .mt-sm-n2, + .my-sm-n2 { + margin-top: -0.5rem !important; + } + .mr-sm-n2, + .mx-sm-n2 { + margin-right: -0.5rem !important; + } + .mb-sm-n2, + .my-sm-n2 { + margin-bottom: -0.5rem !important; + } + .ml-sm-n2, + .mx-sm-n2 { + margin-left: -0.5rem !important; + } + .m-sm-n3 { + margin: -1rem !important; + } + .mt-sm-n3, + .my-sm-n3 { + margin-top: -1rem !important; + } + .mr-sm-n3, + .mx-sm-n3 { + margin-right: -1rem !important; + } + .mb-sm-n3, + .my-sm-n3 { + margin-bottom: -1rem !important; + } + .ml-sm-n3, + .mx-sm-n3 { + margin-left: -1rem !important; + } + .m-sm-n4 { + margin: -1.5rem !important; + } + .mt-sm-n4, + .my-sm-n4 { + margin-top: -1.5rem !important; + } + .mr-sm-n4, + .mx-sm-n4 { + margin-right: -1.5rem !important; + } + .mb-sm-n4, + .my-sm-n4 { + margin-bottom: -1.5rem !important; + } + .ml-sm-n4, + .mx-sm-n4 { + margin-left: -1.5rem !important; + } + .m-sm-n5 { + margin: -3rem !important; + } + .mt-sm-n5, + .my-sm-n5 { + margin-top: -3rem !important; + } + .mr-sm-n5, + .mx-sm-n5 { + margin-right: -3rem !important; + } + .mb-sm-n5, + .my-sm-n5 { + margin-bottom: -3rem !important; + } + .ml-sm-n5, + .mx-sm-n5 { + margin-left: -3rem !important; + } + .m-sm-auto { + margin: auto !important; + } + .mt-sm-auto, + .my-sm-auto { + margin-top: auto !important; + } + .mr-sm-auto, + .mx-sm-auto { + margin-right: auto !important; + } + .mb-sm-auto, + .my-sm-auto { + margin-bottom: auto !important; + } + .ml-sm-auto, + .mx-sm-auto { + margin-left: auto !important; + } +} +@media (min-width: 768px) { + .m-md-0 { + margin: 0 !important; + } + .mt-md-0, + .my-md-0 { + margin-top: 0 !important; + } + .mr-md-0, + .mx-md-0 { + margin-right: 0 !important; + } + .mb-md-0, + .my-md-0 { + margin-bottom: 0 !important; + } + .ml-md-0, + .mx-md-0 { + margin-left: 0 !important; + } + .m-md-1 { + margin: 0.25rem !important; + } + .mt-md-1, + .my-md-1 { + margin-top: 0.25rem !important; + } + .mr-md-1, + .mx-md-1 { + margin-right: 0.25rem !important; + } + .mb-md-1, + .my-md-1 { + margin-bottom: 0.25rem !important; + } + .ml-md-1, + .mx-md-1 { + margin-left: 0.25rem !important; + } + .m-md-2 { + margin: 0.5rem !important; + } + .mt-md-2, + .my-md-2 { + margin-top: 0.5rem !important; + } + .mr-md-2, + .mx-md-2 { + margin-right: 0.5rem !important; + } + .mb-md-2, + .my-md-2 { + margin-bottom: 0.5rem !important; + } + .ml-md-2, + .mx-md-2 { + margin-left: 0.5rem !important; + } + .m-md-3 { + margin: 1rem !important; + } + .mt-md-3, + .my-md-3 { + margin-top: 1rem !important; + } + .mr-md-3, + .mx-md-3 { + margin-right: 1rem !important; + } + .mb-md-3, + .my-md-3 { + margin-bottom: 1rem !important; + } + .ml-md-3, + .mx-md-3 { + margin-left: 1rem !important; + } + .m-md-4 { + margin: 1.5rem !important; + } + .mt-md-4, + .my-md-4 { + margin-top: 1.5rem !important; + } + .mr-md-4, + .mx-md-4 { + margin-right: 1.5rem !important; + } + .mb-md-4, + .my-md-4 { + margin-bottom: 1.5rem !important; + } + .ml-md-4, + .mx-md-4 { + margin-left: 1.5rem !important; + } + .m-md-5 { + margin: 3rem !important; + } + .mt-md-5, + .my-md-5 { + margin-top: 3rem !important; + } + .mr-md-5, + .mx-md-5 { + margin-right: 3rem !important; + } + .mb-md-5, + .my-md-5 { + margin-bottom: 3rem !important; + } + .ml-md-5, + .mx-md-5 { + margin-left: 3rem !important; + } + .p-md-0 { + padding: 0 !important; + } + .pt-md-0, + .py-md-0 { + padding-top: 0 !important; + } + .pr-md-0, + .px-md-0 { + padding-right: 0 !important; + } + .pb-md-0, + .py-md-0 { + padding-bottom: 0 !important; + } + .pl-md-0, + .px-md-0 { + padding-left: 0 !important; + } + .p-md-1 { + padding: 0.25rem !important; + } + .pt-md-1, + .py-md-1 { + padding-top: 0.25rem !important; + } + .pr-md-1, + .px-md-1 { + padding-right: 0.25rem !important; + } + .pb-md-1, + .py-md-1 { + padding-bottom: 0.25rem !important; + } + .pl-md-1, + .px-md-1 { + padding-left: 0.25rem !important; + } + .p-md-2 { + padding: 0.5rem !important; + } + .pt-md-2, + .py-md-2 { + padding-top: 0.5rem !important; + } + .pr-md-2, + .px-md-2 { + padding-right: 0.5rem !important; + } + .pb-md-2, + .py-md-2 { + padding-bottom: 0.5rem !important; + } + .pl-md-2, + .px-md-2 { + padding-left: 0.5rem !important; + } + .p-md-3 { + padding: 1rem !important; + } + .pt-md-3, + .py-md-3 { + padding-top: 1rem !important; + } + .pr-md-3, + .px-md-3 { + padding-right: 1rem !important; + } + .pb-md-3, + .py-md-3 { + padding-bottom: 1rem !important; + } + .pl-md-3, + .px-md-3 { + padding-left: 1rem !important; + } + .p-md-4 { + padding: 1.5rem !important; + } + .pt-md-4, + .py-md-4 { + padding-top: 1.5rem !important; + } + .pr-md-4, + .px-md-4 { + padding-right: 1.5rem !important; + } + .pb-md-4, + .py-md-4 { + padding-bottom: 1.5rem !important; + } + .pl-md-4, + .px-md-4 { + padding-left: 1.5rem !important; + } + .p-md-5 { + padding: 3rem !important; + } + .pt-md-5, + .py-md-5 { + padding-top: 3rem !important; + } + .pr-md-5, + .px-md-5 { + padding-right: 3rem !important; + } + .pb-md-5, + .py-md-5 { + padding-bottom: 3rem !important; + } + .pl-md-5, + .px-md-5 { + padding-left: 3rem !important; + } + .m-md-n1 { + margin: -0.25rem !important; + } + .mt-md-n1, + .my-md-n1 { + margin-top: -0.25rem !important; + } + .mr-md-n1, + .mx-md-n1 { + margin-right: -0.25rem !important; + } + .mb-md-n1, + .my-md-n1 { + margin-bottom: -0.25rem !important; + } + .ml-md-n1, + .mx-md-n1 { + margin-left: -0.25rem !important; + } + .m-md-n2 { + margin: -0.5rem !important; + } + .mt-md-n2, + .my-md-n2 { + margin-top: -0.5rem !important; + } + .mr-md-n2, + .mx-md-n2 { + margin-right: -0.5rem !important; + } + .mb-md-n2, + .my-md-n2 { + margin-bottom: -0.5rem !important; + } + .ml-md-n2, + .mx-md-n2 { + margin-left: -0.5rem !important; + } + .m-md-n3 { + margin: -1rem !important; + } + .mt-md-n3, + .my-md-n3 { + margin-top: -1rem !important; + } + .mr-md-n3, + .mx-md-n3 { + margin-right: -1rem !important; + } + .mb-md-n3, + .my-md-n3 { + margin-bottom: -1rem !important; + } + .ml-md-n3, + .mx-md-n3 { + margin-left: -1rem !important; + } + .m-md-n4 { + margin: -1.5rem !important; + } + .mt-md-n4, + .my-md-n4 { + margin-top: -1.5rem !important; + } + .mr-md-n4, + .mx-md-n4 { + margin-right: -1.5rem !important; + } + .mb-md-n4, + .my-md-n4 { + margin-bottom: -1.5rem !important; + } + .ml-md-n4, + .mx-md-n4 { + margin-left: -1.5rem !important; + } + .m-md-n5 { + margin: -3rem !important; + } + .mt-md-n5, + .my-md-n5 { + margin-top: -3rem !important; + } + .mr-md-n5, + .mx-md-n5 { + margin-right: -3rem !important; + } + .mb-md-n5, + .my-md-n5 { + margin-bottom: -3rem !important; + } + .ml-md-n5, + .mx-md-n5 { + margin-left: -3rem !important; + } + .m-md-auto { + margin: auto !important; + } + .mt-md-auto, + .my-md-auto { + margin-top: auto !important; + } + .mr-md-auto, + .mx-md-auto { + margin-right: auto !important; + } + .mb-md-auto, + .my-md-auto { + margin-bottom: auto !important; + } + .ml-md-auto, + .mx-md-auto { + margin-left: auto !important; + } +} +@media (min-width: 992px) { + .m-lg-0 { + margin: 0 !important; + } + .mt-lg-0, + .my-lg-0 { + margin-top: 0 !important; + } + .mr-lg-0, + .mx-lg-0 { + margin-right: 0 !important; + } + .mb-lg-0, + .my-lg-0 { + margin-bottom: 0 !important; + } + .ml-lg-0, + .mx-lg-0 { + margin-left: 0 !important; + } + .m-lg-1 { + margin: 0.25rem !important; + } + .mt-lg-1, + .my-lg-1 { + margin-top: 0.25rem !important; + } + .mr-lg-1, + .mx-lg-1 { + margin-right: 0.25rem !important; + } + .mb-lg-1, + .my-lg-1 { + margin-bottom: 0.25rem !important; + } + .ml-lg-1, + .mx-lg-1 { + margin-left: 0.25rem !important; + } + .m-lg-2 { + margin: 0.5rem !important; + } + .mt-lg-2, + .my-lg-2 { + margin-top: 0.5rem !important; + } + .mr-lg-2, + .mx-lg-2 { + margin-right: 0.5rem !important; + } + .mb-lg-2, + .my-lg-2 { + margin-bottom: 0.5rem !important; + } + .ml-lg-2, + .mx-lg-2 { + margin-left: 0.5rem !important; + } + .m-lg-3 { + margin: 1rem !important; + } + .mt-lg-3, + .my-lg-3 { + margin-top: 1rem !important; + } + .mr-lg-3, + .mx-lg-3 { + margin-right: 1rem !important; + } + .mb-lg-3, + .my-lg-3 { + margin-bottom: 1rem !important; + } + .ml-lg-3, + .mx-lg-3 { + margin-left: 1rem !important; + } + .m-lg-4 { + margin: 1.5rem !important; + } + .mt-lg-4, + .my-lg-4 { + margin-top: 1.5rem !important; + } + .mr-lg-4, + .mx-lg-4 { + margin-right: 1.5rem !important; + } + .mb-lg-4, + .my-lg-4 { + margin-bottom: 1.5rem !important; + } + .ml-lg-4, + .mx-lg-4 { + margin-left: 1.5rem !important; + } + .m-lg-5 { + margin: 3rem !important; + } + .mt-lg-5, + .my-lg-5 { + margin-top: 3rem !important; + } + .mr-lg-5, + .mx-lg-5 { + margin-right: 3rem !important; + } + .mb-lg-5, + .my-lg-5 { + margin-bottom: 3rem !important; + } + .ml-lg-5, + .mx-lg-5 { + margin-left: 3rem !important; + } + .p-lg-0 { + padding: 0 !important; + } + .pt-lg-0, + .py-lg-0 { + padding-top: 0 !important; + } + .pr-lg-0, + .px-lg-0 { + padding-right: 0 !important; + } + .pb-lg-0, + .py-lg-0 { + padding-bottom: 0 !important; + } + .pl-lg-0, + .px-lg-0 { + padding-left: 0 !important; + } + .p-lg-1 { + padding: 0.25rem !important; + } + .pt-lg-1, + .py-lg-1 { + padding-top: 0.25rem !important; + } + .pr-lg-1, + .px-lg-1 { + padding-right: 0.25rem !important; + } + .pb-lg-1, + .py-lg-1 { + padding-bottom: 0.25rem !important; + } + .pl-lg-1, + .px-lg-1 { + padding-left: 0.25rem !important; + } + .p-lg-2 { + padding: 0.5rem !important; + } + .pt-lg-2, + .py-lg-2 { + padding-top: 0.5rem !important; + } + .pr-lg-2, + .px-lg-2 { + padding-right: 0.5rem !important; + } + .pb-lg-2, + .py-lg-2 { + padding-bottom: 0.5rem !important; + } + .pl-lg-2, + .px-lg-2 { + padding-left: 0.5rem !important; + } + .p-lg-3 { + padding: 1rem !important; + } + .pt-lg-3, + .py-lg-3 { + padding-top: 1rem !important; + } + .pr-lg-3, + .px-lg-3 { + padding-right: 1rem !important; + } + .pb-lg-3, + .py-lg-3 { + padding-bottom: 1rem !important; + } + .pl-lg-3, + .px-lg-3 { + padding-left: 1rem !important; + } + .p-lg-4 { + padding: 1.5rem !important; + } + .pt-lg-4, + .py-lg-4 { + padding-top: 1.5rem !important; + } + .pr-lg-4, + .px-lg-4 { + padding-right: 1.5rem !important; + } + .pb-lg-4, + .py-lg-4 { + padding-bottom: 1.5rem !important; + } + .pl-lg-4, + .px-lg-4 { + padding-left: 1.5rem !important; + } + .p-lg-5 { + padding: 3rem !important; + } + .pt-lg-5, + .py-lg-5 { + padding-top: 3rem !important; + } + .pr-lg-5, + .px-lg-5 { + padding-right: 3rem !important; + } + .pb-lg-5, + .py-lg-5 { + padding-bottom: 3rem !important; + } + .pl-lg-5, + .px-lg-5 { + padding-left: 3rem !important; + } + .m-lg-n1 { + margin: -0.25rem !important; + } + .mt-lg-n1, + .my-lg-n1 { + margin-top: -0.25rem !important; + } + .mr-lg-n1, + .mx-lg-n1 { + margin-right: -0.25rem !important; + } + .mb-lg-n1, + .my-lg-n1 { + margin-bottom: -0.25rem !important; + } + .ml-lg-n1, + .mx-lg-n1 { + margin-left: -0.25rem !important; + } + .m-lg-n2 { + margin: -0.5rem !important; + } + .mt-lg-n2, + .my-lg-n2 { + margin-top: -0.5rem !important; + } + .mr-lg-n2, + .mx-lg-n2 { + margin-right: -0.5rem !important; + } + .mb-lg-n2, + .my-lg-n2 { + margin-bottom: -0.5rem !important; + } + .ml-lg-n2, + .mx-lg-n2 { + margin-left: -0.5rem !important; + } + .m-lg-n3 { + margin: -1rem !important; + } + .mt-lg-n3, + .my-lg-n3 { + margin-top: -1rem !important; + } + .mr-lg-n3, + .mx-lg-n3 { + margin-right: -1rem !important; + } + .mb-lg-n3, + .my-lg-n3 { + margin-bottom: -1rem !important; + } + .ml-lg-n3, + .mx-lg-n3 { + margin-left: -1rem !important; + } + .m-lg-n4 { + margin: -1.5rem !important; + } + .mt-lg-n4, + .my-lg-n4 { + margin-top: -1.5rem !important; + } + .mr-lg-n4, + .mx-lg-n4 { + margin-right: -1.5rem !important; + } + .mb-lg-n4, + .my-lg-n4 { + margin-bottom: -1.5rem !important; + } + .ml-lg-n4, + .mx-lg-n4 { + margin-left: -1.5rem !important; + } + .m-lg-n5 { + margin: -3rem !important; + } + .mt-lg-n5, + .my-lg-n5 { + margin-top: -3rem !important; + } + .mr-lg-n5, + .mx-lg-n5 { + margin-right: -3rem !important; + } + .mb-lg-n5, + .my-lg-n5 { + margin-bottom: -3rem !important; + } + .ml-lg-n5, + .mx-lg-n5 { + margin-left: -3rem !important; + } + .m-lg-auto { + margin: auto !important; + } + .mt-lg-auto, + .my-lg-auto { + margin-top: auto !important; + } + .mr-lg-auto, + .mx-lg-auto { + margin-right: auto !important; + } + .mb-lg-auto, + .my-lg-auto { + margin-bottom: auto !important; + } + .ml-lg-auto, + .mx-lg-auto { + margin-left: auto !important; + } +} +@media (min-width: 1200px) { + .m-xl-0 { + margin: 0 !important; + } + .mt-xl-0, + .my-xl-0 { + margin-top: 0 !important; + } + .mr-xl-0, + .mx-xl-0 { + margin-right: 0 !important; + } + .mb-xl-0, + .my-xl-0 { + margin-bottom: 0 !important; + } + .ml-xl-0, + .mx-xl-0 { + margin-left: 0 !important; + } + .m-xl-1 { + margin: 0.25rem !important; + } + .mt-xl-1, + .my-xl-1 { + margin-top: 0.25rem !important; + } + .mr-xl-1, + .mx-xl-1 { + margin-right: 0.25rem !important; + } + .mb-xl-1, + .my-xl-1 { + margin-bottom: 0.25rem !important; + } + .ml-xl-1, + .mx-xl-1 { + margin-left: 0.25rem !important; + } + .m-xl-2 { + margin: 0.5rem !important; + } + .mt-xl-2, + .my-xl-2 { + margin-top: 0.5rem !important; + } + .mr-xl-2, + .mx-xl-2 { + margin-right: 0.5rem !important; + } + .mb-xl-2, + .my-xl-2 { + margin-bottom: 0.5rem !important; + } + .ml-xl-2, + .mx-xl-2 { + margin-left: 0.5rem !important; + } + .m-xl-3 { + margin: 1rem !important; + } + .mt-xl-3, + .my-xl-3 { + margin-top: 1rem !important; + } + .mr-xl-3, + .mx-xl-3 { + margin-right: 1rem !important; + } + .mb-xl-3, + .my-xl-3 { + margin-bottom: 1rem !important; + } + .ml-xl-3, + .mx-xl-3 { + margin-left: 1rem !important; + } + .m-xl-4 { + margin: 1.5rem !important; + } + .mt-xl-4, + .my-xl-4 { + margin-top: 1.5rem !important; + } + .mr-xl-4, + .mx-xl-4 { + margin-right: 1.5rem !important; + } + .mb-xl-4, + .my-xl-4 { + margin-bottom: 1.5rem !important; + } + .ml-xl-4, + .mx-xl-4 { + margin-left: 1.5rem !important; + } + .m-xl-5 { + margin: 3rem !important; + } + .mt-xl-5, + .my-xl-5 { + margin-top: 3rem !important; + } + .mr-xl-5, + .mx-xl-5 { + margin-right: 3rem !important; + } + .mb-xl-5, + .my-xl-5 { + margin-bottom: 3rem !important; + } + .ml-xl-5, + .mx-xl-5 { + margin-left: 3rem !important; + } + .p-xl-0 { + padding: 0 !important; + } + .pt-xl-0, + .py-xl-0 { + padding-top: 0 !important; + } + .pr-xl-0, + .px-xl-0 { + padding-right: 0 !important; + } + .pb-xl-0, + .py-xl-0 { + padding-bottom: 0 !important; + } + .pl-xl-0, + .px-xl-0 { + padding-left: 0 !important; + } + .p-xl-1 { + padding: 0.25rem !important; + } + .pt-xl-1, + .py-xl-1 { + padding-top: 0.25rem !important; + } + .pr-xl-1, + .px-xl-1 { + padding-right: 0.25rem !important; + } + .pb-xl-1, + .py-xl-1 { + padding-bottom: 0.25rem !important; + } + .pl-xl-1, + .px-xl-1 { + padding-left: 0.25rem !important; + } + .p-xl-2 { + padding: 0.5rem !important; + } + .pt-xl-2, + .py-xl-2 { + padding-top: 0.5rem !important; + } + .pr-xl-2, + .px-xl-2 { + padding-right: 0.5rem !important; + } + .pb-xl-2, + .py-xl-2 { + padding-bottom: 0.5rem !important; + } + .pl-xl-2, + .px-xl-2 { + padding-left: 0.5rem !important; + } + .p-xl-3 { + padding: 1rem !important; + } + .pt-xl-3, + .py-xl-3 { + padding-top: 1rem !important; + } + .pr-xl-3, + .px-xl-3 { + padding-right: 1rem !important; + } + .pb-xl-3, + .py-xl-3 { + padding-bottom: 1rem !important; + } + .pl-xl-3, + .px-xl-3 { + padding-left: 1rem !important; + } + .p-xl-4 { + padding: 1.5rem !important; + } + .pt-xl-4, + .py-xl-4 { + padding-top: 1.5rem !important; + } + .pr-xl-4, + .px-xl-4 { + padding-right: 1.5rem !important; + } + .pb-xl-4, + .py-xl-4 { + padding-bottom: 1.5rem !important; + } + .pl-xl-4, + .px-xl-4 { + padding-left: 1.5rem !important; + } + .p-xl-5 { + padding: 3rem !important; + } + .pt-xl-5, + .py-xl-5 { + padding-top: 3rem !important; + } + .pr-xl-5, + .px-xl-5 { + padding-right: 3rem !important; + } + .pb-xl-5, + .py-xl-5 { + padding-bottom: 3rem !important; + } + .pl-xl-5, + .px-xl-5 { + padding-left: 3rem !important; + } + .m-xl-n1 { + margin: -0.25rem !important; + } + .mt-xl-n1, + .my-xl-n1 { + margin-top: -0.25rem !important; + } + .mr-xl-n1, + .mx-xl-n1 { + margin-right: -0.25rem !important; + } + .mb-xl-n1, + .my-xl-n1 { + margin-bottom: -0.25rem !important; + } + .ml-xl-n1, + .mx-xl-n1 { + margin-left: -0.25rem !important; + } + .m-xl-n2 { + margin: -0.5rem !important; + } + .mt-xl-n2, + .my-xl-n2 { + margin-top: -0.5rem !important; + } + .mr-xl-n2, + .mx-xl-n2 { + margin-right: -0.5rem !important; + } + .mb-xl-n2, + .my-xl-n2 { + margin-bottom: -0.5rem !important; + } + .ml-xl-n2, + .mx-xl-n2 { + margin-left: -0.5rem !important; + } + .m-xl-n3 { + margin: -1rem !important; + } + .mt-xl-n3, + .my-xl-n3 { + margin-top: -1rem !important; + } + .mr-xl-n3, + .mx-xl-n3 { + margin-right: -1rem !important; + } + .mb-xl-n3, + .my-xl-n3 { + margin-bottom: -1rem !important; + } + .ml-xl-n3, + .mx-xl-n3 { + margin-left: -1rem !important; + } + .m-xl-n4 { + margin: -1.5rem !important; + } + .mt-xl-n4, + .my-xl-n4 { + margin-top: -1.5rem !important; + } + .mr-xl-n4, + .mx-xl-n4 { + margin-right: -1.5rem !important; + } + .mb-xl-n4, + .my-xl-n4 { + margin-bottom: -1.5rem !important; + } + .ml-xl-n4, + .mx-xl-n4 { + margin-left: -1.5rem !important; + } + .m-xl-n5 { + margin: -3rem !important; + } + .mt-xl-n5, + .my-xl-n5 { + margin-top: -3rem !important; + } + .mr-xl-n5, + .mx-xl-n5 { + margin-right: -3rem !important; + } + .mb-xl-n5, + .my-xl-n5 { + margin-bottom: -3rem !important; + } + .ml-xl-n5, + .mx-xl-n5 { + margin-left: -3rem !important; + } + .m-xl-auto { + margin: auto !important; + } + .mt-xl-auto, + .my-xl-auto { + margin-top: auto !important; + } + .mr-xl-auto, + .mx-xl-auto { + margin-right: auto !important; + } + .mb-xl-auto, + .my-xl-auto { + margin-bottom: auto !important; + } + .ml-xl-auto, + .mx-xl-auto { + margin-left: auto !important; + } +} +.text-monospace { + font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", + monospace !important; +} +.text-justify { + text-align: justify !important; +} +.text-wrap { + white-space: normal !important; +} +.text-nowrap { + white-space: nowrap !important; +} +.text-truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} +.text-left { + text-align: left !important; +} +.text-right { + text-align: right !important; +} +.text-center { + text-align: center !important; +} +@media (min-width: 576px) { + .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) { + .text-md-left { + text-align: left !important; + } + .text-md-right { + text-align: right !important; + } + .text-md-center { + text-align: center !important; + } +} +@media (min-width: 992px) { + .text-lg-left { + text-align: left !important; + } + .text-lg-right { + text-align: right !important; + } + .text-lg-center { + text-align: center !important; + } +} +@media (min-width: 1200px) { + .text-xl-left { + text-align: left !important; + } + .text-xl-right { + text-align: right !important; + } + .text-xl-center { + text-align: center !important; + } +} +.text-lowercase { + text-transform: lowercase !important; +} +.text-uppercase { + text-transform: uppercase !important; +} +.text-capitalize { + text-transform: capitalize !important; +} +.font-weight-light { + font-weight: 300 !important; +} +.font-weight-lighter { + font-weight: lighter !important; +} +.font-weight-normal { + font-weight: 400 !important; +} +.font-weight-bold { + font-weight: 700 !important; +} +.font-weight-bolder { + font-weight: bolder !important; +} +.font-italic { + font-style: italic !important; +} +.text-white { + color: #fff !important; +} +.text-primary { + color: #007aa6 !important; +} +a.text-primary:focus, +a.text-primary:hover { + color: #00425a !important; +} +.text-secondary { + color: #6d7088 !important; +} +a.text-secondary:focus, +a.text-secondary:hover { + color: #383a4a !important; +} +.text-success { + color: #32ba89 !important; +} +a.text-success:focus, +a.text-success:hover { + color: #227e5d !important; +} +.text-info { + color: #355f7d !important; +} +a.text-info:focus, +a.text-info:hover { + color: #1e3647 !important; +} +.text-warning { + color: #c97539 !important; +} +a.text-warning:focus, +a.text-warning:hover { + color: #8f5227 !important; +} +.text-danger { + color: #FF5858 !important; +} +a.text-danger:focus, +a.text-danger:hover { + color: #7f2c2c !important; +} +.text-light { + color: #747B90 !important; +} +a.text-light:focus, +a.text-light:hover { + color: #0b0c11 !important; +} +.text-dark { + color: var(--text) !important; +} +a.text-dark:focus, +a.text-dark:hover { + color: #6f7087 !important; +} +.text-body { + color: #A2A3BD !important; +} +.text-muted { + color: #868e96 !important; +} +.text-black-50 { + color: rgba(0, 0, 0, 0.5) !important; +} +.text-white-50 { + color: rgba(255, 255, 255, 0.5) !important; +} +.text-hide { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} +.text-decoration-none { + text-decoration: none !important; +} +.text-break { + word-break: break-word !important; + overflow-wrap: break-word !important; +} +.text-reset { + color: inherit !important; +} +.visible { + visibility: visible !important; +} +.invisible { + visibility: hidden !important; +} +@media print { + *, + ::after, + ::before { + text-shadow: none !important; + box-shadow: none !important; + } + a:not(.btn) { + text-decoration: underline; + } + abbr[title]::after { + content: " (" attr(title) ")"; + } + pre { + white-space: pre-wrap !important; + } + blockquote, + pre { + border: 1px solid #adb5bd; + page-break-inside: avoid; + } + thead { + display: table-header-group; + } + img, + tr { + page-break-inside: avoid; + } + h2, + h3, + p { + orphans: 3; + widows: 3; + } + h2, + h3 { + page-break-after: avoid; + } + @page { + size: a3; + } + body { + min-width: 992px !important; + } + .container { + min-width: 992px !important; + } + .navbar { + display: none; + } + .badge { + border: 1px solid #000; + } + .table { + border-collapse: collapse !important; + } + .table td, + .table th { + background-color: #fff !important; + } + .table-bordered td, + .table-bordered th { + border: 1px solid #dee2e6 !important; + } + .table-dark { + color: inherit; + } + .table-dark tbody + tbody, + .table-dark td, + .table-dark th, + .table-dark thead th { + border-color: #51536b; + } + .table .thead-dark th { + color: inherit; + border-color: #51536b; + } +} +.text-underline { + text-decoration: underline !important; +} + +/* Base */ +.module-section { + border-bottom: 1px solid #2c3244; +} + +/* Plugins manager */ +.plugin-manager { + background: var(--body-bg); +} +.plugins-header { + background-color: var(--body-bg) !important; + border-bottom: 1px solid #2C3244 !important; +} +.plugins-list-header { + justify-content: flex-start !important; + padding: 1rem 1.5rem; + background-color: var(--body-bg) !important +} +.plugins-list-title { + margin: 0 0.5rem 0 0 !important; + font-size: 1rem !important; + padding: 0 !important; +} +.remix-bg-opacity { + background: rgba(34, 35, 54, 0.8) !important; + padding: 9px 24px !important; +} +.plugins-list-group { + padding: 0 1rem !important; +} +.plugins-list-group-item { + padding: 0.5rem 0.5rem 0 !important; +} +.plugins-list-group-item:first-child { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} +.plugins-list-group-item:last-child { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; +} +.plugins-list-group-item + .plugins-list-group-item { + border-top: 1px solid #2C3244; +} +.plugin-name { + margin: 0; + font-size: 13px; + line-height: 16px; + text-transform: uppercase; +} +.plugin-text { + color: #A2A3BD !important; +} +.plugin-version { + color: #A2A3BD; + border: 1px solid #A2A3BD; +} +.settings-button { + height: 32px; + padding: 0 12px !important; + font-weight: 700; + font-size: 12px; + line-height: 16px; +} + +/* Deploy & Run transaction Colors */ +.run-tab i { + color: #8A93B0; +} +.run-tab .fa-clipboard::before { + content: "\f0c5"; +} +.run-recorded-section { + background: none; +} +/* Deploy & Run transaction Layout*/ +.run-tab .list-group-item { + background: none; +} +.run-instance-header { + margin-bottom: 0px !important; + background: none !important; + border: none !important; +} +.run-instance-multi-title { + color: #FFFFFF !important; +} +.run-instance-multi-arg label { + color: #747B90 !important; +} +.run-instance-list { + padding: 0 !important; + margin: 0 !important; + border: 0 !important; + color: #DFE1EA !important; +} +.run-instance-list li { + margin: 0 !important; +} + +/* Settings */ +.tokens-link { + color: #4DA5C5; +} diff --git a/apps/remix-ide/src/assets/img/home.png b/apps/remix-ide/src/assets/img/home.png new file mode 100644 index 0000000000000000000000000000000000000000..da8cb70b0cf14b2cce6dbe2e58e374456a3d6df7 GIT binary patch literal 6340 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 literal 0 HcmV?d00001 diff --git a/apps/remix-ide/src/assets/img/ox.webp b/apps/remix-ide/src/assets/img/ox.webp new file mode 100644 index 0000000000000000000000000000000000000000..fd6a5cad5ac4c2e5b43456c95e288b1faa992f2f GIT binary patch literal 16770 zcmV)5K*_&SNk&F`K>z?(MM6+kP&iC(K>z?RPys3sRq3Apf4L<)!7h)?>FF(Nt;c@y z=vsU2-Lq%T#4~qP{(xL^n|uBO{VVuu_$T;(rr5pYd7ia4tMOfN_r`nS8@J)$aH{sr zu8OrYi0^(#6J|Rg}Byj%>;u;>m;DAL@5; zY&y6@U&dut)xL?$ESy6{aBrk5<;e^Vk;XR;jk`OmioTe^U1q2#?oWJn!L@FjcpBM7 zE!;J38;i^o6~QIa$i_|@iS!NbE(__4iCYJEm&k)motj22V~uoN8`(uQPTbv-zK9Om z!RZtmZye%wk3JWTJH&C1C#$GNW~$CL(zr(GI@RULwr$zA?KbMjIglP?0vSLMAwT5O zdHz{*jMn;`9wW(CZQHi3Y$YN~X}ynqn3-9gqtB5Wrw45R*Dvk=?|82W0}Q%j0(KYn zWVRFC1iQOqWyi|arJHVZ<2}02VH_m(hReMXLT?1$8+v%G?FKe&=t&&+SAv0KgXw?u( z9+iN=2oAv_Ad*KiNEQi@gcuysEx4{h5OOc~QUm}14d6hDAVtu@PPGT`iOXhb7zQ_Q zFO&G=#4BkI@%Z$3lBU}x?E~#JKmAprF9mSIRdA>P0wD~yP$;+taYJ?>Miw2L7;cV6 zw(>v(1V9$Z068EAoCOAnL`U*U&>NC|!D~u+-sk~I!=uwI5m|I>r|57<3MnJIi?-p0{7_J>A zOUB)5&C1zJmdu{CWZb6Xnhk_lk5LUWIY>A9wr#hQ_&tb!8lrGFtf}_ERYq7>nf}(iGA<9{pRT*}B^NC3Gm@RO(mC`#bwi=CK5Us7GJ5?aM31k^n(&1^onft8hZ`D6%dc-|G`EH}t zARN+2#f)?s9hmMQXcY+l6-ZAdc`MQTW~)diw4C^#c@i7x0)9AH(rIayXqL=@9m;|H zf#5*-K<+>VXm|lYJPO&ZoJ1yiUlZo{{FLo@4vXfISjkC;Q9et4mK6tz2M%KoWPgUf z18;SlPr#LmN-~p5d=mb@$v+A4(I3$2Tts3@S64c{03SHzLg@pg11rx^I>Xt%#e`1g zAk!_I=xwqBy8*n1(UcJ+_6P?a(Xh*z0uSWQ&~pa-;tJqSke{H0A8gP5IbJMwr|4sZ zsyM$GOS(eDH5_M2^QRW@xn%lGSMO_{MKUqkv#4mt(YBaFNeWfSWs$L?D-6fM{z-1FH)z(aUl1OOQom9q5gjOhN18v#z2nE^d?4SY}JJK~$<07ryobWXTN~MpP za~2wWr~9y5z`2TwER2u^dGk272yF_P9F2Cy^xUQhpk|(hiVV2Y^FX!WVkqojgCkklC&R;jL zYpIW4#*<47$S+XbP0h{C5G2GbY`P{kV=75wQCF3!b9*G_+{ZzA4=g)yO!8hs4H51YUNIa5&5>5UrL#}atQ2QC)&CvQS9ZmmDgJ{J4rTD0B_BbHZ~31IsHz{8 zs};2XEpf|0%Z9#iMkzk@@tAz)kIFA$3CfwR;+;NVw^sR%U(Wj->934E@IzGo@Gtt3 ztp4(5npt*}#K3RLt<%$zYI)nGEg$M~$TJ!28jK+1eaQNt+{Y<7D^^Op&BXLo_(_=m zu-`K){Ig8+v((-YJujcvrWe#&iTN7*l^{!l?;%o4s)COoN?*$vd`q?^YPn9%2!jZ~ zWq?7UEMV0_m9cx4cqORH7);vv>9b=rNOag)PDoEZ{s}od*WN!A3xFtET#|EFk>e~l zb}I=!>(HV>NIIezMse~)Q8<(rAu-uVQay>UmSF5(3BkHfJler5I!IK(ET`H8AUG%l zwr8U95?}&mYIpz-jLz5({h`PDW|@|d-ADx#GGS&l4-aN_RBtb6UdBNrpRf#wg zLc$&O^#&m}St^JsXNu(8MKJNRG{mW=wD$MneL)Rj7W6E~9>2Ox5+IUe64LIjU{F#4}}P&GohZFWjZ?b_4R2&5CBPCMQ3IvL4^sJ?gH~NACvxJL1I>(wsCeG|sf#m*rm zKfzYqtTfH!bmjk~{zur-moz#1v;X#M1pg=Xre`d(c86I7F}opZ(Qx}3CRd^m@J<-s`Qf)^@`*B|tG5brHXx@iAA(^Q1yuZM1-e0d?+Nn~xXB2P z$%3mO#I_xkK?ore%LTID<|na9Gaf4DPl|>qP)|>CoeR{m#r*c}*24BElpH*+BFTEBl9?28iIg1ucQ!^k1@#Cmy+TPnifsD` zF~`h^KMAFAIS={b855rYKEqvZyfJ@<8}AaHAvnXo*tGGjHa7MHVJ{T$VhT+8s~1mV zlC{>fU>(3><@Q{Xvit0uTkNw(lrA;fZO7uoOJ$(>9rX^^}2(AJT?`30aOlx5NpaJL&W7-=4JpcgDaF-ho7WNGP z;>N-m{=1EvCShR>oN#vuoWsug2ORE2?)W>C*dVA>7N4r~c&7>)TPgP5&&Kp3xb3_#RqZd3bCyhda_K14)^`zAI%5Gwpcg@W4RM7up&Rx!u zVTt{)YwH=EqX+M~(KFT&TmI5@W{mFY>Ow4Qq)TS$W7!2*maOxFTx9c(qe6_~~1 z#fxWlaV&>_zqd}Yd=~*0kQyc2p6bLe-VI6uh2&4M|L+dK?4+t>srW68r0tq=a5prx zZ;qEz4!g$R$j+s4lcK*^0-g zqWlCRW;blj=1x_B9_b#h=_sE3x$>?H-Y$+&In`{DH>sd&*?jTh6X}xtaQG#{C-D>f zQ^${IY@F}QHQRN@GHYUBni(d)(}=C95FVgv@Q7lneavIsXz@&z#g_!l==ctkT~WT< zwg^dxM0x8|oNaEZ+JF*!dNR-bZvfvIAhWqAPCK{@@gnb|m?!%e_NpCtF%R6mJ?JN) zR%{}pq@6i^GLJ(R;DHMcaDu_Sp)X^K;Tg!x_a)7)GUBa?X>G~IRHgF(ff&DVM(5UD z-*5Q0g_@~sTEw$4l}S8jD@25`dbLPcez{6hRb@g|GIl$O4JLoX#LujYPXm$^_@h^-j;U-UMql zqCT~~qgI`Yd7)|`0ztX5c`q4*i1_jeN8RIMD_{$kELbq5gFi?C_9;IJPTqy7s@|*m zm-vaYSrl#S%lv*b58oy-D72i6-#axEz;uWnQY7R11>u_SPhGJvo@?7onRN9$@&rMf z`oU|Qm}2?)?)8tbC6`p{)*`p?wloal93X!HJQi`Zt=b7JOmh`pF1-2C-;ZNC(;-VZ zsPfz7Oxzyww44x8IqmN16~c*S!k~y!I1xyKYT4~|4;!Yw?tb;K0?g!}ouzxe;PSWL zwB0SWf@=AfY{Ml}@Q0H=ouZ-NW`-?;LD%)>7Y}DylA;%g7lD^ktHf*m1Se54Q_LdT zX(Z_`K`teyUQtZ8v*jPxvTBNoq>;Crgdo&2krhus7U({-!WxtWcx{%y#hIjRVz>ao z(HD3UXPFwxiPY_#^+cA#H!?^w0)WLK)uCpbZdqVvK=Bym$cA=@7{#GLz%%8%rqr_5 zPK&So*-{AwsyS4zs8@`WaJ|Xm`Y!6)KUdCi2{AYXf*+OqaeY&ZdW@uSxAxaHoMGwg zpb~hc2qf3pk&REb`+J(ua%P{5R;Mp)*f(;X-LqM{K6d}NH1^f+-kE9?;kJaqQl*%8 zES=*3e~F&}KfzVluH(2f4ii*EX{S{GW8T!1dA_=@eObZc?+$m`m#pLbT!*-w$IjiY zI7)38#PYx3P41CoZ?ND8;pS*l;)-*w0%p0wn13eF|ww={}JaMDn5vYO7f=;VswO&{GJ z1d?nyZE4mfK8Jex$73M|XJ8na)ink^{?BjOgPJm>=yrDgCDdwiI;}@zldsep%5u&N z{C=szH<&aD2>4RQ=8cKNBsMYI4wl-Xz3p~^gp(>mN+LkrSDpCQrXN0WB%iBB77lG= zRPg23JJJ>L|D}OAoMa9-z)(Ur<6R6K|-Z)cFf`26tee-}j;HAI= z9eXrvIhyHOQMP49BYP!yWjC`?G4~B7VciyciIh~BPg}Jrs#x2V)iND}$v0hj3DjSk-!@Qt}|`*ys? zyG!4F{*jVst#MCQnLhA6)n#w=ed99*eviSvF}TD8iHQ@lG%*9o*&3C>whic7L5t4L z<{Al4K-(q+A^_g~k!J0%n~2N%eytoqREur6MWGlxvrx}~Nr`rV)JCQZJHUH38?%!L<^d#Vua-8(8tFu6PAKcSH4}(D)zF`ts;40vH>{4pSoHX0rj^&n; zGDJ}Wgt)9I?EIF|6H)u_B!np)}-D*RgAW^4A@yZY<@)E^yWa z-|=>pS*FL@xu*-5V%GG{YCET_fl_rqLVH3A~9DCbMf4%pm*-^d#sp8irvI zLZIqUKgrgH|5AoQKFDVgL8K3sh;<;d?{ASqL4^mS8MhR~zO(R(kLI zy-FX8r(7{h!zL`UcMB|6sr+_h)yknH0^v<|7IUXgnClWGL?WSc3uc>X`N$j|TFUdG z=Vi%QD=(>jTTzax=r|gv8QwZnDi!$81eiJ^ zwCNDFP=*=WFs*Inw;TKJPT+5|X;#TB4vLoX?X`=r@W_vIiw?%o?s7cTYZimDv9jUdp7Tn;GY} zXT_Sr!V3?gZ@#O6;^blq39lN`jykT$3UuBLhJMkAnWU3Y(Ag|?YjCT)EXPPJ8J2_? zZf_gUybzO6^%~;*lNWt%o^tA%;HGj0FDw^sMd>SChpFD6d8v$UI{L8gOL_Rlj*|hI zx*9zBt)}?)p;`!e2~7BNyGau>zJI|lBY`bnWV6Uz%GE%F<4mN*fX=5l@zRg!yskoM zh6WjC@K{!wpCC)a;m9UQa{1lwxV$aomK7{ZSW+w%mV=YHw;$C)oNu^>l-W*x&yU~T zA2=&ryMZ9#sJ13wEfUf;Y9rDjE+3SseXB4|TY2++XbSBHY1uVJCSuTDK{Q%7tdw}i z^;(SGMEZPMH;qgMkOPnxL)44m7_FUxNNE%k>ZANzChPH8KZ z7F^5nmWbs;xxf=4#I~WZ|IU&s&tnJc*Dwi?uvD;CR< z=eU^wm7aVeb!>Hrgk;Omp9xfnX`v)gzFF*xrSel9=3nY$TXxO-euqzN$7$?^P$r*5 zX)3S4-B!RBN{E7y+ChKgW_+pPH>0xZs^yXV^d#)ibjw3qad^qleJkbDn{C}H7le@h zQENjc577>0yxNSPcJeq66#>yMhHEr70&svyf{uuHH~y;Jf@jFvi%sV3?&0bI!yZGKqBN02XWT3afp{?GV|xY$D- z+iNARh@^!>8v!^)=cBM4o%~2#)zvd`=tNGGsQ2#NjMKH%+Jn}6f|zZ3!HI|6wm0?r zBHmpU#u{g)2&M7nO``{_a*n}l2eUPY0F$iXArt)k12 z<*R-9rGP~gJ;-*$ILBT=Br8YQBqaQjEa5WHn(A?KjvD|e!jU&_#wBdNA)fLh6mzQ^ z)&qky_CMLLqaQ8Obr}L9ln!G*KAjrOHJCC1Xo+Jny$}Q;@m96rt=|ebnA*B!2 za=G|&=4trF4lOk(q($AJ`3~^x8GKe0?K4R&94I`;&*@>FRb&&*FwR1#zjLirkL|X* zjdF2P*N$KHv-I1LT<3)`#oZ5(1VzV8{)ynu7lK;% z`7iDL-j}rSvWxKER%GQ@AEf(t9e++ED!%(Ff1VFmc4y|-80}zxZn*A;2zxWDQ~r7+8_cN zWe@&LAOjg_6`?l_d9Ia8Jgg+aX5`GscgIMxmbqikGhKyjpo9ytNT%+dRTmEW5`o%^ z&!ypuVc3qbK6bK{v_*V+mE@1=E4Ryh#iNJYCcV9%Q-FC%{qE4j?zkHa zh1P}iNj`+G&&56JaA)40C0=GEeQ**W&>QqDCS1vRj=dNkvW*t0)c>e_!|EcyWSb-F z1TEB4aB@UJ7JJ{B!0bDP_-sHM_>&N+?7u;sz@kL_IHMmw|FlC952TT3sosqhZJuRM zvZyMt(24TD;Y~2}@(#hQ^lwWAZ|NE<{YSj5l@sp=mU#CF-e9RZOI!L|hJs3oX6h^? zgFZ!QrOOQOQ{mT=3hkAR)R|tmU5|D(`a6oVRAxE1-fsORUZ&*SBko^_o#3rbuBi*O zB&4~ySw;DCq&wes$4~rmLTBsM$K{80JrJ(tBXvn79jdTxGQRh^Bw4Rt89XV=kZ%?S zg@j8DlZ%Z^(vw69;ailc18?|&dszg}f>(pX+pKTDvZS76ns;#*T>jQu$PEUyuCovd zs>Nb1Mte4`PJ9tAgsvX)F}k0AN>q*qk_an2E=oF@wT|@I^nKJz2evw_7(r)6OI;)+ z?Za?lYFE0e1}&3gpR!M_K}fga^B;mb5babmfVE~f%Ln=n?C40NudG?7)hr0<@5cgO zH@E1Ato^@P&M}DLI0RAKbBlzT{oayZ1*-tF5N0{m=;YMpFGta)Wk>^pY3}NBd8{2X z#x{u4$O&L6t~iO+j=80Xhkuo^w83uoBKNt3+N9g1N>bkp)qEACH#x+7+i{$R%ak3H zmi;UKzcj3ih$I8JSvfVdeLxHL2p(Qw+CDBTyv$uwFwMVX+w@j%)q7yzz>bb#A)*?- z?$oam!IErmNZlcjLMv1|m`zBU5o!VkEfdRWp?6jtKm3mDcf{WT%qjsYsm!`n!jo@0 zEJJR$zCH|j^0ui%gpSgWS<~!--8y;XF$$W?_lBN@WtygS3O?K>pqW}a*)>X#&j$&- z<^G_2L(RyDWjLIb6SULa`d)Sf*w%6Bv}Uo)H|xu9wlpL zJ29|&yvTN!%$Jb}L8Fu*leQi2{{H8$eD2~ZuM)w;a@3bc?x1KCh;xo?u?r>Ds*8-! z8-ZtKT8D+3VyGAdyZ0wPH?HK3FNe!AN(Jaa+M3~ImyU~9y^~OEM_R1xZqi^()5=!T z&a#|`Vl1jaPA#3~W07|aG}v2CO?KUH*sh;6N|YFr*IpP4`S?bT~%^3sA$ zuXPGcj??>!vkUAzr$Nnr?j0ebp6fb^7X1j2j%am;;M#8-+a1e4CWa}&7s71i7)jtV|++5hgX>Yt*!+}~MZ(Hh;pe8?WEW(=r;S^GCs^~*t z^oURl*JIo44OeImvc)orfyj}DLAr@ggdoRPO6u1|18X0AR_L)XoWf4U)y9^=$+$F` zvN9Z^RRXfWFw&|KI-h6tL#FK!I6^RrF0IxVzvusyw;p)%*2>8nR?B09vZJ)P`~pST zxbN?QK?#=9itV_Pq<)lC%L3Z@dCi>=3M^G(+FGCVO!~&YXtjLF`KMzvv^xxfMo82H zY4L~ZI}?&}jHL#LV6`-;Jy-sl{4c78g6#x$bsbo`gTBd2f3*j11b-49pWQ3(D9Eg2 z!OZ}hn?oI{;dNz3Km2SP1a+Z7QU+A}aa_^^$tFF({QFz01!j{dIr?M+0*~-~Wx*gp znVJ%FLD{s6+FqK0yRE*$V+jK})t^MC4EhSoZWlg2QY4ezZkx<07AJQTVhr^QDFITO zav7^4mx-GMaOyy_&`ypJyTO&gq~T{hhrH?A%cKGhBQUjsMT*QK{Yo~boVJA27DA2` z1aK<4c7U#3>DXr*xg@M>JtadFT@?KL{;j@Nxz<&cec&W2`ca+a@21U!QD?HHA14c`)pcw)q}CK_)$X9K zg*M|Sz1hEng_|{rBE3+~hvjRiI7?bwzQL3}e+_d(d2NFB&?{cQGLUUe*_RBW3R$p; z5vf}Bx@hO&Nt!D7WyWd5myVoR2sR0ILw26@DZLx zeJHTluPmuw_rz-4N>g!LuF*c3ghfntT)xZ-b>*I{pPK=9b?p=#qmXmSH-V1=x&Jpf zYsRP7y8h1oWkFT|9`WoTuoS3{{x&FXChbtCD|Q43p@nP9qDsLc*X<}jfk{(kffm9; zG>b4`sl9U@uMGleL(#_+s&-?3F^vD`f1E-|gt{mteP8+s_N}V9XxK)7ClDJqNz{?6=NC&9XaO&hX7ZOSBM0B|t78_T z55O$ap?nb)Xqn!DhskB&8Ci$`1kGF0vnsX2yDfy>D(x7qQB38TrHGaRack@9l1kH$ zBSkD=+**F18i>)@37Fh<%iF_U{)xn)FPQt3IQ;&%EnORH?ffK@FKR+GWgk~pG>LIz2ZaDr+y4pJ( z>5nwwj<@q6v)qH0of@!<7{T0Dz(fCReD_`v{zy~hO$O^@wDmWugBP9aOv&hooNovZ zh2iA$2M_L6f_B38%{ncJ^!_>W$WWkK57yKVkOcYZ{ukMo^C9gpewEKzwLdC(ff954 zHIYuz)zzi)!B&G?5gzJoug@?Q{_L1cy!Wr-l4$Auy5xBS_=eDj&CTNmOIV!A*1hA0 zP7JDJJ4q{3&+OnoX5Vzjg}Tl!g)L`LEqq-OXzwo@`+W|xP7_>t(B$w)G8pK*I!WCy zThQDBIOk3emI7v>Bn)*9CyK0Pjq?SKje3nQuARGTvt;orc0f}9{ zzp&{WZf=f7BP(nK%qv|x9N&?A=K9Ov51e8bH`w5p%B|wEFT621V`^g!ShJdXG14&X z#_@#*{LDBzB%R zjdzGk`g>t5P);Is`=oO55HsPdOh*=UpxA;ELoR!95}>YZEt~#O+)Ww*Eufb2-BGn- zmO66}lLqWd2J(?#xVeTUOTt-oRR2U?;4LRxbiFkZKE4wVYQYrOoiSro)GBz*_MSv& z#KQT8b2YE2w+5rXA2I*QNr+zQGAkgvA*yr~NaOmv)QT`Wql&)?OR)wBsj;A2QCUW3 zYe_f%OM-nKqm3GDBf+)o9XjzGkZwrodiN}RvqC;f!zdV+DYV?0ZxyoH1Cj`hBtIry zOV@0)iNPWJ*FR8~pS`Iv$O*AQ?mz3l_B5 zA?0fzr(oizQOjsdABE51Un1rjk=|z``P_!^q$#p$L zelw~TJ-#jrCrdeW)etGj=(eF-uuRd(>U(fOeMef|6tZaBJ|wx!bq-qIwA9Gm-yAD0 zLD)+io3vq3EVF0V`oyU8uLM0SN|aw1cB69eaH#?A7P#buIEvSQF-w`EG0dk)HAHRp3lg4TGEDI;gt zOv}BetqI+sNo_2X-}RT|n;*4sC~+LSjTcGZE^X0g`n5sKGQQNEZ)2#vZ?tYX1>q-Q zK$oAwGp{kZ(>aqJ$O5DlFD|Kqt1Ne}2U`3kz;cYh^6y4x2d9&>-2ZEP$56324!;SY~aDm8g2F4Y2du3eL+THHw=MGGJOk+PS{Ta}eFPiMAXgq-~xVC0ID#%^4{yz@=Z|(%2HqI6*w)+s4}s#8yO5kZ}om#O95QaKvBCg56+G8^0zH$<+TUNsDAy%R6H7 zN0D^sqd^pAwu+OLvT4DzIgk18c6F)13tZCt+yRIk-hC~bOJ;vOb-M`KqzFIjf3v)^ zQTHyKEkgIW(5huyDlIvrO`IuctU#a1NliDeWp&5v4DH6Ryo@4bRLDPlzPEUHk*P(xGQ_UTS|ublqPduN&o7-{|ko?269p=e{We zWPP|iPXS81o3+eHd82tb2S7!*p=jJOuJ7s|X-m4DFSYu!JWShV4!oQx>`^F(j9D6V zwpK`jeeej1S~zr~+urU$i1K9je@kOihq%b5*9mcm1|#L#Hw*-l=(KzvY4RuGk2F=5 zlW13j4Z|Oy;Kh@Os=W0vMJ=LO{N0(0qqFHFZk|N>5b+3>d{f(=qMT%DJE(>8!tl2A zi=y?~lhR*pp0-6=Dz$itJhJfmK41rRfH2y5+C{_jOM9-tU!3c=O&nh!DU1@9?_2b! z>H*~xE7EWr!zI1v@P5!F-io9Tn}k66c*9T_q=2Gae%PPrZOFKLhGFH*F*BocrIThq zciD%?hmw!AvU#_*&E=h?%X_;EU);{q%;?W0fV+E?uH3*eI%;My1V5w1@7aAvsN=)v_sJRD zpHBC$%C-e_w~TLLkoKFNq8#}8@R@Si49TeO75QS8cf@yk=gnvG4cdC&GLSPueygbt z1s47?6Bhdxy@u0ZR3HzRdgI|U8=?)EuKG3p_^=1EvLodDyp%z(%p)O}Xhw@0o3^7K zd253w$E&Q=ZYB`i3|*Ls=kl4Us^MMvNieiW;jB3p&rAM0Qu8t}OYc+Q`~Q1!;uVv& zTZP&6&KjFjq}$&204TJ121x6q%KCoT9lN{yl#UKCOAaacu2iys{L7)1H~Qb(&XcsY|>|0(1Yqns1A~BmR!wS@I8?oTOSYiOSW2n!i=Qoy&E% z=e(d+oZRq`_Iv*Kd0mBC<}$y=e-N_(+KPD{Q_xoqgI@^_gl{+~k>$x>SE)S~!Fcb#)D&N%;Y~_fm|>(UZaYSYKw8AS^+ij?=);vV4}(tQOo`-V;rw>ZD8A z8>{>VtPeYhTH#T#dh21wD`r-fA#co77p9VTD%jQLP6gkQn*|QHk2^*cx|7V>N^`b>@%hf8I`Y4ApJ zK2#5fWK|2U>kh<>PivKJS_POV;>{wJ{ax3<(;f6#Q<^3H9pzaKT&87W^{`%0&+{Sy zvd{J)9UGmYc!oTH2A5Y(@}$fDm=RqE>0xGG}2yro@KLA-n$a*uPnJqhYu_EfqEPo z!KkfrNo$Ekf|{nO+5VB2=@SEM5nqR>JijXW31+8PUIUl~)aQR9R=LM|MnQe?d;Wd9 z;}#bj(SphYg@d987x!_Jvt72Iu`JWFGCltt-p)qdY_SzpEh>AwrmimFhtLmC`lP|U z1gsgj&)=(P|2zf&cNCOs&7Pg2kq&{ZlIT;4ZDpy`OiDXo<|!@cx5?zCr!$|K6L8si zsZmtINjQI>zrVPKML|SROJ$&@=s$y~sTtF>?kEUzDw*msQG3Zcw+H1Dr7{e!DR8&; z$BFBz*jx8gPvV=@ zXiSUBU->97g;q-$${?zNA|=tFlM(nUK`Og}GIRz7uhbO<)RCOv`s-#=FqK#VE-r7nW1r@EC z|H+Kg< z5qU+FN0bb9(3z1@+1*BPmd3Kvrn#k5xA?@R2yXZh)3cPmlK)EjE9(#HcBh_aTAbzW z*4K#4lIroAj^ZPTJqCJwk2S!4@P)zsWNl+%OKyfA}79NlzbpvCNW)SiWqLeF;oVHsBY@=Og*Xo$GpiVF;(&% z?bt;4qavHQf0~#sO22>etMY^8oqb%1bXR#!Sw4w1V>?plS>RGV9sm!Dn`J$o<=hDe zl}^{!&%J5%mBZLs9{x3*^flog`5s}9OphQhVP4|A;By9(_qsRVb{QR71EGF_RzX69 zLN15!$g6*3X*qsS(w)}owMU)$=@ieTI0~pshB;9($A4nmt8)sZXc%fCcM0jaK@jM4jiF3D8I{m6g59_vBD zZ;Y=`Wf2WyU)Sx9t)F@y7m>c*gA%@S%9N=L%X9rd|L0s!`dt4Hlb6)1^yaPNvpcxF z(UuNHNxm7vY552@M7#*Ex}=@;+Ugdm#7AP5NyT}-JIfWiyG0=@U}`BQ-6BUPgSu(_ z;yh*2Zs#0A)H=DmXUp?OTY8nke7~oO*qJtn$z2xZ#3153GO7uO3xPk9WSMHWHVZHB zD|5y8tbnuXXTw>9n0dVDV);HU>wPRCXyxKjGA+1Qz*mW1J@|P?4E=Ux>Yz8?|86dIvOYRyxp=WtBNCWFIQB<0Ue;F= z?sLK;m^O+RPAeB0sr6XQ7B>k|p5O9HMKy@+6xxYu!FdJFd*72!$Be0m%?!vVJXm)K zYJY+XVoo{Y1>l2X4u){}v+BIjNmJD}lFILCTt(-ivn8Hc$;>KYR&5wcexG2em6^Fc z@i}t+$eDW!#oNcyt&?h{7r`P}WNJ#yY#qa%?ExMI=z;6u&C9KlTb;jFu-D_h+z=|i z-PqDY>*}9`z$Sz75&6*ey}WnlCAM9)rnXg)b_i(2vuvC;s<9mD_OVoyGhath$b%iF zB`2Rtk)nF&yyWu*m$#rKKLevrM5SgowS4%XTtr1LMfeaeAVnkQD6=U4s)U0njF04P z%cN;Ww;3ggq~#0tv=+{)fwOA4??8Wt4L1yREPNq+sqxnVR-Dd)JTPfMr=3vTAn8?q zDORLTECv9{f;?&-6aod$DEy6ptqEEWxUGWB6HfNC%ruxZ(`V?M*(2X9^7+ewedN3Y zJ21%NW^N|GlVCetdsRj@U`Dd8Cf*cO+E_-0Y{70>bF>BAXuFCk-^ z(Sq%M;!{Cd0eh%)*9m47KZ`w_#enY+_zvNWI9g65a;{W<35(mC>ST{6Y3kV|O12xS z1Al>B(khm55=`QkQGD$WXlG%QDE=fA{u00GdYvsZlIc_43|?;jZ-6XACnyFpQOO=|*!tHd#%=F*RWnrp9rwHvtfzH4(r;^T(rqJ<7c*}>P z-Eq}}^QAXmf_(XZP(Gg0yuSwX#%KylP=_C}ITo;DaB{5r zk2DP#xD~HK!$sGdaWk^$t7p`+P=I#y+9HCGMg-7-T^(H!xh6g@Ut)P)vUwrDmE7Mn z$DbQ^Kk{F%X*oaxrn~QX<8CVje`$*wCiY~vJqKnfd?h=J#{v%UAB0aY9%|My&2ZoB z(*yVUjwx0F)uPAp)EhAEnAMOyE(O61w37!~l{X@0 z1d`9^5f}(>O4z-{G)*(aw>$~p%P3y&-qR`P2MapjX7YJLNIpy;DzxMx+uce~hD(Aa zy+TuQF@}*2krx^w=`=UXiy-aoww)@pGlFHs{XquKCaAydvNAB+4A|cwb>|6*R({Us z^LJT+_k6Z%jdQT;QhlTi5Bp{6S#PIv^5GJ$Sx8T3NOSOR3o}8zxyA>D`e>&%Ax3?D zC?TyiE@^jK&ld@e7w~0dW(iFEG_<*Lr;-TNYW4V=(CuaUGI_LPhvXkYjk{$ntq(Ee+fF zS5S6x#U_Y4W!1cgfvCRiSCi-qc0CiY#RBR+RG($Nz08lu3kcQZMYVG!Em3U%Ck^p> z`YwrK80j>emtinS+cx@-4Kbw@v* zQ$rIUSJH!GeM+0}<$OaWBtPd2w}W`R$M^zxRP#=Gr<B7oBw-6(U2SiCs7)FGpC51buv@AnGZ3?any6D+j{|}h+kc^E?@JD zLtS*VzdD~ML>(_7AZlQ7E~lRd|0nel)doB}6RN<{SXcpBiah?bYdbb^dOzo;5SOa2 zD6cc82T500|3YGFd~+2Nv3RCZ!9vk45TkWbCl(1blg%b2szPvGi=UY%f%6=VzA)V41#eUKDmqr`-D+D36vrzvPp;6M%o#b4nSWG=jmU$L5U97reeN z3qV34TiZuEn?a{euHVW(3DGh$bufvcbz49!yUmBcglEhoRUj$ix;~VO^ZdzW>JpgT z5$bHhqK_~1^)-|rD3oF;sMwjJ;USb}4;%Zk%)b>Po@FPAIc}ktT137r2akhk7ppFz z$))-`UqW#=ILkW-AV$#u)QJn6pIYvlw}m`a<_EbCQ-Px zJ%LZswU1O`s`$&~9u2`-cnlCBUI2>_PSzX#46mk@1TT}DH&r1+Ci@y-vv zH~QM31?eJP5k-eLbB!uvSeDoiU)M(8?=Vq|mq7KYscJTH`39Sb{_QBwqB0B(+~*FR z(a;;5I_c`_iY>e!N`6TBVVNHuzR2P=U$WSzRJcs{B)$p%Wk^vHh||SlDgRpQ?+glK zkH-(8AIdBxmTw!ffVa9J*Mg>BPlC5*avRy^E66EXv{FHZU}t5*zOI-P@I%HAhyQ+# zRTOnXCxg!$YbE+%oA~R1LC%BUK5<0KG5)Upkf`#y5R13XvC@0DNWPu(M-sd>EiUn| zV3rC}J>pPDE`1%$ffchH8+(rUzy`7&8P4yXO`e|cgH@$%6+G<$PyQz6QnNh%k6-Vb zm;AhpHTk^Qm1VcDme+Mk68r%FHm@c6V0T|xhBE8Z-}o&6a;`AT3G^(-UIh4#_&dg! zJVdn^=4IqddYJ-r4GFug9wJmC}lxP0FTu)~rkT3{0Apz4?)Ql#4z(5aksN6@jU~b{1KV z^d2~Nf_5T@7_8R7mc2WZguHNCs~+URP)~5LjYn`C%zui!ISx(e-uli zzb0C+I%#(d+nK396)i_y)u^_YK#6*@oR;DGo2bcWk$7DiS_ZsH1nMm0-}4;2(WN&E z3x*Emg^F;Yt3RbJ&#_8~1YS`eNoGm}{nEE>yQ>h_kb|Qn2}aEb@SbzBF#F#v@SXKl@5!oo;{bOA{RUg;$M7*@x@KY) z&z4770Uj!o3&NhtFyJF3)w&Y@b#a-*-iGyb-*AM<0!&moTLN%Gac=T8 z8!{!VTJY*b=s~DqFjj$RGOOuB!K3;71vIaNR|lq*c*%d8Tzx3WMXBr)a0OLH`ZjH; zBuq>iWFu{N$SJ6jymb~ON&R1j{!Ad9ixaRj(tc2e;^hNrXKY}Z;BO}dcP2@9C;brI p9naQON_#V#7T2}f_PHvEGXRH7K literal 0 HcmV?d00001 diff --git a/apps/remix-ide/src/assets/img/oz.png b/apps/remix-ide/src/assets/img/oz.png new file mode 100644 index 0000000000000000000000000000000000000000..9a41d73ae8ae0e645c3af16c7d9d44d9edde1564 GIT binary patch literal 78996 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 + + + Group 9 + Created with Sketch. + + + + + + + + + + + + + \ No newline at end of file