commit 1454a3e98f0f487276add6232e7454574f756991 Author: dudleycu Date: Tue Aug 24 10:15:31 2021 +0000 deploy: 99c17a114a8e9d205415c1bf6db64eda8df4e1c5 diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..49e01cf --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +ngsplanner.com diff --git a/asset-manifest.json b/asset-manifest.json new file mode 100644 index 0000000..739a4ec --- /dev/null +++ b/asset-manifest.json @@ -0,0 +1,23 @@ +{ + "files": { + "main.css": "/static/css/main.44f398a2.chunk.css", + "main.js": "/static/js/main.ec7dbe44.chunk.js", + "main.js.map": "/static/js/main.ec7dbe44.chunk.js.map", + "runtime-main.js": "/static/js/runtime-main.10c77e39.js", + "runtime-main.js.map": "/static/js/runtime-main.10c77e39.js.map", + "static/js/2.aaed53f7.chunk.js": "/static/js/2.aaed53f7.chunk.js", + "static/js/2.aaed53f7.chunk.js.map": "/static/js/2.aaed53f7.chunk.js.map", + "static/js/3.897b2d38.chunk.js": "/static/js/3.897b2d38.chunk.js", + "static/js/3.897b2d38.chunk.js.map": "/static/js/3.897b2d38.chunk.js.map", + "index.html": "/index.html", + "static/css/main.44f398a2.chunk.css.map": "/static/css/main.44f398a2.chunk.css.map", + "static/js/2.aaed53f7.chunk.js.LICENSE.txt": "/static/js/2.aaed53f7.chunk.js.LICENSE.txt", + "static/media/style.css": "/static/media/skilltree_div_overlay.6d142e79.png" + }, + "entrypoints": [ + "static/js/runtime-main.10c77e39.js", + "static/js/2.aaed53f7.chunk.js", + "static/css/main.44f398a2.chunk.css", + "static/js/main.ec7dbe44.chunk.js" + ] +} \ No newline at end of file diff --git a/bootstrap.css b/bootstrap.css new file mode 100644 index 0000000..892302a --- /dev/null +++ b/bootstrap.css @@ -0,0 +1,10837 @@ +@charset "UTF-8"; +/*! + * Bootstrap v5.0.2 (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors + * Copyright 2011-2021 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */ +:root { + --bs-blue: #0d6efd; + --bs-indigo: #6610f2; + --bs-purple: #6f42c1; + --bs-pink: #d63384; + --bs-red: #dc3545; + --bs-orange: #fd7e14; + --bs-yellow: #ffc107; + --bs-green: #198754; + --bs-teal: #20c997; + --bs-cyan: #0dcaf0; + --bs-white: #fff; + --bs-gray: #6c757d; + --bs-gray-dark: #343a40; + --bs-primary: #0d6efd; + --bs-secondary: #6c757d; + --bs-success: #198754; + --bs-info: #0dcaf0; + --bs-warning: #ffc107; + --bs-danger: #dc3545; + --bs-light: #f8f9fa; + --bs-dark: #212529; + --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); +} + +*, +*::before, +*::after { + box-sizing: border-box; +} + +@media (prefers-reduced-motion: no-preference) { + :root { + scroll-behavior: smooth; + } +} + +body { + margin: 0; + font-family: var(--bs-font-sans-serif); + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #212529; + background-color: #fff; + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} + +hr { + margin: 1rem 0; + color: inherit; + background-color: currentColor; + border: 0; + opacity: 0.25; +} + +hr:not([size]) { + height: 1px; +} + +h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 { + margin-top: 0; + margin-bottom: 0.5rem; + font-weight: 500; + line-height: 1.2; +} + +h1, .h1 { + font-size: calc(1.375rem + 1.5vw); +} +@media (min-width: 1200px) { + h1, .h1 { + font-size: 2.5rem; + } +} + +h2, .h2 { + font-size: calc(1.325rem + 0.9vw); +} +@media (min-width: 1200px) { + h2, .h2 { + font-size: 2rem; + } +} + +h3, .h3 { + font-size: calc(1.3rem + 0.6vw); +} +@media (min-width: 1200px) { + h3, .h3 { + font-size: 1.75rem; + } +} + +h4, .h4 { + font-size: calc(1.275rem + 0.3vw); +} +@media (min-width: 1200px) { + h4, .h4 { + font-size: 1.5rem; + } +} + +h5, .h5 { + font-size: 1.25rem; +} + +h6, .h6 { + font-size: 1rem; +} + +p { + margin-top: 0; + margin-bottom: 1rem; +} + +abbr[title], +abbr[data-bs-original-title] { + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + cursor: help; + -webkit-text-decoration-skip-ink: none; + text-decoration-skip-ink: none; +} + +address { + margin-bottom: 1rem; + font-style: normal; + line-height: inherit; +} + +ol, +ul { + padding-left: 2rem; +} + +ol, +ul, +dl { + margin-top: 0; + margin-bottom: 1rem; +} + +ol ol, +ul ul, +ol ul, +ul ol { + margin-bottom: 0; +} + +dt { + font-weight: 700; +} + +dd { + margin-bottom: 0.5rem; + margin-left: 0; +} + +blockquote { + margin: 0 0 1rem; +} + +b, +strong { + font-weight: bolder; +} + +small, .small { + font-size: 0.875em; +} + +mark, .mark { + padding: 0.2em; + background-color: #fcf8e3; +} + +sub, +sup { + position: relative; + font-size: 0.75em; + line-height: 0; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +a { + color: #0d6efd; + text-decoration: underline; +} +a:hover { + color: #0a58ca; +} + +a:not([href]):not([class]), a:not([href]):not([class]):hover { + color: inherit; + text-decoration: none; +} + +pre, +code, +kbd, +samp { + font-family: var(--bs-font-monospace); + font-size: 1em; + direction: ltr /* rtl:ignore */; + unicode-bidi: bidi-override; +} + +pre { + display: block; + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; + font-size: 0.875em; +} +pre code { + font-size: inherit; + color: inherit; + word-break: normal; +} + +code { + font-size: 0.875em; + color: #d63384; + word-wrap: break-word; +} +a > code { + color: inherit; +} + +kbd { + padding: 0.2rem 0.4rem; + font-size: 0.875em; + color: #fff; + background-color: #212529; + border-radius: 0.2rem; +} +kbd kbd { + padding: 0; + font-size: 1em; + font-weight: 700; +} + +figure { + margin: 0 0 1rem; +} + +img, +svg { + vertical-align: middle; +} + +table { + caption-side: bottom; + border-collapse: collapse; +} + +caption { + padding-top: 0.5rem; + padding-bottom: 0.5rem; + color: #6c757d; + text-align: left; +} + +th { + text-align: inherit; + text-align: -webkit-match-parent; +} + +thead, +tbody, +tfoot, +tr, +td, +th { + border-color: inherit; + border-style: solid; + border-width: 0; +} + +label { + display: inline-block; +} + +button { + border-radius: 0; +} + +button:focus:not(:focus-visible) { + outline: 0; +} + +input, +button, +select, +optgroup, +textarea { + margin: 0; + font-family: inherit; + font-size: inherit; + line-height: inherit; +} + +button, +select { + text-transform: none; +} + +[role=button] { + cursor: pointer; +} + +select { + word-wrap: normal; +} +select:disabled { + opacity: 1; +} + +[list]::-webkit-calendar-picker-indicator { + display: none; +} + +button, +[type=button], +[type=reset], +[type=submit] { + -webkit-appearance: button; +} +button:not(:disabled), +[type=button]:not(:disabled), +[type=reset]:not(:disabled), +[type=submit]:not(:disabled) { + cursor: pointer; +} + +::-moz-focus-inner { + padding: 0; + border-style: none; +} + +textarea { + resize: vertical; +} + +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; +} + +legend { + float: left; + width: 100%; + padding: 0; + margin-bottom: 0.5rem; + font-size: calc(1.275rem + 0.3vw); + line-height: inherit; +} +@media (min-width: 1200px) { + legend { + font-size: 1.5rem; + } +} +legend + * { + clear: left; +} + +::-webkit-datetime-edit-fields-wrapper, +::-webkit-datetime-edit-text, +::-webkit-datetime-edit-minute, +::-webkit-datetime-edit-hour-field, +::-webkit-datetime-edit-day-field, +::-webkit-datetime-edit-month-field, +::-webkit-datetime-edit-year-field { + padding: 0; +} + +::-webkit-inner-spin-button { + height: auto; +} + +[type=search] { + outline-offset: -2px; + -webkit-appearance: textfield; +} + +/* rtl:raw: +[type="tel"], +[type="url"], +[type="email"], +[type="number"] { + direction: ltr; +} +*/ +::-webkit-search-decoration { + -webkit-appearance: none; +} + +::-webkit-color-swatch-wrapper { + padding: 0; +} + +::file-selector-button { + font: inherit; +} + +::-webkit-file-upload-button { + font: inherit; + -webkit-appearance: button; +} + +output { + display: inline-block; +} + +iframe { + border: 0; +} + +summary { + display: list-item; + cursor: pointer; +} + +progress { + vertical-align: baseline; +} + +[hidden] { + display: none !important; +} + +.lead { + font-size: 1.25rem; + font-weight: 300; +} + +.display-1 { + font-size: calc(1.625rem + 4.5vw); + font-weight: 300; + line-height: 1.2; +} +@media (min-width: 1200px) { + .display-1 { + font-size: 5rem; + } +} + +.display-2 { + font-size: calc(1.575rem + 3.9vw); + font-weight: 300; + line-height: 1.2; +} +@media (min-width: 1200px) { + .display-2 { + font-size: 4.5rem; + } +} + +.display-3 { + font-size: calc(1.525rem + 3.3vw); + font-weight: 300; + line-height: 1.2; +} +@media (min-width: 1200px) { + .display-3 { + font-size: 4rem; + } +} + +.display-4 { + font-size: calc(1.475rem + 2.7vw); + font-weight: 300; + line-height: 1.2; +} +@media (min-width: 1200px) { + .display-4 { + font-size: 3.5rem; + } +} + +.display-5 { + font-size: calc(1.425rem + 2.1vw); + font-weight: 300; + line-height: 1.2; +} +@media (min-width: 1200px) { + .display-5 { + font-size: 3rem; + } +} + +.display-6 { + font-size: calc(1.375rem + 1.5vw); + font-weight: 300; + line-height: 1.2; +} +@media (min-width: 1200px) { + .display-6 { + font-size: 2.5rem; + } +} + +.list-unstyled { + padding-left: 0; + list-style: none; +} + +.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: 0.875em; + text-transform: uppercase; +} + +.blockquote { + margin-bottom: 1rem; + font-size: 1.25rem; +} +.blockquote > :last-child { + margin-bottom: 0; +} + +.blockquote-footer { + margin-top: -1rem; + margin-bottom: 1rem; + font-size: 0.875em; + color: #6c757d; +} +.blockquote-footer::before { + content: "— "; +} + +.img-fluid { + max-width: 100%; + height: auto; +} + +.img-thumbnail { + padding: 0.25rem; + background-color: #fff; + 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: 0.875em; + color: #6c757d; +} + +.container, +.container-fluid, +.container-xxl, +.container-xl, +.container-lg, +.container-md, +.container-sm { + width: 100%; + padding-right: var(--bs-gutter-x, 0.75rem); + padding-left: var(--bs-gutter-x, 0.75rem); + margin-right: auto; + margin-left: auto; +} + +@media (min-width: 576px) { + .container-sm, .container { + max-width: 540px; + } +} +@media (min-width: 768px) { + .container-md, .container-sm, .container { + max-width: 720px; + } +} +@media (min-width: 992px) { + .container-lg, .container-md, .container-sm, .container { + max-width: 960px; + } +} +@media (min-width: 1200px) { + .container-xl, .container-lg, .container-md, .container-sm, .container { + max-width: 1140px; + } +} +@media (min-width: 1400px) { + .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { + max-width: 1320px; + } +} +.row { + --bs-gutter-x: 1.5rem; + --bs-gutter-y: 0; + display: flex; + flex-wrap: wrap; + margin-top: calc(var(--bs-gutter-y) * -1); + margin-right: calc(var(--bs-gutter-x) * -.5); + margin-left: calc(var(--bs-gutter-x) * -.5); +} +.row > * { + flex-shrink: 0; + width: 100%; + max-width: 100%; + padding-right: calc(var(--bs-gutter-x) * .5); + padding-left: calc(var(--bs-gutter-x) * .5); + margin-top: var(--bs-gutter-y); +} + +.col { + flex: 1 0 0%; +} + +.row-cols-auto > * { + flex: 0 0 auto; + width: auto; +} + +.row-cols-1 > * { + flex: 0 0 auto; + width: 100%; +} + +.row-cols-2 > * { + flex: 0 0 auto; + width: 50%; +} + +.row-cols-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; +} + +.row-cols-4 > * { + flex: 0 0 auto; + width: 25%; +} + +.row-cols-5 > * { + flex: 0 0 auto; + width: 20%; +} + +.row-cols-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; +} + +@media (min-width: 576px) { + .col-sm { + flex: 1 0 0%; + } + + .row-cols-sm-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-sm-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-sm-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-sm-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-sm-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-sm-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-sm-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } +} +@media (min-width: 768px) { + .col-md { + flex: 1 0 0%; + } + + .row-cols-md-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-md-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-md-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-md-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-md-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-md-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-md-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } +} +@media (min-width: 992px) { + .col-lg { + flex: 1 0 0%; + } + + .row-cols-lg-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-lg-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-lg-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-lg-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-lg-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-lg-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-lg-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } +} +@media (min-width: 1200px) { + .col-xl { + flex: 1 0 0%; + } + + .row-cols-xl-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-xl-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-xl-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-xl-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-xl-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-xl-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-xl-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } +} +@media (min-width: 1400px) { + .col-xxl { + flex: 1 0 0%; + } + + .row-cols-xxl-auto > * { + flex: 0 0 auto; + width: auto; + } + + .row-cols-xxl-1 > * { + flex: 0 0 auto; + width: 100%; + } + + .row-cols-xxl-2 > * { + flex: 0 0 auto; + width: 50%; + } + + .row-cols-xxl-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + + .row-cols-xxl-4 > * { + flex: 0 0 auto; + width: 25%; + } + + .row-cols-xxl-5 > * { + flex: 0 0 auto; + width: 20%; + } + + .row-cols-xxl-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } +} +.col-auto { + flex: 0 0 auto; + width: auto; +} + +.col-1 { + flex: 0 0 auto; + width: 8.33333333%; +} + +.col-2 { + flex: 0 0 auto; + width: 16.66666667%; +} + +.col-3 { + flex: 0 0 auto; + width: 25%; +} + +.col-4 { + flex: 0 0 auto; + width: 33.33333333%; +} + +.col-5 { + flex: 0 0 auto; + width: 41.66666667%; +} + +.col-6 { + flex: 0 0 auto; + width: 50%; +} + +.col-7 { + flex: 0 0 auto; + width: 58.33333333%; +} + +.col-8 { + flex: 0 0 auto; + width: 66.66666667%; +} + +.col-9 { + flex: 0 0 auto; + width: 75%; +} + +.col-10 { + flex: 0 0 auto; + width: 83.33333333%; +} + +.col-11 { + flex: 0 0 auto; + width: 91.66666667%; +} + +.col-12 { + flex: 0 0 auto; + width: 100%; +} + +.offset-1 { + margin-left: 8.33333333%; +} + +.offset-2 { + margin-left: 16.66666667%; +} + +.offset-3 { + margin-left: 25%; +} + +.offset-4 { + margin-left: 33.33333333%; +} + +.offset-5 { + margin-left: 41.66666667%; +} + +.offset-6 { + margin-left: 50%; +} + +.offset-7 { + margin-left: 58.33333333%; +} + +.offset-8 { + margin-left: 66.66666667%; +} + +.offset-9 { + margin-left: 75%; +} + +.offset-10 { + margin-left: 83.33333333%; +} + +.offset-11 { + margin-left: 91.66666667%; +} + +.g-0, +.gx-0 { + --bs-gutter-x: 0; +} + +.g-0, +.gy-0 { + --bs-gutter-y: 0; +} + +.g-1, +.gx-1 { + --bs-gutter-x: 0.25rem; +} + +.g-1, +.gy-1 { + --bs-gutter-y: 0.25rem; +} + +.g-2, +.gx-2 { + --bs-gutter-x: 0.5rem; +} + +.g-2, +.gy-2 { + --bs-gutter-y: 0.5rem; +} + +.g-3, +.gx-3 { + --bs-gutter-x: 1rem; +} + +.g-3, +.gy-3 { + --bs-gutter-y: 1rem; +} + +.g-4, +.gx-4 { + --bs-gutter-x: 1.5rem; +} + +.g-4, +.gy-4 { + --bs-gutter-y: 1.5rem; +} + +.g-5, +.gx-5 { + --bs-gutter-x: 3rem; +} + +.g-5, +.gy-5 { + --bs-gutter-y: 3rem; +} + +@media (min-width: 576px) { + .col-sm-auto { + flex: 0 0 auto; + width: auto; + } + + .col-sm-1 { + flex: 0 0 auto; + width: 8.33333333%; + } + + .col-sm-2 { + flex: 0 0 auto; + width: 16.66666667%; + } + + .col-sm-3 { + flex: 0 0 auto; + width: 25%; + } + + .col-sm-4 { + flex: 0 0 auto; + width: 33.33333333%; + } + + .col-sm-5 { + flex: 0 0 auto; + width: 41.66666667%; + } + + .col-sm-6 { + flex: 0 0 auto; + width: 50%; + } + + .col-sm-7 { + flex: 0 0 auto; + width: 58.33333333%; + } + + .col-sm-8 { + flex: 0 0 auto; + width: 66.66666667%; + } + + .col-sm-9 { + flex: 0 0 auto; + width: 75%; + } + + .col-sm-10 { + flex: 0 0 auto; + width: 83.33333333%; + } + + .col-sm-11 { + flex: 0 0 auto; + width: 91.66666667%; + } + + .col-sm-12 { + flex: 0 0 auto; + width: 100%; + } + + .offset-sm-0 { + margin-left: 0; + } + + .offset-sm-1 { + margin-left: 8.33333333%; + } + + .offset-sm-2 { + margin-left: 16.66666667%; + } + + .offset-sm-3 { + margin-left: 25%; + } + + .offset-sm-4 { + margin-left: 33.33333333%; + } + + .offset-sm-5 { + margin-left: 41.66666667%; + } + + .offset-sm-6 { + margin-left: 50%; + } + + .offset-sm-7 { + margin-left: 58.33333333%; + } + + .offset-sm-8 { + margin-left: 66.66666667%; + } + + .offset-sm-9 { + margin-left: 75%; + } + + .offset-sm-10 { + margin-left: 83.33333333%; + } + + .offset-sm-11 { + margin-left: 91.66666667%; + } + + .g-sm-0, +.gx-sm-0 { + --bs-gutter-x: 0; + } + + .g-sm-0, +.gy-sm-0 { + --bs-gutter-y: 0; + } + + .g-sm-1, +.gx-sm-1 { + --bs-gutter-x: 0.25rem; + } + + .g-sm-1, +.gy-sm-1 { + --bs-gutter-y: 0.25rem; + } + + .g-sm-2, +.gx-sm-2 { + --bs-gutter-x: 0.5rem; + } + + .g-sm-2, +.gy-sm-2 { + --bs-gutter-y: 0.5rem; + } + + .g-sm-3, +.gx-sm-3 { + --bs-gutter-x: 1rem; + } + + .g-sm-3, +.gy-sm-3 { + --bs-gutter-y: 1rem; + } + + .g-sm-4, +.gx-sm-4 { + --bs-gutter-x: 1.5rem; + } + + .g-sm-4, +.gy-sm-4 { + --bs-gutter-y: 1.5rem; + } + + .g-sm-5, +.gx-sm-5 { + --bs-gutter-x: 3rem; + } + + .g-sm-5, +.gy-sm-5 { + --bs-gutter-y: 3rem; + } +} +@media (min-width: 768px) { + .col-md-auto { + flex: 0 0 auto; + width: auto; + } + + .col-md-1 { + flex: 0 0 auto; + width: 8.33333333%; + } + + .col-md-2 { + flex: 0 0 auto; + width: 16.66666667%; + } + + .col-md-3 { + flex: 0 0 auto; + width: 25%; + } + + .col-md-4 { + flex: 0 0 auto; + width: 33.33333333%; + } + + .col-md-5 { + flex: 0 0 auto; + width: 41.66666667%; + } + + .col-md-6 { + flex: 0 0 auto; + width: 50%; + } + + .col-md-7 { + flex: 0 0 auto; + width: 58.33333333%; + } + + .col-md-8 { + flex: 0 0 auto; + width: 66.66666667%; + } + + .col-md-9 { + flex: 0 0 auto; + width: 75%; + } + + .col-md-10 { + flex: 0 0 auto; + width: 83.33333333%; + } + + .col-md-11 { + flex: 0 0 auto; + width: 91.66666667%; + } + + .col-md-12 { + flex: 0 0 auto; + width: 100%; + } + + .offset-md-0 { + margin-left: 0; + } + + .offset-md-1 { + margin-left: 8.33333333%; + } + + .offset-md-2 { + margin-left: 16.66666667%; + } + + .offset-md-3 { + margin-left: 25%; + } + + .offset-md-4 { + margin-left: 33.33333333%; + } + + .offset-md-5 { + margin-left: 41.66666667%; + } + + .offset-md-6 { + margin-left: 50%; + } + + .offset-md-7 { + margin-left: 58.33333333%; + } + + .offset-md-8 { + margin-left: 66.66666667%; + } + + .offset-md-9 { + margin-left: 75%; + } + + .offset-md-10 { + margin-left: 83.33333333%; + } + + .offset-md-11 { + margin-left: 91.66666667%; + } + + .g-md-0, +.gx-md-0 { + --bs-gutter-x: 0; + } + + .g-md-0, +.gy-md-0 { + --bs-gutter-y: 0; + } + + .g-md-1, +.gx-md-1 { + --bs-gutter-x: 0.25rem; + } + + .g-md-1, +.gy-md-1 { + --bs-gutter-y: 0.25rem; + } + + .g-md-2, +.gx-md-2 { + --bs-gutter-x: 0.5rem; + } + + .g-md-2, +.gy-md-2 { + --bs-gutter-y: 0.5rem; + } + + .g-md-3, +.gx-md-3 { + --bs-gutter-x: 1rem; + } + + .g-md-3, +.gy-md-3 { + --bs-gutter-y: 1rem; + } + + .g-md-4, +.gx-md-4 { + --bs-gutter-x: 1.5rem; + } + + .g-md-4, +.gy-md-4 { + --bs-gutter-y: 1.5rem; + } + + .g-md-5, +.gx-md-5 { + --bs-gutter-x: 3rem; + } + + .g-md-5, +.gy-md-5 { + --bs-gutter-y: 3rem; + } +} +@media (min-width: 992px) { + .col-lg-auto { + flex: 0 0 auto; + width: auto; + } + + .col-lg-1 { + flex: 0 0 auto; + width: 8.33333333%; + } + + .col-lg-2 { + flex: 0 0 auto; + width: 16.66666667%; + } + + .col-lg-3 { + flex: 0 0 auto; + width: 25%; + } + + .col-lg-4 { + flex: 0 0 auto; + width: 33.33333333%; + } + + .col-lg-5 { + flex: 0 0 auto; + width: 41.66666667%; + } + + .col-lg-6 { + flex: 0 0 auto; + width: 50%; + } + + .col-lg-7 { + flex: 0 0 auto; + width: 58.33333333%; + } + + .col-lg-8 { + flex: 0 0 auto; + width: 66.66666667%; + } + + .col-lg-9 { + flex: 0 0 auto; + width: 75%; + } + + .col-lg-10 { + flex: 0 0 auto; + width: 83.33333333%; + } + + .col-lg-11 { + flex: 0 0 auto; + width: 91.66666667%; + } + + .col-lg-12 { + flex: 0 0 auto; + width: 100%; + } + + .offset-lg-0 { + margin-left: 0; + } + + .offset-lg-1 { + margin-left: 8.33333333%; + } + + .offset-lg-2 { + margin-left: 16.66666667%; + } + + .offset-lg-3 { + margin-left: 25%; + } + + .offset-lg-4 { + margin-left: 33.33333333%; + } + + .offset-lg-5 { + margin-left: 41.66666667%; + } + + .offset-lg-6 { + margin-left: 50%; + } + + .offset-lg-7 { + margin-left: 58.33333333%; + } + + .offset-lg-8 { + margin-left: 66.66666667%; + } + + .offset-lg-9 { + margin-left: 75%; + } + + .offset-lg-10 { + margin-left: 83.33333333%; + } + + .offset-lg-11 { + margin-left: 91.66666667%; + } + + .g-lg-0, +.gx-lg-0 { + --bs-gutter-x: 0; + } + + .g-lg-0, +.gy-lg-0 { + --bs-gutter-y: 0; + } + + .g-lg-1, +.gx-lg-1 { + --bs-gutter-x: 0.25rem; + } + + .g-lg-1, +.gy-lg-1 { + --bs-gutter-y: 0.25rem; + } + + .g-lg-2, +.gx-lg-2 { + --bs-gutter-x: 0.5rem; + } + + .g-lg-2, +.gy-lg-2 { + --bs-gutter-y: 0.5rem; + } + + .g-lg-3, +.gx-lg-3 { + --bs-gutter-x: 1rem; + } + + .g-lg-3, +.gy-lg-3 { + --bs-gutter-y: 1rem; + } + + .g-lg-4, +.gx-lg-4 { + --bs-gutter-x: 1.5rem; + } + + .g-lg-4, +.gy-lg-4 { + --bs-gutter-y: 1.5rem; + } + + .g-lg-5, +.gx-lg-5 { + --bs-gutter-x: 3rem; + } + + .g-lg-5, +.gy-lg-5 { + --bs-gutter-y: 3rem; + } +} +@media (min-width: 1200px) { + .col-xl-auto { + flex: 0 0 auto; + width: auto; + } + + .col-xl-1 { + flex: 0 0 auto; + width: 8.33333333%; + } + + .col-xl-2 { + flex: 0 0 auto; + width: 16.66666667%; + } + + .col-xl-3 { + flex: 0 0 auto; + width: 25%; + } + + .col-xl-4 { + flex: 0 0 auto; + width: 33.33333333%; + } + + .col-xl-5 { + flex: 0 0 auto; + width: 41.66666667%; + } + + .col-xl-6 { + flex: 0 0 auto; + width: 50%; + } + + .col-xl-7 { + flex: 0 0 auto; + width: 58.33333333%; + } + + .col-xl-8 { + flex: 0 0 auto; + width: 66.66666667%; + } + + .col-xl-9 { + flex: 0 0 auto; + width: 75%; + } + + .col-xl-10 { + flex: 0 0 auto; + width: 83.33333333%; + } + + .col-xl-11 { + flex: 0 0 auto; + width: 91.66666667%; + } + + .col-xl-12 { + flex: 0 0 auto; + width: 100%; + } + + .offset-xl-0 { + margin-left: 0; + } + + .offset-xl-1 { + margin-left: 8.33333333%; + } + + .offset-xl-2 { + margin-left: 16.66666667%; + } + + .offset-xl-3 { + margin-left: 25%; + } + + .offset-xl-4 { + margin-left: 33.33333333%; + } + + .offset-xl-5 { + margin-left: 41.66666667%; + } + + .offset-xl-6 { + margin-left: 50%; + } + + .offset-xl-7 { + margin-left: 58.33333333%; + } + + .offset-xl-8 { + margin-left: 66.66666667%; + } + + .offset-xl-9 { + margin-left: 75%; + } + + .offset-xl-10 { + margin-left: 83.33333333%; + } + + .offset-xl-11 { + margin-left: 91.66666667%; + } + + .g-xl-0, +.gx-xl-0 { + --bs-gutter-x: 0; + } + + .g-xl-0, +.gy-xl-0 { + --bs-gutter-y: 0; + } + + .g-xl-1, +.gx-xl-1 { + --bs-gutter-x: 0.25rem; + } + + .g-xl-1, +.gy-xl-1 { + --bs-gutter-y: 0.25rem; + } + + .g-xl-2, +.gx-xl-2 { + --bs-gutter-x: 0.5rem; + } + + .g-xl-2, +.gy-xl-2 { + --bs-gutter-y: 0.5rem; + } + + .g-xl-3, +.gx-xl-3 { + --bs-gutter-x: 1rem; + } + + .g-xl-3, +.gy-xl-3 { + --bs-gutter-y: 1rem; + } + + .g-xl-4, +.gx-xl-4 { + --bs-gutter-x: 1.5rem; + } + + .g-xl-4, +.gy-xl-4 { + --bs-gutter-y: 1.5rem; + } + + .g-xl-5, +.gx-xl-5 { + --bs-gutter-x: 3rem; + } + + .g-xl-5, +.gy-xl-5 { + --bs-gutter-y: 3rem; + } +} +@media (min-width: 1400px) { + .col-xxl-auto { + flex: 0 0 auto; + width: auto; + } + + .col-xxl-1 { + flex: 0 0 auto; + width: 8.33333333%; + } + + .col-xxl-2 { + flex: 0 0 auto; + width: 16.66666667%; + } + + .col-xxl-3 { + flex: 0 0 auto; + width: 25%; + } + + .col-xxl-4 { + flex: 0 0 auto; + width: 33.33333333%; + } + + .col-xxl-5 { + flex: 0 0 auto; + width: 41.66666667%; + } + + .col-xxl-6 { + flex: 0 0 auto; + width: 50%; + } + + .col-xxl-7 { + flex: 0 0 auto; + width: 58.33333333%; + } + + .col-xxl-8 { + flex: 0 0 auto; + width: 66.66666667%; + } + + .col-xxl-9 { + flex: 0 0 auto; + width: 75%; + } + + .col-xxl-10 { + flex: 0 0 auto; + width: 83.33333333%; + } + + .col-xxl-11 { + flex: 0 0 auto; + width: 91.66666667%; + } + + .col-xxl-12 { + flex: 0 0 auto; + width: 100%; + } + + .offset-xxl-0 { + margin-left: 0; + } + + .offset-xxl-1 { + margin-left: 8.33333333%; + } + + .offset-xxl-2 { + margin-left: 16.66666667%; + } + + .offset-xxl-3 { + margin-left: 25%; + } + + .offset-xxl-4 { + margin-left: 33.33333333%; + } + + .offset-xxl-5 { + margin-left: 41.66666667%; + } + + .offset-xxl-6 { + margin-left: 50%; + } + + .offset-xxl-7 { + margin-left: 58.33333333%; + } + + .offset-xxl-8 { + margin-left: 66.66666667%; + } + + .offset-xxl-9 { + margin-left: 75%; + } + + .offset-xxl-10 { + margin-left: 83.33333333%; + } + + .offset-xxl-11 { + margin-left: 91.66666667%; + } + + .g-xxl-0, +.gx-xxl-0 { + --bs-gutter-x: 0; + } + + .g-xxl-0, +.gy-xxl-0 { + --bs-gutter-y: 0; + } + + .g-xxl-1, +.gx-xxl-1 { + --bs-gutter-x: 0.25rem; + } + + .g-xxl-1, +.gy-xxl-1 { + --bs-gutter-y: 0.25rem; + } + + .g-xxl-2, +.gx-xxl-2 { + --bs-gutter-x: 0.5rem; + } + + .g-xxl-2, +.gy-xxl-2 { + --bs-gutter-y: 0.5rem; + } + + .g-xxl-3, +.gx-xxl-3 { + --bs-gutter-x: 1rem; + } + + .g-xxl-3, +.gy-xxl-3 { + --bs-gutter-y: 1rem; + } + + .g-xxl-4, +.gx-xxl-4 { + --bs-gutter-x: 1.5rem; + } + + .g-xxl-4, +.gy-xxl-4 { + --bs-gutter-y: 1.5rem; + } + + .g-xxl-5, +.gx-xxl-5 { + --bs-gutter-x: 3rem; + } + + .g-xxl-5, +.gy-xxl-5 { + --bs-gutter-y: 3rem; + } +} +.table { + --bs-table-bg: transparent; + --bs-table-accent-bg: transparent; + --bs-table-striped-color: #212529; + --bs-table-striped-bg: rgba(0, 0, 0, 0.05); + --bs-table-active-color: #212529; + --bs-table-active-bg: rgba(0, 0, 0, 0.1); + --bs-table-hover-color: #212529; + --bs-table-hover-bg: rgba(0, 0, 0, 0.075); + width: 100%; + margin-bottom: 1rem; + color: #212529; + vertical-align: top; + border-color: #dee2e6; +} +.table > :not(caption) > * > * { + padding: 0.5rem 0.5rem; + background-color: var(--bs-table-bg); + border-bottom-width: 1px; + box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); +} +.table > tbody { + vertical-align: inherit; +} +.table > thead { + vertical-align: bottom; +} +.table > :not(:last-child) > :last-child > * { + border-bottom-color: currentColor; +} + +.caption-top { + caption-side: top; +} + +.table-sm > :not(caption) > * > * { + padding: 0.25rem 0.25rem; +} + +.table-bordered > :not(caption) > * { + border-width: 1px 0; +} +.table-bordered > :not(caption) > * > * { + border-width: 0 1px; +} + +.table-borderless > :not(caption) > * > * { + border-bottom-width: 0; +} + +.table-striped > tbody > tr:nth-of-type(odd) { + --bs-table-accent-bg: var(--bs-table-striped-bg); + color: var(--bs-table-striped-color); +} + +.table-active { + --bs-table-accent-bg: var(--bs-table-active-bg); + color: var(--bs-table-active-color); +} + +.table-hover > tbody > tr:hover { + --bs-table-accent-bg: var(--bs-table-hover-bg); + color: var(--bs-table-hover-color); +} + +.table-primary { + --bs-table-bg: #cfe2ff; + --bs-table-striped-bg: #c5d7f2; + --bs-table-striped-color: #000; + --bs-table-active-bg: #bacbe6; + --bs-table-active-color: #000; + --bs-table-hover-bg: #bfd1ec; + --bs-table-hover-color: #000; + color: #000; + border-color: #bacbe6; +} + +.table-secondary { + --bs-table-bg: #e2e3e5; + --bs-table-striped-bg: #d7d8da; + --bs-table-striped-color: #000; + --bs-table-active-bg: #cbccce; + --bs-table-active-color: #000; + --bs-table-hover-bg: #d1d2d4; + --bs-table-hover-color: #000; + color: #000; + border-color: #cbccce; +} + +.table-success { + --bs-table-bg: #d1e7dd; + --bs-table-striped-bg: #c7dbd2; + --bs-table-striped-color: #000; + --bs-table-active-bg: #bcd0c7; + --bs-table-active-color: #000; + --bs-table-hover-bg: #c1d6cc; + --bs-table-hover-color: #000; + color: #000; + border-color: #bcd0c7; +} + +.table-info { + --bs-table-bg: #cff4fc; + --bs-table-striped-bg: #c5e8ef; + --bs-table-striped-color: #000; + --bs-table-active-bg: #badce3; + --bs-table-active-color: #000; + --bs-table-hover-bg: #bfe2e9; + --bs-table-hover-color: #000; + color: #000; + border-color: #badce3; +} + +.table-warning { + --bs-table-bg: #fff3cd; + --bs-table-striped-bg: #f2e7c3; + --bs-table-striped-color: #000; + --bs-table-active-bg: #e6dbb9; + --bs-table-active-color: #000; + --bs-table-hover-bg: #ece1be; + --bs-table-hover-color: #000; + color: #000; + border-color: #e6dbb9; +} + +.table-danger { + --bs-table-bg: #f8d7da; + --bs-table-striped-bg: #eccccf; + --bs-table-striped-color: #000; + --bs-table-active-bg: #dfc2c4; + --bs-table-active-color: #000; + --bs-table-hover-bg: #e5c7ca; + --bs-table-hover-color: #000; + color: #000; + border-color: #dfc2c4; +} + +.table-light { + --bs-table-bg: #f8f9fa; + --bs-table-striped-bg: #ecedee; + --bs-table-striped-color: #000; + --bs-table-active-bg: #dfe0e1; + --bs-table-active-color: #000; + --bs-table-hover-bg: #e5e6e7; + --bs-table-hover-color: #000; + color: #000; + border-color: #dfe0e1; +} + +.table-dark { + --bs-table-bg: #212529; + --bs-table-striped-bg: #2c3034; + --bs-table-striped-color: #fff; + --bs-table-active-bg: #373b3e; + --bs-table-active-color: #fff; + --bs-table-hover-bg: #323539; + --bs-table-hover-color: #fff; + color: #fff; + border-color: #373b3e; +} + +.table-responsive { + overflow-x: auto; + -webkit-overflow-scrolling: touch; +} + +@media (max-width: 575.98px) { + .table-responsive-sm { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } +} +@media (max-width: 767.98px) { + .table-responsive-md { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } +} +@media (max-width: 991.98px) { + .table-responsive-lg { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } +} +@media (max-width: 1199.98px) { + .table-responsive-xl { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } +} +@media (max-width: 1399.98px) { + .table-responsive-xxl { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } +} +.form-label { + margin-bottom: 0.5rem; +} + +.col-form-label { + padding-top: calc(0.375rem + 1px); + padding-bottom: calc(0.375rem + 1px); + margin-bottom: 0; + font-size: inherit; + line-height: 1.5; +} + +.col-form-label-lg { + padding-top: calc(0.5rem + 1px); + padding-bottom: calc(0.5rem + 1px); + font-size: 1.25rem; +} + +.col-form-label-sm { + padding-top: calc(0.25rem + 1px); + padding-bottom: calc(0.25rem + 1px); + font-size: 0.875rem; +} + +.form-text { + margin-top: 0.25rem; + font-size: 0.875em; + color: #6c757d; +} + +.form-control { + display: block; + width: 100%; + padding: 0.375rem 0.75rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #212529; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #ced4da; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border-radius: 0.25rem; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .form-control { + transition: none; + } +} +.form-control[type=file] { + overflow: hidden; +} +.form-control[type=file]:not(:disabled):not([readonly]) { + cursor: pointer; +} +.form-control:focus { + color: #212529; + background-color: #fff; + border-color: #86b7fe; + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} +.form-control::-webkit-date-and-time-value { + height: 1.5em; +} +.form-control::-moz-placeholder { + color: #6c757d; + opacity: 1; +} +.form-control::placeholder { + color: #6c757d; + opacity: 1; +} +.form-control:disabled, .form-control[readonly] { + background-color: #e9ecef; + opacity: 1; +} +.form-control::file-selector-button { + padding: 0.375rem 0.75rem; + margin: -0.375rem -0.75rem; + -webkit-margin-end: 0.75rem; + margin-inline-end: 0.75rem; + color: #212529; + background-color: #e9ecef; + pointer-events: none; + border-color: inherit; + border-style: solid; + border-width: 0; + border-inline-end-width: 1px; + border-radius: 0; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .form-control::file-selector-button { + transition: none; + } +} +.form-control:hover:not(:disabled):not([readonly])::file-selector-button { + background-color: #dde0e3; +} +.form-control::-webkit-file-upload-button { + padding: 0.375rem 0.75rem; + margin: -0.375rem -0.75rem; + -webkit-margin-end: 0.75rem; + margin-inline-end: 0.75rem; + color: #212529; + background-color: #e9ecef; + pointer-events: none; + border-color: inherit; + border-style: solid; + border-width: 0; + border-inline-end-width: 1px; + border-radius: 0; + -webkit-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; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .form-control::-webkit-file-upload-button { + -webkit-transition: none; + transition: none; + } +} +.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { + background-color: #dde0e3; +} + +.form-control-plaintext { + display: block; + width: 100%; + padding: 0.375rem 0; + margin-bottom: 0; + line-height: 1.5; + color: #212529; + background-color: transparent; + border: solid transparent; + border-width: 1px 0; +} +.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { + padding-right: 0; + padding-left: 0; +} + +.form-control-sm { + min-height: calc(1.5em + (0.5rem + 2px)); + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + border-radius: 0.2rem; +} +.form-control-sm::file-selector-button { + padding: 0.25rem 0.5rem; + margin: -0.25rem -0.5rem; + -webkit-margin-end: 0.5rem; + margin-inline-end: 0.5rem; +} +.form-control-sm::-webkit-file-upload-button { + padding: 0.25rem 0.5rem; + margin: -0.25rem -0.5rem; + -webkit-margin-end: 0.5rem; + margin-inline-end: 0.5rem; +} + +.form-control-lg { + min-height: calc(1.5em + (1rem + 2px)); + padding: 0.5rem 1rem; + font-size: 1.25rem; + border-radius: 0.3rem; +} +.form-control-lg::file-selector-button { + padding: 0.5rem 1rem; + margin: -0.5rem -1rem; + -webkit-margin-end: 1rem; + margin-inline-end: 1rem; +} +.form-control-lg::-webkit-file-upload-button { + padding: 0.5rem 1rem; + margin: -0.5rem -1rem; + -webkit-margin-end: 1rem; + margin-inline-end: 1rem; +} + +textarea.form-control { + min-height: calc(1.5em + (0.75rem + 2px)); +} +textarea.form-control-sm { + min-height: calc(1.5em + (0.5rem + 2px)); +} +textarea.form-control-lg { + min-height: calc(1.5em + (1rem + 2px)); +} + +.form-control-color { + max-width: 3rem; + height: auto; + padding: 0.375rem; +} +.form-control-color:not(:disabled):not([readonly]) { + cursor: pointer; +} +.form-control-color::-moz-color-swatch { + height: 1.5em; + border-radius: 0.25rem; +} +.form-control-color::-webkit-color-swatch { + height: 1.5em; + border-radius: 0.25rem; +} + +.form-select { + display: block; + width: 100%; + padding: 0.375rem 2.25rem 0.375rem 0.75rem; + -moz-padding-start: calc(0.75rem - 3px); + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #212529; + background-color: #fff; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right 0.75rem center; + background-size: 16px 12px; + border: 1px solid #ced4da; + border-radius: 0.25rem; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} +@media (prefers-reduced-motion: reduce) { + .form-select { + transition: none; + } +} +.form-select:focus { + border-color: #86b7fe; + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} +.form-select[multiple], .form-select[size]:not([size="1"]) { + padding-right: 0.75rem; + background-image: none; +} +.form-select:disabled { + background-color: #e9ecef; +} +.form-select:-moz-focusring { + color: transparent; + text-shadow: 0 0 0 #212529; +} + +.form-select-sm { + padding-top: 0.25rem; + padding-bottom: 0.25rem; + padding-left: 0.5rem; + font-size: 0.875rem; +} + +.form-select-lg { + padding-top: 0.5rem; + padding-bottom: 0.5rem; + padding-left: 1rem; + font-size: 1.25rem; +} + +.form-check { + display: block; + min-height: 1.5rem; + padding-left: 1.5em; + margin-bottom: 0.125rem; +} +.form-check .form-check-input { + float: left; + margin-left: -1.5em; +} + +.form-check-input { + width: 1em; + height: 1em; + margin-top: 0.25em; + vertical-align: top; + background-color: #fff; + background-repeat: no-repeat; + background-position: center; + background-size: contain; + border: 1px solid rgba(0, 0, 0, 0.25); + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + -webkit-print-color-adjust: exact; + color-adjust: exact; +} +.form-check-input[type=checkbox] { + border-radius: 0.25em; +} +.form-check-input[type=radio] { + border-radius: 50%; +} +.form-check-input:active { + filter: brightness(90%); +} +.form-check-input:focus { + border-color: #86b7fe; + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} +.form-check-input:checked { + background-color: #0d6efd; + border-color: #0d6efd; +} +.form-check-input:checked[type=checkbox] { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); +} +.form-check-input:checked[type=radio] { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); +} +.form-check-input[type=checkbox]:indeterminate { + background-color: #0d6efd; + border-color: #0d6efd; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); +} +.form-check-input:disabled { + pointer-events: none; + filter: none; + opacity: 0.5; +} +.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { + opacity: 0.5; +} + +.form-switch { + padding-left: 2.5em; +} +.form-switch .form-check-input { + width: 2em; + margin-left: -2.5em; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); + background-position: left center; + border-radius: 2em; + transition: background-position 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .form-switch .form-check-input { + transition: none; + } +} +.form-switch .form-check-input:focus { + 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='%2386b7fe'/%3e%3c/svg%3e"); +} +.form-switch .form-check-input:checked { + background-position: right center; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); +} + +.form-check-inline { + display: inline-block; + margin-right: 1rem; +} + +.btn-check { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; +} +.btn-check[disabled] + .btn, .btn-check:disabled + .btn { + pointer-events: none; + filter: none; + opacity: 0.65; +} + +.form-range { + width: 100%; + height: 1.5rem; + padding: 0; + background-color: transparent; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} +.form-range:focus { + outline: 0; +} +.form-range:focus::-webkit-slider-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} +.form-range:focus::-moz-range-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} +.form-range::-moz-focus-outer { + border: 0; +} +.form-range::-webkit-slider-thumb { + width: 1rem; + height: 1rem; + margin-top: -0.25rem; + background-color: #0d6efd; + border: 0; + border-radius: 1rem; + -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + -webkit-appearance: none; + appearance: none; +} +@media (prefers-reduced-motion: reduce) { + .form-range::-webkit-slider-thumb { + -webkit-transition: none; + transition: none; + } +} +.form-range::-webkit-slider-thumb:active { + background-color: #b6d4fe; +} +.form-range::-webkit-slider-runnable-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; +} +.form-range::-moz-range-thumb { + width: 1rem; + height: 1rem; + background-color: #0d6efd; + border: 0; + border-radius: 1rem; + -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + -moz-appearance: none; + appearance: none; +} +@media (prefers-reduced-motion: reduce) { + .form-range::-moz-range-thumb { + -moz-transition: none; + transition: none; + } +} +.form-range::-moz-range-thumb:active { + background-color: #b6d4fe; +} +.form-range::-moz-range-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; +} +.form-range:disabled { + pointer-events: none; +} +.form-range:disabled::-webkit-slider-thumb { + background-color: #adb5bd; +} +.form-range:disabled::-moz-range-thumb { + background-color: #adb5bd; +} + +.form-floating { + position: relative; +} +.form-floating > .form-control, +.form-floating > .form-select { + height: calc(3.5rem + 2px); + line-height: 1.25; +} +.form-floating > label { + position: absolute; + top: 0; + left: 0; + height: 100%; + padding: 1rem 0.75rem; + pointer-events: none; + border: 1px solid transparent; + transform-origin: 0 0; + transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .form-floating > label { + transition: none; + } +} +.form-floating > .form-control { + padding: 1rem 0.75rem; +} +.form-floating > .form-control::-moz-placeholder { + color: transparent; +} +.form-floating > .form-control::placeholder { + color: transparent; +} +.form-floating > .form-control:not(:-moz-placeholder-shown) { + padding-top: 1.625rem; + padding-bottom: 0.625rem; +} +.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) { + padding-top: 1.625rem; + padding-bottom: 0.625rem; +} +.form-floating > .form-control:-webkit-autofill { + padding-top: 1.625rem; + padding-bottom: 0.625rem; +} +.form-floating > .form-select { + padding-top: 1.625rem; + padding-bottom: 0.625rem; +} +.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label { + opacity: 0.65; + transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); +} +.form-floating > .form-control:focus ~ label, +.form-floating > .form-control:not(:placeholder-shown) ~ label, +.form-floating > .form-select ~ label { + opacity: 0.65; + transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); +} +.form-floating > .form-control:-webkit-autofill ~ label { + opacity: 0.65; + transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); +} + +.input-group { + position: relative; + display: flex; + flex-wrap: wrap; + align-items: stretch; + width: 100%; +} +.input-group > .form-control, +.input-group > .form-select { + position: relative; + flex: 1 1 auto; + width: 1%; + min-width: 0; +} +.input-group > .form-control:focus, +.input-group > .form-select:focus { + z-index: 3; +} +.input-group .btn { + position: relative; + z-index: 2; +} +.input-group .btn:focus { + z-index: 3; +} + +.input-group-text { + display: flex; + align-items: center; + padding: 0.375rem 0.75rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #212529; + text-align: center; + white-space: nowrap; + background-color: #e9ecef; + border: 1px solid #ced4da; + border-radius: 0.25rem; +} + +.input-group-lg > .form-control, +.input-group-lg > .form-select, +.input-group-lg > .input-group-text, +.input-group-lg > .btn { + padding: 0.5rem 1rem; + font-size: 1.25rem; + border-radius: 0.3rem; +} + +.input-group-sm > .form-control, +.input-group-sm > .form-select, +.input-group-sm > .input-group-text, +.input-group-sm > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + border-radius: 0.2rem; +} + +.input-group-lg > .form-select, +.input-group-sm > .form-select { + padding-right: 3rem; +} + +.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), +.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), +.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { + margin-left: -1px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.valid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 0.875em; + color: #198754; +} + +.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.875rem; + color: #fff; + background-color: rgba(25, 135, 84, 0.9); + border-radius: 0.25rem; +} + +.was-validated :valid ~ .valid-feedback, +.was-validated :valid ~ .valid-tooltip, +.is-valid ~ .valid-feedback, +.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .form-control:valid, .form-control.is-valid { + border-color: #198754; + padding-right: calc(1.5em + 0.75rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right calc(0.375em + 0.1875rem) center; + background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} +.was-validated .form-control:valid:focus, .form-control.is-valid:focus { + border-color: #198754; + box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); +} + +.was-validated textarea.form-control:valid, textarea.form-control.is-valid { + padding-right: calc(1.5em + 0.75rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); +} + +.was-validated .form-select:valid, .form-select.is-valid { + border-color: #198754; +} +.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] { + padding-right: 4.125rem; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-position: right 0.75rem center, center right 2.25rem; + background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} +.was-validated .form-select:valid:focus, .form-select.is-valid:focus { + border-color: #198754; + box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); +} + +.was-validated .form-check-input:valid, .form-check-input.is-valid { + border-color: #198754; +} +.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { + background-color: #198754; +} +.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { + box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); +} +.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { + color: #198754; +} + +.form-check-inline .form-check-input ~ .valid-feedback { + margin-left: 0.5em; +} + +.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, +.was-validated .input-group .form-select:valid, +.input-group .form-select.is-valid { + z-index: 1; +} +.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, +.was-validated .input-group .form-select:valid:focus, +.input-group .form-select.is-valid:focus { + z-index: 3; +} + +.invalid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 0.875em; + color: #dc3545; +} + +.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.875rem; + color: #fff; + background-color: rgba(220, 53, 69, 0.9); + border-radius: 0.25rem; +} + +.was-validated :invalid ~ .invalid-feedback, +.was-validated :invalid ~ .invalid-tooltip, +.is-invalid ~ .invalid-feedback, +.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .form-control:invalid, .form-control.is-invalid { + border-color: #dc3545; + padding-right: calc(1.5em + 0.75rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right calc(0.375em + 0.1875rem) center; + background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} +.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { + border-color: #dc3545; + box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); +} + +.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { + padding-right: calc(1.5em + 0.75rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); +} + +.was-validated .form-select:invalid, .form-select.is-invalid { + border-color: #dc3545; +} +.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] { + padding-right: 4.125rem; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); + background-position: right 0.75rem center, center right 2.25rem; + background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} +.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus { + border-color: #dc3545; + box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); +} + +.was-validated .form-check-input:invalid, .form-check-input.is-invalid { + border-color: #dc3545; +} +.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked { + background-color: #dc3545; +} +.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus { + box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); +} +.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { + color: #dc3545; +} + +.form-check-inline .form-check-input ~ .invalid-feedback { + margin-left: 0.5em; +} + +.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, +.was-validated .input-group .form-select:invalid, +.input-group .form-select.is-invalid { + z-index: 2; +} +.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, +.was-validated .input-group .form-select:invalid:focus, +.input-group .form-select.is-invalid:focus { + z-index: 3; +} + +.btn { + display: inline-block; + font-weight: 400; + line-height: 1.5; + color: #212529; + text-align: center; + text-decoration: none; + vertical-align: middle; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + background-color: transparent; + border: 1px solid transparent; + padding: 0.375rem 0.75rem; + font-size: 1rem; + border-radius: 0.25rem; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .btn { + transition: none; + } +} +.btn:hover { + color: #212529; +} +.btn-check:focus + .btn, .btn:focus { + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} +.btn:disabled, .btn.disabled, fieldset:disabled .btn { + pointer-events: none; + opacity: 0.65; +} + +.btn-primary { + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; +} +.btn-primary:hover { + color: #fff; + background-color: #0b5ed7; + border-color: #0a58ca; +} +.btn-check:focus + .btn-primary, .btn-primary:focus { + color: #fff; + background-color: #0b5ed7; + border-color: #0a58ca; + box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); +} +.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle { + color: #fff; + background-color: #0a58ca; + border-color: #0a53be; +} +.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); +} +.btn-primary:disabled, .btn-primary.disabled { + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; +} + +.btn-secondary { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; +} +.btn-secondary:hover { + color: #fff; + background-color: #5c636a; + border-color: #565e64; +} +.btn-check:focus + .btn-secondary, .btn-secondary:focus { + color: #fff; + background-color: #5c636a; + border-color: #565e64; + box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); +} +.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle { + color: #fff; + background-color: #565e64; + border-color: #51585e; +} +.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); +} +.btn-secondary:disabled, .btn-secondary.disabled { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; +} + +.btn-success { + color: #fff; + background-color: #198754; + border-color: #198754; +} +.btn-success:hover { + color: #fff; + background-color: #157347; + border-color: #146c43; +} +.btn-check:focus + .btn-success, .btn-success:focus { + color: #fff; + background-color: #157347; + border-color: #146c43; + box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); +} +.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle { + color: #fff; + background-color: #146c43; + border-color: #13653f; +} +.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); +} +.btn-success:disabled, .btn-success.disabled { + color: #fff; + background-color: #198754; + border-color: #198754; +} + +.btn-info { + color: #000; + background-color: #0dcaf0; + border-color: #0dcaf0; +} +.btn-info:hover { + color: #000; + background-color: #31d2f2; + border-color: #25cff2; +} +.btn-check:focus + .btn-info, .btn-info:focus { + color: #000; + background-color: #31d2f2; + border-color: #25cff2; + box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); +} +.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle { + color: #000; + background-color: #3dd5f3; + border-color: #25cff2; +} +.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); +} +.btn-info:disabled, .btn-info.disabled { + color: #000; + background-color: #0dcaf0; + border-color: #0dcaf0; +} + +.btn-warning { + color: #000; + background-color: #ffc107; + border-color: #ffc107; +} +.btn-warning:hover { + color: #000; + background-color: #ffca2c; + border-color: #ffc720; +} +.btn-check:focus + .btn-warning, .btn-warning:focus { + color: #000; + background-color: #ffca2c; + border-color: #ffc720; + box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); +} +.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle { + color: #000; + background-color: #ffcd39; + border-color: #ffc720; +} +.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); +} +.btn-warning:disabled, .btn-warning.disabled { + color: #000; + background-color: #ffc107; + border-color: #ffc107; +} + +.btn-danger { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; +} +.btn-danger:hover { + color: #fff; + background-color: #bb2d3b; + border-color: #b02a37; +} +.btn-check:focus + .btn-danger, .btn-danger:focus { + color: #fff; + background-color: #bb2d3b; + border-color: #b02a37; + box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); +} +.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle { + color: #fff; + background-color: #b02a37; + border-color: #a52834; +} +.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); +} +.btn-danger:disabled, .btn-danger.disabled { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; +} + +.btn-light { + color: #000; + background-color: #f8f9fa; + border-color: #f8f9fa; +} +.btn-light:hover { + color: #000; + background-color: #f9fafb; + border-color: #f9fafb; +} +.btn-check:focus + .btn-light, .btn-light:focus { + color: #000; + background-color: #f9fafb; + border-color: #f9fafb; + box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); +} +.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle { + color: #000; + background-color: #f9fafb; + border-color: #f9fafb; +} +.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus { + box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); +} +.btn-light:disabled, .btn-light.disabled { + color: #000; + background-color: #f8f9fa; + border-color: #f8f9fa; +} + +.btn-dark { + color: #fff; + background-color: #212529; + border-color: #212529; +} +.btn-dark:hover { + color: #fff; + background-color: #1c1f23; + border-color: #1a1e21; +} +.btn-check:focus + .btn-dark, .btn-dark:focus { + color: #fff; + background-color: #1c1f23; + border-color: #1a1e21; + box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); +} +.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle { + color: #fff; + background-color: #1a1e21; + border-color: #191c1f; +} +.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus { + box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); +} +.btn-dark:disabled, .btn-dark.disabled { + color: #fff; + background-color: #212529; + border-color: #212529; +} + +.btn-outline-primary { + color: #0d6efd; + border-color: #0d6efd; +} +.btn-outline-primary:hover { + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; +} +.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus { + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); +} +.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show { + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; +} +.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); +} +.btn-outline-primary:disabled, .btn-outline-primary.disabled { + color: #0d6efd; + background-color: transparent; +} + +.btn-outline-secondary { + color: #6c757d; + border-color: #6c757d; +} +.btn-outline-secondary:hover { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; +} +.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus { + box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); +} +.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; +} +.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); +} +.btn-outline-secondary:disabled, .btn-outline-secondary.disabled { + color: #6c757d; + background-color: transparent; +} + +.btn-outline-success { + color: #198754; + border-color: #198754; +} +.btn-outline-success:hover { + color: #fff; + background-color: #198754; + border-color: #198754; +} +.btn-check:focus + .btn-outline-success, .btn-outline-success:focus { + box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); +} +.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show { + color: #fff; + background-color: #198754; + border-color: #198754; +} +.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); +} +.btn-outline-success:disabled, .btn-outline-success.disabled { + color: #198754; + background-color: transparent; +} + +.btn-outline-info { + color: #0dcaf0; + border-color: #0dcaf0; +} +.btn-outline-info:hover { + color: #000; + background-color: #0dcaf0; + border-color: #0dcaf0; +} +.btn-check:focus + .btn-outline-info, .btn-outline-info:focus { + box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); +} +.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show { + color: #000; + background-color: #0dcaf0; + border-color: #0dcaf0; +} +.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); +} +.btn-outline-info:disabled, .btn-outline-info.disabled { + color: #0dcaf0; + background-color: transparent; +} + +.btn-outline-warning { + color: #ffc107; + border-color: #ffc107; +} +.btn-outline-warning:hover { + color: #000; + background-color: #ffc107; + border-color: #ffc107; +} +.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus { + box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); +} +.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show { + color: #000; + background-color: #ffc107; + border-color: #ffc107; +} +.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); +} +.btn-outline-warning:disabled, .btn-outline-warning.disabled { + color: #ffc107; + background-color: transparent; +} + +.btn-outline-danger { + color: #dc3545; + border-color: #dc3545; +} +.btn-outline-danger:hover { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; +} +.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus { + box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); +} +.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; +} +.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); +} +.btn-outline-danger:disabled, .btn-outline-danger.disabled { + color: #dc3545; + background-color: transparent; +} + +.btn-outline-light { + color: #f8f9fa; + border-color: #f8f9fa; +} +.btn-outline-light:hover { + color: #000; + background-color: #f8f9fa; + border-color: #f8f9fa; +} +.btn-check:focus + .btn-outline-light, .btn-outline-light:focus { + box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); +} +.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show { + color: #000; + background-color: #f8f9fa; + border-color: #f8f9fa; +} +.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); +} +.btn-outline-light:disabled, .btn-outline-light.disabled { + color: #f8f9fa; + background-color: transparent; +} + +.btn-outline-dark { + color: #212529; + border-color: #212529; +} +.btn-outline-dark:hover { + color: #fff; + background-color: #212529; + border-color: #212529; +} +.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus { + box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); +} +.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show { + color: #fff; + background-color: #212529; + border-color: #212529; +} +.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); +} +.btn-outline-dark:disabled, .btn-outline-dark.disabled { + color: #212529; + background-color: transparent; +} + +.btn-link { + font-weight: 400; + color: #0d6efd; + text-decoration: underline; +} +.btn-link:hover { + color: #0a58ca; +} +.btn-link:disabled, .btn-link.disabled { + color: #6c757d; +} + +.btn-lg, .btn-group-lg > .btn { + padding: 0.5rem 1rem; + font-size: 1.25rem; + border-radius: 0.3rem; +} + +.btn-sm, .btn-group-sm > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + border-radius: 0.2rem; +} + +.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 { + height: 0; + overflow: hidden; + transition: height 0.35s ease; +} +@media (prefers-reduced-motion: reduce) { + .collapsing { + transition: none; + } +} + +.dropup, +.dropend, +.dropdown, +.dropstart { + 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; + z-index: 1000; + display: none; + min-width: 10rem; + padding: 0.5rem 0; + margin: 0; + font-size: 1rem; + color: #212529; + text-align: left; + list-style: none; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 0.25rem; +} +.dropdown-menu[data-bs-popper] { + top: 100%; + left: 0; + margin-top: 0.125rem; +} + +.dropdown-menu-start { + --bs-position: start; +} +.dropdown-menu-start[data-bs-popper] { + right: auto; + left: 0; +} + +.dropdown-menu-end { + --bs-position: end; +} +.dropdown-menu-end[data-bs-popper] { + right: 0; + left: auto; +} + +@media (min-width: 576px) { + .dropdown-menu-sm-start { + --bs-position: start; + } + .dropdown-menu-sm-start[data-bs-popper] { + right: auto; + left: 0; + } + + .dropdown-menu-sm-end { + --bs-position: end; + } + .dropdown-menu-sm-end[data-bs-popper] { + right: 0; + left: auto; + } +} +@media (min-width: 768px) { + .dropdown-menu-md-start { + --bs-position: start; + } + .dropdown-menu-md-start[data-bs-popper] { + right: auto; + left: 0; + } + + .dropdown-menu-md-end { + --bs-position: end; + } + .dropdown-menu-md-end[data-bs-popper] { + right: 0; + left: auto; + } +} +@media (min-width: 992px) { + .dropdown-menu-lg-start { + --bs-position: start; + } + .dropdown-menu-lg-start[data-bs-popper] { + right: auto; + left: 0; + } + + .dropdown-menu-lg-end { + --bs-position: end; + } + .dropdown-menu-lg-end[data-bs-popper] { + right: 0; + left: auto; + } +} +@media (min-width: 1200px) { + .dropdown-menu-xl-start { + --bs-position: start; + } + .dropdown-menu-xl-start[data-bs-popper] { + right: auto; + left: 0; + } + + .dropdown-menu-xl-end { + --bs-position: end; + } + .dropdown-menu-xl-end[data-bs-popper] { + right: 0; + left: auto; + } +} +@media (min-width: 1400px) { + .dropdown-menu-xxl-start { + --bs-position: start; + } + .dropdown-menu-xxl-start[data-bs-popper] { + right: auto; + left: 0; + } + + .dropdown-menu-xxl-end { + --bs-position: end; + } + .dropdown-menu-xxl-end[data-bs-popper] { + right: 0; + left: auto; + } +} +.dropup .dropdown-menu[data-bs-popper] { + top: auto; + bottom: 100%; + margin-top: 0; + margin-bottom: 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; +} + +.dropend .dropdown-menu[data-bs-popper] { + top: 0; + right: auto; + left: 100%; + margin-top: 0; + margin-left: 0.125rem; +} +.dropend .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; +} +.dropend .dropdown-toggle:empty::after { + margin-left: 0; +} +.dropend .dropdown-toggle::after { + vertical-align: 0; +} + +.dropstart .dropdown-menu[data-bs-popper] { + top: 0; + right: 100%; + left: auto; + margin-top: 0; + margin-right: 0.125rem; +} +.dropstart .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; +} +.dropstart .dropdown-toggle::after { + display: none; +} +.dropstart .dropdown-toggle::before { + display: inline-block; + margin-right: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid transparent; + border-right: 0.3em solid; + border-bottom: 0.3em solid transparent; +} +.dropstart .dropdown-toggle:empty::after { + margin-left: 0; +} +.dropstart .dropdown-toggle::before { + vertical-align: 0; +} + +.dropdown-divider { + height: 0; + margin: 0.5rem 0; + overflow: hidden; + border-top: 1px solid rgba(0, 0, 0, 0.15); +} + +.dropdown-item { + display: block; + width: 100%; + padding: 0.25rem 1rem; + clear: both; + font-weight: 400; + color: #212529; + text-align: inherit; + text-decoration: none; + white-space: nowrap; + background-color: transparent; + border: 0; +} +.dropdown-item:hover, .dropdown-item:focus { + color: #1e2125; + background-color: #e9ecef; +} +.dropdown-item.active, .dropdown-item:active { + color: #fff; + text-decoration: none; + background-color: #0d6efd; +} +.dropdown-item.disabled, .dropdown-item:disabled { + color: #adb5bd; + pointer-events: none; + background-color: transparent; +} + +.dropdown-menu.show { + display: block; +} + +.dropdown-header { + display: block; + padding: 0.5rem 1rem; + margin-bottom: 0; + font-size: 0.875rem; + color: #6c757d; + white-space: nowrap; +} + +.dropdown-item-text { + display: block; + padding: 0.25rem 1rem; + color: #212529; +} + +.dropdown-menu-dark { + color: #dee2e6; + background-color: #343a40; + border-color: rgba(0, 0, 0, 0.15); +} +.dropdown-menu-dark .dropdown-item { + color: #dee2e6; +} +.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus { + color: #fff; + background-color: rgba(255, 255, 255, 0.15); +} +.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active { + color: #fff; + background-color: #0d6efd; +} +.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled { + color: #adb5bd; +} +.dropdown-menu-dark .dropdown-divider { + border-color: rgba(0, 0, 0, 0.15); +} +.dropdown-menu-dark .dropdown-item-text { + color: #dee2e6; +} +.dropdown-menu-dark .dropdown-header { + color: #adb5bd; +} + +.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-check:checked + .btn, +.btn-group > .btn-check:focus + .btn, +.btn-group > .btn:hover, +.btn-group > .btn:focus, +.btn-group > .btn:active, +.btn-group > .btn.active, +.btn-group-vertical > .btn-check:checked + .btn, +.btn-group-vertical > .btn-check:focus + .btn, +.btn-group-vertical > .btn:hover, +.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:nth-child(n+3), +.btn-group > :not(.btn-check) + .btn, +.btn-group > .btn-group:not(:first-child) > .btn { + 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, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after { + margin-left: 0; +} +.dropstart .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 ~ .btn, +.btn-group-vertical > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.nav { + display: flex; + flex-wrap: wrap; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} + +.nav-link { + display: block; + padding: 0.5rem 1rem; + color: #0d6efd; + text-decoration: none; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .nav-link { + transition: none; + } +} +.nav-link:hover, .nav-link:focus { + color: #0a58ca; +} +.nav-link.disabled { + color: #6c757d; + pointer-events: none; + cursor: default; +} + +.nav-tabs { + border-bottom: 1px solid #dee2e6; +} +.nav-tabs .nav-link { + margin-bottom: -1px; + background: none; + 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: #e9ecef #e9ecef #dee2e6; + isolation: isolate; +} +.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: #495057; + background-color: #fff; + border-color: #dee2e6 #dee2e6 #fff; +} +.nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.nav-pills .nav-link { + background: none; + border: 0; + border-radius: 0.25rem; +} +.nav-pills .nav-link.active, +.nav-pills .show > .nav-link { + color: #fff; + background-color: #0d6efd; +} + +.nav-fill > .nav-link, +.nav-fill .nav-item { + flex: 1 1 auto; + text-align: center; +} + +.nav-justified > .nav-link, +.nav-justified .nav-item { + flex-basis: 0; + flex-grow: 1; + text-align: center; +} + +.nav-fill .nav-item .nav-link, +.nav-justified .nav-item .nav-link { + width: 100%; +} + +.tab-content > .tab-pane { + display: none; +} +.tab-content > .active { + display: block; +} + +.navbar { + position: relative; + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +.navbar > .container, +.navbar > .container-fluid, +.navbar > .container-sm, +.navbar > .container-md, +.navbar > .container-lg, +.navbar > .container-xl, +.navbar > .container-xxl { + display: flex; + flex-wrap: inherit; + align-items: center; + justify-content: space-between; +} +.navbar-brand { + padding-top: 0.3125rem; + padding-bottom: 0.3125rem; + margin-right: 1rem; + font-size: 1.25rem; + text-decoration: none; + white-space: nowrap; +} +.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; +} + +.navbar-text { + 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: 0.25rem; + transition: box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .navbar-toggler { + transition: none; + } +} +.navbar-toggler:hover { + text-decoration: none; +} +.navbar-toggler:focus { + text-decoration: none; + outline: 0; + box-shadow: 0 0 0 0.25rem; +} + +.navbar-toggler-icon { + display: inline-block; + width: 1.5em; + height: 1.5em; + vertical-align: middle; + background-repeat: no-repeat; + background-position: center; + background-size: 100%; +} + +.navbar-nav-scroll { + max-height: var(--bs-scroll-height, 75vh); + overflow-y: auto; +} + +@media (min-width: 576px) { + .navbar-expand-sm { + flex-wrap: nowrap; + justify-content: flex-start; + } + .navbar-expand-sm .navbar-nav { + flex-direction: row; + } + .navbar-expand-sm .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-sm .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-sm .navbar-nav-scroll { + overflow: visible; + } + .navbar-expand-sm .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-sm .navbar-toggler { + display: none; + } +} +@media (min-width: 768px) { + .navbar-expand-md { + flex-wrap: nowrap; + justify-content: flex-start; + } + .navbar-expand-md .navbar-nav { + flex-direction: row; + } + .navbar-expand-md .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-md .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-md .navbar-nav-scroll { + overflow: visible; + } + .navbar-expand-md .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-md .navbar-toggler { + display: none; + } +} +@media (min-width: 992px) { + .navbar-expand-lg { + flex-wrap: nowrap; + justify-content: flex-start; + } + .navbar-expand-lg .navbar-nav { + flex-direction: row; + } + .navbar-expand-lg .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-lg .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-lg .navbar-nav-scroll { + overflow: visible; + } + .navbar-expand-lg .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-lg .navbar-toggler { + display: none; + } +} +@media (min-width: 1200px) { + .navbar-expand-xl { + flex-wrap: nowrap; + justify-content: flex-start; + } + .navbar-expand-xl .navbar-nav { + flex-direction: row; + } + .navbar-expand-xl .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-xl .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-xl .navbar-nav-scroll { + overflow: visible; + } + .navbar-expand-xl .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-xl .navbar-toggler { + display: none; + } +} +@media (min-width: 1400px) { + .navbar-expand-xxl { + flex-wrap: nowrap; + justify-content: flex-start; + } + .navbar-expand-xxl .navbar-nav { + flex-direction: row; + } + .navbar-expand-xxl .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-xxl .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-xxl .navbar-nav-scroll { + overflow: visible; + } + .navbar-expand-xxl .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-xxl .navbar-toggler { + display: none; + } +} +.navbar-expand { + flex-wrap: nowrap; + justify-content: flex-start; +} +.navbar-expand .navbar-nav { + flex-direction: row; +} +.navbar-expand .navbar-nav .dropdown-menu { + position: absolute; +} +.navbar-expand .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; +} +.navbar-expand .navbar-nav-scroll { + overflow: visible; +} +.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.55); +} +.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 .nav-link.active { + color: rgba(0, 0, 0, 0.9); +} +.navbar-light .navbar-toggler { + color: rgba(0, 0, 0, 0.55); + border-color: rgba(0, 0, 0, 0.1); +} +.navbar-light .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +} +.navbar-light .navbar-text { + color: rgba(0, 0, 0, 0.55); +} +.navbar-light .navbar-text a, +.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.55); +} +.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 .nav-link.active { + color: #fff; +} +.navbar-dark .navbar-toggler { + color: rgba(255, 255, 255, 0.55); + border-color: rgba(255, 255, 255, 0.1); +} +.navbar-dark .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +} +.navbar-dark .navbar-text { + color: rgba(255, 255, 255, 0.55); +} +.navbar-dark .navbar-text a, +.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 { + border-top: inherit; + border-bottom: inherit; +} +.card > .list-group:first-child { + border-top-width: 0; + border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); +} +.card > .list-group:last-child { + border-bottom-width: 0; + border-bottom-right-radius: calc(0.25rem - 1px); + border-bottom-left-radius: calc(0.25rem - 1px); +} +.card > .card-header + .list-group, +.card > .list-group + .card-footer { + border-top: 0; +} + +.card-body { + flex: 1 1 auto; + padding: 1rem 1rem; +} + +.card-title { + margin-bottom: 0.5rem; +} + +.card-subtitle { + margin-top: -0.25rem; + margin-bottom: 0; +} + +.card-text:last-child { + margin-bottom: 0; +} + +.card-link:hover { + text-decoration: none; +} +.card-link + .card-link { + margin-left: 1rem; +} + +.card-header { + padding: 0.5rem 1rem; + margin-bottom: 0; + background-color: rgba(0, 0, 0, 0.03); + border-bottom: 1px solid rgba(0, 0, 0, 0.125); +} +.card-header:first-child { + border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; +} + +.card-footer { + padding: 0.5rem 1rem; + 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.5rem; + margin-bottom: -0.5rem; + margin-left: -0.5rem; + border-bottom: 0; +} + +.card-header-pills { + margin-right: -0.5rem; + margin-left: -0.5rem; +} + +.card-img-overlay { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + padding: 1rem; + border-radius: calc(0.25rem - 1px); +} + +.card-img, +.card-img-top, +.card-img-bottom { + width: 100%; +} + +.card-img, +.card-img-top { + border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); +} + +.card-img, +.card-img-bottom { + border-bottom-right-radius: calc(0.25rem - 1px); + border-bottom-left-radius: calc(0.25rem - 1px); +} + +.card-group > .card { + margin-bottom: 0.75rem; +} +@media (min-width: 576px) { + .card-group { + display: flex; + flex-flow: row wrap; + } + .card-group > .card { + flex: 1 0 0%; + margin-bottom: 0; + } + .card-group > .card + .card { + margin-left: 0; + border-left: 0; + } + .card-group > .card:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } + .card-group > .card:not(:last-child) .card-img-top, +.card-group > .card:not(:last-child) .card-header { + border-top-right-radius: 0; + } + .card-group > .card:not(:last-child) .card-img-bottom, +.card-group > .card:not(:last-child) .card-footer { + border-bottom-right-radius: 0; + } + .card-group > .card:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + .card-group > .card:not(:first-child) .card-img-top, +.card-group > .card:not(:first-child) .card-header { + border-top-left-radius: 0; + } + .card-group > .card:not(:first-child) .card-img-bottom, +.card-group > .card:not(:first-child) .card-footer { + border-bottom-left-radius: 0; + } +} + +.accordion-button { + position: relative; + display: flex; + align-items: center; + width: 100%; + padding: 1rem 1.25rem; + font-size: 1rem; + color: #212529; + text-align: left; + background-color: #fff; + border: 0; + border-radius: 0; + overflow-anchor: none; + 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, border-radius 0.15s ease; +} +@media (prefers-reduced-motion: reduce) { + .accordion-button { + transition: none; + } +} +.accordion-button:not(.collapsed) { + color: #0c63e4; + background-color: #e7f1ff; + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); +} +.accordion-button:not(.collapsed)::after { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); + transform: rotate(-180deg); +} +.accordion-button::after { + flex-shrink: 0; + width: 1.25rem; + height: 1.25rem; + margin-left: auto; + content: ""; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-size: 1.25rem; + transition: transform 0.2s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .accordion-button::after { + transition: none; + } +} +.accordion-button:hover { + z-index: 2; +} +.accordion-button:focus { + z-index: 3; + border-color: #86b7fe; + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} + +.accordion-header { + margin-bottom: 0; +} + +.accordion-item { + background-color: #fff; + border: 1px solid rgba(0, 0, 0, 0.125); +} +.accordion-item:first-of-type { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} +.accordion-item:first-of-type .accordion-button { + border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); +} +.accordion-item:not(:first-of-type) { + border-top: 0; +} +.accordion-item:last-of-type { + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} +.accordion-item:last-of-type .accordion-button.collapsed { + border-bottom-right-radius: calc(0.25rem - 1px); + border-bottom-left-radius: calc(0.25rem - 1px); +} +.accordion-item:last-of-type .accordion-collapse { + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} + +.accordion-body { + padding: 1rem 1.25rem; +} + +.accordion-flush .accordion-collapse { + border-width: 0; +} +.accordion-flush .accordion-item { + border-right: 0; + border-left: 0; + border-radius: 0; +} +.accordion-flush .accordion-item:first-child { + border-top: 0; +} +.accordion-flush .accordion-item:last-child { + border-bottom: 0; +} +.accordion-flush .accordion-item .accordion-button { + border-radius: 0; +} + +.breadcrumb { + display: flex; + flex-wrap: wrap; + padding: 0 0; + margin-bottom: 1rem; + list-style: none; +} + +.breadcrumb-item + .breadcrumb-item { + padding-left: 0.5rem; +} +.breadcrumb-item + .breadcrumb-item::before { + float: left; + padding-right: 0.5rem; + color: #6c757d; + content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; +} +.breadcrumb-item.active { + color: #6c757d; +} + +.pagination { + display: flex; + padding-left: 0; + list-style: none; +} + +.page-link { + position: relative; + display: block; + color: #0d6efd; + text-decoration: none; + background-color: #fff; + border: 1px solid #dee2e6; + 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) { + .page-link { + transition: none; + } +} +.page-link:hover { + z-index: 2; + color: #0a58ca; + background-color: #e9ecef; + border-color: #dee2e6; +} +.page-link:focus { + z-index: 3; + color: #0a58ca; + background-color: #e9ecef; + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} + +.page-item:not(:first-child) .page-link { + margin-left: -1px; +} +.page-item.active .page-link { + z-index: 3; + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; +} +.page-item.disabled .page-link { + color: #6c757d; + pointer-events: none; + background-color: #fff; + border-color: #dee2e6; +} + +.page-link { + padding: 0.375rem 0.75rem; +} + +.page-item:first-child .page-link { + 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; +} + +.pagination-lg .page-link { + padding: 0.75rem 1.5rem; + font-size: 1.25rem; +} +.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.875rem; +} +.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.35em 0.65em; + font-size: 0.75em; + font-weight: 700; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: 0.25rem; +} +.badge:empty { + display: none; +} + +.btn .badge { + position: relative; + top: -1px; +} + +.alert { + position: relative; + padding: 1rem 1rem; + margin-bottom: 1rem; + border: 1px solid transparent; + border-radius: 0.25rem; +} + +.alert-heading { + color: inherit; +} + +.alert-link { + font-weight: 700; +} + +.alert-dismissible { + padding-right: 3rem; +} +.alert-dismissible .btn-close { + position: absolute; + top: 0; + right: 0; + z-index: 2; + padding: 1.25rem 1rem; +} + +.alert-primary { + color: #084298; + background-color: #cfe2ff; + border-color: #b6d4fe; +} +.alert-primary .alert-link { + color: #06357a; +} + +.alert-secondary { + color: #41464b; + background-color: #e2e3e5; + border-color: #d3d6d8; +} +.alert-secondary .alert-link { + color: #34383c; +} + +.alert-success { + color: #0f5132; + background-color: #d1e7dd; + border-color: #badbcc; +} +.alert-success .alert-link { + color: #0c4128; +} + +.alert-info { + color: #055160; + background-color: #cff4fc; + border-color: #b6effb; +} +.alert-info .alert-link { + color: #04414d; +} + +.alert-warning { + color: #664d03; + background-color: #fff3cd; + border-color: #ffecb5; +} +.alert-warning .alert-link { + color: #523e02; +} + +.alert-danger { + color: #842029; + background-color: #f8d7da; + border-color: #f5c2c7; +} +.alert-danger .alert-link { + color: #6a1a21; +} + +.alert-light { + color: #636464; + background-color: #fefefe; + border-color: #fdfdfe; +} +.alert-light .alert-link { + color: #4f5050; +} + +.alert-dark { + color: #141619; + background-color: #d3d3d4; + border-color: #bcbebf; +} +.alert-dark .alert-link { + color: #101214; +} + +@-webkit-keyframes progress-bar-stripes { + 0% { + background-position-x: 1rem; + } +} + +@keyframes progress-bar-stripes { + 0% { + background-position-x: 1rem; + } +} +.progress { + display: flex; + height: 1rem; + overflow: hidden; + font-size: 0.75rem; + background-color: #e9ecef; + border-radius: 0.25rem; +} + +.progress-bar { + display: flex; + flex-direction: column; + justify-content: center; + overflow: hidden; + color: #fff; + text-align: center; + white-space: nowrap; + background-color: #0d6efd; + transition: width 0.6s ease; +} +@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 { + -webkit-animation: 1s linear infinite progress-bar-stripes; + animation: 1s linear infinite progress-bar-stripes; +} +@media (prefers-reduced-motion: reduce) { + .progress-bar-animated { + -webkit-animation: none; + animation: none; + } +} + +.list-group { + display: flex; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; + border-radius: 0.25rem; +} + +.list-group-numbered { + list-style-type: none; + counter-reset: section; +} +.list-group-numbered > li::before { + content: counters(section, ".") ". "; + counter-increment: section; +} + +.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: #212529; + background-color: #e9ecef; +} + +.list-group-item { + position: relative; + display: block; + padding: 0.5rem 1rem; + color: #212529; + text-decoration: none; + background-color: #fff; + border: 1px solid rgba(0, 0, 0, 0.125); +} +.list-group-item:first-child { + border-top-left-radius: inherit; + border-top-right-radius: inherit; +} +.list-group-item:last-child { + border-bottom-right-radius: inherit; + border-bottom-left-radius: inherit; +} +.list-group-item.disabled, .list-group-item:disabled { + color: #6c757d; + pointer-events: none; + background-color: #fff; +} +.list-group-item.active { + z-index: 2; + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; +} +.list-group-item + .list-group-item { + border-top-width: 0; +} +.list-group-item + .list-group-item.active { + margin-top: -1px; + border-top-width: 1px; +} + +.list-group-horizontal { + flex-direction: row; +} +.list-group-horizontal > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; +} +.list-group-horizontal > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; +} +.list-group-horizontal > .list-group-item.active { + margin-top: 0; +} +.list-group-horizontal > .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; +} +.list-group-horizontal > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; +} + +@media (min-width: 576px) { + .list-group-horizontal-sm { + flex-direction: row; + } + .list-group-horizontal-sm > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-sm > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } + .list-group-horizontal-sm > .list-group-item.active { + margin-top: 0; + } + .list-group-horizontal-sm > .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; + } + .list-group-horizontal-sm > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } +} +@media (min-width: 768px) { + .list-group-horizontal-md { + flex-direction: row; + } + .list-group-horizontal-md > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-md > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } + .list-group-horizontal-md > .list-group-item.active { + margin-top: 0; + } + .list-group-horizontal-md > .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; + } + .list-group-horizontal-md > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } +} +@media (min-width: 992px) { + .list-group-horizontal-lg { + flex-direction: row; + } + .list-group-horizontal-lg > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-lg > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } + .list-group-horizontal-lg > .list-group-item.active { + margin-top: 0; + } + .list-group-horizontal-lg > .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; + } + .list-group-horizontal-lg > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } +} +@media (min-width: 1200px) { + .list-group-horizontal-xl { + flex-direction: row; + } + .list-group-horizontal-xl > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-xl > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } + .list-group-horizontal-xl > .list-group-item.active { + margin-top: 0; + } + .list-group-horizontal-xl > .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; + } + .list-group-horizontal-xl > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } +} +@media (min-width: 1400px) { + .list-group-horizontal-xxl { + flex-direction: row; + } + .list-group-horizontal-xxl > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .list-group-horizontal-xxl > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } + .list-group-horizontal-xxl > .list-group-item.active { + margin-top: 0; + } + .list-group-horizontal-xxl > .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; + } + .list-group-horizontal-xxl > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } +} +.list-group-flush { + border-radius: 0; +} +.list-group-flush > .list-group-item { + border-width: 0 0 1px; +} +.list-group-flush > .list-group-item:last-child { + border-bottom-width: 0; +} + +.list-group-item-primary { + color: #084298; + background-color: #cfe2ff; +} +.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { + color: #084298; + background-color: #bacbe6; +} +.list-group-item-primary.list-group-item-action.active { + color: #fff; + background-color: #084298; + border-color: #084298; +} + +.list-group-item-secondary { + color: #41464b; + background-color: #e2e3e5; +} +.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { + color: #41464b; + background-color: #cbccce; +} +.list-group-item-secondary.list-group-item-action.active { + color: #fff; + background-color: #41464b; + border-color: #41464b; +} + +.list-group-item-success { + color: #0f5132; + background-color: #d1e7dd; +} +.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { + color: #0f5132; + background-color: #bcd0c7; +} +.list-group-item-success.list-group-item-action.active { + color: #fff; + background-color: #0f5132; + border-color: #0f5132; +} + +.list-group-item-info { + color: #055160; + background-color: #cff4fc; +} +.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { + color: #055160; + background-color: #badce3; +} +.list-group-item-info.list-group-item-action.active { + color: #fff; + background-color: #055160; + border-color: #055160; +} + +.list-group-item-warning { + color: #664d03; + background-color: #fff3cd; +} +.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { + color: #664d03; + background-color: #e6dbb9; +} +.list-group-item-warning.list-group-item-action.active { + color: #fff; + background-color: #664d03; + border-color: #664d03; +} + +.list-group-item-danger { + color: #842029; + background-color: #f8d7da; +} +.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { + color: #842029; + background-color: #dfc2c4; +} +.list-group-item-danger.list-group-item-action.active { + color: #fff; + background-color: #842029; + border-color: #842029; +} + +.list-group-item-light { + color: #636464; + background-color: #fefefe; +} +.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { + color: #636464; + background-color: #e5e5e5; +} +.list-group-item-light.list-group-item-action.active { + color: #fff; + background-color: #636464; + border-color: #636464; +} + +.list-group-item-dark { + color: #141619; + background-color: #d3d3d4; +} +.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { + color: #141619; + background-color: #bebebf; +} +.list-group-item-dark.list-group-item-action.active { + color: #fff; + background-color: #141619; + border-color: #141619; +} + +.btn-close { + box-sizing: content-box; + width: 1em; + height: 1em; + padding: 0.25em 0.25em; + color: #000; + background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; + border: 0; + border-radius: 0.25rem; + opacity: 0.5; +} +.btn-close:hover { + color: #000; + text-decoration: none; + opacity: 0.75; +} +.btn-close:focus { + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); + opacity: 1; +} +.btn-close:disabled, .btn-close.disabled { + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + opacity: 0.25; +} + +.btn-close-white { + filter: invert(1) grayscale(100%) brightness(200%); +} + +.toast { + width: 350px; + max-width: 100%; + font-size: 0.875rem; + pointer-events: auto; + background-color: rgba(255, 255, 255, 0.85); + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.1); + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); + border-radius: 0.25rem; +} +.toast:not(.showing):not(.show) { + opacity: 0; +} +.toast.hide { + display: none; +} + +.toast-container { + width: -webkit-max-content; + width: -moz-max-content; + width: max-content; + max-width: 100%; + pointer-events: none; +} +.toast-container > :not(:last-child) { + margin-bottom: 0.75rem; +} + +.toast-header { + display: flex; + align-items: center; + padding: 0.5rem 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); + border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); +} +.toast-header .btn-close { + margin-right: -0.375rem; + margin-left: 0.75rem; +} + +.toast-body { + padding: 0.75rem; + word-wrap: break-word; +} + +.modal { + position: fixed; + top: 0; + left: 0; + z-index: 1060; + display: none; + width: 100%; + height: 100%; + overflow-x: hidden; + overflow-y: auto; + 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.modal-static .modal-dialog { + transform: scale(1.02); +} + +.modal-dialog-scrollable { + height: calc(100% - 1rem); +} +.modal-dialog-scrollable .modal-content { + max-height: 100%; + overflow: hidden; +} +.modal-dialog-scrollable .modal-body { + overflow-y: auto; +} + +.modal-dialog-centered { + display: flex; + align-items: center; + min-height: calc(100% - 1rem); +} + +.modal-content { + position: relative; + display: flex; + flex-direction: column; + width: 100%; + pointer-events: auto; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 0.3rem; + outline: 0; +} + +.modal-backdrop { + position: fixed; + top: 0; + left: 0; + z-index: 1040; + width: 100vw; + height: 100vh; + background-color: #000; +} +.modal-backdrop.fade { + opacity: 0; +} +.modal-backdrop.show { + opacity: 0.5; +} + +.modal-header { + display: flex; + flex-shrink: 0; + align-items: center; + justify-content: space-between; + padding: 1rem 1rem; + border-bottom: 1px solid #dee2e6; + border-top-left-radius: calc(0.3rem - 1px); + border-top-right-radius: calc(0.3rem - 1px); +} +.modal-header .btn-close { + padding: 0.5rem 0.5rem; + margin: -0.5rem -0.5rem -0.5rem auto; +} + +.modal-title { + margin-bottom: 0; + line-height: 1.5; +} + +.modal-body { + position: relative; + flex: 1 1 auto; + padding: 1rem; +} + +.modal-footer { + display: flex; + flex-wrap: wrap; + flex-shrink: 0; + align-items: center; + justify-content: flex-end; + padding: 0.75rem; + border-top: 1px solid #dee2e6; + border-bottom-right-radius: calc(0.3rem - 1px); + border-bottom-left-radius: calc(0.3rem - 1px); +} +.modal-footer > * { + margin: 0.25rem; +} + +@media (min-width: 576px) { + .modal-dialog { + max-width: 500px; + margin: 1.75rem auto; + } + + .modal-dialog-scrollable { + height: calc(100% - 3.5rem); + } + + .modal-dialog-centered { + min-height: calc(100% - 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; + } +} +.modal-fullscreen { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; +} +.modal-fullscreen .modal-content { + height: 100%; + border: 0; + border-radius: 0; +} +.modal-fullscreen .modal-header { + border-radius: 0; +} +.modal-fullscreen .modal-body { + overflow-y: auto; +} +.modal-fullscreen .modal-footer { + border-radius: 0; +} + +@media (max-width: 575.98px) { + .modal-fullscreen-sm-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-sm-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-sm-down .modal-header { + border-radius: 0; + } + .modal-fullscreen-sm-down .modal-body { + overflow-y: auto; + } + .modal-fullscreen-sm-down .modal-footer { + border-radius: 0; + } +} +@media (max-width: 767.98px) { + .modal-fullscreen-md-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-md-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-md-down .modal-header { + border-radius: 0; + } + .modal-fullscreen-md-down .modal-body { + overflow-y: auto; + } + .modal-fullscreen-md-down .modal-footer { + border-radius: 0; + } +} +@media (max-width: 991.98px) { + .modal-fullscreen-lg-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-lg-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-lg-down .modal-header { + border-radius: 0; + } + .modal-fullscreen-lg-down .modal-body { + overflow-y: auto; + } + .modal-fullscreen-lg-down .modal-footer { + border-radius: 0; + } +} +@media (max-width: 1199.98px) { + .modal-fullscreen-xl-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-xl-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-xl-down .modal-header { + border-radius: 0; + } + .modal-fullscreen-xl-down .modal-body { + overflow-y: auto; + } + .modal-fullscreen-xl-down .modal-footer { + border-radius: 0; + } +} +@media (max-width: 1399.98px) { + .modal-fullscreen-xxl-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-xxl-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-xxl-down .modal-header { + border-radius: 0; + } + .modal-fullscreen-xxl-down .modal-body { + overflow-y: auto; + } + .modal-fullscreen-xxl-down .modal-footer { + border-radius: 0; + } +} +.tooltip { + position: absolute; + z-index: 1080; + display: block; + margin: 0; + font-family: var(--bs-font-sans-serif); + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.875rem; + word-wrap: break-word; + opacity: 0; +} +.tooltip.show { + opacity: 0.9; +} +.tooltip .tooltip-arrow { + position: absolute; + display: block; + width: 0.8rem; + height: 0.4rem; +} +.tooltip .tooltip-arrow::before { + position: absolute; + content: ""; + border-color: transparent; + border-style: solid; +} + +.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] { + padding: 0.4rem 0; +} +.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow { + bottom: 0; +} +.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before { + top: -1px; + border-width: 0.4rem 0.4rem 0; + border-top-color: #000; +} + +.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] { + padding: 0 0.4rem; +} +.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow { + left: 0; + width: 0.4rem; + height: 0.8rem; +} +.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before { + right: -1px; + border-width: 0.4rem 0.4rem 0.4rem 0; + border-right-color: #000; +} + +.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] { + padding: 0.4rem 0; +} +.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow { + top: 0; +} +.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before { + bottom: -1px; + border-width: 0 0.4rem 0.4rem; + border-bottom-color: #000; +} + +.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] { + padding: 0 0.4rem; +} +.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow { + right: 0; + width: 0.4rem; + height: 0.8rem; +} +.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before { + left: -1px; + border-width: 0.4rem 0 0.4rem 0.4rem; + border-left-color: #000; +} + +.tooltip-inner { + max-width: 200px; + padding: 0.25rem 0.5rem; + color: #fff; + text-align: center; + background-color: #000; + border-radius: 0.25rem; +} + +.popover { + position: absolute; + top: 0; + left: 0 /* rtl:ignore */; + z-index: 1070; + display: block; + max-width: 276px; + font-family: var(--bs-font-sans-serif); + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.875rem; + word-wrap: break-word; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 0.3rem; +} +.popover .popover-arrow { + position: absolute; + display: block; + width: 1rem; + height: 0.5rem; +} +.popover .popover-arrow::before, .popover .popover-arrow::after { + position: absolute; + display: block; + content: ""; + border-color: transparent; + border-style: solid; +} + +.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow { + bottom: calc(-0.5rem - 1px); +} +.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before { + bottom: 0; + border-width: 0.5rem 0.5rem 0; + border-top-color: rgba(0, 0, 0, 0.25); +} +.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after { + bottom: 1px; + border-width: 0.5rem 0.5rem 0; + border-top-color: #fff; +} + +.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow { + left: calc(-0.5rem - 1px); + width: 0.5rem; + height: 1rem; +} +.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before { + left: 0; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: rgba(0, 0, 0, 0.25); +} +.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after { + left: 1px; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: #fff; +} + +.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow { + top: calc(-0.5rem - 1px); +} +.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before { + top: 0; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: rgba(0, 0, 0, 0.25); +} +.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after { + top: 1px; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: #fff; +} +.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before { + position: absolute; + top: 0; + left: 50%; + display: block; + width: 1rem; + margin-left: -0.5rem; + content: ""; + border-bottom: 1px solid #f0f0f0; +} + +.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow { + right: calc(-0.5rem - 1px); + width: 0.5rem; + height: 1rem; +} +.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before { + right: 0; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: rgba(0, 0, 0, 0.25); +} +.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after { + right: 1px; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: #fff; +} + +.popover-header { + padding: 0.5rem 1rem; + margin-bottom: 0; + font-size: 1rem; + background-color: #f0f0f0; + border-bottom: 1px solid rgba(0, 0, 0, 0.2); + border-top-left-radius: calc(0.3rem - 1px); + border-top-right-radius: calc(0.3rem - 1px); +} +.popover-header:empty { + display: none; +} + +.popover-body { + padding: 1rem 1rem; + color: #212529; +} + +.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%; + -webkit-backface-visibility: hidden; + 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; +} + +/* rtl:begin:ignore */ +.carousel-item-next:not(.carousel-item-start), +.active.carousel-item-end { + transform: translateX(100%); +} + +.carousel-item-prev:not(.carousel-item-end), +.active.carousel-item-start { + transform: translateX(-100%); +} + +/* rtl:end:ignore */ +.carousel-fade .carousel-item { + opacity: 0; + transition-property: opacity; + transform: none; +} +.carousel-fade .carousel-item.active, +.carousel-fade .carousel-item-next.carousel-item-start, +.carousel-fade .carousel-item-prev.carousel-item-end { + z-index: 1; + opacity: 1; +} +.carousel-fade .active.carousel-item-start, +.carousel-fade .active.carousel-item-end { + z-index: 0; + opacity: 0; + transition: opacity 0s 0.6s; +} +@media (prefers-reduced-motion: reduce) { + .carousel-fade .active.carousel-item-start, +.carousel-fade .active.carousel-item-end { + 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%; + padding: 0; + color: #fff; + text-align: center; + background: none; + border: 0; + 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: 2rem; + height: 2rem; + background-repeat: no-repeat; + background-position: 50%; + background-size: 100% 100%; +} + +/* rtl:options: { + "autoRename": true, + "stringMap":[ { + "name" : "prev-next", + "search" : "prev", + "replace" : "next" + } ] +} */ +.carousel-control-prev-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); +} + +.carousel-control-next-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); +} + +.carousel-indicators { + position: absolute; + right: 0; + bottom: 0; + left: 0; + z-index: 2; + display: flex; + justify-content: center; + padding: 0; + margin-right: 15%; + margin-bottom: 1rem; + margin-left: 15%; + list-style: none; +} +.carousel-indicators [data-bs-target] { + box-sizing: content-box; + flex: 0 1 auto; + width: 30px; + height: 3px; + padding: 0; + margin-right: 3px; + margin-left: 3px; + text-indent: -999px; + cursor: pointer; + background-color: #fff; + background-clip: padding-box; + border: 0; + 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 [data-bs-target] { + transition: none; + } +} +.carousel-indicators .active { + opacity: 1; +} + +.carousel-caption { + position: absolute; + right: 15%; + bottom: 1.25rem; + left: 15%; + padding-top: 1.25rem; + padding-bottom: 1.25rem; + color: #fff; + text-align: center; +} + +.carousel-dark .carousel-control-prev-icon, +.carousel-dark .carousel-control-next-icon { + filter: invert(1) grayscale(100); +} +.carousel-dark .carousel-indicators [data-bs-target] { + background-color: #000; +} +.carousel-dark .carousel-caption { + color: #000; +} + +@-webkit-keyframes spinner-border { + to { + transform: rotate(360deg) /* rtl:ignore */; + } +} + +@keyframes spinner-border { + to { + transform: rotate(360deg) /* rtl:ignore */; + } +} +.spinner-border { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: -0.125em; + border: 0.25em solid currentColor; + border-right-color: transparent; + border-radius: 50%; + -webkit-animation: 0.75s linear infinite spinner-border; + animation: 0.75s linear infinite spinner-border; +} + +.spinner-border-sm { + width: 1rem; + height: 1rem; + border-width: 0.2em; +} + +@-webkit-keyframes spinner-grow { + 0% { + transform: scale(0); + } + 50% { + opacity: 1; + transform: none; + } +} + +@keyframes spinner-grow { + 0% { + transform: scale(0); + } + 50% { + opacity: 1; + transform: none; + } +} +.spinner-grow { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: -0.125em; + background-color: currentColor; + border-radius: 50%; + opacity: 0; + -webkit-animation: 0.75s linear infinite spinner-grow; + animation: 0.75s linear infinite spinner-grow; +} + +.spinner-grow-sm { + width: 1rem; + height: 1rem; +} + +@media (prefers-reduced-motion: reduce) { + .spinner-border, +.spinner-grow { + -webkit-animation-duration: 1.5s; + animation-duration: 1.5s; + } +} +.offcanvas { + position: fixed; + bottom: 0; + z-index: 1050; + display: flex; + flex-direction: column; + max-width: 100%; + visibility: hidden; + background-color: #fff; + background-clip: padding-box; + outline: 0; + transition: transform 0.3s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .offcanvas { + transition: none; + } +} + +.offcanvas-header { + display: flex; + align-items: center; + justify-content: space-between; + padding: 1rem 1rem; +} +.offcanvas-header .btn-close { + padding: 0.5rem 0.5rem; + margin-top: -0.5rem; + margin-right: -0.5rem; + margin-bottom: -0.5rem; +} + +.offcanvas-title { + margin-bottom: 0; + line-height: 1.5; +} + +.offcanvas-body { + flex-grow: 1; + padding: 1rem 1rem; + overflow-y: auto; +} + +.offcanvas-start { + top: 0; + left: 0; + width: 400px; + border-right: 1px solid rgba(0, 0, 0, 0.2); + transform: translateX(-100%); +} + +.offcanvas-end { + top: 0; + right: 0; + width: 400px; + border-left: 1px solid rgba(0, 0, 0, 0.2); + transform: translateX(100%); +} + +.offcanvas-top { + top: 0; + right: 0; + left: 0; + height: 30vh; + max-height: 100%; + border-bottom: 1px solid rgba(0, 0, 0, 0.2); + transform: translateY(-100%); +} + +.offcanvas-bottom { + right: 0; + left: 0; + height: 30vh; + max-height: 100%; + border-top: 1px solid rgba(0, 0, 0, 0.2); + transform: translateY(100%); +} + +.offcanvas.show { + transform: none; +} + +.clearfix::after { + display: block; + clear: both; + content: ""; +} + +.link-primary { + color: #0d6efd; +} +.link-primary:hover, .link-primary:focus { + color: #0a58ca; +} + +.link-secondary { + color: #6c757d; +} +.link-secondary:hover, .link-secondary:focus { + color: #565e64; +} + +.link-success { + color: #198754; +} +.link-success:hover, .link-success:focus { + color: #146c43; +} + +.link-info { + color: #0dcaf0; +} +.link-info:hover, .link-info:focus { + color: #3dd5f3; +} + +.link-warning { + color: #ffc107; +} +.link-warning:hover, .link-warning:focus { + color: #ffcd39; +} + +.link-danger { + color: #dc3545; +} +.link-danger:hover, .link-danger:focus { + color: #b02a37; +} + +.link-light { + color: #f8f9fa; +} +.link-light:hover, .link-light:focus { + color: #f9fafb; +} + +.link-dark { + color: #212529; +} +.link-dark:hover, .link-dark:focus { + color: #1a1e21; +} + +.ratio { + position: relative; + width: 100%; +} +.ratio::before { + display: block; + padding-top: var(--bs-aspect-ratio); + content: ""; +} +.ratio > * { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + +.ratio-1x1 { + --bs-aspect-ratio: 100%; +} + +.ratio-4x3 { + --bs-aspect-ratio: calc(3 / 4 * 100%); +} + +.ratio-16x9 { + --bs-aspect-ratio: calc(9 / 16 * 100%); +} + +.ratio-21x9 { + --bs-aspect-ratio: calc(9 / 21 * 100%); +} + +.fixed-top { + position: fixed; + top: 0; + right: 0; + left: 0; + z-index: 1030; +} + +.fixed-bottom { + position: fixed; + right: 0; + bottom: 0; + left: 0; + z-index: 1030; +} + +.sticky-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; +} + +@media (min-width: 576px) { + .sticky-sm-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; + } +} +@media (min-width: 768px) { + .sticky-md-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; + } +} +@media (min-width: 992px) { + .sticky-lg-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; + } +} +@media (min-width: 1200px) { + .sticky-xl-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; + } +} +@media (min-width: 1400px) { + .sticky-xxl-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; + } +} +.visually-hidden, +.visually-hidden-focusable:not(:focus):not(:focus-within) { + position: absolute !important; + width: 1px !important; + height: 1px !important; + padding: 0 !important; + margin: -1px !important; + overflow: hidden !important; + clip: rect(0, 0, 0, 0) !important; + white-space: nowrap !important; + border: 0 !important; +} + +.stretched-link::after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1; + content: ""; +} + +.text-truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.align-baseline { + vertical-align: baseline !important; +} + +.align-top { + vertical-align: top !important; +} + +.align-middle { + vertical-align: middle !important; +} + +.align-bottom { + vertical-align: bottom !important; +} + +.align-text-bottom { + vertical-align: text-bottom !important; +} + +.align-text-top { + vertical-align: text-top !important; +} + +.float-start { + float: left !important; +} + +.float-end { + float: right !important; +} + +.float-none { + float: none !important; +} + +.overflow-auto { + overflow: auto !important; +} + +.overflow-hidden { + overflow: hidden !important; +} + +.overflow-visible { + overflow: visible !important; +} + +.overflow-scroll { + overflow: scroll !important; +} + +.d-inline { + display: inline !important; +} + +.d-inline-block { + display: inline-block !important; +} + +.d-block { + display: block !important; +} + +.d-grid { + display: grid !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; +} + +.d-none { + display: none !important; +} + +.shadow { + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; +} + +.shadow-sm { + box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; +} + +.shadow-lg { + box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; +} + +.shadow-none { + box-shadow: none !important; +} + +.position-static { + position: static !important; +} + +.position-relative { + position: relative !important; +} + +.position-absolute { + position: absolute !important; +} + +.position-fixed { + position: fixed !important; +} + +.position-sticky { + position: -webkit-sticky !important; + position: sticky !important; +} + +.top-0 { + top: 0 !important; +} + +.top-50 { + top: 50% !important; +} + +.top-100 { + top: 100% !important; +} + +.bottom-0 { + bottom: 0 !important; +} + +.bottom-50 { + bottom: 50% !important; +} + +.bottom-100 { + bottom: 100% !important; +} + +.start-0 { + left: 0 !important; +} + +.start-50 { + left: 50% !important; +} + +.start-100 { + left: 100% !important; +} + +.end-0 { + right: 0 !important; +} + +.end-50 { + right: 50% !important; +} + +.end-100 { + right: 100% !important; +} + +.translate-middle { + transform: translate(-50%, -50%) !important; +} + +.translate-middle-x { + transform: translateX(-50%) !important; +} + +.translate-middle-y { + transform: translateY(-50%) !important; +} + +.border { + border: 1px solid #dee2e6 !important; +} + +.border-0 { + border: 0 !important; +} + +.border-top { + border-top: 1px solid #dee2e6 !important; +} + +.border-top-0 { + border-top: 0 !important; +} + +.border-end { + border-right: 1px solid #dee2e6 !important; +} + +.border-end-0 { + border-right: 0 !important; +} + +.border-bottom { + border-bottom: 1px solid #dee2e6 !important; +} + +.border-bottom-0 { + border-bottom: 0 !important; +} + +.border-start { + border-left: 1px solid #dee2e6 !important; +} + +.border-start-0 { + border-left: 0 !important; +} + +.border-primary { + border-color: #0d6efd !important; +} + +.border-secondary { + border-color: #6c757d !important; +} + +.border-success { + border-color: #198754 !important; +} + +.border-info { + border-color: #0dcaf0 !important; +} + +.border-warning { + border-color: #ffc107 !important; +} + +.border-danger { + border-color: #dc3545 !important; +} + +.border-light { + border-color: #f8f9fa !important; +} + +.border-dark { + border-color: #212529 !important; +} + +.border-white { + border-color: #fff !important; +} + +.border-1 { + border-width: 1px !important; +} + +.border-2 { + border-width: 2px !important; +} + +.border-3 { + border-width: 3px !important; +} + +.border-4 { + border-width: 4px !important; +} + +.border-5 { + border-width: 5px !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; +} + +.mw-100 { + max-width: 100% !important; +} + +.vw-100 { + width: 100vw !important; +} + +.min-vw-100 { + min-width: 100vw !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; +} + +.mh-100 { + max-height: 100% !important; +} + +.vh-100 { + height: 100vh !important; +} + +.min-vh-100 { + min-height: 100vh !important; +} + +.flex-fill { + flex: 1 1 auto !important; +} + +.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-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; +} + +.flex-wrap { + flex-wrap: wrap !important; +} + +.flex-nowrap { + flex-wrap: nowrap !important; +} + +.flex-wrap-reverse { + flex-wrap: wrap-reverse !important; +} + +.gap-0 { + gap: 0 !important; +} + +.gap-1 { + gap: 0.25rem !important; +} + +.gap-2 { + gap: 0.5rem !important; +} + +.gap-3 { + gap: 1rem !important; +} + +.gap-4 { + gap: 1.5rem !important; +} + +.gap-5 { + gap: 3rem !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; +} + +.justify-content-evenly { + justify-content: space-evenly !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; +} + +.order-first { + order: -1 !important; +} + +.order-0 { + order: 0 !important; +} + +.order-1 { + order: 1 !important; +} + +.order-2 { + order: 2 !important; +} + +.order-3 { + order: 3 !important; +} + +.order-4 { + order: 4 !important; +} + +.order-5 { + order: 5 !important; +} + +.order-last { + order: 6 !important; +} + +.m-0 { + margin: 0 !important; +} + +.m-1 { + margin: 0.25rem !important; +} + +.m-2 { + margin: 0.5rem !important; +} + +.m-3 { + margin: 1rem !important; +} + +.m-4 { + margin: 1.5rem !important; +} + +.m-5 { + margin: 3rem !important; +} + +.m-auto { + margin: auto !important; +} + +.mx-0 { + margin-right: 0 !important; + margin-left: 0 !important; +} + +.mx-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; +} + +.mx-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; +} + +.mx-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; +} + +.mx-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; +} + +.mx-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; +} + +.mx-auto { + margin-right: auto !important; + margin-left: auto !important; +} + +.my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; +} + +.my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; +} + +.my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; +} + +.my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; +} + +.my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; +} + +.my-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; +} + +.my-auto { + margin-top: auto !important; + margin-bottom: auto !important; +} + +.mt-0 { + margin-top: 0 !important; +} + +.mt-1 { + margin-top: 0.25rem !important; +} + +.mt-2 { + margin-top: 0.5rem !important; +} + +.mt-3 { + margin-top: 1rem !important; +} + +.mt-4 { + margin-top: 1.5rem !important; +} + +.mt-5 { + margin-top: 3rem !important; +} + +.mt-auto { + margin-top: auto !important; +} + +.me-0 { + margin-right: 0 !important; +} + +.me-1 { + margin-right: 0.25rem !important; +} + +.me-2 { + margin-right: 0.5rem !important; +} + +.me-3 { + margin-right: 1rem !important; +} + +.me-4 { + margin-right: 1.5rem !important; +} + +.me-5 { + margin-right: 3rem !important; +} + +.me-auto { + margin-right: auto !important; +} + +.mb-0 { + margin-bottom: 0 !important; +} + +.mb-1 { + margin-bottom: 0.25rem !important; +} + +.mb-2 { + margin-bottom: 0.5rem !important; +} + +.mb-3 { + margin-bottom: 1rem !important; +} + +.mb-4 { + margin-bottom: 1.5rem !important; +} + +.mb-5 { + margin-bottom: 3rem !important; +} + +.mb-auto { + margin-bottom: auto !important; +} + +.ms-0 { + margin-left: 0 !important; +} + +.ms-1 { + margin-left: 0.25rem !important; +} + +.ms-2 { + margin-left: 0.5rem !important; +} + +.ms-3 { + margin-left: 1rem !important; +} + +.ms-4 { + margin-left: 1.5rem !important; +} + +.ms-5 { + margin-left: 3rem !important; +} + +.ms-auto { + margin-left: auto !important; +} + +.p-0 { + padding: 0 !important; +} + +.p-1 { + padding: 0.25rem !important; +} + +.p-2 { + padding: 0.5rem !important; +} + +.p-3 { + padding: 1rem !important; +} + +.p-4 { + padding: 1.5rem !important; +} + +.p-5 { + padding: 3rem !important; +} + +.px-0 { + padding-right: 0 !important; + padding-left: 0 !important; +} + +.px-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; +} + +.px-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; +} + +.px-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; +} + +.px-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; +} + +.px-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; +} + +.py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; +} + +.py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; +} + +.py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; +} + +.py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; +} + +.py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; +} + +.py-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; +} + +.pt-0 { + padding-top: 0 !important; +} + +.pt-1 { + padding-top: 0.25rem !important; +} + +.pt-2 { + padding-top: 0.5rem !important; +} + +.pt-3 { + padding-top: 1rem !important; +} + +.pt-4 { + padding-top: 1.5rem !important; +} + +.pt-5 { + padding-top: 3rem !important; +} + +.pe-0 { + padding-right: 0 !important; +} + +.pe-1 { + padding-right: 0.25rem !important; +} + +.pe-2 { + padding-right: 0.5rem !important; +} + +.pe-3 { + padding-right: 1rem !important; +} + +.pe-4 { + padding-right: 1.5rem !important; +} + +.pe-5 { + padding-right: 3rem !important; +} + +.pb-0 { + padding-bottom: 0 !important; +} + +.pb-1 { + padding-bottom: 0.25rem !important; +} + +.pb-2 { + padding-bottom: 0.5rem !important; +} + +.pb-3 { + padding-bottom: 1rem !important; +} + +.pb-4 { + padding-bottom: 1.5rem !important; +} + +.pb-5 { + padding-bottom: 3rem !important; +} + +.ps-0 { + padding-left: 0 !important; +} + +.ps-1 { + padding-left: 0.25rem !important; +} + +.ps-2 { + padding-left: 0.5rem !important; +} + +.ps-3 { + padding-left: 1rem !important; +} + +.ps-4 { + padding-left: 1.5rem !important; +} + +.ps-5 { + padding-left: 3rem !important; +} + +.font-monospace { + font-family: var(--bs-font-monospace) !important; +} + +.fs-1 { + font-size: calc(1.375rem + 1.5vw) !important; +} + +.fs-2 { + font-size: calc(1.325rem + 0.9vw) !important; +} + +.fs-3 { + font-size: calc(1.3rem + 0.6vw) !important; +} + +.fs-4 { + font-size: calc(1.275rem + 0.3vw) !important; +} + +.fs-5 { + font-size: 1.25rem !important; +} + +.fs-6 { + font-size: 1rem !important; +} + +.fst-italic { + font-style: italic !important; +} + +.fst-normal { + font-style: normal !important; +} + +.fw-light { + font-weight: 300 !important; +} + +.fw-lighter { + font-weight: lighter !important; +} + +.fw-normal { + font-weight: 400 !important; +} + +.fw-bold { + font-weight: 700 !important; +} + +.fw-bolder { + font-weight: bolder !important; +} + +.lh-1 { + line-height: 1 !important; +} + +.lh-sm { + line-height: 1.25 !important; +} + +.lh-base { + line-height: 1.5 !important; +} + +.lh-lg { + line-height: 2 !important; +} + +.text-start { + text-align: left !important; +} + +.text-end { + text-align: right !important; +} + +.text-center { + text-align: center !important; +} + +.text-decoration-none { + text-decoration: none !important; +} + +.text-decoration-underline { + text-decoration: underline !important; +} + +.text-decoration-line-through { + text-decoration: line-through !important; +} + +.text-lowercase { + text-transform: lowercase !important; +} + +.text-uppercase { + text-transform: uppercase !important; +} + +.text-capitalize { + text-transform: capitalize !important; +} + +.text-wrap { + white-space: normal !important; +} + +.text-nowrap { + white-space: nowrap !important; +} + +/* rtl:begin:remove */ +.text-break { + word-wrap: break-word !important; + word-break: break-word !important; +} + +/* rtl:end:remove */ +.text-primary { + color: #0d6efd !important; +} + +.text-secondary { + color: #6c757d !important; +} + +.text-success { + color: #198754 !important; +} + +.text-info { + color: #0dcaf0 !important; +} + +.text-warning { + color: #ffc107 !important; +} + +.text-danger { + color: #dc3545 !important; +} + +.text-light { + color: #f8f9fa !important; +} + +.text-dark { + color: #212529 !important; +} + +.text-white { + color: #fff !important; +} + +.text-body { + color: #212529 !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-reset { + color: inherit !important; +} + +.bg-primary { + background-color: #0d6efd !important; +} + +.bg-secondary { + background-color: #6c757d !important; +} + +.bg-success { + background-color: #198754 !important; +} + +.bg-info { + background-color: #0dcaf0 !important; +} + +.bg-warning { + background-color: #ffc107 !important; +} + +.bg-danger { + background-color: #dc3545 !important; +} + +.bg-light { + background-color: #f8f9fa !important; +} + +.bg-dark { + background-color: #212529 !important; +} + +.bg-body { + background-color: #fff !important; +} + +.bg-white { + background-color: #fff !important; +} + +.bg-transparent { + background-color: transparent !important; +} + +.bg-gradient { + background-image: var(--bs-gradient) !important; +} + +.user-select-all { + -webkit-user-select: all !important; + -moz-user-select: all !important; + user-select: all !important; +} + +.user-select-auto { + -webkit-user-select: auto !important; + -moz-user-select: auto !important; + user-select: auto !important; +} + +.user-select-none { + -webkit-user-select: none !important; + -moz-user-select: none !important; + user-select: none !important; +} + +.pe-none { + pointer-events: none !important; +} + +.pe-auto { + pointer-events: auto !important; +} + +.rounded { + border-radius: 0.25rem !important; +} + +.rounded-0 { + border-radius: 0 !important; +} + +.rounded-1 { + border-radius: 0.2rem !important; +} + +.rounded-2 { + border-radius: 0.25rem !important; +} + +.rounded-3 { + border-radius: 0.3rem !important; +} + +.rounded-circle { + border-radius: 50% !important; +} + +.rounded-pill { + border-radius: 50rem !important; +} + +.rounded-top { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; +} + +.rounded-end { + 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-start { + border-bottom-left-radius: 0.25rem !important; + border-top-left-radius: 0.25rem !important; +} + +.visible { + visibility: visible !important; +} + +.invisible { + visibility: hidden !important; +} + +@media (min-width: 576px) { + .float-sm-start { + float: left !important; + } + + .float-sm-end { + float: right !important; + } + + .float-sm-none { + float: none !important; + } + + .d-sm-inline { + display: inline !important; + } + + .d-sm-inline-block { + display: inline-block !important; + } + + .d-sm-block { + display: block !important; + } + + .d-sm-grid { + display: grid !important; + } + + .d-sm-table { + display: table !important; + } + + .d-sm-table-row { + display: table-row !important; + } + + .d-sm-table-cell { + display: table-cell !important; + } + + .d-sm-flex { + display: flex !important; + } + + .d-sm-inline-flex { + display: inline-flex !important; + } + + .d-sm-none { + display: none !important; + } + + .flex-sm-fill { + flex: 1 1 auto !important; + } + + .flex-sm-row { + flex-direction: row !important; + } + + .flex-sm-column { + flex-direction: column !important; + } + + .flex-sm-row-reverse { + flex-direction: row-reverse !important; + } + + .flex-sm-column-reverse { + flex-direction: column-reverse !important; + } + + .flex-sm-grow-0 { + flex-grow: 0 !important; + } + + .flex-sm-grow-1 { + flex-grow: 1 !important; + } + + .flex-sm-shrink-0 { + flex-shrink: 0 !important; + } + + .flex-sm-shrink-1 { + flex-shrink: 1 !important; + } + + .flex-sm-wrap { + flex-wrap: wrap !important; + } + + .flex-sm-nowrap { + flex-wrap: nowrap !important; + } + + .flex-sm-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + + .gap-sm-0 { + gap: 0 !important; + } + + .gap-sm-1 { + gap: 0.25rem !important; + } + + .gap-sm-2 { + gap: 0.5rem !important; + } + + .gap-sm-3 { + gap: 1rem !important; + } + + .gap-sm-4 { + gap: 1.5rem !important; + } + + .gap-sm-5 { + gap: 3rem !important; + } + + .justify-content-sm-start { + justify-content: flex-start !important; + } + + .justify-content-sm-end { + justify-content: flex-end !important; + } + + .justify-content-sm-center { + justify-content: center !important; + } + + .justify-content-sm-between { + justify-content: space-between !important; + } + + .justify-content-sm-around { + justify-content: space-around !important; + } + + .justify-content-sm-evenly { + justify-content: space-evenly !important; + } + + .align-items-sm-start { + align-items: flex-start !important; + } + + .align-items-sm-end { + align-items: flex-end !important; + } + + .align-items-sm-center { + align-items: center !important; + } + + .align-items-sm-baseline { + align-items: baseline !important; + } + + .align-items-sm-stretch { + align-items: stretch !important; + } + + .align-content-sm-start { + align-content: flex-start !important; + } + + .align-content-sm-end { + align-content: flex-end !important; + } + + .align-content-sm-center { + align-content: center !important; + } + + .align-content-sm-between { + align-content: space-between !important; + } + + .align-content-sm-around { + align-content: space-around !important; + } + + .align-content-sm-stretch { + align-content: stretch !important; + } + + .align-self-sm-auto { + align-self: auto !important; + } + + .align-self-sm-start { + align-self: flex-start !important; + } + + .align-self-sm-end { + align-self: flex-end !important; + } + + .align-self-sm-center { + align-self: center !important; + } + + .align-self-sm-baseline { + align-self: baseline !important; + } + + .align-self-sm-stretch { + align-self: stretch !important; + } + + .order-sm-first { + order: -1 !important; + } + + .order-sm-0 { + order: 0 !important; + } + + .order-sm-1 { + order: 1 !important; + } + + .order-sm-2 { + order: 2 !important; + } + + .order-sm-3 { + order: 3 !important; + } + + .order-sm-4 { + order: 4 !important; + } + + .order-sm-5 { + order: 5 !important; + } + + .order-sm-last { + order: 6 !important; + } + + .m-sm-0 { + margin: 0 !important; + } + + .m-sm-1 { + margin: 0.25rem !important; + } + + .m-sm-2 { + margin: 0.5rem !important; + } + + .m-sm-3 { + margin: 1rem !important; + } + + .m-sm-4 { + margin: 1.5rem !important; + } + + .m-sm-5 { + margin: 3rem !important; + } + + .m-sm-auto { + margin: auto !important; + } + + .mx-sm-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + + .mx-sm-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + + .mx-sm-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + + .mx-sm-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + + .mx-sm-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + + .mx-sm-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + + .mx-sm-auto { + margin-right: auto !important; + margin-left: auto !important; + } + + .my-sm-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + + .my-sm-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + + .my-sm-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + + .my-sm-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + + .my-sm-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + + .my-sm-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + + .my-sm-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + + .mt-sm-0 { + margin-top: 0 !important; + } + + .mt-sm-1 { + margin-top: 0.25rem !important; + } + + .mt-sm-2 { + margin-top: 0.5rem !important; + } + + .mt-sm-3 { + margin-top: 1rem !important; + } + + .mt-sm-4 { + margin-top: 1.5rem !important; + } + + .mt-sm-5 { + margin-top: 3rem !important; + } + + .mt-sm-auto { + margin-top: auto !important; + } + + .me-sm-0 { + margin-right: 0 !important; + } + + .me-sm-1 { + margin-right: 0.25rem !important; + } + + .me-sm-2 { + margin-right: 0.5rem !important; + } + + .me-sm-3 { + margin-right: 1rem !important; + } + + .me-sm-4 { + margin-right: 1.5rem !important; + } + + .me-sm-5 { + margin-right: 3rem !important; + } + + .me-sm-auto { + margin-right: auto !important; + } + + .mb-sm-0 { + margin-bottom: 0 !important; + } + + .mb-sm-1 { + margin-bottom: 0.25rem !important; + } + + .mb-sm-2 { + margin-bottom: 0.5rem !important; + } + + .mb-sm-3 { + margin-bottom: 1rem !important; + } + + .mb-sm-4 { + margin-bottom: 1.5rem !important; + } + + .mb-sm-5 { + margin-bottom: 3rem !important; + } + + .mb-sm-auto { + margin-bottom: auto !important; + } + + .ms-sm-0 { + margin-left: 0 !important; + } + + .ms-sm-1 { + margin-left: 0.25rem !important; + } + + .ms-sm-2 { + margin-left: 0.5rem !important; + } + + .ms-sm-3 { + margin-left: 1rem !important; + } + + .ms-sm-4 { + margin-left: 1.5rem !important; + } + + .ms-sm-5 { + margin-left: 3rem !important; + } + + .ms-sm-auto { + margin-left: auto !important; + } + + .p-sm-0 { + padding: 0 !important; + } + + .p-sm-1 { + padding: 0.25rem !important; + } + + .p-sm-2 { + padding: 0.5rem !important; + } + + .p-sm-3 { + padding: 1rem !important; + } + + .p-sm-4 { + padding: 1.5rem !important; + } + + .p-sm-5 { + padding: 3rem !important; + } + + .px-sm-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + + .px-sm-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + + .px-sm-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + + .px-sm-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + + .px-sm-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + + .px-sm-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + + .py-sm-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + + .py-sm-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + + .py-sm-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + + .py-sm-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + + .py-sm-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + + .py-sm-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + + .pt-sm-0 { + padding-top: 0 !important; + } + + .pt-sm-1 { + padding-top: 0.25rem !important; + } + + .pt-sm-2 { + padding-top: 0.5rem !important; + } + + .pt-sm-3 { + padding-top: 1rem !important; + } + + .pt-sm-4 { + padding-top: 1.5rem !important; + } + + .pt-sm-5 { + padding-top: 3rem !important; + } + + .pe-sm-0 { + padding-right: 0 !important; + } + + .pe-sm-1 { + padding-right: 0.25rem !important; + } + + .pe-sm-2 { + padding-right: 0.5rem !important; + } + + .pe-sm-3 { + padding-right: 1rem !important; + } + + .pe-sm-4 { + padding-right: 1.5rem !important; + } + + .pe-sm-5 { + padding-right: 3rem !important; + } + + .pb-sm-0 { + padding-bottom: 0 !important; + } + + .pb-sm-1 { + padding-bottom: 0.25rem !important; + } + + .pb-sm-2 { + padding-bottom: 0.5rem !important; + } + + .pb-sm-3 { + padding-bottom: 1rem !important; + } + + .pb-sm-4 { + padding-bottom: 1.5rem !important; + } + + .pb-sm-5 { + padding-bottom: 3rem !important; + } + + .ps-sm-0 { + padding-left: 0 !important; + } + + .ps-sm-1 { + padding-left: 0.25rem !important; + } + + .ps-sm-2 { + padding-left: 0.5rem !important; + } + + .ps-sm-3 { + padding-left: 1rem !important; + } + + .ps-sm-4 { + padding-left: 1.5rem !important; + } + + .ps-sm-5 { + padding-left: 3rem !important; + } + + .text-sm-start { + text-align: left !important; + } + + .text-sm-end { + text-align: right !important; + } + + .text-sm-center { + text-align: center !important; + } +} +@media (min-width: 768px) { + .float-md-start { + float: left !important; + } + + .float-md-end { + float: right !important; + } + + .float-md-none { + float: none !important; + } + + .d-md-inline { + display: inline !important; + } + + .d-md-inline-block { + display: inline-block !important; + } + + .d-md-block { + display: block !important; + } + + .d-md-grid { + display: grid !important; + } + + .d-md-table { + display: table !important; + } + + .d-md-table-row { + display: table-row !important; + } + + .d-md-table-cell { + display: table-cell !important; + } + + .d-md-flex { + display: flex !important; + } + + .d-md-inline-flex { + display: inline-flex !important; + } + + .d-md-none { + display: none !important; + } + + .flex-md-fill { + flex: 1 1 auto !important; + } + + .flex-md-row { + flex-direction: row !important; + } + + .flex-md-column { + flex-direction: column !important; + } + + .flex-md-row-reverse { + flex-direction: row-reverse !important; + } + + .flex-md-column-reverse { + flex-direction: column-reverse !important; + } + + .flex-md-grow-0 { + flex-grow: 0 !important; + } + + .flex-md-grow-1 { + flex-grow: 1 !important; + } + + .flex-md-shrink-0 { + flex-shrink: 0 !important; + } + + .flex-md-shrink-1 { + flex-shrink: 1 !important; + } + + .flex-md-wrap { + flex-wrap: wrap !important; + } + + .flex-md-nowrap { + flex-wrap: nowrap !important; + } + + .flex-md-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + + .gap-md-0 { + gap: 0 !important; + } + + .gap-md-1 { + gap: 0.25rem !important; + } + + .gap-md-2 { + gap: 0.5rem !important; + } + + .gap-md-3 { + gap: 1rem !important; + } + + .gap-md-4 { + gap: 1.5rem !important; + } + + .gap-md-5 { + gap: 3rem !important; + } + + .justify-content-md-start { + justify-content: flex-start !important; + } + + .justify-content-md-end { + justify-content: flex-end !important; + } + + .justify-content-md-center { + justify-content: center !important; + } + + .justify-content-md-between { + justify-content: space-between !important; + } + + .justify-content-md-around { + justify-content: space-around !important; + } + + .justify-content-md-evenly { + justify-content: space-evenly !important; + } + + .align-items-md-start { + align-items: flex-start !important; + } + + .align-items-md-end { + align-items: flex-end !important; + } + + .align-items-md-center { + align-items: center !important; + } + + .align-items-md-baseline { + align-items: baseline !important; + } + + .align-items-md-stretch { + align-items: stretch !important; + } + + .align-content-md-start { + align-content: flex-start !important; + } + + .align-content-md-end { + align-content: flex-end !important; + } + + .align-content-md-center { + align-content: center !important; + } + + .align-content-md-between { + align-content: space-between !important; + } + + .align-content-md-around { + align-content: space-around !important; + } + + .align-content-md-stretch { + align-content: stretch !important; + } + + .align-self-md-auto { + align-self: auto !important; + } + + .align-self-md-start { + align-self: flex-start !important; + } + + .align-self-md-end { + align-self: flex-end !important; + } + + .align-self-md-center { + align-self: center !important; + } + + .align-self-md-baseline { + align-self: baseline !important; + } + + .align-self-md-stretch { + align-self: stretch !important; + } + + .order-md-first { + order: -1 !important; + } + + .order-md-0 { + order: 0 !important; + } + + .order-md-1 { + order: 1 !important; + } + + .order-md-2 { + order: 2 !important; + } + + .order-md-3 { + order: 3 !important; + } + + .order-md-4 { + order: 4 !important; + } + + .order-md-5 { + order: 5 !important; + } + + .order-md-last { + order: 6 !important; + } + + .m-md-0 { + margin: 0 !important; + } + + .m-md-1 { + margin: 0.25rem !important; + } + + .m-md-2 { + margin: 0.5rem !important; + } + + .m-md-3 { + margin: 1rem !important; + } + + .m-md-4 { + margin: 1.5rem !important; + } + + .m-md-5 { + margin: 3rem !important; + } + + .m-md-auto { + margin: auto !important; + } + + .mx-md-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + + .mx-md-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + + .mx-md-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + + .mx-md-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + + .mx-md-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + + .mx-md-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + + .mx-md-auto { + margin-right: auto !important; + margin-left: auto !important; + } + + .my-md-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + + .my-md-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + + .my-md-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + + .my-md-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + + .my-md-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + + .my-md-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + + .my-md-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + + .mt-md-0 { + margin-top: 0 !important; + } + + .mt-md-1 { + margin-top: 0.25rem !important; + } + + .mt-md-2 { + margin-top: 0.5rem !important; + } + + .mt-md-3 { + margin-top: 1rem !important; + } + + .mt-md-4 { + margin-top: 1.5rem !important; + } + + .mt-md-5 { + margin-top: 3rem !important; + } + + .mt-md-auto { + margin-top: auto !important; + } + + .me-md-0 { + margin-right: 0 !important; + } + + .me-md-1 { + margin-right: 0.25rem !important; + } + + .me-md-2 { + margin-right: 0.5rem !important; + } + + .me-md-3 { + margin-right: 1rem !important; + } + + .me-md-4 { + margin-right: 1.5rem !important; + } + + .me-md-5 { + margin-right: 3rem !important; + } + + .me-md-auto { + margin-right: auto !important; + } + + .mb-md-0 { + margin-bottom: 0 !important; + } + + .mb-md-1 { + margin-bottom: 0.25rem !important; + } + + .mb-md-2 { + margin-bottom: 0.5rem !important; + } + + .mb-md-3 { + margin-bottom: 1rem !important; + } + + .mb-md-4 { + margin-bottom: 1.5rem !important; + } + + .mb-md-5 { + margin-bottom: 3rem !important; + } + + .mb-md-auto { + margin-bottom: auto !important; + } + + .ms-md-0 { + margin-left: 0 !important; + } + + .ms-md-1 { + margin-left: 0.25rem !important; + } + + .ms-md-2 { + margin-left: 0.5rem !important; + } + + .ms-md-3 { + margin-left: 1rem !important; + } + + .ms-md-4 { + margin-left: 1.5rem !important; + } + + .ms-md-5 { + margin-left: 3rem !important; + } + + .ms-md-auto { + margin-left: auto !important; + } + + .p-md-0 { + padding: 0 !important; + } + + .p-md-1 { + padding: 0.25rem !important; + } + + .p-md-2 { + padding: 0.5rem !important; + } + + .p-md-3 { + padding: 1rem !important; + } + + .p-md-4 { + padding: 1.5rem !important; + } + + .p-md-5 { + padding: 3rem !important; + } + + .px-md-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + + .px-md-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + + .px-md-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + + .px-md-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + + .px-md-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + + .px-md-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + + .py-md-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + + .py-md-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + + .py-md-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + + .py-md-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + + .py-md-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + + .py-md-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + + .pt-md-0 { + padding-top: 0 !important; + } + + .pt-md-1 { + padding-top: 0.25rem !important; + } + + .pt-md-2 { + padding-top: 0.5rem !important; + } + + .pt-md-3 { + padding-top: 1rem !important; + } + + .pt-md-4 { + padding-top: 1.5rem !important; + } + + .pt-md-5 { + padding-top: 3rem !important; + } + + .pe-md-0 { + padding-right: 0 !important; + } + + .pe-md-1 { + padding-right: 0.25rem !important; + } + + .pe-md-2 { + padding-right: 0.5rem !important; + } + + .pe-md-3 { + padding-right: 1rem !important; + } + + .pe-md-4 { + padding-right: 1.5rem !important; + } + + .pe-md-5 { + padding-right: 3rem !important; + } + + .pb-md-0 { + padding-bottom: 0 !important; + } + + .pb-md-1 { + padding-bottom: 0.25rem !important; + } + + .pb-md-2 { + padding-bottom: 0.5rem !important; + } + + .pb-md-3 { + padding-bottom: 1rem !important; + } + + .pb-md-4 { + padding-bottom: 1.5rem !important; + } + + .pb-md-5 { + padding-bottom: 3rem !important; + } + + .ps-md-0 { + padding-left: 0 !important; + } + + .ps-md-1 { + padding-left: 0.25rem !important; + } + + .ps-md-2 { + padding-left: 0.5rem !important; + } + + .ps-md-3 { + padding-left: 1rem !important; + } + + .ps-md-4 { + padding-left: 1.5rem !important; + } + + .ps-md-5 { + padding-left: 3rem !important; + } + + .text-md-start { + text-align: left !important; + } + + .text-md-end { + text-align: right !important; + } + + .text-md-center { + text-align: center !important; + } +} +@media (min-width: 992px) { + .float-lg-start { + float: left !important; + } + + .float-lg-end { + float: right !important; + } + + .float-lg-none { + float: none !important; + } + + .d-lg-inline { + display: inline !important; + } + + .d-lg-inline-block { + display: inline-block !important; + } + + .d-lg-block { + display: block !important; + } + + .d-lg-grid { + display: grid !important; + } + + .d-lg-table { + display: table !important; + } + + .d-lg-table-row { + display: table-row !important; + } + + .d-lg-table-cell { + display: table-cell !important; + } + + .d-lg-flex { + display: flex !important; + } + + .d-lg-inline-flex { + display: inline-flex !important; + } + + .d-lg-none { + display: none !important; + } + + .flex-lg-fill { + flex: 1 1 auto !important; + } + + .flex-lg-row { + flex-direction: row !important; + } + + .flex-lg-column { + flex-direction: column !important; + } + + .flex-lg-row-reverse { + flex-direction: row-reverse !important; + } + + .flex-lg-column-reverse { + flex-direction: column-reverse !important; + } + + .flex-lg-grow-0 { + flex-grow: 0 !important; + } + + .flex-lg-grow-1 { + flex-grow: 1 !important; + } + + .flex-lg-shrink-0 { + flex-shrink: 0 !important; + } + + .flex-lg-shrink-1 { + flex-shrink: 1 !important; + } + + .flex-lg-wrap { + flex-wrap: wrap !important; + } + + .flex-lg-nowrap { + flex-wrap: nowrap !important; + } + + .flex-lg-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + + .gap-lg-0 { + gap: 0 !important; + } + + .gap-lg-1 { + gap: 0.25rem !important; + } + + .gap-lg-2 { + gap: 0.5rem !important; + } + + .gap-lg-3 { + gap: 1rem !important; + } + + .gap-lg-4 { + gap: 1.5rem !important; + } + + .gap-lg-5 { + gap: 3rem !important; + } + + .justify-content-lg-start { + justify-content: flex-start !important; + } + + .justify-content-lg-end { + justify-content: flex-end !important; + } + + .justify-content-lg-center { + justify-content: center !important; + } + + .justify-content-lg-between { + justify-content: space-between !important; + } + + .justify-content-lg-around { + justify-content: space-around !important; + } + + .justify-content-lg-evenly { + justify-content: space-evenly !important; + } + + .align-items-lg-start { + align-items: flex-start !important; + } + + .align-items-lg-end { + align-items: flex-end !important; + } + + .align-items-lg-center { + align-items: center !important; + } + + .align-items-lg-baseline { + align-items: baseline !important; + } + + .align-items-lg-stretch { + align-items: stretch !important; + } + + .align-content-lg-start { + align-content: flex-start !important; + } + + .align-content-lg-end { + align-content: flex-end !important; + } + + .align-content-lg-center { + align-content: center !important; + } + + .align-content-lg-between { + align-content: space-between !important; + } + + .align-content-lg-around { + align-content: space-around !important; + } + + .align-content-lg-stretch { + align-content: stretch !important; + } + + .align-self-lg-auto { + align-self: auto !important; + } + + .align-self-lg-start { + align-self: flex-start !important; + } + + .align-self-lg-end { + align-self: flex-end !important; + } + + .align-self-lg-center { + align-self: center !important; + } + + .align-self-lg-baseline { + align-self: baseline !important; + } + + .align-self-lg-stretch { + align-self: stretch !important; + } + + .order-lg-first { + order: -1 !important; + } + + .order-lg-0 { + order: 0 !important; + } + + .order-lg-1 { + order: 1 !important; + } + + .order-lg-2 { + order: 2 !important; + } + + .order-lg-3 { + order: 3 !important; + } + + .order-lg-4 { + order: 4 !important; + } + + .order-lg-5 { + order: 5 !important; + } + + .order-lg-last { + order: 6 !important; + } + + .m-lg-0 { + margin: 0 !important; + } + + .m-lg-1 { + margin: 0.25rem !important; + } + + .m-lg-2 { + margin: 0.5rem !important; + } + + .m-lg-3 { + margin: 1rem !important; + } + + .m-lg-4 { + margin: 1.5rem !important; + } + + .m-lg-5 { + margin: 3rem !important; + } + + .m-lg-auto { + margin: auto !important; + } + + .mx-lg-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + + .mx-lg-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + + .mx-lg-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + + .mx-lg-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + + .mx-lg-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + + .mx-lg-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + + .mx-lg-auto { + margin-right: auto !important; + margin-left: auto !important; + } + + .my-lg-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + + .my-lg-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + + .my-lg-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + + .my-lg-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + + .my-lg-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + + .my-lg-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + + .my-lg-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + + .mt-lg-0 { + margin-top: 0 !important; + } + + .mt-lg-1 { + margin-top: 0.25rem !important; + } + + .mt-lg-2 { + margin-top: 0.5rem !important; + } + + .mt-lg-3 { + margin-top: 1rem !important; + } + + .mt-lg-4 { + margin-top: 1.5rem !important; + } + + .mt-lg-5 { + margin-top: 3rem !important; + } + + .mt-lg-auto { + margin-top: auto !important; + } + + .me-lg-0 { + margin-right: 0 !important; + } + + .me-lg-1 { + margin-right: 0.25rem !important; + } + + .me-lg-2 { + margin-right: 0.5rem !important; + } + + .me-lg-3 { + margin-right: 1rem !important; + } + + .me-lg-4 { + margin-right: 1.5rem !important; + } + + .me-lg-5 { + margin-right: 3rem !important; + } + + .me-lg-auto { + margin-right: auto !important; + } + + .mb-lg-0 { + margin-bottom: 0 !important; + } + + .mb-lg-1 { + margin-bottom: 0.25rem !important; + } + + .mb-lg-2 { + margin-bottom: 0.5rem !important; + } + + .mb-lg-3 { + margin-bottom: 1rem !important; + } + + .mb-lg-4 { + margin-bottom: 1.5rem !important; + } + + .mb-lg-5 { + margin-bottom: 3rem !important; + } + + .mb-lg-auto { + margin-bottom: auto !important; + } + + .ms-lg-0 { + margin-left: 0 !important; + } + + .ms-lg-1 { + margin-left: 0.25rem !important; + } + + .ms-lg-2 { + margin-left: 0.5rem !important; + } + + .ms-lg-3 { + margin-left: 1rem !important; + } + + .ms-lg-4 { + margin-left: 1.5rem !important; + } + + .ms-lg-5 { + margin-left: 3rem !important; + } + + .ms-lg-auto { + margin-left: auto !important; + } + + .p-lg-0 { + padding: 0 !important; + } + + .p-lg-1 { + padding: 0.25rem !important; + } + + .p-lg-2 { + padding: 0.5rem !important; + } + + .p-lg-3 { + padding: 1rem !important; + } + + .p-lg-4 { + padding: 1.5rem !important; + } + + .p-lg-5 { + padding: 3rem !important; + } + + .px-lg-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + + .px-lg-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + + .px-lg-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + + .px-lg-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + + .px-lg-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + + .px-lg-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + + .py-lg-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + + .py-lg-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + + .py-lg-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + + .py-lg-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + + .py-lg-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + + .py-lg-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + + .pt-lg-0 { + padding-top: 0 !important; + } + + .pt-lg-1 { + padding-top: 0.25rem !important; + } + + .pt-lg-2 { + padding-top: 0.5rem !important; + } + + .pt-lg-3 { + padding-top: 1rem !important; + } + + .pt-lg-4 { + padding-top: 1.5rem !important; + } + + .pt-lg-5 { + padding-top: 3rem !important; + } + + .pe-lg-0 { + padding-right: 0 !important; + } + + .pe-lg-1 { + padding-right: 0.25rem !important; + } + + .pe-lg-2 { + padding-right: 0.5rem !important; + } + + .pe-lg-3 { + padding-right: 1rem !important; + } + + .pe-lg-4 { + padding-right: 1.5rem !important; + } + + .pe-lg-5 { + padding-right: 3rem !important; + } + + .pb-lg-0 { + padding-bottom: 0 !important; + } + + .pb-lg-1 { + padding-bottom: 0.25rem !important; + } + + .pb-lg-2 { + padding-bottom: 0.5rem !important; + } + + .pb-lg-3 { + padding-bottom: 1rem !important; + } + + .pb-lg-4 { + padding-bottom: 1.5rem !important; + } + + .pb-lg-5 { + padding-bottom: 3rem !important; + } + + .ps-lg-0 { + padding-left: 0 !important; + } + + .ps-lg-1 { + padding-left: 0.25rem !important; + } + + .ps-lg-2 { + padding-left: 0.5rem !important; + } + + .ps-lg-3 { + padding-left: 1rem !important; + } + + .ps-lg-4 { + padding-left: 1.5rem !important; + } + + .ps-lg-5 { + padding-left: 3rem !important; + } + + .text-lg-start { + text-align: left !important; + } + + .text-lg-end { + text-align: right !important; + } + + .text-lg-center { + text-align: center !important; + } +} +@media (min-width: 1200px) { + .float-xl-start { + float: left !important; + } + + .float-xl-end { + float: right !important; + } + + .float-xl-none { + float: none !important; + } + + .d-xl-inline { + display: inline !important; + } + + .d-xl-inline-block { + display: inline-block !important; + } + + .d-xl-block { + display: block !important; + } + + .d-xl-grid { + display: grid !important; + } + + .d-xl-table { + display: table !important; + } + + .d-xl-table-row { + display: table-row !important; + } + + .d-xl-table-cell { + display: table-cell !important; + } + + .d-xl-flex { + display: flex !important; + } + + .d-xl-inline-flex { + display: inline-flex !important; + } + + .d-xl-none { + display: none !important; + } + + .flex-xl-fill { + flex: 1 1 auto !important; + } + + .flex-xl-row { + flex-direction: row !important; + } + + .flex-xl-column { + flex-direction: column !important; + } + + .flex-xl-row-reverse { + flex-direction: row-reverse !important; + } + + .flex-xl-column-reverse { + flex-direction: column-reverse !important; + } + + .flex-xl-grow-0 { + flex-grow: 0 !important; + } + + .flex-xl-grow-1 { + flex-grow: 1 !important; + } + + .flex-xl-shrink-0 { + flex-shrink: 0 !important; + } + + .flex-xl-shrink-1 { + flex-shrink: 1 !important; + } + + .flex-xl-wrap { + flex-wrap: wrap !important; + } + + .flex-xl-nowrap { + flex-wrap: nowrap !important; + } + + .flex-xl-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + + .gap-xl-0 { + gap: 0 !important; + } + + .gap-xl-1 { + gap: 0.25rem !important; + } + + .gap-xl-2 { + gap: 0.5rem !important; + } + + .gap-xl-3 { + gap: 1rem !important; + } + + .gap-xl-4 { + gap: 1.5rem !important; + } + + .gap-xl-5 { + gap: 3rem !important; + } + + .justify-content-xl-start { + justify-content: flex-start !important; + } + + .justify-content-xl-end { + justify-content: flex-end !important; + } + + .justify-content-xl-center { + justify-content: center !important; + } + + .justify-content-xl-between { + justify-content: space-between !important; + } + + .justify-content-xl-around { + justify-content: space-around !important; + } + + .justify-content-xl-evenly { + justify-content: space-evenly !important; + } + + .align-items-xl-start { + align-items: flex-start !important; + } + + .align-items-xl-end { + align-items: flex-end !important; + } + + .align-items-xl-center { + align-items: center !important; + } + + .align-items-xl-baseline { + align-items: baseline !important; + } + + .align-items-xl-stretch { + align-items: stretch !important; + } + + .align-content-xl-start { + align-content: flex-start !important; + } + + .align-content-xl-end { + align-content: flex-end !important; + } + + .align-content-xl-center { + align-content: center !important; + } + + .align-content-xl-between { + align-content: space-between !important; + } + + .align-content-xl-around { + align-content: space-around !important; + } + + .align-content-xl-stretch { + align-content: stretch !important; + } + + .align-self-xl-auto { + align-self: auto !important; + } + + .align-self-xl-start { + align-self: flex-start !important; + } + + .align-self-xl-end { + align-self: flex-end !important; + } + + .align-self-xl-center { + align-self: center !important; + } + + .align-self-xl-baseline { + align-self: baseline !important; + } + + .align-self-xl-stretch { + align-self: stretch !important; + } + + .order-xl-first { + order: -1 !important; + } + + .order-xl-0 { + order: 0 !important; + } + + .order-xl-1 { + order: 1 !important; + } + + .order-xl-2 { + order: 2 !important; + } + + .order-xl-3 { + order: 3 !important; + } + + .order-xl-4 { + order: 4 !important; + } + + .order-xl-5 { + order: 5 !important; + } + + .order-xl-last { + order: 6 !important; + } + + .m-xl-0 { + margin: 0 !important; + } + + .m-xl-1 { + margin: 0.25rem !important; + } + + .m-xl-2 { + margin: 0.5rem !important; + } + + .m-xl-3 { + margin: 1rem !important; + } + + .m-xl-4 { + margin: 1.5rem !important; + } + + .m-xl-5 { + margin: 3rem !important; + } + + .m-xl-auto { + margin: auto !important; + } + + .mx-xl-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + + .mx-xl-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + + .mx-xl-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + + .mx-xl-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + + .mx-xl-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + + .mx-xl-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + + .mx-xl-auto { + margin-right: auto !important; + margin-left: auto !important; + } + + .my-xl-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + + .my-xl-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + + .my-xl-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + + .my-xl-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + + .my-xl-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + + .my-xl-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + + .my-xl-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + + .mt-xl-0 { + margin-top: 0 !important; + } + + .mt-xl-1 { + margin-top: 0.25rem !important; + } + + .mt-xl-2 { + margin-top: 0.5rem !important; + } + + .mt-xl-3 { + margin-top: 1rem !important; + } + + .mt-xl-4 { + margin-top: 1.5rem !important; + } + + .mt-xl-5 { + margin-top: 3rem !important; + } + + .mt-xl-auto { + margin-top: auto !important; + } + + .me-xl-0 { + margin-right: 0 !important; + } + + .me-xl-1 { + margin-right: 0.25rem !important; + } + + .me-xl-2 { + margin-right: 0.5rem !important; + } + + .me-xl-3 { + margin-right: 1rem !important; + } + + .me-xl-4 { + margin-right: 1.5rem !important; + } + + .me-xl-5 { + margin-right: 3rem !important; + } + + .me-xl-auto { + margin-right: auto !important; + } + + .mb-xl-0 { + margin-bottom: 0 !important; + } + + .mb-xl-1 { + margin-bottom: 0.25rem !important; + } + + .mb-xl-2 { + margin-bottom: 0.5rem !important; + } + + .mb-xl-3 { + margin-bottom: 1rem !important; + } + + .mb-xl-4 { + margin-bottom: 1.5rem !important; + } + + .mb-xl-5 { + margin-bottom: 3rem !important; + } + + .mb-xl-auto { + margin-bottom: auto !important; + } + + .ms-xl-0 { + margin-left: 0 !important; + } + + .ms-xl-1 { + margin-left: 0.25rem !important; + } + + .ms-xl-2 { + margin-left: 0.5rem !important; + } + + .ms-xl-3 { + margin-left: 1rem !important; + } + + .ms-xl-4 { + margin-left: 1.5rem !important; + } + + .ms-xl-5 { + margin-left: 3rem !important; + } + + .ms-xl-auto { + margin-left: auto !important; + } + + .p-xl-0 { + padding: 0 !important; + } + + .p-xl-1 { + padding: 0.25rem !important; + } + + .p-xl-2 { + padding: 0.5rem !important; + } + + .p-xl-3 { + padding: 1rem !important; + } + + .p-xl-4 { + padding: 1.5rem !important; + } + + .p-xl-5 { + padding: 3rem !important; + } + + .px-xl-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + + .px-xl-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + + .px-xl-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + + .px-xl-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + + .px-xl-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + + .px-xl-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + + .py-xl-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + + .py-xl-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + + .py-xl-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + + .py-xl-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + + .py-xl-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + + .py-xl-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + + .pt-xl-0 { + padding-top: 0 !important; + } + + .pt-xl-1 { + padding-top: 0.25rem !important; + } + + .pt-xl-2 { + padding-top: 0.5rem !important; + } + + .pt-xl-3 { + padding-top: 1rem !important; + } + + .pt-xl-4 { + padding-top: 1.5rem !important; + } + + .pt-xl-5 { + padding-top: 3rem !important; + } + + .pe-xl-0 { + padding-right: 0 !important; + } + + .pe-xl-1 { + padding-right: 0.25rem !important; + } + + .pe-xl-2 { + padding-right: 0.5rem !important; + } + + .pe-xl-3 { + padding-right: 1rem !important; + } + + .pe-xl-4 { + padding-right: 1.5rem !important; + } + + .pe-xl-5 { + padding-right: 3rem !important; + } + + .pb-xl-0 { + padding-bottom: 0 !important; + } + + .pb-xl-1 { + padding-bottom: 0.25rem !important; + } + + .pb-xl-2 { + padding-bottom: 0.5rem !important; + } + + .pb-xl-3 { + padding-bottom: 1rem !important; + } + + .pb-xl-4 { + padding-bottom: 1.5rem !important; + } + + .pb-xl-5 { + padding-bottom: 3rem !important; + } + + .ps-xl-0 { + padding-left: 0 !important; + } + + .ps-xl-1 { + padding-left: 0.25rem !important; + } + + .ps-xl-2 { + padding-left: 0.5rem !important; + } + + .ps-xl-3 { + padding-left: 1rem !important; + } + + .ps-xl-4 { + padding-left: 1.5rem !important; + } + + .ps-xl-5 { + padding-left: 3rem !important; + } + + .text-xl-start { + text-align: left !important; + } + + .text-xl-end { + text-align: right !important; + } + + .text-xl-center { + text-align: center !important; + } +} +@media (min-width: 1400px) { + .float-xxl-start { + float: left !important; + } + + .float-xxl-end { + float: right !important; + } + + .float-xxl-none { + float: none !important; + } + + .d-xxl-inline { + display: inline !important; + } + + .d-xxl-inline-block { + display: inline-block !important; + } + + .d-xxl-block { + display: block !important; + } + + .d-xxl-grid { + display: grid !important; + } + + .d-xxl-table { + display: table !important; + } + + .d-xxl-table-row { + display: table-row !important; + } + + .d-xxl-table-cell { + display: table-cell !important; + } + + .d-xxl-flex { + display: flex !important; + } + + .d-xxl-inline-flex { + display: inline-flex !important; + } + + .d-xxl-none { + display: none !important; + } + + .flex-xxl-fill { + flex: 1 1 auto !important; + } + + .flex-xxl-row { + flex-direction: row !important; + } + + .flex-xxl-column { + flex-direction: column !important; + } + + .flex-xxl-row-reverse { + flex-direction: row-reverse !important; + } + + .flex-xxl-column-reverse { + flex-direction: column-reverse !important; + } + + .flex-xxl-grow-0 { + flex-grow: 0 !important; + } + + .flex-xxl-grow-1 { + flex-grow: 1 !important; + } + + .flex-xxl-shrink-0 { + flex-shrink: 0 !important; + } + + .flex-xxl-shrink-1 { + flex-shrink: 1 !important; + } + + .flex-xxl-wrap { + flex-wrap: wrap !important; + } + + .flex-xxl-nowrap { + flex-wrap: nowrap !important; + } + + .flex-xxl-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + + .gap-xxl-0 { + gap: 0 !important; + } + + .gap-xxl-1 { + gap: 0.25rem !important; + } + + .gap-xxl-2 { + gap: 0.5rem !important; + } + + .gap-xxl-3 { + gap: 1rem !important; + } + + .gap-xxl-4 { + gap: 1.5rem !important; + } + + .gap-xxl-5 { + gap: 3rem !important; + } + + .justify-content-xxl-start { + justify-content: flex-start !important; + } + + .justify-content-xxl-end { + justify-content: flex-end !important; + } + + .justify-content-xxl-center { + justify-content: center !important; + } + + .justify-content-xxl-between { + justify-content: space-between !important; + } + + .justify-content-xxl-around { + justify-content: space-around !important; + } + + .justify-content-xxl-evenly { + justify-content: space-evenly !important; + } + + .align-items-xxl-start { + align-items: flex-start !important; + } + + .align-items-xxl-end { + align-items: flex-end !important; + } + + .align-items-xxl-center { + align-items: center !important; + } + + .align-items-xxl-baseline { + align-items: baseline !important; + } + + .align-items-xxl-stretch { + align-items: stretch !important; + } + + .align-content-xxl-start { + align-content: flex-start !important; + } + + .align-content-xxl-end { + align-content: flex-end !important; + } + + .align-content-xxl-center { + align-content: center !important; + } + + .align-content-xxl-between { + align-content: space-between !important; + } + + .align-content-xxl-around { + align-content: space-around !important; + } + + .align-content-xxl-stretch { + align-content: stretch !important; + } + + .align-self-xxl-auto { + align-self: auto !important; + } + + .align-self-xxl-start { + align-self: flex-start !important; + } + + .align-self-xxl-end { + align-self: flex-end !important; + } + + .align-self-xxl-center { + align-self: center !important; + } + + .align-self-xxl-baseline { + align-self: baseline !important; + } + + .align-self-xxl-stretch { + align-self: stretch !important; + } + + .order-xxl-first { + order: -1 !important; + } + + .order-xxl-0 { + order: 0 !important; + } + + .order-xxl-1 { + order: 1 !important; + } + + .order-xxl-2 { + order: 2 !important; + } + + .order-xxl-3 { + order: 3 !important; + } + + .order-xxl-4 { + order: 4 !important; + } + + .order-xxl-5 { + order: 5 !important; + } + + .order-xxl-last { + order: 6 !important; + } + + .m-xxl-0 { + margin: 0 !important; + } + + .m-xxl-1 { + margin: 0.25rem !important; + } + + .m-xxl-2 { + margin: 0.5rem !important; + } + + .m-xxl-3 { + margin: 1rem !important; + } + + .m-xxl-4 { + margin: 1.5rem !important; + } + + .m-xxl-5 { + margin: 3rem !important; + } + + .m-xxl-auto { + margin: auto !important; + } + + .mx-xxl-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + + .mx-xxl-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + + .mx-xxl-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + + .mx-xxl-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + + .mx-xxl-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + + .mx-xxl-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + + .mx-xxl-auto { + margin-right: auto !important; + margin-left: auto !important; + } + + .my-xxl-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + + .my-xxl-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + + .my-xxl-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + + .my-xxl-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + + .my-xxl-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + + .my-xxl-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + + .my-xxl-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + + .mt-xxl-0 { + margin-top: 0 !important; + } + + .mt-xxl-1 { + margin-top: 0.25rem !important; + } + + .mt-xxl-2 { + margin-top: 0.5rem !important; + } + + .mt-xxl-3 { + margin-top: 1rem !important; + } + + .mt-xxl-4 { + margin-top: 1.5rem !important; + } + + .mt-xxl-5 { + margin-top: 3rem !important; + } + + .mt-xxl-auto { + margin-top: auto !important; + } + + .me-xxl-0 { + margin-right: 0 !important; + } + + .me-xxl-1 { + margin-right: 0.25rem !important; + } + + .me-xxl-2 { + margin-right: 0.5rem !important; + } + + .me-xxl-3 { + margin-right: 1rem !important; + } + + .me-xxl-4 { + margin-right: 1.5rem !important; + } + + .me-xxl-5 { + margin-right: 3rem !important; + } + + .me-xxl-auto { + margin-right: auto !important; + } + + .mb-xxl-0 { + margin-bottom: 0 !important; + } + + .mb-xxl-1 { + margin-bottom: 0.25rem !important; + } + + .mb-xxl-2 { + margin-bottom: 0.5rem !important; + } + + .mb-xxl-3 { + margin-bottom: 1rem !important; + } + + .mb-xxl-4 { + margin-bottom: 1.5rem !important; + } + + .mb-xxl-5 { + margin-bottom: 3rem !important; + } + + .mb-xxl-auto { + margin-bottom: auto !important; + } + + .ms-xxl-0 { + margin-left: 0 !important; + } + + .ms-xxl-1 { + margin-left: 0.25rem !important; + } + + .ms-xxl-2 { + margin-left: 0.5rem !important; + } + + .ms-xxl-3 { + margin-left: 1rem !important; + } + + .ms-xxl-4 { + margin-left: 1.5rem !important; + } + + .ms-xxl-5 { + margin-left: 3rem !important; + } + + .ms-xxl-auto { + margin-left: auto !important; + } + + .p-xxl-0 { + padding: 0 !important; + } + + .p-xxl-1 { + padding: 0.25rem !important; + } + + .p-xxl-2 { + padding: 0.5rem !important; + } + + .p-xxl-3 { + padding: 1rem !important; + } + + .p-xxl-4 { + padding: 1.5rem !important; + } + + .p-xxl-5 { + padding: 3rem !important; + } + + .px-xxl-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + + .px-xxl-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + + .px-xxl-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + + .px-xxl-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + + .px-xxl-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + + .px-xxl-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + + .py-xxl-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + + .py-xxl-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + + .py-xxl-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + + .py-xxl-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + + .py-xxl-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + + .py-xxl-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + + .pt-xxl-0 { + padding-top: 0 !important; + } + + .pt-xxl-1 { + padding-top: 0.25rem !important; + } + + .pt-xxl-2 { + padding-top: 0.5rem !important; + } + + .pt-xxl-3 { + padding-top: 1rem !important; + } + + .pt-xxl-4 { + padding-top: 1.5rem !important; + } + + .pt-xxl-5 { + padding-top: 3rem !important; + } + + .pe-xxl-0 { + padding-right: 0 !important; + } + + .pe-xxl-1 { + padding-right: 0.25rem !important; + } + + .pe-xxl-2 { + padding-right: 0.5rem !important; + } + + .pe-xxl-3 { + padding-right: 1rem !important; + } + + .pe-xxl-4 { + padding-right: 1.5rem !important; + } + + .pe-xxl-5 { + padding-right: 3rem !important; + } + + .pb-xxl-0 { + padding-bottom: 0 !important; + } + + .pb-xxl-1 { + padding-bottom: 0.25rem !important; + } + + .pb-xxl-2 { + padding-bottom: 0.5rem !important; + } + + .pb-xxl-3 { + padding-bottom: 1rem !important; + } + + .pb-xxl-4 { + padding-bottom: 1.5rem !important; + } + + .pb-xxl-5 { + padding-bottom: 3rem !important; + } + + .ps-xxl-0 { + padding-left: 0 !important; + } + + .ps-xxl-1 { + padding-left: 0.25rem !important; + } + + .ps-xxl-2 { + padding-left: 0.5rem !important; + } + + .ps-xxl-3 { + padding-left: 1rem !important; + } + + .ps-xxl-4 { + padding-left: 1.5rem !important; + } + + .ps-xxl-5 { + padding-left: 3rem !important; + } + + .text-xxl-start { + text-align: left !important; + } + + .text-xxl-end { + text-align: right !important; + } + + .text-xxl-center { + text-align: center !important; + } +} +@media (min-width: 1200px) { + .fs-1 { + font-size: 2.5rem !important; + } + + .fs-2 { + font-size: 2rem !important; + } + + .fs-3 { + font-size: 1.75rem !important; + } + + .fs-4 { + font-size: 1.5rem !important; + } +} +@media print { + .d-print-inline { + display: inline !important; + } + + .d-print-inline-block { + display: inline-block !important; + } + + .d-print-block { + display: block !important; + } + + .d-print-grid { + display: grid !important; + } + + .d-print-table { + display: table !important; + } + + .d-print-table-row { + display: table-row !important; + } + + .d-print-table-cell { + display: table-cell !important; + } + + .d-print-flex { + display: flex !important; + } + + .d-print-inline-flex { + display: inline-flex !important; + } + + .d-print-none { + display: none !important; + } +} + +/*# sourceMappingURL=bootstrap.css.map */ \ No newline at end of file diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..a11777c Binary files /dev/null and b/favicon.ico differ diff --git a/font.css b/font.css new file mode 100644 index 0000000..7cb952f --- /dev/null +++ b/font.css @@ -0,0 +1,9 @@ + +@font-face { + font-family: "ngs"; + src: url("./4.woff") format("woff"); +} +@font-face { + font-family: "ngs2"; + src: url("./3.woff") format("woff"); +} \ No newline at end of file diff --git a/fonts/1.woff b/fonts/1.woff new file mode 100644 index 0000000..c272fe6 Binary files /dev/null and b/fonts/1.woff differ diff --git a/fonts/2.woff b/fonts/2.woff new file mode 100644 index 0000000..dcc3a95 Binary files /dev/null and b/fonts/2.woff differ diff --git a/fonts/3.woff b/fonts/3.woff new file mode 100644 index 0000000..8cf9165 Binary files /dev/null and b/fonts/3.woff differ diff --git a/fonts/4.woff b/fonts/4.woff new file mode 100644 index 0000000..9ac33b7 Binary files /dev/null and b/fonts/4.woff differ diff --git a/icons/2021 Twitter logo - white.png b/icons/2021 Twitter logo - white.png new file mode 100644 index 0000000..66962e7 Binary files /dev/null and b/icons/2021 Twitter logo - white.png differ diff --git a/icons/20M6Z7t.png b/icons/20M6Z7t.png new file mode 100644 index 0000000..92aeba0 Binary files /dev/null and b/icons/20M6Z7t.png differ diff --git a/icons/64px-NGSUIItemFoursisRifle.png b/icons/64px-NGSUIItemFoursisRifle.png new file mode 100644 index 0000000..ff4a366 Binary files /dev/null and b/icons/64px-NGSUIItemFoursisRifle.png differ diff --git a/icons/64px-NGSUIItemPrimmRifle.png b/icons/64px-NGSUIItemPrimmRifle.png new file mode 100644 index 0000000..f3c0ef1 Binary files /dev/null and b/icons/64px-NGSUIItemPrimmRifle.png differ diff --git a/icons/64px-NGSUIItemResurgirRifle.png b/icons/64px-NGSUIItemResurgirRifle.png new file mode 100644 index 0000000..7b97c77 Binary files /dev/null and b/icons/64px-NGSUIItemResurgirRifle.png differ diff --git a/icons/64px-NGSUIItemTheseusRifle.png b/icons/64px-NGSUIItemTheseusRifle.png new file mode 100644 index 0000000..96d5421 Binary files /dev/null and b/icons/64px-NGSUIItemTheseusRifle.png differ diff --git a/icons/64px-NGSUIItemTzviaRifle.png b/icons/64px-NGSUIItemTzviaRifle.png new file mode 100644 index 0000000..a00a823 Binary files /dev/null and b/icons/64px-NGSUIItemTzviaRifle.png differ diff --git a/icons/Blight_Rounds.png b/icons/Blight_Rounds.png new file mode 100644 index 0000000..ba19590 Binary files /dev/null and b/icons/Blight_Rounds.png differ diff --git a/icons/F0t58xP.png b/icons/F0t58xP.png new file mode 100644 index 0000000..2c1e647 Binary files /dev/null and b/icons/F0t58xP.png differ diff --git a/icons/GitHub-Mark-Light-32px.png b/icons/GitHub-Mark-Light-32px.png new file mode 100644 index 0000000..628da97 Binary files /dev/null and b/icons/GitHub-Mark-Light-32px.png differ diff --git a/icons/GitHub-Mark-Light-64px.png b/icons/GitHub-Mark-Light-64px.png new file mode 100644 index 0000000..73db1f6 Binary files /dev/null and b/icons/GitHub-Mark-Light-64px.png differ diff --git a/icons/GitHub-Mark-Light.png b/icons/GitHub-Mark-Light.png new file mode 100644 index 0000000..192846a Binary files /dev/null and b/icons/GitHub-Mark-Light.png differ diff --git a/icons/MEL.png b/icons/MEL.png new file mode 100644 index 0000000..ec0e19b Binary files /dev/null and b/icons/MEL.png differ diff --git a/icons/N6M74Qr.png b/icons/N6M74Qr.png new file mode 100644 index 0000000..40cd83b Binary files /dev/null and b/icons/N6M74Qr.png differ diff --git a/icons/NGSUIItemAssaultRifleMini.png b/icons/NGSUIItemAssaultRifleMini.png new file mode 100644 index 0000000..7c7b4e2 Binary files /dev/null and b/icons/NGSUIItemAssaultRifleMini.png differ diff --git a/icons/NGSUIItemDoubleSaberMini.png b/icons/NGSUIItemDoubleSaberMini.png new file mode 100644 index 0000000..8710e29 Binary files /dev/null and b/icons/NGSUIItemDoubleSaberMini.png differ diff --git a/icons/NGSUIItemGunbladeMini.png b/icons/NGSUIItemGunbladeMini.png new file mode 100644 index 0000000..7c32a01 Binary files /dev/null and b/icons/NGSUIItemGunbladeMini.png differ diff --git a/icons/NGSUIItemKnuckleMini.png b/icons/NGSUIItemKnuckleMini.png new file mode 100644 index 0000000..2a72e71 Binary files /dev/null and b/icons/NGSUIItemKnuckleMini.png differ diff --git a/icons/NGSUIItemLauncherMini.png b/icons/NGSUIItemLauncherMini.png new file mode 100644 index 0000000..f0344ae Binary files /dev/null and b/icons/NGSUIItemLauncherMini.png differ diff --git a/icons/NGSUIItemPartizanMini.png b/icons/NGSUIItemPartizanMini.png new file mode 100644 index 0000000..ef11b18 Binary files /dev/null and b/icons/NGSUIItemPartizanMini.png differ diff --git a/icons/NGSUIItemPotentialAbility.png b/icons/NGSUIItemPotentialAbility.png new file mode 100644 index 0000000..e99246d Binary files /dev/null and b/icons/NGSUIItemPotentialAbility.png differ diff --git a/icons/NGSUIItemRodMini.png b/icons/NGSUIItemRodMini.png new file mode 100644 index 0000000..dc64704 Binary files /dev/null and b/icons/NGSUIItemRodMini.png differ diff --git a/icons/NGSUIItemSwordMini.png b/icons/NGSUIItemSwordMini.png new file mode 100644 index 0000000..b337ceb Binary files /dev/null and b/icons/NGSUIItemSwordMini.png differ diff --git a/icons/NGSUIItemTalisMini.png b/icons/NGSUIItemTalisMini.png new file mode 100644 index 0000000..bf916fc Binary files /dev/null and b/icons/NGSUIItemTalisMini.png differ diff --git a/icons/NGSUIItemTwinDaggersMini.png b/icons/NGSUIItemTwinDaggersMini.png new file mode 100644 index 0000000..39ad7b7 Binary files /dev/null and b/icons/NGSUIItemTwinDaggersMini.png differ diff --git a/icons/NGSUIItemTwinMachinegunsMini.png b/icons/NGSUIItemTwinMachinegunsMini.png new file mode 100644 index 0000000..02885bc Binary files /dev/null and b/icons/NGSUIItemTwinMachinegunsMini.png differ diff --git a/icons/NGSUIItemWandMini.png b/icons/NGSUIItemWandMini.png new file mode 100644 index 0000000..e36563e Binary files /dev/null and b/icons/NGSUIItemWandMini.png differ diff --git a/icons/NGSUIItemWiredLanceMini.png b/icons/NGSUIItemWiredLanceMini.png new file mode 100644 index 0000000..9d4bf83 Binary files /dev/null and b/icons/NGSUIItemWiredLanceMini.png differ diff --git a/icons/NGSUIRarity1Star.png b/icons/NGSUIRarity1Star.png new file mode 100644 index 0000000..c30b920 Binary files /dev/null and b/icons/NGSUIRarity1Star.png differ diff --git a/icons/NGSUIRarity2Star.png b/icons/NGSUIRarity2Star.png new file mode 100644 index 0000000..fda9a1f Binary files /dev/null and b/icons/NGSUIRarity2Star.png differ diff --git a/icons/NGSUIRarity3Star.png b/icons/NGSUIRarity3Star.png new file mode 100644 index 0000000..30fe5c2 Binary files /dev/null and b/icons/NGSUIRarity3Star.png differ diff --git a/icons/NGSUIRarity4Star.png b/icons/NGSUIRarity4Star.png new file mode 100644 index 0000000..0ade57c Binary files /dev/null and b/icons/NGSUIRarity4Star.png differ diff --git a/icons/NGSUIStatATKOutline.png b/icons/NGSUIStatATKOutline.png new file mode 100644 index 0000000..d65f98a Binary files /dev/null and b/icons/NGSUIStatATKOutline.png differ diff --git a/icons/RNG.png b/icons/RNG.png new file mode 100644 index 0000000..a8e048f Binary files /dev/null and b/icons/RNG.png differ diff --git a/icons/TEC.png b/icons/TEC.png new file mode 100644 index 0000000..8581141 Binary files /dev/null and b/icons/TEC.png differ diff --git a/icons/TQ8EBW2.png b/icons/TQ8EBW2.png new file mode 100644 index 0000000..85ccbdc Binary files /dev/null and b/icons/TQ8EBW2.png differ diff --git a/icons/UINGSClassBr.png b/icons/UINGSClassBr.png new file mode 100644 index 0000000..1c51c2b Binary files /dev/null and b/icons/UINGSClassBr.png differ diff --git a/icons/UINGSClassFi.png b/icons/UINGSClassFi.png new file mode 100644 index 0000000..2a02475 Binary files /dev/null and b/icons/UINGSClassFi.png differ diff --git a/icons/UINGSClassFo.png b/icons/UINGSClassFo.png new file mode 100644 index 0000000..9adb257 Binary files /dev/null and b/icons/UINGSClassFo.png differ diff --git a/icons/UINGSClassGu.png b/icons/UINGSClassGu.png new file mode 100644 index 0000000..d7286bc Binary files /dev/null and b/icons/UINGSClassGu.png differ diff --git a/icons/UINGSClassHu.png b/icons/UINGSClassHu.png new file mode 100644 index 0000000..f63d037 Binary files /dev/null and b/icons/UINGSClassHu.png differ diff --git a/icons/UINGSClassRa.png b/icons/UINGSClassRa.png new file mode 100644 index 0000000..3c77778 Binary files /dev/null and b/icons/UINGSClassRa.png differ diff --git a/icons/UINGSClassTe.png b/icons/UINGSClassTe.png new file mode 100644 index 0000000..e00a36c Binary files /dev/null and b/icons/UINGSClassTe.png differ diff --git a/icons/UINGSItemPresetAbility.png b/icons/UINGSItemPresetAbility.png new file mode 100644 index 0000000..8a1b6de Binary files /dev/null and b/icons/UINGSItemPresetAbility.png differ diff --git a/icons/UINGSItemSpecialAbility.png b/icons/UINGSItemSpecialAbility.png new file mode 100644 index 0000000..6059003 Binary files /dev/null and b/icons/UINGSItemSpecialAbility.png differ diff --git a/icons/VIYYNIm.png b/icons/VIYYNIm.png new file mode 100644 index 0000000..f399d5c Binary files /dev/null and b/icons/VIYYNIm.png differ diff --git a/icons/aug_plus.png b/icons/aug_plus.png new file mode 100644 index 0000000..ede085c Binary files /dev/null and b/icons/aug_plus.png differ diff --git a/icons/class/br.png b/icons/class/br.png new file mode 100644 index 0000000..1c51c2b Binary files /dev/null and b/icons/class/br.png differ diff --git a/icons/class/fi.png b/icons/class/fi.png new file mode 100644 index 0000000..2a02475 Binary files /dev/null and b/icons/class/fi.png differ diff --git a/icons/class/fo.png b/icons/class/fo.png new file mode 100644 index 0000000..9adb257 Binary files /dev/null and b/icons/class/fo.png differ diff --git a/icons/class/gu.png b/icons/class/gu.png new file mode 100644 index 0000000..d7286bc Binary files /dev/null and b/icons/class/gu.png differ diff --git a/icons/class/hu.png b/icons/class/hu.png new file mode 100644 index 0000000..f63d037 Binary files /dev/null and b/icons/class/hu.png differ diff --git a/icons/class/ra.png b/icons/class/ra.png new file mode 100644 index 0000000..3c77778 Binary files /dev/null and b/icons/class/ra.png differ diff --git a/icons/class/te.png b/icons/class/te.png new file mode 100644 index 0000000..e00a36c Binary files /dev/null and b/icons/class/te.png differ diff --git a/icons/class_main.png b/icons/class_main.png new file mode 100644 index 0000000..0d5614c Binary files /dev/null and b/icons/class_main.png differ diff --git a/icons/class_skills/ra/Bad_Condition_Reduction.png b/icons/class_skills/ra/Bad_Condition_Reduction.png new file mode 100644 index 0000000..e043e3f Binary files /dev/null and b/icons/class_skills/ra/Bad_Condition_Reduction.png differ diff --git a/icons/class_skills/ra/Bad_Condition_Ward.png b/icons/class_skills/ra/Bad_Condition_Ward.png new file mode 100644 index 0000000..d67e8bb Binary files /dev/null and b/icons/class_skills/ra/Bad_Condition_Ward.png differ diff --git a/icons/class_skills/ra/Blight_Rounds.png b/icons/class_skills/ra/Blight_Rounds.png new file mode 100644 index 0000000..1c9aeca Binary files /dev/null and b/icons/class_skills/ra/Blight_Rounds.png differ diff --git a/icons/class_skills/ra/Blight_Rounds_Reinforce.png b/icons/class_skills/ra/Blight_Rounds_Reinforce.png new file mode 100644 index 0000000..6fdf9c5 Binary files /dev/null and b/icons/class_skills/ra/Blight_Rounds_Reinforce.png differ diff --git a/icons/class_skills/ra/Launcher_Charge_Grouping.png b/icons/class_skills/ra/Launcher_Charge_Grouping.png new file mode 100644 index 0000000..45768a0 Binary files /dev/null and b/icons/class_skills/ra/Launcher_Charge_Grouping.png differ diff --git a/icons/class_skills/ra/Rifle_Grenadier.png b/icons/class_skills/ra/Rifle_Grenadier.png new file mode 100644 index 0000000..62cfb17 Binary files /dev/null and b/icons/class_skills/ra/Rifle_Grenadier.png differ diff --git a/icons/class_skills/ra/Slide_Shot_Advance.png b/icons/class_skills/ra/Slide_Shot_Advance.png new file mode 100644 index 0000000..844fef3 Binary files /dev/null and b/icons/class_skills/ra/Slide_Shot_Advance.png differ diff --git a/icons/class_skills/ra/Slow_Landing_Attack-Ranger.png b/icons/class_skills/ra/Slow_Landing_Attack-Ranger.png new file mode 100644 index 0000000..b3bd67f Binary files /dev/null and b/icons/class_skills/ra/Slow_Landing_Attack-Ranger.png differ diff --git a/icons/class_skills/ra/Slow_Landing_Charge-Ranger.png b/icons/class_skills/ra/Slow_Landing_Charge-Ranger.png new file mode 100644 index 0000000..a7bb0e0 Binary files /dev/null and b/icons/class_skills/ra/Slow_Landing_Charge-Ranger.png differ diff --git a/icons/class_skills/ra/Spread_Shot.png b/icons/class_skills/ra/Spread_Shot.png new file mode 100644 index 0000000..eacdf7b Binary files /dev/null and b/icons/class_skills/ra/Spread_Shot.png differ diff --git a/icons/class_skills/ra/Spread_Shot_Quick_Getaway.png b/icons/class_skills/ra/Spread_Shot_Quick_Getaway.png new file mode 100644 index 0000000..0ef3dea Binary files /dev/null and b/icons/class_skills/ra/Spread_Shot_Quick_Getaway.png differ diff --git a/icons/class_skills/ra/Sticky_Bomb_Quick_Reload.png b/icons/class_skills/ra/Sticky_Bomb_Quick_Reload.png new file mode 100644 index 0000000..ff062ed Binary files /dev/null and b/icons/class_skills/ra/Sticky_Bomb_Quick_Reload.png differ diff --git a/icons/class_sub.png b/icons/class_sub.png new file mode 100644 index 0000000..d0f95ed Binary files /dev/null and b/icons/class_sub.png differ diff --git a/icons/d_global_bg_header.png b/icons/d_global_bg_header.png new file mode 100644 index 0000000..c1cf3b5 Binary files /dev/null and b/icons/d_global_bg_header.png differ diff --git a/icons/fo.png b/icons/fo.png new file mode 100644 index 0000000..9adb257 Binary files /dev/null and b/icons/fo.png differ diff --git a/icons/food/aelio_meat.png b/icons/food/aelio_meat.png new file mode 100644 index 0000000..cbc7c1a Binary files /dev/null and b/icons/food/aelio_meat.png differ diff --git a/icons/food/crisp_aelio_crab.png b/icons/food/crisp_aelio_crab.png new file mode 100644 index 0000000..d2275dd Binary files /dev/null and b/icons/food/crisp_aelio_crab.png differ diff --git a/icons/food/crisp_aelio_pear.png b/icons/food/crisp_aelio_pear.png new file mode 100644 index 0000000..d0e10a4 Binary files /dev/null and b/icons/food/crisp_aelio_pear.png differ diff --git a/icons/food/crisp_aelio_tomato.png b/icons/food/crisp_aelio_tomato.png new file mode 100644 index 0000000..6297df8 Binary files /dev/null and b/icons/food/crisp_aelio_tomato.png differ diff --git a/icons/food/fruit.png b/icons/food/fruit.png new file mode 100644 index 0000000..34c5333 Binary files /dev/null and b/icons/food/fruit.png differ diff --git a/icons/food/light_aelio_mushroom.png b/icons/food/light_aelio_mushroom.png new file mode 100644 index 0000000..8bb35cc Binary files /dev/null and b/icons/food/light_aelio_mushroom.png differ diff --git a/icons/food/light_aelio_peach.png b/icons/food/light_aelio_peach.png new file mode 100644 index 0000000..8dab3bf Binary files /dev/null and b/icons/food/light_aelio_peach.png differ diff --git a/icons/food/light_aelio_turban_shell.png b/icons/food/light_aelio_turban_shell.png new file mode 100644 index 0000000..911c3cd Binary files /dev/null and b/icons/food/light_aelio_turban_shell.png differ diff --git a/icons/food/meat.png b/icons/food/meat.png new file mode 100644 index 0000000..19aa7ba Binary files /dev/null and b/icons/food/meat.png differ diff --git a/icons/food/rich_aelio_apple.png b/icons/food/rich_aelio_apple.png new file mode 100644 index 0000000..6cdca98 Binary files /dev/null and b/icons/food/rich_aelio_apple.png differ diff --git a/icons/food/rich_aelio_clam.png b/icons/food/rich_aelio_clam.png new file mode 100644 index 0000000..ab83369 Binary files /dev/null and b/icons/food/rich_aelio_clam.png differ diff --git a/icons/food/rich_aelio_herb.png b/icons/food/rich_aelio_herb.png new file mode 100644 index 0000000..2d1fdfe Binary files /dev/null and b/icons/food/rich_aelio_herb.png differ diff --git a/icons/food/robust_aelio_banana.png b/icons/food/robust_aelio_banana.png new file mode 100644 index 0000000..0ed504e Binary files /dev/null and b/icons/food/robust_aelio_banana.png differ diff --git a/icons/food/robust_aelio_lobster.png b/icons/food/robust_aelio_lobster.png new file mode 100644 index 0000000..4062ad1 Binary files /dev/null and b/icons/food/robust_aelio_lobster.png differ diff --git a/icons/food/robust_aelio_turnip.png b/icons/food/robust_aelio_turnip.png new file mode 100644 index 0000000..d1ee70d Binary files /dev/null and b/icons/food/robust_aelio_turnip.png differ diff --git a/icons/food/seafood.png b/icons/food/seafood.png new file mode 100644 index 0000000..c146b66 Binary files /dev/null and b/icons/food/seafood.png differ diff --git a/icons/food/vege.png b/icons/food/vege.png new file mode 100644 index 0000000..782e6de Binary files /dev/null and b/icons/food/vege.png differ diff --git a/icons/gl_main_bg.jpg b/icons/gl_main_bg.jpg new file mode 100644 index 0000000..14f7cda Binary files /dev/null and b/icons/gl_main_bg.jpg differ diff --git a/icons/image0-14.png b/icons/image0-14.png new file mode 100644 index 0000000..da83ce1 Binary files /dev/null and b/icons/image0-14.png differ diff --git a/icons/items/124/ui_item_101010013.png b/icons/items/124/ui_item_101010013.png new file mode 100644 index 0000000..73b9353 Binary files /dev/null and b/icons/items/124/ui_item_101010013.png differ diff --git a/icons/items/124/ui_item_101010015.png b/icons/items/124/ui_item_101010015.png new file mode 100644 index 0000000..c918303 Binary files /dev/null and b/icons/items/124/ui_item_101010015.png differ diff --git a/icons/items/124/ui_item_101010016.png b/icons/items/124/ui_item_101010016.png new file mode 100644 index 0000000..cd42669 Binary files /dev/null and b/icons/items/124/ui_item_101010016.png differ diff --git a/icons/items/124/ui_item_101010019.png b/icons/items/124/ui_item_101010019.png new file mode 100644 index 0000000..a28567e Binary files /dev/null and b/icons/items/124/ui_item_101010019.png differ diff --git a/icons/items/124/ui_item_101010020.png b/icons/items/124/ui_item_101010020.png new file mode 100644 index 0000000..fee5746 Binary files /dev/null and b/icons/items/124/ui_item_101010020.png differ diff --git a/icons/items/124/ui_item_101010021.png b/icons/items/124/ui_item_101010021.png new file mode 100644 index 0000000..0b14fcf Binary files /dev/null and b/icons/items/124/ui_item_101010021.png differ diff --git a/icons/items/124/ui_item_101010022.png b/icons/items/124/ui_item_101010022.png new file mode 100644 index 0000000..60d9967 Binary files /dev/null and b/icons/items/124/ui_item_101010022.png differ diff --git a/icons/items/124/ui_item_102010003.png b/icons/items/124/ui_item_102010003.png new file mode 100644 index 0000000..7f14108 Binary files /dev/null and b/icons/items/124/ui_item_102010003.png differ diff --git a/icons/items/124/ui_item_102010004.png b/icons/items/124/ui_item_102010004.png new file mode 100644 index 0000000..cde41bd Binary files /dev/null and b/icons/items/124/ui_item_102010004.png differ diff --git a/icons/items/124/ui_item_102010005.png b/icons/items/124/ui_item_102010005.png new file mode 100644 index 0000000..a0b75b2 Binary files /dev/null and b/icons/items/124/ui_item_102010005.png differ diff --git a/icons/items/124/ui_item_102010006.png b/icons/items/124/ui_item_102010006.png new file mode 100644 index 0000000..f1df6ce Binary files /dev/null and b/icons/items/124/ui_item_102010006.png differ diff --git a/icons/items/124/ui_item_102010007.png b/icons/items/124/ui_item_102010007.png new file mode 100644 index 0000000..f90785c Binary files /dev/null and b/icons/items/124/ui_item_102010007.png differ diff --git a/icons/items/124/ui_item_102010008.png b/icons/items/124/ui_item_102010008.png new file mode 100644 index 0000000..eb93083 Binary files /dev/null and b/icons/items/124/ui_item_102010008.png differ diff --git a/icons/items/124/ui_item_102010011.png b/icons/items/124/ui_item_102010011.png new file mode 100644 index 0000000..a237de1 Binary files /dev/null and b/icons/items/124/ui_item_102010011.png differ diff --git a/icons/items/124/ui_item_102010012.png b/icons/items/124/ui_item_102010012.png new file mode 100644 index 0000000..41f757b Binary files /dev/null and b/icons/items/124/ui_item_102010012.png differ diff --git a/icons/items/124/ui_item_102010013.png b/icons/items/124/ui_item_102010013.png new file mode 100644 index 0000000..d804d9f Binary files /dev/null and b/icons/items/124/ui_item_102010013.png differ diff --git a/icons/items/124/ui_item_102010018.png b/icons/items/124/ui_item_102010018.png new file mode 100644 index 0000000..2ce1186 Binary files /dev/null and b/icons/items/124/ui_item_102010018.png differ diff --git a/icons/items/124/ui_item_102010027.png b/icons/items/124/ui_item_102010027.png new file mode 100644 index 0000000..d8f595f Binary files /dev/null and b/icons/items/124/ui_item_102010027.png differ diff --git a/icons/items/124/ui_item_103010006.png b/icons/items/124/ui_item_103010006.png new file mode 100644 index 0000000..293d822 Binary files /dev/null and b/icons/items/124/ui_item_103010006.png differ diff --git a/icons/items/124/ui_item_103010007.png b/icons/items/124/ui_item_103010007.png new file mode 100644 index 0000000..42f1683 Binary files /dev/null and b/icons/items/124/ui_item_103010007.png differ diff --git a/icons/items/124/ui_item_103010008.png b/icons/items/124/ui_item_103010008.png new file mode 100644 index 0000000..7fbfaef Binary files /dev/null and b/icons/items/124/ui_item_103010008.png differ diff --git a/icons/items/124/ui_item_103010009.png b/icons/items/124/ui_item_103010009.png new file mode 100644 index 0000000..f373183 Binary files /dev/null and b/icons/items/124/ui_item_103010009.png differ diff --git a/icons/items/124/ui_item_103010010.png b/icons/items/124/ui_item_103010010.png new file mode 100644 index 0000000..a4681cc Binary files /dev/null and b/icons/items/124/ui_item_103010010.png differ diff --git a/icons/items/124/ui_item_103010011.png b/icons/items/124/ui_item_103010011.png new file mode 100644 index 0000000..64d0847 Binary files /dev/null and b/icons/items/124/ui_item_103010011.png differ diff --git a/icons/items/124/ui_item_103010012.png b/icons/items/124/ui_item_103010012.png new file mode 100644 index 0000000..7e6772b Binary files /dev/null and b/icons/items/124/ui_item_103010012.png differ diff --git a/icons/items/124/ui_item_103010015.png b/icons/items/124/ui_item_103010015.png new file mode 100644 index 0000000..3a66696 Binary files /dev/null and b/icons/items/124/ui_item_103010015.png differ diff --git a/icons/items/124/ui_item_103010016.png b/icons/items/124/ui_item_103010016.png new file mode 100644 index 0000000..d1e8bf7 Binary files /dev/null and b/icons/items/124/ui_item_103010016.png differ diff --git a/icons/items/124/ui_item_103010018.png b/icons/items/124/ui_item_103010018.png new file mode 100644 index 0000000..3ea783d Binary files /dev/null and b/icons/items/124/ui_item_103010018.png differ diff --git a/icons/items/124/ui_item_103010031.png b/icons/items/124/ui_item_103010031.png new file mode 100644 index 0000000..17fe1bb Binary files /dev/null and b/icons/items/124/ui_item_103010031.png differ diff --git a/icons/items/124/ui_item_104010006.png b/icons/items/124/ui_item_104010006.png new file mode 100644 index 0000000..0fc08e2 Binary files /dev/null and b/icons/items/124/ui_item_104010006.png differ diff --git a/icons/items/124/ui_item_104010007.png b/icons/items/124/ui_item_104010007.png new file mode 100644 index 0000000..e2add05 Binary files /dev/null and b/icons/items/124/ui_item_104010007.png differ diff --git a/icons/items/124/ui_item_104010008.png b/icons/items/124/ui_item_104010008.png new file mode 100644 index 0000000..1542401 Binary files /dev/null and b/icons/items/124/ui_item_104010008.png differ diff --git a/icons/items/124/ui_item_104010009.png b/icons/items/124/ui_item_104010009.png new file mode 100644 index 0000000..ccb99ad Binary files /dev/null and b/icons/items/124/ui_item_104010009.png differ diff --git a/icons/items/124/ui_item_104010010.png b/icons/items/124/ui_item_104010010.png new file mode 100644 index 0000000..be3361e Binary files /dev/null and b/icons/items/124/ui_item_104010010.png differ diff --git a/icons/items/124/ui_item_104010011.png b/icons/items/124/ui_item_104010011.png new file mode 100644 index 0000000..24d4d61 Binary files /dev/null and b/icons/items/124/ui_item_104010011.png differ diff --git a/icons/items/124/ui_item_104010014.png b/icons/items/124/ui_item_104010014.png new file mode 100644 index 0000000..de10af7 Binary files /dev/null and b/icons/items/124/ui_item_104010014.png differ diff --git a/icons/items/124/ui_item_104010015.png b/icons/items/124/ui_item_104010015.png new file mode 100644 index 0000000..94b6bed Binary files /dev/null and b/icons/items/124/ui_item_104010015.png differ diff --git a/icons/items/124/ui_item_104010017.png b/icons/items/124/ui_item_104010017.png new file mode 100644 index 0000000..9604149 Binary files /dev/null and b/icons/items/124/ui_item_104010017.png differ diff --git a/icons/items/124/ui_item_104010031.png b/icons/items/124/ui_item_104010031.png new file mode 100644 index 0000000..96e1495 Binary files /dev/null and b/icons/items/124/ui_item_104010031.png differ diff --git a/icons/items/124/ui_item_105010004.png b/icons/items/124/ui_item_105010004.png new file mode 100644 index 0000000..c5646bc Binary files /dev/null and b/icons/items/124/ui_item_105010004.png differ diff --git a/icons/items/124/ui_item_105010005.png b/icons/items/124/ui_item_105010005.png new file mode 100644 index 0000000..9d1b171 Binary files /dev/null and b/icons/items/124/ui_item_105010005.png differ diff --git a/icons/items/124/ui_item_105010006.png b/icons/items/124/ui_item_105010006.png new file mode 100644 index 0000000..e30fc55 Binary files /dev/null and b/icons/items/124/ui_item_105010006.png differ diff --git a/icons/items/124/ui_item_105010007.png b/icons/items/124/ui_item_105010007.png new file mode 100644 index 0000000..9d36d12 Binary files /dev/null and b/icons/items/124/ui_item_105010007.png differ diff --git a/icons/items/124/ui_item_105010008.png b/icons/items/124/ui_item_105010008.png new file mode 100644 index 0000000..38ff569 Binary files /dev/null and b/icons/items/124/ui_item_105010008.png differ diff --git a/icons/items/124/ui_item_105010009.png b/icons/items/124/ui_item_105010009.png new file mode 100644 index 0000000..512c6b3 Binary files /dev/null and b/icons/items/124/ui_item_105010009.png differ diff --git a/icons/items/124/ui_item_105010012.png b/icons/items/124/ui_item_105010012.png new file mode 100644 index 0000000..fccb003 Binary files /dev/null and b/icons/items/124/ui_item_105010012.png differ diff --git a/icons/items/124/ui_item_105010013.png b/icons/items/124/ui_item_105010013.png new file mode 100644 index 0000000..fc73c54 Binary files /dev/null and b/icons/items/124/ui_item_105010013.png differ diff --git a/icons/items/124/ui_item_105010014.png b/icons/items/124/ui_item_105010014.png new file mode 100644 index 0000000..fafdc70 Binary files /dev/null and b/icons/items/124/ui_item_105010014.png differ diff --git a/icons/items/124/ui_item_105010019.png b/icons/items/124/ui_item_105010019.png new file mode 100644 index 0000000..0527add Binary files /dev/null and b/icons/items/124/ui_item_105010019.png differ diff --git a/icons/items/124/ui_item_105010030.png b/icons/items/124/ui_item_105010030.png new file mode 100644 index 0000000..beb610a Binary files /dev/null and b/icons/items/124/ui_item_105010030.png differ diff --git a/icons/items/124/ui_item_106010009.png b/icons/items/124/ui_item_106010009.png new file mode 100644 index 0000000..fa5147a Binary files /dev/null and b/icons/items/124/ui_item_106010009.png differ diff --git a/icons/items/124/ui_item_106010010.png b/icons/items/124/ui_item_106010010.png new file mode 100644 index 0000000..9413079 Binary files /dev/null and b/icons/items/124/ui_item_106010010.png differ diff --git a/icons/items/124/ui_item_106010012.png b/icons/items/124/ui_item_106010012.png new file mode 100644 index 0000000..aa38213 Binary files /dev/null and b/icons/items/124/ui_item_106010012.png differ diff --git a/icons/items/124/ui_item_106010015.png b/icons/items/124/ui_item_106010015.png new file mode 100644 index 0000000..944ed7a Binary files /dev/null and b/icons/items/124/ui_item_106010015.png differ diff --git a/icons/items/124/ui_item_106010016.png b/icons/items/124/ui_item_106010016.png new file mode 100644 index 0000000..657c9f9 Binary files /dev/null and b/icons/items/124/ui_item_106010016.png differ diff --git a/icons/items/124/ui_item_106010017.png b/icons/items/124/ui_item_106010017.png new file mode 100644 index 0000000..1816d46 Binary files /dev/null and b/icons/items/124/ui_item_106010017.png differ diff --git a/icons/items/124/ui_item_106010031.png b/icons/items/124/ui_item_106010031.png new file mode 100644 index 0000000..86ec7af Binary files /dev/null and b/icons/items/124/ui_item_106010031.png differ diff --git a/icons/items/124/ui_item_108010010.png b/icons/items/124/ui_item_108010010.png new file mode 100644 index 0000000..f21b17c Binary files /dev/null and b/icons/items/124/ui_item_108010010.png differ diff --git a/icons/items/124/ui_item_108010012.png b/icons/items/124/ui_item_108010012.png new file mode 100644 index 0000000..6b51b26 Binary files /dev/null and b/icons/items/124/ui_item_108010012.png differ diff --git a/icons/items/124/ui_item_108010013.png b/icons/items/124/ui_item_108010013.png new file mode 100644 index 0000000..201ab3b Binary files /dev/null and b/icons/items/124/ui_item_108010013.png differ diff --git a/icons/items/124/ui_item_108010016.png b/icons/items/124/ui_item_108010016.png new file mode 100644 index 0000000..cae844e Binary files /dev/null and b/icons/items/124/ui_item_108010016.png differ diff --git a/icons/items/124/ui_item_108010017.png b/icons/items/124/ui_item_108010017.png new file mode 100644 index 0000000..41cc462 Binary files /dev/null and b/icons/items/124/ui_item_108010017.png differ diff --git a/icons/items/124/ui_item_108010019.png b/icons/items/124/ui_item_108010019.png new file mode 100644 index 0000000..822af22 Binary files /dev/null and b/icons/items/124/ui_item_108010019.png differ diff --git a/icons/items/124/ui_item_108010034.png b/icons/items/124/ui_item_108010034.png new file mode 100644 index 0000000..ff19ba1 Binary files /dev/null and b/icons/items/124/ui_item_108010034.png differ diff --git a/icons/items/124/ui_item_109010005.png b/icons/items/124/ui_item_109010005.png new file mode 100644 index 0000000..f93e27f Binary files /dev/null and b/icons/items/124/ui_item_109010005.png differ diff --git a/icons/items/124/ui_item_109010006.png b/icons/items/124/ui_item_109010006.png new file mode 100644 index 0000000..797b459 Binary files /dev/null and b/icons/items/124/ui_item_109010006.png differ diff --git a/icons/items/124/ui_item_109010007.png b/icons/items/124/ui_item_109010007.png new file mode 100644 index 0000000..f0e78df Binary files /dev/null and b/icons/items/124/ui_item_109010007.png differ diff --git a/icons/items/124/ui_item_109010008.png b/icons/items/124/ui_item_109010008.png new file mode 100644 index 0000000..406f5ba Binary files /dev/null and b/icons/items/124/ui_item_109010008.png differ diff --git a/icons/items/124/ui_item_109010009.png b/icons/items/124/ui_item_109010009.png new file mode 100644 index 0000000..66cbd3b Binary files /dev/null and b/icons/items/124/ui_item_109010009.png differ diff --git a/icons/items/124/ui_item_109010010.png b/icons/items/124/ui_item_109010010.png new file mode 100644 index 0000000..4f1bfb0 Binary files /dev/null and b/icons/items/124/ui_item_109010010.png differ diff --git a/icons/items/124/ui_item_109010013.png b/icons/items/124/ui_item_109010013.png new file mode 100644 index 0000000..6dd1795 Binary files /dev/null and b/icons/items/124/ui_item_109010013.png differ diff --git a/icons/items/124/ui_item_109010014.png b/icons/items/124/ui_item_109010014.png new file mode 100644 index 0000000..9a8263b Binary files /dev/null and b/icons/items/124/ui_item_109010014.png differ diff --git a/icons/items/124/ui_item_109010015.png b/icons/items/124/ui_item_109010015.png new file mode 100644 index 0000000..e8e6043 Binary files /dev/null and b/icons/items/124/ui_item_109010015.png differ diff --git a/icons/items/124/ui_item_109010020.png b/icons/items/124/ui_item_109010020.png new file mode 100644 index 0000000..8ac1ee8 Binary files /dev/null and b/icons/items/124/ui_item_109010020.png differ diff --git a/icons/items/124/ui_item_109010030.png b/icons/items/124/ui_item_109010030.png new file mode 100644 index 0000000..4f0062a Binary files /dev/null and b/icons/items/124/ui_item_109010030.png differ diff --git a/icons/items/124/ui_item_110010010.png b/icons/items/124/ui_item_110010010.png new file mode 100644 index 0000000..315531a Binary files /dev/null and b/icons/items/124/ui_item_110010010.png differ diff --git a/icons/items/124/ui_item_110010012.png b/icons/items/124/ui_item_110010012.png new file mode 100644 index 0000000..64fbe70 Binary files /dev/null and b/icons/items/124/ui_item_110010012.png differ diff --git a/icons/items/124/ui_item_110010013.png b/icons/items/124/ui_item_110010013.png new file mode 100644 index 0000000..eafa40d Binary files /dev/null and b/icons/items/124/ui_item_110010013.png differ diff --git a/icons/items/124/ui_item_110010016.png b/icons/items/124/ui_item_110010016.png new file mode 100644 index 0000000..af0e8c4 Binary files /dev/null and b/icons/items/124/ui_item_110010016.png differ diff --git a/icons/items/124/ui_item_110010017.png b/icons/items/124/ui_item_110010017.png new file mode 100644 index 0000000..2419952 Binary files /dev/null and b/icons/items/124/ui_item_110010017.png differ diff --git a/icons/items/124/ui_item_110010018.png b/icons/items/124/ui_item_110010018.png new file mode 100644 index 0000000..0a6d4ac Binary files /dev/null and b/icons/items/124/ui_item_110010018.png differ diff --git a/icons/items/124/ui_item_110010023.png b/icons/items/124/ui_item_110010023.png new file mode 100644 index 0000000..3e5e6d3 Binary files /dev/null and b/icons/items/124/ui_item_110010023.png differ diff --git a/icons/items/124/ui_item_110010033.png b/icons/items/124/ui_item_110010033.png new file mode 100644 index 0000000..3baf9ac Binary files /dev/null and b/icons/items/124/ui_item_110010033.png differ diff --git a/icons/items/124/ui_item_111010012.png b/icons/items/124/ui_item_111010012.png new file mode 100644 index 0000000..badd538 Binary files /dev/null and b/icons/items/124/ui_item_111010012.png differ diff --git a/icons/items/124/ui_item_111010014.png b/icons/items/124/ui_item_111010014.png new file mode 100644 index 0000000..bd9d849 Binary files /dev/null and b/icons/items/124/ui_item_111010014.png differ diff --git a/icons/items/124/ui_item_111010015.png b/icons/items/124/ui_item_111010015.png new file mode 100644 index 0000000..a829871 Binary files /dev/null and b/icons/items/124/ui_item_111010015.png differ diff --git a/icons/items/124/ui_item_111010018.png b/icons/items/124/ui_item_111010018.png new file mode 100644 index 0000000..61aa84a Binary files /dev/null and b/icons/items/124/ui_item_111010018.png differ diff --git a/icons/items/124/ui_item_111010019.png b/icons/items/124/ui_item_111010019.png new file mode 100644 index 0000000..43fa9fe Binary files /dev/null and b/icons/items/124/ui_item_111010019.png differ diff --git a/icons/items/124/ui_item_111010021.png b/icons/items/124/ui_item_111010021.png new file mode 100644 index 0000000..b6adccb Binary files /dev/null and b/icons/items/124/ui_item_111010021.png differ diff --git a/icons/items/124/ui_item_111010035.png b/icons/items/124/ui_item_111010035.png new file mode 100644 index 0000000..a9e342e Binary files /dev/null and b/icons/items/124/ui_item_111010035.png differ diff --git a/icons/items/124/ui_item_111010036.png b/icons/items/124/ui_item_111010036.png new file mode 100644 index 0000000..5e15d84 Binary files /dev/null and b/icons/items/124/ui_item_111010036.png differ diff --git a/icons/items/124/ui_item_112010004.png b/icons/items/124/ui_item_112010004.png new file mode 100644 index 0000000..aa679dc Binary files /dev/null and b/icons/items/124/ui_item_112010004.png differ diff --git a/icons/items/124/ui_item_112010005.png b/icons/items/124/ui_item_112010005.png new file mode 100644 index 0000000..c8c5fd6 Binary files /dev/null and b/icons/items/124/ui_item_112010005.png differ diff --git a/icons/items/124/ui_item_112010006.png b/icons/items/124/ui_item_112010006.png new file mode 100644 index 0000000..fc73702 Binary files /dev/null and b/icons/items/124/ui_item_112010006.png differ diff --git a/icons/items/124/ui_item_112010007.png b/icons/items/124/ui_item_112010007.png new file mode 100644 index 0000000..72ae341 Binary files /dev/null and b/icons/items/124/ui_item_112010007.png differ diff --git a/icons/items/124/ui_item_112010008.png b/icons/items/124/ui_item_112010008.png new file mode 100644 index 0000000..89f76a4 Binary files /dev/null and b/icons/items/124/ui_item_112010008.png differ diff --git a/icons/items/124/ui_item_112010009.png b/icons/items/124/ui_item_112010009.png new file mode 100644 index 0000000..bec6fd0 Binary files /dev/null and b/icons/items/124/ui_item_112010009.png differ diff --git a/icons/items/124/ui_item_112010012.png b/icons/items/124/ui_item_112010012.png new file mode 100644 index 0000000..d292b32 Binary files /dev/null and b/icons/items/124/ui_item_112010012.png differ diff --git a/icons/items/124/ui_item_112010013.png b/icons/items/124/ui_item_112010013.png new file mode 100644 index 0000000..b9dadce Binary files /dev/null and b/icons/items/124/ui_item_112010013.png differ diff --git a/icons/items/124/ui_item_112010014.png b/icons/items/124/ui_item_112010014.png new file mode 100644 index 0000000..38cbb81 Binary files /dev/null and b/icons/items/124/ui_item_112010014.png differ diff --git a/icons/items/124/ui_item_112010027.png b/icons/items/124/ui_item_112010027.png new file mode 100644 index 0000000..b11a96a Binary files /dev/null and b/icons/items/124/ui_item_112010027.png differ diff --git a/icons/items/124/ui_item_113010012.png b/icons/items/124/ui_item_113010012.png new file mode 100644 index 0000000..b0c9044 Binary files /dev/null and b/icons/items/124/ui_item_113010012.png differ diff --git a/icons/items/124/ui_item_113010014.png b/icons/items/124/ui_item_113010014.png new file mode 100644 index 0000000..ee31c8c Binary files /dev/null and b/icons/items/124/ui_item_113010014.png differ diff --git a/icons/items/124/ui_item_113010015.png b/icons/items/124/ui_item_113010015.png new file mode 100644 index 0000000..78350fb Binary files /dev/null and b/icons/items/124/ui_item_113010015.png differ diff --git a/icons/items/124/ui_item_113010016.png b/icons/items/124/ui_item_113010016.png new file mode 100644 index 0000000..24c55ca Binary files /dev/null and b/icons/items/124/ui_item_113010016.png differ diff --git a/icons/items/124/ui_item_113010019.png b/icons/items/124/ui_item_113010019.png new file mode 100644 index 0000000..843a243 Binary files /dev/null and b/icons/items/124/ui_item_113010019.png differ diff --git a/icons/items/124/ui_item_113010020.png b/icons/items/124/ui_item_113010020.png new file mode 100644 index 0000000..30311f9 Binary files /dev/null and b/icons/items/124/ui_item_113010020.png differ diff --git a/icons/items/124/ui_item_113010021.png b/icons/items/124/ui_item_113010021.png new file mode 100644 index 0000000..73d9ee8 Binary files /dev/null and b/icons/items/124/ui_item_113010021.png differ diff --git a/icons/items/124/ui_item_113010026.png b/icons/items/124/ui_item_113010026.png new file mode 100644 index 0000000..deb0158 Binary files /dev/null and b/icons/items/124/ui_item_113010026.png differ diff --git a/icons/items/124/ui_item_113010035.png b/icons/items/124/ui_item_113010035.png new file mode 100644 index 0000000..e9c9efb Binary files /dev/null and b/icons/items/124/ui_item_113010035.png differ diff --git a/icons/items/124/ui_item_1130501.png b/icons/items/124/ui_item_1130501.png new file mode 100644 index 0000000..90e88bb Binary files /dev/null and b/icons/items/124/ui_item_1130501.png differ diff --git a/icons/items/124/ui_item_1130503.png b/icons/items/124/ui_item_1130503.png new file mode 100644 index 0000000..b0ab101 Binary files /dev/null and b/icons/items/124/ui_item_1130503.png differ diff --git a/icons/items/124/ui_item_114010004.png b/icons/items/124/ui_item_114010004.png new file mode 100644 index 0000000..952610d Binary files /dev/null and b/icons/items/124/ui_item_114010004.png differ diff --git a/icons/items/124/ui_item_114010005.png b/icons/items/124/ui_item_114010005.png new file mode 100644 index 0000000..97a7a05 Binary files /dev/null and b/icons/items/124/ui_item_114010005.png differ diff --git a/icons/items/124/ui_item_114010006.png b/icons/items/124/ui_item_114010006.png new file mode 100644 index 0000000..40e48e8 Binary files /dev/null and b/icons/items/124/ui_item_114010006.png differ diff --git a/icons/items/124/ui_item_114010007.png b/icons/items/124/ui_item_114010007.png new file mode 100644 index 0000000..75b8f89 Binary files /dev/null and b/icons/items/124/ui_item_114010007.png differ diff --git a/icons/items/124/ui_item_114010009.png b/icons/items/124/ui_item_114010009.png new file mode 100644 index 0000000..d1dafa2 Binary files /dev/null and b/icons/items/124/ui_item_114010009.png differ diff --git a/icons/items/124/ui_item_114010012.png b/icons/items/124/ui_item_114010012.png new file mode 100644 index 0000000..0598438 Binary files /dev/null and b/icons/items/124/ui_item_114010012.png differ diff --git a/icons/items/124/ui_item_114010013.png b/icons/items/124/ui_item_114010013.png new file mode 100644 index 0000000..4f3e2af Binary files /dev/null and b/icons/items/124/ui_item_114010013.png differ diff --git a/icons/items/124/ui_item_114010014.png b/icons/items/124/ui_item_114010014.png new file mode 100644 index 0000000..3c04455 Binary files /dev/null and b/icons/items/124/ui_item_114010014.png differ diff --git a/icons/items/124/ui_item_114010019.png b/icons/items/124/ui_item_114010019.png new file mode 100644 index 0000000..0a24bea Binary files /dev/null and b/icons/items/124/ui_item_114010019.png differ diff --git a/icons/items/124/ui_item_114010031.png b/icons/items/124/ui_item_114010031.png new file mode 100644 index 0000000..33034ec Binary files /dev/null and b/icons/items/124/ui_item_114010031.png differ diff --git a/icons/items/124/ui_item_115010005.png b/icons/items/124/ui_item_115010005.png new file mode 100644 index 0000000..ef088a2 Binary files /dev/null and b/icons/items/124/ui_item_115010005.png differ diff --git a/icons/items/124/ui_item_115010006.png b/icons/items/124/ui_item_115010006.png new file mode 100644 index 0000000..32e7cd7 Binary files /dev/null and b/icons/items/124/ui_item_115010006.png differ diff --git a/icons/items/124/ui_item_115010007.png b/icons/items/124/ui_item_115010007.png new file mode 100644 index 0000000..76ab245 Binary files /dev/null and b/icons/items/124/ui_item_115010007.png differ diff --git a/icons/items/124/ui_item_115010008.png b/icons/items/124/ui_item_115010008.png new file mode 100644 index 0000000..5da6352 Binary files /dev/null and b/icons/items/124/ui_item_115010008.png differ diff --git a/icons/items/124/ui_item_115010010.png b/icons/items/124/ui_item_115010010.png new file mode 100644 index 0000000..20515f9 Binary files /dev/null and b/icons/items/124/ui_item_115010010.png differ diff --git a/icons/items/124/ui_item_115010013.png b/icons/items/124/ui_item_115010013.png new file mode 100644 index 0000000..cc4a6c0 Binary files /dev/null and b/icons/items/124/ui_item_115010013.png differ diff --git a/icons/items/124/ui_item_115010014.png b/icons/items/124/ui_item_115010014.png new file mode 100644 index 0000000..369894e Binary files /dev/null and b/icons/items/124/ui_item_115010014.png differ diff --git a/icons/items/124/ui_item_115010015.png b/icons/items/124/ui_item_115010015.png new file mode 100644 index 0000000..38ca3f9 Binary files /dev/null and b/icons/items/124/ui_item_115010015.png differ diff --git a/icons/items/124/ui_item_115010031.png b/icons/items/124/ui_item_115010031.png new file mode 100644 index 0000000..bb1beaf Binary files /dev/null and b/icons/items/124/ui_item_115010031.png differ diff --git a/icons/items/124/ui_item_201010006.png b/icons/items/124/ui_item_201010006.png new file mode 100644 index 0000000..05ba52b Binary files /dev/null and b/icons/items/124/ui_item_201010006.png differ diff --git a/icons/items/124/ui_item_201010007.png b/icons/items/124/ui_item_201010007.png new file mode 100644 index 0000000..d238dc3 Binary files /dev/null and b/icons/items/124/ui_item_201010007.png differ diff --git a/icons/items/124/ui_item_201010008.png b/icons/items/124/ui_item_201010008.png new file mode 100644 index 0000000..f430636 Binary files /dev/null and b/icons/items/124/ui_item_201010008.png differ diff --git a/icons/items/124/ui_item_201010009.png b/icons/items/124/ui_item_201010009.png new file mode 100644 index 0000000..8581303 Binary files /dev/null and b/icons/items/124/ui_item_201010009.png differ diff --git a/icons/items/124/ui_item_201010010.png b/icons/items/124/ui_item_201010010.png new file mode 100644 index 0000000..f9631f4 Binary files /dev/null and b/icons/items/124/ui_item_201010010.png differ diff --git a/icons/items/124/ui_item_201010011.png b/icons/items/124/ui_item_201010011.png new file mode 100644 index 0000000..90a7f67 Binary files /dev/null and b/icons/items/124/ui_item_201010011.png differ diff --git a/icons/items/124/ui_item_201010012.png b/icons/items/124/ui_item_201010012.png new file mode 100644 index 0000000..88eb809 Binary files /dev/null and b/icons/items/124/ui_item_201010012.png differ diff --git a/icons/items/124/ui_item_201010013.png b/icons/items/124/ui_item_201010013.png new file mode 100644 index 0000000..c2400e9 Binary files /dev/null and b/icons/items/124/ui_item_201010013.png differ diff --git a/icons/items/124/ui_item_201010014.png b/icons/items/124/ui_item_201010014.png new file mode 100644 index 0000000..23f14b6 Binary files /dev/null and b/icons/items/124/ui_item_201010014.png differ diff --git a/icons/items/124/ui_item_201010015.png b/icons/items/124/ui_item_201010015.png new file mode 100644 index 0000000..171b561 Binary files /dev/null and b/icons/items/124/ui_item_201010015.png differ diff --git a/icons/items/124/ui_item_201010016.png b/icons/items/124/ui_item_201010016.png new file mode 100644 index 0000000..38ba73c Binary files /dev/null and b/icons/items/124/ui_item_201010016.png differ diff --git a/icons/items/124/ui_item_201010017.png b/icons/items/124/ui_item_201010017.png new file mode 100644 index 0000000..5b9f5e5 Binary files /dev/null and b/icons/items/124/ui_item_201010017.png differ diff --git a/icons/items/124/ui_item_201010018.png b/icons/items/124/ui_item_201010018.png new file mode 100644 index 0000000..60a6cd1 Binary files /dev/null and b/icons/items/124/ui_item_201010018.png differ diff --git a/icons/items/124/ui_item_2010901.png b/icons/items/124/ui_item_2010901.png new file mode 100644 index 0000000..8bf127f Binary files /dev/null and b/icons/items/124/ui_item_2010901.png differ diff --git a/icons/items/124/ui_item_2010902.png b/icons/items/124/ui_item_2010902.png new file mode 100644 index 0000000..9a0927d Binary files /dev/null and b/icons/items/124/ui_item_2010902.png differ diff --git a/icons/items/124/ui_item_2010903.png b/icons/items/124/ui_item_2010903.png new file mode 100644 index 0000000..d4005a8 Binary files /dev/null and b/icons/items/124/ui_item_2010903.png differ diff --git a/icons/items/124/ui_item_2010904.png b/icons/items/124/ui_item_2010904.png new file mode 100644 index 0000000..72aff5d Binary files /dev/null and b/icons/items/124/ui_item_2010904.png differ diff --git a/icons/items/124/ui_item_2010905.png b/icons/items/124/ui_item_2010905.png new file mode 100644 index 0000000..fb9420d Binary files /dev/null and b/icons/items/124/ui_item_2010905.png differ diff --git a/icons/items/124/ui_item_2010906.png b/icons/items/124/ui_item_2010906.png new file mode 100644 index 0000000..1aaf28b Binary files /dev/null and b/icons/items/124/ui_item_2010906.png differ diff --git a/icons/items/124/ui_item_2010907.png b/icons/items/124/ui_item_2010907.png new file mode 100644 index 0000000..0c5a1dc Binary files /dev/null and b/icons/items/124/ui_item_2010907.png differ diff --git a/icons/items/124/ui_item_2010908.png b/icons/items/124/ui_item_2010908.png new file mode 100644 index 0000000..c96cbc0 Binary files /dev/null and b/icons/items/124/ui_item_2010908.png differ diff --git a/icons/items/124/ui_item_2010909.png b/icons/items/124/ui_item_2010909.png new file mode 100644 index 0000000..ae52196 Binary files /dev/null and b/icons/items/124/ui_item_2010909.png differ diff --git a/icons/items/124/ui_item_2010910.png b/icons/items/124/ui_item_2010910.png new file mode 100644 index 0000000..9e0d69b Binary files /dev/null and b/icons/items/124/ui_item_2010910.png differ diff --git a/icons/items/124/ui_item_2010911.png b/icons/items/124/ui_item_2010911.png new file mode 100644 index 0000000..0a6a1d8 Binary files /dev/null and b/icons/items/124/ui_item_2010911.png differ diff --git a/icons/items/124/ui_item_2010912.png b/icons/items/124/ui_item_2010912.png new file mode 100644 index 0000000..57c7151 Binary files /dev/null and b/icons/items/124/ui_item_2010912.png differ diff --git a/icons/items/124/ui_item_2010913.png b/icons/items/124/ui_item_2010913.png new file mode 100644 index 0000000..9529fe9 Binary files /dev/null and b/icons/items/124/ui_item_2010913.png differ diff --git a/icons/items/124/ui_item_2010914.png b/icons/items/124/ui_item_2010914.png new file mode 100644 index 0000000..a42ca73 Binary files /dev/null and b/icons/items/124/ui_item_2010914.png differ diff --git a/icons/items/124/ui_item_2010915.png b/icons/items/124/ui_item_2010915.png new file mode 100644 index 0000000..7d8535a Binary files /dev/null and b/icons/items/124/ui_item_2010915.png differ diff --git a/icons/items/124/ui_item_2010916.png b/icons/items/124/ui_item_2010916.png new file mode 100644 index 0000000..76ed322 Binary files /dev/null and b/icons/items/124/ui_item_2010916.png differ diff --git a/icons/items/124/ui_item_2010917.png b/icons/items/124/ui_item_2010917.png new file mode 100644 index 0000000..b42d462 Binary files /dev/null and b/icons/items/124/ui_item_2010917.png differ diff --git a/icons/items/124/ui_item_2010918.png b/icons/items/124/ui_item_2010918.png new file mode 100644 index 0000000..5abaa96 Binary files /dev/null and b/icons/items/124/ui_item_2010918.png differ diff --git a/icons/items/124/ui_item_2010919.png b/icons/items/124/ui_item_2010919.png new file mode 100644 index 0000000..3e631d1 Binary files /dev/null and b/icons/items/124/ui_item_2010919.png differ diff --git a/icons/items/124/ui_item_2010920.png b/icons/items/124/ui_item_2010920.png new file mode 100644 index 0000000..08dabf7 Binary files /dev/null and b/icons/items/124/ui_item_2010920.png differ diff --git a/icons/items/124/ui_item_2010921.png b/icons/items/124/ui_item_2010921.png new file mode 100644 index 0000000..0e0ef3e Binary files /dev/null and b/icons/items/124/ui_item_2010921.png differ diff --git a/icons/items/124/ui_item_2010922.png b/icons/items/124/ui_item_2010922.png new file mode 100644 index 0000000..60c610c Binary files /dev/null and b/icons/items/124/ui_item_2010922.png differ diff --git a/icons/items/124/ui_item_2010923.png b/icons/items/124/ui_item_2010923.png new file mode 100644 index 0000000..9d63fe0 Binary files /dev/null and b/icons/items/124/ui_item_2010923.png differ diff --git a/icons/items/124/ui_item_2010924.png b/icons/items/124/ui_item_2010924.png new file mode 100644 index 0000000..4a7abf4 Binary files /dev/null and b/icons/items/124/ui_item_2010924.png differ diff --git a/icons/items/124/ui_item_2010925.png b/icons/items/124/ui_item_2010925.png new file mode 100644 index 0000000..7af4457 Binary files /dev/null and b/icons/items/124/ui_item_2010925.png differ diff --git a/icons/items/124/ui_item_2010926.png b/icons/items/124/ui_item_2010926.png new file mode 100644 index 0000000..d1dceb6 Binary files /dev/null and b/icons/items/124/ui_item_2010926.png differ diff --git a/icons/items/124/ui_item_2110022.png b/icons/items/124/ui_item_2110022.png new file mode 100644 index 0000000..0c29ac7 Binary files /dev/null and b/icons/items/124/ui_item_2110022.png differ diff --git a/icons/items/124/ui_item_2120022.png b/icons/items/124/ui_item_2120022.png new file mode 100644 index 0000000..0873449 Binary files /dev/null and b/icons/items/124/ui_item_2120022.png differ diff --git a/icons/items/124/ui_item_2130022.png b/icons/items/124/ui_item_2130022.png new file mode 100644 index 0000000..0250327 Binary files /dev/null and b/icons/items/124/ui_item_2130022.png differ diff --git a/icons/items/124/ui_item_408010012.png b/icons/items/124/ui_item_408010012.png new file mode 100644 index 0000000..16639c8 Binary files /dev/null and b/icons/items/124/ui_item_408010012.png differ diff --git a/icons/items/124/ui_item_408010016.png b/icons/items/124/ui_item_408010016.png new file mode 100644 index 0000000..8b206e2 Binary files /dev/null and b/icons/items/124/ui_item_408010016.png differ diff --git a/icons/items/124/ui_item_408010021.png b/icons/items/124/ui_item_408010021.png new file mode 100644 index 0000000..5d675b1 Binary files /dev/null and b/icons/items/124/ui_item_408010021.png differ diff --git a/icons/items/124/ui_item_408010022.png b/icons/items/124/ui_item_408010022.png new file mode 100644 index 0000000..7675b50 Binary files /dev/null and b/icons/items/124/ui_item_408010022.png differ diff --git a/icons/items/124/ui_item_408010025.png b/icons/items/124/ui_item_408010025.png new file mode 100644 index 0000000..8ab9e2f Binary files /dev/null and b/icons/items/124/ui_item_408010025.png differ diff --git a/icons/items/124/ui_item_484010002.png b/icons/items/124/ui_item_484010002.png new file mode 100644 index 0000000..a8b1e10 Binary files /dev/null and b/icons/items/124/ui_item_484010002.png differ diff --git a/icons/items/124/ui_item_484010003.png b/icons/items/124/ui_item_484010003.png new file mode 100644 index 0000000..a09f89c Binary files /dev/null and b/icons/items/124/ui_item_484010003.png differ diff --git a/icons/items/124/ui_item_484010004.png b/icons/items/124/ui_item_484010004.png new file mode 100644 index 0000000..da6694f Binary files /dev/null and b/icons/items/124/ui_item_484010004.png differ diff --git a/icons/items/124/ui_item_484010005.png b/icons/items/124/ui_item_484010005.png new file mode 100644 index 0000000..4fe64b4 Binary files /dev/null and b/icons/items/124/ui_item_484010005.png differ diff --git a/icons/items/124/ui_item_484010006.png b/icons/items/124/ui_item_484010006.png new file mode 100644 index 0000000..0896b25 Binary files /dev/null and b/icons/items/124/ui_item_484010006.png differ diff --git a/icons/items/124/ui_item_484010007.png b/icons/items/124/ui_item_484010007.png new file mode 100644 index 0000000..c8c2496 Binary files /dev/null and b/icons/items/124/ui_item_484010007.png differ diff --git a/icons/items/124/ui_item_484010008.png b/icons/items/124/ui_item_484010008.png new file mode 100644 index 0000000..6ca0cd9 Binary files /dev/null and b/icons/items/124/ui_item_484010008.png differ diff --git a/icons/items/256/ui_item_101010013.png b/icons/items/256/ui_item_101010013.png new file mode 100644 index 0000000..8d9981c Binary files /dev/null and b/icons/items/256/ui_item_101010013.png differ diff --git a/icons/items/256/ui_item_101010015.png b/icons/items/256/ui_item_101010015.png new file mode 100644 index 0000000..f05c86f Binary files /dev/null and b/icons/items/256/ui_item_101010015.png differ diff --git a/icons/items/256/ui_item_101010016.png b/icons/items/256/ui_item_101010016.png new file mode 100644 index 0000000..105f269 Binary files /dev/null and b/icons/items/256/ui_item_101010016.png differ diff --git a/icons/items/256/ui_item_101010019.png b/icons/items/256/ui_item_101010019.png new file mode 100644 index 0000000..da17a0c Binary files /dev/null and b/icons/items/256/ui_item_101010019.png differ diff --git a/icons/items/256/ui_item_101010020.png b/icons/items/256/ui_item_101010020.png new file mode 100644 index 0000000..9570316 Binary files /dev/null and b/icons/items/256/ui_item_101010020.png differ diff --git a/icons/items/256/ui_item_101010021.png b/icons/items/256/ui_item_101010021.png new file mode 100644 index 0000000..b8ddcaf Binary files /dev/null and b/icons/items/256/ui_item_101010021.png differ diff --git a/icons/items/256/ui_item_101010022.png b/icons/items/256/ui_item_101010022.png new file mode 100644 index 0000000..47bd6b1 Binary files /dev/null and b/icons/items/256/ui_item_101010022.png differ diff --git a/icons/items/256/ui_item_102010003.png b/icons/items/256/ui_item_102010003.png new file mode 100644 index 0000000..44009ff Binary files /dev/null and b/icons/items/256/ui_item_102010003.png differ diff --git a/icons/items/256/ui_item_102010004.png b/icons/items/256/ui_item_102010004.png new file mode 100644 index 0000000..29559ba Binary files /dev/null and b/icons/items/256/ui_item_102010004.png differ diff --git a/icons/items/256/ui_item_102010005.png b/icons/items/256/ui_item_102010005.png new file mode 100644 index 0000000..eaea451 Binary files /dev/null and b/icons/items/256/ui_item_102010005.png differ diff --git a/icons/items/256/ui_item_102010006.png b/icons/items/256/ui_item_102010006.png new file mode 100644 index 0000000..860961f Binary files /dev/null and b/icons/items/256/ui_item_102010006.png differ diff --git a/icons/items/256/ui_item_102010007.png b/icons/items/256/ui_item_102010007.png new file mode 100644 index 0000000..9327557 Binary files /dev/null and b/icons/items/256/ui_item_102010007.png differ diff --git a/icons/items/256/ui_item_102010008.png b/icons/items/256/ui_item_102010008.png new file mode 100644 index 0000000..2be4ee4 Binary files /dev/null and b/icons/items/256/ui_item_102010008.png differ diff --git a/icons/items/256/ui_item_102010011.png b/icons/items/256/ui_item_102010011.png new file mode 100644 index 0000000..294ea51 Binary files /dev/null and b/icons/items/256/ui_item_102010011.png differ diff --git a/icons/items/256/ui_item_102010012.png b/icons/items/256/ui_item_102010012.png new file mode 100644 index 0000000..c5af6fb Binary files /dev/null and b/icons/items/256/ui_item_102010012.png differ diff --git a/icons/items/256/ui_item_102010013.png b/icons/items/256/ui_item_102010013.png new file mode 100644 index 0000000..c39430d Binary files /dev/null and b/icons/items/256/ui_item_102010013.png differ diff --git a/icons/items/256/ui_item_102010018.png b/icons/items/256/ui_item_102010018.png new file mode 100644 index 0000000..9ac15b3 Binary files /dev/null and b/icons/items/256/ui_item_102010018.png differ diff --git a/icons/items/256/ui_item_102010027.png b/icons/items/256/ui_item_102010027.png new file mode 100644 index 0000000..9392beb Binary files /dev/null and b/icons/items/256/ui_item_102010027.png differ diff --git a/icons/items/256/ui_item_103010006.png b/icons/items/256/ui_item_103010006.png new file mode 100644 index 0000000..c9f8546 Binary files /dev/null and b/icons/items/256/ui_item_103010006.png differ diff --git a/icons/items/256/ui_item_103010007.png b/icons/items/256/ui_item_103010007.png new file mode 100644 index 0000000..de1abb0 Binary files /dev/null and b/icons/items/256/ui_item_103010007.png differ diff --git a/icons/items/256/ui_item_103010008.png b/icons/items/256/ui_item_103010008.png new file mode 100644 index 0000000..33185d8 Binary files /dev/null and b/icons/items/256/ui_item_103010008.png differ diff --git a/icons/items/256/ui_item_103010009.png b/icons/items/256/ui_item_103010009.png new file mode 100644 index 0000000..c939dc3 Binary files /dev/null and b/icons/items/256/ui_item_103010009.png differ diff --git a/icons/items/256/ui_item_103010010.png b/icons/items/256/ui_item_103010010.png new file mode 100644 index 0000000..dcf152d Binary files /dev/null and b/icons/items/256/ui_item_103010010.png differ diff --git a/icons/items/256/ui_item_103010011.png b/icons/items/256/ui_item_103010011.png new file mode 100644 index 0000000..e25e7f5 Binary files /dev/null and b/icons/items/256/ui_item_103010011.png differ diff --git a/icons/items/256/ui_item_103010012.png b/icons/items/256/ui_item_103010012.png new file mode 100644 index 0000000..7db9f18 Binary files /dev/null and b/icons/items/256/ui_item_103010012.png differ diff --git a/icons/items/256/ui_item_103010015.png b/icons/items/256/ui_item_103010015.png new file mode 100644 index 0000000..fb4fe8b Binary files /dev/null and b/icons/items/256/ui_item_103010015.png differ diff --git a/icons/items/256/ui_item_103010016.png b/icons/items/256/ui_item_103010016.png new file mode 100644 index 0000000..3efdec4 Binary files /dev/null and b/icons/items/256/ui_item_103010016.png differ diff --git a/icons/items/256/ui_item_103010018.png b/icons/items/256/ui_item_103010018.png new file mode 100644 index 0000000..73f9e98 Binary files /dev/null and b/icons/items/256/ui_item_103010018.png differ diff --git a/icons/items/256/ui_item_103010031.png b/icons/items/256/ui_item_103010031.png new file mode 100644 index 0000000..333b4ff Binary files /dev/null and b/icons/items/256/ui_item_103010031.png differ diff --git a/icons/items/256/ui_item_104010006.png b/icons/items/256/ui_item_104010006.png new file mode 100644 index 0000000..2372bd2 Binary files /dev/null and b/icons/items/256/ui_item_104010006.png differ diff --git a/icons/items/256/ui_item_104010007.png b/icons/items/256/ui_item_104010007.png new file mode 100644 index 0000000..4103c85 Binary files /dev/null and b/icons/items/256/ui_item_104010007.png differ diff --git a/icons/items/256/ui_item_104010008.png b/icons/items/256/ui_item_104010008.png new file mode 100644 index 0000000..316ce9b Binary files /dev/null and b/icons/items/256/ui_item_104010008.png differ diff --git a/icons/items/256/ui_item_104010009.png b/icons/items/256/ui_item_104010009.png new file mode 100644 index 0000000..541cc41 Binary files /dev/null and b/icons/items/256/ui_item_104010009.png differ diff --git a/icons/items/256/ui_item_104010010.png b/icons/items/256/ui_item_104010010.png new file mode 100644 index 0000000..8c5cd61 Binary files /dev/null and b/icons/items/256/ui_item_104010010.png differ diff --git a/icons/items/256/ui_item_104010011.png b/icons/items/256/ui_item_104010011.png new file mode 100644 index 0000000..1ae1275 Binary files /dev/null and b/icons/items/256/ui_item_104010011.png differ diff --git a/icons/items/256/ui_item_104010014.png b/icons/items/256/ui_item_104010014.png new file mode 100644 index 0000000..6d5539d Binary files /dev/null and b/icons/items/256/ui_item_104010014.png differ diff --git a/icons/items/256/ui_item_104010015.png b/icons/items/256/ui_item_104010015.png new file mode 100644 index 0000000..242f557 Binary files /dev/null and b/icons/items/256/ui_item_104010015.png differ diff --git a/icons/items/256/ui_item_104010017.png b/icons/items/256/ui_item_104010017.png new file mode 100644 index 0000000..29730e5 Binary files /dev/null and b/icons/items/256/ui_item_104010017.png differ diff --git a/icons/items/256/ui_item_104010031.png b/icons/items/256/ui_item_104010031.png new file mode 100644 index 0000000..9fdfa68 Binary files /dev/null and b/icons/items/256/ui_item_104010031.png differ diff --git a/icons/items/256/ui_item_105010004.png b/icons/items/256/ui_item_105010004.png new file mode 100644 index 0000000..dc7a51e Binary files /dev/null and b/icons/items/256/ui_item_105010004.png differ diff --git a/icons/items/256/ui_item_105010005.png b/icons/items/256/ui_item_105010005.png new file mode 100644 index 0000000..2af05cd Binary files /dev/null and b/icons/items/256/ui_item_105010005.png differ diff --git a/icons/items/256/ui_item_105010006.png b/icons/items/256/ui_item_105010006.png new file mode 100644 index 0000000..4f40e22 Binary files /dev/null and b/icons/items/256/ui_item_105010006.png differ diff --git a/icons/items/256/ui_item_105010007.png b/icons/items/256/ui_item_105010007.png new file mode 100644 index 0000000..f5048ce Binary files /dev/null and b/icons/items/256/ui_item_105010007.png differ diff --git a/icons/items/256/ui_item_105010008.png b/icons/items/256/ui_item_105010008.png new file mode 100644 index 0000000..2fc78b1 Binary files /dev/null and b/icons/items/256/ui_item_105010008.png differ diff --git a/icons/items/256/ui_item_105010009.png b/icons/items/256/ui_item_105010009.png new file mode 100644 index 0000000..3ae8a63 Binary files /dev/null and b/icons/items/256/ui_item_105010009.png differ diff --git a/icons/items/256/ui_item_105010012.png b/icons/items/256/ui_item_105010012.png new file mode 100644 index 0000000..fcf1943 Binary files /dev/null and b/icons/items/256/ui_item_105010012.png differ diff --git a/icons/items/256/ui_item_105010013.png b/icons/items/256/ui_item_105010013.png new file mode 100644 index 0000000..807eab8 Binary files /dev/null and b/icons/items/256/ui_item_105010013.png differ diff --git a/icons/items/256/ui_item_105010014.png b/icons/items/256/ui_item_105010014.png new file mode 100644 index 0000000..ff1428a Binary files /dev/null and b/icons/items/256/ui_item_105010014.png differ diff --git a/icons/items/256/ui_item_105010019.png b/icons/items/256/ui_item_105010019.png new file mode 100644 index 0000000..e8741a0 Binary files /dev/null and b/icons/items/256/ui_item_105010019.png differ diff --git a/icons/items/256/ui_item_105010030.png b/icons/items/256/ui_item_105010030.png new file mode 100644 index 0000000..c99d079 Binary files /dev/null and b/icons/items/256/ui_item_105010030.png differ diff --git a/icons/items/256/ui_item_106010009.png b/icons/items/256/ui_item_106010009.png new file mode 100644 index 0000000..cd45b6e Binary files /dev/null and b/icons/items/256/ui_item_106010009.png differ diff --git a/icons/items/256/ui_item_106010010.png b/icons/items/256/ui_item_106010010.png new file mode 100644 index 0000000..74fd6c6 Binary files /dev/null and b/icons/items/256/ui_item_106010010.png differ diff --git a/icons/items/256/ui_item_106010012.png b/icons/items/256/ui_item_106010012.png new file mode 100644 index 0000000..5298e24 Binary files /dev/null and b/icons/items/256/ui_item_106010012.png differ diff --git a/icons/items/256/ui_item_106010015.png b/icons/items/256/ui_item_106010015.png new file mode 100644 index 0000000..cea1cf2 Binary files /dev/null and b/icons/items/256/ui_item_106010015.png differ diff --git a/icons/items/256/ui_item_106010016.png b/icons/items/256/ui_item_106010016.png new file mode 100644 index 0000000..9350ef7 Binary files /dev/null and b/icons/items/256/ui_item_106010016.png differ diff --git a/icons/items/256/ui_item_106010017.png b/icons/items/256/ui_item_106010017.png new file mode 100644 index 0000000..6fd8c15 Binary files /dev/null and b/icons/items/256/ui_item_106010017.png differ diff --git a/icons/items/256/ui_item_106010031.png b/icons/items/256/ui_item_106010031.png new file mode 100644 index 0000000..7cfb354 Binary files /dev/null and b/icons/items/256/ui_item_106010031.png differ diff --git a/icons/items/256/ui_item_108010010.png b/icons/items/256/ui_item_108010010.png new file mode 100644 index 0000000..f1ae8c9 Binary files /dev/null and b/icons/items/256/ui_item_108010010.png differ diff --git a/icons/items/256/ui_item_108010012.png b/icons/items/256/ui_item_108010012.png new file mode 100644 index 0000000..65ed1dc Binary files /dev/null and b/icons/items/256/ui_item_108010012.png differ diff --git a/icons/items/256/ui_item_108010013.png b/icons/items/256/ui_item_108010013.png new file mode 100644 index 0000000..1df9785 Binary files /dev/null and b/icons/items/256/ui_item_108010013.png differ diff --git a/icons/items/256/ui_item_108010016.png b/icons/items/256/ui_item_108010016.png new file mode 100644 index 0000000..62da468 Binary files /dev/null and b/icons/items/256/ui_item_108010016.png differ diff --git a/icons/items/256/ui_item_108010017.png b/icons/items/256/ui_item_108010017.png new file mode 100644 index 0000000..715af5c Binary files /dev/null and b/icons/items/256/ui_item_108010017.png differ diff --git a/icons/items/256/ui_item_108010019.png b/icons/items/256/ui_item_108010019.png new file mode 100644 index 0000000..42b38d7 Binary files /dev/null and b/icons/items/256/ui_item_108010019.png differ diff --git a/icons/items/256/ui_item_108010034.png b/icons/items/256/ui_item_108010034.png new file mode 100644 index 0000000..9cc75a4 Binary files /dev/null and b/icons/items/256/ui_item_108010034.png differ diff --git a/icons/items/256/ui_item_109010005.png b/icons/items/256/ui_item_109010005.png new file mode 100644 index 0000000..8346f87 Binary files /dev/null and b/icons/items/256/ui_item_109010005.png differ diff --git a/icons/items/256/ui_item_109010006.png b/icons/items/256/ui_item_109010006.png new file mode 100644 index 0000000..78551cb Binary files /dev/null and b/icons/items/256/ui_item_109010006.png differ diff --git a/icons/items/256/ui_item_109010007.png b/icons/items/256/ui_item_109010007.png new file mode 100644 index 0000000..0aeb44e Binary files /dev/null and b/icons/items/256/ui_item_109010007.png differ diff --git a/icons/items/256/ui_item_109010008.png b/icons/items/256/ui_item_109010008.png new file mode 100644 index 0000000..ca83a4a Binary files /dev/null and b/icons/items/256/ui_item_109010008.png differ diff --git a/icons/items/256/ui_item_109010009.png b/icons/items/256/ui_item_109010009.png new file mode 100644 index 0000000..d5309a8 Binary files /dev/null and b/icons/items/256/ui_item_109010009.png differ diff --git a/icons/items/256/ui_item_109010010.png b/icons/items/256/ui_item_109010010.png new file mode 100644 index 0000000..8123935 Binary files /dev/null and b/icons/items/256/ui_item_109010010.png differ diff --git a/icons/items/256/ui_item_109010013.png b/icons/items/256/ui_item_109010013.png new file mode 100644 index 0000000..02b4f59 Binary files /dev/null and b/icons/items/256/ui_item_109010013.png differ diff --git a/icons/items/256/ui_item_109010014.png b/icons/items/256/ui_item_109010014.png new file mode 100644 index 0000000..99a42a2 Binary files /dev/null and b/icons/items/256/ui_item_109010014.png differ diff --git a/icons/items/256/ui_item_109010015.png b/icons/items/256/ui_item_109010015.png new file mode 100644 index 0000000..b65dd69 Binary files /dev/null and b/icons/items/256/ui_item_109010015.png differ diff --git a/icons/items/256/ui_item_109010020.png b/icons/items/256/ui_item_109010020.png new file mode 100644 index 0000000..c4f4b97 Binary files /dev/null and b/icons/items/256/ui_item_109010020.png differ diff --git a/icons/items/256/ui_item_109010030.png b/icons/items/256/ui_item_109010030.png new file mode 100644 index 0000000..1e47a66 Binary files /dev/null and b/icons/items/256/ui_item_109010030.png differ diff --git a/icons/items/256/ui_item_110010010.png b/icons/items/256/ui_item_110010010.png new file mode 100644 index 0000000..236f1cd Binary files /dev/null and b/icons/items/256/ui_item_110010010.png differ diff --git a/icons/items/256/ui_item_110010012.png b/icons/items/256/ui_item_110010012.png new file mode 100644 index 0000000..4ed4574 Binary files /dev/null and b/icons/items/256/ui_item_110010012.png differ diff --git a/icons/items/256/ui_item_110010013.png b/icons/items/256/ui_item_110010013.png new file mode 100644 index 0000000..96da37c Binary files /dev/null and b/icons/items/256/ui_item_110010013.png differ diff --git a/icons/items/256/ui_item_110010016.png b/icons/items/256/ui_item_110010016.png new file mode 100644 index 0000000..5ac31a1 Binary files /dev/null and b/icons/items/256/ui_item_110010016.png differ diff --git a/icons/items/256/ui_item_110010017.png b/icons/items/256/ui_item_110010017.png new file mode 100644 index 0000000..ffde79a Binary files /dev/null and b/icons/items/256/ui_item_110010017.png differ diff --git a/icons/items/256/ui_item_110010018.png b/icons/items/256/ui_item_110010018.png new file mode 100644 index 0000000..4cd3c5b Binary files /dev/null and b/icons/items/256/ui_item_110010018.png differ diff --git a/icons/items/256/ui_item_110010023.png b/icons/items/256/ui_item_110010023.png new file mode 100644 index 0000000..2a26cf7 Binary files /dev/null and b/icons/items/256/ui_item_110010023.png differ diff --git a/icons/items/256/ui_item_110010033.png b/icons/items/256/ui_item_110010033.png new file mode 100644 index 0000000..99e3d93 Binary files /dev/null and b/icons/items/256/ui_item_110010033.png differ diff --git a/icons/items/256/ui_item_111010012.png b/icons/items/256/ui_item_111010012.png new file mode 100644 index 0000000..0972929 Binary files /dev/null and b/icons/items/256/ui_item_111010012.png differ diff --git a/icons/items/256/ui_item_111010014.png b/icons/items/256/ui_item_111010014.png new file mode 100644 index 0000000..610456d Binary files /dev/null and b/icons/items/256/ui_item_111010014.png differ diff --git a/icons/items/256/ui_item_111010015.png b/icons/items/256/ui_item_111010015.png new file mode 100644 index 0000000..4a59622 Binary files /dev/null and b/icons/items/256/ui_item_111010015.png differ diff --git a/icons/items/256/ui_item_111010018.png b/icons/items/256/ui_item_111010018.png new file mode 100644 index 0000000..3b6ad20 Binary files /dev/null and b/icons/items/256/ui_item_111010018.png differ diff --git a/icons/items/256/ui_item_111010019.png b/icons/items/256/ui_item_111010019.png new file mode 100644 index 0000000..6f8ec86 Binary files /dev/null and b/icons/items/256/ui_item_111010019.png differ diff --git a/icons/items/256/ui_item_111010021.png b/icons/items/256/ui_item_111010021.png new file mode 100644 index 0000000..097d0e6 Binary files /dev/null and b/icons/items/256/ui_item_111010021.png differ diff --git a/icons/items/256/ui_item_111010035.png b/icons/items/256/ui_item_111010035.png new file mode 100644 index 0000000..26da321 Binary files /dev/null and b/icons/items/256/ui_item_111010035.png differ diff --git a/icons/items/256/ui_item_111010036.png b/icons/items/256/ui_item_111010036.png new file mode 100644 index 0000000..b275907 Binary files /dev/null and b/icons/items/256/ui_item_111010036.png differ diff --git a/icons/items/256/ui_item_112010004.png b/icons/items/256/ui_item_112010004.png new file mode 100644 index 0000000..7fcbabd Binary files /dev/null and b/icons/items/256/ui_item_112010004.png differ diff --git a/icons/items/256/ui_item_112010005.png b/icons/items/256/ui_item_112010005.png new file mode 100644 index 0000000..398e6fc Binary files /dev/null and b/icons/items/256/ui_item_112010005.png differ diff --git a/icons/items/256/ui_item_112010006.png b/icons/items/256/ui_item_112010006.png new file mode 100644 index 0000000..b460720 Binary files /dev/null and b/icons/items/256/ui_item_112010006.png differ diff --git a/icons/items/256/ui_item_112010007.png b/icons/items/256/ui_item_112010007.png new file mode 100644 index 0000000..be48766 Binary files /dev/null and b/icons/items/256/ui_item_112010007.png differ diff --git a/icons/items/256/ui_item_112010008.png b/icons/items/256/ui_item_112010008.png new file mode 100644 index 0000000..606b1e6 Binary files /dev/null and b/icons/items/256/ui_item_112010008.png differ diff --git a/icons/items/256/ui_item_112010009.png b/icons/items/256/ui_item_112010009.png new file mode 100644 index 0000000..8775cab Binary files /dev/null and b/icons/items/256/ui_item_112010009.png differ diff --git a/icons/items/256/ui_item_112010012.png b/icons/items/256/ui_item_112010012.png new file mode 100644 index 0000000..f30fddb Binary files /dev/null and b/icons/items/256/ui_item_112010012.png differ diff --git a/icons/items/256/ui_item_112010013.png b/icons/items/256/ui_item_112010013.png new file mode 100644 index 0000000..9d9bc30 Binary files /dev/null and b/icons/items/256/ui_item_112010013.png differ diff --git a/icons/items/256/ui_item_112010014.png b/icons/items/256/ui_item_112010014.png new file mode 100644 index 0000000..080f468 Binary files /dev/null and b/icons/items/256/ui_item_112010014.png differ diff --git a/icons/items/256/ui_item_112010027.png b/icons/items/256/ui_item_112010027.png new file mode 100644 index 0000000..c0a135d Binary files /dev/null and b/icons/items/256/ui_item_112010027.png differ diff --git a/icons/items/256/ui_item_113010012.png b/icons/items/256/ui_item_113010012.png new file mode 100644 index 0000000..608bc44 Binary files /dev/null and b/icons/items/256/ui_item_113010012.png differ diff --git a/icons/items/256/ui_item_113010014.png b/icons/items/256/ui_item_113010014.png new file mode 100644 index 0000000..761e404 Binary files /dev/null and b/icons/items/256/ui_item_113010014.png differ diff --git a/icons/items/256/ui_item_113010015.png b/icons/items/256/ui_item_113010015.png new file mode 100644 index 0000000..39a63a5 Binary files /dev/null and b/icons/items/256/ui_item_113010015.png differ diff --git a/icons/items/256/ui_item_113010016.png b/icons/items/256/ui_item_113010016.png new file mode 100644 index 0000000..5ce3141 Binary files /dev/null and b/icons/items/256/ui_item_113010016.png differ diff --git a/icons/items/256/ui_item_113010019.png b/icons/items/256/ui_item_113010019.png new file mode 100644 index 0000000..2f8c1a0 Binary files /dev/null and b/icons/items/256/ui_item_113010019.png differ diff --git a/icons/items/256/ui_item_113010020.png b/icons/items/256/ui_item_113010020.png new file mode 100644 index 0000000..fa7398e Binary files /dev/null and b/icons/items/256/ui_item_113010020.png differ diff --git a/icons/items/256/ui_item_113010021.png b/icons/items/256/ui_item_113010021.png new file mode 100644 index 0000000..113b32c Binary files /dev/null and b/icons/items/256/ui_item_113010021.png differ diff --git a/icons/items/256/ui_item_113010026.png b/icons/items/256/ui_item_113010026.png new file mode 100644 index 0000000..6035d56 Binary files /dev/null and b/icons/items/256/ui_item_113010026.png differ diff --git a/icons/items/256/ui_item_113010035.png b/icons/items/256/ui_item_113010035.png new file mode 100644 index 0000000..45f2dfe Binary files /dev/null and b/icons/items/256/ui_item_113010035.png differ diff --git a/icons/items/256/ui_item_1130501.png b/icons/items/256/ui_item_1130501.png new file mode 100644 index 0000000..815134b Binary files /dev/null and b/icons/items/256/ui_item_1130501.png differ diff --git a/icons/items/256/ui_item_1130503.png b/icons/items/256/ui_item_1130503.png new file mode 100644 index 0000000..07572f9 Binary files /dev/null and b/icons/items/256/ui_item_1130503.png differ diff --git a/icons/items/256/ui_item_114010004.png b/icons/items/256/ui_item_114010004.png new file mode 100644 index 0000000..1ab8f7a Binary files /dev/null and b/icons/items/256/ui_item_114010004.png differ diff --git a/icons/items/256/ui_item_114010005.png b/icons/items/256/ui_item_114010005.png new file mode 100644 index 0000000..076f889 Binary files /dev/null and b/icons/items/256/ui_item_114010005.png differ diff --git a/icons/items/256/ui_item_114010006.png b/icons/items/256/ui_item_114010006.png new file mode 100644 index 0000000..d799aa1 Binary files /dev/null and b/icons/items/256/ui_item_114010006.png differ diff --git a/icons/items/256/ui_item_114010007.png b/icons/items/256/ui_item_114010007.png new file mode 100644 index 0000000..e730001 Binary files /dev/null and b/icons/items/256/ui_item_114010007.png differ diff --git a/icons/items/256/ui_item_114010009.png b/icons/items/256/ui_item_114010009.png new file mode 100644 index 0000000..6ffa462 Binary files /dev/null and b/icons/items/256/ui_item_114010009.png differ diff --git a/icons/items/256/ui_item_114010012.png b/icons/items/256/ui_item_114010012.png new file mode 100644 index 0000000..5fe7afb Binary files /dev/null and b/icons/items/256/ui_item_114010012.png differ diff --git a/icons/items/256/ui_item_114010013.png b/icons/items/256/ui_item_114010013.png new file mode 100644 index 0000000..803e3ec Binary files /dev/null and b/icons/items/256/ui_item_114010013.png differ diff --git a/icons/items/256/ui_item_114010014.png b/icons/items/256/ui_item_114010014.png new file mode 100644 index 0000000..bcde3a5 Binary files /dev/null and b/icons/items/256/ui_item_114010014.png differ diff --git a/icons/items/256/ui_item_114010019.png b/icons/items/256/ui_item_114010019.png new file mode 100644 index 0000000..8228e0f Binary files /dev/null and b/icons/items/256/ui_item_114010019.png differ diff --git a/icons/items/256/ui_item_114010031.png b/icons/items/256/ui_item_114010031.png new file mode 100644 index 0000000..d0c3e36 Binary files /dev/null and b/icons/items/256/ui_item_114010031.png differ diff --git a/icons/items/256/ui_item_115010005.png b/icons/items/256/ui_item_115010005.png new file mode 100644 index 0000000..1c7d4e4 Binary files /dev/null and b/icons/items/256/ui_item_115010005.png differ diff --git a/icons/items/256/ui_item_115010006.png b/icons/items/256/ui_item_115010006.png new file mode 100644 index 0000000..79ad55b Binary files /dev/null and b/icons/items/256/ui_item_115010006.png differ diff --git a/icons/items/256/ui_item_115010007.png b/icons/items/256/ui_item_115010007.png new file mode 100644 index 0000000..c488420 Binary files /dev/null and b/icons/items/256/ui_item_115010007.png differ diff --git a/icons/items/256/ui_item_115010008.png b/icons/items/256/ui_item_115010008.png new file mode 100644 index 0000000..567e182 Binary files /dev/null and b/icons/items/256/ui_item_115010008.png differ diff --git a/icons/items/256/ui_item_115010010.png b/icons/items/256/ui_item_115010010.png new file mode 100644 index 0000000..20cf330 Binary files /dev/null and b/icons/items/256/ui_item_115010010.png differ diff --git a/icons/items/256/ui_item_115010013.png b/icons/items/256/ui_item_115010013.png new file mode 100644 index 0000000..03f5344 Binary files /dev/null and b/icons/items/256/ui_item_115010013.png differ diff --git a/icons/items/256/ui_item_115010014.png b/icons/items/256/ui_item_115010014.png new file mode 100644 index 0000000..ac50368 Binary files /dev/null and b/icons/items/256/ui_item_115010014.png differ diff --git a/icons/items/256/ui_item_115010015.png b/icons/items/256/ui_item_115010015.png new file mode 100644 index 0000000..7fdcc30 Binary files /dev/null and b/icons/items/256/ui_item_115010015.png differ diff --git a/icons/items/256/ui_item_115010031.png b/icons/items/256/ui_item_115010031.png new file mode 100644 index 0000000..54e9fc2 Binary files /dev/null and b/icons/items/256/ui_item_115010031.png differ diff --git a/icons/items/256/ui_item_201010006.png b/icons/items/256/ui_item_201010006.png new file mode 100644 index 0000000..140b44e Binary files /dev/null and b/icons/items/256/ui_item_201010006.png differ diff --git a/icons/items/256/ui_item_201010007.png b/icons/items/256/ui_item_201010007.png new file mode 100644 index 0000000..59b775e Binary files /dev/null and b/icons/items/256/ui_item_201010007.png differ diff --git a/icons/items/256/ui_item_201010008.png b/icons/items/256/ui_item_201010008.png new file mode 100644 index 0000000..1109089 Binary files /dev/null and b/icons/items/256/ui_item_201010008.png differ diff --git a/icons/items/256/ui_item_201010009.png b/icons/items/256/ui_item_201010009.png new file mode 100644 index 0000000..c4ba1f7 Binary files /dev/null and b/icons/items/256/ui_item_201010009.png differ diff --git a/icons/items/256/ui_item_201010010.png b/icons/items/256/ui_item_201010010.png new file mode 100644 index 0000000..7cb22a0 Binary files /dev/null and b/icons/items/256/ui_item_201010010.png differ diff --git a/icons/items/256/ui_item_201010011.png b/icons/items/256/ui_item_201010011.png new file mode 100644 index 0000000..edc9b16 Binary files /dev/null and b/icons/items/256/ui_item_201010011.png differ diff --git a/icons/items/256/ui_item_201010012.png b/icons/items/256/ui_item_201010012.png new file mode 100644 index 0000000..3e68507 Binary files /dev/null and b/icons/items/256/ui_item_201010012.png differ diff --git a/icons/items/256/ui_item_201010013.png b/icons/items/256/ui_item_201010013.png new file mode 100644 index 0000000..5537a21 Binary files /dev/null and b/icons/items/256/ui_item_201010013.png differ diff --git a/icons/items/256/ui_item_201010014.png b/icons/items/256/ui_item_201010014.png new file mode 100644 index 0000000..01f9742 Binary files /dev/null and b/icons/items/256/ui_item_201010014.png differ diff --git a/icons/items/256/ui_item_201010015.png b/icons/items/256/ui_item_201010015.png new file mode 100644 index 0000000..97b23fe Binary files /dev/null and b/icons/items/256/ui_item_201010015.png differ diff --git a/icons/items/256/ui_item_201010016.png b/icons/items/256/ui_item_201010016.png new file mode 100644 index 0000000..4ef0c7e Binary files /dev/null and b/icons/items/256/ui_item_201010016.png differ diff --git a/icons/items/256/ui_item_201010017.png b/icons/items/256/ui_item_201010017.png new file mode 100644 index 0000000..9a964db Binary files /dev/null and b/icons/items/256/ui_item_201010017.png differ diff --git a/icons/items/256/ui_item_201010018.png b/icons/items/256/ui_item_201010018.png new file mode 100644 index 0000000..2003959 Binary files /dev/null and b/icons/items/256/ui_item_201010018.png differ diff --git a/icons/items/256/ui_item_2010901.png b/icons/items/256/ui_item_2010901.png new file mode 100644 index 0000000..0edca01 Binary files /dev/null and b/icons/items/256/ui_item_2010901.png differ diff --git a/icons/items/256/ui_item_2010902.png b/icons/items/256/ui_item_2010902.png new file mode 100644 index 0000000..62273ec Binary files /dev/null and b/icons/items/256/ui_item_2010902.png differ diff --git a/icons/items/256/ui_item_2010903.png b/icons/items/256/ui_item_2010903.png new file mode 100644 index 0000000..9c3a9a8 Binary files /dev/null and b/icons/items/256/ui_item_2010903.png differ diff --git a/icons/items/256/ui_item_2010904.png b/icons/items/256/ui_item_2010904.png new file mode 100644 index 0000000..c2150df Binary files /dev/null and b/icons/items/256/ui_item_2010904.png differ diff --git a/icons/items/256/ui_item_2010905.png b/icons/items/256/ui_item_2010905.png new file mode 100644 index 0000000..91a8d53 Binary files /dev/null and b/icons/items/256/ui_item_2010905.png differ diff --git a/icons/items/256/ui_item_2010906.png b/icons/items/256/ui_item_2010906.png new file mode 100644 index 0000000..f5b9569 Binary files /dev/null and b/icons/items/256/ui_item_2010906.png differ diff --git a/icons/items/256/ui_item_2010907.png b/icons/items/256/ui_item_2010907.png new file mode 100644 index 0000000..c7d233b Binary files /dev/null and b/icons/items/256/ui_item_2010907.png differ diff --git a/icons/items/256/ui_item_2010908.png b/icons/items/256/ui_item_2010908.png new file mode 100644 index 0000000..9bf4210 Binary files /dev/null and b/icons/items/256/ui_item_2010908.png differ diff --git a/icons/items/256/ui_item_2010909.png b/icons/items/256/ui_item_2010909.png new file mode 100644 index 0000000..77c48c3 Binary files /dev/null and b/icons/items/256/ui_item_2010909.png differ diff --git a/icons/items/256/ui_item_2010910.png b/icons/items/256/ui_item_2010910.png new file mode 100644 index 0000000..647e8c5 Binary files /dev/null and b/icons/items/256/ui_item_2010910.png differ diff --git a/icons/items/256/ui_item_2010911.png b/icons/items/256/ui_item_2010911.png new file mode 100644 index 0000000..d05a9ed Binary files /dev/null and b/icons/items/256/ui_item_2010911.png differ diff --git a/icons/items/256/ui_item_2010912.png b/icons/items/256/ui_item_2010912.png new file mode 100644 index 0000000..12f6068 Binary files /dev/null and b/icons/items/256/ui_item_2010912.png differ diff --git a/icons/items/256/ui_item_2010913.png b/icons/items/256/ui_item_2010913.png new file mode 100644 index 0000000..e2d19ed Binary files /dev/null and b/icons/items/256/ui_item_2010913.png differ diff --git a/icons/items/256/ui_item_2010914.png b/icons/items/256/ui_item_2010914.png new file mode 100644 index 0000000..38355cf Binary files /dev/null and b/icons/items/256/ui_item_2010914.png differ diff --git a/icons/items/256/ui_item_2010915.png b/icons/items/256/ui_item_2010915.png new file mode 100644 index 0000000..f71999b Binary files /dev/null and b/icons/items/256/ui_item_2010915.png differ diff --git a/icons/items/256/ui_item_2010916.png b/icons/items/256/ui_item_2010916.png new file mode 100644 index 0000000..c2384e8 Binary files /dev/null and b/icons/items/256/ui_item_2010916.png differ diff --git a/icons/items/256/ui_item_2010917.png b/icons/items/256/ui_item_2010917.png new file mode 100644 index 0000000..f8ad970 Binary files /dev/null and b/icons/items/256/ui_item_2010917.png differ diff --git a/icons/items/256/ui_item_2010918.png b/icons/items/256/ui_item_2010918.png new file mode 100644 index 0000000..699139e Binary files /dev/null and b/icons/items/256/ui_item_2010918.png differ diff --git a/icons/items/256/ui_item_2010919.png b/icons/items/256/ui_item_2010919.png new file mode 100644 index 0000000..e75db49 Binary files /dev/null and b/icons/items/256/ui_item_2010919.png differ diff --git a/icons/items/256/ui_item_2010920.png b/icons/items/256/ui_item_2010920.png new file mode 100644 index 0000000..2f74837 Binary files /dev/null and b/icons/items/256/ui_item_2010920.png differ diff --git a/icons/items/256/ui_item_2010921.png b/icons/items/256/ui_item_2010921.png new file mode 100644 index 0000000..c0dc361 Binary files /dev/null and b/icons/items/256/ui_item_2010921.png differ diff --git a/icons/items/256/ui_item_2010922.png b/icons/items/256/ui_item_2010922.png new file mode 100644 index 0000000..aa92c6a Binary files /dev/null and b/icons/items/256/ui_item_2010922.png differ diff --git a/icons/items/256/ui_item_2010923.png b/icons/items/256/ui_item_2010923.png new file mode 100644 index 0000000..4793ddb Binary files /dev/null and b/icons/items/256/ui_item_2010923.png differ diff --git a/icons/items/256/ui_item_2010924.png b/icons/items/256/ui_item_2010924.png new file mode 100644 index 0000000..d5ab235 Binary files /dev/null and b/icons/items/256/ui_item_2010924.png differ diff --git a/icons/items/256/ui_item_2010925.png b/icons/items/256/ui_item_2010925.png new file mode 100644 index 0000000..c39fb40 Binary files /dev/null and b/icons/items/256/ui_item_2010925.png differ diff --git a/icons/items/256/ui_item_2010926.png b/icons/items/256/ui_item_2010926.png new file mode 100644 index 0000000..07e53de Binary files /dev/null and b/icons/items/256/ui_item_2010926.png differ diff --git a/icons/items/256/ui_item_2110022.png b/icons/items/256/ui_item_2110022.png new file mode 100644 index 0000000..cc6e526 Binary files /dev/null and b/icons/items/256/ui_item_2110022.png differ diff --git a/icons/items/256/ui_item_2120022.png b/icons/items/256/ui_item_2120022.png new file mode 100644 index 0000000..2037fc4 Binary files /dev/null and b/icons/items/256/ui_item_2120022.png differ diff --git a/icons/items/256/ui_item_2130022.png b/icons/items/256/ui_item_2130022.png new file mode 100644 index 0000000..3f20e12 Binary files /dev/null and b/icons/items/256/ui_item_2130022.png differ diff --git a/icons/items/256/ui_item_408010012.png b/icons/items/256/ui_item_408010012.png new file mode 100644 index 0000000..66c3fe9 Binary files /dev/null and b/icons/items/256/ui_item_408010012.png differ diff --git a/icons/items/256/ui_item_408010016.png b/icons/items/256/ui_item_408010016.png new file mode 100644 index 0000000..b631b2d Binary files /dev/null and b/icons/items/256/ui_item_408010016.png differ diff --git a/icons/items/256/ui_item_408010021.png b/icons/items/256/ui_item_408010021.png new file mode 100644 index 0000000..e529953 Binary files /dev/null and b/icons/items/256/ui_item_408010021.png differ diff --git a/icons/items/256/ui_item_408010022.png b/icons/items/256/ui_item_408010022.png new file mode 100644 index 0000000..35543a3 Binary files /dev/null and b/icons/items/256/ui_item_408010022.png differ diff --git a/icons/items/256/ui_item_408010025.png b/icons/items/256/ui_item_408010025.png new file mode 100644 index 0000000..9442719 Binary files /dev/null and b/icons/items/256/ui_item_408010025.png differ diff --git a/icons/items/256/ui_item_484010002.png b/icons/items/256/ui_item_484010002.png new file mode 100644 index 0000000..76cc516 Binary files /dev/null and b/icons/items/256/ui_item_484010002.png differ diff --git a/icons/items/256/ui_item_484010003.png b/icons/items/256/ui_item_484010003.png new file mode 100644 index 0000000..3a3c992 Binary files /dev/null and b/icons/items/256/ui_item_484010003.png differ diff --git a/icons/items/256/ui_item_484010004.png b/icons/items/256/ui_item_484010004.png new file mode 100644 index 0000000..75eb03b Binary files /dev/null and b/icons/items/256/ui_item_484010004.png differ diff --git a/icons/items/256/ui_item_484010005.png b/icons/items/256/ui_item_484010005.png new file mode 100644 index 0000000..b520466 Binary files /dev/null and b/icons/items/256/ui_item_484010005.png differ diff --git a/icons/items/256/ui_item_484010006.png b/icons/items/256/ui_item_484010006.png new file mode 100644 index 0000000..3025c66 Binary files /dev/null and b/icons/items/256/ui_item_484010006.png differ diff --git a/icons/items/256/ui_item_484010007.png b/icons/items/256/ui_item_484010007.png new file mode 100644 index 0000000..dbb243a Binary files /dev/null and b/icons/items/256/ui_item_484010007.png differ diff --git a/icons/items/256/ui_item_484010008.png b/icons/items/256/ui_item_484010008.png new file mode 100644 index 0000000..11248c4 Binary files /dev/null and b/icons/items/256/ui_item_484010008.png differ diff --git a/icons/items/48/ui_item_101010013.png b/icons/items/48/ui_item_101010013.png new file mode 100644 index 0000000..a583b77 Binary files /dev/null and b/icons/items/48/ui_item_101010013.png differ diff --git a/icons/items/48/ui_item_101010015.png b/icons/items/48/ui_item_101010015.png new file mode 100644 index 0000000..585816b Binary files /dev/null and b/icons/items/48/ui_item_101010015.png differ diff --git a/icons/items/48/ui_item_101010016.png b/icons/items/48/ui_item_101010016.png new file mode 100644 index 0000000..1d68771 Binary files /dev/null and b/icons/items/48/ui_item_101010016.png differ diff --git a/icons/items/48/ui_item_101010019.png b/icons/items/48/ui_item_101010019.png new file mode 100644 index 0000000..48b10e2 Binary files /dev/null and b/icons/items/48/ui_item_101010019.png differ diff --git a/icons/items/48/ui_item_101010020.png b/icons/items/48/ui_item_101010020.png new file mode 100644 index 0000000..abc2cdc Binary files /dev/null and b/icons/items/48/ui_item_101010020.png differ diff --git a/icons/items/48/ui_item_101010021.png b/icons/items/48/ui_item_101010021.png new file mode 100644 index 0000000..365e85f Binary files /dev/null and b/icons/items/48/ui_item_101010021.png differ diff --git a/icons/items/48/ui_item_101010022.png b/icons/items/48/ui_item_101010022.png new file mode 100644 index 0000000..9deb0a6 Binary files /dev/null and b/icons/items/48/ui_item_101010022.png differ diff --git a/icons/items/48/ui_item_102010003.png b/icons/items/48/ui_item_102010003.png new file mode 100644 index 0000000..5b4286c Binary files /dev/null and b/icons/items/48/ui_item_102010003.png differ diff --git a/icons/items/48/ui_item_102010004.png b/icons/items/48/ui_item_102010004.png new file mode 100644 index 0000000..c45b117 Binary files /dev/null and b/icons/items/48/ui_item_102010004.png differ diff --git a/icons/items/48/ui_item_102010005.png b/icons/items/48/ui_item_102010005.png new file mode 100644 index 0000000..99f98a3 Binary files /dev/null and b/icons/items/48/ui_item_102010005.png differ diff --git a/icons/items/48/ui_item_102010006.png b/icons/items/48/ui_item_102010006.png new file mode 100644 index 0000000..2977d16 Binary files /dev/null and b/icons/items/48/ui_item_102010006.png differ diff --git a/icons/items/48/ui_item_102010007.png b/icons/items/48/ui_item_102010007.png new file mode 100644 index 0000000..f2999e0 Binary files /dev/null and b/icons/items/48/ui_item_102010007.png differ diff --git a/icons/items/48/ui_item_102010008.png b/icons/items/48/ui_item_102010008.png new file mode 100644 index 0000000..6d2e04e Binary files /dev/null and b/icons/items/48/ui_item_102010008.png differ diff --git a/icons/items/48/ui_item_102010011.png b/icons/items/48/ui_item_102010011.png new file mode 100644 index 0000000..d1aa8f9 Binary files /dev/null and b/icons/items/48/ui_item_102010011.png differ diff --git a/icons/items/48/ui_item_102010012.png b/icons/items/48/ui_item_102010012.png new file mode 100644 index 0000000..d8f66fb Binary files /dev/null and b/icons/items/48/ui_item_102010012.png differ diff --git a/icons/items/48/ui_item_102010013.png b/icons/items/48/ui_item_102010013.png new file mode 100644 index 0000000..0e4d193 Binary files /dev/null and b/icons/items/48/ui_item_102010013.png differ diff --git a/icons/items/48/ui_item_102010018.png b/icons/items/48/ui_item_102010018.png new file mode 100644 index 0000000..6132d66 Binary files /dev/null and b/icons/items/48/ui_item_102010018.png differ diff --git a/icons/items/48/ui_item_102010027.png b/icons/items/48/ui_item_102010027.png new file mode 100644 index 0000000..50fe959 Binary files /dev/null and b/icons/items/48/ui_item_102010027.png differ diff --git a/icons/items/48/ui_item_103010006.png b/icons/items/48/ui_item_103010006.png new file mode 100644 index 0000000..3e27455 Binary files /dev/null and b/icons/items/48/ui_item_103010006.png differ diff --git a/icons/items/48/ui_item_103010007.png b/icons/items/48/ui_item_103010007.png new file mode 100644 index 0000000..167697f Binary files /dev/null and b/icons/items/48/ui_item_103010007.png differ diff --git a/icons/items/48/ui_item_103010008.png b/icons/items/48/ui_item_103010008.png new file mode 100644 index 0000000..6efba0a Binary files /dev/null and b/icons/items/48/ui_item_103010008.png differ diff --git a/icons/items/48/ui_item_103010009.png b/icons/items/48/ui_item_103010009.png new file mode 100644 index 0000000..4e32190 Binary files /dev/null and b/icons/items/48/ui_item_103010009.png differ diff --git a/icons/items/48/ui_item_103010010.png b/icons/items/48/ui_item_103010010.png new file mode 100644 index 0000000..fd6fa31 Binary files /dev/null and b/icons/items/48/ui_item_103010010.png differ diff --git a/icons/items/48/ui_item_103010011.png b/icons/items/48/ui_item_103010011.png new file mode 100644 index 0000000..0345a52 Binary files /dev/null and b/icons/items/48/ui_item_103010011.png differ diff --git a/icons/items/48/ui_item_103010012.png b/icons/items/48/ui_item_103010012.png new file mode 100644 index 0000000..f57d046 Binary files /dev/null and b/icons/items/48/ui_item_103010012.png differ diff --git a/icons/items/48/ui_item_103010015.png b/icons/items/48/ui_item_103010015.png new file mode 100644 index 0000000..7f2b9ad Binary files /dev/null and b/icons/items/48/ui_item_103010015.png differ diff --git a/icons/items/48/ui_item_103010016.png b/icons/items/48/ui_item_103010016.png new file mode 100644 index 0000000..5ad9b6f Binary files /dev/null and b/icons/items/48/ui_item_103010016.png differ diff --git a/icons/items/48/ui_item_103010018.png b/icons/items/48/ui_item_103010018.png new file mode 100644 index 0000000..a026b11 Binary files /dev/null and b/icons/items/48/ui_item_103010018.png differ diff --git a/icons/items/48/ui_item_103010031.png b/icons/items/48/ui_item_103010031.png new file mode 100644 index 0000000..10b3e31 Binary files /dev/null and b/icons/items/48/ui_item_103010031.png differ diff --git a/icons/items/48/ui_item_104010006.png b/icons/items/48/ui_item_104010006.png new file mode 100644 index 0000000..d87f15d Binary files /dev/null and b/icons/items/48/ui_item_104010006.png differ diff --git a/icons/items/48/ui_item_104010007.png b/icons/items/48/ui_item_104010007.png new file mode 100644 index 0000000..f5898f8 Binary files /dev/null and b/icons/items/48/ui_item_104010007.png differ diff --git a/icons/items/48/ui_item_104010008.png b/icons/items/48/ui_item_104010008.png new file mode 100644 index 0000000..3623482 Binary files /dev/null and b/icons/items/48/ui_item_104010008.png differ diff --git a/icons/items/48/ui_item_104010009.png b/icons/items/48/ui_item_104010009.png new file mode 100644 index 0000000..33eb942 Binary files /dev/null and b/icons/items/48/ui_item_104010009.png differ diff --git a/icons/items/48/ui_item_104010010.png b/icons/items/48/ui_item_104010010.png new file mode 100644 index 0000000..fdc9bb0 Binary files /dev/null and b/icons/items/48/ui_item_104010010.png differ diff --git a/icons/items/48/ui_item_104010011.png b/icons/items/48/ui_item_104010011.png new file mode 100644 index 0000000..c16b526 Binary files /dev/null and b/icons/items/48/ui_item_104010011.png differ diff --git a/icons/items/48/ui_item_104010014.png b/icons/items/48/ui_item_104010014.png new file mode 100644 index 0000000..c2c9e47 Binary files /dev/null and b/icons/items/48/ui_item_104010014.png differ diff --git a/icons/items/48/ui_item_104010015.png b/icons/items/48/ui_item_104010015.png new file mode 100644 index 0000000..fe8085a Binary files /dev/null and b/icons/items/48/ui_item_104010015.png differ diff --git a/icons/items/48/ui_item_104010017.png b/icons/items/48/ui_item_104010017.png new file mode 100644 index 0000000..30d0426 Binary files /dev/null and b/icons/items/48/ui_item_104010017.png differ diff --git a/icons/items/48/ui_item_104010031.png b/icons/items/48/ui_item_104010031.png new file mode 100644 index 0000000..ef5a5f3 Binary files /dev/null and b/icons/items/48/ui_item_104010031.png differ diff --git a/icons/items/48/ui_item_105010004.png b/icons/items/48/ui_item_105010004.png new file mode 100644 index 0000000..1a7ecd0 Binary files /dev/null and b/icons/items/48/ui_item_105010004.png differ diff --git a/icons/items/48/ui_item_105010005.png b/icons/items/48/ui_item_105010005.png new file mode 100644 index 0000000..bae57a3 Binary files /dev/null and b/icons/items/48/ui_item_105010005.png differ diff --git a/icons/items/48/ui_item_105010006.png b/icons/items/48/ui_item_105010006.png new file mode 100644 index 0000000..f67fd9a Binary files /dev/null and b/icons/items/48/ui_item_105010006.png differ diff --git a/icons/items/48/ui_item_105010007.png b/icons/items/48/ui_item_105010007.png new file mode 100644 index 0000000..ed95b2a Binary files /dev/null and b/icons/items/48/ui_item_105010007.png differ diff --git a/icons/items/48/ui_item_105010008.png b/icons/items/48/ui_item_105010008.png new file mode 100644 index 0000000..8afceb8 Binary files /dev/null and b/icons/items/48/ui_item_105010008.png differ diff --git a/icons/items/48/ui_item_105010009.png b/icons/items/48/ui_item_105010009.png new file mode 100644 index 0000000..49bedc7 Binary files /dev/null and b/icons/items/48/ui_item_105010009.png differ diff --git a/icons/items/48/ui_item_105010012.png b/icons/items/48/ui_item_105010012.png new file mode 100644 index 0000000..7afd8ac Binary files /dev/null and b/icons/items/48/ui_item_105010012.png differ diff --git a/icons/items/48/ui_item_105010013.png b/icons/items/48/ui_item_105010013.png new file mode 100644 index 0000000..9827cc3 Binary files /dev/null and b/icons/items/48/ui_item_105010013.png differ diff --git a/icons/items/48/ui_item_105010014.png b/icons/items/48/ui_item_105010014.png new file mode 100644 index 0000000..8de583a Binary files /dev/null and b/icons/items/48/ui_item_105010014.png differ diff --git a/icons/items/48/ui_item_105010019.png b/icons/items/48/ui_item_105010019.png new file mode 100644 index 0000000..c364a9c Binary files /dev/null and b/icons/items/48/ui_item_105010019.png differ diff --git a/icons/items/48/ui_item_105010030.png b/icons/items/48/ui_item_105010030.png new file mode 100644 index 0000000..d50eeda Binary files /dev/null and b/icons/items/48/ui_item_105010030.png differ diff --git a/icons/items/48/ui_item_106010009.png b/icons/items/48/ui_item_106010009.png new file mode 100644 index 0000000..5ad404f Binary files /dev/null and b/icons/items/48/ui_item_106010009.png differ diff --git a/icons/items/48/ui_item_106010010.png b/icons/items/48/ui_item_106010010.png new file mode 100644 index 0000000..26bf26c Binary files /dev/null and b/icons/items/48/ui_item_106010010.png differ diff --git a/icons/items/48/ui_item_106010012.png b/icons/items/48/ui_item_106010012.png new file mode 100644 index 0000000..3615ae6 Binary files /dev/null and b/icons/items/48/ui_item_106010012.png differ diff --git a/icons/items/48/ui_item_106010015.png b/icons/items/48/ui_item_106010015.png new file mode 100644 index 0000000..d94c67c Binary files /dev/null and b/icons/items/48/ui_item_106010015.png differ diff --git a/icons/items/48/ui_item_106010016.png b/icons/items/48/ui_item_106010016.png new file mode 100644 index 0000000..0507683 Binary files /dev/null and b/icons/items/48/ui_item_106010016.png differ diff --git a/icons/items/48/ui_item_106010017.png b/icons/items/48/ui_item_106010017.png new file mode 100644 index 0000000..aba33db Binary files /dev/null and b/icons/items/48/ui_item_106010017.png differ diff --git a/icons/items/48/ui_item_106010031.png b/icons/items/48/ui_item_106010031.png new file mode 100644 index 0000000..b82a9b2 Binary files /dev/null and b/icons/items/48/ui_item_106010031.png differ diff --git a/icons/items/48/ui_item_108010010.png b/icons/items/48/ui_item_108010010.png new file mode 100644 index 0000000..d528af8 Binary files /dev/null and b/icons/items/48/ui_item_108010010.png differ diff --git a/icons/items/48/ui_item_108010012.png b/icons/items/48/ui_item_108010012.png new file mode 100644 index 0000000..0dfeb54 Binary files /dev/null and b/icons/items/48/ui_item_108010012.png differ diff --git a/icons/items/48/ui_item_108010013.png b/icons/items/48/ui_item_108010013.png new file mode 100644 index 0000000..51d907d Binary files /dev/null and b/icons/items/48/ui_item_108010013.png differ diff --git a/icons/items/48/ui_item_108010016.png b/icons/items/48/ui_item_108010016.png new file mode 100644 index 0000000..4b7fa13 Binary files /dev/null and b/icons/items/48/ui_item_108010016.png differ diff --git a/icons/items/48/ui_item_108010017.png b/icons/items/48/ui_item_108010017.png new file mode 100644 index 0000000..23d25cb Binary files /dev/null and b/icons/items/48/ui_item_108010017.png differ diff --git a/icons/items/48/ui_item_108010019.png b/icons/items/48/ui_item_108010019.png new file mode 100644 index 0000000..a326b79 Binary files /dev/null and b/icons/items/48/ui_item_108010019.png differ diff --git a/icons/items/48/ui_item_108010034.png b/icons/items/48/ui_item_108010034.png new file mode 100644 index 0000000..4e0ebfa Binary files /dev/null and b/icons/items/48/ui_item_108010034.png differ diff --git a/icons/items/48/ui_item_109010005.png b/icons/items/48/ui_item_109010005.png new file mode 100644 index 0000000..ecb3332 Binary files /dev/null and b/icons/items/48/ui_item_109010005.png differ diff --git a/icons/items/48/ui_item_109010006.png b/icons/items/48/ui_item_109010006.png new file mode 100644 index 0000000..392dbde Binary files /dev/null and b/icons/items/48/ui_item_109010006.png differ diff --git a/icons/items/48/ui_item_109010007.png b/icons/items/48/ui_item_109010007.png new file mode 100644 index 0000000..c4839d2 Binary files /dev/null and b/icons/items/48/ui_item_109010007.png differ diff --git a/icons/items/48/ui_item_109010008.png b/icons/items/48/ui_item_109010008.png new file mode 100644 index 0000000..df25a34 Binary files /dev/null and b/icons/items/48/ui_item_109010008.png differ diff --git a/icons/items/48/ui_item_109010009.png b/icons/items/48/ui_item_109010009.png new file mode 100644 index 0000000..51f6f83 Binary files /dev/null and b/icons/items/48/ui_item_109010009.png differ diff --git a/icons/items/48/ui_item_109010010.png b/icons/items/48/ui_item_109010010.png new file mode 100644 index 0000000..35138f4 Binary files /dev/null and b/icons/items/48/ui_item_109010010.png differ diff --git a/icons/items/48/ui_item_109010013.png b/icons/items/48/ui_item_109010013.png new file mode 100644 index 0000000..8392f45 Binary files /dev/null and b/icons/items/48/ui_item_109010013.png differ diff --git a/icons/items/48/ui_item_109010014.png b/icons/items/48/ui_item_109010014.png new file mode 100644 index 0000000..cec0133 Binary files /dev/null and b/icons/items/48/ui_item_109010014.png differ diff --git a/icons/items/48/ui_item_109010015.png b/icons/items/48/ui_item_109010015.png new file mode 100644 index 0000000..b362e48 Binary files /dev/null and b/icons/items/48/ui_item_109010015.png differ diff --git a/icons/items/48/ui_item_109010020.png b/icons/items/48/ui_item_109010020.png new file mode 100644 index 0000000..8ed0416 Binary files /dev/null and b/icons/items/48/ui_item_109010020.png differ diff --git a/icons/items/48/ui_item_109010030.png b/icons/items/48/ui_item_109010030.png new file mode 100644 index 0000000..76f1fef Binary files /dev/null and b/icons/items/48/ui_item_109010030.png differ diff --git a/icons/items/48/ui_item_110010010.png b/icons/items/48/ui_item_110010010.png new file mode 100644 index 0000000..5326f7e Binary files /dev/null and b/icons/items/48/ui_item_110010010.png differ diff --git a/icons/items/48/ui_item_110010012.png b/icons/items/48/ui_item_110010012.png new file mode 100644 index 0000000..9f204f6 Binary files /dev/null and b/icons/items/48/ui_item_110010012.png differ diff --git a/icons/items/48/ui_item_110010013.png b/icons/items/48/ui_item_110010013.png new file mode 100644 index 0000000..1496154 Binary files /dev/null and b/icons/items/48/ui_item_110010013.png differ diff --git a/icons/items/48/ui_item_110010016.png b/icons/items/48/ui_item_110010016.png new file mode 100644 index 0000000..943fe9f Binary files /dev/null and b/icons/items/48/ui_item_110010016.png differ diff --git a/icons/items/48/ui_item_110010017.png b/icons/items/48/ui_item_110010017.png new file mode 100644 index 0000000..e7da696 Binary files /dev/null and b/icons/items/48/ui_item_110010017.png differ diff --git a/icons/items/48/ui_item_110010018.png b/icons/items/48/ui_item_110010018.png new file mode 100644 index 0000000..3ac4f66 Binary files /dev/null and b/icons/items/48/ui_item_110010018.png differ diff --git a/icons/items/48/ui_item_110010023.png b/icons/items/48/ui_item_110010023.png new file mode 100644 index 0000000..000598b Binary files /dev/null and b/icons/items/48/ui_item_110010023.png differ diff --git a/icons/items/48/ui_item_110010033.png b/icons/items/48/ui_item_110010033.png new file mode 100644 index 0000000..0a8656e Binary files /dev/null and b/icons/items/48/ui_item_110010033.png differ diff --git a/icons/items/48/ui_item_111010012.png b/icons/items/48/ui_item_111010012.png new file mode 100644 index 0000000..8f42830 Binary files /dev/null and b/icons/items/48/ui_item_111010012.png differ diff --git a/icons/items/48/ui_item_111010014.png b/icons/items/48/ui_item_111010014.png new file mode 100644 index 0000000..44bfd3d Binary files /dev/null and b/icons/items/48/ui_item_111010014.png differ diff --git a/icons/items/48/ui_item_111010015.png b/icons/items/48/ui_item_111010015.png new file mode 100644 index 0000000..16848c5 Binary files /dev/null and b/icons/items/48/ui_item_111010015.png differ diff --git a/icons/items/48/ui_item_111010018.png b/icons/items/48/ui_item_111010018.png new file mode 100644 index 0000000..0026a38 Binary files /dev/null and b/icons/items/48/ui_item_111010018.png differ diff --git a/icons/items/48/ui_item_111010019.png b/icons/items/48/ui_item_111010019.png new file mode 100644 index 0000000..1c28ac9 Binary files /dev/null and b/icons/items/48/ui_item_111010019.png differ diff --git a/icons/items/48/ui_item_111010021.png b/icons/items/48/ui_item_111010021.png new file mode 100644 index 0000000..c846bf2 Binary files /dev/null and b/icons/items/48/ui_item_111010021.png differ diff --git a/icons/items/48/ui_item_111010035.png b/icons/items/48/ui_item_111010035.png new file mode 100644 index 0000000..36029dd Binary files /dev/null and b/icons/items/48/ui_item_111010035.png differ diff --git a/icons/items/48/ui_item_111010036.png b/icons/items/48/ui_item_111010036.png new file mode 100644 index 0000000..ad15331 Binary files /dev/null and b/icons/items/48/ui_item_111010036.png differ diff --git a/icons/items/48/ui_item_112010004.png b/icons/items/48/ui_item_112010004.png new file mode 100644 index 0000000..99398ae Binary files /dev/null and b/icons/items/48/ui_item_112010004.png differ diff --git a/icons/items/48/ui_item_112010005.png b/icons/items/48/ui_item_112010005.png new file mode 100644 index 0000000..8eb631f Binary files /dev/null and b/icons/items/48/ui_item_112010005.png differ diff --git a/icons/items/48/ui_item_112010006.png b/icons/items/48/ui_item_112010006.png new file mode 100644 index 0000000..5113e2e Binary files /dev/null and b/icons/items/48/ui_item_112010006.png differ diff --git a/icons/items/48/ui_item_112010007.png b/icons/items/48/ui_item_112010007.png new file mode 100644 index 0000000..7e64146 Binary files /dev/null and b/icons/items/48/ui_item_112010007.png differ diff --git a/icons/items/48/ui_item_112010008.png b/icons/items/48/ui_item_112010008.png new file mode 100644 index 0000000..cdcec10 Binary files /dev/null and b/icons/items/48/ui_item_112010008.png differ diff --git a/icons/items/48/ui_item_112010009.png b/icons/items/48/ui_item_112010009.png new file mode 100644 index 0000000..5fbdb15 Binary files /dev/null and b/icons/items/48/ui_item_112010009.png differ diff --git a/icons/items/48/ui_item_112010012.png b/icons/items/48/ui_item_112010012.png new file mode 100644 index 0000000..007b966 Binary files /dev/null and b/icons/items/48/ui_item_112010012.png differ diff --git a/icons/items/48/ui_item_112010013.png b/icons/items/48/ui_item_112010013.png new file mode 100644 index 0000000..2f5e670 Binary files /dev/null and b/icons/items/48/ui_item_112010013.png differ diff --git a/icons/items/48/ui_item_112010014.png b/icons/items/48/ui_item_112010014.png new file mode 100644 index 0000000..a3ce297 Binary files /dev/null and b/icons/items/48/ui_item_112010014.png differ diff --git a/icons/items/48/ui_item_112010027.png b/icons/items/48/ui_item_112010027.png new file mode 100644 index 0000000..52fa7e2 Binary files /dev/null and b/icons/items/48/ui_item_112010027.png differ diff --git a/icons/items/48/ui_item_113010012.png b/icons/items/48/ui_item_113010012.png new file mode 100644 index 0000000..ca16310 Binary files /dev/null and b/icons/items/48/ui_item_113010012.png differ diff --git a/icons/items/48/ui_item_113010014.png b/icons/items/48/ui_item_113010014.png new file mode 100644 index 0000000..9a61d65 Binary files /dev/null and b/icons/items/48/ui_item_113010014.png differ diff --git a/icons/items/48/ui_item_113010015.png b/icons/items/48/ui_item_113010015.png new file mode 100644 index 0000000..11464c2 Binary files /dev/null and b/icons/items/48/ui_item_113010015.png differ diff --git a/icons/items/48/ui_item_113010016.png b/icons/items/48/ui_item_113010016.png new file mode 100644 index 0000000..ea3c3ad Binary files /dev/null and b/icons/items/48/ui_item_113010016.png differ diff --git a/icons/items/48/ui_item_113010019.png b/icons/items/48/ui_item_113010019.png new file mode 100644 index 0000000..4a36b3b Binary files /dev/null and b/icons/items/48/ui_item_113010019.png differ diff --git a/icons/items/48/ui_item_113010020.png b/icons/items/48/ui_item_113010020.png new file mode 100644 index 0000000..e95a4ad Binary files /dev/null and b/icons/items/48/ui_item_113010020.png differ diff --git a/icons/items/48/ui_item_113010021.png b/icons/items/48/ui_item_113010021.png new file mode 100644 index 0000000..949e847 Binary files /dev/null and b/icons/items/48/ui_item_113010021.png differ diff --git a/icons/items/48/ui_item_113010026.png b/icons/items/48/ui_item_113010026.png new file mode 100644 index 0000000..c570d37 Binary files /dev/null and b/icons/items/48/ui_item_113010026.png differ diff --git a/icons/items/48/ui_item_113010035.png b/icons/items/48/ui_item_113010035.png new file mode 100644 index 0000000..a6dd7f1 Binary files /dev/null and b/icons/items/48/ui_item_113010035.png differ diff --git a/icons/items/48/ui_item_1130501.png b/icons/items/48/ui_item_1130501.png new file mode 100644 index 0000000..56ed3ed Binary files /dev/null and b/icons/items/48/ui_item_1130501.png differ diff --git a/icons/items/48/ui_item_1130503.png b/icons/items/48/ui_item_1130503.png new file mode 100644 index 0000000..3d61bbf Binary files /dev/null and b/icons/items/48/ui_item_1130503.png differ diff --git a/icons/items/48/ui_item_114010004.png b/icons/items/48/ui_item_114010004.png new file mode 100644 index 0000000..0b3cae3 Binary files /dev/null and b/icons/items/48/ui_item_114010004.png differ diff --git a/icons/items/48/ui_item_114010005.png b/icons/items/48/ui_item_114010005.png new file mode 100644 index 0000000..32ed3fc Binary files /dev/null and b/icons/items/48/ui_item_114010005.png differ diff --git a/icons/items/48/ui_item_114010006.png b/icons/items/48/ui_item_114010006.png new file mode 100644 index 0000000..3e4365b Binary files /dev/null and b/icons/items/48/ui_item_114010006.png differ diff --git a/icons/items/48/ui_item_114010007.png b/icons/items/48/ui_item_114010007.png new file mode 100644 index 0000000..38a94ba Binary files /dev/null and b/icons/items/48/ui_item_114010007.png differ diff --git a/icons/items/48/ui_item_114010009.png b/icons/items/48/ui_item_114010009.png new file mode 100644 index 0000000..052b7aa Binary files /dev/null and b/icons/items/48/ui_item_114010009.png differ diff --git a/icons/items/48/ui_item_114010012.png b/icons/items/48/ui_item_114010012.png new file mode 100644 index 0000000..a544cb9 Binary files /dev/null and b/icons/items/48/ui_item_114010012.png differ diff --git a/icons/items/48/ui_item_114010013.png b/icons/items/48/ui_item_114010013.png new file mode 100644 index 0000000..9aba6ef Binary files /dev/null and b/icons/items/48/ui_item_114010013.png differ diff --git a/icons/items/48/ui_item_114010014.png b/icons/items/48/ui_item_114010014.png new file mode 100644 index 0000000..c17691b Binary files /dev/null and b/icons/items/48/ui_item_114010014.png differ diff --git a/icons/items/48/ui_item_114010019.png b/icons/items/48/ui_item_114010019.png new file mode 100644 index 0000000..2369e84 Binary files /dev/null and b/icons/items/48/ui_item_114010019.png differ diff --git a/icons/items/48/ui_item_114010031.png b/icons/items/48/ui_item_114010031.png new file mode 100644 index 0000000..edea65e Binary files /dev/null and b/icons/items/48/ui_item_114010031.png differ diff --git a/icons/items/48/ui_item_115010005.png b/icons/items/48/ui_item_115010005.png new file mode 100644 index 0000000..46fe618 Binary files /dev/null and b/icons/items/48/ui_item_115010005.png differ diff --git a/icons/items/48/ui_item_115010006.png b/icons/items/48/ui_item_115010006.png new file mode 100644 index 0000000..0ec90ff Binary files /dev/null and b/icons/items/48/ui_item_115010006.png differ diff --git a/icons/items/48/ui_item_115010007.png b/icons/items/48/ui_item_115010007.png new file mode 100644 index 0000000..4c287bb Binary files /dev/null and b/icons/items/48/ui_item_115010007.png differ diff --git a/icons/items/48/ui_item_115010008.png b/icons/items/48/ui_item_115010008.png new file mode 100644 index 0000000..2651138 Binary files /dev/null and b/icons/items/48/ui_item_115010008.png differ diff --git a/icons/items/48/ui_item_115010010.png b/icons/items/48/ui_item_115010010.png new file mode 100644 index 0000000..fff678a Binary files /dev/null and b/icons/items/48/ui_item_115010010.png differ diff --git a/icons/items/48/ui_item_115010013.png b/icons/items/48/ui_item_115010013.png new file mode 100644 index 0000000..492094c Binary files /dev/null and b/icons/items/48/ui_item_115010013.png differ diff --git a/icons/items/48/ui_item_115010014.png b/icons/items/48/ui_item_115010014.png new file mode 100644 index 0000000..09c18bb Binary files /dev/null and b/icons/items/48/ui_item_115010014.png differ diff --git a/icons/items/48/ui_item_115010015.png b/icons/items/48/ui_item_115010015.png new file mode 100644 index 0000000..42dfdfa Binary files /dev/null and b/icons/items/48/ui_item_115010015.png differ diff --git a/icons/items/48/ui_item_115010031.png b/icons/items/48/ui_item_115010031.png new file mode 100644 index 0000000..5a2b552 Binary files /dev/null and b/icons/items/48/ui_item_115010031.png differ diff --git a/icons/items/48/ui_item_201010006.png b/icons/items/48/ui_item_201010006.png new file mode 100644 index 0000000..6df0464 Binary files /dev/null and b/icons/items/48/ui_item_201010006.png differ diff --git a/icons/items/48/ui_item_201010007.png b/icons/items/48/ui_item_201010007.png new file mode 100644 index 0000000..b30ff28 Binary files /dev/null and b/icons/items/48/ui_item_201010007.png differ diff --git a/icons/items/48/ui_item_201010008.png b/icons/items/48/ui_item_201010008.png new file mode 100644 index 0000000..d2527db Binary files /dev/null and b/icons/items/48/ui_item_201010008.png differ diff --git a/icons/items/48/ui_item_201010009.png b/icons/items/48/ui_item_201010009.png new file mode 100644 index 0000000..5c0cd7a Binary files /dev/null and b/icons/items/48/ui_item_201010009.png differ diff --git a/icons/items/48/ui_item_201010010.png b/icons/items/48/ui_item_201010010.png new file mode 100644 index 0000000..6cd063e Binary files /dev/null and b/icons/items/48/ui_item_201010010.png differ diff --git a/icons/items/48/ui_item_201010011.png b/icons/items/48/ui_item_201010011.png new file mode 100644 index 0000000..d5e53d5 Binary files /dev/null and b/icons/items/48/ui_item_201010011.png differ diff --git a/icons/items/48/ui_item_201010012.png b/icons/items/48/ui_item_201010012.png new file mode 100644 index 0000000..dd615c0 Binary files /dev/null and b/icons/items/48/ui_item_201010012.png differ diff --git a/icons/items/48/ui_item_201010013.png b/icons/items/48/ui_item_201010013.png new file mode 100644 index 0000000..d89c79c Binary files /dev/null and b/icons/items/48/ui_item_201010013.png differ diff --git a/icons/items/48/ui_item_201010014.png b/icons/items/48/ui_item_201010014.png new file mode 100644 index 0000000..d59fc48 Binary files /dev/null and b/icons/items/48/ui_item_201010014.png differ diff --git a/icons/items/48/ui_item_201010015.png b/icons/items/48/ui_item_201010015.png new file mode 100644 index 0000000..8a7fc90 Binary files /dev/null and b/icons/items/48/ui_item_201010015.png differ diff --git a/icons/items/48/ui_item_201010016.png b/icons/items/48/ui_item_201010016.png new file mode 100644 index 0000000..b7e3e80 Binary files /dev/null and b/icons/items/48/ui_item_201010016.png differ diff --git a/icons/items/48/ui_item_201010017.png b/icons/items/48/ui_item_201010017.png new file mode 100644 index 0000000..49265f7 Binary files /dev/null and b/icons/items/48/ui_item_201010017.png differ diff --git a/icons/items/48/ui_item_201010018.png b/icons/items/48/ui_item_201010018.png new file mode 100644 index 0000000..9f09b13 Binary files /dev/null and b/icons/items/48/ui_item_201010018.png differ diff --git a/icons/items/48/ui_item_2010901.png b/icons/items/48/ui_item_2010901.png new file mode 100644 index 0000000..92783c2 Binary files /dev/null and b/icons/items/48/ui_item_2010901.png differ diff --git a/icons/items/48/ui_item_2010902.png b/icons/items/48/ui_item_2010902.png new file mode 100644 index 0000000..79b461f Binary files /dev/null and b/icons/items/48/ui_item_2010902.png differ diff --git a/icons/items/48/ui_item_2010903.png b/icons/items/48/ui_item_2010903.png new file mode 100644 index 0000000..b0e0c8e Binary files /dev/null and b/icons/items/48/ui_item_2010903.png differ diff --git a/icons/items/48/ui_item_2010904.png b/icons/items/48/ui_item_2010904.png new file mode 100644 index 0000000..d88c051 Binary files /dev/null and b/icons/items/48/ui_item_2010904.png differ diff --git a/icons/items/48/ui_item_2010905.png b/icons/items/48/ui_item_2010905.png new file mode 100644 index 0000000..86eb609 Binary files /dev/null and b/icons/items/48/ui_item_2010905.png differ diff --git a/icons/items/48/ui_item_2010906.png b/icons/items/48/ui_item_2010906.png new file mode 100644 index 0000000..7e8eeff Binary files /dev/null and b/icons/items/48/ui_item_2010906.png differ diff --git a/icons/items/48/ui_item_2010907.png b/icons/items/48/ui_item_2010907.png new file mode 100644 index 0000000..d0cda1c Binary files /dev/null and b/icons/items/48/ui_item_2010907.png differ diff --git a/icons/items/48/ui_item_2010908.png b/icons/items/48/ui_item_2010908.png new file mode 100644 index 0000000..d32c7c9 Binary files /dev/null and b/icons/items/48/ui_item_2010908.png differ diff --git a/icons/items/48/ui_item_2010909.png b/icons/items/48/ui_item_2010909.png new file mode 100644 index 0000000..f3da66a Binary files /dev/null and b/icons/items/48/ui_item_2010909.png differ diff --git a/icons/items/48/ui_item_2010910.png b/icons/items/48/ui_item_2010910.png new file mode 100644 index 0000000..52b799c Binary files /dev/null and b/icons/items/48/ui_item_2010910.png differ diff --git a/icons/items/48/ui_item_2010911.png b/icons/items/48/ui_item_2010911.png new file mode 100644 index 0000000..d1b95cc Binary files /dev/null and b/icons/items/48/ui_item_2010911.png differ diff --git a/icons/items/48/ui_item_2010912.png b/icons/items/48/ui_item_2010912.png new file mode 100644 index 0000000..3e2f774 Binary files /dev/null and b/icons/items/48/ui_item_2010912.png differ diff --git a/icons/items/48/ui_item_2010913.png b/icons/items/48/ui_item_2010913.png new file mode 100644 index 0000000..1876d6a Binary files /dev/null and b/icons/items/48/ui_item_2010913.png differ diff --git a/icons/items/48/ui_item_2010914.png b/icons/items/48/ui_item_2010914.png new file mode 100644 index 0000000..1afe669 Binary files /dev/null and b/icons/items/48/ui_item_2010914.png differ diff --git a/icons/items/48/ui_item_2010915.png b/icons/items/48/ui_item_2010915.png new file mode 100644 index 0000000..12d6f92 Binary files /dev/null and b/icons/items/48/ui_item_2010915.png differ diff --git a/icons/items/48/ui_item_2010916.png b/icons/items/48/ui_item_2010916.png new file mode 100644 index 0000000..9e4c581 Binary files /dev/null and b/icons/items/48/ui_item_2010916.png differ diff --git a/icons/items/48/ui_item_2010917.png b/icons/items/48/ui_item_2010917.png new file mode 100644 index 0000000..c24a9a0 Binary files /dev/null and b/icons/items/48/ui_item_2010917.png differ diff --git a/icons/items/48/ui_item_2010918.png b/icons/items/48/ui_item_2010918.png new file mode 100644 index 0000000..cf33401 Binary files /dev/null and b/icons/items/48/ui_item_2010918.png differ diff --git a/icons/items/48/ui_item_2010919.png b/icons/items/48/ui_item_2010919.png new file mode 100644 index 0000000..918b56d Binary files /dev/null and b/icons/items/48/ui_item_2010919.png differ diff --git a/icons/items/48/ui_item_2010920.png b/icons/items/48/ui_item_2010920.png new file mode 100644 index 0000000..f2943ce Binary files /dev/null and b/icons/items/48/ui_item_2010920.png differ diff --git a/icons/items/48/ui_item_2010921.png b/icons/items/48/ui_item_2010921.png new file mode 100644 index 0000000..01ec6c9 Binary files /dev/null and b/icons/items/48/ui_item_2010921.png differ diff --git a/icons/items/48/ui_item_2010922.png b/icons/items/48/ui_item_2010922.png new file mode 100644 index 0000000..a3992fd Binary files /dev/null and b/icons/items/48/ui_item_2010922.png differ diff --git a/icons/items/48/ui_item_2010923.png b/icons/items/48/ui_item_2010923.png new file mode 100644 index 0000000..6389bd2 Binary files /dev/null and b/icons/items/48/ui_item_2010923.png differ diff --git a/icons/items/48/ui_item_2010924.png b/icons/items/48/ui_item_2010924.png new file mode 100644 index 0000000..f12b8bc Binary files /dev/null and b/icons/items/48/ui_item_2010924.png differ diff --git a/icons/items/48/ui_item_2010925.png b/icons/items/48/ui_item_2010925.png new file mode 100644 index 0000000..46306db Binary files /dev/null and b/icons/items/48/ui_item_2010925.png differ diff --git a/icons/items/48/ui_item_2010926.png b/icons/items/48/ui_item_2010926.png new file mode 100644 index 0000000..dcdc867 Binary files /dev/null and b/icons/items/48/ui_item_2010926.png differ diff --git a/icons/items/48/ui_item_2110022.png b/icons/items/48/ui_item_2110022.png new file mode 100644 index 0000000..7d634bb Binary files /dev/null and b/icons/items/48/ui_item_2110022.png differ diff --git a/icons/items/48/ui_item_2120022.png b/icons/items/48/ui_item_2120022.png new file mode 100644 index 0000000..2829867 Binary files /dev/null and b/icons/items/48/ui_item_2120022.png differ diff --git a/icons/items/48/ui_item_2130022.png b/icons/items/48/ui_item_2130022.png new file mode 100644 index 0000000..b07e588 Binary files /dev/null and b/icons/items/48/ui_item_2130022.png differ diff --git a/icons/items/48/ui_item_408010012.png b/icons/items/48/ui_item_408010012.png new file mode 100644 index 0000000..b993672 Binary files /dev/null and b/icons/items/48/ui_item_408010012.png differ diff --git a/icons/items/48/ui_item_408010016.png b/icons/items/48/ui_item_408010016.png new file mode 100644 index 0000000..60b49e1 Binary files /dev/null and b/icons/items/48/ui_item_408010016.png differ diff --git a/icons/items/48/ui_item_408010021.png b/icons/items/48/ui_item_408010021.png new file mode 100644 index 0000000..04e0a89 Binary files /dev/null and b/icons/items/48/ui_item_408010021.png differ diff --git a/icons/items/48/ui_item_408010022.png b/icons/items/48/ui_item_408010022.png new file mode 100644 index 0000000..eaf81e5 Binary files /dev/null and b/icons/items/48/ui_item_408010022.png differ diff --git a/icons/items/48/ui_item_408010025.png b/icons/items/48/ui_item_408010025.png new file mode 100644 index 0000000..bc6bd35 Binary files /dev/null and b/icons/items/48/ui_item_408010025.png differ diff --git a/icons/items/48/ui_item_484010002.png b/icons/items/48/ui_item_484010002.png new file mode 100644 index 0000000..3005390 Binary files /dev/null and b/icons/items/48/ui_item_484010002.png differ diff --git a/icons/items/48/ui_item_484010003.png b/icons/items/48/ui_item_484010003.png new file mode 100644 index 0000000..bac31a8 Binary files /dev/null and b/icons/items/48/ui_item_484010003.png differ diff --git a/icons/items/48/ui_item_484010004.png b/icons/items/48/ui_item_484010004.png new file mode 100644 index 0000000..3362370 Binary files /dev/null and b/icons/items/48/ui_item_484010004.png differ diff --git a/icons/items/48/ui_item_484010005.png b/icons/items/48/ui_item_484010005.png new file mode 100644 index 0000000..6006236 Binary files /dev/null and b/icons/items/48/ui_item_484010005.png differ diff --git a/icons/items/48/ui_item_484010006.png b/icons/items/48/ui_item_484010006.png new file mode 100644 index 0000000..d584071 Binary files /dev/null and b/icons/items/48/ui_item_484010006.png differ diff --git a/icons/items/48/ui_item_484010007.png b/icons/items/48/ui_item_484010007.png new file mode 100644 index 0000000..44cc9ba Binary files /dev/null and b/icons/items/48/ui_item_484010007.png differ diff --git a/icons/items/48/ui_item_484010008.png b/icons/items/48/ui_item_484010008.png new file mode 100644 index 0000000..2123aa6 Binary files /dev/null and b/icons/items/48/ui_item_484010008.png differ diff --git a/icons/logo.png b/icons/logo.png new file mode 100644 index 0000000..9e7bd75 Binary files /dev/null and b/icons/logo.png differ diff --git a/icons/logo_sm.png b/icons/logo_sm.png new file mode 100644 index 0000000..3203ce4 Binary files /dev/null and b/icons/logo_sm.png differ diff --git a/icons/logo_test.png b/icons/logo_test.png new file mode 100644 index 0000000..309cafa Binary files /dev/null and b/icons/logo_test.png differ diff --git a/icons/nicodotpng.png.png b/icons/nicodotpng.png.png new file mode 100644 index 0000000..792b10b Binary files /dev/null and b/icons/nicodotpng.png.png differ diff --git a/icons/photon_barrier.png b/icons/photon_barrier.png new file mode 100644 index 0000000..a36d77a Binary files /dev/null and b/icons/photon_barrier.png differ diff --git a/icons/ra.png b/icons/ra.png new file mode 100644 index 0000000..3c77778 Binary files /dev/null and b/icons/ra.png differ diff --git a/icons/rifle_resurgir.png b/icons/rifle_resurgir.png new file mode 100644 index 0000000..0965e03 Binary files /dev/null and b/icons/rifle_resurgir.png differ diff --git a/icons/skilltree_div_overlay.png b/icons/skilltree_div_overlay.png new file mode 100644 index 0000000..3d6a368 Binary files /dev/null and b/icons/skilltree_div_overlay.png differ diff --git a/icons/skilltree_div_overlay2.png b/icons/skilltree_div_overlay2.png new file mode 100644 index 0000000..9d7432a Binary files /dev/null and b/icons/skilltree_div_overlay2.png differ diff --git a/icons/skilltree_req_lock.png b/icons/skilltree_req_lock.png new file mode 100644 index 0000000..8639544 Binary files /dev/null and b/icons/skilltree_req_lock.png differ diff --git a/icons/skilltree_req_unlock.png b/icons/skilltree_req_unlock.png new file mode 100644 index 0000000..5e425a0 Binary files /dev/null and b/icons/skilltree_req_unlock.png differ diff --git a/icons/status/blind.png b/icons/status/blind.png new file mode 100644 index 0000000..1e0beb0 Binary files /dev/null and b/icons/status/blind.png differ diff --git a/icons/status/burn.png b/icons/status/burn.png new file mode 100644 index 0000000..6e7402c Binary files /dev/null and b/icons/status/burn.png differ diff --git a/icons/status/freeze.png b/icons/status/freeze.png new file mode 100644 index 0000000..e272e23 Binary files /dev/null and b/icons/status/freeze.png differ diff --git a/icons/status/panic.png b/icons/status/panic.png new file mode 100644 index 0000000..951ff70 Binary files /dev/null and b/icons/status/panic.png differ diff --git a/icons/status/poison.png b/icons/status/poison.png new file mode 100644 index 0000000..ba5d01a Binary files /dev/null and b/icons/status/poison.png differ diff --git a/icons/status/shock.png b/icons/status/shock.png new file mode 100644 index 0000000..86ae31e Binary files /dev/null and b/icons/status/shock.png differ diff --git a/icons/status/stun.png b/icons/status/stun.png new file mode 100644 index 0000000..daad187 Binary files /dev/null and b/icons/status/stun.png differ diff --git a/icons/tr_bg.png b/icons/tr_bg.png new file mode 100644 index 0000000..e47b73e Binary files /dev/null and b/icons/tr_bg.png differ diff --git a/icons/uc1iBck.png b/icons/uc1iBck.png new file mode 100644 index 0000000..bb20350 Binary files /dev/null and b/icons/uc1iBck.png differ diff --git a/icons/ui_item_2010908.png b/icons/ui_item_2010908.png new file mode 100644 index 0000000..258fd28 Binary files /dev/null and b/icons/ui_item_2010908.png differ diff --git a/icons/uldt9lR.png b/icons/uldt9lR.png new file mode 100644 index 0000000..e7a7a89 Binary files /dev/null and b/icons/uldt9lR.png differ diff --git a/icons/we_bg.png b/icons/we_bg.png new file mode 100644 index 0000000..c00efac Binary files /dev/null and b/icons/we_bg.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..e94800b --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +NGS Planner
\ No newline at end of file diff --git a/logo192.png b/logo192.png new file mode 100644 index 0000000..fc44b0a Binary files /dev/null and b/logo192.png differ diff --git a/logo512.png b/logo512.png new file mode 100644 index 0000000..a4e47a6 Binary files /dev/null and b/logo512.png differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..080d6c7 --- /dev/null +++ b/manifest.json @@ -0,0 +1,25 @@ +{ + "short_name": "React App", + "name": "Create React App Sample", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + }, + { + "src": "logo192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "logo512.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} diff --git a/nicodotpng.png b/nicodotpng.png new file mode 100644 index 0000000..eb5f5a8 Binary files /dev/null and b/nicodotpng.png differ diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..e9e57dc --- /dev/null +++ b/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/spinner.gif b/spinner.gif new file mode 100644 index 0000000..e82a969 Binary files /dev/null and b/spinner.gif differ diff --git a/static/css/main.44f398a2.chunk.css b/static/css/main.44f398a2.chunk.css new file mode 100644 index 0000000..84d2ae2 --- /dev/null +++ b/static/css/main.44f398a2.chunk.css @@ -0,0 +1,2 @@ +body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,here it is. html,hgroup,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,the file to use and tweak as fits you best. If you"re more of the copy-and-paste type, or just want an in-page preview of what you"ll be getting,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse}*{border:0;margin:0;padding:0;box-sizing:border-box;outline:0}@font-face{font-family:"ngs";src:url(/static/media/4.b3395666.woff) format("woff")}@font-face{font-family:"ngs2";src:url(/static/media/3.c923286b.woff) format("woff")}@font-face{font-family:"ngs3";src:url(/static/media/2.32e8ae4f.woff) format("woff")}@font-face{font-family:"ngs4";src:url(/static/media/1.3f72ad8c.woff) format("woff")}@font-face{font-family:"Segoe UI Symbol";src:url(/static/media/seguisym.e8cb9d09.ttf) format("truetype")}a,a:active,a:hover,a:visited{color:#fff;text-decoration:none}a:active,a:hover{background-color:rgba(113,169,189,.33)}hr{border-bottom:1px solid hsla(0,0%,50.2%,.5)}img{vertical-align:middle}body{background-image:url(https://pbs.twimg.com/media/E8tfm23VUAQTAAu?format=jpg&name=4096x4096);background-color:#484848;background-repeat:no-repeat;background-position:50%;background-attachment:fixed;background-size:cover;color:#fff;font-family:ngs,Arial,sans-serif;font-size:16px;font-weight:400;text-align:center;text-shadow:-1px -1px 0 rgba(0,0,0,.66),1px -1px 0 rgba(0,0,0,.66),-1px 1px 0 rgba(0,0,0,.66),1px 1px 0 rgba(0,0,0,.66)}table{border-spacing:0}table td{vertical-align:top}ul{list-style-type:none;-webkit-padding-start:0;padding-inline-start:0}em{font-style:normal}#header{background-color:rgba(0,0,0,.33);min-height:50px;padding:20px;text-align:left;color:#fff}.header a{color:#fff;text-decoration:none}.header a:hover{background:linear-gradient(45deg,rgba(76,113,126,.66),rgba(113,169,189,.66));text-decoration:none}.logo{font-family:"ngs2";margin-right:auto;font-size:24px}.logo span{font-size:16px;text-transform:uppercase}.logo img{height:28px}@media screen and (min-width:390px) and (max-width:860px){.headermenuitem{display:none}}@media screen and (max-width:390px){.headermenuitem{display:none}}.header,.main{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,450px));-webkit-justify-content:center;justify-content:center;grid-gap:10px;gap:10px;margin:0 10px}.box{color:#fff;background-clip:padding-box;background-color:rgba(24,36,48,.66);margin:10px 0 0;text-align:left;padding-bottom:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.box h3,dt{font-size:12pt;font-weight:400;padding:0 5px;margin:5px}.box h3,.box tr,dt{border-bottom:1px solid hsla(0,0%,50.2%,.5)}.box tr{background-repeat:no-repeat;background-position:0 100%}.box tr:last-child{border-bottom:0}.box td{padding:0 5px;white-space:nowrap}.box td:first-child{color:#97e2fc}.box td:last-child{text-align:right}.barGraph{background:linear-gradient(90deg,#65beef,#f5ee3c)}.barGraph,.barOverlay{display:block;height:8px}.barOverlay{border:2px solid #000}.basicInfo{grid-template-columns:1.5fr 1fr 1fr;grid-template-areas:"author player player" "build character character" "class . ." "subClass . .";margin:10px;padding:0 5px}.basicInfo,.statsInfo{display:grid;-webkit-justify-content:stretch;justify-content:stretch}.statsInfo{background-color:rgba(0,0,0,.33);margin:0 10px;padding:5px;grid-template-columns:repeat(4,1fr);grid-template-areas:"bp . bpGraph bpGraph" "hp . hpGraph hpGraph" "pp . ppGraph ppGraph" "atk . atkGraph atkGraph" "def . defGraph defGraph" "wepUp wepUp2 wepUp3 wepUp3" "res res2 res3 res3" "dmgRes dmgRes2 dmgRes2 dmgRes2"}.statsInfo>div{border-bottom:1px solid hsla(0,0%,50.2%,.5)}.boxTitleBar{background-color:rgba(124,144,148,.66);text-align:left;display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:space-between;justify-content:space-between}.boxTitleBar,.boxTitleBar h1{color:#fff;font-weight:400;font-size:18px}.boxTitleBar h1{margin-right:10px;padding:13px 13px 7px}.boxTitleBar h1:before{font-family:"Segoe UI Symbol";content:" \25C6";margin-right:10px}.box h2{color:#fff;font-weight:400;font-size:18px;margin:10px 10px 0;text-align:left}.box h2 img{margin-right:5px;vertical-align:top}.da{color:#fff;text-align:right}.da span{background-color:rgba(20,29,40,.66);padding:5px}.da span:hover{background:linear-gradient(45deg,rgba(76,113,126,.66),rgba(113,169,189,.66))}.infoBuffs{margin:0 auto;width:90%}.infoBuffs:last-child{margin-bottom:10px}.infobuffs li{margin:5px 0}.infoBuffs li:hover{background:linear-gradient(45deg,rgba(76,113,126,.66),rgba(113,169,189,.66))}.infoBuffs li ul{width:100%}.infoBuffs li ul li{width:100%;padding-left:20px}.infoBuffs li ul li:hover{background:transparent}.box p{padding:10px 10px 0}.equipPalette{margin:10px 10px 0;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-flex-flow:row wrap;flex-flow:row wrap;white-space:nowrap}.equipPaletteSlotWrapper{background-color:hsla(0,0%,50.2%,.5);cursor:pointer!important;padding:10px}.equipPaletteSlotWrapper span{margin:0 10px 0 0;color:#ffcf04;font-size:14pt;font-family:ngs2,Arial,sans-serif}.equipPaletteSlotWrapper img{height:48px;border:1px;border-style:solid;background:radial-gradient(#c4c4c4,grey);border-color:grey}.equipPaletteSlot{text-align:center;-webkit-flex:1 1;flex:1 1}.equipPaletteSlot:first-child{padding-right:10px}.equipPaletteSlot:hover img{outline:2px solid rgba(54,255,255,.66)}.equipPalette h3{color:#97e2fc;font-size:16px;font-weight:400;white-space:nowrap}.equipDetails{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-flex-flow:row wrap;flex-flow:row wrap;margin:10px 10px 0 0;text-align:left}.equipAugs{-webkit-flex:1 1 auto;flex:1 1 auto}.equipAugs li{background-color:hsla(0,0%,50.2%,.5);color:#fff;margin:0 0 5px 10px;padding:12px 10px 7px;cursor:pointer!important}.equipAugs li:hover{background:linear-gradient(45deg,rgba(76,113,126,.66),rgba(113,169,189,.66));outline:2px solid #1ce3e3}.equipAugsExpand{margin:0 10px 0 0;display:inline}.tooltip{cursor:help}.tooltip span{visibility:hidden;width:200px;background-color:rgba(38,53,63,.9);padding:5px;position:absolute;white-space:normal;left:1em}.tooltip span,.xTooltip{color:#fff;font-size:10pt;text-align:left}.xTooltip{margin:0 10px 0 0;display:inline;cursor:help!important}[class*=BaseToolTop]{min-width:200px}.tooltip:hover span{visibility:visible}.pr{-webkit-flex:1 1 auto;flex:1 1 auto;margin:10px 10px 0 0;text-align:left}.pr li{margin:0 10px 2px;padding:5px}.pr li span{color:#fff}.ye{color:#ffb74c}.itemlist{margin:0 10px}.itemlist li{background-color:hsla(0,0%,50.2%,.33);color:#fff;margin:0 0 5px;padding:10px;background-repeat:no-repeat;background-position:100% 0;background-origin:content-box}.aug:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABUUlEQVQ4y5WTMUvDcBDF75s4ufoF3KSL2EVKDYKhoEMdBEGig61NF4fYKoW2oLi7Obk46FwDLm5uLh0q/1VwcDj/79Jrr6FLhse797t7CQ2UOOWq18SLCwqdKvHzj+sddXllda2Q0EGX+OFbwF3tkjFb6XGe41Y5cf8jC96thrvnswdgzu+1Q3zzlgXvqkFwKqzvvT+dweyNdojvP7PgHeqETcmJd2XJlHUM0w65p18J8Iv6lczNeiLZCgw73NgOpe+88HWPT4YMtkzY2VswevxafMB+45bBlgk7ewtGg8lf9pG8B62OzEHclWwFJjt/YzvUcCMJcKgcR5LL7WjO2lMWz5l26ND1JMBVpTgUVmqHIpk9szfaoQNXlwC32oi3Zr8Vc36vHYrGO9kbWuuM2UofkOe4VU7d0TbvnW0W/jOhc+279JJWaq9pxXlxQTl0/wEsC5CUKM/JmAAAAABJRU5ErkJggg==);margin-right:5px;vertical-align:middle}.itemwep{font-size:10pt}.itemWeaponWrapper{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:16px}.itemwep em{font-size:12pt;line-height:28px}.itemwep:after{clear:both}.rifle:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAD6SURBVDhPnZM7CsJAFEXvBIJYioJ2NroMe0FwD9oIbsK4CUv3YKEIli4jNnYGFEvRFGNuPuNLHL8HhkzC3JP3Hozqz7WuNQDXxU+EIXA8AGq40voUAIuBQnemsR4rtHpetCbpUTulMlCtAw7/fL3AhMlu6UVrGu9fwQyzTvpuwqTS7sQSIr/bMAJZ8tnfxhKGZWU2hCDf97cSIyD/SHKChPyhT5KcgJPPhsdKGCDvJEZQDLMdYpPINkUFyUEZLkIJ4c+yKtRoo/Xej/dWZGUSVtZsW4f4oNiWJKvgpcA2EynJZuPwVvFiPPM8Ez4Z5GKG2f+v8y26zgFwB0yEk2rlUPX0AAAAAElFTkSuQmCC)}.gb:before,.rifle:before{margin-right:5px;vertical-align:middle}.gb:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAADvSURBVDhPY/zf5vefQVKEgYGVlYEk8Ps3A8PzNwyM/+cn/Wd48ZaBsXIjQ4O9CkM9EBMFONkZGCSEGZjANn//CRZrOHiHoRGIiQIgPUC9TFAuHJBkCBBgGAACIENAgLFpB0HD4Aag+x1kyP86D4IughuAHoC+amJgFxAyBMULyIaYzD7GcCbViqAhmIFIwBB0gD0QsRgCCxN0wPh/Sfp/hlsPoVxUgM3ZKIaoyWN3AQyAXAICyJpA3kEGeA0AAZBmdE0HHryDsogwAARAhiC7ovEQwltM4FwFyhhEAFjAgl0A0gPUS352/gW0+MUbBgCI3HpQtnXeGgAAAABJRU5ErkJggg==)}.vege:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAFj3pUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHjarVdtluMoDPzPKfYISHwIjgMC3tsb7PG3MNhO0j3d6ZmJXwwWQpRUssCm//fvMP/gxyze+CAp5hgtfj77zAWdZNcvH3ey/rjvB3t2nuTmGmCIHFq3HqVs/QJ5uCeca1B9lpu0RzhtQ3QZPn5urjz77REk5Lzk5Leh3Fcn5iSPUOs2pFvxgLL//oK1mvlsngSCKLWAhRxzd+TscU8LgZt/cgWt4E4uQ29eZcrN0Zy+IiBP7l0BtI8Begry2TOv0b96L8HnsuXuJZZxxwidTwcovMjdtQw/LuwuRPw8UKqVD+7s/xgtjdGXd8VHRDTujDqCTacZKFaE3B3TIi7BP6Avx5VxJVusgvJm1VZcSpkYrAxDnhoVGtSPVkkB0XNnQcusIGTKkhPOrOCInJ8XDRaXXXMJZCl34xzEfGGhY918rKeUsHIjqDLBGGHKLy/z1eBPLjOGzhCRTVesgItnXgPGZG7eoQVCaGzewhHg89r024f8manqoTbDnOBgsXWZqIHu3HIHzw56Ae16hchI2wYQIqwdAIYcGLCRXKBIVlBtiBDHBIIKkLPzXMEAhcANINk7F9kIJ55rY47QocuBI08xahOICC7i3UpgqIAs7wPyR3xCDpXggg8hxCAhmZBDiS76GGKMEmeRK+LES5AoIkmylOSSTyHFJCmlnErm7FADQ45Zcso5l8KmYKECWwX6BZLK1VVfQ41Vaqq5FkX6qNegUUWTZi2Nm2soEy02aanlVjqZjkrRfQ89dump514Gcm244UcYcchII49ysbZZ/XD9gDXarPHB1NSTizVIjchpgmY5CZMzMMaewLhMBpDQPDmzibznydzkzGbGSxEYIMPkxjSajIFC34nDoIu7m7m3eDMhvcUbf8ecmdT9DeYMqPvI2yestbnP6cHYegtnTK3D2zc8sCRTuHZKI3pOeCxzg/ut1tg/NGDVzZZNcuWPbS1Dbyg2PRZFAugLjhsGMnusHtfWnHZX6npKtmeKex4CvrRGqU6jXVasa6EvsTU6vB1B1mSU+pmgS+u7FtvBWqaLPVybMtu3LLntRhnih0s3XCTScEU3XN/TZTC7TX9Nh83n5W7Q72E2vwb7I6zWvBmQb5Gar8L7NUJag02xmWZvAqEsJNWxLHv2GldXUG9mPZn96tUOtxOjQe51jxSv+iEhb6DOtUcv0vD+myw1L2k6ct6zq8PZgOtETMH7LEuuWk6Pu2C3aqWszB7W98F96ecchZqfDzIrZef9ULvkHkM7tEq2dIjnIbouWTcEBIQStCYkD+dOrbjMe9J+iagtUbMCaGtS0zyc0VPntZUaFsxucwNtsmaVeSxqZeFQLCblGDBQDNSiJLumod5JLsJ7XqQ94O0D7ojvgtsrop6yQQocCLBNnBOSbJGn7RyCBPMqSxdzO3U59ddCBhPb2KYRAY57nYS44/S+BlDtsaHUZRN4fe47bKIDQZ4xqqdH4MXPXegYBn+XR8iurWMVh6D8uQ9mO3EH4g1naCfSzKmmfecRYDXCphX3m42qo9pXhgfGZhN2tldX0ghlP0XsfHf2lmqc4tvkGCxIImx423VHw/PXmfSUMGZmzI0/d3lwDrt1v3OYwkWJl1OHqeQj/80xQ3EkyeeMZsNG1ajnrLoMtIhjReZtrZE+4zc/c+Ax85/9MM+OcDvJ03xlMaasNxxflYN3tBvqh227iuXUjMW2fxWhqn3XnV5Q1p4L0tfbpPlul33ZPu8NABUThB8POGg3ExfqQb4rj7Mseclxvx41a7pfD5zEPi86xv5eqD+E3nyVQzv0OAX0HTl8UuMA5nZQA7IbUVyvyBzT3zl+vITT/OGx6FNDn+B4vzV/AcyjIZxaM74n/gc8bEr2isd3YwAAAGd6VFh0UmF3IHByb2ZpbGUgdHlwZSBpcHRjAAB42j2KMRKAQAgDe17hEyBBz3uOc2dhZ+H/x0hhGAKTrF33M2wp5WbcE9lzemp+ATEcbHoPgq4NTN0mD/Zqh9pTmVOMKf7QtbCKGPYC9gkXWHSjNDkAAAGFaUNDUElDQyBwcm9maWxlAAB4nH2RPUjDQBzFX1OlIlURO4g4ZKhOFkRFdJMqFsFCaSu06mBy6Rc0aUhSXBwF14KDH4tVBxdnXR1cBUHwA8TNzUnRRUr8X1JoEePBcT/e3XvcvQOEepmpZsc4oGqWkYxFxUx2VQy8IoB+DKAXsxIz9XhqMQ3P8XUPH1/vIjzL+9yfo0fJmQzwicRzTDcs4g3i6U1L57xPHGJFSSE+Jx4z6ILEj1yXXX7jXHBY4JkhI52cJw4Ri4U2ltuYFQ2VeIo4rKga5QsZlxXOW5zVcpU178lfGMxpKymu0xxGDEuIIwERMqoooQwLEVo1UkwkaT/q4R9y/AlyyeQqgZFjARWokBw/+B/87tbMT064ScEo0Pli2x8jQGAXaNRs+/vYthsngP8ZuNJa/kodmPkkvdbSwkdA3zZwcd3S5D3gcgcYfNIlQ3IkP00hnwfez+ibssDALdC95vbW3MfpA5CmrpZvgINDYLRA2ese7+5q7+3fM83+fgCpZ3K9hS3fUQAAD1VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDQuNC4wLUV4aXYyIj4KIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgIHhtbG5zOmlwdGNFeHQ9Imh0dHA6Ly9pcHRjLm9yZy9zdGQvSXB0YzR4bXBFeHQvMjAwOC0wMi0yOS8iCiAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICB4bWxuczpwbHVzPSJodHRwOi8vbnMudXNlcGx1cy5vcmcvbGRmL3htcC8xLjAvIgogICAgeG1sbnM6R0lNUD0iaHR0cDovL3d3dy5naW1wLm9yZy94bXAvIgogICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICB4bXBNTTpEb2N1bWVudElEPSJnaW1wOmRvY2lkOmdpbXA6OWFiZWMwMWQtYWMyNS00Nzg0LWI1N2ItYmJhYzlkNTZjNGZjIgogICB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhiZjg3MzM1LTdhZjItNGEyYi1hMzc1LWI4MThmNTBlMGYwOSIKICAgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmQ5MzM1YTYyLWRhOGMtNDU5Ny1iZjkxLTdlZmRkY2ZjNTEyNyIKICAgR0lNUDpBUEk9IjIuMCIKICAgR0lNUDpQbGF0Zm9ybT0iV2luZG93cyIKICAgR0lNUDpUaW1lU3RhbXA9IjE2MjY2MjE2ODY1MDI1MjgiCiAgIEdJTVA6VmVyc2lvbj0iMi4xMC4xOCIKICAgZGM6Rm9ybWF0PSJpbWFnZS9wbmciCiAgIHhtcDpDcmVhdG9yVG9vbD0iR0lNUCAyLjEwIj4KICAgPGlwdGNFeHQ6TG9jYXRpb25DcmVhdGVkPgogICAgPHJkZjpCYWcvPgogICA8L2lwdGNFeHQ6TG9jYXRpb25DcmVhdGVkPgogICA8aXB0Y0V4dDpMb2NhdGlvblNob3duPgogICAgPHJkZjpCYWcvPgogICA8L2lwdGNFeHQ6TG9jYXRpb25TaG93bj4KICAgPGlwdGNFeHQ6QXJ0d29ya09yT2JqZWN0PgogICAgPHJkZjpCYWcvPgogICA8L2lwdGNFeHQ6QXJ0d29ya09yT2JqZWN0PgogICA8aXB0Y0V4dDpSZWdpc3RyeUlkPgogICAgPHJkZjpCYWcvPgogICA8L2lwdGNFeHQ6UmVnaXN0cnlJZD4KICAgPHhtcE1NOkhpc3Rvcnk+CiAgICA8cmRmOlNlcT4KICAgICA8cmRmOmxpCiAgICAgIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiCiAgICAgIHN0RXZ0OmNoYW5nZWQ9Ii8iCiAgICAgIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YzEzOTU4N2MtNjgyMi00NTZiLWExNmYtMDMzYzhhNDViNTExIgogICAgICBzdEV2dDpzb2Z0d2FyZUFnZW50PSJHaW1wIDIuMTAgKFdpbmRvd3MpIgogICAgICBzdEV2dDp3aGVuPSIyMDIxLTA3LTE5VDAwOjIxOjI2Ii8+CiAgICA8L3JkZjpTZXE+CiAgIDwveG1wTU06SGlzdG9yeT4KICAgPHBsdXM6SW1hZ2VTdXBwbGllcj4KICAgIDxyZGY6U2VxLz4KICAgPC9wbHVzOkltYWdlU3VwcGxpZXI+CiAgIDxwbHVzOkltYWdlQ3JlYXRvcj4KICAgIDxyZGY6U2VxLz4KICAgPC9wbHVzOkltYWdlQ3JlYXRvcj4KICAgPHBsdXM6Q29weXJpZ2h0T3duZXI+CiAgICA8cmRmOlNlcS8+CiAgIDwvcGx1czpDb3B5cmlnaHRPd25lcj4KICAgPHBsdXM6TGljZW5zb3I+CiAgICA8cmRmOlNlcS8+CiAgIDwvcGx1czpMaWNlbnNvcj4KICA8L3JkZjpEZXNjcmlwdGlvbj4KIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PgWg++sAAAAGYktHRAAJAMIAnJ/BRE8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQflBxIPFRoD5jvGAAABqElEQVQ4y6WTO0hbYRiGn3MMCUKq0SB0CFGDF8QLtFSso4Nbt5Kgi4OLFxDMqIvWQdDBDEIvS22hW+jgkEFCsZCCESKKkiiiYuIxEQ2Sq2m9HQdJzNGjhfhNPz/f9/zv9/L+QsLXLfOM0gDE9qSChg0WE2L+hcMZYskfxxuIY7Z5MNs8OJyh/yvIDjucQdobS1FCgwDYreanAXBrxZI//qDpKYiQ8HXLsT2JlPiCEr2WaOwfwUga73qUn78O2A4lc812a6UCYrCY7hR0Di6SzlxhLNViMemZGGih5101ntUTxj5vEIlmVJXkTDw8zhBLnrMrpXB7j3B7I/R+WGY/nGbhYwdtTcbcOvnGinfylPv5Aqe8qi9j8qufkdk15sbf0lxjUHhyD6Dc7/fKMa8byqko0+HyhBn7ssGn0VaKdUWKhxQ5yIckUhe4/oQZ6qpDFASc7hA7B0n63tc8DrgPmV+UOL+QGbTVoikSmP6+SWujUd1ENci1LDP1LYBOKzLe38zZ30t8axJ2a6VakB5Csgmd+bFFZ9tLZoZbeFOlUQ9SoZ9Jkz0UWjf3DangiiIGYwAAAABJRU5ErkJggg==);margin-right:5px;vertical-align:middle}.itemimg{background:radial-gradient(#c4c4c4,grey);float:left;margin-right:10px;width:48px;box-sizing:content-box;border:4px solid grey}li.r1{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAOVBMVEUAAABQvedQvedQvedQvecAAABQvedQvedQvedQvec1fZhQvedQvedQvedQvec0e5ZAlrdQvef///+jkh9rAAAAD3RSTlMADDM/QFlmZ4CYmr/LzPPOx8IIAAAAYElEQVQYV1XN2w6AIAwD0AGiXNRR/v9jDWML0qf1pMmIZsKhh6XWvQdgn1Rgm4TG3P6Tyr2zThJGBsiRVAySbRSki0zQTmRg3Rt4hWyQZ3cvUGIswOsEzvXtErjXt4foAzgvBxTH5FwDAAAAAElFTkSuQmCC)}.r1 img{background:radial-gradient(#4096b7,#347b96)!important;border-color:#4096b7!important}li.r2{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAQlBMVEUAAABQvedQvecAAABQvedQvecAAABQvedQvedQvecZO0gaPUpQvecnW29QvedQvedQvedQvec0e5ZAlrdQvef///8ek38bAAAAEnRSTlMADDM0P0BZZmeAgoOYrL/LzPPlYKp8AAAAaUlEQVQYV1WNQRKAIAzEiiiKIkpZ//9VsVBG9tRkwkBUNy/t0MU48gyMSQT+id257LBduEfmBDwAroLL6cXk74UIX5teCBejojHRl5dl5UmLqYmgIlQ2KfPp3Mk5GRFr/w2biKv/hpvoBfVxCJJGPmEZAAAAAElFTkSuQmCC)}.r2 img{background:radial-gradient(#4096b7,#347b96)!important;border-color:#4096b7!important}li.r3{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAQlBMVEUAAABQvedQvecAAABQvedQvecAAABQvedQvedQvecZO0gaPUpQvecnW29QvedQvedQvedQvec0e5ZAlrdQvef///8ek38bAAAAEnRSTlMADDM0P0BZZmeAgoOYrL/LzPPlYKp8AAAAZ0lEQVQY01WNWxKAMAgDqdYqPqrSeP+rqiAdmy+yswCRJQ7UJue2R6BVMvBX+lmeLH0F6dIkLQxADMgzspLybihgc6rBdoIdsB/1Fe+dG90HVger9XAW2VLapJxBwVi/YVKw1284iG71YAiS+eplSAAAAABJRU5ErkJggg==)}.r3 img{background:radial-gradient(#4096b7,#347b96)!important;border-color:#4096b7!important}li.r4{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAQlBMVEUAAAB/4GF/4GEAAAB/4GF/4GEAAAB/4GF/4GF/4GEoRh4pSB9/4GE9bC9/4GF/4GF/4GF/4GFTkj9lsk1/4GH////yLQKtAAAAEnRSTlMADDM0P0BZZmeAgoOYrL/LzPPlYKp8AAAAbElEQVQYV1WNWxaFIAwDq3hVfKCGsP+tii3gNV+dOWkrYhl+ZagJ4csD+a0E8r/iFsSI1TUxpgSkNCp4kjCBPHo1r/DWyfAExtlUUVgkArpSuWc53BexVbEZd9dz3e2IV6diat84qzjaN54iN+4KCHvDQndWAAAAAElFTkSuQmCC)}.r4 img{background:radial-gradient(#65b24d,#53923f)!important;border-color:#65b24d!important}.itemlist li span{background-repeat:no-repeat;background-position:0;margin-right:10px}.atk:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAvVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB9fX1+fn6AgICBgYEAAAAAAAAWFhZnZ2dqampra2uGhoaNjY2Tk5OUlJSVlZWWlpaXl5eYmJiZmZmampqcnJyhoaGjo6PGxsbHx8fLy8vOzs7Pz8/Y2Njd3d3e3t7h4eHi4uLk5OTm5ubn5+fo6Ojp6enq6urr6+v7ZHpCAAAAHHRSTlMASlRgYWJjZLGyt9Ld4+jq8PP09fn8/f39/f3+lwazPAAAAOFJREFUGFc9zutWwjAMAOCAQ8StgNIMtQUEcSuXObywAe3y/o9Fm3HMj5zk60lS0D5UDzh6KnSgiRqTskWpaYiYyJk0CpI7YmqC5RjdIUujQW1vNs5Ytgr6asOWvZ5a6QPcKxOenSmsT0H86Xaty4vz7fT/KZe9PbMkSTJ4mrazn/gQxzHgX6k/zkVra13+IqCjL0e24C+4kpynlfU1nV7YyK4QunLPI2NcB9vLLgznla9+ZoPH2bcvqvkQsKJ6d6FSiANddjVVYX29mCztUYijXU7e67AecdSRUgrhU2fk2ytPFy/r/7ajTAAAAABJRU5ErkJggg==);margin-right:5px;vertical-align:middle}.fixa{color:#ff8750}.fixa:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAmVBMVEUAAADquWjEMCyeJiOoTjarKSGuMSayOymzRC7NbjvQdj7TgEPYk0vbmU7boVOydEe4JBu8lFS9LB6/NyPFTizFhEnHVzHHikzKkU/MZDfMmlTELizHOTHos2jrumrELy3HOjHFLy3LRDfOTjvQWUDjnV7komHmqmTrumrvMyjzQC73TTP/d0j/hlL/k1v/oWT/vXz/xoP/zYgn/o31AAAAIXRSTlNASUqfn5+fn5+fn5+fn5+goKCgoKCgoKCgoKDk5ubm5+eowTOFAAAAqUlEQVQYVzWM2xKCMAwF1zsqonhHBUVAoFik/P/HmQ7TfTizJ5OEUVJVVYgQiiQj4r7vbxAEcBONKY25wsaYDVyNKfl0F/A7wYdL96E42XvHqWALa1dFpLL6wU+QXNnxsm2hbYdcyiDSGrQeMrIr5y98Bcmz1Ckc3dOjrbnnqsXLyZoFHBrhAIsm463UHPZK7WGu1JtHXdcz2O1gJvpi/EzTdGLvJyL38R9MbxJ3mFkqSgAAAABJRU5ErkJggg==);margin-right:5px;vertical-align:middle}.pot{color:#ff0}.pot:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAACCklEQVQ4T62U3UtUQRjGn1nMRIPSvbAQwWXXQGcw1nMSVyGIkC6TEjFD0GCpbvxnkkoWMohMxMIuQyII/MBmlWQmQXdRkvCD1IIM02UnmOOe3Tmr0sW+V4dn3vmdeZ9nGIICFSkQBy5ILXaqXGhc7sLumDD+w8faYNFyQyN1o5qRBX3tUPBvGk3J6U2E2pe0lhi/jGCk0hxguxKkfswDErcV/BtGo5z6C3YnrjXxxgJtOesBXQRhbz2ghXaFinW3UU4dgHXOQ4yGtZb5pi3FWdjOJZCGcRPEh68pq3VPN8npQ7CuBYiRK6CRoiMtBdb1BWKkATRyRmvxyTLY3Z9MEACVeF2FfXUBrFtCvKKgzQ4kU3ImBXZPQgxTlJCfCN397vqcG7+bmnhZB9rkO/ZmyNk0WM9i7lr+iTKr4kUt6NUTQJ/TYL3Lp4MSQxXYV+Vg95MQQ0FQ2zyU5ADrS0I8D6KE7CLUt5M/Go81KsvedozlPrDoCkSsBtR2JpacgEVXIWIBUDvtmM39sKNznvg/tiqcW80aO+cDe7AG8azaif/hGsRgNWijA9H1uwbk+qQH9KFZoWzFTGm+COyRTgbiaRVoOGXOuhcAuTHjAU00KZSaIPw4ALn1S29ODBQjGD5vgv4EQNpmPaD3R2bktD5+t4X+J99chQ/Uw6otNWDkJs+L/9h7879iwd6jf+o4tBMIsxJsAAAAAElFTkSuQmCC);margin-right:5px;vertical-align:middle}.clear{clear:both}.itemlistcontainer{overflow-y:scroll;overflow-x:hidden;margin:10px 5px 0 0;padding:2px}.itemlist li:hover,.treeList li:hover{background-color:rgba(113,169,189,.33);outline:2px solid rgba(54,255,255,.66)}.boxmenu{font-size:12pt;margin:0 10px;display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:flex-start;justify-content:flex-start}.boxmenu li{background-color:rgba(115,120,125,.66);color:#fff;display:inline-block;margin:10px 5px 0 0;padding:5px;text-align:center;-webkit-flex-basis:27px;flex-basis:27px;white-space:nowrap;cursor:pointer!important}.boxmenu img{vertical-align:middle}.boxMenuClassIcon{max-height:16px}.pageControlDetails{background-color:rgba(25,30,35,.66)!important;margin:10px 5px 0 auto!important}.pageControlDetails:before{content:"\270E";padding-right:5px}.pageControlDetails:hover{background:linear-gradient(45deg,rgba(76,113,126,.66),rgba(113,169,189,.66));outline:2px solid #1ce3e3}.selected{background:linear-gradient(135deg,#60461b,#b0a34e);border-bottom:4px solid #ffd602}.unselected:hover{background:linear-gradient(45deg,rgba(76,113,126,.66),rgba(113,169,189,.66));border-bottom:0;padding-bottom:9px;outline:2px solid #1ce3e3}li.selected:hover{background:linear-gradient(135deg,#60461b,#b0a34e);outline:2px solid #1ce3e3}.itemBar{-webkit-justify-content:center;justify-content:center;display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;flex-flow:row nowrap;margin:10px 10px 0;padding:0 2px}.itemBarFilter,.itemBarSort{-webkit-flex:1 1 100px;flex:1 1 100px;margin-right:10px}input{background-color:#101317;color:#fff;font-family:ngs,sans-serif;font-size:11pt;height:28px;padding:0 5px;text-shadow:-1px -1px 0 rgba(0,0,0,.66),1px -1px 0 rgba(0,0,0,.66),-1px 1px 0 rgba(0,0,0,.66),1px 1px 0 rgba(0,0,0,.66)}input:hover{outline:2px solid #30cdef}select{background-color:hsla(0,0%,50.2%,.5);color:#fff;font-family:ngs,sans-serif;font-size:11pt;height:28px;padding:5px 10px;text-shadow:-1px -1px 0 rgba(0,0,0,.66),1px -1px 0 rgba(0,0,0,.66),-1px 1px 0 rgba(0,0,0,.66),1px 1px 0 rgba(0,0,0,.66)}input.itemBarForm,select.itemBarForm{width:100%}option{background-color:grey}.boxExit{padding:4px 9px 8px;margin:4px}.boxExit:hover{background-color:#a80000;outline:2px solid red}.boxExit:after{content:" \2573";font-size:9pt}.exit{color:#fff}.customScrollbar::-webkit-scrollbar{width:4px;height:4px}.customScrollbar::-webkit-scrollbar-track{background:hsla(0,0%,50.2%,.8)}.customScrollbar::-webkit-scrollbar-thumb{background-color:hsla(0,0%,96.1%,.66)}.customScrollbar::-webkit-scrollbar-button{background-color:hsla(0,0%,63.5%,.8);height:4px;width:4px}.customScrollbar::-webkit-scrollbar-corner{background-color:transparent}.containerX,.containerY{margin:10px;min-width:0}.treeListContainer{overflow-y:auto;margin:10px 10px 0}.treeSelectBox{outline:1px solid #36ffff;max-width:220px;position:absolute;left:-210px;top:-10px}.treeList{padding:0 2px 2px}.treeList li{background-color:hsla(0,0%,50.2%,.33);color:#fff;margin:5px 0 0;padding:10px;background-repeat:no-repeat;background-position:100%;background-origin:content-box;line-height:20px}li.treeListMain:after,li.treeListSub:after{margin-left:10px}li.treeListMain:after{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQCAYAAAAiYZ4HAAABhWlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpSJVETuIOGSoThZERXSTKhbBQmkrtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9SaBHjwXE/3t173L0DhHqZqWbHOKBqlpGMRcVMdlUMvCKAfgygF7MSM/V4ajENz/F1Dx9f7yI8y/vcn6NHyZkM8InEc0w3LOIN4ulNS+e8TxxiRUkhPiceM+iCxI9cl11+41xwWOCZISOdnCcOEYuFNpbbmBUNlXiKOKyoGuULGZcVzluc1XKVNe/JXxjMaSsprtMcRgxLiCMBETKqKKEMCxFaNVJMJGk/6uEfcvwJcsnkKoGRYwEVqJAcP/gf/O7WzE9OuEnBKND5YtsfI0BgF2jUbPv72LYbJ4D/GbjSWv5KHZj5JL3W0sJHQN82cHHd0uQ94HIHGHzSJUNyJD9NIZ8H3s/om7LAwC3Qveb21tzH6QOQpq6Wb4CDQ2C0QNnrHu/uau/t3zPN/n4AqWdyvY3+FZYAAAAGYktHRAArAJYAvQMcrhkAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQflBxEVNzPl4mzCAAAA7UlEQVQoz32SsZHCMBBF/9+hAy7iqgA6INYVcEOOqIEcQseoDruLA+fM5WS0oCUQkiXZsNFaetqnb5vLzRZ1tUevJGAOwnpP6gVrVL+/gMU89PU+o6E7eV3MMVn3x2BLBnMQ/t1GN8DlxuJq0juftLYhVQN0eR3eNUxw77xKbHK9bchdQ94fgykyXG626WG9F45jDvDKCiU2AHA9h9f5Di4yrGyYnh+q4d55pf7/6idLDgOAuI5pGlnmqGHXMYS2P6rWBKoOnsOuZQjtWjKapjJEGABmcdJrQa1RXM/Dd8nh0c+Xm6bgwlCbsr6oJ6B8mLNdGgfzAAAAAElFTkSuQmCC)}li.treeListSub:after{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAABhWlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpSJVETuIOGSoThZERXSTKhbBQmkrtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9SaBHjwXE/3t173L0DhHqZqWbHOKBqlpGMRcVMdlUMvCKAfgygF7MSM/V4ajENz/F1Dx9f7yI8y/vcn6NHyZkM8InEc0w3LOIN4ulNS+e8TxxiRUkhPiceM+iCxI9cl11+41xwWOCZISOdnCcOEYuFNpbbmBUNlXiKOKyoGuULGZcVzluc1XKVNe/JXxjMaSsprtMcRgxLiCMBETKqKKEMCxFaNVJMJGk/6uEfcvwJcsnkKoGRYwEVqJAcP/gf/O7WzE9OuEnBKND5YtsfI0BgF2jUbPv72LYbJ4D/GbjSWv5KHZj5JL3W0sJHQN82cHHd0uQ94HIHGHzSJUNyJD9NIZ8H3s/om7LAwC3Qveb21tzH6QOQpq6Wb4CDQ2C0QNnrHu/uau/t3zPN/n4AqWdyvY3+FZYAAAAGYktHRAArAJYAvQMcrhkAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQflBxEVNyRmMekFAAAA2UlEQVQoz22RPRKCMBCF39IzcBVKZ+QAnsAL0KgX8KdG8QBgk5KRoTcX8CapaEUOsBZKcBO2TL637+WFksUKcgjr3YYBoC1v9DuyEzg0knTJYRwhjCMk6ZLdexod1rsth3GEuRlePdrq62Yd2rKizhgP7oyxsBdJ13cCMzpjMIp13dA/E2Sng8g59G/ouiFdNzS8euGWHfdM5ePJAKDyC8GtZCoO2XHPIpLr5G62kabN86LsNMHqXFAg40jAhcU/WGvy3zDCXq3qXBBYplJ5IWv1t12tyIUB4APiRF3lhGKZKgAAAABJRU5ErkJggg==)}.treeList li img{vertical-align:middle;margin-right:5px}.skillTreeBox{margin:0;min-width:181px;min-height:auto;outline:1px solid #36ffff}.skillTreeBox .boxTitleBar,.treeSelectBox .boxTitleBar{background:linear-gradient(45deg,rgba(47,153,193,.66),rgba(46,94,137,.66) 30%,rgba(46,94,137,.66) 70%,#2f99c1)}.skillTreeContainer{overflow-x:auto;overflow-y:scroll;margin:10px 5px 0 10px;padding:2px;max-height:calc(90vh - 150px);min-width:0}.skillTreeGrid{display:grid;grid-template-columns:repeat(6,181px);grid-template-areas:"a1 b1 c1 d1 e1 f1" "a2 b2 c2 d2 e2 f2" "a3 b3 c3 d3 e3 f3" "a4 b4 c4 d4 e4 f4" "a5 b5 c5 d5 e5 f5" "a6 b6 c6 d6 e6 f6"}.skillTreeGrid>div{background-color:hsla(0,0%,50.2%,.33);color:#fff;padding:6px;text-align:center;height:148px;position:relative;margin:0 10px 96px 0}div.skillActive,div.skillMaxed{background-color:rgba(18,103,87,.5)}.skillTreeGrid>div:hover{outline:2px solid rgba(54,255,255,.66);background-color:rgba(113,169,189,.33)}.skillTreeGrid>div.skillActive:hover,.skillTreeGrid>div.skillMaxed:hover{outline:2px solid rgba(54,255,255,.66);background-color:rgba(18,103,87,.5)}div.skillLocked{background-color:rgba(64,64,64,.33)}div.skillLocked em.skillName,div.skillLocked img,div.skillLocked span.skillAllocated{opacity:.33}.skillIcon{margin:0 auto;max-width:48px}.skillAllocated{display:block;line-height:40px}div.skillActive .skillAllocated{color:#ff0}div.skillMaxed .skillAllocated{color:#ff8750}.skillTreeReqUnlock{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAWCAYAAACYPi8fAAABhWlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpSJVETuIOGSoThZERXSTKhbBQmkrtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9SaBHjwXE/3t173L0DhHqZqWbHOKBqlpGMRcVMdlUMvCKAfgygF7MSM/V4ajENz/F1Dx9f7yI8y/vcn6NHyZkM8InEc0w3LOIN4ulNS+e8TxxiRUkhPiceM+iCxI9cl11+41xwWOCZISOdnCcOEYuFNpbbmBUNlXiKOKyoGuULGZcVzluc1XKVNe/JXxjMaSsprtMcRgxLiCMBETKqKKEMCxFaNVJMJGk/6uEfcvwJcsnkKoGRYwEVqJAcP/gf/O7WzE9OuEnBKND5YtsfI0BgF2jUbPv72LYbJ4D/GbjSWv5KHZj5JL3W0sJHQN82cHHd0uQ94HIHGHzSJUNyJD9NIZ8H3s/om7LAwC3Qveb21tzH6QOQpq6Wb4CDQ2C0QNnrHu/uau/t3zPN/n4AqWdyvY3+FZYAAAAGYktHRAAJAMIAnJ/BRE8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQflBxIMMxgscGeXAAAA9UlEQVRYw+2YPQrCQBCFv92kEREsrYMn8DjW8QqxsLaIVzB1DuIBPEFIJ1j4i4pNsmshir+gYGEymXJhBx7vzZu3q/QksggsF6Dtj0SBTsYBGqElFrj7iyaqUQPXuTuz630xgSfjANT7i4++oL3WPfDZEjNfy5B6HA+J42E5pP7IbBIFz1Jv1nE6Hjk5AE7HI1tsZZqbzUy5zO3Tna9cjZXIeCFn/NbRX830lf3eCCygX9i/sTJnvBTJzfghxg+ryFpF1svqWu3JpykO59iaT1Ps5lB84Drqf9Ss2x0Um/F27/v3uUnnAqW+O1bmVgH/81JSPxtPhr5FE3BSPJQAAAAASUVORK5CYII=)}.skillTreeReqLock,.skillTreeReqUnlock{position:absolute;height:22px;width:175px;background-repeat:no-repeat;background-position:50%;top:-34px;left:-2px;display:block;opacity:.8}.skillTreeReqLock{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAWCAYAAACYPi8fAAABhWlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpSJVETuIOGSoThZERXSTKhbBQmkrtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9SaBHjwXE/3t173L0DhHqZqWbHOKBqlpGMRcVMdlUMvCKAfgygF7MSM/V4ajENz/F1Dx9f7yI8y/vcn6NHyZkM8InEc0w3LOIN4ulNS+e8TxxiRUkhPiceM+iCxI9cl11+41xwWOCZISOdnCcOEYuFNpbbmBUNlXiKOKyoGuULGZcVzluc1XKVNe/JXxjMaSsprtMcRgxLiCMBETKqKKEMCxFaNVJMJGk/6uEfcvwJcsnkKoGRYwEVqJAcP/gf/O7WzE9OuEnBKND5YtsfI0BgF2jUbPv72LYbJ4D/GbjSWv5KHZj5JL3W0sJHQN82cHHd0uQ94HIHGHzSJUNyJD9NIZ8H3s/om7LAwC3Qveb21tzH6QOQpq6Wb4CDQ2C0QNnrHu/uau/t3zPN/n4AqWdyvY3+FZYAAAAGYktHRAAJAMIAnJ/BRE8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQflBxIMMwbWf1r0AAAAkklEQVRYw+2WsQ0DIAwEnygreAY8gqeh8GSMwwh4BnaAVJFSBClKB/b1IJ1e/3IqpSw45AkArTVX0iKCB5wS4i47/o3eO1JK24c550j8japCVc9OfJesmUXHQzzED1/1z0XfddrMwMxYa0Xi14kTEYgoOn715fYPc867xMcYP31Waz1bnJlj3EI8xC9adRFxJ/4CqhQh8FwrWTEAAAAASUVORK5CYII=)}.skillName{background-color:rgba(32,32,32,.33);display:block;padding:10px;height:48px;text-align:left}.skillButtons{position:absolute;display:grid;grid-template-columns:repeat(2,1fr);width:171px;height:148px;left:0;top:0;cursor:pointer!important}.skillButtons>span:hover{background-image:url(/static/media/skilltree_div_overlay.6d142e79.png);background-repeat:no-repeat}.skillLeftButton{background-position:0}.skillRightButton{background-position:100%}.skillPoints{background-color:rgba(64,64,64,.5);margin:10px 10px 0;padding:16px 0 10px;color:#fff;font-size:14pt;display:grid;grid-template-columns:repeat(auto-fit,292px);-webkit-justify-content:center;justify-content:center;grid-gap:10px;gap:10px}.skillPoints,.skillPoints div:first-child{text-align:center}.skillPoints div span{display:inline-block;width:146px;text-align:center}.skillConfirm{-webkit-justify-content:center;justify-content:center;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;flex-flow:row wrap}.skillConfirm span{-webkit-flex:1 1 auto;flex:1 1 auto;background-color:rgba(113,169,189,.33);display:inline-block;text-align:center;line-height:48px;color:#fff;font-size:13pt;margin:10px 6px 0;max-width:292px}.editBox{width:100%}.editBox:hover{background-color:rgba(0,0,0,.5);cursor:pointer!important;outline:2px solid #30cdef}.editBoxActive{width:100%}.editBoxActive:hover,input#editBoxInput{cursor:pointer!important}input#editBoxInput{position:absolute;left:0;text-align:right;background-color:#101317;color:#fff;font-family:ngs,sans-serif;font-size:11pt;height:28px;outline:2px solid #30cdef;padding:0 5px;text-shadow:-1px -1px 0 rgba(0,0,0,.66),1px -1px 0 rgba(0,0,0,.66),-1px 1px 0 rgba(0,0,0,.66),1px 1px 0 rgba(0,0,0,.66);width:100%}.editClass{display:inline-block;width:100%}.editClass:hover{background-color:rgba(0,0,0,.5);cursor:pointer!important;outline:2px solid #30cdef}.popup{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.popup2{z-index:5;position:absolute;background-color:hsla(0,0%,50.2%,.9);max-width:250px;min-width:100px;padding:20px;box-shadow:0 10px 16px 0 rgba(0,0,0,.5),0 6px 20px 0 rgba(0,0,0,.5)!important}.popup button{margin:5px;width:48px;font-size:12px;overflow:wrap;background-color:rgba(64,64,96,.9);color:#d2d2d2}button{padding:0 3px;border:1px solid #000;background-color:grey;color:#fff;font-family:ngs,sans-serif;font-size:16px;font-weight:400;text-align:center;-webkit-font-smoothing:antialiased;text-shadow:-1px 1px 0 #000,1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000}.table-responsive{color:#dcdcdc}.table-responsive table{background-color:rgba(20,29,40,.66)}.table{border:1px solid #000;border-spacing:1px}.table-padding{padding:4px}.ReactModal__Body--open,.ReactModal__Html--open{overflow:hidden}.modalOverlay{grid-template-rows:10px minmax(10px,1fr) 10px}.modalOverlay,.modalOverlaySplash{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.8));display:grid;justify-items:stretch;-webkit-align-items:center;align-items:center;grid-template-columns:minmax(10px,1fr) minmax(200px,auto) minmax(10px,1fr)}.modalOverlaySplash{grid-template-rows:10px minmax(10px,1fr) minmax(10px,auto)}.modalOverlaySplash>footer{grid-column:1/span 3;grid-row:3;padding-bottom:4vh;background:linear-gradient(transparent,rgba(0,0,0,.7))}.modalOverlaySplash>footer a:hover{background-color:transparent}span.github,span.twitter{font-size:24px;margin-right:15px;opacity:.75}span.github:hover,span.twitter:hover{opacity:1}span.github:before,span.twitter:before{vertical-align:middle;margin-right:10px}span.github:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RERCMUIwOUY4NkNFMTFFM0FBNTJFRTMzNTJEMUJDNDYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RERCMUIwOUU4NkNFMTFFM0FBNTJFRTMzNTJEMUJDNDYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU1MTc4QTJBOTlBMDExRTI5QTE1QkMxMDQ2QTg5MDREIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU1MTc4QTJCOTlBMDExRTI5QTE1QkMxMDQ2QTg5MDREIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+jUqS1wAAApVJREFUeNq0l89rE1EQx3e3gVJoSPzZeNEWPKgHoa0HBak0iHiy/4C3WvDmoZ56qJ7txVsPQu8qlqqHIhRKJZceesmhioQEfxTEtsoSpdJg1u/ABJ7Pmc1m8zLwgWTmzcw3L+/te+tHUeQltONgCkyCi2AEDHLsJ6iBMlgHL8FeoqokoA2j4CloRMmtwTmj7erHBXPgCWhG6a3JNXKdCiDl1cidVbXZkJoXQRi5t5BrxwoY71FzU8S4JuAIqFkJ2+BFSlEh525b/hr3+k/AklDkNsf6wTT4yv46KIMNpsy+iMdMc47HNWxbsgVcUn7FmLAzzoFAWDsBx+wVP6bUpp5ewI+DOeUx0Wd9D8F70BTGNjkWtqnhmT1JQAHcUgZd8Lo3rQb1LAT8eJVUfgGvHQigGp+V2Z0iAUUl8QH47kAA1XioxIo+bRN8OG8F/oBjwv+Z1nJgX5jpdzQDw0LCjsPmrcW7I/iHScCAEDj03FtD8A0EyuChHgg4KTlJQF3wZ7WELppnBX+dBFSVpJsOBWi1qiRgSwnOgoyD5hmuJdkWCVhTgnTvW3AgYIFrSbZGh0UW/Io5Vp+DQoK7o80pztWMemZbgxeNwCNwDbw1fIfgGZjhU6xPaJgBV8BdsMw5cbZoHsenwYFxkZzl83xTSKTiviCAfCsJLysH3POfC8m8NegyGAGfLP/VmGmfSChgXroR0RSWjEFv2J/nG84cuKFMf4sTCZqXuJd4KaXFVjEG3+tw4eXbNK/YC9oXXs3O8NY8y99L4BXY5cvLY/Bb2VZ58EOJVcB18DHJq9lRsKr8inyKGVjlmh29mtHs3AHfuhCwy1vXT/Nu2GKQt+UHsGdctyX6eQyNvc+5sfX9Dl7Pe2J/BRgAl2CpwmrsHR0AAAAASUVORK5CYII=)}span.twitter:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAgCAYAAACRpmGNAAADo3pUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHja7ZdtktwoDIb/c4ocAUkIieNgPqpygz3+vmD3TE+mk/SkZrfyY0zZcgtZqPXIgMP45/sM33BQIQ9JzXPJOeJIJRWuuPF4HmVfKaZ93Qfb1Udv9YEvfWSoBFLOn1Yv+wq9vj5wG4OOt/rgVw/75ejquDmUNfIard8HCT2fekqXozLOm1zc7kM9rlDbZbhDuc7ZePvT4+xav8O9Ihmy1BUDCfMQkrivfkYg6ySpkI4rwyZe9yIczo4rEiTkzd+7yRjvE/Qmybe78GP2Oz9OPtfLQn7IZb5yhJuHHaSPk79TfDewvETEbzuS31w9SPLsPuc4/11NGRnNV0XFcMvOzv7sSHuS/VhGM5yKe9utoHmssQF5jy0eaA1VzaAyAyXqVGnS2LJRQ4iJBxskcwOopXMxLtwAhiStRpNNinRQY2k8AtAl4ZdYaI9b9niNHCN3gikTnNFC/rMWftX5kRbmbCtFtJLZeecKcfEqAoSxyK0rrACE5sVNd4Jv7cIf7wprlWqC2Uqz4w/WeJwuDqXX2pLNWWCnkOcrRMH65QApwtiKYEhAIGYSpUzRmI0IeXQAqoicJfEBAqTKHUFyEskcjJ3X2HjGaNuycualxtwEECpZDGyKVMBKSVE/lhw1VFU0qWpWUw9atGbJKWvO2fKa5KqJJVPLZuZWrLp4cvXs5u7Fa+EimAO15GLFSym1cqgYqMJXhX2F5uBDjnTokQ87/ChHbSiflpq23Kx5K6127tIxTfTcrXsvvQ4KAzPFSENHHjZ8lFEnam3KTFNnnjZ9lllfqF1U37UPUKOLGm9Sy85eqEEbzG4uaE0nupiBGCcCcVsEUNC8mEWnlHiRW8xiYbwUyghSF5vQaREDwjSIddILu1dyT3EL6k9x49+RCwvdZ5ALQPee2wNqfa1zbRM738KV0yh4+2BT2QNOdKQ4avZxpG6oe2/K1THJrMUuO0zqWvh+KcPvDJ6Vjx2VD4RyyRA/KaT/1RF2BVIGMG4wdevfyfCzjo/KL0dfjv4uR+RtJEzKXi0OrA6Y9GMayauOggVCKSk9I8Ozhl+O7jt6oZ7Ze01YFRW7KS8zYcN+9CNXwQplTD5iMcMH0uHbkCa+jupa2pcbXd86fyrDnz2Iz0Uh7It6zl6wx28jeMPHTRdOWMDHWt3bxM4hdW7Y3xRlVxu6ttTNsV7m2svjsgyfU9f/nSOZWOVL+Bezf3Yl4CiTZAAAAYRpQ0NQSUNDIHByb2ZpbGUAAHicfZE9SMNAHMVfU6VFKg5WEXHIUJ0siIo4ShWLYKG0FVp1MLn0C5o0JCkujoJrwcGPxaqDi7OuDq6CIPgB4ubmpOgiJf4vKbSI8eC4H+/uPe7eAUKjwlSzawJQNctIxWNiNrcqBl4RxAAGEcKsxEw9kV7MwHN83cPH17soz/I+9+foVfImA3wi8RzTDYt4g3hm09I57xOHWUlSiM+Jxw26IPEj12WX3zgXHRZ4ZtjIpOaJw8RisYPlDmYlQyWeJo4oqkb5QtZlhfMWZ7VSY6178heG8tpKmus0RxDHEhJIQoSMGsqowEKUVo0UEynaj3n4hx1/klwyucpg5FhAFSokxw/+B7+7NQtTk25SKAZ0v9j2xygQ2AWaddv+Prbt5gngfwautLa/2gBmP0mvt7XIEdC3DVxctzV5D7jcAYaedMmQHMlPUygUgPcz+qYc0H8L9Ky5vbX2cfoAZKir5Rvg4BAYK1L2use7g529/Xum1d8PtgBywlbiWNIAAAAGYktHRABUAC4AI6RkyOwAAAAJcEhZcwAALiMAAC4jAXilP3YAAAAHdElNRQflCBUXIAvG1YQiAAACm0lEQVRYw8WYO2gUURSGv4kraxZUfFuphRZRQdGQQjFV8IGNmFIFCyMKEbSwSFIIRrCwsjM2NmrhAwlpFdeYQtRlBUnUSJAtLHwQtdhsltX9be6GcZzJzuydzP4wzMyduXf++885555zHUksIDLAIWA/sBUoA++BJ8AI8DugXytQQlLtyMzOzrrvbY/jkr4qGAVJRzx91kgakNQvCcel3DVgCXAuBsWGgNMh3+0HZoAu4IC53gx8d7P+YmZ0yVKxi7LDnJo15bYAk67Z3JB01nGcqIqtB6aMrUXFDHAKKBgFC7XZ7vaZwWNJ6yKqNmih2GdJFXP9qFKpMB85SfpmDDssubzsMSopI2mOXMrF2g9jkjpDkKtaEhuSlK6N5x54JETnnKQzxuX9yNlg2jueO5TsA0YjGPBzYAzIGyf4AEwAGxoMP9PAqn9aPGyvq3nIe5VLGY7bgB3AALAMOEny+ONtqJFLA3eACvCW5uC/77aY8zhQAhYDu5pEbiKIXBl4SHPxwtvg9tY24HWDS48tfgIrAfkpB/AOuNAk1Ya9xLzkAG6aVKeUMLlbvq0Bkb5N0m1JxQTi23jQctjiw7cTOA8UgVwCql0NeuD41BDLgU/AigSI5crlcns6nfZ96KfcL6A3IVvrCSIWRA7gLnB5gYkNmqQhGHXys+46FVSjeBomeXVC1K2twGHgILDHBGvbZarDONy8SIUYrAQ8MFG8y5LYpCmyi6HeDiFvu6R7MfzKZ5KWRimY/BpTkvZK6pP0KiYbuyJpUdQaOGX+f6+xpU3A6hg9Mg/0NBzMJVGtVpF0IqbSTpJeSjqWzWat9lv8vLUDOAp0mz2LKF44DNyvG79Col4oWQvsBDYC281GjzsHmwI+Am+AH3FH6b+kXeWIeox4awAAAABJRU5ErkJggg==)}.modal{grid-column:2;grid-row:2}.boxModal{max-width:580px}.boxModal,.boxModalClassSelect{-webkit-animation:fadeIn .15s;animation:fadeIn .15s;margin:0 auto;box-shadow:0 10px 16px 0 rgba(0,0,0,.5),0 6px 20px 0 rgba(0,0,0,.5)!important;outline:1px solid #36ffff}.boxModalClassSelect{width:300px}@-webkit-keyframes fadeIn{0%{opacity:0;margin-bottom:30px}to{opacity:1;margin-bottom:0}}@keyframes fadeIn{0%{opacity:0;margin-bottom:30px}to{opacity:1;margin-bottom:0}}.boxAdmin{-webkit-animation:fadeIn .15s;animation:fadeIn .15s;box-shadow:0 10px 16px 0 rgba(0,0,0,.5),0 6px 20px 0 rgba(0,0,0,.5)!important;outline:1px solid #36ffff;text-align:center}.boxAdmin img{margin:20px;background:linear-gradient(#fff,#bca9f5)}.boxAdmin input{font-size:36px;height:72px;width:33vw;background-color:transparent}.boxAdmin input:hover{outline:0!important}.boxMisc{-webkit-animation:fadeIn .15s;animation:fadeIn .15s;max-width:450px;margin:0 auto;box-shadow:0 10px 16px 0 rgba(0,0,0,.5),0 6px 20px 0 rgba(0,0,0,.5)!important;outline:1px solid #36ffff;text-align:center}.boxMisc h2{font-size:17px;font-weight:400;border-bottom:1px solid hsla(0,0%,50.2%,.5);margin:10px 10px 0;padding:10px 5px}.boxMisc h2:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAADvSURBVDhPY/zf5vefQVKEgYGVlYEk8Ps3A8PzNwyM/+cn/Wd48ZaBsXIjQ4O9CkM9EBMFONkZGCSEGZjANn//CRZrOHiHoRGIiQIgPUC9TFAuHJBkCBBgGAACIENAgLFpB0HD4Aag+x1kyP86D4IughuAHoC+amJgFxAyBMULyIaYzD7GcCbViqAhmIFIwBB0gD0QsRgCCxN0wPh/Sfp/hlsPoVxUgM3ZKIaoyWN3AQyAXAICyJpA3kEGeA0AAZBmdE0HHryDsogwAARAhiC7ovEQwltM4FwFyhhEAFjAgl0A0gPUS352/gW0+MUbBgCI3HpQtnXeGgAAAABJRU5ErkJggg==);margin-right:5px;vertical-align:middle}.boxMisc img{background:linear-gradient(#fff,#bca9f5);vertical-align:top;margin:0 10px}.boxMisc p>img{float:right}.boxMisc p{margin-top:0;text-align:justify}.boxAdmin .boxTitleBar,.boxMisc .boxTitleBar,.boxModal .boxTitleBar,.boxModalClassSelect .boxTitleBar{background:linear-gradient(45deg,rgba(47,153,193,.66),rgba(46,94,137,.66) 30%,rgba(46,94,137,.66) 70%,#2f99c1)}.modalItemListContainer{overflow-y:auto;overflow-x:hidden;margin:10px 5px 0 0;padding:2px;max-height:calc(90vh - 115px)}.webicon{color:maroon}.webicon:hover{color:#c80000}.basichover:hover,.webicon:hover{cursor:pointer!important}.modalCloseButton{float:right;color:#151f25}.modalCloseButton:hover{color:#c80000;cursor:pointer!important}.failedInput{border:1px solid #c80000}.submitting{border:1px solid #0096c8;background:linear-gradient(-90deg,#124425,#000,#124425);background-size:10% 400%;-webkit-animation:submitgradient 1.5s ease infinite;animation:submitgradient 1.5s ease infinite}@-webkit-keyframes submitgradient{0%{background-position:0 100%}to{background-position:100% 0}}@keyframes submitgradient{0%{background-position:0 100%}to{background-position:100% 0}}.submitbutton{width:32px;height:32px}.submitbutton:hover{color:#00c800;cursor:pointer!important}.adminMain{position:fixed;top:0;left:0;right:0;bottom:0;display:grid;justify-items:stretch;-webkit-align-items:stretch;align-items:stretch;grid-template-columns:250px 1fr;grid-template-rows:minmax(10px,1fr) -webkit-max-content minmax(10px,1fr);grid-template-rows:minmax(10px,1fr) max-content minmax(10px,1fr);grid-template-areas:"header header" "sidebar content" "footer footer";grid-gap:10px;gap:10px;overflow:hidden;margin:0 10px}.boxAdminNav{grid-area:sidebar;font-size:12pt;line-height:1.5em}.boxAdminContent{grid-area:content}.adminNavContainer{overflow-y:scroll;margin:0 5px 0 10px;padding:2px;height:0;height:80vh}.adminContainer{overflow-x:auto;overflow-y:scroll;margin:10px 5px 0 10px;padding:2px;width:84vw;height:85vh}p.adminNav hr{border-bottom:1px solid silver;margin:10px 0}.buttonLabel{border:2px solid #000;background:#fff;color:#000}.react-toggle{touch-action:pan-x;display:inline-block;position:relative;cursor:pointer!important;background-color:transparent;border:0;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.react-toggle-screenreader-only{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.react-toggle--disabled{cursor:not-allowed;opacity:.5;transition:opacity .25s}.react-toggle-track{width:50px;height:24px;padding:0;border-radius:30px;background-color:#4d4d4d;transition:all .2s ease}.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#000}.react-toggle--checked .react-toggle-track{background-color:#19ab27}.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#128d15}.react-toggle-track-check{position:absolute;width:14px;height:10px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;line-height:0;left:8px;opacity:0;transition:opacity .25s ease}.react-toggle--checked .react-toggle-track-check,.react-toggle-track-x{opacity:1;transition:opacity .25s ease}.react-toggle-track-x{position:absolute;width:10px;height:10px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;line-height:0;right:10px}.react-toggle--checked .react-toggle-track-x{opacity:0}.react-toggle-thumb{transition:all .5s cubic-bezier(.23,1,.32,1) 0ms;position:absolute;top:1px;left:1px;width:22px;height:22px;border:1px solid #4d4d4d;border-radius:50%;background-color:#fafafa;box-sizing:border-box;transition:all .25s ease}.react-toggle--checked .react-toggle-thumb{left:27px;border-color:#19ab27}.react-toggle--focus .react-toggle-thumb{box-shadow:0 0 2px 3px #0099e0}.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb{box-shadow:0 0 5px 5px #0099e0}.testmode.react-toggle--checked .react-toggle-track,.testmode.react-toggle--checked .react-toggle-track:hover{background-color:#0ad}.addAug{height:37px}.databaseIcon{width:48px;height:48px;padding-right:8px;position:relative;top:16px}.itemDetailsGrid{display:grid;grid-template-areas:"icon properties" "content content";grid-template-columns:128px 1fr;grid-template-rows:auto;margin:10px 10px 0;place-items:stretch}.itemDetailsIcon{background-color:#c0a5a5;grid-area:icon}.itemDetailsProperties{grid-area:properties}.itemDetailsContent{grid-area:content}.itemDetailsIcon img{background:radial-gradient(#c4c4c4,grey);width:124px;box-sizing:content-box;border:2px solid grey}.formField{font-weight:700}.formDescription{font-style:italic}.formError{color:red;font-weight:700}.toDoList{padding:0 10px}dt{margin:10px 0 0}dd,dl{padding:10px 0 0 15px}dd:before{content:"\2610";padding-right:10px}.half:before{content:"\25E7"!important}.check{opacity:.25}.check:hover{opacity:1}.check:before{font-family:"Segoe UI Symbol";content:"\2B1B"!important}.trashButton{color:#643232;width:24px;height:24px}.trashButton:hover{color:#c83232;border:2px solid red} +/*# sourceMappingURL=main.44f398a2.chunk.css.map */ \ No newline at end of file diff --git a/static/css/main.44f398a2.chunk.css.map b/static/css/main.44f398a2.chunk.css.map new file mode 100644 index 0000000..b58ecb4 --- /dev/null +++ b/static/css/main.44f398a2.chunk.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["webpack://src/index.css","webpack://src/reset.css","webpack://src/style.css"],"names":[],"mappings":"AAAA,KACE,QAAS,CACT,mJAEY,CACZ,kCAAmC,CACnC,iCACF,CAEA,KACE,yEAEF,CCZA,wjBAoBC,QAAS,CACT,SAAU,CACV,QAAS,CACT,cAAe,CACf,YAAa,CACb,uBACD,CAEA,8EAEC,aACD,CACA,KACC,aACD,CACA,MACC,eACD,CACA,aACC,WACD,CACA,oDAEC,UAAW,CACX,YACD,CACA,MACC,wBAED,CCjDA,EACC,QAAS,CACT,QAAS,CACT,SAAU,CACV,qBAAsB,CACtB,SACD,CACA,WACE,iBAAkB,CAClB,qDACF,CACA,WACE,kBAAmB,CACnB,qDACF,CACA,WACE,kBAAmB,CACnB,qDACF,CACA,WACE,kBAAmB,CACnB,qDACF,CACA,WACC,6BAA8B,CAC9B,+DACC,CAKF,6BAHC,UAAY,CACZ,oBAMD,CAJA,iBAGC,sCACD,CACA,GACC,2CACD,CACA,IACC,qBACD,CACA,KACI,2FAA8F,CACjG,wBAAyB,CACtB,2BAA4B,CAC5B,uBAA2B,CAC9B,2BAA4B,CAC5B,qBAAsB,CACtB,UAAY,CACT,gCAAiC,CACpC,cAAe,CACf,eAAmB,CACnB,iBAAkB,CAClB,uHACD,CACA,MACI,gBACJ,CACA,SACC,kBACD,CACA,GACC,oBAAqB,CACrB,uBAAuB,CAAvB,sBACD,CACA,GACC,iBACD,CACA,QACC,gCAAkC,CAClC,eAAgB,CAChB,YAAa,CACb,eAAgB,CAChB,UACD,CACA,UAEC,UAAW,CACX,oBACD,CACA,gBACC,4EAAgF,CAChF,oBACD,CACA,MACC,kBAAmB,CACnB,iBAAkB,CAClB,cACD,CACA,WACC,cAAc,CACd,wBACD,CACA,UACC,WACD,CACA,0DACA,gBACC,YACD,CACA,CACA,oCACA,gBACC,YACD,CACA,CACA,cACC,YAAa,CACb,0DAA2D,CAC3D,8BAAuB,CAAvB,sBAAuB,CACvB,aAAS,CAAT,QAAS,CACT,aACD,CAEA,KAEC,UAAW,CACX,2BAA4B,CAC5B,mCAAwC,CACxC,eAAkB,CAClB,eAAgB,CAChB,mBAAmB,CACnB,kCAA2B,CAA3B,0BACD,CACA,WACA,cAAe,CACf,eAAmB,CACnB,aAAc,CACd,UAEA,CACA,mBAFA,2CAOA,CALA,QAEC,2BAA4B,CAC5B,0BAED,CACA,mBACC,eACD,CACA,QACC,aAAc,CACd,kBACD,CACA,oBACC,aACD,CACA,mBACC,gBACD,CACA,UACC,iDAGD,CACA,sBAHC,aAAc,CACd,UAMD,CAJA,YACC,qBAGD,CACA,WAEC,mCAAoC,CAEpC,iGAIc,CACd,WAAiB,CACjB,aACD,CACA,sBAXC,YAAa,CAEb,+BAAwB,CAAxB,uBAyBD,CAhBA,WACC,gCAAiC,CACjC,aAAc,CACd,WAAY,CAEZ,mCAAqC,CAErC,+NASD,CACA,eACC,2CACD,CACA,aACC,sCAA2C,CAI3C,eAAgB,CAChB,oBAAa,CAAb,YAAa,CACb,4BAAqB,CAArB,oBAAqB,CACrB,qCAA8B,CAA9B,6BAED,CACA,6BATC,UAAY,CACZ,eAAmB,CACnB,cAaD,CANA,gBAIC,iBAAkB,CAClB,qBACD,CACA,uBACC,6BAA8B,CAC9B,gBAAiB,CACjB,iBACD,CACA,QACC,UAAY,CACZ,eAAmB,CACnB,cAAe,CACf,kBAAwB,CACxB,eACD,CACA,YACC,gBAAiB,CACjB,kBACD,CAIA,IACC,UAAY,CACZ,gBACD,CACA,SACC,mCAAqC,CACrC,WACD,CACA,eACC,4EACD,CAEA,WACC,aAAc,CACd,SACD,CACA,sBACC,kBACD,CACA,cACC,YACD,CACA,oBACC,4EACD,CACA,iBACC,UACD,CACA,oBACC,UAAW,CACX,iBACD,CACA,0BACC,sBACD,CACA,OACC,mBAED,CAEA,cACC,kBAAwB,CACxB,oBAAa,CAAb,YAAa,CACb,8BAAuB,CAAvB,sBAAuB,CACvB,0BAAmB,CAAnB,kBAAmB,CACnB,kBAED,CACA,yBACC,oCAAwC,CACxC,wBAAyB,CACzB,YACD,CACA,8BACC,iBAAkB,CAClB,aAAqB,CACrB,cAAe,CACZ,iCACJ,CACA,6BACC,WAAY,CACZ,UAAW,CACX,kBAAmB,CACnB,wCAA8D,CAC9D,iBACD,CACA,kBACC,iBAAkB,CAClB,gBAAS,CAAT,QACD,CACA,8BACC,kBACD,CACA,4BACC,sCACD,CACA,iBACC,aAAc,CACd,cAAe,CACf,eAAmB,CACnB,kBACD,CACA,cACC,oBAAa,CAAb,YAAa,CACb,8BAAuB,CAAvB,sBAAuB,CACvB,0BAAmB,CAAnB,kBAAmB,CAGnB,oBAAqB,CACrB,eAHD,CAKA,WACC,qBAAc,CAAd,aACD,CACA,cACC,oCAAwC,CACxC,UAAY,CACZ,mBAAoB,CACpB,qBAA2B,CAC3B,wBACD,CACA,oBACC,4EAAgF,CAChF,yBACD,CACA,iBACC,iBAAkB,CAClB,cACD,CACA,SACC,WACD,CACA,cAGC,iBAAkB,CAClB,WAAY,CACZ,kCAAoC,CAGpC,WAAY,CAEZ,iBAAkB,CAClB,kBAAmB,CACnB,QACD,CACA,wBAbC,UAAY,CACZ,cAAc,CAId,eAeD,CAPA,UACC,iBAAkB,CAClB,cAAe,CACf,qBAID,CAEA,qBACC,eACD,CACA,oBACC,kBACD,CACA,IACC,qBAAc,CAAd,aAAc,CACd,oBAAqB,CACrB,eACD,CACA,OACC,iBAAuB,CACvB,WACD,CACA,YACC,UACD,CACA,IACC,aACD,CACA,UACC,aACD,CACA,aACC,qCAAwC,CACxC,UAAY,CACZ,cAAiB,CACjB,YAAa,CACV,2BAA4B,CAC5B,0BAA8B,CACjC,6BACD,CACA,YACC,mjBAAkD,CAClD,gBAAiB,CACjB,qBACD,CACA,SACC,cACD,CACA,mBACC,kBAAmB,CACnB,eAAgB,CAChB,sBAAuB,CACvB,kBACD,CACA,YACC,cAAe,CACf,gBACD,CACA,eACC,UACD,CACA,cACI,+fAGJ,CACA,yBAHC,gBAAiB,CACjB,qBAMD,CAJA,WACI,mfAGJ,CACA,aACI,+5QAAqC,CACxC,gBAAiB,CACjB,qBACD,CACA,SACC,wCAA8D,CAE9D,UAAW,CACX,iBAAkB,CAClB,UAAW,CACX,sBAAuB,CACvB,qBACD,CACA,MACI,wXACJ,CACA,QACC,qDAAuE,CACvE,8BAED,CACA,MACI,oZACJ,CACA,QACC,qDAAuE,CACvE,8BACD,CACA,MACI,oZACJ,CACA,QACC,qDAAuE,CACvE,8BACD,CACA,MACI,wZACJ,CACA,QACC,qDAAsE,CACtE,8BACD,CACA,kBACI,2BAA4B,CAC5B,qBAAgC,CACnC,iBACD,CACA,YACC,+tBAA+C,CAC/C,gBAAiB,CACjB,qBACD,CACA,MACC,aACD,CACA,aACC,2mBAAkD,CAClD,gBAAiB,CACjB,qBACD,CACA,KACC,UACD,CACA,YACC,uyBAAqD,CACrD,gBAAiB,CACjB,qBACD,CACA,OACC,UACD,CACA,mBAEC,iBAAkB,CAClB,iBAAkB,CAClB,mBAAoB,CACpB,WACD,CAMA,sCACC,sCAAwC,CACxC,sCACD,CACA,SACC,cAAe,CACf,aAAqB,CACrB,oBAAa,CAAb,YAAa,CACb,4BAAqB,CAArB,oBAAqB,CACrB,kCAA2B,CAA3B,0BACD,CACA,YACC,sCAA0C,CAC1C,UAAY,CACZ,oBAAqB,CACrB,mBAAoB,CACpB,WAAY,CACZ,iBAAkB,CAClB,uBAAgB,CAAhB,eAAgB,CAChB,kBAAmB,CACnB,wBACD,CACA,aACC,qBACD,CACA,kBACC,eACD,CACA,oBACC,6CAAmD,CACnD,gCACD,CACA,2BACC,eAAgB,CAChB,iBACD,CACA,0BACC,4EAAgF,CAChF,yBACD,CACA,UACC,kDAAmD,CACnD,+BACD,CACA,kBACC,4EAAgF,CAChF,eAAgB,CAChB,kBAAmB,CACnB,yBACD,CACA,kBACC,kDAAmD,CACnD,yBACD,CACA,SACC,8BAAuB,CAAvB,sBAAuB,CACvB,oBAAa,CAAb,YAAa,CACb,4BAAqB,CAArB,oBAAqB,CACrB,kBAAwB,CACxB,aACD,CACA,4BACC,sBAAe,CAAf,cAAe,CACf,iBACD,CACA,MACC,wBAAyB,CACzB,UAAY,CACZ,0BAA2B,CAC3B,cAAe,CACf,WAAY,CACZ,aAAc,CACd,uHACD,CACA,YACC,yBACD,CACA,OACC,oCAAuC,CACvC,UAAY,CACT,0BAA2B,CAC9B,cAAe,CACf,WAAY,CACZ,gBAAiB,CACjB,uHACD,CACA,qCACC,UACD,CACA,OACC,qBACD,CACA,SACC,mBAAwB,CACxB,UACD,CACA,eACC,wBAAmC,CACnC,qBACD,CACA,eACI,gBAAiB,CACpB,aACD,CACA,MACC,UACD,CAEA,oCACC,SAAU,CACV,UACD,CAEA,0CACE,8BACF,CAGA,0CACC,qCACD,CACA,2CACC,oCAAuC,CACvC,UAAU,CACV,SACD,CACA,2CACC,4BACD,CASA,wBACC,WAAY,CACZ,WACD,CACA,mBACC,eAAgB,CAChB,kBACD,CACA,eAIC,yBAAqC,CACrC,eAAgB,CAChB,iBAAkB,CAClB,WAAY,CACZ,SACD,CACA,UACC,iBACD,CACA,aACC,qCAAwC,CACxC,UAAY,CACZ,cAAiB,CACjB,YAAa,CACV,2BAA4B,CAC5B,wBAAiC,CACpC,6BAA8B,CAC9B,gBACD,CACA,2CACC,gBACD,CACA,sBACC,+gCACD,CACA,qBACC,u/BACD,CACA,iBACC,qBAAsB,CACtB,gBACD,CACA,cAEC,QAAS,CACT,eAAgB,CAChB,eAAgB,CAChB,yBACD,CACA,uDACC,8GACD,CACA,oBACC,eAAgB,CAChB,iBAAkB,CAClB,sBAAuB,CACvB,WAAY,CACZ,6BAA8B,CAC9B,WACD,CAOA,eACC,YAAa,CACb,qCAAuC,CACvC,2IAOD,CACA,mBACC,qCAAwC,CACxC,UAAY,CACZ,WAAY,CACZ,iBAAkB,CAClB,YAAa,CACb,iBAAkB,CAClB,oBACD,CAIA,+BACC,mCACD,CACA,yBACC,sCAAwC,CACxC,sCACD,CACA,yEACC,sCAAwC,CACxC,mCACD,CACA,gBACC,mCACD,CACA,qFACC,WACD,CACA,WACC,aAAc,CACd,cACD,CACA,gBACC,aAAc,CACd,gBACD,CACA,gCACC,UACD,CACA,+BACC,aACD,CACA,oBAIC,oiCAOD,CACA,sCAXC,iBAAkB,CAClB,WAAY,CACZ,WAAY,CAEZ,2BAA4B,CAC5B,uBAA2B,CAC3B,SAAU,CACV,SAAU,CACV,aAAc,CACd,UAaD,CAXA,kBAIC,g6BAOD,CACA,WACC,mCAAqC,CACrC,aAAc,CACd,YAAa,CACb,WAAY,CACZ,eACD,CACA,cACA,iBAAiB,CACjB,YAAa,CACb,mCAAqC,CACrC,WAAY,CACZ,YAAa,CACb,MAAO,CACP,KAAM,CACN,wBACA,CACA,yBACC,sEAA0D,CAC1D,2BACD,CACA,iBACC,qBACD,CACA,kBACC,wBACD,CACA,aACC,kCAAoC,CAEpC,kBAAwB,CACxB,mBAAsB,CACtB,UAAY,CACZ,cAAe,CACf,YAAa,CACb,4CAA6C,CAC7C,8BAAuB,CAAvB,sBAAuB,CACvB,aAAS,CAAT,QACD,CACA,0CAVC,iBAYD,CACA,sBACC,oBAAqB,CACrB,WAAsB,CACtB,iBACD,CACA,cACC,8BAAuB,CAAvB,sBAAuB,CACvB,oBAAa,CAAb,YAAa,CACb,0BAAmB,CAAnB,kBACD,CACA,mBACC,qBAAc,CAAd,aAAc,CACd,sCAAwC,CACxC,oBAAqB,CACrB,iBAAkB,CAClB,gBAAiB,CACjB,UAAY,CACZ,cAAe,CACf,iBAAsB,CACtB,eACD,CAKA,SACC,UACD,CACA,eACC,+BAAgC,CAChC,wBAAyB,CACzB,yBACD,CACA,eAEC,UACD,CAIA,wCAFC,wBAgBD,CAdA,mBACC,iBAAkB,CAClB,MAAO,CACP,gBAAiB,CACjB,wBAAyB,CACzB,UAAY,CAEZ,0BAA2B,CAC3B,cAAe,CACf,WAAY,CACZ,yBAA0B,CAC1B,aAAc,CACd,uHAA+H,CAC/H,UACD,CACA,WAEC,oBAAqB,CACrB,UACD,CACA,iBACC,+BAAgC,CAChC,wBAAyB,CACzB,yBACD,CACA,OACC,oBAAa,CAAb,YAAa,CACb,sBAAe,CAAf,cACD,CACA,QACC,SAAS,CACT,iBAAkB,CAClB,oCAAuC,CACvC,eAAgB,CAChB,eAAgB,CAChB,YAAa,CACb,6EACD,CACA,cACC,UAAU,CACV,UAAU,CACV,cAAc,CACd,aAAa,CACb,kCAAmC,CACnC,aACD,CACA,OACC,aAAuB,CACvB,qBAAuB,CACvB,qBAAqB,CACrB,UAAW,CACP,0BAA2B,CAC/B,cAAe,CACf,eAAmB,CACnB,iBAAkB,CACd,kCAAmC,CACvC,2EACD,CACA,kBACC,aACD,CACA,wBACC,mCACD,CACA,OACC,qBAAuB,CACvB,kBACD,CACA,eACC,WACD,CACA,gDAEE,eACF,CACA,cAWC,6CACD,CACA,kCAZI,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,yDAA4D,CAC/D,YAAa,CACb,qBAAsB,CACtB,0BAAmB,CAAnB,kBAAmB,CACnB,0EAeD,CAZA,oBAWC,0DACD,CACA,2BACC,oBAAuB,CACvB,UAAW,CACX,kBAAmB,CAChB,sDACJ,CACA,mCACC,4BACD,CACA,yBACC,cAAe,CACf,iBAAkB,CAClB,WACD,CACA,qCACC,SACD,CACA,uCACC,qBAAsB,CACtB,iBACD,CACA,mBACC,mlEACD,CACA,oBACC,uzFACD,CACA,OACC,aAAc,CACd,UACD,CACA,UAEC,eAID,CACA,+BANC,6BAAuB,CAAvB,qBAAuB,CAEvB,aAAc,CACd,6EAAmF,CACnF,yBAQD,CANA,qBAEC,WAID,CACA,0BACC,GAAI,SAAS,CAAC,kBAAmB,CACjC,GAAM,SAAS,CAAC,eAAgB,CAC/B,CAHF,kBACC,GAAI,SAAS,CAAC,kBAAmB,CACjC,GAAM,SAAS,CAAC,eAAgB,CAC/B,CACA,UACD,6BAAuB,CAAvB,qBAAuB,CACvB,6EAAmF,CACnF,yBAAqC,CACrC,iBACD,CACA,cACC,WAAY,CACX,wCACF,CACA,gBACC,cAAe,CACf,WAAY,CACZ,UAAW,CACX,4BAED,CACA,sBACA,mBACA,CACA,SACC,6BAAuB,CAAvB,qBAAuB,CACvB,eAAgB,CAChB,aAAc,CACd,6EAAmF,CACnF,yBAAqC,CACrC,iBACD,CACA,YACC,cAAe,CACf,eAAmB,CACnB,2CAA8C,CAC9C,kBAAmB,CACnB,gBACD,CACA,mBACI,mfAAiD,CACpD,gBAAiB,CACjB,qBACD,CACA,aACC,wCAA0C,CAC1C,kBAAmB,CACnB,aACD,CACA,eACC,WACD,CACA,WACC,YAAa,CACb,kBACD,CACA,sGACC,8GACD,CACA,wBACC,eAAgB,CAChB,iBAAkB,CAClB,mBAAoB,CACpB,WAAY,CACZ,6BACD,CACA,SACC,YACD,CACA,eACC,aAED,CACA,iCAFC,wBAID,CACA,kBACC,WAAW,CACX,aACD,CACA,wBACC,aAAqB,CACrB,wBACD,CACA,aACC,wBACD,CACA,YACC,wBAAmC,CAChC,uDAA8D,CAC9D,wBAAyB,CACzB,mDAA4C,CAA5C,2CACJ,CAEA,kCACI,GACI,0BACJ,CACA,GACI,0BACJ,CACJ,CAPA,0BACI,GACI,0BACJ,CACA,GACI,0BACJ,CACJ,CAEA,cACC,UAAU,CACV,WACD,CACA,oBACC,aAAqB,CACrB,wBACD,CAIA,WACI,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACZ,YAAa,CACb,qBAAsB,CACtB,2BAAoB,CAApB,mBAAoB,CACpB,+BAAgC,CAChC,wEAAmE,CAAnE,gEAAmE,CACnE,qEAGe,CACf,aAAS,CAAT,QAAS,CACT,eAAe,CACf,aACD,CACA,aACC,iBAAkB,CAClB,cAAe,CACf,iBACD,CACA,iBACC,iBACD,CACA,mBACC,iBAAkB,CAClB,mBAAoB,CACpB,WAAY,CACZ,QAAS,CACT,WACD,CACA,gBACC,eAAgB,CAChB,iBAAkB,CAClB,sBAAuB,CACvB,WAAY,CACZ,UAAW,CACX,WACD,CACA,cACC,8BAA+B,CAC/B,aACD,CACA,aACC,qBAAuB,CACvB,eAAgB,CAChB,UACD,CACA,cACC,kBAAmB,CAEnB,oBAAqB,CACrB,iBAAkB,CAClB,wBAAyB,CACzB,4BAA6B,CAC7B,QAAS,CACT,SAAU,CAEV,0BAA2B,CAC3B,wBAAyB,CAGzB,oBAAqB,CACrB,gBAAiB,CAEjB,yCAA0C,CAC1C,uCACC,CAEA,gCACD,QAAS,CACT,kBAAmB,CACnB,UAAW,CACX,WAAY,CACZ,eAAgB,CAChB,SAAU,CACV,iBAAkB,CAClB,SACC,CAEA,wBACD,kBAAmB,CACnB,UAAY,CAEZ,uBACC,CAEA,oBACD,UAAW,CACX,WAAY,CACZ,SAAU,CACV,kBAAmB,CACnB,wBAAyB,CAGzB,uBACC,CAEA,qEACD,qBACC,CAEA,2CACD,wBACC,CAEA,8EACD,wBACC,CAEA,0BACD,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,KAAQ,CACR,QAAW,CACX,eAAgB,CAChB,kBAAmB,CACnB,aAAc,CACd,QAAS,CACT,SAAU,CAGV,4BACC,CASA,uEAND,SAAU,CAGV,4BAiBC,CAdA,sBACD,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,KAAQ,CACR,QAAW,CACX,eAAgB,CAChB,kBAAmB,CACnB,aAAc,CACd,UAKC,CAEA,6CACD,SACC,CAEA,oBACD,gDAAuD,CACvD,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,UAAW,CACX,WAAY,CACZ,wBAAyB,CACzB,iBAAkB,CAClB,wBAAyB,CAIzB,qBAAsB,CAItB,wBACC,CAEA,2CACD,SAAU,CACV,oBACC,CAEA,yCAGD,8BACC,CAEA,sEAGD,8BACC,CAIA,8GACD,qBACC,CACF,QACC,WACD,CACA,cACC,UAAU,CACV,WAAW,CACX,iBAAiB,CACjB,iBAAiB,CACjB,QACD,CACA,iBACC,YAAa,CACb,uDAEiB,CACjB,+BAAgC,CAChC,uBAAwB,CACxB,kBAAwB,CACxB,mBACD,CACA,iBACC,wBAAkC,CAClC,cACD,CACA,uBACC,oBACD,CACA,oBACC,iBACD,CACA,qBACC,wCAA8D,CAG9D,WAAY,CACZ,sBAAuB,CACvB,qBACD,CACA,WACC,eACD,CACA,iBACC,iBACD,CACA,WACC,SAAS,CACT,eACD,CACA,UACC,cACD,CACA,GACA,eACA,CACA,MACC,qBACD,CACA,UACC,eAAgB,CAChB,kBACD,CACA,aACC,yBACD,CACA,OACC,WACD,CACA,aACC,SACD,CACA,cACC,6BAA8B,CAC9B,yBACD,CACA,aACC,aAAuB,CACvB,UAAU,CACV,WACD,CACA,mBACC,aAAuB,CACvB,oBACD","file":"main.44f398a2.chunk.css","sourcesContent":["body {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',\n 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',\n sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n monospace;\n}\n","the file to use and tweak as fits you best. If you're more of the copy-and-paste type, or just want an in-page preview of what you'll be getting, here it is.\n\n/* http://meyerweb.com/eric/tools/css/reset/ \n v2.0 | 20110126\n License: none (public domain)\n*/\n\nhtml, body, div, span, applet, object, iframe,\nh1, h2, h3, h4, h5, h6, p, blockquote, pre,\na, abbr, acronym, address, big, cite, code,\ndel, dfn, em, img, ins, kbd, q, s, samp,\nsmall, strike, strong, sub, sup, tt, var,\nb, u, i, center,\ndl, dt, dd, ol, ul, li,\nfieldset, form, label, legend,\ntable, caption, tbody, tfoot, thead, tr, th, td,\narticle, aside, canvas, details, embed, \nfigure, figcaption, footer, header, hgroup, \nmenu, nav, output, ruby, section, summary,\ntime, mark, audio, video {\n\tmargin: 0;\n\tpadding: 0;\n\tborder: 0;\n\tfont-size: 100%;\n\tfont: inherit;\n\tvertical-align: baseline;\n}\n/* HTML5 display-role reset for older browsers */\narticle, aside, details, figcaption, figure, \nfooter, header, hgroup, menu, nav, section {\n\tdisplay: block;\n}\nbody {\n\tline-height: 1;\n}\nol, ul {\n\tlist-style: none;\n}\nblockquote, q {\n\tquotes: none;\n}\nblockquote:before, blockquote:after,\nq:before, q:after {\n\tcontent: '';\n\tcontent: none;\n}\ntable {\n\tborder-collapse: collapse;\n\tborder-spacing: 0;\n}","* {\r\n\tborder: 0;\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n\tbox-sizing: border-box;\r\n\toutline: 0;\r\n}\r\n@font-face {\r\n font-family: \"ngs\";\r\n src: url(\"./fonts/4.woff\") format(\"woff\");\r\n}\r\n@font-face {\r\n font-family: \"ngs2\";\r\n src: url(\"./fonts/3.woff\") format(\"woff\");\r\n}\r\n@font-face {\r\n font-family: \"ngs3\";\r\n src: url(\"./fonts/2.woff\") format(\"woff\");\r\n}\r\n@font-face {\r\n font-family: \"ngs4\";\r\n src: url(\"./fonts/1.woff\") format(\"woff\");\r\n}\r\n@font-face {\r\n\tfont-family: \"Segoe UI Symbol\";\r\n\tsrc: url(\"./fonts/seguisym.ttf\") format(\"truetype\");\r\n }\r\na, a:visited {\r\n\tcolor: white;\r\n\ttext-decoration: none;\r\n}\r\na:hover, a:active {\r\n\tcolor: white;\r\n\ttext-decoration: none;\r\n\tbackground-color: rgba(113,169,189,0.33);\r\n}\r\nhr {\r\n\tborder-bottom: 1px solid rgba(128,128,128,0.5);\r\n}\r\nimg {\r\n\tvertical-align: middle;\r\n}\r\nbody {\r\n background-image: url(\"https://pbs.twimg.com/media/E8tfm23VUAQTAAu?format=jpg&name=4096x4096\");\r\n\tbackground-color: #484848;\r\n background-repeat: no-repeat;\r\n background-position: center;\r\n\tbackground-attachment: fixed;\r\n\tbackground-size: cover;\r\n\tcolor: white;\r\n font-family: ngs,Arial,sans-serif;\r\n\tfont-size: 16px;\r\n\tfont-weight: normal;\r\n\ttext-align: center;\r\n\ttext-shadow: -1px -1px 0 rgba(0,0,0,0.66), 1px -1px 0 rgba(0,0,0,0.66), -1px 1px 0 rgba(0,0,0,0.66), 1px 1px 0 rgba(0,0,0,0.66);\r\n}\r\ntable {\r\n border-spacing: 0;\r\n}\r\ntable td {\r\n\tvertical-align: top;\r\n}\r\nul {\r\n\tlist-style-type: none;\r\n\tpadding-inline-start: 0;\r\n}\r\nem {\r\n\tfont-style: normal;\r\n}\r\n#header {\r\n\tbackground-color: rgba(0,0,0,0.33);\r\n\tmin-height: 50px;\r\n\tpadding: 20px;\r\n\ttext-align: left;\r\n\tcolor:white;\r\n}\r\n.header a {\r\n\t/*color: #151f25;*/\r\n\tcolor:white;\r\n\ttext-decoration: none;\r\n}\r\n.header a:hover {\r\n\tbackground: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66));\r\n\ttext-decoration: none;\r\n}\r\n.logo {\r\n\tfont-family: \"ngs2\";\r\n\tmargin-right: auto;\r\n\tfont-size:24px;\r\n}\r\n.logo span{\r\n\tfont-size:16px;\r\n\ttext-transform: uppercase;\r\n}\r\n.logo img {\r\n\theight:28px;\r\n}\r\n@media screen and (min-width:390px) and (max-width:860px) {\r\n.headermenuitem {\r\n\tdisplay:none;\r\n}\r\n}\r\n@media screen and (max-width:390px) {\r\n.headermenuitem {\r\n\tdisplay:none;\r\n}\r\n}\r\n.main,.header {\r\n\tdisplay: grid;\r\n\tgrid-template-columns: repeat(auto-fit,minmax(300px,450px));\r\n\tjustify-content: center;\r\n\tgap: 10px;\r\n\tmargin: 0 10px;\r\n}\r\n\r\n.box {\r\n\t/*color: #97e2fc;*/\r\n\tcolor:white;\r\n\tbackground-clip: padding-box;\r\n\tbackground-color: rgba(24, 36, 48, 0.66);\r\n\tmargin: 10px 0 0 0;\r\n\ttext-align: left;\r\n\tpadding-bottom:10px;\r\n\tbackdrop-filter: blur(10px);\r\n}\r\n.box h3, dt {\r\nfont-size: 12pt;\r\nfont-weight: normal;\r\npadding: 0 5px;\r\nmargin: 5px;\r\nborder-bottom: 1px solid rgba(128,128,128,0.5);\r\n}\r\n.box tr {\r\n/*\tbackground-image: url(\"tr_bg.png\");*/\r\n\tbackground-repeat: no-repeat;\r\n\tbackground-position: left bottom;\r\n\tborder-bottom: 1px solid rgba(128,128,128,0.5);\r\n}\r\n.box tr:last-child {\r\n\tborder-bottom: 0;\r\n}\r\n.box td {\r\n\tpadding: 0 5px;\r\n\twhite-space: nowrap;\r\n}\r\n.box td:first-child {\r\n\tcolor: #97e2fc;\r\n}\r\n.box td:last-child {\r\n\ttext-align: right;\r\n}\r\n.barGraph {\r\n\tbackground: linear-gradient(90deg, #65beef, #f5ee3c);\r\n\tdisplay: block;\r\n\theight: 8px;\r\n}\r\n.barOverlay {\r\n\tborder: 2px solid black;\r\n\tdisplay: block;\r\n\theight: 8px;\r\n}\r\n.basicInfo {\r\n\tdisplay: grid;\r\n\tgrid-template-columns: 1.5fr 1fr 1fr;\r\n\tjustify-content: stretch;\r\n\tgrid-template-areas:\r\n\t\"author player player\"\r\n\t\"build character character\"\r\n\t\"class . .\"\r\n\t\"subClass . .\";\r\n\tmargin: 10px 10px;\r\n\tpadding: 0 5px;\r\n}\r\n.statsInfo {\r\n\tbackground-color:rgba(0,0,0,0.33);\r\n\tmargin: 0 10px;\r\n\tpadding: 5px;\r\n\tdisplay: grid;\r\n\tgrid-template-columns: repeat(4, 1fr);\r\n\tjustify-content: stretch;\r\n\tgrid-template-areas:\r\n\t\"bp . bpGraph bpGraph\"\r\n\t\"hp . hpGraph hpGraph\"\r\n\t\"pp . ppGraph ppGraph\"\r\n\t\"atk . atkGraph atkGraph\"\r\n\t\"def . defGraph defGraph\"\r\n\t\"wepUp wepUp2 wepUp3 wepUp3\"\r\n\t\"res res2 res3 res3\"\r\n\t\"dmgRes dmgRes2 dmgRes2 dmgRes2\";\r\n}\r\n.statsInfo > div {\r\n\tborder-bottom: 1px solid rgba(128,128,128,0.5);\r\n}\r\n.boxTitleBar {\r\n\tbackground-color: rgba(124, 144, 148, 0.66);\r\n\tcolor: white;\r\n\tfont-weight: normal;\r\n\tfont-size: 18px;\r\n\ttext-align: left;\r\n\tdisplay: flex;\r\n\tflex-flow: row nowrap;\r\n\tjustify-content: space-between;\r\n\r\n}\r\n.boxTitleBar h1 {\r\n\tcolor: white;\r\n\tfont-weight: normal;\r\n\tfont-size: 18px;\r\n\tmargin-right: 10px;\r\n\tpadding: 13px 13px 7px 13px;\r\n}\r\n.boxTitleBar h1:before {\r\n\tfont-family: \"Segoe UI Symbol\";\r\n\tcontent: ' \\25C6';\r\n\tmargin-right: 10px;\r\n}\r\n.box h2 {\r\n\tcolor: white;\r\n\tfont-weight: normal;\r\n\tfont-size: 18px;\r\n\tmargin: 10px 10px 0 10px;\r\n\ttext-align: left;\r\n}\r\n.box h2 img {\r\n\tmargin-right: 5px;\r\n\tvertical-align: top;\r\n}\r\n/*.box h2:hover {\r\n\tbackground: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66));\r\n}*/\r\n.da {\r\n\tcolor: white;\r\n\ttext-align: right;\r\n}\r\n.da span {\r\n\tbackground-color: rgba(20,29,40,0.66);\r\n\tpadding: 5px;\r\n}\r\n.da span:hover {\r\n\tbackground: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66));\r\n}\r\n\r\n.infoBuffs {\r\n\tmargin: 0 auto;\r\n\twidth: 90%;\r\n}\r\n.infoBuffs:last-child {\r\n\tmargin-bottom: 10px;\r\n}\r\n.infobuffs li {\r\n\tmargin: 5px 0;\r\n}\r\n.infoBuffs li:hover {\r\n\tbackground: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66));\r\n}\r\n.infoBuffs li ul {\r\n\twidth: 100%;\r\n}\r\n.infoBuffs li ul li {\r\n\twidth: 100%;\r\n\tpadding-left: 20px;\r\n}\r\n.infoBuffs li ul li:hover {\r\n\tbackground: transparent;\t\r\n}\r\n.box p {\r\n\tpadding: 10px 10px 0 10px;\r\n\r\n}\r\n\r\n.equipPalette {\r\n\tmargin: 10px 10px 0 10px;\r\n\tdisplay: flex;\r\n\tjustify-content: center;\r\n\tflex-flow: row wrap;\r\n\twhite-space: nowrap;\r\n\r\n}\r\n.equipPaletteSlotWrapper {\r\n\tbackground-color: rgba(128,128,128,0.50);\r\n\tcursor:pointer !important;\r\n\tpadding: 10px;\r\n}\r\n.equipPaletteSlotWrapper span {\r\n\tmargin: 0 10px 0 0;\r\n\tcolor: rgb(255,207,4);\r\n\tfont-size: 14pt;\r\n font-family: ngs2,Arial,sans-serif;\r\n}\r\n.equipPaletteSlotWrapper img {\r\n\theight: 48px;\r\n\tborder: 1px;\r\n\tborder-style: solid;\r\n\tbackground: radial-gradient(rgb(196,196,196),rgb(128,128,128));\r\n\tborder-color: rgba(128,128,128,1);\r\n}\r\n.equipPaletteSlot {\r\n\ttext-align: center;\r\n\tflex: 1 1;\r\n}\r\n.equipPaletteSlot:first-child {\r\n\tpadding-right: 10px;\r\n}\r\n.equipPaletteSlot:hover img {\r\n\toutline: 2px solid rgba(54,255,255,0.66);\r\n}\r\n.equipPalette h3 {\r\n\tcolor: #97e2fc;\r\n\tfont-size: 16px;\r\n\tfont-weight: normal;\r\n\twhite-space: nowrap;\r\n}\r\n.equipDetails {\r\n\tdisplay: flex;\r\n\tjustify-content: center;\r\n\tflex-flow: row wrap;\r\n}\r\n.equipDetails {\r\n\tmargin: 10px 10px 0 0;\r\n\ttext-align: left;\r\n}\r\n.equipAugs {\r\n\tflex: 1 1 auto;\t\r\n}\r\n.equipAugs li {\r\n\tbackground-color: rgba(128,128,128,0.50);\r\n\tcolor: white;\r\n\tmargin: 0 0 5px 10px;\r\n\tpadding: 12px 10px 7px 10px;\r\n\tcursor:pointer !important;\r\n}\r\n.equipAugs li:hover {\r\n\tbackground: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66));\r\n\toutline: 2px solid hsl(180, 78%, 50%);\r\n}\r\n.equipAugsExpand {\r\n\tmargin: 0 10px 0 0;\r\n\tdisplay: inline;\r\n}\r\n.tooltip {\r\n\tcursor: help;\r\n}\r\n.tooltip span {\r\n\tcolor: white;\r\n\tfont-size:10pt;\r\n\tvisibility: hidden;\r\n\twidth: 200px;\r\n\tbackground-color: rgba(38,53,63,0.9);\r\n\ttext-align: left;\r\n\t/*border-radius: 6px;*/\r\n\tpadding: 5px;\r\n\t/* Position the tooltip */\r\n\tposition: absolute;\r\n\twhite-space: normal;\r\n\tleft: 1em;\r\n}\r\n.xTooltip {\r\n\tmargin: 0 10px 0 0;\r\n\tdisplay: inline;\r\n\tcursor: help !important;\r\n\tcolor: white;\r\n\tfont-size:10pt;\r\n\ttext-align: left;\r\n}\r\n\r\n[class*=\"BaseToolTop\"] {\r\n\tmin-width: 200px;\r\n}\r\n.tooltip:hover span {\r\n\tvisibility: visible;\r\n}\r\n.pr {\r\n\tflex: 1 1 auto;\r\n\tmargin: 10px 10px 0 0;\r\n\ttext-align: left;\t\r\n}\r\n.pr li {\r\n\tmargin: 0 10px 2px 10px;\r\n\tpadding: 5px;\r\n}\r\n.pr li span {\r\n\tcolor:white\r\n}\r\n.ye {\r\n\tcolor: #ffb74c;\r\n}\r\n.itemlist {\r\n\tmargin: 0 10px;\r\n}\r\n.itemlist li {\r\n\tbackground-color: rgba(128,128,128,0.33);\r\n\tcolor: white;\r\n\tmargin: 0 0 5px 0;\r\n\tpadding: 10px;\r\n background-repeat: no-repeat;\r\n background-position: right top;\r\n\tbackground-origin: content-box;\r\n}\r\n.aug:before {\r\n\tcontent:url(\"./icons/UINGSItemSpecialAbility.png\");\r\n\tmargin-right: 5px;\r\n\tvertical-align: middle;\r\n}\r\n.itemwep {\r\n\tfont-size: 10pt;\r\n}\r\n.itemWeaponWrapper {\r\n\twhite-space: nowrap;\r\n\toverflow: hidden;\r\n\ttext-overflow: ellipsis;\r\n\tpadding-right: 16px;\r\n}\r\n.itemwep em {\r\n\tfont-size: 12pt;\r\n\tline-height: 28px;\r\n}\r\n.itemwep:after {\r\n\tclear:both;\r\n}\r\n.rifle:before {\r\n content: url(\"./icons/NGSUIItemAssaultRifleMini.png\");\r\n\tmargin-right: 5px;\r\n\tvertical-align: middle;\r\n}\r\n.gb:before {\r\n content: url(\"./icons/NGSUIItemGunbladeMini.png\");\r\n\tmargin-right: 5px;\r\n\tvertical-align: middle;\r\n}\r\n.vege:before {\r\n content: url(\"./icons/food/vege.png\");\r\n\tmargin-right: 5px;\r\n\tvertical-align: middle;\r\n}\r\n.itemimg {\r\n\tbackground: radial-gradient(rgb(196,196,196),rgb(128,128,128));\r\n\tborder: 4px solid rgba(128,128,128,1);\r\n\tfloat: left;\r\n\tmargin-right: 10px;\r\n\twidth: 48px;\r\n\tbox-sizing: content-box;\r\n\tborder-style: solid;\r\n}\r\nli.r1 {\r\n background-image: url(\"./icons/NGSUIRarity1Star.png\");\r\n}\r\n.r1 img {\r\n\tbackground: radial-gradient(rgb(64,150,183),rgb(52,123,150)) !important;\r\n\tborder-color: rgb(64,150,183) !important;\r\n\r\n}\r\nli.r2 {\r\n background-image: url(\"./icons/NGSUIRarity2Star.png\");\r\n}\r\n.r2 img {\r\n\tbackground: radial-gradient(rgb(64,150,183),rgb(52,123,150)) !important;\r\n\tborder-color: rgb(64,150,183) !important;\r\n}\r\nli.r3 {\r\n background-image: url(\"./icons/NGSUIRarity3Star.png\");\r\n}\r\n.r3 img {\r\n\tbackground: radial-gradient(rgb(64,150,183),rgb(52,123,150)) !important;\r\n\tborder-color: rgb(64,150,183) !important;\r\n}\r\nli.r4 {\r\n background-image: url(\"./icons/NGSUIRarity4Star.png\");\r\n}\r\n.r4 img {\r\n\tbackground: radial-gradient(rgb(101,178,77),rgb(83,146,63)) !important;\r\n\tborder-color: rgb(101,178,77) !important;\r\n}\r\n.itemlist li span {\r\n background-repeat: no-repeat;\r\n background-position: left center;\r\n\tmargin-right: 10px;\r\n}\r\n.atk:before {\r\n\tcontent: url(\"./icons/NGSUIStatATKOutline.png\");\r\n\tmargin-right: 5px;\r\n\tvertical-align: middle;\r\n}\r\n.fixa {\r\n\tcolor: rgb(255,135,80);\r\n}\r\n.fixa:before {\r\n\tcontent: url(\"./icons/UINGSItemPresetAbility.png\");\r\n\tmargin-right: 5px;\r\n\tvertical-align: middle;\r\n}\r\n.pot {\r\n\tcolor: rgb(255,255,0);\r\n}\r\n.pot:before {\r\n\tcontent: url(\"./icons/NGSUIItemPotentialAbility.png\");\r\n\tmargin-right: 5px;\r\n\tvertical-align: middle;\r\n}\r\n.clear {\r\n\tclear: both;\r\n}\r\n.itemlistcontainer {\r\n/*\tmax-height: 400px;*/\r\n\toverflow-y: scroll;\r\n\toverflow-x: hidden;\r\n\tmargin: 10px 5px 0 0;\r\n\tpadding: 2px;\r\n}/*\r\n@media screen and (min-width:390px) and (max-width:860px) {\r\n.itemlistcontainer {\r\n\tmax-height: 300px;\r\n}\r\n}*/\r\n.itemlist li:hover, .treeList li:hover {\r\n\tbackground-color: rgba(113,169,189,0.33);\r\n\toutline: 2px solid rgba(54,255,255,0.66);\r\n}\r\n.boxmenu {\r\n\tfont-size: 12pt;\r\n\tmargin: 0 10px 0 10px;\r\n\tdisplay: flex;\r\n\tflex-flow: row nowrap;\r\n\tjustify-content: flex-start;\r\n}\r\n.boxmenu li {\r\n\tbackground-color: rgba(115, 120, 125,0.66);\r\n\tcolor: white;\r\n\tdisplay: inline-block;\r\n\tmargin: 10px 5px 0 0;\r\n\tpadding: 5px;\r\n\ttext-align: center;\r\n\tflex-basis: 27px;\r\n\twhite-space: nowrap;\r\n\tcursor:pointer !important;\r\n}\r\n.boxmenu img {\r\n\tvertical-align: middle;\r\n}\r\n.boxMenuClassIcon {\r\n\tmax-height: 16px;\r\n}\r\n.pageControlDetails {\r\n\tbackground-color: rgba(25, 30, 35, 0.66) !important;\r\n\tmargin: 10px 5px 0 auto !important;\r\n}\r\n.pageControlDetails:before {\r\n\tcontent: \"\\270E\";\r\n\tpadding-right: 5px;\r\n}\r\n.pageControlDetails:hover {\r\n\tbackground: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66));\r\n\toutline: 2px solid hsl(180, 78%, 50%);\r\n}\r\n.selected {\r\n\tbackground: linear-gradient(135deg,#60461b,#b0a34e);\r\n\tborder-bottom: 4px solid #ffd602;\r\n}\r\n.unselected:hover {\r\n\tbackground: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66));\r\n\tborder-bottom: 0;\r\n\tpadding-bottom: 9px;\r\n\toutline: 2px solid hsl(180, 78%, 50%);\r\n}\r\nli.selected:hover {\r\n\tbackground: linear-gradient(135deg,#60461b,#b0a34e);\r\n\toutline: 2px solid hsl(180, 78%, 50%);\r\n}\r\n.itemBar {\r\n\tjustify-content: center;\r\n\tdisplay: flex;\r\n\tflex-flow: row nowrap;\r\n\tmargin: 10px 10px 0 10px;\r\n\tpadding: 0 2px;\r\n}\r\n.itemBarSort, .itemBarFilter {\r\n\tflex: 1 1 100px;\r\n\tmargin-right: 10px;\r\n}\r\ninput {\r\n\tbackground-color: #101317;\r\n\tcolor: white;\r\n\tfont-family: ngs,sans-serif;\r\n\tfont-size: 11pt;\r\n\theight: 28px;\r\n\tpadding: 0 5px;\r\n\ttext-shadow: -1px -1px 0 rgba(0,0,0,0.66), 1px -1px 0 rgba(0,0,0,0.66), -1px 1px 0 rgba(0,0,0,0.66), 1px 1px 0 rgba(0,0,0,0.66);\r\n}\r\ninput:hover {\r\n\toutline: 2px solid #30cdef;\r\n}\r\nselect{\r\n\tbackground-color: rgba(128,128,128,0.5);\r\n\tcolor: white;\r\n font-family: ngs,sans-serif;\r\n\tfont-size: 11pt;\r\n\theight: 28px;\r\n\tpadding: 5px 10px;\r\n\ttext-shadow: -1px -1px 0 rgba(0,0,0,0.66), 1px -1px 0 rgba(0,0,0,0.66), -1px 1px 0 rgba(0,0,0,0.66), 1px 1px 0 rgba(0,0,0,0.66);\r\n}\r\nselect.itemBarForm, input.itemBarForm {\r\n\twidth: 100%;\r\n}\r\noption {\r\n\tbackground-color: rgb(128,128,128);\r\n}\r\n.boxExit {\r\n\tpadding: 4px 9px 8px 9px;\r\n\tmargin: 4px;\r\n}\r\n.boxExit:hover {\r\n\tbackground-color: hsl(0, 100%, 33%);\r\n\toutline: 2px solid hsl(0, 100%, 50%);\r\n}\r\n.boxExit:after {\r\n content: ' \\2573';\r\n\tfont-size:9pt;\r\n}\r\n.exit {\r\n\tcolor: white;\r\n}\r\n/* width */\r\n.customScrollbar::-webkit-scrollbar {\r\n\twidth: 4px;\r\n\theight: 4px;\r\n}\r\n/* Track */\r\n.customScrollbar::-webkit-scrollbar-track {\r\n background: rgba(128,128,128,0.8); \r\n}\r\n \r\n/* Handle */\r\n.customScrollbar::-webkit-scrollbar-thumb {\r\n\tbackground-color: rgba(245, 245, 245,0.66);\r\n}\r\n.customScrollbar::-webkit-scrollbar-button {\r\n\tbackground-color: rgba(162,162,162,0.8); \r\n\theight:4px;\r\n\twidth:4px;\r\n}\r\n.customScrollbar::-webkit-scrollbar-corner {\r\n\tbackground-color: transparent;\r\n}\r\n/* Handle on hover\r\n::-webkit-scrollbar-thumb:hover {\r\n background: #555; \r\n}*/\r\n.containerX {\r\n\tmargin: 10px;\r\n\tmin-width: 0;\r\n}\r\n.containerY {\r\n\tmargin: 10px;\r\n\tmin-width: 0;\r\n}\r\n.treeListContainer {\r\n\toverflow-y: auto;\r\n\tmargin: 10px 10px 0 10px;\r\n}\r\n.treeSelectBox {\r\n/*\tflex: 0 1 auto;\r\n\talign-self: flex-start;\r\n\tmargin: 0 10px 0 0;*/\r\n\toutline: 1px solid rgba(54,255,255,1);\r\n\tmax-width: 220px;\r\n\tposition: absolute;\r\n\tleft: -210px;\r\n\ttop: -10px;\r\n}\r\n.treeList {\r\n\tpadding: 0 2px 2px 2px;\r\n}\r\n.treeList li {\r\n\tbackground-color: rgba(128,128,128,0.33);\r\n\tcolor: white;\r\n\tmargin: 5px 0 0 0;\r\n\tpadding: 10px;\r\n background-repeat: no-repeat;\r\n background-position: right center;\r\n\tbackground-origin: content-box;\r\n\tline-height: 20px;\r\n}\r\nli.treeListMain:after, li.treeListSub:after {\r\n\tmargin-left: 10px;\r\n}\r\nli.treeListMain:after {\r\n\tcontent: url(\"./icons/class_main.png\");\r\n}\r\nli.treeListSub:after {\r\n\tcontent: url(\"./icons/class_sub.png\");\r\n}\r\n.treeList li img {\r\n\tvertical-align: middle;\r\n\tmargin-right: 5px;\r\n}\r\n.skillTreeBox {\r\n/*\tflex: 1 1 auto;*/\r\n\tmargin: 0;\r\n\tmin-width: 181px;\r\n\tmin-height: auto;\r\n\toutline: 1px solid rgba(54,255,255,1);\t\r\n}\r\n.skillTreeBox .boxTitleBar, .treeSelectBox .boxTitleBar {\r\n\tbackground: linear-gradient(45deg, rgba(47,153,193,0.66),rgba(46,94,137,0.66) 30%,rgba(46,94,137,0.66) 70%, rgba(47,153,193,1));\r\n}\r\n.skillTreeContainer {\r\n\toverflow-x: auto;\r\n\toverflow-y: scroll;\r\n\tmargin: 10px 5px 0 10px;\r\n\tpadding: 2px;\r\n\tmax-height: calc(90vh - 150px);\r\n\tmin-width: 0;\r\n}\r\n\r\n/*@media screen and (min-width:390px) and (max-width:860px) {\r\n.skillTreeContainer {\r\n\tmax-height: 300px;\r\n}\r\n}*/\r\n.skillTreeGrid {\r\n\tdisplay: grid;\r\n\tgrid-template-columns: repeat(6, 181px);\r\n\tgrid-template-areas:\r\n\t\"a1 b1 c1 d1 e1 f1\"\r\n\t\"a2 b2 c2 d2 e2 f2\"\r\n\t\"a3 b3 c3 d3 e3 f3\"\r\n\t\"a4 b4 c4 d4 e4 f4\"\r\n\t\"a5 b5 c5 d5 e5 f5\"\r\n\t\"a6 b6 c6 d6 e6 f6\";\r\n}\r\n.skillTreeGrid > div {\r\n\tbackground-color: rgba(128,128,128,0.33);\r\n\tcolor: white;\r\n\tpadding: 6px;\r\n\ttext-align: center;\r\n\theight: 148px;\r\n\tposition: relative;\r\n\tmargin: 0 10px 96px 0;\r\n}\r\ndiv.skillActive {\r\n\tbackground-color: rgba(18,103,87,0.5);\r\n}\r\ndiv.skillMaxed {\r\n\tbackground-color: rgba(18,103,87,0.5);\r\n}\r\n.skillTreeGrid > div:hover {\r\n\toutline: 2px solid rgba(54,255,255,0.66);\r\n\tbackground-color: rgba(113,169,189,0.33);\r\n}\r\n.skillTreeGrid > div.skillActive:hover, .skillTreeGrid > div.skillMaxed:hover {\r\n\toutline: 2px solid rgba(54,255,255,0.66);\r\n\tbackground-color: rgba(18,103,87,0.5);\r\n}\r\ndiv.skillLocked {\r\n\tbackground-color: rgba(64,64,64,0.33);\r\n}\r\ndiv.skillLocked img, div.skillLocked span.skillAllocated, div.skillLocked em.skillName {\r\n\topacity: 0.33;\r\n}\r\n.skillIcon {\r\n\tmargin: 0 auto;\r\n\tmax-width: 48px;\r\n}\r\n.skillAllocated {\r\n\tdisplay: block;\r\n\tline-height: 40px;\r\n}\r\ndiv.skillActive .skillAllocated {\r\n\tcolor: rgb(255,255,0);\r\n} \r\ndiv.skillMaxed .skillAllocated {\r\n\tcolor: rgb(255,135,80);\r\n}\r\n.skillTreeReqUnlock {\r\n\tposition: absolute;\r\n\theight: 22px;\r\n\twidth: 175px;\r\n\tbackground-image: url(\"./icons/skilltree_req_unlock.png\");\r\n\tbackground-repeat: no-repeat;\r\n\tbackground-position: center;\r\n\ttop: -34px;\r\n\tleft: -2px;\r\n\tdisplay: block;\r\n\topacity: 0.8;\r\n}\r\n.skillTreeReqLock {\r\n\tposition: absolute;\r\n\theight: 22px;\r\n\twidth: 175px;\r\n\tbackground-image: url(\"./icons/skilltree_req_lock.png\");\r\n\tbackground-repeat: no-repeat;\r\n\tbackground-position: center;\r\n\ttop: -34px;\r\n\tleft: -2px;\r\n\tdisplay: block;\r\n\topacity: 0.8;\r\n}\r\n.skillName {\r\n\tbackground-color: rgba(32,32,32,0.33);\r\n\tdisplay: block;\r\n\tpadding: 10px;\r\n\theight: 48px;\r\n\ttext-align: left;\r\n}\r\n.skillButtons {\r\nposition:absolute;\r\ndisplay: grid;\r\ngrid-template-columns: repeat(2, 1fr);\r\nwidth: 171px;\r\nheight: 148px;\r\nleft: 0;\r\ntop: 0;\r\ncursor:pointer !important;\r\n}\r\n.skillButtons > span:hover {\r\n\tbackground-image: url(\"./icons/skilltree_div_overlay.png\");\r\n\tbackground-repeat: no-repeat;\r\n}\r\n.skillLeftButton {\r\n\tbackground-position: left;\r\n}\r\n.skillRightButton {\r\n\tbackground-position: right;\r\n}\r\n.skillPoints {\r\n\tbackground-color: rgba(64,64,64,0.5);\r\n\ttext-align: center;\r\n\tmargin: 10px 10px 0 10px;\r\n\tpadding: 16px 0 10px 0;\r\n\tcolor: white;\r\n\tfont-size: 14pt;\r\n\tdisplay: grid;\r\n\tgrid-template-columns: repeat(auto-fit,292px);\r\n\tjustify-content: center;\r\n\tgap: 10px;\r\n}\r\n.skillPoints div:first-child {\r\n\ttext-align: center;\r\n}\r\n.skillPoints div span {\r\n\tdisplay: inline-block;\r\n\twidth: calc(292px / 2);\r\n\ttext-align: center;\r\n}\r\n.skillConfirm {\r\n\tjustify-content: center;\r\n\tdisplay: flex;\r\n\tflex-flow: row wrap;\r\n}\r\n.skillConfirm span {\r\n\tflex: 1 1 auto;\r\n\tbackground-color: rgba(113,169,189,0.33);\r\n\tdisplay: inline-block;\r\n\ttext-align: center;\r\n\tline-height: 48px;\r\n\tcolor: white;\r\n\tfont-size: 13pt;\r\n\tmargin: 10px 6px 0 6px;\r\n\tmax-width: 292px;\r\n}\r\n\r\n/* Sig's Amazing CSS (cuz Dudley edited it) */\r\n\r\n\r\n.editBox {\r\n\twidth: 100%;\r\n}\r\n.editBox:hover{\r\n\tbackground-color:rgba(0,0,0,0.5);\r\n\tcursor:pointer !important;\r\n\toutline: 2px solid #30cdef;\r\n}\r\n.editBoxActive {\r\n\r\n\twidth: 100%;\r\n}\r\n.editBoxActive:hover {\r\n\tcursor:pointer !important;\r\n}\r\ninput#editBoxInput {\r\n\tposition: absolute;\r\n\tleft: 0;\r\n\ttext-align: right;\r\n\tbackground-color: #101317;\r\n\tcolor: white;\r\n\tcursor:pointer !important;\r\n\tfont-family: ngs,sans-serif;\r\n\tfont-size: 11pt;\r\n\theight: 28px;\r\n\toutline: 2px solid #30cdef;\r\n\tpadding: 0 5px;\r\n\ttext-shadow: -1px -1px 0 rgba(0,0,0,0.66), 1px -1px 0 rgba(0,0,0,0.66), -1px 1px 0 rgba(0,0,0,0.66), 1px 1px 0 rgba(0,0,0,0.66);\r\n\twidth: 100%;\r\n}\r\n.editClass {\r\n\r\n\tdisplay: inline-block;\r\n\twidth: 100%;\r\n}\r\n.editClass:hover{\r\n\tbackground-color:rgba(0,0,0,0.5);\r\n\tcursor:pointer !important;\r\n\toutline: 2px solid #30cdef;\r\n}\r\n.popup{\r\n\tdisplay: flex;\r\n\tflex-wrap: wrap;\r\n}\r\n.popup2{\r\n\tz-index:5;\r\n\tposition: absolute;\r\n\tbackground-color: rgba(128,128,128,0.9);\r\n\tmax-width: 250px;\r\n\tmin-width: 100px;\r\n\tpadding: 20px;\r\n\tbox-shadow: 0 10px 16px 0 rgba(0,0,0,0.5), 0 6px 20px 0 rgba(0,0,0,0.5) !important;\r\n}\r\n.popup button{\r\n\tmargin:5px;\r\n\twidth:48px;\r\n\tfont-size:12px;\r\n\toverflow:wrap;\r\n\tbackground-color:rgba(64,64,96,0.9);\r\n\tcolor:rgba(210,210,210,1);\r\n}\r\nbutton{\r\n\tpadding:0px 3px 0px 3px;\r\n\tborder: 1px black solid;\r\n\tbackground-color:gray;\r\n\tcolor:white;\r\n \tfont-family: ngs,sans-serif;\r\n\tfont-size: 16px;\r\n\tfont-weight: normal;\r\n\ttext-align: center;\r\n \t -webkit-font-smoothing: antialiased;\r\n\ttext-shadow: -1px 1px 0 #000,1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000;\r\n}\r\n.table-responsive{\r\n\tcolor:rgba(220,220,220);\r\n}\r\n.table-responsive table {\r\n\tbackground-color: rgba(20,29,40,0.66);\r\n}\r\n.table {\r\n\tborder: 1px solid black;\r\n\tborder-spacing:1px;\r\n}\r\n.table-padding{\r\n\tpadding: 4px;\r\n}\r\n.ReactModal__Body--open,\r\n.ReactModal__Html--open {\r\n overflow: hidden;\r\n}\r\n.modalOverlay {\r\n position: fixed;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.8));\r\n\tdisplay: grid;\r\n\tjustify-items: stretch;\r\n\talign-items: center; \r\n\tgrid-template-columns: minmax(10px, 1fr) minmax(200px, auto) minmax(10px, 1fr);\r\n\tgrid-template-rows: 10px minmax(10px, 1fr) 10px;\r\n}\r\n.modalOverlaySplash {\r\n position: fixed;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.8));\r\n\tdisplay: grid;\r\n\tjustify-items: stretch;\r\n\talign-items: center; \r\n\tgrid-template-columns: minmax(10px, 1fr) minmax(200px, auto) minmax(10px, 1fr);\r\n\tgrid-template-rows: 10px minmax(10px, 1fr) minmax(10px, auto);\r\n}\r\n.modalOverlaySplash > footer {\r\n\tgrid-column: 1 / span 3;\r\n\tgrid-row: 3;\r\n\tpadding-bottom: 4vh;\r\n background: linear-gradient(transparent,rgba(0,0,0,0.7));\r\n}\r\n.modalOverlaySplash > footer a:hover {\r\n\tbackground-color: transparent;\r\n}\r\nspan.github, span.twitter {\r\n\tfont-size: 24px;\r\n\tmargin-right: 15px;\r\n\topacity: 0.75;\r\n}\r\nspan.github:hover, span.twitter:hover {\r\n\topacity: 1;\r\n}\r\nspan.github:before, span.twitter:before {\r\n\tvertical-align: middle;\r\n\tmargin-right: 10px;\r\n}\r\nspan.github:before {\r\n\tcontent: url(\"./icons/GitHub-Mark-Light-32px.png\");\r\n}\r\nspan.twitter:before {\r\n\tcontent: url(\"./icons/2021 Twitter logo - white32.png\");\r\n}\r\n.modal {\r\n\tgrid-column: 2;\r\n\tgrid-row: 2;\r\n}\r\n.boxModal {\r\n\tanimation: fadeIn 0.15s;\r\n\tmax-width: 580px;\r\n\tmargin: 0 auto;\r\n\tbox-shadow: 0 10px 16px 0 rgba(0,0,0,0.5), 0 6px 20px 0 rgba(0,0,0,0.5) !important;\r\n\toutline: 1px solid rgba(54,255,255,1);\t\r\n}\r\n.boxModalClassSelect {\r\n\tanimation: fadeIn 0.15s;\r\n\twidth: 300px;\r\n\tmargin: 0 auto;\r\n\tbox-shadow: 0 10px 16px 0 rgba(0,0,0,0.5), 0 6px 20px 0 rgba(0,0,0,0.5) !important;\r\n\toutline: 1px solid rgba(54,255,255,1);\t\r\n}\r\n@keyframes fadeIn {\r\n\t0% {opacity:0;margin-bottom:30px;}\r\n\t100% {opacity:1;margin-bottom:0;}\r\n }\r\n .boxAdmin {\r\n\tanimation: fadeIn 0.15s;\r\n\tbox-shadow: 0 10px 16px 0 rgba(0,0,0,0.5), 0 6px 20px 0 rgba(0,0,0,0.5) !important;\r\n\toutline: 1px solid rgba(54,255,255,1);\t\r\n\ttext-align:center;\r\n}\r\n.boxAdmin img {\r\n\tmargin: 20px;\r\n\t\tbackground: linear-gradient(white,#bca9f5);\r\n}\r\n.boxAdmin input {\r\n\tfont-size: 36px;\r\n\theight: 72px;\r\n\twidth: 33vw;\r\n\tbackground-color: transparent;\r\n\r\n}\r\n.boxAdmin input:hover {\r\noutline: 0 !important;\r\n}\r\n.boxMisc {\r\n\tanimation: fadeIn 0.15s;\r\n\tmax-width: 450px;\r\n\tmargin: 0 auto;\r\n\tbox-shadow: 0 10px 16px 0 rgba(0,0,0,0.5), 0 6px 20px 0 rgba(0,0,0,0.5) !important;\r\n\toutline: 1px solid rgba(54,255,255,1);\t\r\n\ttext-align: center;\r\n}\r\n.boxMisc h2 {\r\n\tfont-size: 17px;\r\n\tfont-weight: normal;\r\n\tborder-bottom: 1px solid rgba(128,128,128,0.5);\r\n\tmargin: 10px 10px 0;\r\n\tpadding: 10px 5px;\r\n}\r\n.boxMisc h2:before {\r\n content: url(\"./icons/NGSUIItemGunbladeMini.png\");\r\n\tmargin-right: 5px;\r\n\tvertical-align: middle;\r\n}\r\n.boxMisc img {\r\n\tbackground: linear-gradient(white,#bca9f5);\r\n\tvertical-align: top;\r\n\tmargin: 0 10px;\r\n}\r\n.boxMisc p > img {\r\n\tfloat:right;\r\n}\r\n.boxMisc p {\r\n\tmargin-top: 0;\r\n\ttext-align: justify;\r\n}\r\n.boxModal .boxTitleBar, .boxModalClassSelect .boxTitleBar, .boxMisc .boxTitleBar, .boxAdmin .boxTitleBar {\r\n\tbackground: linear-gradient(45deg, rgba(47,153,193,0.66),rgba(46,94,137,0.66) 30%,rgba(46,94,137,0.66) 70%, rgba(47,153,193,1));\r\n}\r\n.modalItemListContainer {\r\n\toverflow-y: auto;\r\n\toverflow-x: hidden;\r\n\tmargin: 10px 5px 0 0;\r\n\tpadding: 2px;\r\n\tmax-height: calc(90vh - 115px);\r\n}\r\n.webicon{\r\n\tcolor:maroon;\r\n}\r\n.webicon:hover{\r\n\tcolor:rgba(200,0,0,1);\r\n\tcursor:pointer !important;\r\n}\r\n.basichover:hover{\r\n\tcursor:pointer !important;\r\n}\r\n.modalCloseButton{\r\n\tfloat:right;\r\n\tcolor:#151f25;\r\n}\r\n.modalCloseButton:hover{\r\n\tcolor:rgba(200,0,0,1);\r\n\tcursor:pointer !important;\r\n}\r\n.failedInput{\r\n\tborder: 1px solid rgba(200,0,0,1);\r\n}\r\n.submitting{\r\n\tborder: 1px solid rgba(0,150,200,1);\r\n background: linear-gradient(-90deg, #124425,#000000, #124425);\r\n background-size: 10% 400%;\r\n animation: submitgradient 1.5s ease infinite;\r\n}\r\n\r\n@keyframes submitgradient {\r\n 0% {\r\n background-position: 0% 100%;\r\n }\r\n 100% {\r\n background-position: 100% 0%;\r\n }\r\n}\r\n\r\n.submitbutton{\r\n\twidth:32px;\r\n\theight:32px;\r\n}\r\n.submitbutton:hover{\r\n\tcolor:rgba(0,200,0,1);\r\n\tcursor:pointer !important;\r\n}\r\n\r\n/* Admin Panel */\r\n\r\n.adminMain {\r\n position: fixed;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n\tdisplay: grid;\r\n\tjustify-items: stretch;\r\n\talign-items: stretch; \r\n\tgrid-template-columns: 250px 1fr;\r\n\tgrid-template-rows: minmax(10px, 1fr) max-content minmax(10px, 1fr);\r\n\tgrid-template-areas:\r\n\t\"header header\"\r\n\t\"sidebar content\"\r\n\t\"footer footer\";\r\n\tgap: 10px;\r\n\toverflow:hidden;\r\n\tmargin: 0 10px;\r\n}\r\n.boxAdminNav {\r\n\tgrid-area: sidebar;\r\n\tfont-size: 12pt;\r\n\tline-height: 1.5em;\r\n}\r\n.boxAdminContent {\r\n\tgrid-area: content;\r\n}\r\n.adminNavContainer {\r\n\toverflow-y: scroll;\r\n\tmargin: 0 5px 0 10px;\r\n\tpadding: 2px;\r\n\theight: 0;\r\n\theight: 80vh;\r\n}\r\n.adminContainer {\r\n\toverflow-x: auto;\r\n\toverflow-y: scroll;\r\n\tmargin: 10px 5px 0 10px;\r\n\tpadding: 2px;\r\n\twidth: 84vw;\r\n\theight: 85vh;\r\n}\r\np.adminNav hr {\r\n\tborder-bottom: 1px solid silver;\r\n\tmargin: 10px 0;\r\n}\r\n.buttonLabel{\r\n\tborder: 2px solid black;\r\n\tbackground:white;\r\n\tcolor:black;\r\n}\r\n.react-toggle {\r\n\ttouch-action: pan-x;\r\n \r\n\tdisplay: inline-block;\r\n\tposition: relative;\r\n\tcursor:pointer !important;\r\n\tbackground-color: transparent;\r\n\tborder: 0;\r\n\tpadding: 0;\r\n \r\n\t-webkit-touch-callout: none;\r\n\t-webkit-user-select: none;\r\n\t-khtml-user-select: none;\r\n\t-moz-user-select: none;\r\n\t-ms-user-select: none;\r\n\tuser-select: none;\r\n \r\n\t-webkit-tap-highlight-color: rgba(0,0,0,0);\r\n\t-webkit-tap-highlight-color: transparent;\r\n }\r\n \r\n .react-toggle-screenreader-only {\r\n\tborder: 0;\r\n\tclip: rect(0 0 0 0);\r\n\theight: 1px;\r\n\tmargin: -1px;\r\n\toverflow: hidden;\r\n\tpadding: 0;\r\n\tposition: absolute;\r\n\twidth: 1px;\r\n }\r\n \r\n .react-toggle--disabled {\r\n\tcursor: not-allowed;\r\n\topacity: 0.5;\r\n\t-webkit-transition: opacity 0.25s;\r\n\ttransition: opacity 0.25s;\r\n }\r\n \r\n .react-toggle-track {\r\n\twidth: 50px;\r\n\theight: 24px;\r\n\tpadding: 0;\r\n\tborder-radius: 30px;\r\n\tbackground-color: #4D4D4D;\r\n\t-webkit-transition: all 0.2s ease;\r\n\t-moz-transition: all 0.2s ease;\r\n\ttransition: all 0.2s ease;\r\n }\r\n \r\n .react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {\r\n\tbackground-color: #000000;\r\n }\r\n \r\n .react-toggle--checked .react-toggle-track {\r\n\tbackground-color: #19AB27;\r\n }\r\n \r\n .react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {\r\n\tbackground-color: #128D15;\r\n }\r\n \r\n .react-toggle-track-check {\r\n\tposition: absolute;\r\n\twidth: 14px;\r\n\theight: 10px;\r\n\ttop: 0px;\r\n\tbottom: 0px;\r\n\tmargin-top: auto;\r\n\tmargin-bottom: auto;\r\n\tline-height: 0;\r\n\tleft: 8px;\r\n\topacity: 0;\r\n\t-webkit-transition: opacity 0.25s ease;\r\n\t-moz-transition: opacity 0.25s ease;\r\n\ttransition: opacity 0.25s ease;\r\n }\r\n \r\n .react-toggle--checked .react-toggle-track-check {\r\n\topacity: 1;\r\n\t-webkit-transition: opacity 0.25s ease;\r\n\t-moz-transition: opacity 0.25s ease;\r\n\ttransition: opacity 0.25s ease;\r\n }\r\n \r\n .react-toggle-track-x {\r\n\tposition: absolute;\r\n\twidth: 10px;\r\n\theight: 10px;\r\n\ttop: 0px;\r\n\tbottom: 0px;\r\n\tmargin-top: auto;\r\n\tmargin-bottom: auto;\r\n\tline-height: 0;\r\n\tright: 10px;\r\n\topacity: 1;\r\n\t-webkit-transition: opacity 0.25s ease;\r\n\t-moz-transition: opacity 0.25s ease;\r\n\ttransition: opacity 0.25s ease;\r\n }\r\n \r\n .react-toggle--checked .react-toggle-track-x {\r\n\topacity: 0;\r\n }\r\n \r\n .react-toggle-thumb {\r\n\ttransition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;\r\n\tposition: absolute;\r\n\ttop: 1px;\r\n\tleft: 1px;\r\n\twidth: 22px;\r\n\theight: 22px;\r\n\tborder: 1px solid #4D4D4D;\r\n\tborder-radius: 50%;\r\n\tbackground-color: #FAFAFA;\r\n \r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n \r\n\t-webkit-transition: all 0.25s ease;\r\n\t-moz-transition: all 0.25s ease;\r\n\ttransition: all 0.25s ease;\r\n }\r\n \r\n .react-toggle--checked .react-toggle-thumb {\r\n\tleft: 27px;\r\n\tborder-color: #19AB27;\r\n }\r\n \r\n .react-toggle--focus .react-toggle-thumb {\r\n\t-webkit-box-shadow: 0px 0px 3px 2px #0099E0;\r\n\t-moz-box-shadow: 0px 0px 3px 2px #0099E0;\r\n\tbox-shadow: 0px 0px 2px 3px #0099E0;\r\n }\r\n \r\n .react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {\r\n\t-webkit-box-shadow: 0px 0px 5px 5px #0099E0;\r\n\t-moz-box-shadow: 0px 0px 5px 5px #0099E0;\r\n\tbox-shadow: 0px 0px 5px 5px #0099E0;\r\n }\r\n .testmode.react-toggle--checked .react-toggle-track {\r\n\tbackground-color: #00AADD;\r\n }\r\n .testmode.react-toggle--checked .react-toggle-track:hover {\r\n\tbackground-color: #00AADD;\r\n }\r\n.addAug{\r\n\theight: 37px;\r\n}\r\n.databaseIcon{\r\n\twidth:48px;\r\n\theight:48px;\r\n\tpadding-right:8px;\r\n\tposition:relative;\r\n\ttop:16px;\r\n}\r\n.itemDetailsGrid {\r\n\tdisplay: grid;\r\n\tgrid-template-areas:\r\n\t\"icon properties\"\r\n\t\"content content\";\r\n\tgrid-template-columns: 128px 1fr;\r\n\tgrid-template-rows: auto;\r\n\tmargin: 10px 10px 0 10px;\r\n\tplace-items: stretch;\r\n}\r\n.itemDetailsIcon {\r\n\tbackground-color: hsl(0, 17%, 70%);\r\n\tgrid-area: icon;\r\n}\r\n.itemDetailsProperties {\r\n\tgrid-area: properties;\r\n}\r\n.itemDetailsContent {\r\n\tgrid-area: content;\r\n}\r\n.itemDetailsIcon img {\r\n\tbackground: radial-gradient(rgb(196,196,196),rgb(128,128,128));\r\n\tborder-color: rgba(128,128,128,1);\r\n\tborder-width: 2px;\r\n\twidth: 124px;\r\n\tbox-sizing: content-box;\r\n\tborder-style: solid;\r\n}\r\n.formField{\r\n\tfont-weight:bold;\r\n}\r\n.formDescription{\r\n\tfont-style:italic;\r\n}\r\n.formError{\r\n\tcolor:red;\r\n\tfont-weight:bold;\r\n}\r\n.toDoList {\r\n\tpadding: 0 10px;\r\n}\r\ndt {\r\nmargin: 10px 0 0 0;\r\n}\r\ndd, dl {\r\n\tpadding: 10px 0 0 15px;\r\n}\r\ndd:before {\r\n\tcontent: \"\\2610\";\r\n\tpadding-right: 10px;\r\n}\r\n.half:before {\r\n\tcontent: \"\\25E7\" !important;\r\n}\r\n.check {\r\n\topacity: 0.25;\r\n}\r\n.check:hover {\r\n\topacity: 1;\r\n}\r\n.check:before {\r\n\tfont-family: \"Segoe UI Symbol\";\r\n\tcontent: \"\\2B1B\" !important;\r\n}\r\n.trashButton{\r\n\tcolor:rgba(100,50,50,1);\r\n\twidth:24px;\r\n\theight:24px;\r\n}\r\n.trashButton:hover {\r\n\tcolor:rgba(200,50,50,1);\r\n\tborder: 2px solid red;\r\n}"]} \ No newline at end of file diff --git a/static/js/2.aaed53f7.chunk.js b/static/js/2.aaed53f7.chunk.js new file mode 100644 index 0000000..6bcf60e --- /dev/null +++ b/static/js/2.aaed53f7.chunk.js @@ -0,0 +1,3 @@ +/*! For license information please see 2.aaed53f7.chunk.js.LICENSE.txt */ +(this.webpackJsonpngsplanner=this.webpackJsonpngsplanner||[]).push([[2],[function(e,t,n){"use strict";e.exports=n(86)},function(e,t,n){"use strict";e.exports=n(73)},function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(18);function o(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,i=void 0;try{for(var a,u=e[Symbol.iterator]();!(r=(a=u.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(l){o=!0,i=l}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}return n}}(e,t)||Object(r.a)(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}},function(e,t,n){e.exports=n(81)()},function(e,t,n){"use strict";n.d(t,"a",(function(){return b})),n.d(t,"b",(function(){return m})),n.d(t,"c",(function(){return x})),n.d(t,"d",(function(){return h})),n.d(t,"e",(function(){return g})),n.d(t,"f",(function(){return k}));var r=n(9),o=n(1),i=n.n(o),a=(n(3),n(11)),u=n(40),l=n(8),s=n(5),c=n(41),f=n.n(c),d=(n(68),n(15)),p=(n(72),function(e){var t=Object(u.a)();return t.displayName=e,t}("Router-History")),h=function(e){var t=Object(u.a)();return t.displayName=e,t}("Router"),m=function(e){function t(t){var n;return(n=e.call(this,t)||this).state={location:t.history.location},n._isMounted=!1,n._pendingLocation=null,t.staticContext||(n.unlisten=t.history.listen((function(e){n._isMounted?n.setState({location:e}):n._pendingLocation=e}))),n}Object(r.a)(t,e),t.computeRootMatch=function(e){return{path:"/",url:"/",params:{},isExact:"/"===e}};var n=t.prototype;return n.componentDidMount=function(){this._isMounted=!0,this._pendingLocation&&this.setState({location:this._pendingLocation})},n.componentWillUnmount=function(){this.unlisten&&this.unlisten()},n.render=function(){return i.a.createElement(h.Provider,{value:{history:this.props.history,location:this.state.location,match:t.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},i.a.createElement(p.Provider,{children:this.props.children||null,value:this.props.history}))},t}(i.a.Component);i.a.Component;i.a.Component;var v={},y=0;function g(e,t){void 0===t&&(t={}),("string"===typeof t||Array.isArray(t))&&(t={path:t});var n=t,r=n.path,o=n.exact,i=void 0!==o&&o,a=n.strict,u=void 0!==a&&a,l=n.sensitive,s=void 0!==l&&l;return[].concat(r).reduce((function(t,n){if(!n&&""!==n)return null;if(t)return t;var r=function(e,t){var n=""+t.end+t.strict+t.sensitive,r=v[n]||(v[n]={});if(r[e])return r[e];var o=[],i={regexp:f()(e,o,t),keys:o};return y<1e4&&(r[e]=i,y++),i}(n,{end:i,strict:u,sensitive:s}),o=r.regexp,a=r.keys,l=o.exec(e);if(!l)return null;var c=l[0],d=l.slice(1),p=e===c;return i&&!p?null:{path:n,url:"/"===n&&""===c?"/":c,isExact:p,params:a.reduce((function(e,t,n){return e[t.name]=d[n],e}),{})}}),null)}var b=function(e){function t(){return e.apply(this,arguments)||this}return Object(r.a)(t,e),t.prototype.render=function(){var e=this;return i.a.createElement(h.Consumer,null,(function(t){t||Object(l.a)(!1);var n=e.props.location||t.location,r=e.props.computedMatch?e.props.computedMatch:e.props.path?g(n.pathname,e.props):t.match,o=Object(s.a)({},t,{location:n,match:r}),a=e.props,u=a.children,c=a.component,f=a.render;return Array.isArray(u)&&0===u.length&&(u=null),i.a.createElement(h.Provider,{value:o},o.match?u?"function"===typeof u?u(o):u:c?i.a.createElement(c,o):f?f(o):null:"function"===typeof u?u(o):null)}))},t}(i.a.Component);function w(e){return"/"===e.charAt(0)?e:"/"+e}function _(e,t){if(!e)return t;var n=w(e);return 0!==t.pathname.indexOf(n)?t:Object(s.a)({},t,{pathname:t.pathname.substr(n.length)})}function E(e){return"string"===typeof e?e:Object(a.e)(e)}function T(e){return function(){Object(l.a)(!1)}}function S(){}i.a.Component;var x=function(e){function t(){return e.apply(this,arguments)||this}return Object(r.a)(t,e),t.prototype.render=function(){var e=this;return i.a.createElement(h.Consumer,null,(function(t){t||Object(l.a)(!1);var n,r,o=e.props.location||t.location;return i.a.Children.forEach(e.props.children,(function(e){if(null==r&&i.a.isValidElement(e)){n=e;var a=e.props.path||e.props.from;r=a?g(o.pathname,Object(s.a)({},e.props,{path:a})):t.match}})),r?i.a.cloneElement(n,{location:o,computedMatch:r}):null}))},t}(i.a.Component);var O=i.a.useContext;function k(){return O(p)}},function(e,t,n){"use strict";function r(){return(r=Object.assign||function(e){for(var t=1;t=0;d--){var p=a[d];"."===p?i(a,d):".."===p?(i(a,d),f++):f&&(i(a,d),f--)}if(!s)for(;f--;f)a.unshift("..");!s||""===a[0]||a[0]&&o(a[0])||a.unshift("");var h=a.join("/");return n&&"/"!==h.substr(-1)&&(h+="/"),h};function u(e){return e.valueOf?e.valueOf():Object.prototype.valueOf.call(e)}var l=function e(t,n){if(t===n)return!0;if(null==t||null==n)return!1;if(Array.isArray(t))return Array.isArray(n)&&t.length===n.length&&t.every((function(t,r){return e(t,n[r])}));if("object"===typeof t||"object"===typeof n){var r=u(t),o=u(n);return r!==t||o!==n?e(r,o):Object.keys(Object.assign({},t,n)).every((function(r){return e(t[r],n[r])}))}return!1},s=n(8);function c(e){return"/"===e.charAt(0)?e:"/"+e}function f(e){return"/"===e.charAt(0)?e.substr(1):e}function d(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function p(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function h(e){var t=e.pathname,n=e.search,r=e.hash,o=t||"/";return n&&"?"!==n&&(o+="?"===n.charAt(0)?n:"?"+n),r&&"#"!==r&&(o+="#"===r.charAt(0)?r:"#"+r),o}function m(e,t,n,o){var i;"string"===typeof e?(i=function(e){var t=e||"/",n="",r="",o=t.indexOf("#");-1!==o&&(r=t.substr(o),t=t.substr(0,o));var i=t.indexOf("?");return-1!==i&&(n=t.substr(i),t=t.substr(0,i)),{pathname:t,search:"?"===n?"":n,hash:"#"===r?"":r}}(e)).state=t:(void 0===(i=Object(r.a)({},e)).pathname&&(i.pathname=""),i.search?"?"!==i.search.charAt(0)&&(i.search="?"+i.search):i.search="",i.hash?"#"!==i.hash.charAt(0)&&(i.hash="#"+i.hash):i.hash="",void 0!==t&&void 0===i.state&&(i.state=t));try{i.pathname=decodeURI(i.pathname)}catch(u){throw u instanceof URIError?new URIError('Pathname "'+i.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):u}return n&&(i.key=n),o?i.pathname?"/"!==i.pathname.charAt(0)&&(i.pathname=a(i.pathname,o.pathname)):i.pathname=o.pathname:i.pathname||(i.pathname="/"),i}function v(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash&&e.key===t.key&&l(e.state,t.state)}function y(){var e=null;var t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,n,r,o){if(null!=e){var i="function"===typeof e?e(t,n):e;"string"===typeof i?"function"===typeof r?r(i,o):o(!0):o(!1!==i)}else o(!0)},appendListener:function(e){var n=!0;function r(){n&&e.apply(void 0,arguments)}return t.push(r),function(){n=!1,t=t.filter((function(e){return e!==r}))}},notifyListeners:function(){for(var e=arguments.length,n=new Array(e),r=0;rt?n.splice(t,n.length-t,o):n.push(o),f({action:r,location:o,index:t,entries:n})}}))},replace:function(e,t){var r="REPLACE",o=m(e,t,d(),w.location);c.confirmTransitionTo(o,r,n,(function(e){e&&(w.entries[w.index]=o,f({action:r,location:o}))}))},go:b,goBack:function(){b(-1)},goForward:function(){b(1)},canGo:function(e){var t=w.index+e;return t>=0&&t=e.length?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,u=!0,l=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return u=e.done,e},e:function(e){l=!0,a=e},f:function(){try{u||null==n.return||n.return()}finally{if(l)throw a}}}}},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}e.exports=n},function(e,t,n){"use strict";var r=n(27),o=Object.keys||function(e){var t=[];for(var n in e)t.push(n);return t};e.exports=f;var i=Object.create(n(23));i.inherits=n(17);var a=n(63),u=n(34);i.inherits(f,a);for(var l=o(u.prototype),s=0;s=0||(o[n]=e[n]);return o}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";(function(e){var r=n(3),o=n.n(r),i=n(69),a=n.n(i),u=n(70),l=n.n(u),s=n(1),c=n.n(s),f=n(24),d=n.n(f),p="bodyAttributes",h="htmlAttributes",m="titleAttributes",v={BASE:"base",BODY:"body",HEAD:"head",HTML:"html",LINK:"link",META:"meta",NOSCRIPT:"noscript",SCRIPT:"script",STYLE:"style",TITLE:"title"},y=(Object.keys(v).map((function(e){return v[e]})),"charset"),g="cssText",b="href",w="http-equiv",_="innerHTML",E="itemprop",T="name",S="property",x="rel",O="src",k="target",C={accesskey:"accessKey",charset:"charSet",class:"className",contenteditable:"contentEditable",contextmenu:"contextMenu","http-equiv":"httpEquiv",itemprop:"itemProp",tabindex:"tabIndex"},P="defaultTitle",A="defer",R="encodeSpecialCharacters",j="onChangeClientState",N="titleTemplate",L=Object.keys(C).reduce((function(e,t){return e[C[t]]=t,e}),{}),I=[v.NOSCRIPT,v.SCRIPT,v.STYLE],M="data-react-helmet",D="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},U=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},F=function(){function e(e,t){for(var n=0;n=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n},H=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!==typeof t&&"function"!==typeof t?e:t},W=function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return!1===t?String(e):String(e).replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")},q=function(e){var t=K(e,v.TITLE),n=K(e,N);if(n&&t)return n.replace(/%s/g,(function(){return Array.isArray(t)?t.join(""):t}));var r=K(e,P);return t||r||void 0},V=function(e){return K(e,j)||function(){}},$=function(e,t){return t.filter((function(t){return"undefined"!==typeof t[e]})).map((function(t){return t[e]})).reduce((function(e,t){return B({},e,t)}),{})},Y=function(e,t){return t.filter((function(e){return"undefined"!==typeof e[v.BASE]})).map((function(e){return e[v.BASE]})).reverse().reduce((function(t,n){if(!t.length)for(var r=Object.keys(n),o=0;o=0;n--){var r=e[n];if(r.hasOwnProperty(t))return r[t]}return null},J=function(){var e=Date.now();return function(t){var n=Date.now();n-e>16?(e=n,t(n)):setTimeout((function(){J(t)}),0)}}(),X=function(e){return clearTimeout(e)},G="undefined"!==typeof window?window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||J:e.requestAnimationFrame||J,Z="undefined"!==typeof window?window.cancelAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame||X:e.cancelAnimationFrame||X,ee=function(e){return console&&"function"===typeof console.warn&&console.warn(e)},te=null,ne=function(e,t){var n=e.baseTag,r=e.bodyAttributes,o=e.htmlAttributes,i=e.linkTags,a=e.metaTags,u=e.noscriptTags,l=e.onChangeClientState,s=e.scriptTags,c=e.styleTags,f=e.title,d=e.titleAttributes;ie(v.BODY,r),ie(v.HTML,o),oe(f,d);var p={baseTag:ae(v.BASE,n),linkTags:ae(v.LINK,i),metaTags:ae(v.META,a),noscriptTags:ae(v.NOSCRIPT,u),scriptTags:ae(v.SCRIPT,s),styleTags:ae(v.STYLE,c)},h={},m={};Object.keys(p).forEach((function(e){var t=p[e],n=t.newTags,r=t.oldTags;n.length&&(h[e]=n),r.length&&(m[e]=p[e].oldTags)})),t&&t(),l(e,h,m)},re=function(e){return Array.isArray(e)?e.join(""):e},oe=function(e,t){"undefined"!==typeof e&&document.title!==e&&(document.title=re(e)),ie(v.TITLE,t)},ie=function(e,t){var n=document.getElementsByTagName(e)[0];if(n){for(var r=n.getAttribute(M),o=r?r.split(","):[],i=[].concat(o),a=Object.keys(t),u=0;u=0;f--)n.removeAttribute(i[f]);o.length===i.length?n.removeAttribute(M):n.getAttribute(M)!==a.join(",")&&n.setAttribute(M,a.join(","))}},ae=function(e,t){var n=document.head||document.querySelector(v.HEAD),r=n.querySelectorAll(e+"["+"data-react-helmet]"),o=Array.prototype.slice.call(r),i=[],a=void 0;return t&&t.length&&t.forEach((function(t){var n=document.createElement(e);for(var r in t)if(t.hasOwnProperty(r))if(r===_)n.innerHTML=t.innerHTML;else if(r===g)n.styleSheet?n.styleSheet.cssText=t.cssText:n.appendChild(document.createTextNode(t.cssText));else{var u="undefined"===typeof t[r]?"":t[r];n.setAttribute(r,u)}n.setAttribute(M,"true"),o.some((function(e,t){return a=t,n.isEqualNode(e)}))?o.splice(a,1):i.push(n)})),o.forEach((function(e){return e.parentNode.removeChild(e)})),i.forEach((function(e){return n.appendChild(e)})),{oldTags:o,newTags:i}},ue=function(e){return Object.keys(e).reduce((function(t,n){var r="undefined"!==typeof e[n]?n+'="'+e[n]+'"':""+n;return t?t+" "+r:r}),"")},le=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Object.keys(e).reduce((function(t,n){return t[C[n]||n]=e[n],t}),t)},se=function(e,t,n){switch(e){case v.TITLE:return{toComponent:function(){return function(e,t,n){var r,o=((r={key:t})[M]=!0,r),i=le(n,o);return[c.a.createElement(v.TITLE,i,t)]}(0,t.title,t.titleAttributes)},toString:function(){return function(e,t,n,r){var o=ue(n),i=re(t);return o?"<"+e+' data-react-helmet="true" '+o+">"+W(i,r)+"":"<"+e+' data-react-helmet="true">'+W(i,r)+""}(e,t.title,t.titleAttributes,n)}};case p:case h:return{toComponent:function(){return le(t)},toString:function(){return ue(t)}};default:return{toComponent:function(){return function(e,t){return t.map((function(t,n){var r,o=((r={key:n})[M]=!0,r);return Object.keys(t).forEach((function(e){var n=C[e]||e;if(n===_||n===g){var r=t.innerHTML||t.cssText;o.dangerouslySetInnerHTML={__html:r}}else o[n]=t[e]})),c.a.createElement(e,o)}))}(e,t)},toString:function(){return function(e,t,n){return t.reduce((function(t,r){var o=Object.keys(r).filter((function(e){return!(e===_||e===g)})).reduce((function(e,t){var o="undefined"===typeof r[t]?t:t+'="'+W(r[t],n)+'"';return e?e+" "+o:o}),""),i=r.innerHTML||r.cssText||"",a=-1===I.indexOf(e);return t+"<"+e+' data-react-helmet="true" '+o+(a?"/>":">"+i+"")}),"")}(e,t,n)}}}},ce=function(e){var t=e.baseTag,n=e.bodyAttributes,r=e.encode,o=e.htmlAttributes,i=e.linkTags,a=e.metaTags,u=e.noscriptTags,l=e.scriptTags,s=e.styleTags,c=e.title,f=void 0===c?"":c,d=e.titleAttributes;return{base:se(v.BASE,t,r),bodyAttributes:se(p,n,r),htmlAttributes:se(h,o,r),link:se(v.LINK,i,r),meta:se(v.META,a,r),noscript:se(v.NOSCRIPT,u,r),script:se(v.SCRIPT,l,r),style:se(v.STYLE,s,r),title:se(v.TITLE,{title:f,titleAttributes:d},r)}},fe=function(e){var t,n;return n=t=function(t){function n(){return U(this,n),H(this,t.apply(this,arguments))}return function(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(n,t),n.prototype.shouldComponentUpdate=function(e){return!l()(this.props,e)},n.prototype.mapNestedChildrenToProps=function(e,t){if(!t)return null;switch(e.type){case v.SCRIPT:case v.NOSCRIPT:return{innerHTML:t};case v.STYLE:return{cssText:t}}throw new Error("<"+e.type+" /> elements are self-closing and can not contain children. Refer to our API for more information.")},n.prototype.flattenArrayTypeChildren=function(e){var t,n=e.child,r=e.arrayTypeChildren,o=e.newChildProps,i=e.nestedChildren;return B({},r,((t={})[n.type]=[].concat(r[n.type]||[],[B({},o,this.mapNestedChildrenToProps(n,i))]),t))},n.prototype.mapObjectTypeChildren=function(e){var t,n,r=e.child,o=e.newProps,i=e.newChildProps,a=e.nestedChildren;switch(r.type){case v.TITLE:return B({},o,((t={})[r.type]=a,t.titleAttributes=B({},i),t));case v.BODY:return B({},o,{bodyAttributes:B({},i)});case v.HTML:return B({},o,{htmlAttributes:B({},i)})}return B({},o,((n={})[r.type]=B({},i),n))},n.prototype.mapArrayTypeChildrenToProps=function(e,t){var n=B({},t);return Object.keys(e).forEach((function(t){var r;n=B({},n,((r={})[t]=e[t],r))})),n},n.prototype.warnOnInvalidChildren=function(e,t){return!0},n.prototype.mapChildrenToProps=function(e,t){var n=this,r={};return c.a.Children.forEach(e,(function(e){if(e&&e.props){var o=e.props,i=o.children,a=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Object.keys(e).reduce((function(t,n){return t[L[n]||n]=e[n],t}),t)}(z(o,["children"]));switch(n.warnOnInvalidChildren(e,i),e.type){case v.LINK:case v.META:case v.NOSCRIPT:case v.SCRIPT:case v.STYLE:r=n.flattenArrayTypeChildren({child:e,arrayTypeChildren:r,newChildProps:a,nestedChildren:i});break;default:t=n.mapObjectTypeChildren({child:e,newProps:t,newChildProps:a,nestedChildren:i})}}})),t=this.mapArrayTypeChildrenToProps(r,t)},n.prototype.render=function(){var t=this.props,n=t.children,r=z(t,["children"]),o=B({},r);return n&&(o=this.mapChildrenToProps(n,o)),c.a.createElement(e,o)},F(n,null,[{key:"canUseDOM",set:function(t){e.canUseDOM=t}}]),n}(c.a.Component),t.propTypes={base:o.a.object,bodyAttributes:o.a.object,children:o.a.oneOfType([o.a.arrayOf(o.a.node),o.a.node]),defaultTitle:o.a.string,defer:o.a.bool,encodeSpecialCharacters:o.a.bool,htmlAttributes:o.a.object,link:o.a.arrayOf(o.a.object),meta:o.a.arrayOf(o.a.object),noscript:o.a.arrayOf(o.a.object),onChangeClientState:o.a.func,script:o.a.arrayOf(o.a.object),style:o.a.arrayOf(o.a.object),title:o.a.string,titleAttributes:o.a.object,titleTemplate:o.a.string},t.defaultProps={defer:!0,encodeSpecialCharacters:!0},t.peek=e.peek,t.rewind=function(){var t=e.rewind();return t||(t=ce({baseTag:[],bodyAttributes:{},encodeSpecialCharacters:!0,htmlAttributes:{},linkTags:[],metaTags:[],noscriptTags:[],scriptTags:[],styleTags:[],title:"",titleAttributes:{}})),t},n}(a()((function(e){return{baseTag:Y([b,k],e),bodyAttributes:$(p,e),defer:K(e,A),encode:K(e,R),htmlAttributes:$(h,e),linkTags:Q(v.LINK,[x,b],e),metaTags:Q(v.META,[T,y,w,S,E],e),noscriptTags:Q(v.NOSCRIPT,[_],e),onChangeClientState:V(e),scriptTags:Q(v.SCRIPT,[O,_],e),styleTags:Q(v.STYLE,[g],e),title:q(e),titleAttributes:$(m,e)}}),(function(e){te&&Z(te),e.defer?te=G((function(){ne(e,(function(){te=null}))})):(ne(e),te=null)}),ce)((function(){return null})));fe.renderStatic=fe.rewind,t.a=fe}).call(this,n(13))},function(e,t){"function"===typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}},function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(25);function o(e,t){if(e){if("string"===typeof e)return Object(r.a)(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Object(r.a)(e,t):void 0}}},function(e,t,n){"use strict";function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";n.d(t,"a",(function(){return f})),n.d(t,"b",(function(){return y})),n.d(t,"c",(function(){return w}));var r=n(4),o=n(9),i=n(1),a=n.n(i),u=n(11),l=(n(3),n(5)),s=n(15),c=n(8);a.a.Component;var f=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),o=0;o1)for(var n=1;n=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|e}function h(e,t){if(l.isBuffer(e))return e.length;if("undefined"!==typeof ArrayBuffer&&"function"===typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!==typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return z(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return H(e).length;default:if(r)return z(e).length;t=(""+t).toLowerCase(),r=!0}}function m(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return A(this,t,n);case"utf8":case"utf-8":return O(this,t,n);case"ascii":return C(this,t,n);case"latin1":case"binary":return P(this,t,n);case"base64":return x(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return R(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function v(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function y(e,t,n,r,o){if(0===e.length)return-1;if("string"===typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=o?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(o)return-1;n=e.length-1}else if(n<0){if(!o)return-1;n=0}if("string"===typeof t&&(t=l.from(t,r)),l.isBuffer(t))return 0===t.length?-1:g(e,t,n,r,o);if("number"===typeof t)return t&=255,l.TYPED_ARRAY_SUPPORT&&"function"===typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):g(e,[t],n,r,o);throw new TypeError("val must be string, number or Buffer")}function g(e,t,n,r,o){var i,a=1,u=e.length,l=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;a=2,u/=2,l/=2,n/=2}function s(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(o){var c=-1;for(i=n;iu&&(n=u-l),i=n;i>=0;i--){for(var f=!0,d=0;do&&(r=o):r=o;var i=t.length;if(i%2!==0)throw new TypeError("Invalid hex string");r>i/2&&(r=i/2);for(var a=0;a>8,o=n%256,i.push(o),i.push(r);return i}(t,e.length-n),e,n,r)}function x(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function O(e,t,n){n=Math.min(e.length,n);for(var r=[],o=t;o239?4:s>223?3:s>191?2:1;if(o+f<=n)switch(f){case 1:s<128&&(c=s);break;case 2:128===(192&(i=e[o+1]))&&(l=(31&s)<<6|63&i)>127&&(c=l);break;case 3:i=e[o+1],a=e[o+2],128===(192&i)&&128===(192&a)&&(l=(15&s)<<12|(63&i)<<6|63&a)>2047&&(l<55296||l>57343)&&(c=l);break;case 4:i=e[o+1],a=e[o+2],u=e[o+3],128===(192&i)&&128===(192&a)&&128===(192&u)&&(l=(15&s)<<18|(63&i)<<12|(63&a)<<6|63&u)>65535&&l<1114112&&(c=l)}null===c?(c=65533,f=1):c>65535&&(c-=65536,r.push(c>>>10&1023|55296),c=56320|1023&c),r.push(c),o+=f}return function(e){var t=e.length;if(t<=k)return String.fromCharCode.apply(String,e);var n="",r=0;for(;r0&&(e=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(e+=" ... ")),""},l.prototype.compare=function(e,t,n,r,o){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===o&&(o=this.length),t<0||n>e.length||r<0||o>this.length)throw new RangeError("out of range index");if(r>=o&&t>=n)return 0;if(r>=o)return-1;if(t>=n)return 1;if(this===e)return 0;for(var i=(o>>>=0)-(r>>>=0),a=(n>>>=0)-(t>>>=0),u=Math.min(i,a),s=this.slice(r,o),c=e.slice(t,n),f=0;fo)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var i=!1;;)switch(r){case"hex":return b(this,e,t,n);case"utf8":case"utf-8":return w(this,e,t,n);case"ascii":return _(this,e,t,n);case"latin1":case"binary":return E(this,e,t,n);case"base64":return T(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return S(this,e,t,n);default:if(i)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),i=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var k=4096;function C(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;or)&&(n=r);for(var o="",i=t;in)throw new RangeError("Trying to access beyond buffer length")}function N(e,t,n,r,o,i){if(!l.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>o||te.length)throw new RangeError("Index out of range")}function L(e,t,n,r){t<0&&(t=65535+t+1);for(var o=0,i=Math.min(e.length-n,2);o>>8*(r?o:1-o)}function I(e,t,n,r){t<0&&(t=4294967295+t+1);for(var o=0,i=Math.min(e.length-n,4);o>>8*(r?o:3-o)&255}function M(e,t,n,r,o,i){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function D(e,t,n,r,i){return i||M(e,0,n,4),o.write(e,t,n,r,23,4),n+4}function U(e,t,n,r,i){return i||M(e,0,n,8),o.write(e,t,n,r,52,8),n+8}l.prototype.slice=function(e,t){var n,r=this.length;if((e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t0&&(o*=256);)r+=this[e+--t]*o;return r},l.prototype.readUInt8=function(e,t){return t||j(e,1,this.length),this[e]},l.prototype.readUInt16LE=function(e,t){return t||j(e,2,this.length),this[e]|this[e+1]<<8},l.prototype.readUInt16BE=function(e,t){return t||j(e,2,this.length),this[e]<<8|this[e+1]},l.prototype.readUInt32LE=function(e,t){return t||j(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},l.prototype.readUInt32BE=function(e,t){return t||j(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},l.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||j(e,t,this.length);for(var r=this[e],o=1,i=0;++i=(o*=128)&&(r-=Math.pow(2,8*t)),r},l.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||j(e,t,this.length);for(var r=t,o=1,i=this[e+--r];r>0&&(o*=256);)i+=this[e+--r]*o;return i>=(o*=128)&&(i-=Math.pow(2,8*t)),i},l.prototype.readInt8=function(e,t){return t||j(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},l.prototype.readInt16LE=function(e,t){t||j(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt16BE=function(e,t){t||j(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt32LE=function(e,t){return t||j(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},l.prototype.readInt32BE=function(e,t){return t||j(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},l.prototype.readFloatLE=function(e,t){return t||j(e,4,this.length),o.read(this,e,!0,23,4)},l.prototype.readFloatBE=function(e,t){return t||j(e,4,this.length),o.read(this,e,!1,23,4)},l.prototype.readDoubleLE=function(e,t){return t||j(e,8,this.length),o.read(this,e,!0,52,8)},l.prototype.readDoubleBE=function(e,t){return t||j(e,8,this.length),o.read(this,e,!1,52,8)},l.prototype.writeUIntLE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||N(this,e,t,n,Math.pow(2,8*n)-1,0);var o=1,i=0;for(this[t]=255&e;++i=0&&(i*=256);)this[t+o]=e/i&255;return t+n},l.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||N(this,e,t,1,255,0),l.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},l.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||N(this,e,t,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):L(this,e,t,!0),t+2},l.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||N(this,e,t,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):L(this,e,t,!1),t+2},l.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||N(this,e,t,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):I(this,e,t,!0),t+4},l.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||N(this,e,t,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):I(this,e,t,!1),t+4},l.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var o=Math.pow(2,8*n-1);N(this,e,t,n,o-1,-o)}var i=0,a=1,u=0;for(this[t]=255&e;++i>0)-u&255;return t+n},l.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var o=Math.pow(2,8*n-1);N(this,e,t,n,o-1,-o)}var i=n-1,a=1,u=0;for(this[t+i]=255&e;--i>=0&&(a*=256);)e<0&&0===u&&0!==this[t+i+1]&&(u=1),this[t+i]=(e/a>>0)-u&255;return t+n},l.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||N(this,e,t,1,127,-128),l.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},l.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||N(this,e,t,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):L(this,e,t,!0),t+2},l.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||N(this,e,t,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):L(this,e,t,!1),t+2},l.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||N(this,e,t,4,2147483647,-2147483648),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):I(this,e,t,!0),t+4},l.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||N(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):I(this,e,t,!1),t+4},l.prototype.writeFloatLE=function(e,t,n){return D(this,e,t,!0,n)},l.prototype.writeFloatBE=function(e,t,n){return D(this,e,t,!1,n)},l.prototype.writeDoubleLE=function(e,t,n){return U(this,e,t,!0,n)},l.prototype.writeDoubleBE=function(e,t,n){return U(this,e,t,!1,n)},l.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t=0;--o)e[o+t]=this[o+n];else if(i<1e3||!l.TYPED_ARRAY_SUPPORT)for(o=0;o>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"===typeof e)for(i=t;i55295&&n<57344){if(!o){if(n>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(a+1===r){(t-=3)>-1&&i.push(239,191,189);continue}o=n;continue}if(n<56320){(t-=3)>-1&&i.push(239,191,189),o=n;continue}n=65536+(o-55296<<10|n-56320)}else o&&(t-=3)>-1&&i.push(239,191,189);if(o=null,n<128){if((t-=1)<0)break;i.push(n)}else if(n<2048){if((t-=2)<0)break;i.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;i.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;i.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return i}function H(e){return r.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(F,"")).length<2)return"";for(;e.length%4!==0;)e+="=";return e}(e))}function W(e,t,n,r){for(var o=0;o=t.length||o>=e.length);++o)t[o+n]=e[o];return o}}).call(this,n(13))},function(e,t,n){(function(e){function n(e){return Object.prototype.toString.call(e)}t.isArray=function(e){return Array.isArray?Array.isArray(e):"[object Array]"===n(e)},t.isBoolean=function(e){return"boolean"===typeof e},t.isNull=function(e){return null===e},t.isNullOrUndefined=function(e){return null==e},t.isNumber=function(e){return"number"===typeof e},t.isString=function(e){return"string"===typeof e},t.isSymbol=function(e){return"symbol"===typeof e},t.isUndefined=function(e){return void 0===e},t.isRegExp=function(e){return"[object RegExp]"===n(e)},t.isObject=function(e){return"object"===typeof e&&null!==e},t.isDate=function(e){return"[object Date]"===n(e)},t.isError=function(e){return"[object Error]"===n(e)||e instanceof Error},t.isFunction=function(e){return"function"===typeof e},t.isPrimitive=function(e){return null===e||"boolean"===typeof e||"number"===typeof e||"string"===typeof e||"symbol"===typeof e||"undefined"===typeof e},t.isBuffer=e.isBuffer}).call(this,n(22).Buffer)},function(e,t,n){"use strict";var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function a(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(o){return!1}}()?Object.assign:function(e,t){for(var n,u,l=a(e),s=1;se.length)&&(t=e.length);for(var n=0,r=new Array(t);n>>24)|4278255360&(u[p]<<24|u[p]>>>8);u[l>>>5]|=128<>>9<<4)]=l;var h=e._ff,m=e._gg,v=e._hh,y=e._ii;for(p=0;p>>0,c=c+b>>>0,f=f+w>>>0,d=d+_>>>0}return t.endian([s,c,f,d])};a._ff=function(e,t,n,r,o,i,a){var u=e+(t&n|~t&r)+(o>>>0)+a;return(u<>>32-i)+t},a._gg=function(e,t,n,r,o,i,a){var u=e+(t&r|n&~r)+(o>>>0)+a;return(u<>>32-i)+t},a._hh=function(e,t,n,r,o,i,a){var u=e+(t^n^r)+(o>>>0)+a;return(u<>>32-i)+t},a._ii=function(e,t,n,r,o,i,a){var u=e+(n^(t|~r))+(o>>>0)+a;return(u<>>32-i)+t},a._blocksize=16,a._digestsize=16,e.exports=function(e,n){if(void 0===e||null===e)throw new Error("Illegal argument "+e);var r=t.wordsToBytes(a(e,n));return n&&n.asBytes?r:n&&n.asString?i.bytesToString(r):t.bytesToHex(r)}}()},function(e,t,n){"use strict";(function(t){"undefined"===typeof t||!t.version||0===t.version.indexOf("v0.")||0===t.version.indexOf("v1.")&&0!==t.version.indexOf("v1.8.")?e.exports={nextTick:function(e,n,r,o){if("function"!==typeof e)throw new TypeError('"callback" argument must be a function');var i,a,u=arguments.length;switch(u){case 0:case 1:return t.nextTick(e);case 2:return t.nextTick((function(){e.call(null,n)}));case 3:return t.nextTick((function(){e.call(null,n,r)}));case 4:return t.nextTick((function(){e.call(null,n,r,o)}));default:for(i=new Array(u-1),a=0;a0&&a.length>o&&!a.warned){a.warned=!0;var l=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");l.name="MaxListenersExceededWarning",l.emitter=e,l.type=t,l.count=a.length,u=l,console&&console.warn&&console.warn(u)}return e}function d(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function p(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},o=d.bind(r);return o.listener=n,r.wrapFn=o,o}function h(e,t,n){var r=e._events;if(void 0===r)return[];var o=r[t];return void 0===o?[]:"function"===typeof o?n?[o.listener||o]:[o]:n?function(e){for(var t=new Array(e.length),n=0;n0&&(a=t[0]),a instanceof Error)throw a;var u=new Error("Unhandled error."+(a?" ("+a.message+")":""));throw u.context=a,u}var l=o[e];if(void 0===l)return!1;if("function"===typeof l)i(l,this,t);else{var s=l.length,c=v(l,s);for(n=0;n=0;i--)if(n[i]===t||n[i].listener===t){a=n[i].listener,o=i;break}if(o<0)return this;0===o?n.shift():function(e,t){for(;t+1=0;r--)this.removeListener(e,t[r]);return this},u.prototype.listeners=function(e){return h(this,e,!0)},u.prototype.rawListeners=function(e){return h(this,e,!1)},u.listenerCount=function(e,t){return"function"===typeof e.listenerCount?e.listenerCount(t):m.call(e,t)},u.prototype.listenerCount=m,u.prototype.eventNames=function(){return this._eventsCount>0?r(this._events):[]}},function(e,t,n){(t=e.exports=n(63)).Stream=t,t.Readable=t,t.Writable=n(34),t.Duplex=n(14),t.Transform=n(67),t.PassThrough=n(142)},function(e,t,n){"use strict";(function(t,r,o){var i=n(27);function a(e){var t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t,n){var r=e.entry;e.entry=null;for(;r;){var o=r.callback;t.pendingcb--,o(n),r=r.next}t.corkedRequestsFree?t.corkedRequestsFree.next=e:t.corkedRequestsFree=e}(t,e)}}e.exports=g;var u,l=!t.browser&&["v0.10","v0.9."].indexOf(t.version.slice(0,5))>-1?r:i.nextTick;g.WritableState=y;var s=Object.create(n(23));s.inherits=n(17);var c={deprecate:n(141)},f=n(64),d=n(28).Buffer,p=o.Uint8Array||function(){};var h,m=n(65);function v(){}function y(e,t){u=u||n(14),e=e||{};var r=t instanceof u;this.objectMode=!!e.objectMode,r&&(this.objectMode=this.objectMode||!!e.writableObjectMode);var o=e.highWaterMark,s=e.writableHighWaterMark,c=this.objectMode?16:16384;this.highWaterMark=o||0===o?o:r&&(s||0===s)?s:c,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var f=!1===e.decodeStrings;this.decodeStrings=!f,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){!function(e,t){var n=e._writableState,r=n.sync,o=n.writecb;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(n),t)!function(e,t,n,r,o){--t.pendingcb,n?(i.nextTick(o,r),i.nextTick(S,e,t),e._writableState.errorEmitted=!0,e.emit("error",r)):(o(r),e._writableState.errorEmitted=!0,e.emit("error",r),S(e,t))}(e,n,r,t,o);else{var a=E(n);a||n.corked||n.bufferProcessing||!n.bufferedRequest||_(e,n),r?l(w,e,n,a,o):w(e,n,a,o)}}(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new a(this)}function g(e){if(u=u||n(14),!h.call(g,this)&&!(this instanceof u))return new g(e);this._writableState=new y(e,this),this.writable=!0,e&&("function"===typeof e.write&&(this._write=e.write),"function"===typeof e.writev&&(this._writev=e.writev),"function"===typeof e.destroy&&(this._destroy=e.destroy),"function"===typeof e.final&&(this._final=e.final)),f.call(this)}function b(e,t,n,r,o,i,a){t.writelen=r,t.writecb=a,t.writing=!0,t.sync=!0,n?e._writev(o,t.onwrite):e._write(o,i,t.onwrite),t.sync=!1}function w(e,t,n,r){n||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,r(),S(e,t)}function _(e,t){t.bufferProcessing=!0;var n=t.bufferedRequest;if(e._writev&&n&&n.next){var r=t.bufferedRequestCount,o=new Array(r),i=t.corkedRequestsFree;i.entry=n;for(var u=0,l=!0;n;)o[u]=n,n.isBuf||(l=!1),n=n.next,u+=1;o.allBuffers=l,b(e,t,!0,t.length,o,"",i.finish),t.pendingcb++,t.lastBufferedRequest=null,i.next?(t.corkedRequestsFree=i.next,i.next=null):t.corkedRequestsFree=new a(t),t.bufferedRequestCount=0}else{for(;n;){var s=n.chunk,c=n.encoding,f=n.callback;if(b(e,t,!1,t.objectMode?1:s.length,s,c,f),n=n.next,t.bufferedRequestCount--,t.writing)break}null===n&&(t.lastBufferedRequest=null)}t.bufferedRequest=n,t.bufferProcessing=!1}function E(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function T(e,t){e._final((function(n){t.pendingcb--,n&&e.emit("error",n),t.prefinished=!0,e.emit("prefinish"),S(e,t)}))}function S(e,t){var n=E(t);return n&&(!function(e,t){t.prefinished||t.finalCalled||("function"===typeof e._final?(t.pendingcb++,t.finalCalled=!0,i.nextTick(T,e,t)):(t.prefinished=!0,e.emit("prefinish")))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"))),n}s.inherits(g,f),y.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(y.prototype,"buffer",{get:c.deprecate((function(){return this.getBuffer()}),"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}}(),"function"===typeof Symbol&&Symbol.hasInstance&&"function"===typeof Function.prototype[Symbol.hasInstance]?(h=Function.prototype[Symbol.hasInstance],Object.defineProperty(g,Symbol.hasInstance,{value:function(e){return!!h.call(this,e)||this===g&&(e&&e._writableState instanceof y)}})):h=function(e){return e instanceof this},g.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},g.prototype.write=function(e,t,n){var r,o=this._writableState,a=!1,u=!o.objectMode&&(r=e,d.isBuffer(r)||r instanceof p);return u&&!d.isBuffer(e)&&(e=function(e){return d.from(e)}(e)),"function"===typeof t&&(n=t,t=null),u?t="buffer":t||(t=o.defaultEncoding),"function"!==typeof n&&(n=v),o.ended?function(e,t){var n=new Error("write after end");e.emit("error",n),i.nextTick(t,n)}(this,n):(u||function(e,t,n,r){var o=!0,a=!1;return null===n?a=new TypeError("May not write null values to stream"):"string"===typeof n||void 0===n||t.objectMode||(a=new TypeError("Invalid non-string/buffer chunk")),a&&(e.emit("error",a),i.nextTick(r,a),o=!1),o}(this,o,e,n))&&(o.pendingcb++,a=function(e,t,n,r,o,i){if(!n){var a=function(e,t,n){e.objectMode||!1===e.decodeStrings||"string"!==typeof t||(t=d.from(t,n));return t}(t,r,o);r!==a&&(n=!0,o="buffer",r=a)}var u=t.objectMode?1:r.length;t.length+=u;var l=t.length-1))throw new TypeError("Unknown encoding: "+e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(g.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),g.prototype._write=function(e,t,n){n(new Error("_write() is not implemented"))},g.prototype._writev=null,g.prototype.end=function(e,t,n){var r=this._writableState;"function"===typeof e?(n=e,e=null,t=null):"function"===typeof t&&(n=t,t=null),null!==e&&void 0!==e&&this.write(e,t),r.corked&&(r.corked=1,this.uncork()),r.ending||r.finished||function(e,t,n){t.ending=!0,S(e,t),n&&(t.finished?i.nextTick(n):e.once("finish",n));t.ended=!0,e.writable=!1}(this,r,n)},Object.defineProperty(g.prototype,"destroyed",{get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),g.prototype.destroy=m.destroy,g.prototype._undestroy=m.undestroy,g.prototype._destroy=function(e,t){this.end(),t(e)}}).call(this,n(21),n(55).setImmediate,n(13))},function(e,t,n){"use strict";!function e(){if("undefined"!==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}(),e.exports=n(74)},function(e,t,n){e.exports=n(87)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;tthis.startX&&(this.setState({checked:!0}),this.startX=t,this.activated=tn?this.previouslyChecked!==this.state.checked&&(this.setState({checked:!1}),this.previouslyChecked=this.state.checked,t.click()):this.startX-4=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(t,["className","icons"])),i=(0,u.default)("react-toggle",{"react-toggle--checked":this.state.checked,"react-toggle--focus":this.state.hasFocus,"react-toggle--disabled":this.props.disabled},n);return a.default.createElement("div",{className:i,onClick:this.handleClick,onTouchStart:this.handleTouchStart,onTouchMove:this.handleTouchMove,onTouchEnd:this.handleTouchEnd},a.default.createElement("div",{className:"react-toggle-track"},a.default.createElement("div",{className:"react-toggle-track-check"},this.getIcon("checked")),a.default.createElement("div",{className:"react-toggle-track-x"},this.getIcon("unchecked"))),a.default.createElement("div",{className:"react-toggle-thumb"}),a.default.createElement("input",r({},o,{ref:function(t){e.input=t},onFocus:this.handleFocus,onBlur:this.handleBlur,className:"react-toggle-screenreader-only",type:"checkbox"})))}}]),t}(i.PureComponent);t.default=p,p.displayName="Toggle",p.defaultProps={icons:{checked:a.default.createElement(s.default,null),unchecked:a.default.createElement(c.default,null)}},p.propTypes={checked:l.default.bool,disabled:l.default.bool,defaultChecked:l.default.bool,onChange:l.default.func,onFocus:l.default.func,onBlur:l.default.func,className:l.default.string,name:l.default.string,value:l.default.string,id:l.default.string,"aria-labelledby":l.default.string,"aria-label":l.default.string,icons:l.default.oneOfType([l.default.bool,l.default.shape({checked:l.default.node,unchecked:l.default.node})])}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(104),i=(r=o)&&r.__esModule?r:{default:r};t.default=i.default,e.exports=t.default},function(e,t,n){"use strict";n.d(t,"a",(function(){return m}));var r=n(1),o=n.n(r),i=(n(3),n(20)),a=function(){return(a=Object.assign||function(e){for(var t,n=1,r=arguments.length;n=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(e){u.headers[e]={}})),r.forEach(["post","put","patch"],(function(e){u.headers[e]=r.merge(i)})),e.exports=u}).call(this,n(21))},function(e,t,n){"use strict";var r=n(7),o=n(93),i=n(95),a=n(43),u=n(96),l=n(99),s=n(100),c=n(47);e.exports=function(e){return new Promise((function(t,n){var f=e.data,d=e.headers;r.isFormData(f)&&delete d["Content-Type"];var p=new XMLHttpRequest;if(e.auth){var h=e.auth.username||"",m=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";d.Authorization="Basic "+btoa(h+":"+m)}var v=u(e.baseURL,e.url);if(p.open(e.method.toUpperCase(),a(v,e.params,e.paramsSerializer),!0),p.timeout=e.timeout,p.onreadystatechange=function(){if(p&&4===p.readyState&&(0!==p.status||p.responseURL&&0===p.responseURL.indexOf("file:"))){var r="getAllResponseHeaders"in p?l(p.getAllResponseHeaders()):null,i={data:e.responseType&&"text"!==e.responseType?p.response:p.responseText,status:p.status,statusText:p.statusText,headers:r,config:e,request:p};o(t,n,i),p=null}},p.onabort=function(){p&&(n(c("Request aborted",e,"ECONNABORTED",p)),p=null)},p.onerror=function(){n(c("Network Error",e,null,p)),p=null},p.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(c(t,e,"ECONNABORTED",p)),p=null},r.isStandardBrowserEnv()){var y=(e.withCredentials||s(v))&&e.xsrfCookieName?i.read(e.xsrfCookieName):void 0;y&&(d[e.xsrfHeaderName]=y)}if("setRequestHeader"in p&&r.forEach(d,(function(e,t){"undefined"===typeof f&&"content-type"===t.toLowerCase()?delete d[t]:p.setRequestHeader(t,e)})),r.isUndefined(e.withCredentials)||(p.withCredentials=!!e.withCredentials),e.responseType)try{p.responseType=e.responseType}catch(g){if("json"!==e.responseType)throw g}"function"===typeof e.onDownloadProgress&&p.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&p.upload&&p.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){p&&(p.abort(),n(e),p=null)})),f||(f=null),p.send(f)}))}},function(e,t,n){"use strict";var r=n(94);e.exports=function(e,t,n,o,i){var a=new Error(e);return r(a,t,n,o,i)}},function(e,t,n){"use strict";var r=n(7);e.exports=function(e,t){t=t||{};var n={},o=["url","method","data"],i=["headers","auth","proxy","params"],a=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],u=["validateStatus"];function l(e,t){return r.isPlainObject(e)&&r.isPlainObject(t)?r.merge(e,t):r.isPlainObject(t)?r.merge({},t):r.isArray(t)?t.slice():t}function s(o){r.isUndefined(t[o])?r.isUndefined(e[o])||(n[o]=l(void 0,e[o])):n[o]=l(e[o],t[o])}r.forEach(o,(function(e){r.isUndefined(t[e])||(n[e]=l(void 0,t[e]))})),r.forEach(i,s),r.forEach(a,(function(o){r.isUndefined(t[o])?r.isUndefined(e[o])||(n[o]=l(void 0,e[o])):n[o]=l(void 0,t[o])})),r.forEach(u,(function(r){r in t?n[r]=l(e[r],t[r]):r in e&&(n[r]=l(void 0,e[r]))}));var c=o.concat(i).concat(a).concat(u),f=Object.keys(e).concat(Object.keys(t)).filter((function(e){return-1===c.indexOf(e)}));return r.forEach(f,s),n}},function(e,t,n){"use strict";function r(e){this.message=e}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,e.exports=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return[].slice.call(e.querySelectorAll("*"),0).filter(a)};var r=/input|select|textarea|button|object/;function o(e){var t=e.offsetWidth<=0&&e.offsetHeight<=0;if(t&&!e.innerHTML)return!0;try{var n=window.getComputedStyle(e);return t?"visible"!==n.getPropertyValue("overflow")||e.scrollWidth<=0&&e.scrollHeight<=0:"none"==n.getPropertyValue("display")}catch(r){return console.warn("Failed to inspect element style"),!1}}function i(e,t){var n=e.nodeName.toLowerCase();return(r.test(n)&&!e.disabled||"a"===n&&e.href||t)&&function(e){for(var t=e;t&&t!==document.body;){if(o(t))return!1;t=t.parentNode}return!0}(e)}function a(e){var t=e.getAttribute("tabindex");null===t&&(t=void 0);var n=isNaN(t);return(n||t>=0)&&i(e,!n)}e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.resetState=function(){u&&(u.removeAttribute?u.removeAttribute("aria-hidden"):null!=u.length?u.forEach((function(e){return e.removeAttribute("aria-hidden")})):document.querySelectorAll(u).forEach((function(e){return e.removeAttribute("aria-hidden")})));u=null},t.log=function(){return void 0;var e=u||{};console.log("ariaAppHider ----------"),console.log(e.nodeName,e.className,e.id),console.log("end ariaAppHider ----------")},t.assertNodeList=l,t.setElement=function(e){var t=e;if("string"===typeof t&&a.canUseDOM){var n=document.querySelectorAll(t);l(n,t),t=n}return u=t||u},t.validateElement=s,t.hide=function(e){var t=!0,n=!1,r=void 0;try{for(var o,i=s(e)[Symbol.iterator]();!(t=(o=i.next()).done);t=!0){o.value.setAttribute("aria-hidden","true")}}catch(a){n=!0,r=a}finally{try{!t&&i.return&&i.return()}finally{if(n)throw r}}},t.show=function(e){var t=!0,n=!1,r=void 0;try{for(var o,i=s(e)[Symbol.iterator]();!(t=(o=i.next()).done);t=!0){o.value.removeAttribute("aria-hidden")}}catch(a){n=!0,r=a}finally{try{!t&&i.return&&i.return()}finally{if(n)throw r}}},t.documentNotReadyOrSSRTesting=function(){u=null};var r,o=n(108),i=(r=o)&&r.__esModule?r:{default:r},a=n(30);var u=null;function l(e,t){if(!e||!e.length)throw new Error("react-modal: No elements were found for selector "+t+".")}function s(e){var t=e||u;return t?Array.isArray(t)||t instanceof HTMLCollection||t instanceof NodeList?t:[t]:((0,i.default)(!1,["react-modal: App element is not defined.","Please use `Modal.setAppElement(el)` or set `appElement={el}`.","This is needed so screen readers don't see main content","when modal is opened. It is not recommended, but you can opt-out","by setting `ariaHideApp={false}`."].join(" ")),[])}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.log=function(){console.log("portalOpenInstances ----------"),console.log(o.openInstances.length),o.openInstances.forEach((function(e){return console.log(e)})),console.log("end portalOpenInstances ----------")},t.resetState=function(){o=new r};var r=function e(){var t=this;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.register=function(e){-1===t.openInstances.indexOf(e)&&(t.openInstances.push(e),t.emit("register"))},this.deregister=function(e){var n=t.openInstances.indexOf(e);-1!==n&&(t.openInstances.splice(n,1),t.emit("deregister"))},this.subscribe=function(e){t.subscribers.push(e)},this.emit=function(e){t.subscribers.forEach((function(n){return n(e,t.openInstances.slice())}))},this.openInstances=[],this.subscribers=[]},o=new r;t.default=o},function(e,t){var n={utf8:{stringToBytes:function(e){return n.bin.stringToBytes(unescape(encodeURIComponent(e)))},bytesToString:function(e){return decodeURIComponent(escape(n.bin.bytesToString(e)))}},bin:{stringToBytes:function(e){for(var t=[],n=0;n=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},n(119),t.setImmediate="undefined"!==typeof self&&self.setImmediate||"undefined"!==typeof e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!==typeof self&&self.clearImmediate||"undefined"!==typeof e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n(13))},function(e,t){e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}},function(e,t){function n(t){return e.exports=n=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},n(t)}e.exports=n},function(e,t){e.exports=function(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}},function(e,t,n){var r=n(60);e.exports=function(e,t){if(e){if("string"===typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}}},function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n0?("string"===typeof t||a.objectMode||Object.getPrototypeOf(t)===s.prototype||(t=function(e){return s.from(e)}(t)),r?a.endEmitted?e.emit("error",new Error("stream.unshift() after end event")):_(e,a,t,!0):a.ended?e.emit("error",new Error("stream.push() after EOF")):(a.reading=!1,a.decoder&&!n?(t=a.decoder.write(t),a.objectMode||0!==t.length?_(e,a,t,!1):O(e,a)):_(e,a,t,!1))):r||(a.reading=!1));return function(e){return!e.ended&&(e.needReadable||e.lengtht.highWaterMark&&(t.highWaterMark=function(e){return e>=E?e=E:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function S(e){var t=e._readableState;t.needReadable=!1,t.emittedReadable||(p("emitReadable",t.flowing),t.emittedReadable=!0,t.sync?o.nextTick(x,e):x(e))}function x(e){p("emit readable"),e.emit("readable"),A(e)}function O(e,t){t.readingMore||(t.readingMore=!0,o.nextTick(k,e,t))}function k(e,t){for(var n=t.length;!t.reading&&!t.flowing&&!t.ended&&t.length=t.length?(n=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.head.data:t.buffer.concat(t.length),t.buffer.clear()):n=function(e,t,n){var r;ei.length?i.length:e;if(a===i.length?o+=i:o+=i.slice(0,e),0===(e-=a)){a===i.length?(++r,n.next?t.head=n.next:t.head=t.tail=null):(t.head=n,n.data=i.slice(a));break}++r}return t.length-=r,o}(e,t):function(e,t){var n=s.allocUnsafe(e),r=t.head,o=1;r.data.copy(n),e-=r.data.length;for(;r=r.next;){var i=r.data,a=e>i.length?i.length:e;if(i.copy(n,n.length-e,0,a),0===(e-=a)){a===i.length?(++o,r.next?t.head=r.next:t.head=t.tail=null):(t.head=r,r.data=i.slice(a));break}++o}return t.length-=o,n}(e,t);return r}(e,t.buffer,t.decoder),n);var n}function j(e){var t=e._readableState;if(t.length>0)throw new Error('"endReadable()" called on non-empty stream');t.endEmitted||(t.ended=!0,o.nextTick(N,t,e))}function N(e,t){e.endEmitted||0!==e.length||(e.endEmitted=!0,t.readable=!1,t.emit("end"))}function L(e,t){for(var n=0,r=e.length;n=t.highWaterMark||t.ended))return p("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?j(this):S(this),null;if(0===(e=T(e,t))&&t.ended)return 0===t.length&&j(this),null;var r,o=t.needReadable;return p("need readable",o),(0===t.length||t.length-e0?R(e,t):null)?(t.needReadable=!0,e=0):t.length-=e,0===t.length&&(t.ended||(t.needReadable=!0),n!==e&&t.ended&&j(this)),null!==r&&this.emit("data",r),r},b.prototype._read=function(e){this.emit("error",new Error("_read() is not implemented"))},b.prototype.pipe=function(e,t){var n=this,i=this._readableState;switch(i.pipesCount){case 0:i.pipes=e;break;case 1:i.pipes=[i.pipes,e];break;default:i.pipes.push(e)}i.pipesCount+=1,p("pipe count=%d opts=%j",i.pipesCount,t);var l=(!t||!1!==t.end)&&e!==r.stdout&&e!==r.stderr?c:b;function s(t,r){p("onunpipe"),t===n&&r&&!1===r.hasUnpiped&&(r.hasUnpiped=!0,p("cleanup"),e.removeListener("close",y),e.removeListener("finish",g),e.removeListener("drain",f),e.removeListener("error",v),e.removeListener("unpipe",s),n.removeListener("end",c),n.removeListener("end",b),n.removeListener("data",m),d=!0,!i.awaitDrain||e._writableState&&!e._writableState.needDrain||f())}function c(){p("onend"),e.end()}i.endEmitted?o.nextTick(l):n.once("end",l),e.on("unpipe",s);var f=function(e){return function(){var t=e._readableState;p("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&u(e,"data")&&(t.flowing=!0,A(e))}}(n);e.on("drain",f);var d=!1;var h=!1;function m(t){p("ondata"),h=!1,!1!==e.write(t)||h||((1===i.pipesCount&&i.pipes===e||i.pipesCount>1&&-1!==L(i.pipes,e))&&!d&&(p("false write response, pause",n._readableState.awaitDrain),n._readableState.awaitDrain++,h=!0),n.pause())}function v(t){p("onerror",t),b(),e.removeListener("error",v),0===u(e,"error")&&e.emit("error",t)}function y(){e.removeListener("finish",g),b()}function g(){p("onfinish"),e.removeListener("close",y),b()}function b(){p("unpipe"),n.unpipe(e)}return n.on("data",m),function(e,t,n){if("function"===typeof e.prependListener)return e.prependListener(t,n);e._events&&e._events[t]?a(e._events[t])?e._events[t].unshift(n):e._events[t]=[n,e._events[t]]:e.on(t,n)}(e,"error",v),e.once("close",y),e.once("finish",g),e.emit("pipe",n),i.flowing||(p("pipe resume"),n.resume()),e},b.prototype.unpipe=function(e){var t=this._readableState,n={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,n)),this;if(!e){var r=t.pipes,o=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var i=0;i>5===6?2:e>>4===14?3:e>>3===30?4:e>>6===2?-1:-2}function u(e){var t=this.lastTotal-this.lastNeed,n=function(e,t,n){if(128!==(192&t[0]))return e.lastNeed=0,"\ufffd";if(e.lastNeed>1&&t.length>1){if(128!==(192&t[1]))return e.lastNeed=1,"\ufffd";if(e.lastNeed>2&&t.length>2&&128!==(192&t[2]))return e.lastNeed=2,"\ufffd"}}(this,e);return void 0!==n?n:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,t,0,e.length),void(this.lastNeed-=e.length))}function l(e,t){if((e.length-t)%2===0){var n=e.toString("utf16le",t);if(n){var r=n.charCodeAt(n.length-1);if(r>=55296&&r<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],n.slice(0,-1)}return n}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function s(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var n=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,n)}return t}function c(e,t){var n=(e.length-t)%3;return 0===n?e.toString("base64",t):(this.lastNeed=3-n,this.lastTotal=3,1===n?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-n))}function f(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function d(e){return e.toString(this.encoding)}function p(e){return e&&e.length?this.write(e):""}t.StringDecoder=i,i.prototype.write=function(e){if(0===e.length)return"";var t,n;if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";n=this.lastNeed,this.lastNeed=0}else n=0;return n=0)return o>0&&(e.lastNeed=o-1),o;if(--r=0)return o>0&&(e.lastNeed=o-2),o;if(--r=0)return o>0&&(2===o?o=0:e.lastNeed=o-3),o;return 0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=n;var r=e.length-(n-this.lastNeed);return e.copy(this.lastChar,0,r),e.toString("utf8",t,r)},i.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length}},function(e,t,n){"use strict";e.exports=a;var r=n(14),o=Object.create(n(23));function i(e,t){var n=this._transformState;n.transforming=!1;var r=n.writecb;if(!r)return this.emit("error",new Error("write callback called multiple times"));n.writechunk=null,n.writecb=null,null!=t&&this.push(t),r(e);var o=this._readableState;o.reading=!1,(o.needReadable||o.lengthw},N=function(e){return function(e){var t=v[e].b;return m+t+b}(e)>_},L=function(e){return function(e){return x(e)<0}(e)||j(e)||function(e){return R(e)<0}(e)||N(e)},I=function(e){return!L(e)},M=["top","bottom","left","right"],D=[],U=0;U<4;U++){var F=M[U];I(F)&&D.push(F)}var B,z=!1,H=o!==r;return I(o)&&H?(z=!0,B=o):D.length>0&&L(o)&&L(r)&&(z=!0,B=D[0]),z?{isNewState:!0,newState:{place:B}}:{isNewState:!1,position:{left:parseInt(x(r)-S,10),top:parseInt(R(r)-T,10)}}}var O=function(e){var t=e.getBoundingClientRect(),n=t.height,r=t.width;return{height:parseInt(n,10),width:parseInt(r,10)}},k=function(e,t,n){var r=t.getBoundingClientRect(),o=r.top,i=r.left,a=O(t),u=a.width,l=a.height;return"float"===n?{mouseX:e.clientX,mouseY:e.clientY}:{mouseX:i+u/2,mouseY:o+l/2}},C=function(e,t,n,r,o){var i,a,u,l;return"float"===e?(i={l:-r/2,r:r/2,t:-(o+3+2),b:-3},u={l:-r/2,r:r/2,t:15,b:o+3+2+12},l={l:-(r+3+2),r:-3,t:-o/2,b:o/2},a={l:3,r:r+3+2,t:-o/2,b:o/2}):"solid"===e&&(i={l:-r/2,r:r/2,t:-(n/2+o+2),b:-n/2},u={l:-r/2,r:r/2,t:n/2,b:n/2+o+2},l={l:-(r+t/2+2),r:-t/2,t:-o/2,b:o/2},a={l:t/2,r:r+t/2+2,t:-o/2,b:o/2}),{top:i,bottom:u,left:l,right:a}},P=function(e){var t=0,n=0;for(var r in"[object String]"===Object.prototype.toString.apply(e)&&(e=JSON.parse(e.toString().replace(/'/g,'"'))),e)"top"===r?n-=parseInt(e[r],10):"bottom"===r?n+=parseInt(e[r],10):"left"===r?t-=parseInt(e[r],10):"right"===r&&(t+=parseInt(e[r],10));return{extraOffsetX:t,extraOffsetY:n}},A=function(e){for(var t=e;t;){var n=window.getComputedStyle(t);if("none"!==n.getPropertyValue("transform")||"transform"===n.getPropertyValue("will-change"))break;t=t.parentElement}return{parentTop:t&&t.getBoundingClientRect().top||0,parentLeft:t&&t.getBoundingClientRect().left||0}};function R(e,t,n,r){if(t)return t;if(void 0!==n&&null!==n)return n;if(null===n)return null;var i=//;return r&&"false"!==r&&i.test(e)?e.split(i).map((function(e,t){return o.a.createElement("span",{key:t,className:"multi-line"},e)})):e}function j(e){var t={};return Object.keys(e).filter((function(e){return/(^aria-\w+$|^role$)/.test(e)})).forEach((function(n){t[n]=e[n]})),t}function N(e){var t=e.length;return e.hasOwnProperty?Array.prototype.slice.call(e):new Array(t).fill().map((function(t){return e[t]}))}var L={dark:{text:"#fff",background:"#222",border:"transparent",arrow:"#222"},success:{text:"#fff",background:"#8DC572",border:"transparent",arrow:"#8DC572"},warning:{text:"#fff",background:"#F0AD4E",border:"transparent",arrow:"#F0AD4E"},error:{text:"#fff",background:"#BE6464",border:"transparent",arrow:"#BE6464"},info:{text:"#fff",background:"#337AB7",border:"transparent",arrow:"#337AB7"},light:{text:"#222",background:"#fff",border:"transparent",arrow:"#fff"}};function I(e,t,n,r){return function(e,t){var n=t.text,r=t.background,o=t.border,i=t.arrow;return"\n \t.".concat(e," {\n\t color: ").concat(n,";\n\t background: ").concat(r,";\n\t border: 1px solid ").concat(o,";\n \t}\n\n \t.").concat(e,".place-top {\n margin-top: -10px;\n }\n .").concat(e,".place-top::before {\n border-top: 8px solid ").concat(o,";\n }\n .").concat(e,".place-top::after {\n border-left: 8px solid transparent;\n border-right: 8px solid transparent;\n bottom: -6px;\n left: 50%;\n margin-left: -8px;\n border-top-color: ").concat(i,";\n border-top-style: solid;\n border-top-width: 6px;\n }\n\n .").concat(e,".place-bottom {\n margin-top: 10px;\n }\n .").concat(e,".place-bottom::before {\n border-bottom: 8px solid ").concat(o,";\n }\n .").concat(e,".place-bottom::after {\n border-left: 8px solid transparent;\n border-right: 8px solid transparent;\n top: -6px;\n left: 50%;\n margin-left: -8px;\n border-bottom-color: ").concat(i,";\n border-bottom-style: solid;\n border-bottom-width: 6px;\n }\n\n .").concat(e,".place-left {\n margin-left: -10px;\n }\n .").concat(e,".place-left::before {\n border-left: 8px solid ").concat(o,";\n }\n .").concat(e,".place-left::after {\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n right: -6px;\n top: 50%;\n margin-top: -4px;\n border-left-color: ").concat(i,";\n border-left-style: solid;\n border-left-width: 6px;\n }\n\n .").concat(e,".place-right {\n margin-left: 10px;\n }\n .").concat(e,".place-right::before {\n border-right: 8px solid ").concat(o,";\n }\n .").concat(e,".place-right::after {\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n left: -6px;\n top: 50%;\n margin-top: -4px;\n border-right-color: ").concat(i,";\n border-right-style: solid;\n border-right-width: 6px;\n }\n ")}(e,function(e,t,n){var r=e.text,o=e.background,i=e.border,a=e.arrow?e.arrow:e.background,u=function(e){return L[e]?p({},L[e]):void 0}(t);r&&(u.text=r);o&&(u.background=o);n&&(u.border=i||("light"===t?"black":"white"));a&&(u.arrow=a);return u}(t,n,r))}var M="undefined"!==typeof globalThis?globalThis:"undefined"!==typeof window?window:"undefined"!==typeof e?e:"undefined"!==typeof self?self:{};function D(e,t){return e(t={exports:{}},t.exports),t.exports}var U=function(e){return e&&e.Math==Math&&e},F=U("object"==typeof globalThis&&globalThis)||U("object"==typeof window&&window)||U("object"==typeof self&&self)||U("object"==typeof M&&M)||function(){return this}()||Function("return this")(),B=function(e){try{return!!e()}catch(t){return!0}},z=!B((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),H={}.propertyIsEnumerable,W=Object.getOwnPropertyDescriptor,q={f:W&&!H.call({1:2},1)?function(e){var t=W(this,e);return!!t&&t.enumerable}:H},V=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},$={}.toString,Y=function(e){return $.call(e).slice(8,-1)},Q="".split,K=B((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==Y(e)?Q.call(e,""):Object(e)}:Object,J=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e},X=function(e){return K(J(e))},G=function(e){return"object"===typeof e?null!==e:"function"===typeof e},Z=function(e,t){if(!G(e))return e;var n,r;if(t&&"function"==typeof(n=e.toString)&&!G(r=n.call(e)))return r;if("function"==typeof(n=e.valueOf)&&!G(r=n.call(e)))return r;if(!t&&"function"==typeof(n=e.toString)&&!G(r=n.call(e)))return r;throw TypeError("Can't convert object to primitive value")},ee=function(e){return Object(J(e))},te={}.hasOwnProperty,ne=function(e,t){return te.call(ee(e),t)},re=F.document,oe=G(re)&&G(re.createElement),ie=function(e){return oe?re.createElement(e):{}},ae=!z&&!B((function(){return 7!=Object.defineProperty(ie("div"),"a",{get:function(){return 7}}).a})),ue=Object.getOwnPropertyDescriptor,le={f:z?ue:function(e,t){if(e=X(e),t=Z(t,!0),ae)try{return ue(e,t)}catch(n){}if(ne(e,t))return V(!q.f.call(e,t),e[t])}},se=function(e){if(!G(e))throw TypeError(String(e)+" is not an object");return e},ce=Object.defineProperty,fe={f:z?ce:function(e,t,n){if(se(e),t=Z(t,!0),se(n),ae)try{return ce(e,t,n)}catch(r){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},de=z?function(e,t,n){return fe.f(e,t,V(1,n))}:function(e,t,n){return e[t]=n,e},pe=function(e,t){try{de(F,e,t)}catch(n){F[e]=t}return t},he="__core-js_shared__",me=F[he]||pe(he,{}),ve=Function.toString;"function"!=typeof me.inspectSource&&(me.inspectSource=function(e){return ve.call(e)});var ye,ge,be,we=me.inspectSource,_e=F.WeakMap,Ee="function"===typeof _e&&/native code/.test(we(_e)),Te=D((function(e){(e.exports=function(e,t){return me[e]||(me[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.12.1",mode:"global",copyright:"\xa9 2021 Denis Pushkarev (zloirock.ru)"})})),Se=0,xe=Math.random(),Oe=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++Se+xe).toString(36)},ke=Te("keys"),Ce=function(e){return ke[e]||(ke[e]=Oe(e))},Pe={},Ae="Object already initialized",Re=F.WeakMap;if(Ee||me.state){var je=me.state||(me.state=new Re),Ne=je.get,Le=je.has,Ie=je.set;ye=function(e,t){if(Le.call(je,e))throw new TypeError(Ae);return t.facade=e,Ie.call(je,e,t),t},ge=function(e){return Ne.call(je,e)||{}},be=function(e){return Le.call(je,e)}}else{var Me=Ce("state");Pe[Me]=!0,ye=function(e,t){if(ne(e,Me))throw new TypeError(Ae);return t.facade=e,de(e,Me,t),t},ge=function(e){return ne(e,Me)?e[Me]:{}},be=function(e){return ne(e,Me)}}var De,Ue,Fe={set:ye,get:ge,has:be,enforce:function(e){return be(e)?ge(e):ye(e,{})},getterFor:function(e){return function(t){var n;if(!G(t)||(n=ge(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}},Be=D((function(e){var t=Fe.get,n=Fe.enforce,r=String(String).split("String");(e.exports=function(e,t,o,i){var a,u=!!i&&!!i.unsafe,l=!!i&&!!i.enumerable,s=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof t||ne(o,"name")||de(o,"name",t),(a=n(o)).source||(a.source=r.join("string"==typeof t?t:""))),e!==F?(u?!s&&e[t]&&(l=!0):delete e[t],l?e[t]=o:de(e,t,o)):l?e[t]=o:pe(t,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&t(this).source||we(this)}))})),ze=F,He=function(e){return"function"==typeof e?e:void 0},We=function(e,t){return arguments.length<2?He(ze[e])||He(F[e]):ze[e]&&ze[e][t]||F[e]&&F[e][t]},qe=Math.ceil,Ve=Math.floor,$e=function(e){return isNaN(e=+e)?0:(e>0?Ve:qe)(e)},Ye=Math.min,Qe=function(e){return e>0?Ye($e(e),9007199254740991):0},Ke=Math.max,Je=Math.min,Xe=function(e){return function(t,n,r){var o,i=X(t),a=Qe(i.length),u=function(e,t){var n=$e(e);return n<0?Ke(n+t,0):Je(n,t)}(r,a);if(e&&n!=n){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((e||u in i)&&i[u]===n)return e||u||0;return!e&&-1}},Ge={includes:Xe(!0),indexOf:Xe(!1)}.indexOf,Ze=function(e,t){var n,r=X(e),o=0,i=[];for(n in r)!ne(Pe,n)&&ne(r,n)&&i.push(n);for(;t.length>o;)ne(r,n=t[o++])&&(~Ge(i,n)||i.push(n));return i},et=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],tt=et.concat("length","prototype"),nt={f:Object.getOwnPropertyNames||function(e){return Ze(e,tt)}},rt={f:Object.getOwnPropertySymbols},ot=We("Reflect","ownKeys")||function(e){var t=nt.f(se(e)),n=rt.f;return n?t.concat(n(e)):t},it=function(e,t){for(var n=ot(t),r=fe.f,o=le.f,i=0;i=74)&&(De=vt.match(/Chrome\/(\d+)/))&&(Ue=De[1]);var wt,_t=Ue&&+Ue,Et=!!Object.getOwnPropertySymbols&&!B((function(){return!String(Symbol())||!Symbol.sham&&_t&&_t<41})),Tt=Et&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,St=Te("wks"),xt=F.Symbol,Ot=Tt?xt:xt&&xt.withoutSetter||Oe,kt=function(e){return ne(St,e)&&(Et||"string"==typeof St[e])||(Et&&ne(xt,e)?St[e]=xt[e]:St[e]=Ot("Symbol."+e)),St[e]},Ct=kt("species"),Pt=function(e,t){var n;return mt(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!mt(n.prototype)?G(n)&&null===(n=n[Ct])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)},At=[].push,Rt=function(e){var t=1==e,n=2==e,r=3==e,o=4==e,i=6==e,a=7==e,u=5==e||i;return function(l,s,c,f){for(var d,p,h=ee(l),m=K(h),v=ht(s,c,3),y=Qe(m.length),g=0,b=f||Pt,w=t?b(l,y):n||a?b(l,0):void 0;y>g;g++)if((u||g in m)&&(p=v(d=m[g],g,h),e))if(t)w[g]=p;else if(p)switch(e){case 3:return!0;case 5:return d;case 6:return g;case 2:At.call(w,d)}else switch(e){case 4:return!1;case 7:At.call(w,d)}return i?-1:r||o?o:w}},jt={forEach:Rt(0),map:Rt(1),filter:Rt(2),some:Rt(3),every:Rt(4),find:Rt(5),findIndex:Rt(6),filterOut:Rt(7)},Nt=Object.keys||function(e){return Ze(e,et)},Lt=z?Object.defineProperties:function(e,t){se(e);for(var n,r=Nt(t),o=r.length,i=0;o>i;)fe.f(e,n=r[i++],t[n]);return e},It=We("document","documentElement"),Mt=Ce("IE_PROTO"),Dt=function(){},Ut=function(e){return"