@import url(https://fonts.googleapis.com/css?family=Crimson+Text:500,600,600i,700,700i|Work+Sans:300,400,500,600,700&display=swap);

@charset "UTF-8";
.font-serif {
  font-family: "Crimson Text", serif;
}
.font-sans-serif {
  font-family: "Work Sans", Arial, sans-serif;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-regular {
  font-weight: 400;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semi-bold {
  font-weight: 600;
}
.font-weight-bold {
  font-weight: 700;
}
.font-lg {
  font-size: 22px;
}
.font-mid {
  font-size: 17px;
}
.font-mid-sm {
  font-size: 13px;
}
.font-sm {
  font-size: 12px;
}
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #241FB4;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #FFA7D7;
  --red: #FF684B;
  --orange: #FF684B;
  --yellow: #FFC83C;
  --green: #4ECF8C;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #002142;
  --secondary: #6EA28E;
  --success: #4ECF8C;
  --info: #241FB4;
  --warning: #FFC83C;
  --danger: #FF684B;
  --light: #F7F6F1;
  --dark: #5F7488;
  --secondary-light: #EDF3F1;
  --secondary-dark: #2E513E;
  --error: #FF684B;
  --light-cream: #FBFAF7;
  --medium-grey: #8694A2;
  --medium-light-grey: #A1AEBB;
  --light-grey: #D6E1EB;
  --pending: #FFC83C;
  --done: #4ECF8C;
  --buy: #4ECF8C;
  --sell: #FF684B;
  --white: #FFF;
  --higher: #FF684B;
  --equal: #7878FF;
  --lower: #4ECF8C;
  --transparent: transparent;
  --purple: #7878FF;
  --purple-light: #C8C8FF;
  --blue-light: #F6F6FE;
  --blue: #241FB4;
  --draft: #D6E1EB;
  --published: rgba(78, 207, 140, 0.4);
  --orange-light: #FF9581;
  --to_check: #FFE2DE;
  --secondary-info: #2619BE;
  --green: #4ECF8C;
  --red: #FF684B;
  --green-light: #DEF8EC;
  --red-light: #FCE3DF;
  --red-dark: #E25236;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5F7488;
  text-align: left;
  background-color: white;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #002142;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: black;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #8694A2;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
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,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Crimson Text", serif;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 3rem;
}
h2, .h2 {
  font-size: 2.1875rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.375rem;
}
h5, .h5 {
  font-size: 0.9375rem;
}
h6, .h6 {
  font-size: 0.8125rem;
}
.lead {
  font-size: 1.175rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.175rem;
}
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 2px solid #dee2e6;
  border-radius: 2px;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #FFA7D7;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFF;
  background-color: #212529;
  border-radius: 2px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.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%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #5F7488;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 2px solid #002142;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 4px solid #002142;
}
.table tbody + tbody {
  border-top: 4px solid #002142;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 2px solid #002142;
}
.table-bordered th,
.table-bordered td {
  border: 2px solid #002142;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 4px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #5F7488;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 192.84, 202.08);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 139.56, 156.72);
}
.table-hover .table-primary:hover {
  background-color: rgb(168.9547297297, 180.09, 191.2252702703);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(168.9547297297, 180.09, 191.2252702703);
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(214.4, 228.96, 223.36);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(179.6, 206.64, 196.24);
}
.table-hover .table-secondary:hover {
  background-color: rgb(198.8642857143, 218.9957142857, 211.2528571429);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(198.8642857143, 218.9957142857, 211.2528571429);
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(205.44, 241.56, 222.8);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(162.96, 230.04, 195.2);
}
.table-hover .table-success:hover {
  background-color: rgb(185.38, 236.12, 209.7666666667);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(185.38, 236.12, 209.7666666667);
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(193.68, 192.28, 234);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(141.12, 138.52, 216);
}
.table-hover .table-info:hover {
  background-color: rgb(175.0027424749, 173.1763210702, 227.6036789298);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(175.0027424749, 173.1763210702, 227.6036789298);
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 239.6, 200.4);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 226.4, 153.6);
}
.table-hover .table-warning:hover {
  background-color: rgb(255, 232.4076923077, 174.9);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 232.4076923077, 174.9);
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(255, 212.72, 204.6);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(255, 176.48, 161.4);
}
.table-hover .table-danger:hover {
  background-color: rgb(255, 191.3283333333, 179.1);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(255, 191.3283333333, 179.1);
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(252.76, 252.48, 251.08);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(250.84, 250.32, 247.72);
}
.table-hover .table-light:hover {
  background-color: rgb(243.4872727273, 242.0481818182, 234.8527272727);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(243.4872727273, 242.0481818182, 234.8527272727);
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(210.2, 216.08, 221.68);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(171.8, 182.72, 193.12);
}
.table-hover .table-dark:hover {
  background-color: rgb(195.576344086, 203.3756989247, 210.803655914);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(195.576344086, 203.3756989247, 210.803655914);
}
.table-secondary-light,
.table-secondary-light > th,
.table-secondary-light > td {
  background-color: rgb(249.96, 251.64, 251.08);
}
.table-secondary-light th,
.table-secondary-light td,
.table-secondary-light thead th,
.table-secondary-light tbody + tbody {
  border-color: rgb(245.64, 248.76, 247.72);
}
.table-hover .table-secondary-light:hover {
  background-color: rgb(234.66, 241.44, 239.18);
}
.table-hover .table-secondary-light:hover > td,
.table-hover .table-secondary-light:hover > th {
  background-color: rgb(234.66, 241.44, 239.18);
}
.table-secondary-dark,
.table-secondary-dark > th,
.table-secondary-dark > td {
  background-color: rgb(196.48, 206.28, 200.96);
}
.table-secondary-dark th,
.table-secondary-dark td,
.table-secondary-dark thead th,
.table-secondary-dark tbody + tbody {
  border-color: rgb(146.32, 164.52, 154.64);
}
.table-hover .table-secondary-dark:hover {
  background-color: rgb(182.5648563969, 194.6951436031, 188.1101305483);
}
.table-hover .table-secondary-dark:hover > td,
.table-hover .table-secondary-dark:hover > th {
  background-color: rgb(182.5648563969, 194.6951436031, 188.1101305483);
}
.table-error,
.table-error > th,
.table-error > td {
  background-color: rgb(255, 212.72, 204.6);
}
.table-error th,
.table-error td,
.table-error thead th,
.table-error tbody + tbody {
  border-color: rgb(255, 176.48, 161.4);
}
.table-hover .table-error:hover {
  background-color: rgb(255, 191.3283333333, 179.1);
}
.table-hover .table-error:hover > td,
.table-hover .table-error:hover > th {
  background-color: rgb(255, 191.3283333333, 179.1);
}
.table-light-cream,
.table-light-cream > th,
.table-light-cream > td {
  background-color: rgb(253.88, 253.6, 252.76);
}
.table-light-cream th,
.table-light-cream td,
.table-light-cream thead th,
.table-light-cream tbody + tbody {
  border-color: rgb(252.92, 252.4, 250.84);
}
.table-hover .table-light-cream:hover {
  background-color: rgb(245.38, 242.975, 235.76);
}
.table-hover .table-light-cream:hover > td,
.table-hover .table-light-cream:hover > th {
  background-color: rgb(245.38, 242.975, 235.76);
}
.table-medium-grey,
.table-medium-grey > th,
.table-medium-grey > td {
  background-color: rgb(221.12, 225.04, 228.96);
}
.table-medium-grey th,
.table-medium-grey td,
.table-medium-grey thead th,
.table-medium-grey tbody + tbody {
  border-color: rgb(192.08, 199.36, 206.64);
}
.table-hover .table-medium-grey:hover {
  background-color: rgb(206.7017757009, 212.29, 217.8782242991);
}
.table-hover .table-medium-grey:hover > td,
.table-hover .table-medium-grey:hover > th {
  background-color: rgb(206.7017757009, 212.29, 217.8782242991);
}
.table-medium-light-grey,
.table-medium-light-grey > th,
.table-medium-light-grey > td {
  background-color: rgb(228.68, 232.32, 235.96);
}
.table-medium-light-grey th,
.table-medium-light-grey td,
.table-medium-light-grey thead th,
.table-medium-light-grey tbody + tbody {
  border-color: rgb(206.12, 212.88, 219.64);
}
.table-hover .table-medium-light-grey:hover {
  background-color: rgb(213.8837037037, 219.57, 225.2562962963);
}
.table-hover .table-medium-light-grey:hover > td,
.table-hover .table-medium-light-grey:hover > th {
  background-color: rgb(213.8837037037, 219.57, 225.2562962963);
}
.table-light-grey,
.table-light-grey > th,
.table-light-grey > td {
  background-color: rgb(243.52, 246.6, 249.4);
}
.table-light-grey th,
.table-light-grey td,
.table-light-grey thead th,
.table-light-grey tbody + tbody {
  border-color: rgb(233.68, 239.4, 244.6);
}
.table-hover .table-light-grey:hover {
  background-color: rgb(226.3806557377, 234.0590163934, 241.0393442623);
}
.table-hover .table-light-grey:hover > td,
.table-hover .table-light-grey:hover > th {
  background-color: rgb(226.3806557377, 234.0590163934, 241.0393442623);
}
.table-pending,
.table-pending > th,
.table-pending > td {
  background-color: rgb(255, 239.6, 200.4);
}
.table-pending th,
.table-pending td,
.table-pending thead th,
.table-pending tbody + tbody {
  border-color: rgb(255, 226.4, 153.6);
}
.table-hover .table-pending:hover {
  background-color: rgb(255, 232.4076923077, 174.9);
}
.table-hover .table-pending:hover > td,
.table-hover .table-pending:hover > th {
  background-color: rgb(255, 232.4076923077, 174.9);
}
.table-done,
.table-done > th,
.table-done > td {
  background-color: rgb(205.44, 241.56, 222.8);
}
.table-done th,
.table-done td,
.table-done thead th,
.table-done tbody + tbody {
  border-color: rgb(162.96, 230.04, 195.2);
}
.table-hover .table-done:hover {
  background-color: rgb(185.38, 236.12, 209.7666666667);
}
.table-hover .table-done:hover > td,
.table-hover .table-done:hover > th {
  background-color: rgb(185.38, 236.12, 209.7666666667);
}
.table-buy,
.table-buy > th,
.table-buy > td {
  background-color: rgb(205.44, 241.56, 222.8);
}
.table-buy th,
.table-buy td,
.table-buy thead th,
.table-buy tbody + tbody {
  border-color: rgb(162.96, 230.04, 195.2);
}
.table-hover .table-buy:hover {
  background-color: rgb(185.38, 236.12, 209.7666666667);
}
.table-hover .table-buy:hover > td,
.table-hover .table-buy:hover > th {
  background-color: rgb(185.38, 236.12, 209.7666666667);
}
.table-sell,
.table-sell > th,
.table-sell > td {
  background-color: rgb(255, 212.72, 204.6);
}
.table-sell th,
.table-sell td,
.table-sell thead th,
.table-sell tbody + tbody {
  border-color: rgb(255, 176.48, 161.4);
}
.table-hover .table-sell:hover {
  background-color: rgb(255, 191.3283333333, 179.1);
}
.table-hover .table-sell:hover > td,
.table-hover .table-sell:hover > th {
  background-color: rgb(255, 191.3283333333, 179.1);
}
.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}
.table-hover .table-white:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-higher,
.table-higher > th,
.table-higher > td {
  background-color: rgb(255, 212.72, 204.6);
}
.table-higher th,
.table-higher td,
.table-higher thead th,
.table-higher tbody + tbody {
  border-color: rgb(255, 176.48, 161.4);
}
.table-hover .table-higher:hover {
  background-color: rgb(255, 191.3283333333, 179.1);
}
.table-hover .table-higher:hover > td,
.table-hover .table-higher:hover > th {
  background-color: rgb(255, 191.3283333333, 179.1);
}
.table-equal,
.table-equal > th,
.table-equal > td {
  background-color: rgb(217.2, 217.2, 255);
}
.table-equal th,
.table-equal td,
.table-equal thead th,
.table-equal tbody + tbody {
  border-color: rgb(184.8, 184.8, 255);
}
.table-hover .table-equal:hover {
  background-color: rgb(191.7, 191.7, 255);
}
.table-hover .table-equal:hover > td,
.table-hover .table-equal:hover > th {
  background-color: rgb(191.7, 191.7, 255);
}
.table-lower,
.table-lower > th,
.table-lower > td {
  background-color: rgb(205.44, 241.56, 222.8);
}
.table-lower th,
.table-lower td,
.table-lower thead th,
.table-lower tbody + tbody {
  border-color: rgb(162.96, 230.04, 195.2);
}
.table-hover .table-lower:hover {
  background-color: rgb(185.38, 236.12, 209.7666666667);
}
.table-hover .table-lower:hover > td,
.table-hover .table-lower:hover > th {
  background-color: rgb(185.38, 236.12, 209.7666666667);
}
.table-transparent,
.table-transparent > th,
.table-transparent > td {
  background-color: rgba(255, 255, 255, 0.72);
}
.table-transparent th,
.table-transparent td,
.table-transparent thead th,
.table-transparent tbody + tbody {
  border-color: rgba(255, 255, 255, 0.48);
}
.table-hover .table-transparent:hover {
  background-color: rgba(242.25, 242.25, 242.25, 0.72);
}
.table-hover .table-transparent:hover > td,
.table-hover .table-transparent:hover > th {
  background-color: rgba(242.25, 242.25, 242.25, 0.72);
}
.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: rgb(217.2, 217.2, 255);
}
.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: rgb(184.8, 184.8, 255);
}
.table-hover .table-purple:hover {
  background-color: rgb(191.7, 191.7, 255);
}
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: rgb(191.7, 191.7, 255);
}
.table-purple-light,
.table-purple-light > th,
.table-purple-light > td {
  background-color: rgb(239.6, 239.6, 255);
}
.table-purple-light th,
.table-purple-light td,
.table-purple-light thead th,
.table-purple-light tbody + tbody {
  border-color: rgb(226.4, 226.4, 255);
}
.table-hover .table-purple-light:hover {
  background-color: rgb(214.1, 214.1, 255);
}
.table-hover .table-purple-light:hover > td,
.table-hover .table-purple-light:hover > th {
  background-color: rgb(214.1, 214.1, 255);
}
.table-blue-light,
.table-blue-light > th,
.table-blue-light > td {
  background-color: rgb(252.48, 252.48, 254.72);
}
.table-blue-light th,
.table-blue-light td,
.table-blue-light thead th,
.table-blue-light tbody + tbody {
  border-color: rgb(250.32, 250.32, 254.48);
}
.table-hover .table-blue-light:hover {
  background-color: rgb(229.53, 229.53, 252.17);
}
.table-hover .table-blue-light:hover > td,
.table-hover .table-blue-light:hover > th {
  background-color: rgb(229.53, 229.53, 252.17);
}
.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: rgb(193.68, 192.28, 234);
}
.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: rgb(141.12, 138.52, 216);
}
.table-hover .table-blue:hover {
  background-color: rgb(175.0027424749, 173.1763210702, 227.6036789298);
}
.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: rgb(175.0027424749, 173.1763210702, 227.6036789298);
}
.table-draft,
.table-draft > th,
.table-draft > td {
  background-color: rgb(243.52, 246.6, 249.4);
}
.table-draft th,
.table-draft td,
.table-draft thead th,
.table-draft tbody + tbody {
  border-color: rgb(233.68, 239.4, 244.6);
}
.table-hover .table-draft:hover {
  background-color: rgb(226.3806557377, 234.0590163934, 241.0393442623);
}
.table-hover .table-draft:hover > td,
.table-hover .table-draft:hover > th {
  background-color: rgb(226.3806557377, 234.0590163934, 241.0393442623);
}
.table-published,
.table-published > th,
.table-published > td {
  background-color: rgba(239.3164556962, 250.746835443, 244.8101265823, 0.832);
}
.table-published th,
.table-published td,
.table-published thead th,
.table-published tbody + tbody {
  border-color: rgba(217.2786885246, 244.7704918033, 230.4918032787, 0.688);
}
.table-hover .table-published:hover {
  background-color: rgba(219.2564556962, 245.306835443, 231.7767932489, 0.832);
}
.table-hover .table-published:hover > td,
.table-hover .table-published:hover > th {
  background-color: rgba(219.2564556962, 245.306835443, 231.7767932489, 0.832);
}
.table-orange-light,
.table-orange-light > th,
.table-orange-light > td {
  background-color: rgb(255, 225.32, 219.72);
}
.table-orange-light th,
.table-orange-light td,
.table-orange-light thead th,
.table-orange-light tbody + tbody {
  border-color: rgb(255, 199.88, 189.48);
}
.table-hover .table-orange-light:hover {
  background-color: rgb(255, 203.8676190476, 194.22);
}
.table-hover .table-orange-light:hover > td,
.table-hover .table-orange-light:hover > th {
  background-color: rgb(255, 203.8676190476, 194.22);
}
.table-to_check,
.table-to_check > th,
.table-to_check > td {
  background-color: rgb(255, 246.88, 245.76);
}
.table-to_check th,
.table-to_check td,
.table-to_check thead th,
.table-to_check tbody + tbody {
  border-color: rgb(255, 239.92, 237.84);
}
.table-hover .table-to_check:hover {
  background-color: rgb(255, 224.4709090909, 220.26);
}
.table-hover .table-to_check:hover > td,
.table-hover .table-to_check:hover > th {
  background-color: rgb(255, 224.4709090909, 220.26);
}
.table-secondary-info,
.table-secondary-info > th,
.table-secondary-info > td {
  background-color: rgb(194.24, 190.6, 236.8);
}
.table-secondary-info th,
.table-secondary-info td,
.table-secondary-info thead th,
.table-secondary-info tbody + tbody {
  border-color: rgb(142.16, 135.4, 221.2);
}
.table-hover .table-secondary-info:hover {
  background-color: rgb(175.4823728814, 170.7186440678, 231.1813559322);
}
.table-hover .table-secondary-info:hover > td,
.table-hover .table-secondary-info:hover > th {
  background-color: rgb(175.4823728814, 170.7186440678, 231.1813559322);
}
.table-green,
.table-green > th,
.table-green > td {
  background-color: rgb(205.44, 241.56, 222.8);
}
.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: rgb(162.96, 230.04, 195.2);
}
.table-hover .table-green:hover {
  background-color: rgb(185.38, 236.12, 209.7666666667);
}
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: rgb(185.38, 236.12, 209.7666666667);
}
.table-red,
.table-red > th,
.table-red > td {
  background-color: rgb(255, 212.72, 204.6);
}
.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: rgb(255, 176.48, 161.4);
}
.table-hover .table-red:hover {
  background-color: rgb(255, 191.3283333333, 179.1);
}
.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: rgb(255, 191.3283333333, 179.1);
}
.table-green-light,
.table-green-light > th,
.table-green-light > td {
  background-color: rgb(245.76, 253.04, 249.68);
}
.table-green-light th,
.table-green-light td,
.table-green-light thead th,
.table-green-light tbody + tbody {
  border-color: rgb(237.84, 251.36, 245.12);
}
.table-hover .table-green-light:hover {
  background-color: rgb(224.7225, 248.5775, 237.5675);
}
.table-hover .table-green-light:hover > td,
.table-hover .table-green-light:hover > th {
  background-color: rgb(224.7225, 248.5775, 237.5675);
}
.table-red-light,
.table-red-light > th,
.table-red-light > td {
  background-color: rgb(254.16, 247.16, 246.04);
}
.table-red-light th,
.table-red-light td,
.table-red-light thead th,
.table-red-light tbody + tbody {
  border-color: rgb(253.44, 240.44, 238.36);
}
.table-hover .table-red-light:hover {
  background-color: rgb(251.9742857143, 226.76, 222.7257142857);
}
.table-hover .table-red-light:hover > td,
.table-hover .table-red-light:hover > th {
  background-color: rgb(251.9742857143, 226.76, 222.7257142857);
}
.table-red-dark,
.table-red-dark > th,
.table-red-dark > td {
  background-color: rgb(246.88, 206.56, 198.72);
}
.table-red-dark th,
.table-red-dark td,
.table-red-dark thead th,
.table-red-dark tbody + tbody {
  border-color: rgb(239.92, 165.04, 150.48);
}
.table-hover .table-red-dark:hover {
  background-color: rgb(243.6647826087, 187.3795652174, 176.4352173913);
}
.table-hover .table-red-dark:hover > td,
.table-hover .table-red-dark:hover > th {
  background-color: rgb(243.6647826087, 187.3795652174, 176.4352173913);
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #FFF;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #002142;
}
.table-dark {
  color: #FFF;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 4px);
  padding: 0.375rem 0.75rem;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFF;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #FFF;
  border-color: rgb(0, 96.75, 193.5);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 33, 66, 0.25);
}
.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;
}
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #FFF;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 2px);
  padding-bottom: calc(0.375rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 1.175rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 0.8225rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.94rem;
  line-height: 1.5;
  color: #5F7488;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 4px);
  padding: 0.25rem 0.5rem;
  font-size: 0.8225rem;
  line-height: 1.5;
  border-radius: 2px;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 4px);
  padding: 0.5rem 1rem;
  font-size: 1.175rem;
  line-height: 1.5;
  border-radius: 2px;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #8694A2;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #4ECF8C;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8225rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(78, 207, 140, 0.9);
  border-radius: 2px;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}
.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: #4ECF8C;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%234ECF8C' 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: #4ECF8C;
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.25);
}
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.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 .custom-select:valid, .custom-select.is-valid {
  border-color: #4ECF8C;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #FFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%234ECF8C' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #4ECF8C;
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #4ECF8C;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #4ECF8C;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #4ECF8C;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(118.12, 217.88, 166.0666666667);
  background-color: rgb(118.12, 217.88, 166.0666666667);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4ECF8C;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4ECF8C;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #4ECF8C;
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #FF684B;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8225rem;
  line-height: 1.5;
  color: #FFF;
  background-color: rgba(255, 104, 75, 0.9);
  border-radius: 2px;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}
.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: #FF684B;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF684B' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF684B' 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: #FF684B;
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.25);
}
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.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 .custom-select:invalid, .custom-select.is-invalid {
  border-color: #FF684B;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #FFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF684B' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF684B' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #FF684B;
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #FF684B;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #FF684B;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #FF684B;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(255, 146.7833333333, 126);
  background-color: rgb(255, 146.7833333333, 126);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF684B;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FF684B;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #FF684B;
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #5F7488;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.94rem;
  line-height: 1.5;
  border-radius: 2px;
  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: #5F7488;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 33, 66, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #FFF;
  background-color: #002142;
  border-color: #002142;
}
.btn-primary:hover {
  color: #FFF;
  background-color: rgb(0, 13.875, 27.75);
  border-color: rgb(0, 7.5, 15);
}
.btn-primary:focus, .btn-primary.focus {
  color: #FFF;
  background-color: rgb(0, 13.875, 27.75);
  border-color: rgb(0, 7.5, 15);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 66.3, 94.35, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFF;
  background-color: #002142;
  border-color: #002142;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: rgb(0, 7.5, 15);
  border-color: rgb(0, 1.125, 2.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 66.3, 94.35, 0.5);
}
.btn-secondary {
  color: #FFF;
  background-color: #6EA28E;
  border-color: #6EA28E;
}
.btn-secondary:hover {
  color: #FFF;
  background-color: rgb(91.3392857143, 142.4107142857, 122.7678571429);
  border-color: rgb(86.3571428571, 134.6428571429, 116.0714285714);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #FFF;
  background-color: rgb(91.3392857143, 142.4107142857, 122.7678571429);
  border-color: rgb(86.3571428571, 134.6428571429, 116.0714285714);
  box-shadow: 0 0 0 0.2rem rgba(131.75, 175.95, 158.95, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFF;
  background-color: #6EA28E;
  border-color: #6EA28E;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #FFF;
  background-color: rgb(86.3571428571, 134.6428571429, 116.0714285714);
  border-color: rgb(81.375, 126.875, 109.375);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(131.75, 175.95, 158.95, 0.5);
}
.btn-success {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-success:hover {
  color: #FFF;
  background-color: rgb(52.64, 194.11, 120.6333333333);
  border-color: rgb(49.92, 184.08, 114.4);
}
.btn-success:focus, .btn-success.focus {
  color: #FFF;
  background-color: rgb(52.64, 194.11, 120.6333333333);
  border-color: rgb(49.92, 184.08, 114.4);
  box-shadow: 0 0 0 0.2rem rgba(71.25, 181.5, 125.15, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #FFF;
  background-color: rgb(49.92, 184.08, 114.4);
  border-color: rgb(47.2, 174.05, 108.1666666667);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71.25, 181.5, 125.15, 0.5);
}
.btn-info {
  color: #FFF;
  background-color: #241FB4;
  border-color: #241FB4;
}
.btn-info:hover {
  color: #FFF;
  background-color: rgb(29.4739336493, 25.3803317536, 147.3696682464);
  border-color: rgb(27.2985781991, 23.5071090047, 136.4928909953);
}
.btn-info:focus, .btn-info.focus {
  color: #FFF;
  background-color: rgb(29.4739336493, 25.3803317536, 147.3696682464);
  border-color: rgb(27.2985781991, 23.5071090047, 136.4928909953);
  box-shadow: 0 0 0 0.2rem rgba(68.85, 64.6, 191.25, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #FFF;
  background-color: #241FB4;
  border-color: #241FB4;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #FFF;
  background-color: rgb(27.2985781991, 23.5071090047, 136.4928909953);
  border-color: rgb(25.1232227488, 21.6338862559, 125.6161137441);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68.85, 64.6, 191.25, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #FFC83C;
  border-color: #FFC83C;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(255, 189.2115384615, 21.75);
  border-color: rgb(255, 185.6153846154, 9);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(255, 189.2115384615, 21.75);
  border-color: rgb(255, 185.6153846154, 9);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 175.55, 57.15, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #FFC83C;
  border-color: #FFC83C;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 185.6153846154, 9);
  border-color: rgb(251.25, 180.3846153846, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 175.55, 57.15, 0.5);
}
.btn-danger {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-danger:hover {
  color: #FFF;
  background-color: rgb(255, 71.9125, 36.75);
  border-color: rgb(255, 61.2166666667, 24);
}
.btn-danger:focus, .btn-danger.focus {
  color: #FFF;
  background-color: rgb(255, 71.9125, 36.75);
  border-color: rgb(255, 61.2166666667, 24);
  box-shadow: 0 0 0 0.2rem rgba(255, 126.65, 102, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: rgb(255, 61.2166666667, 24);
  border-color: rgb(255, 50.5208333333, 11.25);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 126.65, 102, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #F7F6F1;
  border-color: #F7F6F1;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(233.0909090909, 230.3522727273, 216.6590909091);
  border-color: rgb(228.4545454545, 225.1363636364, 208.5454545455);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(233.0909090909, 230.3522727273, 216.6590909091);
  border-color: rgb(228.4545454545, 225.1363636364, 208.5454545455);
  box-shadow: 0 0 0 0.2rem rgba(214.9, 214.65, 211, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #F7F6F1;
  border-color: #F7F6F1;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(228.4545454545, 225.1363636364, 208.5454545455);
  border-color: rgb(223.8181818182, 219.9204545455, 200.4318181818);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214.9, 214.65, 211, 0.5);
}
.btn-dark {
  color: #FFF;
  background-color: #5F7488;
  border-color: #5F7488;
}
.btn-dark:hover {
  color: #FFF;
  background-color: rgb(79.2694805195, 96.7922077922, 113.4805194805);
  border-color: rgb(74.025974026, 90.3896103896, 105.974025974);
}
.btn-dark:focus, .btn-dark.focus {
  color: #FFF;
  background-color: rgb(79.2694805195, 96.7922077922, 113.4805194805);
  border-color: rgb(74.025974026, 90.3896103896, 105.974025974);
  box-shadow: 0 0 0 0.2rem rgba(119, 136.85, 153.85, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFF;
  background-color: #5F7488;
  border-color: #5F7488;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #FFF;
  background-color: rgb(74.025974026, 90.3896103896, 105.974025974);
  border-color: rgb(68.7824675325, 83.987012987, 98.4675324675);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 136.85, 153.85, 0.5);
}
.btn-secondary-light {
  color: #212529;
  background-color: #EDF3F1;
  border-color: #EDF3F1;
}
.btn-secondary-light:hover {
  color: #212529;
  background-color: rgb(214.05, 227.7, 223.15);
  border-color: rgb(206.4, 222.6, 217.2);
}
.btn-secondary-light:focus, .btn-secondary-light.focus {
  color: #212529;
  background-color: rgb(214.05, 227.7, 223.15);
  border-color: rgb(206.4, 222.6, 217.2);
  box-shadow: 0 0 0 0.2rem rgba(206.4, 212.1, 211, 0.5);
}
.btn-secondary-light.disabled, .btn-secondary-light:disabled {
  color: #212529;
  background-color: #EDF3F1;
  border-color: #EDF3F1;
}
.btn-secondary-light:not(:disabled):not(.disabled):active, .btn-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-secondary-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(206.4, 222.6, 217.2);
  border-color: rgb(198.75, 217.5, 211.25);
}
.btn-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206.4, 212.1, 211, 0.5);
}
.btn-secondary-dark {
  color: #FFF;
  background-color: #2E513E;
  border-color: #2E513E;
}
.btn-secondary-dark:hover {
  color: #FFF;
  background-color: rgb(32.1456692913, 56.6043307087, 43.3267716535);
  border-color: rgb(27.5275590551, 48.4724409449, 37.1023622047);
}
.btn-secondary-dark:focus, .btn-secondary-dark.focus {
  color: #FFF;
  background-color: rgb(32.1456692913, 56.6043307087, 43.3267716535);
  border-color: rgb(27.5275590551, 48.4724409449, 37.1023622047);
  box-shadow: 0 0 0 0.2rem rgba(77.35, 107.1, 90.95, 0.5);
}
.btn-secondary-dark.disabled, .btn-secondary-dark:disabled {
  color: #FFF;
  background-color: #2E513E;
  border-color: #2E513E;
}
.btn-secondary-dark:not(:disabled):not(.disabled):active, .btn-secondary-dark:not(:disabled):not(.disabled).active, .show > .btn-secondary-dark.dropdown-toggle {
  color: #FFF;
  background-color: rgb(27.5275590551, 48.4724409449, 37.1023622047);
  border-color: rgb(22.9094488189, 40.3405511811, 30.8779527559);
}
.btn-secondary-dark:not(:disabled):not(.disabled):active:focus, .btn-secondary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77.35, 107.1, 90.95, 0.5);
}
.btn-error {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-error:hover {
  color: #FFF;
  background-color: rgb(255, 71.9125, 36.75);
  border-color: rgb(255, 61.2166666667, 24);
}
.btn-error:focus, .btn-error.focus {
  color: #FFF;
  background-color: rgb(255, 71.9125, 36.75);
  border-color: rgb(255, 61.2166666667, 24);
  box-shadow: 0 0 0 0.2rem rgba(255, 126.65, 102, 0.5);
}
.btn-error.disabled, .btn-error:disabled {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-error:not(:disabled):not(.disabled):active, .btn-error:not(:disabled):not(.disabled).active, .show > .btn-error.dropdown-toggle {
  color: #FFF;
  background-color: rgb(255, 61.2166666667, 24);
  border-color: rgb(255, 50.5208333333, 11.25);
}
.btn-error:not(:disabled):not(.disabled):active:focus, .btn-error:not(:disabled):not(.disabled).active:focus, .show > .btn-error.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 126.65, 102, 0.5);
}
.btn-light-cream {
  color: #212529;
  background-color: #FBFAF7;
  border-color: #FBFAF7;
}
.btn-light-cream:hover {
  color: #212529;
  background-color: rgb(238.25, 234.0625, 221.5);
  border-color: rgb(234, 228.75, 213);
}
.btn-light-cream:focus, .btn-light-cream.focus {
  color: #212529;
  background-color: rgb(238.25, 234.0625, 221.5);
  border-color: rgb(234, 228.75, 213);
  box-shadow: 0 0 0 0.2rem rgba(218.3, 218.05, 216.1, 0.5);
}
.btn-light-cream.disabled, .btn-light-cream:disabled {
  color: #212529;
  background-color: #FBFAF7;
  border-color: #FBFAF7;
}
.btn-light-cream:not(:disabled):not(.disabled):active, .btn-light-cream:not(:disabled):not(.disabled).active, .show > .btn-light-cream.dropdown-toggle {
  color: #212529;
  background-color: rgb(234, 228.75, 213);
  border-color: rgb(229.75, 223.4375, 204.5);
}
.btn-light-cream:not(:disabled):not(.disabled):active:focus, .btn-light-cream:not(:disabled):not(.disabled).active:focus, .show > .btn-light-cream.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218.3, 218.05, 216.1, 0.5);
}
.btn-medium-grey {
  color: #FFF;
  background-color: #8694A2;
  border-color: #8694A2;
}
.btn-medium-grey:hover {
  color: #FFF;
  background-color: rgb(112.3726635514, 128.875, 145.3773364486);
  border-color: rgb(106.4719626168, 122.5, 138.5280373832);
}
.btn-medium-grey:focus, .btn-medium-grey.focus {
  color: #FFF;
  background-color: rgb(112.3726635514, 128.875, 145.3773364486);
  border-color: rgb(106.4719626168, 122.5, 138.5280373832);
  box-shadow: 0 0 0 0.2rem rgba(152.15, 164.05, 175.95, 0.5);
}
.btn-medium-grey.disabled, .btn-medium-grey:disabled {
  color: #FFF;
  background-color: #8694A2;
  border-color: #8694A2;
}
.btn-medium-grey:not(:disabled):not(.disabled):active, .btn-medium-grey:not(:disabled):not(.disabled).active, .show > .btn-medium-grey.dropdown-toggle {
  color: #FFF;
  background-color: rgb(106.4719626168, 122.5, 138.5280373832);
  border-color: rgb(100.9310747664, 116.125, 131.3189252336);
}
.btn-medium-grey:not(:disabled):not(.disabled):active:focus, .btn-medium-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-medium-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152.15, 164.05, 175.95, 0.5);
}
.btn-medium-light-grey {
  color: #212529;
  background-color: #A1AEBB;
  border-color: #A1AEBB;
}
.btn-medium-light-grey:hover {
  color: #212529;
  background-color: rgb(138.8055555556, 154.875, 170.9444444444);
  border-color: rgb(131.4074074074, 148.5, 165.5925925926);
}
.btn-medium-light-grey:focus, .btn-medium-light-grey.focus {
  color: #212529;
  background-color: rgb(138.8055555556, 154.875, 170.9444444444);
  border-color: rgb(131.4074074074, 148.5, 165.5925925926);
  box-shadow: 0 0 0 0.2rem rgba(141.8, 153.45, 165.1, 0.5);
}
.btn-medium-light-grey.disabled, .btn-medium-light-grey:disabled {
  color: #212529;
  background-color: #A1AEBB;
  border-color: #A1AEBB;
}
.btn-medium-light-grey:not(:disabled):not(.disabled):active, .btn-medium-light-grey:not(:disabled):not(.disabled).active, .show > .btn-medium-light-grey.dropdown-toggle {
  color: #FFF;
  background-color: rgb(131.4074074074, 148.5, 165.5925925926);
  border-color: rgb(124.0092592593, 142.125, 160.2407407407);
}
.btn-medium-light-grey:not(:disabled):not(.disabled):active:focus, .btn-medium-light-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-medium-light-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(141.8, 153.45, 165.1, 0.5);
}
.btn-light-grey {
  color: #212529;
  background-color: #D6E1EB;
  border-color: #D6E1EB;
}
.btn-light-grey:hover {
  color: #212529;
  background-color: rgb(188.2909836066, 206.1885245902, 222.4590163934);
  border-color: rgb(179.7213114754, 199.9180327869, 218.2786885246);
}
.btn-light-grey:focus, .btn-light-grey.focus {
  color: #212529;
  background-color: rgb(188.2909836066, 206.1885245902, 222.4590163934);
  border-color: rgb(179.7213114754, 199.9180327869, 218.2786885246);
  box-shadow: 0 0 0 0.2rem rgba(186.85, 196.8, 205.9, 0.5);
}
.btn-light-grey.disabled, .btn-light-grey:disabled {
  color: #212529;
  background-color: #D6E1EB;
  border-color: #D6E1EB;
}
.btn-light-grey:not(:disabled):not(.disabled):active, .btn-light-grey:not(:disabled):not(.disabled).active, .show > .btn-light-grey.dropdown-toggle {
  color: #212529;
  background-color: rgb(179.7213114754, 199.9180327869, 218.2786885246);
  border-color: rgb(171.1516393443, 193.6475409836, 214.0983606557);
}
.btn-light-grey:not(:disabled):not(.disabled):active:focus, .btn-light-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-light-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(186.85, 196.8, 205.9, 0.5);
}
.btn-pending {
  color: #212529;
  background-color: #FFC83C;
  border-color: #FFC83C;
}
.btn-pending:hover {
  color: #212529;
  background-color: rgb(255, 189.2115384615, 21.75);
  border-color: rgb(255, 185.6153846154, 9);
}
.btn-pending:focus, .btn-pending.focus {
  color: #212529;
  background-color: rgb(255, 189.2115384615, 21.75);
  border-color: rgb(255, 185.6153846154, 9);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 175.55, 57.15, 0.5);
}
.btn-pending.disabled, .btn-pending:disabled {
  color: #212529;
  background-color: #FFC83C;
  border-color: #FFC83C;
}
.btn-pending:not(:disabled):not(.disabled):active, .btn-pending:not(:disabled):not(.disabled).active, .show > .btn-pending.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 185.6153846154, 9);
  border-color: rgb(251.25, 180.3846153846, 0);
}
.btn-pending:not(:disabled):not(.disabled):active:focus, .btn-pending:not(:disabled):not(.disabled).active:focus, .show > .btn-pending.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 175.55, 57.15, 0.5);
}
.btn-done {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-done:hover {
  color: #FFF;
  background-color: rgb(52.64, 194.11, 120.6333333333);
  border-color: rgb(49.92, 184.08, 114.4);
}
.btn-done:focus, .btn-done.focus {
  color: #FFF;
  background-color: rgb(52.64, 194.11, 120.6333333333);
  border-color: rgb(49.92, 184.08, 114.4);
  box-shadow: 0 0 0 0.2rem rgba(71.25, 181.5, 125.15, 0.5);
}
.btn-done.disabled, .btn-done:disabled {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-done:not(:disabled):not(.disabled):active, .btn-done:not(:disabled):not(.disabled).active, .show > .btn-done.dropdown-toggle {
  color: #FFF;
  background-color: rgb(49.92, 184.08, 114.4);
  border-color: rgb(47.2, 174.05, 108.1666666667);
}
.btn-done:not(:disabled):not(.disabled):active:focus, .btn-done:not(:disabled):not(.disabled).active:focus, .show > .btn-done.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71.25, 181.5, 125.15, 0.5);
}
.btn-buy {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-buy:hover {
  color: #FFF;
  background-color: rgb(52.64, 194.11, 120.6333333333);
  border-color: rgb(49.92, 184.08, 114.4);
}
.btn-buy:focus, .btn-buy.focus {
  color: #FFF;
  background-color: rgb(52.64, 194.11, 120.6333333333);
  border-color: rgb(49.92, 184.08, 114.4);
  box-shadow: 0 0 0 0.2rem rgba(71.25, 181.5, 125.15, 0.5);
}
.btn-buy.disabled, .btn-buy:disabled {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-buy:not(:disabled):not(.disabled):active, .btn-buy:not(:disabled):not(.disabled).active, .show > .btn-buy.dropdown-toggle {
  color: #FFF;
  background-color: rgb(49.92, 184.08, 114.4);
  border-color: rgb(47.2, 174.05, 108.1666666667);
}
.btn-buy:not(:disabled):not(.disabled):active:focus, .btn-buy:not(:disabled):not(.disabled).active:focus, .show > .btn-buy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71.25, 181.5, 125.15, 0.5);
}
.btn-sell {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-sell:hover {
  color: #FFF;
  background-color: rgb(255, 71.9125, 36.75);
  border-color: rgb(255, 61.2166666667, 24);
}
.btn-sell:focus, .btn-sell.focus {
  color: #FFF;
  background-color: rgb(255, 71.9125, 36.75);
  border-color: rgb(255, 61.2166666667, 24);
  box-shadow: 0 0 0 0.2rem rgba(255, 126.65, 102, 0.5);
}
.btn-sell.disabled, .btn-sell:disabled {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-sell:not(:disabled):not(.disabled):active, .btn-sell:not(:disabled):not(.disabled).active, .show > .btn-sell.dropdown-toggle {
  color: #FFF;
  background-color: rgb(255, 61.2166666667, 24);
  border-color: rgb(255, 50.5208333333, 11.25);
}
.btn-sell:not(:disabled):not(.disabled):active:focus, .btn-sell:not(:disabled):not(.disabled).active:focus, .show > .btn-sell.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 126.65, 102, 0.5);
}
.btn-white {
  color: #212529;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-white:hover {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-higher {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-higher:hover {
  color: #FFF;
  background-color: rgb(255, 71.9125, 36.75);
  border-color: rgb(255, 61.2166666667, 24);
}
.btn-higher:focus, .btn-higher.focus {
  color: #FFF;
  background-color: rgb(255, 71.9125, 36.75);
  border-color: rgb(255, 61.2166666667, 24);
  box-shadow: 0 0 0 0.2rem rgba(255, 126.65, 102, 0.5);
}
.btn-higher.disabled, .btn-higher:disabled {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-higher:not(:disabled):not(.disabled):active, .btn-higher:not(:disabled):not(.disabled).active, .show > .btn-higher.dropdown-toggle {
  color: #FFF;
  background-color: rgb(255, 61.2166666667, 24);
  border-color: rgb(255, 50.5208333333, 11.25);
}
.btn-higher:not(:disabled):not(.disabled):active:focus, .btn-higher:not(:disabled):not(.disabled).active:focus, .show > .btn-higher.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 126.65, 102, 0.5);
}
.btn-equal {
  color: #FFF;
  background-color: #7878FF;
  border-color: #7878FF;
}
.btn-equal:hover {
  color: #FFF;
  background-color: rgb(81.75, 81.75, 255);
  border-color: #4545ff;
}
.btn-equal:focus, .btn-equal.focus {
  color: #FFF;
  background-color: rgb(81.75, 81.75, 255);
  border-color: #4545ff;
  box-shadow: 0 0 0 0.2rem rgba(140.25, 140.25, 255, 0.5);
}
.btn-equal.disabled, .btn-equal:disabled {
  color: #FFF;
  background-color: #7878FF;
  border-color: #7878FF;
}
.btn-equal:not(:disabled):not(.disabled):active, .btn-equal:not(:disabled):not(.disabled).active, .show > .btn-equal.dropdown-toggle {
  color: #FFF;
  background-color: #4545ff;
  border-color: rgb(56.25, 56.25, 255);
}
.btn-equal:not(:disabled):not(.disabled):active:focus, .btn-equal:not(:disabled):not(.disabled).active:focus, .show > .btn-equal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(140.25, 140.25, 255, 0.5);
}
.btn-lower {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-lower:hover {
  color: #FFF;
  background-color: rgb(52.64, 194.11, 120.6333333333);
  border-color: rgb(49.92, 184.08, 114.4);
}
.btn-lower:focus, .btn-lower.focus {
  color: #FFF;
  background-color: rgb(52.64, 194.11, 120.6333333333);
  border-color: rgb(49.92, 184.08, 114.4);
  box-shadow: 0 0 0 0.2rem rgba(71.25, 181.5, 125.15, 0.5);
}
.btn-lower.disabled, .btn-lower:disabled {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-lower:not(:disabled):not(.disabled):active, .btn-lower:not(:disabled):not(.disabled).active, .show > .btn-lower.dropdown-toggle {
  color: #FFF;
  background-color: rgb(49.92, 184.08, 114.4);
  border-color: rgb(47.2, 174.05, 108.1666666667);
}
.btn-lower:not(:disabled):not(.disabled):active:focus, .btn-lower:not(:disabled):not(.disabled).active:focus, .show > .btn-lower.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71.25, 181.5, 125.15, 0.5);
}
.btn-transparent {
  color: #FFF;
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent:hover {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-transparent:focus, .btn-transparent.focus {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-transparent.disabled, .btn-transparent:disabled {
  color: #FFF;
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent:not(:disabled):not(.disabled):active, .btn-transparent:not(:disabled):not(.disabled).active, .show > .btn-transparent.dropdown-toggle {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-transparent:not(:disabled):not(.disabled):active:focus, .btn-transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-transparent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-purple {
  color: #FFF;
  background-color: #7878FF;
  border-color: #7878FF;
}
.btn-purple:hover {
  color: #FFF;
  background-color: rgb(81.75, 81.75, 255);
  border-color: #4545ff;
}
.btn-purple:focus, .btn-purple.focus {
  color: #FFF;
  background-color: rgb(81.75, 81.75, 255);
  border-color: #4545ff;
  box-shadow: 0 0 0 0.2rem rgba(140.25, 140.25, 255, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #FFF;
  background-color: #7878FF;
  border-color: #7878FF;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #FFF;
  background-color: #4545ff;
  border-color: rgb(56.25, 56.25, 255);
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(140.25, 140.25, 255, 0.5);
}
.btn-purple-light {
  color: #212529;
  background-color: #C8C8FF;
  border-color: #C8C8FF;
}
.btn-purple-light:hover {
  color: #212529;
  background-color: rgb(161.75, 161.75, 255);
  border-color: #9595ff;
}
.btn-purple-light:focus, .btn-purple-light.focus {
  color: #212529;
  background-color: rgb(161.75, 161.75, 255);
  border-color: #9595ff;
  box-shadow: 0 0 0 0.2rem rgba(174.95, 175.55, 222.9, 0.5);
}
.btn-purple-light.disabled, .btn-purple-light:disabled {
  color: #212529;
  background-color: #C8C8FF;
  border-color: #C8C8FF;
}
.btn-purple-light:not(:disabled):not(.disabled):active, .btn-purple-light:not(:disabled):not(.disabled).active, .show > .btn-purple-light.dropdown-toggle {
  color: #212529;
  background-color: #9595ff;
  border-color: rgb(136.25, 136.25, 255);
}
.btn-purple-light:not(:disabled):not(.disabled):active:focus, .btn-purple-light:not(:disabled):not(.disabled).active:focus, .show > .btn-purple-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(174.95, 175.55, 222.9, 0.5);
}
.btn-blue-light {
  color: #212529;
  background-color: #F6F6FE;
  border-color: #F6F6FE;
}
.btn-blue-light:hover {
  color: #212529;
  background-color: rgb(211.575, 211.575, 250.175);
  border-color: rgb(200.1, 200.1, 248.9);
}
.btn-blue-light:focus, .btn-blue-light.focus {
  color: #212529;
  background-color: rgb(211.575, 211.575, 250.175);
  border-color: rgb(200.1, 200.1, 248.9);
  box-shadow: 0 0 0 0.2rem rgba(214.05, 214.65, 222.05, 0.5);
}
.btn-blue-light.disabled, .btn-blue-light:disabled {
  color: #212529;
  background-color: #F6F6FE;
  border-color: #F6F6FE;
}
.btn-blue-light:not(:disabled):not(.disabled):active, .btn-blue-light:not(:disabled):not(.disabled).active, .show > .btn-blue-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(200.1, 200.1, 248.9);
  border-color: rgb(188.625, 188.625, 247.625);
}
.btn-blue-light:not(:disabled):not(.disabled):active:focus, .btn-blue-light:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214.05, 214.65, 222.05, 0.5);
}
.btn-blue {
  color: #FFF;
  background-color: #241FB4;
  border-color: #241FB4;
}
.btn-blue:hover {
  color: #FFF;
  background-color: rgb(29.4739336493, 25.3803317536, 147.3696682464);
  border-color: rgb(27.2985781991, 23.5071090047, 136.4928909953);
}
.btn-blue:focus, .btn-blue.focus {
  color: #FFF;
  background-color: rgb(29.4739336493, 25.3803317536, 147.3696682464);
  border-color: rgb(27.2985781991, 23.5071090047, 136.4928909953);
  box-shadow: 0 0 0 0.2rem rgba(68.85, 64.6, 191.25, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #FFF;
  background-color: #241FB4;
  border-color: #241FB4;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #FFF;
  background-color: rgb(27.2985781991, 23.5071090047, 136.4928909953);
  border-color: rgb(25.1232227488, 21.6338862559, 125.6161137441);
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68.85, 64.6, 191.25, 0.5);
}
.btn-draft {
  color: #212529;
  background-color: #D6E1EB;
  border-color: #D6E1EB;
}
.btn-draft:hover {
  color: #212529;
  background-color: rgb(188.2909836066, 206.1885245902, 222.4590163934);
  border-color: rgb(179.7213114754, 199.9180327869, 218.2786885246);
}
.btn-draft:focus, .btn-draft.focus {
  color: #212529;
  background-color: rgb(188.2909836066, 206.1885245902, 222.4590163934);
  border-color: rgb(179.7213114754, 199.9180327869, 218.2786885246);
  box-shadow: 0 0 0 0.2rem rgba(186.85, 196.8, 205.9, 0.5);
}
.btn-draft.disabled, .btn-draft:disabled {
  color: #212529;
  background-color: #D6E1EB;
  border-color: #D6E1EB;
}
.btn-draft:not(:disabled):not(.disabled):active, .btn-draft:not(:disabled):not(.disabled).active, .show > .btn-draft.dropdown-toggle {
  color: #212529;
  background-color: rgb(179.7213114754, 199.9180327869, 218.2786885246);
  border-color: rgb(171.1516393443, 193.6475409836, 214.0983606557);
}
.btn-draft:not(:disabled):not(.disabled):active:focus, .btn-draft:not(:disabled):not(.disabled).active:focus, .show > .btn-draft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(186.85, 196.8, 205.9, 0.5);
}
.btn-published {
  color: #212529;
  background-color: rgba(78, 207, 140, 0.4);
  border-color: rgba(78, 207, 140, 0.4);
}
.btn-published:hover {
  color: #FFF;
  background-color: rgba(52.64, 194.11, 120.6333333333, 0.4);
  border-color: rgba(49.92, 184.08, 114.4, 0.4);
}
.btn-published:focus, .btn-published.focus {
  color: #FFF;
  background-color: rgba(52.64, 194.11, 120.6333333333, 0.4);
  border-color: rgba(49.92, 184.08, 114.4, 0.4);
  box-shadow: 0 0 0 0.2rem rgba(59.3793103448, 136.6551724138, 99.0344827586, 0.5);
}
.btn-published.disabled, .btn-published:disabled {
  color: #212529;
  background-color: rgba(78, 207, 140, 0.4);
  border-color: rgba(78, 207, 140, 0.4);
}
.btn-published:not(:disabled):not(.disabled):active, .btn-published:not(:disabled):not(.disabled).active, .show > .btn-published.dropdown-toggle {
  color: #FFF;
  background-color: rgba(49.92, 184.08, 114.4, 0.4);
  border-color: rgba(47.2, 174.05, 108.1666666667, 0.4);
}
.btn-published:not(:disabled):not(.disabled):active:focus, .btn-published:not(:disabled):not(.disabled).active:focus, .show > .btn-published.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59.3793103448, 136.6551724138, 99.0344827586, 0.5);
}
.btn-orange-light {
  color: #212529;
  background-color: #FF9581;
  border-color: #FF9581;
}
.btn-orange-light:hover {
  color: #212529;
  background-color: rgb(255, 116.8214285714, 90.75);
  border-color: rgb(255, 106.0952380952, 78);
}
.btn-orange-light:focus, .btn-orange-light.focus {
  color: #212529;
  background-color: rgb(255, 116.8214285714, 90.75);
  border-color: rgb(255, 106.0952380952, 78);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 132.2, 115.8, 0.5);
}
.btn-orange-light.disabled, .btn-orange-light:disabled {
  color: #212529;
  background-color: #FF9581;
  border-color: #FF9581;
}
.btn-orange-light:not(:disabled):not(.disabled):active, .btn-orange-light:not(:disabled):not(.disabled).active, .show > .btn-orange-light.dropdown-toggle {
  color: #FFF;
  background-color: rgb(255, 106.0952380952, 78);
  border-color: rgb(255, 95.369047619, 65.25);
}
.btn-orange-light:not(:disabled):not(.disabled):active:focus, .btn-orange-light:not(:disabled):not(.disabled).active:focus, .show > .btn-orange-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 132.2, 115.8, 0.5);
}
.btn-to_check {
  color: #212529;
  background-color: #FFE2DE;
  border-color: #FFE2DE;
}
.btn-to_check:hover {
  color: #212529;
  background-color: rgb(255, 192.3863636364, 183.75);
  border-color: rgb(255, 181.1818181818, 171);
}
.btn-to_check:focus, .btn-to_check.focus {
  color: #212529;
  background-color: rgb(255, 192.3863636364, 183.75);
  border-color: rgb(255, 181.1818181818, 171);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 197.65, 194.85, 0.5);
}
.btn-to_check.disabled, .btn-to_check:disabled {
  color: #212529;
  background-color: #FFE2DE;
  border-color: #FFE2DE;
}
.btn-to_check:not(:disabled):not(.disabled):active, .btn-to_check:not(:disabled):not(.disabled).active, .show > .btn-to_check.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 181.1818181818, 171);
  border-color: rgb(255, 169.9772727273, 158.25);
}
.btn-to_check:not(:disabled):not(.disabled):active:focus, .btn-to_check:not(:disabled):not(.disabled).active:focus, .show > .btn-to_check.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 197.65, 194.85, 0.5);
}
.btn-secondary-info {
  color: #FFF;
  background-color: #2619BE;
  border-color: #2619BE;
}
.btn-secondary-info:hover {
  color: #FFF;
  background-color: rgb(31.2395348837, 20.5523255814, 156.1976744186);
  border-color: rgb(28.9860465116, 19.0697674419, 144.9302325581);
}
.btn-secondary-info:focus, .btn-secondary-info.focus {
  color: #FFF;
  background-color: rgb(31.2395348837, 20.5523255814, 156.1976744186);
  border-color: rgb(28.9860465116, 19.0697674419, 144.9302325581);
  box-shadow: 0 0 0 0.2rem rgba(70.55, 59.5, 199.75, 0.5);
}
.btn-secondary-info.disabled, .btn-secondary-info:disabled {
  color: #FFF;
  background-color: #2619BE;
  border-color: #2619BE;
}
.btn-secondary-info:not(:disabled):not(.disabled):active, .btn-secondary-info:not(:disabled):not(.disabled).active, .show > .btn-secondary-info.dropdown-toggle {
  color: #FFF;
  background-color: rgb(28.9860465116, 19.0697674419, 144.9302325581);
  border-color: rgb(26.7325581395, 17.5872093023, 133.6627906977);
}
.btn-secondary-info:not(:disabled):not(.disabled):active:focus, .btn-secondary-info:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70.55, 59.5, 199.75, 0.5);
}
.btn-green {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-green:hover {
  color: #FFF;
  background-color: rgb(52.64, 194.11, 120.6333333333);
  border-color: rgb(49.92, 184.08, 114.4);
}
.btn-green:focus, .btn-green.focus {
  color: #FFF;
  background-color: rgb(52.64, 194.11, 120.6333333333);
  border-color: rgb(49.92, 184.08, 114.4);
  box-shadow: 0 0 0 0.2rem rgba(71.25, 181.5, 125.15, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #FFF;
  background-color: rgb(49.92, 184.08, 114.4);
  border-color: rgb(47.2, 174.05, 108.1666666667);
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71.25, 181.5, 125.15, 0.5);
}
.btn-red {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-red:hover {
  color: #FFF;
  background-color: rgb(255, 71.9125, 36.75);
  border-color: rgb(255, 61.2166666667, 24);
}
.btn-red:focus, .btn-red.focus {
  color: #FFF;
  background-color: rgb(255, 71.9125, 36.75);
  border-color: rgb(255, 61.2166666667, 24);
  box-shadow: 0 0 0 0.2rem rgba(255, 126.65, 102, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #FFF;
  background-color: rgb(255, 61.2166666667, 24);
  border-color: rgb(255, 50.5208333333, 11.25);
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 126.65, 102, 0.5);
}
.btn-green-light {
  color: #212529;
  background-color: #DEF8EC;
  border-color: #DEF8EC;
}
.btn-green-light:hover {
  color: #212529;
  background-color: rgb(190.44375, 241.30625, 217.83125);
  border-color: rgb(179.925, 239.075, 211.775);
}
.btn-green-light:focus, .btn-green-light.focus {
  color: #212529;
  background-color: rgb(190.44375, 241.30625, 217.83125);
  border-color: rgb(179.925, 239.075, 211.775);
  box-shadow: 0 0 0 0.2rem rgba(193.65, 216.35, 206.75, 0.5);
}
.btn-green-light.disabled, .btn-green-light:disabled {
  color: #212529;
  background-color: #DEF8EC;
  border-color: #DEF8EC;
}
.btn-green-light:not(:disabled):not(.disabled):active, .btn-green-light:not(:disabled):not(.disabled).active, .show > .btn-green-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(179.925, 239.075, 211.775);
  border-color: rgb(169.40625, 236.84375, 205.71875);
}
.btn-green-light:not(:disabled):not(.disabled):active:focus, .btn-green-light:not(:disabled):not(.disabled).active:focus, .show > .btn-green-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193.65, 216.35, 206.75, 0.5);
}
.btn-red-light {
  color: #212529;
  background-color: #FCE3DF;
  border-color: #FCE3DF;
}
.btn-red-light:hover {
  color: #212529;
  background-color: rgb(248.7214285714, 196.4, 188.0285714286);
  border-color: rgb(247.6285714286, 186.2, 176.3714285714);
}
.btn-red-light:focus, .btn-red-light.focus {
  color: #212529;
  background-color: rgb(248.7214285714, 196.4, 188.0285714286);
  border-color: rgb(247.6285714286, 186.2, 176.3714285714);
  box-shadow: 0 0 0 0.2rem rgba(219.15, 198.5, 195.7, 0.5);
}
.btn-red-light.disabled, .btn-red-light:disabled {
  color: #212529;
  background-color: #FCE3DF;
  border-color: #FCE3DF;
}
.btn-red-light:not(:disabled):not(.disabled):active, .btn-red-light:not(:disabled):not(.disabled).active, .show > .btn-red-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(247.6285714286, 186.2, 176.3714285714);
  border-color: rgb(246.5357142857, 176, 164.7142857143);
}
.btn-red-light:not(:disabled):not(.disabled):active:focus, .btn-red-light:not(:disabled):not(.disabled).active:focus, .show > .btn-red-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219.15, 198.5, 195.7, 0.5);
}
.btn-red-dark {
  color: #FFF;
  background-color: #E25236;
  border-color: #E25236;
}
.btn-red-dark:hover {
  color: #FFF;
  background-color: rgb(211.2684782609, 59.9119565217, 30.4815217391);
  border-color: rgb(200.1260869565, 56.752173913, 28.8739130435);
}
.btn-red-dark:focus, .btn-red-dark.focus {
  color: #FFF;
  background-color: rgb(211.2684782609, 59.9119565217, 30.4815217391);
  border-color: rgb(200.1260869565, 56.752173913, 28.8739130435);
  box-shadow: 0 0 0 0.2rem rgba(230.35, 107.95, 84.15, 0.5);
}
.btn-red-dark.disabled, .btn-red-dark:disabled {
  color: #FFF;
  background-color: #E25236;
  border-color: #E25236;
}
.btn-red-dark:not(:disabled):not(.disabled):active, .btn-red-dark:not(:disabled):not(.disabled).active, .show > .btn-red-dark.dropdown-toggle {
  color: #FFF;
  background-color: rgb(200.1260869565, 56.752173913, 28.8739130435);
  border-color: rgb(188.9836956522, 53.5923913043, 27.2663043478);
}
.btn-red-dark:not(:disabled):not(.disabled):active:focus, .btn-red-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-red-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230.35, 107.95, 84.15, 0.5);
}
.btn-outline-primary {
  color: #002142;
  border-color: #002142;
}
.btn-outline-primary:hover {
  color: #FFF;
  background-color: #002142;
  border-color: #002142;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 33, 66, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #002142;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #FFF;
  background-color: #002142;
  border-color: #002142;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 33, 66, 0.5);
}
.btn-outline-secondary {
  color: #6EA28E;
  border-color: #6EA28E;
}
.btn-outline-secondary:hover {
  color: #FFF;
  background-color: #6EA28E;
  border-color: #6EA28E;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 162, 142, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6EA28E;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #FFF;
  background-color: #6EA28E;
  border-color: #6EA28E;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 162, 142, 0.5);
}
.btn-outline-success {
  color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #4ECF8C;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.5);
}
.btn-outline-info {
  color: #241FB4;
  border-color: #241FB4;
}
.btn-outline-info:hover {
  color: #FFF;
  background-color: #241FB4;
  border-color: #241FB4;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 31, 180, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #241FB4;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #FFF;
  background-color: #241FB4;
  border-color: #241FB4;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 31, 180, 0.5);
}
.btn-outline-warning {
  color: #FFC83C;
  border-color: #FFC83C;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #FFC83C;
  border-color: #FFC83C;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 200, 60, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FFC83C;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #FFC83C;
  border-color: #FFC83C;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 200, 60, 0.5);
}
.btn-outline-danger {
  color: #FF684B;
  border-color: #FF684B;
}
.btn-outline-danger:hover {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #FF684B;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.5);
}
.btn-outline-light {
  color: #F7F6F1;
  border-color: #F7F6F1;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #F7F6F1;
  border-color: #F7F6F1;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 246, 241, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F7F6F1;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #F7F6F1;
  border-color: #F7F6F1;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 246, 241, 0.5);
}
.btn-outline-dark {
  color: #5F7488;
  border-color: #5F7488;
}
.btn-outline-dark:hover {
  color: #FFF;
  background-color: #5F7488;
  border-color: #5F7488;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 116, 136, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #5F7488;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #FFF;
  background-color: #5F7488;
  border-color: #5F7488;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 116, 136, 0.5);
}
.btn-outline-secondary-light {
  color: #EDF3F1;
  border-color: #EDF3F1;
}
.btn-outline-secondary-light:hover {
  color: #212529;
  background-color: #EDF3F1;
  border-color: #EDF3F1;
}
.btn-outline-secondary-light:focus, .btn-outline-secondary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 243, 241, 0.5);
}
.btn-outline-secondary-light.disabled, .btn-outline-secondary-light:disabled {
  color: #EDF3F1;
  background-color: transparent;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active, .btn-outline-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-light.dropdown-toggle {
  color: #212529;
  background-color: #EDF3F1;
  border-color: #EDF3F1;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 243, 241, 0.5);
}
.btn-outline-secondary-dark {
  color: #2E513E;
  border-color: #2E513E;
}
.btn-outline-secondary-dark:hover {
  color: #FFF;
  background-color: #2E513E;
  border-color: #2E513E;
}
.btn-outline-secondary-dark:focus, .btn-outline-secondary-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 81, 62, 0.5);
}
.btn-outline-secondary-dark.disabled, .btn-outline-secondary-dark:disabled {
  color: #2E513E;
  background-color: transparent;
}
.btn-outline-secondary-dark:not(:disabled):not(.disabled):active, .btn-outline-secondary-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-dark.dropdown-toggle {
  color: #FFF;
  background-color: #2E513E;
  border-color: #2E513E;
}
.btn-outline-secondary-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 81, 62, 0.5);
}
.btn-outline-error {
  color: #FF684B;
  border-color: #FF684B;
}
.btn-outline-error:hover {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-outline-error:focus, .btn-outline-error.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.5);
}
.btn-outline-error.disabled, .btn-outline-error:disabled {
  color: #FF684B;
  background-color: transparent;
}
.btn-outline-error:not(:disabled):not(.disabled):active, .btn-outline-error:not(:disabled):not(.disabled).active, .show > .btn-outline-error.dropdown-toggle {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-outline-error:not(:disabled):not(.disabled):active:focus, .btn-outline-error:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-error.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.5);
}
.btn-outline-light-cream {
  color: #FBFAF7;
  border-color: #FBFAF7;
}
.btn-outline-light-cream:hover {
  color: #212529;
  background-color: #FBFAF7;
  border-color: #FBFAF7;
}
.btn-outline-light-cream:focus, .btn-outline-light-cream.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 250, 247, 0.5);
}
.btn-outline-light-cream.disabled, .btn-outline-light-cream:disabled {
  color: #FBFAF7;
  background-color: transparent;
}
.btn-outline-light-cream:not(:disabled):not(.disabled):active, .btn-outline-light-cream:not(:disabled):not(.disabled).active, .show > .btn-outline-light-cream.dropdown-toggle {
  color: #212529;
  background-color: #FBFAF7;
  border-color: #FBFAF7;
}
.btn-outline-light-cream:not(:disabled):not(.disabled):active:focus, .btn-outline-light-cream:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-cream.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 250, 247, 0.5);
}
.btn-outline-medium-grey {
  color: #8694A2;
  border-color: #8694A2;
}
.btn-outline-medium-grey:hover {
  color: #FFF;
  background-color: #8694A2;
  border-color: #8694A2;
}
.btn-outline-medium-grey:focus, .btn-outline-medium-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 148, 162, 0.5);
}
.btn-outline-medium-grey.disabled, .btn-outline-medium-grey:disabled {
  color: #8694A2;
  background-color: transparent;
}
.btn-outline-medium-grey:not(:disabled):not(.disabled):active, .btn-outline-medium-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-medium-grey.dropdown-toggle {
  color: #FFF;
  background-color: #8694A2;
  border-color: #8694A2;
}
.btn-outline-medium-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-medium-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-medium-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 148, 162, 0.5);
}
.btn-outline-medium-light-grey {
  color: #A1AEBB;
  border-color: #A1AEBB;
}
.btn-outline-medium-light-grey:hover {
  color: #212529;
  background-color: #A1AEBB;
  border-color: #A1AEBB;
}
.btn-outline-medium-light-grey:focus, .btn-outline-medium-light-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(161, 174, 187, 0.5);
}
.btn-outline-medium-light-grey.disabled, .btn-outline-medium-light-grey:disabled {
  color: #A1AEBB;
  background-color: transparent;
}
.btn-outline-medium-light-grey:not(:disabled):not(.disabled):active, .btn-outline-medium-light-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-medium-light-grey.dropdown-toggle {
  color: #212529;
  background-color: #A1AEBB;
  border-color: #A1AEBB;
}
.btn-outline-medium-light-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-medium-light-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-medium-light-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(161, 174, 187, 0.5);
}
.btn-outline-light-grey {
  color: #D6E1EB;
  border-color: #D6E1EB;
}
.btn-outline-light-grey:hover {
  color: #212529;
  background-color: #D6E1EB;
  border-color: #D6E1EB;
}
.btn-outline-light-grey:focus, .btn-outline-light-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 225, 235, 0.5);
}
.btn-outline-light-grey.disabled, .btn-outline-light-grey:disabled {
  color: #D6E1EB;
  background-color: transparent;
}
.btn-outline-light-grey:not(:disabled):not(.disabled):active, .btn-outline-light-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-light-grey.dropdown-toggle {
  color: #212529;
  background-color: #D6E1EB;
  border-color: #D6E1EB;
}
.btn-outline-light-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-light-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 225, 235, 0.5);
}
.btn-outline-pending {
  color: #FFC83C;
  border-color: #FFC83C;
}
.btn-outline-pending:hover {
  color: #212529;
  background-color: #FFC83C;
  border-color: #FFC83C;
}
.btn-outline-pending:focus, .btn-outline-pending.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 200, 60, 0.5);
}
.btn-outline-pending.disabled, .btn-outline-pending:disabled {
  color: #FFC83C;
  background-color: transparent;
}
.btn-outline-pending:not(:disabled):not(.disabled):active, .btn-outline-pending:not(:disabled):not(.disabled).active, .show > .btn-outline-pending.dropdown-toggle {
  color: #212529;
  background-color: #FFC83C;
  border-color: #FFC83C;
}
.btn-outline-pending:not(:disabled):not(.disabled):active:focus, .btn-outline-pending:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pending.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 200, 60, 0.5);
}
.btn-outline-done {
  color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-outline-done:hover {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-outline-done:focus, .btn-outline-done.focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.5);
}
.btn-outline-done.disabled, .btn-outline-done:disabled {
  color: #4ECF8C;
  background-color: transparent;
}
.btn-outline-done:not(:disabled):not(.disabled):active, .btn-outline-done:not(:disabled):not(.disabled).active, .show > .btn-outline-done.dropdown-toggle {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-outline-done:not(:disabled):not(.disabled):active:focus, .btn-outline-done:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-done.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.5);
}
.btn-outline-buy {
  color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-outline-buy:hover {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-outline-buy:focus, .btn-outline-buy.focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.5);
}
.btn-outline-buy.disabled, .btn-outline-buy:disabled {
  color: #4ECF8C;
  background-color: transparent;
}
.btn-outline-buy:not(:disabled):not(.disabled):active, .btn-outline-buy:not(:disabled):not(.disabled).active, .show > .btn-outline-buy.dropdown-toggle {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-outline-buy:not(:disabled):not(.disabled):active:focus, .btn-outline-buy:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-buy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.5);
}
.btn-outline-sell {
  color: #FF684B;
  border-color: #FF684B;
}
.btn-outline-sell:hover {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-outline-sell:focus, .btn-outline-sell.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.5);
}
.btn-outline-sell.disabled, .btn-outline-sell:disabled {
  color: #FF684B;
  background-color: transparent;
}
.btn-outline-sell:not(:disabled):not(.disabled):active, .btn-outline-sell:not(:disabled):not(.disabled).active, .show > .btn-outline-sell.dropdown-toggle {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-outline-sell:not(:disabled):not(.disabled):active:focus, .btn-outline-sell:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sell.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.5);
}
.btn-outline-white {
  color: #FFF;
  border-color: #FFF;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #FFF;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-higher {
  color: #FF684B;
  border-color: #FF684B;
}
.btn-outline-higher:hover {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-outline-higher:focus, .btn-outline-higher.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.5);
}
.btn-outline-higher.disabled, .btn-outline-higher:disabled {
  color: #FF684B;
  background-color: transparent;
}
.btn-outline-higher:not(:disabled):not(.disabled):active, .btn-outline-higher:not(:disabled):not(.disabled).active, .show > .btn-outline-higher.dropdown-toggle {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-outline-higher:not(:disabled):not(.disabled):active:focus, .btn-outline-higher:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-higher.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.5);
}
.btn-outline-equal {
  color: #7878FF;
  border-color: #7878FF;
}
.btn-outline-equal:hover {
  color: #FFF;
  background-color: #7878FF;
  border-color: #7878FF;
}
.btn-outline-equal:focus, .btn-outline-equal.focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 120, 255, 0.5);
}
.btn-outline-equal.disabled, .btn-outline-equal:disabled {
  color: #7878FF;
  background-color: transparent;
}
.btn-outline-equal:not(:disabled):not(.disabled):active, .btn-outline-equal:not(:disabled):not(.disabled).active, .show > .btn-outline-equal.dropdown-toggle {
  color: #FFF;
  background-color: #7878FF;
  border-color: #7878FF;
}
.btn-outline-equal:not(:disabled):not(.disabled):active:focus, .btn-outline-equal:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-equal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 120, 255, 0.5);
}
.btn-outline-lower {
  color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-outline-lower:hover {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-outline-lower:focus, .btn-outline-lower.focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.5);
}
.btn-outline-lower.disabled, .btn-outline-lower:disabled {
  color: #4ECF8C;
  background-color: transparent;
}
.btn-outline-lower:not(:disabled):not(.disabled):active, .btn-outline-lower:not(:disabled):not(.disabled).active, .show > .btn-outline-lower.dropdown-toggle {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-outline-lower:not(:disabled):not(.disabled):active:focus, .btn-outline-lower:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lower.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.5);
}
.btn-outline-transparent {
  color: transparent;
  border-color: transparent;
}
.btn-outline-transparent:hover {
  color: #FFF;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-transparent:focus, .btn-outline-transparent.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-transparent.disabled, .btn-outline-transparent:disabled {
  color: transparent;
  background-color: transparent;
}
.btn-outline-transparent:not(:disabled):not(.disabled):active, .btn-outline-transparent:not(:disabled):not(.disabled).active, .show > .btn-outline-transparent.dropdown-toggle {
  color: #FFF;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-transparent:not(:disabled):not(.disabled):active:focus, .btn-outline-transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-transparent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-purple {
  color: #7878FF;
  border-color: #7878FF;
}
.btn-outline-purple:hover {
  color: #FFF;
  background-color: #7878FF;
  border-color: #7878FF;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 120, 255, 0.5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #7878FF;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #FFF;
  background-color: #7878FF;
  border-color: #7878FF;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 120, 255, 0.5);
}
.btn-outline-purple-light {
  color: #C8C8FF;
  border-color: #C8C8FF;
}
.btn-outline-purple-light:hover {
  color: #212529;
  background-color: #C8C8FF;
  border-color: #C8C8FF;
}
.btn-outline-purple-light:focus, .btn-outline-purple-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 200, 255, 0.5);
}
.btn-outline-purple-light.disabled, .btn-outline-purple-light:disabled {
  color: #C8C8FF;
  background-color: transparent;
}
.btn-outline-purple-light:not(:disabled):not(.disabled):active, .btn-outline-purple-light:not(:disabled):not(.disabled).active, .show > .btn-outline-purple-light.dropdown-toggle {
  color: #212529;
  background-color: #C8C8FF;
  border-color: #C8C8FF;
}
.btn-outline-purple-light:not(:disabled):not(.disabled):active:focus, .btn-outline-purple-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 200, 255, 0.5);
}
.btn-outline-blue-light {
  color: #F6F6FE;
  border-color: #F6F6FE;
}
.btn-outline-blue-light:hover {
  color: #212529;
  background-color: #F6F6FE;
  border-color: #F6F6FE;
}
.btn-outline-blue-light:focus, .btn-outline-blue-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 246, 254, 0.5);
}
.btn-outline-blue-light.disabled, .btn-outline-blue-light:disabled {
  color: #F6F6FE;
  background-color: transparent;
}
.btn-outline-blue-light:not(:disabled):not(.disabled):active, .btn-outline-blue-light:not(:disabled):not(.disabled).active, .show > .btn-outline-blue-light.dropdown-toggle {
  color: #212529;
  background-color: #F6F6FE;
  border-color: #F6F6FE;
}
.btn-outline-blue-light:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 246, 254, 0.5);
}
.btn-outline-blue {
  color: #241FB4;
  border-color: #241FB4;
}
.btn-outline-blue:hover {
  color: #FFF;
  background-color: #241FB4;
  border-color: #241FB4;
}
.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 31, 180, 0.5);
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #241FB4;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
  color: #FFF;
  background-color: #241FB4;
  border-color: #241FB4;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 31, 180, 0.5);
}
.btn-outline-draft {
  color: #D6E1EB;
  border-color: #D6E1EB;
}
.btn-outline-draft:hover {
  color: #212529;
  background-color: #D6E1EB;
  border-color: #D6E1EB;
}
.btn-outline-draft:focus, .btn-outline-draft.focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 225, 235, 0.5);
}
.btn-outline-draft.disabled, .btn-outline-draft:disabled {
  color: #D6E1EB;
  background-color: transparent;
}
.btn-outline-draft:not(:disabled):not(.disabled):active, .btn-outline-draft:not(:disabled):not(.disabled).active, .show > .btn-outline-draft.dropdown-toggle {
  color: #212529;
  background-color: #D6E1EB;
  border-color: #D6E1EB;
}
.btn-outline-draft:not(:disabled):not(.disabled):active:focus, .btn-outline-draft:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-draft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 225, 235, 0.5);
}
.btn-outline-published {
  color: rgba(78, 207, 140, 0.4);
  border-color: rgba(78, 207, 140, 0.4);
}
.btn-outline-published:hover {
  color: #212529;
  background-color: rgba(78, 207, 140, 0.4);
  border-color: rgba(78, 207, 140, 0.4);
}
.btn-outline-published:focus, .btn-outline-published.focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.5);
}
.btn-outline-published.disabled, .btn-outline-published:disabled {
  color: rgba(78, 207, 140, 0.4);
  background-color: transparent;
}
.btn-outline-published:not(:disabled):not(.disabled):active, .btn-outline-published:not(:disabled):not(.disabled).active, .show > .btn-outline-published.dropdown-toggle {
  color: #212529;
  background-color: rgba(78, 207, 140, 0.4);
  border-color: rgba(78, 207, 140, 0.4);
}
.btn-outline-published:not(:disabled):not(.disabled):active:focus, .btn-outline-published:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-published.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.5);
}
.btn-outline-orange-light {
  color: #FF9581;
  border-color: #FF9581;
}
.btn-outline-orange-light:hover {
  color: #212529;
  background-color: #FF9581;
  border-color: #FF9581;
}
.btn-outline-orange-light:focus, .btn-outline-orange-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 149, 129, 0.5);
}
.btn-outline-orange-light.disabled, .btn-outline-orange-light:disabled {
  color: #FF9581;
  background-color: transparent;
}
.btn-outline-orange-light:not(:disabled):not(.disabled):active, .btn-outline-orange-light:not(:disabled):not(.disabled).active, .show > .btn-outline-orange-light.dropdown-toggle {
  color: #212529;
  background-color: #FF9581;
  border-color: #FF9581;
}
.btn-outline-orange-light:not(:disabled):not(.disabled):active:focus, .btn-outline-orange-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 149, 129, 0.5);
}
.btn-outline-to_check {
  color: #FFE2DE;
  border-color: #FFE2DE;
}
.btn-outline-to_check:hover {
  color: #212529;
  background-color: #FFE2DE;
  border-color: #FFE2DE;
}
.btn-outline-to_check:focus, .btn-outline-to_check.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 226, 222, 0.5);
}
.btn-outline-to_check.disabled, .btn-outline-to_check:disabled {
  color: #FFE2DE;
  background-color: transparent;
}
.btn-outline-to_check:not(:disabled):not(.disabled):active, .btn-outline-to_check:not(:disabled):not(.disabled).active, .show > .btn-outline-to_check.dropdown-toggle {
  color: #212529;
  background-color: #FFE2DE;
  border-color: #FFE2DE;
}
.btn-outline-to_check:not(:disabled):not(.disabled):active:focus, .btn-outline-to_check:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-to_check.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 226, 222, 0.5);
}
.btn-outline-secondary-info {
  color: #2619BE;
  border-color: #2619BE;
}
.btn-outline-secondary-info:hover {
  color: #FFF;
  background-color: #2619BE;
  border-color: #2619BE;
}
.btn-outline-secondary-info:focus, .btn-outline-secondary-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 25, 190, 0.5);
}
.btn-outline-secondary-info.disabled, .btn-outline-secondary-info:disabled {
  color: #2619BE;
  background-color: transparent;
}
.btn-outline-secondary-info:not(:disabled):not(.disabled):active, .btn-outline-secondary-info:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-info.dropdown-toggle {
  color: #FFF;
  background-color: #2619BE;
  border-color: #2619BE;
}
.btn-outline-secondary-info:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 25, 190, 0.5);
}
.btn-outline-green {
  color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-outline-green:hover {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #4ECF8C;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #212529;
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.5);
}
.btn-outline-red {
  color: #FF684B;
  border-color: #FF684B;
}
.btn-outline-red:hover {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-outline-red:focus, .btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.5);
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #FF684B;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  color: #FFF;
  background-color: #FF684B;
  border-color: #FF684B;
}
.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.5);
}
.btn-outline-green-light {
  color: #DEF8EC;
  border-color: #DEF8EC;
}
.btn-outline-green-light:hover {
  color: #212529;
  background-color: #DEF8EC;
  border-color: #DEF8EC;
}
.btn-outline-green-light:focus, .btn-outline-green-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 248, 236, 0.5);
}
.btn-outline-green-light.disabled, .btn-outline-green-light:disabled {
  color: #DEF8EC;
  background-color: transparent;
}
.btn-outline-green-light:not(:disabled):not(.disabled):active, .btn-outline-green-light:not(:disabled):not(.disabled).active, .show > .btn-outline-green-light.dropdown-toggle {
  color: #212529;
  background-color: #DEF8EC;
  border-color: #DEF8EC;
}
.btn-outline-green-light:not(:disabled):not(.disabled):active:focus, .btn-outline-green-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 248, 236, 0.5);
}
.btn-outline-red-light {
  color: #FCE3DF;
  border-color: #FCE3DF;
}
.btn-outline-red-light:hover {
  color: #212529;
  background-color: #FCE3DF;
  border-color: #FCE3DF;
}
.btn-outline-red-light:focus, .btn-outline-red-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 227, 223, 0.5);
}
.btn-outline-red-light.disabled, .btn-outline-red-light:disabled {
  color: #FCE3DF;
  background-color: transparent;
}
.btn-outline-red-light:not(:disabled):not(.disabled):active, .btn-outline-red-light:not(:disabled):not(.disabled).active, .show > .btn-outline-red-light.dropdown-toggle {
  color: #212529;
  background-color: #FCE3DF;
  border-color: #FCE3DF;
}
.btn-outline-red-light:not(:disabled):not(.disabled):active:focus, .btn-outline-red-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 227, 223, 0.5);
}
.btn-outline-red-dark {
  color: #E25236;
  border-color: #E25236;
}
.btn-outline-red-dark:hover {
  color: #FFF;
  background-color: #E25236;
  border-color: #E25236;
}
.btn-outline-red-dark:focus, .btn-outline-red-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 82, 54, 0.5);
}
.btn-outline-red-dark.disabled, .btn-outline-red-dark:disabled {
  color: #E25236;
  background-color: transparent;
}
.btn-outline-red-dark:not(:disabled):not(.disabled):active, .btn-outline-red-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-red-dark.dropdown-toggle {
  color: #FFF;
  background-color: #E25236;
  border-color: #E25236;
}
.btn-outline-red-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-red-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 82, 54, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #002142;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.175rem;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.8225rem;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.94rem;
  color: #5F7488;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFF;
  text-decoration: none;
  background-color: #002142;
}
.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 1.5rem;
  margin-bottom: 0;
  font-size: 0.8225rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -2px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -2px;
}
.input-group-prepend {
  margin-right: -2px;
}
.input-group-append {
  margin-left: -2px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #ced4da;
  border-radius: 2px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 4px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.175rem;
  line-height: 1.5;
  border-radius: 2px;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 4px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.8225rem;
  line-height: 1.5;
  border-radius: 2px;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.41rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.205rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFF;
  border-color: #002142;
  background-color: #002142;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 33, 66, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(0, 96.75, 193.5);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFF;
  background-color: rgb(0, 122.25, 244.5);
  border-color: rgb(0, 122.25, 244.5);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.205rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #FFF;
  border: 2px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.205rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #002142;
  background-color: #002142;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFF' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 33, 66, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 33, 66, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFF'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 33, 66, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.205rem + 4px);
  left: calc(-2.25rem + 4px);
  width: calc(1rem - 8px);
  height: calc(1rem - 8px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFF;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 33, 66, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 4px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #FFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 2px solid #ced4da;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(0, 96.75, 193.5);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 33, 66, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #FFF;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 4px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.8225rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 4px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.175rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 4px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 4px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(0, 96.75, 193.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 33, 66, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 4px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFF;
  border: 2px solid #ced4da;
  border-radius: 2px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 2px 2px 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(0, 33, 66, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(0, 33, 66, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(0, 33, 66, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #002142;
  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) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(0, 122.25, 244.5);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #002142;
  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) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(0, 122.25, 244.5);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #002142;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(0, 122.25, 244.5);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 2px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -2px;
  background-color: transparent;
  border: 2px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.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: white;
  border-color: #dee2e6 #dee2e6 white;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 2px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFF;
  background-color: #002142;
}
.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;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.32375rem;
  padding-bottom: 0.32375rem;
  margin-right: 1rem;
  font-size: 1.175rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.175rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 2px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .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 (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .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 (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .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 (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.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.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%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.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #FFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFF;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  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' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%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.5);
}
.navbar-dark .navbar-text a {
  color: #FFF;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFF;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: border-box;
  border: 2px solid rgba(0, 0, 0, 0.125);
  border-radius: 2px;
}
.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: 0px;
  border-top-right-radius: 0px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0px 0px 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 2px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0px 0px;
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0px;
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -2px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 2px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 2px;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -2px;
  line-height: 1.25;
  color: #002142;
  background-color: #FFF;
  border: 2px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 33, 66, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFF;
  background-color: #002142;
  border-color: #002142;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFF;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.175rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8225rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #FFF;
  background-color: #002142;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #FFF;
  background-color: rgb(0, 7.5, 15);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 33, 66, 0.5);
}
.badge-secondary {
  color: #FFF;
  background-color: #6EA28E;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #FFF;
  background-color: rgb(86.3571428571, 134.6428571429, 116.0714285714);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(110, 162, 142, 0.5);
}
.badge-success {
  color: #212529;
  background-color: #4ECF8C;
}
a.badge-success:hover, a.badge-success:focus {
  color: #212529;
  background-color: rgb(49.92, 184.08, 114.4);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.5);
}
.badge-info {
  color: #FFF;
  background-color: #241FB4;
}
a.badge-info:hover, a.badge-info:focus {
  color: #FFF;
  background-color: rgb(27.2985781991, 23.5071090047, 136.4928909953);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(36, 31, 180, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #FFC83C;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(255, 185.6153846154, 9);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 200, 60, 0.5);
}
.badge-danger {
  color: #FFF;
  background-color: #FF684B;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #FFF;
  background-color: rgb(255, 61.2166666667, 24);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #F7F6F1;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(228.4545454545, 225.1363636364, 208.5454545455);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 246, 241, 0.5);
}
.badge-dark {
  color: #FFF;
  background-color: #5F7488;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #FFF;
  background-color: rgb(74.025974026, 90.3896103896, 105.974025974);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(95, 116, 136, 0.5);
}
.badge-secondary-light {
  color: #212529;
  background-color: #EDF3F1;
}
a.badge-secondary-light:hover, a.badge-secondary-light:focus {
  color: #212529;
  background-color: rgb(206.4, 222.6, 217.2);
}
a.badge-secondary-light:focus, a.badge-secondary-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(237, 243, 241, 0.5);
}
.badge-secondary-dark {
  color: #FFF;
  background-color: #2E513E;
}
a.badge-secondary-dark:hover, a.badge-secondary-dark:focus {
  color: #FFF;
  background-color: rgb(27.5275590551, 48.4724409449, 37.1023622047);
}
a.badge-secondary-dark:focus, a.badge-secondary-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 81, 62, 0.5);
}
.badge-error {
  color: #FFF;
  background-color: #FF684B;
}
a.badge-error:hover, a.badge-error:focus {
  color: #FFF;
  background-color: rgb(255, 61.2166666667, 24);
}
a.badge-error:focus, a.badge-error.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.5);
}
.badge-light-cream {
  color: #212529;
  background-color: #FBFAF7;
}
a.badge-light-cream:hover, a.badge-light-cream:focus {
  color: #212529;
  background-color: rgb(234, 228.75, 213);
}
a.badge-light-cream:focus, a.badge-light-cream.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 250, 247, 0.5);
}
.badge-medium-grey {
  color: #FFF;
  background-color: #8694A2;
}
a.badge-medium-grey:hover, a.badge-medium-grey:focus {
  color: #FFF;
  background-color: rgb(106.4719626168, 122.5, 138.5280373832);
}
a.badge-medium-grey:focus, a.badge-medium-grey.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(134, 148, 162, 0.5);
}
.badge-medium-light-grey {
  color: #212529;
  background-color: #A1AEBB;
}
a.badge-medium-light-grey:hover, a.badge-medium-light-grey:focus {
  color: #212529;
  background-color: rgb(131.4074074074, 148.5, 165.5925925926);
}
a.badge-medium-light-grey:focus, a.badge-medium-light-grey.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(161, 174, 187, 0.5);
}
.badge-light-grey {
  color: #212529;
  background-color: #D6E1EB;
}
a.badge-light-grey:hover, a.badge-light-grey:focus {
  color: #212529;
  background-color: rgb(179.7213114754, 199.9180327869, 218.2786885246);
}
a.badge-light-grey:focus, a.badge-light-grey.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(214, 225, 235, 0.5);
}
.badge-pending {
  color: #212529;
  background-color: #FFC83C;
}
a.badge-pending:hover, a.badge-pending:focus {
  color: #212529;
  background-color: rgb(255, 185.6153846154, 9);
}
a.badge-pending:focus, a.badge-pending.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 200, 60, 0.5);
}
.badge-done {
  color: #212529;
  background-color: #4ECF8C;
}
a.badge-done:hover, a.badge-done:focus {
  color: #212529;
  background-color: rgb(49.92, 184.08, 114.4);
}
a.badge-done:focus, a.badge-done.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.5);
}
.badge-buy {
  color: #212529;
  background-color: #4ECF8C;
}
a.badge-buy:hover, a.badge-buy:focus {
  color: #212529;
  background-color: rgb(49.92, 184.08, 114.4);
}
a.badge-buy:focus, a.badge-buy.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.5);
}
.badge-sell {
  color: #FFF;
  background-color: #FF684B;
}
a.badge-sell:hover, a.badge-sell:focus {
  color: #FFF;
  background-color: rgb(255, 61.2166666667, 24);
}
a.badge-sell:focus, a.badge-sell.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.5);
}
.badge-white {
  color: #212529;
  background-color: #FFF;
}
a.badge-white:hover, a.badge-white:focus {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.badge-higher {
  color: #FFF;
  background-color: #FF684B;
}
a.badge-higher:hover, a.badge-higher:focus {
  color: #FFF;
  background-color: rgb(255, 61.2166666667, 24);
}
a.badge-higher:focus, a.badge-higher.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.5);
}
.badge-equal {
  color: #FFF;
  background-color: #7878FF;
}
a.badge-equal:hover, a.badge-equal:focus {
  color: #FFF;
  background-color: #4545ff;
}
a.badge-equal:focus, a.badge-equal.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(120, 120, 255, 0.5);
}
.badge-lower {
  color: #212529;
  background-color: #4ECF8C;
}
a.badge-lower:hover, a.badge-lower:focus {
  color: #212529;
  background-color: rgb(49.92, 184.08, 114.4);
}
a.badge-lower:focus, a.badge-lower.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.5);
}
.badge-transparent {
  color: #FFF;
  background-color: transparent;
}
a.badge-transparent:hover, a.badge-transparent:focus {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
}
a.badge-transparent:focus, a.badge-transparent.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.badge-purple {
  color: #FFF;
  background-color: #7878FF;
}
a.badge-purple:hover, a.badge-purple:focus {
  color: #FFF;
  background-color: #4545ff;
}
a.badge-purple:focus, a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(120, 120, 255, 0.5);
}
.badge-purple-light {
  color: #212529;
  background-color: #C8C8FF;
}
a.badge-purple-light:hover, a.badge-purple-light:focus {
  color: #212529;
  background-color: #9595ff;
}
a.badge-purple-light:focus, a.badge-purple-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(200, 200, 255, 0.5);
}
.badge-blue-light {
  color: #212529;
  background-color: #F6F6FE;
}
a.badge-blue-light:hover, a.badge-blue-light:focus {
  color: #212529;
  background-color: rgb(200.1, 200.1, 248.9);
}
a.badge-blue-light:focus, a.badge-blue-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 246, 254, 0.5);
}
.badge-blue {
  color: #FFF;
  background-color: #241FB4;
}
a.badge-blue:hover, a.badge-blue:focus {
  color: #FFF;
  background-color: rgb(27.2985781991, 23.5071090047, 136.4928909953);
}
a.badge-blue:focus, a.badge-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(36, 31, 180, 0.5);
}
.badge-draft {
  color: #212529;
  background-color: #D6E1EB;
}
a.badge-draft:hover, a.badge-draft:focus {
  color: #212529;
  background-color: rgb(179.7213114754, 199.9180327869, 218.2786885246);
}
a.badge-draft:focus, a.badge-draft.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(214, 225, 235, 0.5);
}
.badge-published {
  color: #212529;
  background-color: rgba(78, 207, 140, 0.4);
}
a.badge-published:hover, a.badge-published:focus {
  color: #212529;
  background-color: rgba(49.92, 184.08, 114.4, 0.4);
}
a.badge-published:focus, a.badge-published.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.5);
}
.badge-orange-light {
  color: #212529;
  background-color: #FF9581;
}
a.badge-orange-light:hover, a.badge-orange-light:focus {
  color: #212529;
  background-color: rgb(255, 106.0952380952, 78);
}
a.badge-orange-light:focus, a.badge-orange-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 149, 129, 0.5);
}
.badge-to_check {
  color: #212529;
  background-color: #FFE2DE;
}
a.badge-to_check:hover, a.badge-to_check:focus {
  color: #212529;
  background-color: rgb(255, 181.1818181818, 171);
}
a.badge-to_check:focus, a.badge-to_check.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 226, 222, 0.5);
}
.badge-secondary-info {
  color: #FFF;
  background-color: #2619BE;
}
a.badge-secondary-info:hover, a.badge-secondary-info:focus {
  color: #FFF;
  background-color: rgb(28.9860465116, 19.0697674419, 144.9302325581);
}
a.badge-secondary-info:focus, a.badge-secondary-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 25, 190, 0.5);
}
.badge-green {
  color: #212529;
  background-color: #4ECF8C;
}
a.badge-green:hover, a.badge-green:focus {
  color: #212529;
  background-color: rgb(49.92, 184.08, 114.4);
}
a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.5);
}
.badge-red {
  color: #FFF;
  background-color: #FF684B;
}
a.badge-red:hover, a.badge-red:focus {
  color: #FFF;
  background-color: rgb(255, 61.2166666667, 24);
}
a.badge-red:focus, a.badge-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.5);
}
.badge-green-light {
  color: #212529;
  background-color: #DEF8EC;
}
a.badge-green-light:hover, a.badge-green-light:focus {
  color: #212529;
  background-color: rgb(179.925, 239.075, 211.775);
}
a.badge-green-light:focus, a.badge-green-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 248, 236, 0.5);
}
.badge-red-light {
  color: #212529;
  background-color: #FCE3DF;
}
a.badge-red-light:hover, a.badge-red-light:focus {
  color: #212529;
  background-color: rgb(247.6285714286, 186.2, 176.3714285714);
}
a.badge-red-light:focus, a.badge-red-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(252, 227, 223, 0.5);
}
.badge-red-dark {
  color: #FFF;
  background-color: #E25236;
}
a.badge-red-dark:hover, a.badge-red-dark:focus {
  color: #FFF;
  background-color: rgb(200.1260869565, 56.752173913, 28.8739130435);
}
a.badge-red-dark:focus, a.badge-red-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(226, 82, 54, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 2px;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  border-radius: 2px;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3.91rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: rgb(0, 17.16, 34.32);
  background-color: rgb(204, 210.6, 217.2);
  border-color: rgb(183.6, 192.84, 202.08);
}
.alert-primary hr {
  border-top-color: rgb(168.9547297297, 180.09, 191.2252702703);
}
.alert-primary .alert-link {
  color: black;
}
.alert-secondary {
  color: rgb(57.2, 84.24, 73.84);
  background-color: rgb(226, 236.4, 232.4);
  border-color: rgb(214.4, 228.96, 223.36);
}
.alert-secondary hr {
  border-top-color: rgb(198.8642857143, 218.9957142857, 211.2528571429);
}
.alert-secondary .alert-link {
  color: rgb(36.575, 53.865, 47.215);
}
.alert-success {
  color: rgb(40.56, 107.64, 72.8);
  background-color: rgb(219.6, 245.4, 232);
  border-color: rgb(205.44, 241.56, 222.8);
}
.alert-success hr {
  border-top-color: rgb(185.38, 236.12, 209.7666666667);
}
.alert-success .alert-link {
  color: rgb(26.6021052632, 70.5978947368, 47.7473684211);
}
.alert-info {
  color: rgb(18.72, 16.12, 93.6);
  background-color: rgb(211.2, 210.2, 240);
  border-color: rgb(193.68, 192.28, 234);
}
.alert-info hr {
  border-top-color: rgb(175.0027424749, 173.1763210702, 227.6036789298);
}
.alert-info .alert-link {
  color: rgb(10.0185781991, 8.6271090047, 50.0928909953);
}
.alert-warning {
  color: rgb(132.6, 104, 31.2);
  background-color: #fff4d8;
  border-color: rgb(255, 239.6, 200.4);
}
.alert-warning hr {
  border-top-color: rgb(255, 232.4076923077, 174.9);
}
.alert-warning .alert-link {
  color: rgb(91.3142857143, 71.619047619, 21.4857142857);
}
.alert-danger {
  color: rgb(132.6, 54.08, 39);
  background-color: rgb(255, 224.8, 219);
  border-color: rgb(255, 212.72, 204.6);
}
.alert-danger hr {
  border-top-color: rgb(255, 191.3283333333, 179.1);
}
.alert-danger .alert-link {
  color: rgb(93.1909090909, 38.0072727273, 27.4090909091);
}
.alert-light {
  color: rgb(128.44, 127.92, 125.32);
  background-color: rgb(253.4, 253.2, 252.2);
  border-color: rgb(252.76, 252.48, 251.08);
}
.alert-light hr {
  border-top-color: rgb(243.4872727273, 242.0481818182, 234.8527272727);
}
.alert-light .alert-link {
  color: rgb(102.6264754098, 102.2109836066, 100.1335245902);
}
.alert-dark {
  color: rgb(49.4, 60.32, 70.72);
  background-color: rgb(223, 227.2, 231.2);
  border-color: rgb(210.2, 216.08, 221.68);
}
.alert-dark hr {
  border-top-color: rgb(195.576344086, 203.3756989247, 210.803655914);
}
.alert-dark .alert-link {
  color: rgb(28.425974026, 34.7096103896, 40.694025974);
}
.alert-secondary-light {
  color: rgb(123.24, 126.36, 125.32);
  background-color: rgb(251.4, 252.6, 252.2);
  border-color: rgb(249.96, 251.64, 251.08);
}
.alert-secondary-light hr {
  border-top-color: rgb(234.66, 241.44, 239.18);
}
.alert-secondary-light .alert-link {
  color: rgb(98.05875, 100.54125, 99.71375);
}
.alert-secondary-dark {
  color: rgb(23.92, 42.12, 32.24);
  background-color: rgb(213.2, 220.2, 216.4);
  border-color: rgb(196.48, 206.28, 200.96);
}
.alert-secondary-dark hr {
  border-top-color: rgb(182.5648563969, 194.6951436031, 188.1101305483);
}
.alert-secondary-dark .alert-link {
  color: rgb(5.4475590551, 9.5924409449, 7.3423622047);
}
.alert-error {
  color: rgb(132.6, 54.08, 39);
  background-color: rgb(255, 224.8, 219);
  border-color: rgb(255, 212.72, 204.6);
}
.alert-error hr {
  border-top-color: rgb(255, 191.3283333333, 179.1);
}
.alert-error .alert-link {
  color: rgb(93.1909090909, 38.0072727273, 27.4090909091);
}
.alert-light-cream {
  color: rgb(130.52, 130, 128.44);
  background-color: rgb(254.2, 254, 253.4);
  border-color: rgb(253.88, 253.6, 252.76);
}
.alert-light-cream hr {
  border-top-color: rgb(245.38, 242.975, 235.76);
}
.alert-light-cream .alert-link {
  color: rgb(104.8415296367, 104.4107648184, 103.1184703633);
}
.alert-medium-grey {
  color: rgb(69.68, 76.96, 84.24);
  background-color: rgb(230.8, 233.6, 236.4);
  border-color: rgb(221.12, 225.04, 228.96);
}
.alert-medium-grey hr {
  border-top-color: rgb(206.7017757009, 212.29, 217.8782242991);
}
.alert-medium-grey .alert-link {
  color: rgb(46.5921621622, 51.46, 56.3278378378);
}
.alert-medium-light-grey {
  color: rgb(83.72, 90.48, 97.24);
  background-color: rgb(236.2, 238.8, 241.4);
  border-color: rgb(228.68, 232.32, 235.96);
}
.alert-medium-light-grey hr {
  border-top-color: rgb(213.8837037037, 219.57, 225.2562962963);
}
.alert-medium-light-grey .alert-link {
  color: rgb(60.1251724138, 64.98, 69.8348275862);
}
.alert-light-grey {
  color: rgb(111.28, 117, 122.2);
  background-color: rgb(246.8, 249, 251);
  border-color: rgb(243.52, 246.6, 249.4);
}
.alert-light-grey hr {
  border-top-color: rgb(226.3806557377, 234.0590163934, 241.0393442623);
}
.alert-light-grey .alert-link {
  color: rgb(86.9726503341, 91.4432071269, 95.5073496659);
}
.alert-pending {
  color: rgb(132.6, 104, 31.2);
  background-color: #fff4d8;
  border-color: rgb(255, 239.6, 200.4);
}
.alert-pending hr {
  border-top-color: rgb(255, 232.4076923077, 174.9);
}
.alert-pending .alert-link {
  color: rgb(91.3142857143, 71.619047619, 21.4857142857);
}
.alert-done {
  color: rgb(40.56, 107.64, 72.8);
  background-color: rgb(219.6, 245.4, 232);
  border-color: rgb(205.44, 241.56, 222.8);
}
.alert-done hr {
  border-top-color: rgb(185.38, 236.12, 209.7666666667);
}
.alert-done .alert-link {
  color: rgb(26.6021052632, 70.5978947368, 47.7473684211);
}
.alert-buy {
  color: rgb(40.56, 107.64, 72.8);
  background-color: rgb(219.6, 245.4, 232);
  border-color: rgb(205.44, 241.56, 222.8);
}
.alert-buy hr {
  border-top-color: rgb(185.38, 236.12, 209.7666666667);
}
.alert-buy .alert-link {
  color: rgb(26.6021052632, 70.5978947368, 47.7473684211);
}
.alert-sell {
  color: rgb(132.6, 54.08, 39);
  background-color: rgb(255, 224.8, 219);
  border-color: rgb(255, 212.72, 204.6);
}
.alert-sell hr {
  border-top-color: rgb(255, 191.3283333333, 179.1);
}
.alert-sell .alert-link {
  color: rgb(93.1909090909, 38.0072727273, 27.4090909091);
}
.alert-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-white .alert-link {
  color: rgb(107.1, 107.1, 107.1);
}
.alert-higher {
  color: rgb(132.6, 54.08, 39);
  background-color: rgb(255, 224.8, 219);
  border-color: rgb(255, 212.72, 204.6);
}
.alert-higher hr {
  border-top-color: rgb(255, 191.3283333333, 179.1);
}
.alert-higher .alert-link {
  color: rgb(93.1909090909, 38.0072727273, 27.4090909091);
}
.alert-equal {
  color: rgb(62.4, 62.4, 132.6);
  background-color: #e4e4ff;
  border-color: rgb(217.2, 217.2, 255);
}
.alert-equal hr {
  border-top-color: rgb(191.7, 191.7, 255);
}
.alert-equal .alert-link {
  color: rgb(46.08, 46.08, 97.92);
}
.alert-lower {
  color: rgb(40.56, 107.64, 72.8);
  background-color: rgb(219.6, 245.4, 232);
  border-color: rgb(205.44, 241.56, 222.8);
}
.alert-lower hr {
  border-top-color: rgb(185.38, 236.12, 209.7666666667);
}
.alert-lower .alert-link {
  color: rgb(26.6021052632, 70.5978947368, 47.7473684211);
}
.alert-transparent {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.72);
}
.alert-transparent hr {
  border-top-color: rgba(242.25, 242.25, 242.25, 0.72);
}
.alert-transparent .alert-link {
  color: rgba(0, 0, 0, 0.48);
}
.alert-purple {
  color: rgb(62.4, 62.4, 132.6);
  background-color: #e4e4ff;
  border-color: rgb(217.2, 217.2, 255);
}
.alert-purple hr {
  border-top-color: rgb(191.7, 191.7, 255);
}
.alert-purple .alert-link {
  color: rgb(46.08, 46.08, 97.92);
}
.alert-purple-light {
  color: rgb(104, 104, 132.6);
  background-color: #f4f4ff;
  border-color: rgb(239.6, 239.6, 255);
}
.alert-purple-light hr {
  border-top-color: rgb(214.1, 214.1, 255);
}
.alert-purple-light .alert-link {
  color: rgb(81.5824175824, 81.5824175824, 104.0175824176);
}
.alert-blue-light {
  color: rgb(127.92, 127.92, 132.08);
  background-color: rgb(253.2, 253.2, 254.8);
  border-color: rgb(252.48, 252.48, 254.72);
}
.alert-blue-light hr {
  border-top-color: rgb(229.53, 229.53, 252.17);
}
.alert-blue-light .alert-link {
  color: rgb(102.76112, 102.76112, 106.23888);
}
.alert-blue {
  color: rgb(18.72, 16.12, 93.6);
  background-color: rgb(211.2, 210.2, 240);
  border-color: rgb(193.68, 192.28, 234);
}
.alert-blue hr {
  border-top-color: rgb(175.0027424749, 173.1763210702, 227.6036789298);
}
.alert-blue .alert-link {
  color: rgb(10.0185781991, 8.6271090047, 50.0928909953);
}
.alert-draft {
  color: rgb(111.28, 117, 122.2);
  background-color: rgb(246.8, 249, 251);
  border-color: rgb(243.52, 246.6, 249.4);
}
.alert-draft hr {
  border-top-color: rgb(226.3806557377, 234.0590163934, 241.0393442623);
}
.alert-draft .alert-link {
  color: rgb(86.9726503341, 91.4432071269, 95.5073496659);
}
.alert-published {
  color: rgba(16.6229508197, 44.1147540984, 29.8360655738, 0.688);
  background-color: rgba(244.5882352941, 252.1764705882, 248.2352941176, 0.88);
  border-color: rgba(239.3164556962, 250.746835443, 244.8101265823, 0.832);
}
.alert-published hr {
  border-top-color: rgba(219.2564556962, 245.306835443, 231.7767932489, 0.832);
}
.alert-published .alert-link {
  color: rgba(2.6650560828, 7.0726488352, 4.7834339948, 0.688);
}
.alert-orange-light {
  color: rgb(132.6, 77.48, 67.08);
  background-color: rgb(255, 233.8, 229.8);
  border-color: rgb(255, 225.32, 219.72);
}
.alert-orange-light hr {
  border-top-color: rgb(255, 203.8676190476, 194.22);
}
.alert-orange-light .alert-link {
  color: rgb(98.7328125, 57.6909375, 49.9471875);
}
.alert-to_check {
  color: rgb(132.6, 117.52, 115.44);
  background-color: rgb(255, 249.2, 248.4);
  border-color: rgb(255, 246.88, 245.76);
}
.alert-to_check hr {
  border-top-color: rgb(255, 224.4709090909, 220.26);
}
.alert-to_check .alert-link {
  color: rgb(105.3358490566, 93.3564779874, 91.7041509434);
}
.alert-secondary-info {
  color: rgb(19.76, 13, 98.8);
  background-color: rgb(211.6, 209, 242);
  border-color: rgb(194.24, 190.6, 236.8);
}
.alert-secondary-info hr {
  border-top-color: rgb(175.4823728814, 170.7186440678, 231.1813559322);
}
.alert-secondary-info .alert-link {
  color: rgb(10.7460465116, 7.0697674419, 53.7302325581);
}
.alert-green {
  color: rgb(40.56, 107.64, 72.8);
  background-color: rgb(219.6, 245.4, 232);
  border-color: rgb(205.44, 241.56, 222.8);
}
.alert-green hr {
  border-top-color: rgb(185.38, 236.12, 209.7666666667);
}
.alert-green .alert-link {
  color: rgb(26.6021052632, 70.5978947368, 47.7473684211);
}
.alert-red {
  color: rgb(132.6, 54.08, 39);
  background-color: rgb(255, 224.8, 219);
  border-color: rgb(255, 212.72, 204.6);
}
.alert-red hr {
  border-top-color: rgb(255, 191.3283333333, 179.1);
}
.alert-red .alert-link {
  color: rgb(93.1909090909, 38.0072727273, 27.4090909091);
}
.alert-green-light {
  color: rgb(115.44, 128.96, 122.72);
  background-color: rgb(248.4, 253.6, 251.2);
  border-color: rgb(245.76, 253.04, 249.68);
}
.alert-green-light hr {
  border-top-color: rgb(224.7225, 248.5775, 237.5675);
}
.alert-green-light .alert-link {
  color: rgb(91.3506382979, 102.0493617021, 97.1114893617);
}
.alert-red-light {
  color: rgb(131.04, 118.04, 115.96);
  background-color: rgb(254.4, 249.4, 248.6);
  border-color: rgb(254.16, 247.16, 246.04);
}
.alert-red-light hr {
  border-top-color: rgb(251.9742857143, 226.76, 222.7257142857);
}
.alert-red-light .alert-link {
  color: rgb(103.9831578947, 93.6673684211, 92.0168421053);
}
.alert-red-dark {
  color: rgb(117.52, 42.64, 28.08);
  background-color: rgb(249.2, 220.4, 214.8);
  border-color: rgb(246.88, 206.56, 198.72);
}
.alert-red-dark hr {
  border-top-color: rgb(243.6647826087, 187.3795652174, 176.4352173913);
}
.alert-red-dark .alert-link {
  color: rgb(76.3557142857, 27.7042857143, 18.2442857143);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.705rem;
  background-color: #e9ecef;
  border-radius: 2px;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  background-color: #002142;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 2px;
}
.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: #5F7488;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #FFF;
  border: 2px 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: #002142;
  border-color: #002142;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -2px;
  border-top-width: 2px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 2px;
  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: 2px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -2px;
  border-left-width: 2px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 2px;
    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: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 2px;
    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: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 2px;
    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: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 2px;
    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: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 2px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: rgb(0, 17.16, 34.32);
  background-color: rgb(183.6, 192.84, 202.08);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 17.16, 34.32);
  background-color: rgb(168.9547297297, 180.09, 191.2252702703);
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(0, 17.16, 34.32);
  border-color: rgb(0, 17.16, 34.32);
}
.list-group-item-secondary {
  color: rgb(57.2, 84.24, 73.84);
  background-color: rgb(214.4, 228.96, 223.36);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(57.2, 84.24, 73.84);
  background-color: rgb(198.8642857143, 218.9957142857, 211.2528571429);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(57.2, 84.24, 73.84);
  border-color: rgb(57.2, 84.24, 73.84);
}
.list-group-item-success {
  color: rgb(40.56, 107.64, 72.8);
  background-color: rgb(205.44, 241.56, 222.8);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(40.56, 107.64, 72.8);
  background-color: rgb(185.38, 236.12, 209.7666666667);
}
.list-group-item-success.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(40.56, 107.64, 72.8);
  border-color: rgb(40.56, 107.64, 72.8);
}
.list-group-item-info {
  color: rgb(18.72, 16.12, 93.6);
  background-color: rgb(193.68, 192.28, 234);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(18.72, 16.12, 93.6);
  background-color: rgb(175.0027424749, 173.1763210702, 227.6036789298);
}
.list-group-item-info.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(18.72, 16.12, 93.6);
  border-color: rgb(18.72, 16.12, 93.6);
}
.list-group-item-warning {
  color: rgb(132.6, 104, 31.2);
  background-color: rgb(255, 239.6, 200.4);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 104, 31.2);
  background-color: rgb(255, 232.4076923077, 174.9);
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(132.6, 104, 31.2);
  border-color: rgb(132.6, 104, 31.2);
}
.list-group-item-danger {
  color: rgb(132.6, 54.08, 39);
  background-color: rgb(255, 212.72, 204.6);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(132.6, 54.08, 39);
  background-color: rgb(255, 191.3283333333, 179.1);
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(132.6, 54.08, 39);
  border-color: rgb(132.6, 54.08, 39);
}
.list-group-item-light {
  color: rgb(128.44, 127.92, 125.32);
  background-color: rgb(252.76, 252.48, 251.08);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.44, 127.92, 125.32);
  background-color: rgb(243.4872727273, 242.0481818182, 234.8527272727);
}
.list-group-item-light.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(128.44, 127.92, 125.32);
  border-color: rgb(128.44, 127.92, 125.32);
}
.list-group-item-dark {
  color: rgb(49.4, 60.32, 70.72);
  background-color: rgb(210.2, 216.08, 221.68);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(49.4, 60.32, 70.72);
  background-color: rgb(195.576344086, 203.3756989247, 210.803655914);
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(49.4, 60.32, 70.72);
  border-color: rgb(49.4, 60.32, 70.72);
}
.list-group-item-secondary-light {
  color: rgb(123.24, 126.36, 125.32);
  background-color: rgb(249.96, 251.64, 251.08);
}
.list-group-item-secondary-light.list-group-item-action:hover, .list-group-item-secondary-light.list-group-item-action:focus {
  color: rgb(123.24, 126.36, 125.32);
  background-color: rgb(234.66, 241.44, 239.18);
}
.list-group-item-secondary-light.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(123.24, 126.36, 125.32);
  border-color: rgb(123.24, 126.36, 125.32);
}
.list-group-item-secondary-dark {
  color: rgb(23.92, 42.12, 32.24);
  background-color: rgb(196.48, 206.28, 200.96);
}
.list-group-item-secondary-dark.list-group-item-action:hover, .list-group-item-secondary-dark.list-group-item-action:focus {
  color: rgb(23.92, 42.12, 32.24);
  background-color: rgb(182.5648563969, 194.6951436031, 188.1101305483);
}
.list-group-item-secondary-dark.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(23.92, 42.12, 32.24);
  border-color: rgb(23.92, 42.12, 32.24);
}
.list-group-item-error {
  color: rgb(132.6, 54.08, 39);
  background-color: rgb(255, 212.72, 204.6);
}
.list-group-item-error.list-group-item-action:hover, .list-group-item-error.list-group-item-action:focus {
  color: rgb(132.6, 54.08, 39);
  background-color: rgb(255, 191.3283333333, 179.1);
}
.list-group-item-error.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(132.6, 54.08, 39);
  border-color: rgb(132.6, 54.08, 39);
}
.list-group-item-light-cream {
  color: rgb(130.52, 130, 128.44);
  background-color: rgb(253.88, 253.6, 252.76);
}
.list-group-item-light-cream.list-group-item-action:hover, .list-group-item-light-cream.list-group-item-action:focus {
  color: rgb(130.52, 130, 128.44);
  background-color: rgb(245.38, 242.975, 235.76);
}
.list-group-item-light-cream.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(130.52, 130, 128.44);
  border-color: rgb(130.52, 130, 128.44);
}
.list-group-item-medium-grey {
  color: rgb(69.68, 76.96, 84.24);
  background-color: rgb(221.12, 225.04, 228.96);
}
.list-group-item-medium-grey.list-group-item-action:hover, .list-group-item-medium-grey.list-group-item-action:focus {
  color: rgb(69.68, 76.96, 84.24);
  background-color: rgb(206.7017757009, 212.29, 217.8782242991);
}
.list-group-item-medium-grey.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(69.68, 76.96, 84.24);
  border-color: rgb(69.68, 76.96, 84.24);
}
.list-group-item-medium-light-grey {
  color: rgb(83.72, 90.48, 97.24);
  background-color: rgb(228.68, 232.32, 235.96);
}
.list-group-item-medium-light-grey.list-group-item-action:hover, .list-group-item-medium-light-grey.list-group-item-action:focus {
  color: rgb(83.72, 90.48, 97.24);
  background-color: rgb(213.8837037037, 219.57, 225.2562962963);
}
.list-group-item-medium-light-grey.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(83.72, 90.48, 97.24);
  border-color: rgb(83.72, 90.48, 97.24);
}
.list-group-item-light-grey {
  color: rgb(111.28, 117, 122.2);
  background-color: rgb(243.52, 246.6, 249.4);
}
.list-group-item-light-grey.list-group-item-action:hover, .list-group-item-light-grey.list-group-item-action:focus {
  color: rgb(111.28, 117, 122.2);
  background-color: rgb(226.3806557377, 234.0590163934, 241.0393442623);
}
.list-group-item-light-grey.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(111.28, 117, 122.2);
  border-color: rgb(111.28, 117, 122.2);
}
.list-group-item-pending {
  color: rgb(132.6, 104, 31.2);
  background-color: rgb(255, 239.6, 200.4);
}
.list-group-item-pending.list-group-item-action:hover, .list-group-item-pending.list-group-item-action:focus {
  color: rgb(132.6, 104, 31.2);
  background-color: rgb(255, 232.4076923077, 174.9);
}
.list-group-item-pending.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(132.6, 104, 31.2);
  border-color: rgb(132.6, 104, 31.2);
}
.list-group-item-done {
  color: rgb(40.56, 107.64, 72.8);
  background-color: rgb(205.44, 241.56, 222.8);
}
.list-group-item-done.list-group-item-action:hover, .list-group-item-done.list-group-item-action:focus {
  color: rgb(40.56, 107.64, 72.8);
  background-color: rgb(185.38, 236.12, 209.7666666667);
}
.list-group-item-done.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(40.56, 107.64, 72.8);
  border-color: rgb(40.56, 107.64, 72.8);
}
.list-group-item-buy {
  color: rgb(40.56, 107.64, 72.8);
  background-color: rgb(205.44, 241.56, 222.8);
}
.list-group-item-buy.list-group-item-action:hover, .list-group-item-buy.list-group-item-action:focus {
  color: rgb(40.56, 107.64, 72.8);
  background-color: rgb(185.38, 236.12, 209.7666666667);
}
.list-group-item-buy.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(40.56, 107.64, 72.8);
  border-color: rgb(40.56, 107.64, 72.8);
}
.list-group-item-sell {
  color: rgb(132.6, 54.08, 39);
  background-color: rgb(255, 212.72, 204.6);
}
.list-group-item-sell.list-group-item-action:hover, .list-group-item-sell.list-group-item-action:focus {
  color: rgb(132.6, 54.08, 39);
  background-color: rgb(255, 191.3283333333, 179.1);
}
.list-group-item-sell.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(132.6, 54.08, 39);
  border-color: rgb(132.6, 54.08, 39);
}
.list-group-item-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-white.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}
.list-group-item-higher {
  color: rgb(132.6, 54.08, 39);
  background-color: rgb(255, 212.72, 204.6);
}
.list-group-item-higher.list-group-item-action:hover, .list-group-item-higher.list-group-item-action:focus {
  color: rgb(132.6, 54.08, 39);
  background-color: rgb(255, 191.3283333333, 179.1);
}
.list-group-item-higher.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(132.6, 54.08, 39);
  border-color: rgb(132.6, 54.08, 39);
}
.list-group-item-equal {
  color: rgb(62.4, 62.4, 132.6);
  background-color: rgb(217.2, 217.2, 255);
}
.list-group-item-equal.list-group-item-action:hover, .list-group-item-equal.list-group-item-action:focus {
  color: rgb(62.4, 62.4, 132.6);
  background-color: rgb(191.7, 191.7, 255);
}
.list-group-item-equal.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(62.4, 62.4, 132.6);
  border-color: rgb(62.4, 62.4, 132.6);
}
.list-group-item-lower {
  color: rgb(40.56, 107.64, 72.8);
  background-color: rgb(205.44, 241.56, 222.8);
}
.list-group-item-lower.list-group-item-action:hover, .list-group-item-lower.list-group-item-action:focus {
  color: rgb(40.56, 107.64, 72.8);
  background-color: rgb(185.38, 236.12, 209.7666666667);
}
.list-group-item-lower.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(40.56, 107.64, 72.8);
  border-color: rgb(40.56, 107.64, 72.8);
}
.list-group-item-transparent {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(255, 255, 255, 0.72);
}
.list-group-item-transparent.list-group-item-action:hover, .list-group-item-transparent.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(242.25, 242.25, 242.25, 0.72);
}
.list-group-item-transparent.list-group-item-action.active {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.48);
  border-color: rgba(0, 0, 0, 0.48);
}
.list-group-item-purple {
  color: rgb(62.4, 62.4, 132.6);
  background-color: rgb(217.2, 217.2, 255);
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: rgb(62.4, 62.4, 132.6);
  background-color: rgb(191.7, 191.7, 255);
}
.list-group-item-purple.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(62.4, 62.4, 132.6);
  border-color: rgb(62.4, 62.4, 132.6);
}
.list-group-item-purple-light {
  color: rgb(104, 104, 132.6);
  background-color: rgb(239.6, 239.6, 255);
}
.list-group-item-purple-light.list-group-item-action:hover, .list-group-item-purple-light.list-group-item-action:focus {
  color: rgb(104, 104, 132.6);
  background-color: rgb(214.1, 214.1, 255);
}
.list-group-item-purple-light.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(104, 104, 132.6);
  border-color: rgb(104, 104, 132.6);
}
.list-group-item-blue-light {
  color: rgb(127.92, 127.92, 132.08);
  background-color: rgb(252.48, 252.48, 254.72);
}
.list-group-item-blue-light.list-group-item-action:hover, .list-group-item-blue-light.list-group-item-action:focus {
  color: rgb(127.92, 127.92, 132.08);
  background-color: rgb(229.53, 229.53, 252.17);
}
.list-group-item-blue-light.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(127.92, 127.92, 132.08);
  border-color: rgb(127.92, 127.92, 132.08);
}
.list-group-item-blue {
  color: rgb(18.72, 16.12, 93.6);
  background-color: rgb(193.68, 192.28, 234);
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: rgb(18.72, 16.12, 93.6);
  background-color: rgb(175.0027424749, 173.1763210702, 227.6036789298);
}
.list-group-item-blue.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(18.72, 16.12, 93.6);
  border-color: rgb(18.72, 16.12, 93.6);
}
.list-group-item-draft {
  color: rgb(111.28, 117, 122.2);
  background-color: rgb(243.52, 246.6, 249.4);
}
.list-group-item-draft.list-group-item-action:hover, .list-group-item-draft.list-group-item-action:focus {
  color: rgb(111.28, 117, 122.2);
  background-color: rgb(226.3806557377, 234.0590163934, 241.0393442623);
}
.list-group-item-draft.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(111.28, 117, 122.2);
  border-color: rgb(111.28, 117, 122.2);
}
.list-group-item-published {
  color: rgba(16.6229508197, 44.1147540984, 29.8360655738, 0.688);
  background-color: rgba(239.3164556962, 250.746835443, 244.8101265823, 0.832);
}
.list-group-item-published.list-group-item-action:hover, .list-group-item-published.list-group-item-action:focus {
  color: rgba(16.6229508197, 44.1147540984, 29.8360655738, 0.688);
  background-color: rgba(219.2564556962, 245.306835443, 231.7767932489, 0.832);
}
.list-group-item-published.list-group-item-action.active {
  color: #FFF;
  background-color: rgba(16.6229508197, 44.1147540984, 29.8360655738, 0.688);
  border-color: rgba(16.6229508197, 44.1147540984, 29.8360655738, 0.688);
}
.list-group-item-orange-light {
  color: rgb(132.6, 77.48, 67.08);
  background-color: rgb(255, 225.32, 219.72);
}
.list-group-item-orange-light.list-group-item-action:hover, .list-group-item-orange-light.list-group-item-action:focus {
  color: rgb(132.6, 77.48, 67.08);
  background-color: rgb(255, 203.8676190476, 194.22);
}
.list-group-item-orange-light.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(132.6, 77.48, 67.08);
  border-color: rgb(132.6, 77.48, 67.08);
}
.list-group-item-to_check {
  color: rgb(132.6, 117.52, 115.44);
  background-color: rgb(255, 246.88, 245.76);
}
.list-group-item-to_check.list-group-item-action:hover, .list-group-item-to_check.list-group-item-action:focus {
  color: rgb(132.6, 117.52, 115.44);
  background-color: rgb(255, 224.4709090909, 220.26);
}
.list-group-item-to_check.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(132.6, 117.52, 115.44);
  border-color: rgb(132.6, 117.52, 115.44);
}
.list-group-item-secondary-info {
  color: rgb(19.76, 13, 98.8);
  background-color: rgb(194.24, 190.6, 236.8);
}
.list-group-item-secondary-info.list-group-item-action:hover, .list-group-item-secondary-info.list-group-item-action:focus {
  color: rgb(19.76, 13, 98.8);
  background-color: rgb(175.4823728814, 170.7186440678, 231.1813559322);
}
.list-group-item-secondary-info.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(19.76, 13, 98.8);
  border-color: rgb(19.76, 13, 98.8);
}
.list-group-item-green {
  color: rgb(40.56, 107.64, 72.8);
  background-color: rgb(205.44, 241.56, 222.8);
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: rgb(40.56, 107.64, 72.8);
  background-color: rgb(185.38, 236.12, 209.7666666667);
}
.list-group-item-green.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(40.56, 107.64, 72.8);
  border-color: rgb(40.56, 107.64, 72.8);
}
.list-group-item-red {
  color: rgb(132.6, 54.08, 39);
  background-color: rgb(255, 212.72, 204.6);
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: rgb(132.6, 54.08, 39);
  background-color: rgb(255, 191.3283333333, 179.1);
}
.list-group-item-red.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(132.6, 54.08, 39);
  border-color: rgb(132.6, 54.08, 39);
}
.list-group-item-green-light {
  color: rgb(115.44, 128.96, 122.72);
  background-color: rgb(245.76, 253.04, 249.68);
}
.list-group-item-green-light.list-group-item-action:hover, .list-group-item-green-light.list-group-item-action:focus {
  color: rgb(115.44, 128.96, 122.72);
  background-color: rgb(224.7225, 248.5775, 237.5675);
}
.list-group-item-green-light.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(115.44, 128.96, 122.72);
  border-color: rgb(115.44, 128.96, 122.72);
}
.list-group-item-red-light {
  color: rgb(131.04, 118.04, 115.96);
  background-color: rgb(254.16, 247.16, 246.04);
}
.list-group-item-red-light.list-group-item-action:hover, .list-group-item-red-light.list-group-item-action:focus {
  color: rgb(131.04, 118.04, 115.96);
  background-color: rgb(251.9742857143, 226.76, 222.7257142857);
}
.list-group-item-red-light.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(131.04, 118.04, 115.96);
  border-color: rgb(131.04, 118.04, 115.96);
}
.list-group-item-red-dark {
  color: rgb(117.52, 42.64, 28.08);
  background-color: rgb(246.88, 206.56, 198.72);
}
.list-group-item-red-dark.list-group-item-action:hover, .list-group-item-red-dark.list-group-item-action:focus {
  color: rgb(117.52, 42.64, 28.08);
  background-color: rgb(243.6647826087, 187.3795652174, 176.4352173913);
}
.list-group-item-red-dark.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(117.52, 42.64, 28.08);
  border-color: rgb(117.52, 42.64, 28.08);
}
.close {
  float: right;
  font-size: 1.41rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FFF;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFF;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  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;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 2px solid #002142;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 2px solid #002142;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Work Sans", Arial, 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.8225rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFF;
  text-align: center;
  background-color: #000;
  border-radius: 2px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Work Sans", Arial, 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.8225rem;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 2px;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 2px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 2px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFF;
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 2px);
  width: 0.5rem;
  height: 1rem;
  margin: 2px 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 2px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFF;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 2px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 2px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFF;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 2px solid rgb(247.35, 247.35, 247.35);
}
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 2px);
  width: 0.5rem;
  height: 1rem;
  margin: 2px 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 2px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFF;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.94rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 2px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #5F7488;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  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: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFF;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@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;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #002142 !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 7.5, 15) !important;
}
.bg-secondary {
  background-color: #6EA28E !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(86.3571428571, 134.6428571429, 116.0714285714) !important;
}
.bg-success {
  background-color: #4ECF8C !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(49.92, 184.08, 114.4) !important;
}
.bg-info {
  background-color: #241FB4 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(27.2985781991, 23.5071090047, 136.4928909953) !important;
}
.bg-warning {
  background-color: #FFC83C !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(255, 185.6153846154, 9) !important;
}
.bg-danger {
  background-color: #FF684B !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(255, 61.2166666667, 24) !important;
}
.bg-light {
  background-color: #F7F6F1 !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(228.4545454545, 225.1363636364, 208.5454545455) !important;
}
.bg-dark {
  background-color: #5F7488 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(74.025974026, 90.3896103896, 105.974025974) !important;
}
.bg-secondary-light {
  background-color: #EDF3F1 !important;
}
a.bg-secondary-light:hover, a.bg-secondary-light:focus,
button.bg-secondary-light:hover,
button.bg-secondary-light:focus {
  background-color: rgb(206.4, 222.6, 217.2) !important;
}
.bg-secondary-dark {
  background-color: #2E513E !important;
}
a.bg-secondary-dark:hover, a.bg-secondary-dark:focus,
button.bg-secondary-dark:hover,
button.bg-secondary-dark:focus {
  background-color: rgb(27.5275590551, 48.4724409449, 37.1023622047) !important;
}
.bg-error {
  background-color: #FF684B !important;
}
a.bg-error:hover, a.bg-error:focus,
button.bg-error:hover,
button.bg-error:focus {
  background-color: rgb(255, 61.2166666667, 24) !important;
}
.bg-light-cream {
  background-color: #FBFAF7 !important;
}
a.bg-light-cream:hover, a.bg-light-cream:focus,
button.bg-light-cream:hover,
button.bg-light-cream:focus {
  background-color: rgb(234, 228.75, 213) !important;
}
.bg-medium-grey {
  background-color: #8694A2 !important;
}
a.bg-medium-grey:hover, a.bg-medium-grey:focus,
button.bg-medium-grey:hover,
button.bg-medium-grey:focus {
  background-color: rgb(106.4719626168, 122.5, 138.5280373832) !important;
}
.bg-medium-light-grey {
  background-color: #A1AEBB !important;
}
a.bg-medium-light-grey:hover, a.bg-medium-light-grey:focus,
button.bg-medium-light-grey:hover,
button.bg-medium-light-grey:focus {
  background-color: rgb(131.4074074074, 148.5, 165.5925925926) !important;
}
.bg-light-grey {
  background-color: #D6E1EB !important;
}
a.bg-light-grey:hover, a.bg-light-grey:focus,
button.bg-light-grey:hover,
button.bg-light-grey:focus {
  background-color: rgb(179.7213114754, 199.9180327869, 218.2786885246) !important;
}
.bg-pending {
  background-color: #FFC83C !important;
}
a.bg-pending:hover, a.bg-pending:focus,
button.bg-pending:hover,
button.bg-pending:focus {
  background-color: rgb(255, 185.6153846154, 9) !important;
}
.bg-done {
  background-color: #4ECF8C !important;
}
a.bg-done:hover, a.bg-done:focus,
button.bg-done:hover,
button.bg-done:focus {
  background-color: rgb(49.92, 184.08, 114.4) !important;
}
.bg-buy {
  background-color: #4ECF8C !important;
}
a.bg-buy:hover, a.bg-buy:focus,
button.bg-buy:hover,
button.bg-buy:focus {
  background-color: rgb(49.92, 184.08, 114.4) !important;
}
.bg-sell {
  background-color: #FF684B !important;
}
a.bg-sell:hover, a.bg-sell:focus,
button.bg-sell:hover,
button.bg-sell:focus {
  background-color: rgb(255, 61.2166666667, 24) !important;
}
.bg-white {
  background-color: #FFF !important;
}
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}
.bg-higher {
  background-color: #FF684B !important;
}
a.bg-higher:hover, a.bg-higher:focus,
button.bg-higher:hover,
button.bg-higher:focus {
  background-color: rgb(255, 61.2166666667, 24) !important;
}
.bg-equal {
  background-color: #7878FF !important;
}
a.bg-equal:hover, a.bg-equal:focus,
button.bg-equal:hover,
button.bg-equal:focus {
  background-color: #4545ff !important;
}
.bg-lower {
  background-color: #4ECF8C !important;
}
a.bg-lower:hover, a.bg-lower:focus,
button.bg-lower:hover,
button.bg-lower:focus {
  background-color: rgb(49.92, 184.08, 114.4) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
a.bg-transparent:hover, a.bg-transparent:focus,
button.bg-transparent:hover,
button.bg-transparent:focus {
  background-color: rgba(0, 0, 0, 0) !important;
}
.bg-purple {
  background-color: #7878FF !important;
}
a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #4545ff !important;
}
.bg-purple-light {
  background-color: #C8C8FF !important;
}
a.bg-purple-light:hover, a.bg-purple-light:focus,
button.bg-purple-light:hover,
button.bg-purple-light:focus {
  background-color: #9595ff !important;
}
.bg-blue-light {
  background-color: #F6F6FE !important;
}
a.bg-blue-light:hover, a.bg-blue-light:focus,
button.bg-blue-light:hover,
button.bg-blue-light:focus {
  background-color: rgb(200.1, 200.1, 248.9) !important;
}
.bg-blue {
  background-color: #241FB4 !important;
}
a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: rgb(27.2985781991, 23.5071090047, 136.4928909953) !important;
}
.bg-draft {
  background-color: #D6E1EB !important;
}
a.bg-draft:hover, a.bg-draft:focus,
button.bg-draft:hover,
button.bg-draft:focus {
  background-color: rgb(179.7213114754, 199.9180327869, 218.2786885246) !important;
}
.bg-published {
  background-color: rgba(78, 207, 140, 0.4) !important;
}
a.bg-published:hover, a.bg-published:focus,
button.bg-published:hover,
button.bg-published:focus {
  background-color: rgba(49.92, 184.08, 114.4, 0.4) !important;
}
.bg-orange-light {
  background-color: #FF9581 !important;
}
a.bg-orange-light:hover, a.bg-orange-light:focus,
button.bg-orange-light:hover,
button.bg-orange-light:focus {
  background-color: rgb(255, 106.0952380952, 78) !important;
}
.bg-to_check {
  background-color: #FFE2DE !important;
}
a.bg-to_check:hover, a.bg-to_check:focus,
button.bg-to_check:hover,
button.bg-to_check:focus {
  background-color: rgb(255, 181.1818181818, 171) !important;
}
.bg-secondary-info {
  background-color: #2619BE !important;
}
a.bg-secondary-info:hover, a.bg-secondary-info:focus,
button.bg-secondary-info:hover,
button.bg-secondary-info:focus {
  background-color: rgb(28.9860465116, 19.0697674419, 144.9302325581) !important;
}
.bg-green {
  background-color: #4ECF8C !important;
}
a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: rgb(49.92, 184.08, 114.4) !important;
}
.bg-red {
  background-color: #FF684B !important;
}
a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: rgb(255, 61.2166666667, 24) !important;
}
.bg-green-light {
  background-color: #DEF8EC !important;
}
a.bg-green-light:hover, a.bg-green-light:focus,
button.bg-green-light:hover,
button.bg-green-light:focus {
  background-color: rgb(179.925, 239.075, 211.775) !important;
}
.bg-red-light {
  background-color: #FCE3DF !important;
}
a.bg-red-light:hover, a.bg-red-light:focus,
button.bg-red-light:hover,
button.bg-red-light:focus {
  background-color: rgb(247.6285714286, 186.2, 176.3714285714) !important;
}
.bg-red-dark {
  background-color: #E25236 !important;
}
a.bg-red-dark:hover, a.bg-red-dark:focus,
button.bg-red-dark:hover,
button.bg-red-dark:focus {
  background-color: rgb(200.1260869565, 56.752173913, 28.8739130435) !important;
}
.bg-white {
  background-color: #FFF !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 2px solid #002142 !important;
}
.border-top {
  border-top: 2px solid #002142 !important;
}
.border-right {
  border-right: 2px solid #002142 !important;
}
.border-bottom {
  border-bottom: 2px solid #002142 !important;
}
.border-left {
  border-left: 2px solid #002142 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #002142 !important;
}
.border-secondary {
  border-color: #6EA28E !important;
}
.border-success {
  border-color: #4ECF8C !important;
}
.border-info {
  border-color: #241FB4 !important;
}
.border-warning {
  border-color: #FFC83C !important;
}
.border-danger {
  border-color: #FF684B !important;
}
.border-light {
  border-color: #F7F6F1 !important;
}
.border-dark {
  border-color: #5F7488 !important;
}
.border-secondary-light {
  border-color: #EDF3F1 !important;
}
.border-secondary-dark {
  border-color: #2E513E !important;
}
.border-error {
  border-color: #FF684B !important;
}
.border-light-cream {
  border-color: #FBFAF7 !important;
}
.border-medium-grey {
  border-color: #8694A2 !important;
}
.border-medium-light-grey {
  border-color: #A1AEBB !important;
}
.border-light-grey {
  border-color: #D6E1EB !important;
}
.border-pending {
  border-color: #FFC83C !important;
}
.border-done {
  border-color: #4ECF8C !important;
}
.border-buy {
  border-color: #4ECF8C !important;
}
.border-sell {
  border-color: #FF684B !important;
}
.border-white {
  border-color: #FFF !important;
}
.border-higher {
  border-color: #FF684B !important;
}
.border-equal {
  border-color: #7878FF !important;
}
.border-lower {
  border-color: #4ECF8C !important;
}
.border-transparent {
  border-color: transparent !important;
}
.border-purple {
  border-color: #7878FF !important;
}
.border-purple-light {
  border-color: #C8C8FF !important;
}
.border-blue-light {
  border-color: #F6F6FE !important;
}
.border-blue {
  border-color: #241FB4 !important;
}
.border-draft {
  border-color: #D6E1EB !important;
}
.border-published {
  border-color: rgba(78, 207, 140, 0.4) !important;
}
.border-orange-light {
  border-color: #FF9581 !important;
}
.border-to_check {
  border-color: #FFE2DE !important;
}
.border-secondary-info {
  border-color: #2619BE !important;
}
.border-green {
  border-color: #4ECF8C !important;
}
.border-red {
  border-color: #FF684B !important;
}
.border-green-light {
  border-color: #DEF8EC !important;
}
.border-red-light {
  border-color: #FCE3DF !important;
}
.border-red-dark {
  border-color: #E25236 !important;
}
.border-white {
  border-color: #FFF !important;
}
.rounded-sm {
  border-radius: 2px !important;
}
.rounded {
  border-radius: 2px !important;
}
.rounded-top {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}
.rounded-right {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.rounded-left {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.rounded-lg {
  border-radius: 2px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.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;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.m-6 {
  margin: 6rem !important;
}
.mt-6,
.my-6 {
  margin-top: 6rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 6rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}
.m-7 {
  margin: 8rem !important;
}
.mt-7,
.my-7 {
  margin-top: 8rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 8rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 8rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 8rem !important;
}
.m-8 {
  margin: 10rem !important;
}
.mt-8,
.my-8 {
  margin-top: 10rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 10rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 10rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 10rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.p-6 {
  padding: 6rem !important;
}
.pt-6,
.py-6 {
  padding-top: 6rem !important;
}
.pr-6,
.px-6 {
  padding-right: 6rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}
.pl-6,
.px-6 {
  padding-left: 6rem !important;
}
.p-7 {
  padding: 8rem !important;
}
.pt-7,
.py-7 {
  padding-top: 8rem !important;
}
.pr-7,
.px-7 {
  padding-right: 8rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 8rem !important;
}
.pl-7,
.px-7 {
  padding-left: 8rem !important;
}
.p-8 {
  padding: 10rem !important;
}
.pt-8,
.py-8 {
  padding-top: 10rem !important;
}
.pr-8,
.px-8 {
  padding-right: 10rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 10rem !important;
}
.pl-8,
.px-8 {
  padding-left: 10rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-n6 {
  margin: -6rem !important;
}
.mt-n6,
.my-n6 {
  margin-top: -6rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -6rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -6rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -6rem !important;
}
.m-n7 {
  margin: -8rem !important;
}
.mt-n7,
.my-n7 {
  margin-top: -8rem !important;
}
.mr-n7,
.mx-n7 {
  margin-right: -8rem !important;
}
.mb-n7,
.my-n7 {
  margin-bottom: -8rem !important;
}
.ml-n7,
.mx-n7 {
  margin-left: -8rem !important;
}
.m-n8 {
  margin: -10rem !important;
}
.mt-n8,
.my-n8 {
  margin-top: -10rem !important;
}
.mr-n8,
.mx-n8 {
  margin-right: -10rem !important;
}
.mb-n8,
.my-n8 {
  margin-bottom: -10rem !important;
}
.ml-n8,
.mx-n8 {
  margin-left: -10rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }
  .m-sm-7 {
    margin: 8rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 8rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 8rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 8rem !important;
  }
  .m-sm-8 {
    margin: 10rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 10rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 10rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 10rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .p-sm-7 {
    padding: 8rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 8rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 8rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 8rem !important;
  }
  .p-sm-8 {
    padding: 10rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 10rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 10rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 10rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -6rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -6rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -6rem !important;
  }
  .m-sm-n7 {
    margin: -8rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -8rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -8rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -8rem !important;
  }
  .m-sm-n8 {
    margin: -10rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -10rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -10rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -10rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }
  .m-md-7 {
    margin: 8rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 8rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 8rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 8rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 8rem !important;
  }
  .m-md-8 {
    margin: 10rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 10rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 10rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 10rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 10rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }
  .p-md-7 {
    padding: 8rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 8rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 8rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 8rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 8rem !important;
  }
  .p-md-8 {
    padding: 10rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 10rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 10rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 10rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 10rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -6rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -6rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -6rem !important;
  }
  .m-md-n7 {
    margin: -8rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -8rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -8rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -8rem !important;
  }
  .m-md-n8 {
    margin: -10rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -10rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -10rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -10rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .m-lg-7 {
    margin: 8rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 8rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 8rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 8rem !important;
  }
  .m-lg-8 {
    margin: 10rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 10rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 10rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 10rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .p-lg-7 {
    padding: 8rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 8rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 8rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 8rem !important;
  }
  .p-lg-8 {
    padding: 10rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 10rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 10rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 10rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -6rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -6rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -6rem !important;
  }
  .m-lg-n7 {
    margin: -8rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -8rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -8rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -8rem !important;
  }
  .m-lg-n8 {
    margin: -10rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -10rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -10rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -10rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .m-xl-7 {
    margin: 8rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 8rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 8rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 8rem !important;
  }
  .m-xl-8 {
    margin: 10rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 10rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 10rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 10rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }
  .p-xl-7 {
    padding: 8rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 8rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 8rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 8rem !important;
  }
  .p-xl-8 {
    padding: 10rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 10rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 10rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 10rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -6rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -6rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -6rem !important;
  }
  .m-xl-n7 {
    margin: -8rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -8rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -8rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -8rem !important;
  }
  .m-xl-n8 {
    margin: -10rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -10rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -10rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -10rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #FFF !important;
}
.text-primary {
  color: #002142 !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}
.text-secondary {
  color: #6EA28E !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(76.3928571429, 119.1071428571, 102.6785714286) !important;
}
.text-success {
  color: #4ECF8C !important;
}
a.text-success:hover, a.text-success:focus {
  color: rgb(44.48, 164.02, 101.9333333333) !important;
}
.text-info {
  color: #241FB4 !important;
}
a.text-info:hover, a.text-info:focus {
  color: rgb(22.9478672986, 19.7606635071, 114.7393364929) !important;
}
.text-warning {
  color: #FFC83C !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: rgb(238.5, 171.2307692308, 0) !important;
}
.text-danger {
  color: #FF684B !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: rgb(253.5, 40.8416666667, 0) !important;
}
.text-light {
  color: #F7F6F1 !important;
}
a.text-light:hover, a.text-light:focus {
  color: rgb(219.1818181818, 214.7045454545, 192.3181818182) !important;
}
.text-dark {
  color: #5F7488 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: rgb(63.538961039, 77.5844155844, 90.961038961) !important;
}
.text-secondary-light {
  color: #EDF3F1 !important;
}
a.text-secondary-light:hover, a.text-secondary-light:focus {
  color: rgb(191.1, 212.4, 205.3) !important;
}
.text-secondary-dark {
  color: #2E513E !important;
}
a.text-secondary-dark:hover, a.text-secondary-dark:focus {
  color: rgb(18.2913385827, 32.2086614173, 24.6535433071) !important;
}
.text-error {
  color: #FF684B !important;
}
a.text-error:hover, a.text-error:focus {
  color: rgb(253.5, 40.8416666667, 0) !important;
}
.text-light-cream {
  color: #FBFAF7 !important;
}
a.text-light-cream:hover, a.text-light-cream:focus {
  color: rgb(225.5, 218.125, 196) !important;
}
.text-medium-grey {
  color: #8694A2 !important;
}
a.text-medium-grey:hover, a.text-medium-grey:focus {
  color: rgb(95.3901869159, 109.75, 124.1098130841) !important;
}
.text-medium-light-grey {
  color: #A1AEBB !important;
}
a.text-medium-light-grey:hover, a.text-medium-light-grey:focus {
  color: rgb(116.6111111111, 135.75, 154.8888888889) !important;
}
.text-light-grey {
  color: #D6E1EB !important;
}
a.text-light-grey:hover, a.text-light-grey:focus {
  color: rgb(162.5819672131, 187.3770491803, 209.9180327869) !important;
}
.text-pending {
  color: #FFC83C !important;
}
a.text-pending:hover, a.text-pending:focus {
  color: rgb(238.5, 171.2307692308, 0) !important;
}
.text-done {
  color: #4ECF8C !important;
}
a.text-done:hover, a.text-done:focus {
  color: rgb(44.48, 164.02, 101.9333333333) !important;
}
.text-buy {
  color: #4ECF8C !important;
}
a.text-buy:hover, a.text-buy:focus {
  color: rgb(44.48, 164.02, 101.9333333333) !important;
}
.text-sell {
  color: #FF684B !important;
}
a.text-sell:hover, a.text-sell:focus {
  color: rgb(253.5, 40.8416666667, 0) !important;
}
.text-white {
  color: #FFF !important;
}
a.text-white:hover, a.text-white:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}
.text-higher {
  color: #FF684B !important;
}
a.text-higher:hover, a.text-higher:focus {
  color: rgb(253.5, 40.8416666667, 0) !important;
}
.text-equal {
  color: #7878FF !important;
}
a.text-equal:hover, a.text-equal:focus {
  color: rgb(43.5, 43.5, 255) !important;
}
.text-lower {
  color: #4ECF8C !important;
}
a.text-lower:hover, a.text-lower:focus {
  color: rgb(44.48, 164.02, 101.9333333333) !important;
}
.text-transparent {
  color: transparent !important;
}
a.text-transparent:hover, a.text-transparent:focus {
  color: rgba(0, 0, 0, 0) !important;
}
.text-purple {
  color: #7878FF !important;
}
a.text-purple:hover, a.text-purple:focus {
  color: rgb(43.5, 43.5, 255) !important;
}
.text-purple-light {
  color: #C8C8FF !important;
}
a.text-purple-light:hover, a.text-purple-light:focus {
  color: rgb(123.5, 123.5, 255) !important;
}
.text-blue-light {
  color: #F6F6FE !important;
}
a.text-blue-light:hover, a.text-blue-light:focus {
  color: rgb(177.15, 177.15, 246.35) !important;
}
.text-blue {
  color: #241FB4 !important;
}
a.text-blue:hover, a.text-blue:focus {
  color: rgb(22.9478672986, 19.7606635071, 114.7393364929) !important;
}
.text-draft {
  color: #D6E1EB !important;
}
a.text-draft:hover, a.text-draft:focus {
  color: rgb(162.5819672131, 187.3770491803, 209.9180327869) !important;
}
.text-published {
  color: rgba(78, 207, 140, 0.4) !important;
}
a.text-published:hover, a.text-published:focus {
  color: rgba(44.48, 164.02, 101.9333333333, 0.4) !important;
}
.text-orange-light {
  color: #FF9581 !important;
}
a.text-orange-light:hover, a.text-orange-light:focus {
  color: rgb(255, 84.6428571429, 52.5) !important;
}
.text-to_check {
  color: #FFE2DE !important;
}
a.text-to_check:hover, a.text-to_check:focus {
  color: rgb(255, 158.7727272727, 145.5) !important;
}
.text-secondary-info {
  color: #2619BE !important;
}
a.text-secondary-info:hover, a.text-secondary-info:focus {
  color: rgb(24.4790697674, 16.1046511628, 122.3953488372) !important;
}
.text-green {
  color: #4ECF8C !important;
}
a.text-green:hover, a.text-green:focus {
  color: rgb(44.48, 164.02, 101.9333333333) !important;
}
.text-red {
  color: #FF684B !important;
}
a.text-red:hover, a.text-red:focus {
  color: rgb(253.5, 40.8416666667, 0) !important;
}
.text-green-light {
  color: #DEF8EC !important;
}
a.text-green-light:hover, a.text-green-light:focus {
  color: rgb(158.8875, 234.6125, 199.6625) !important;
}
.text-red-light {
  color: #FCE3DF !important;
}
a.text-red-light:hover, a.text-red-light:focus {
  color: rgb(245.4428571429, 165.8, 153.0571428571) !important;
}
.text-red-dark {
  color: #E25236 !important;
}
a.text-red-dark:hover, a.text-red-dark:focus {
  color: rgb(177.8413043478, 50.4326086957, 25.6586956522) !important;
}
.text-body {
  color: #5F7488 !important;
}
.text-muted {
  color: #8694A2 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 2px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 2px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #FFF !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #002142;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #002142;
  }
}
.container-large {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-large {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container-large {
    max-width: 820px;
  }
}
@media (min-width: 992px) {
  .container-large {
    max-width: 1060px;
  }
}
@media (min-width: 1200px) {
  .container-large {
    max-width: 1240px;
  }
}
.flex-width-300 {
  flex-basis: 200px;
  min-width: 200px;
  flex-shrink: 0;
  flex-grow: 0;
}
.flex-auto {
  flex: 1 0 auto !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.highcharts-credits {
  display: none;
}
.line-height-sm {
  line-height: 1 !important;
}
.border-sm {
  border-width: 1px !important;
}
.modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.mln-5 {
  margin-left: -38px;
}
.btn-round {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.min-h-100 {
  min-height: 100px;
}
.min-h-130 {
  min-height: 130px;
}
.min-h-200 {
  min-height: 200px;
}
.loading, .inset {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.error-nav, .inset {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.border-top-lg {
  border-top-width: 4px !important;
}
.no-border-last-item > div:last-child {
  border: none !important;
}
.alert {
  border: none;
}
.cursor-pointer {
  cursor: pointer;
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 100% !important;
}
small,
.small {
  font-size: 80% !important;
}
.top-0-sticky {
  top: 0;
  z-index: 100;
  background: white;
}
.floating-label {
  position: relative;
  padding-top: 1rem;
}
.floating-label .form-control-label {
  transform: translateY(1rem);
  opacity: 0;
  transition: all 200ms ease;
  z-index: 0;
  position: absolute;
  top: 0;
  color: #A1AEBB;
  font-size: 12px;
}
.floating-label .form-control {
  outline: none;
  box-shadow: none;
  z-index: 1;
  position: relative;
  border: none;
  border-bottom: 2px solid;
  border-radius: 0;
  background: transparent;
  padding-left: 0;
}
.floating-label .form-control:not(:-moz-placeholder-shown) + .form-control-label {
  transform: translateY(0);
  opacity: 1;
}
.floating-label .form-control:not(:placeholder-shown) + .form-control-label {
  transform: translateY(0);
  opacity: 1;
}
.category-funds .category-fund.category-fund-first .fund-up {
  display: none;
}
.category-funds .category-fund.category-fund-last .fund-down {
  display: none;
}
.table {
  color: #002142;
}
.table.table-align-middle td, .table.table-align-middle th {
  vertical-align: middle;
}
.table thead th {
  border-bottom: 2px solid #6EA28E;
  color: #5F7488;
  font-size: 0.8rem;
  font-weight: 500;
  font-family: "Work Sans", Arial, sans-serif;
  padding: 0.2rem 1rem;
}
.table thead th:first-child {
  padding-left: 0.3rem;
}
.table thead th:last-child {
  padding-right: 0.3rem;
}
.table td, .table th {
  border-top: none;
}
.table td {
  padding: 0.6rem;
}
.table td:first-child {
  padding-left: 0.3rem;
}
.table td:last-child {
  padding-right: 0.3rem;
}
.table tr:nth-child(even) {
  background-color: #FBFAF7;
}
.table tr:nth-child(odd) {
  background-color: #FFF;
}
.table.table-reverse tr:nth-child(even) {
  background-color: #FFF;
}
.table.table-reverse tr:nth-child(odd) {
  background-color: #F7F6F1;
}
.table.inventory tbody tr {
  background: #F7F6F1;
}
.table.inventory tbody:nth-child(even) tr {
  background: #EDF3F1;
}
.table.arbitrage tbody {
  font-size: 13px;
}
.table.arbitrage tbody tr {
  background: #F7F6F1;
}
.table.arbitrage tbody tr th {
  padding: 8px 0 8px 0;
  font-weight: 700;
}
.table.arbitrage tbody:nth-child(even) tr {
  background: #EDF3F1;
}
.table.arbitrage td {
  padding: 4px 0 4px 0;
}
.table.arbitrage td:first-child {
  padding-left: 0.3rem;
}
.table.arbitrage td:last-child {
  padding-right: 0.3rem;
}
.table.breakdown tbody {
  font-size: 13px;
}
.table.breakdown tbody tr {
  background: #F7F6F1;
}
.table.breakdown tbody tr th {
  padding: 8px 0 8px 0;
  font-weight: 700;
}
.table.breakdown tbody:nth-child(even) tr {
  background: #F7F6F1;
}
.table.breakdown td {
  padding: 4px 0 4px 0;
}
.table.breakdown td:first-child {
  padding-left: 0.3rem;
}
.table.breakdown td:last-child {
  padding-right: 0.3rem;
}
.table.sp-arbitrage tbody {
  font-size: 13px;
}
.table.sp-arbitrage tbody tr {
  background: #F7F6F1;
}
.table.sp-arbitrage tbody tr th {
  padding: 8px 0 8px 0;
  font-weight: 700;
}
.table.sp-arbitrage tbody:nth-child(even) tr {
  background: #EDF3F1;
}
.table.sp-arbitrage td {
  padding: 4px;
}
.table.sp-arbitrage td:first-child {
  padding-left: 0.3rem;
}
.table.sp-arbitrage td:last-child {
  padding-right: 0.3rem;
  padding-left: 1rem;
}
.table.sp-inventory tbody tr {
  background: #F7F6F1;
}
.table.sp-inventory tbody:nth-child(even) tr:nth-child(odd) {
  background-color: #EDF3F1;
}
.table.sp-inventory tbody:nth-child(even) tr:nth-child(even) {
  background-color: #F7F6F1;
}
.hero {
  padding: 18px 4rem 2rem;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  margin-bottom: 2rem;
}
.hero-wrapper {
  position: relative;
}
.hero-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #002142;
  z-index: 0;
}
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-label-group > input,
.form-label-group > label {
  height: 3.125rem;
  padding: 0.75rem;
}
.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}
.form-label-group input::-moz-placeholder {
  color: transparent;
}
.form-label-group input::placeholder {
  color: transparent;
}
.form-label-group input:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}
.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}
.form-label-group input:not(:-moz-placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}
/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}
/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}
.title-primary {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  color: #002142;
}
.title-secondary {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
}
.title-tertiary {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #002142;
}
.display-5 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.currency-label {
  text-align: center;
  display: inline-block;
  padding: 0px 5px;
  border-radius: 4px;
  font-size: 0.8rem;
}
.pagination {
  justify-content: flex-end;
}
.pagination .prev, .pagination .next {
  font-weight: 600;
}
.pagination .prev .page-link, .pagination .next .page-link {
  color: #002142;
  font-size: 0.9rem;
}
.pagination .prev span, .pagination .next span {
  border-bottom: 2px solid transparent;
}
.pagination .prev:hover span, .pagination .next:hover span {
  border-color: #002142;
}
.pagination li.disabled .page-link {
  color: #8694A2;
}
.pagination li.disabled:hover span {
  border-color: transparent;
}
.page-item {
  margin: 0.3rem;
}
.page-item .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  border: none;
  border-radius: 50%;
  color: #8694A2;
  width: 34px;
  height: 34px;
}
.page-item .page-link:focus {
  box-shadow: none;
}
.page-item.prev .page-link, .page-item.next .page-link {
  background: none;
  width: auto;
  height: 34px;
}
.markdown-rendered h2 {
  font-size: 16px;
}
.svg-primary {
  fill: #002142;
}
.svg-secondary {
  fill: #6EA28E;
}
.svg-success {
  fill: #4ECF8C;
}
.svg-info {
  fill: #241FB4;
}
.svg-warning {
  fill: #FFC83C;
}
.svg-danger {
  fill: #FF684B;
}
.svg-light {
  fill: #F7F6F1;
}
.svg-dark {
  fill: #5F7488;
}
.svg-secondary-light {
  fill: #EDF3F1;
}
.svg-secondary-dark {
  fill: #2E513E;
}
.svg-error {
  fill: #FF684B;
}
.svg-light-cream {
  fill: #FBFAF7;
}
.svg-medium-grey {
  fill: #8694A2;
}
.svg-medium-light-grey {
  fill: #A1AEBB;
}
.svg-light-grey {
  fill: #D6E1EB;
}
.svg-pending {
  fill: #FFC83C;
}
.svg-done {
  fill: #4ECF8C;
}
.svg-buy {
  fill: #4ECF8C;
}
.svg-sell {
  fill: #FF684B;
}
.svg-white {
  fill: #FFF;
}
.svg-higher {
  fill: #FF684B;
}
.svg-equal {
  fill: #7878FF;
}
.svg-lower {
  fill: #4ECF8C;
}
.svg-transparent {
  fill: transparent;
}
.svg-purple {
  fill: #7878FF;
}
.svg-purple-light {
  fill: #C8C8FF;
}
.svg-blue-light {
  fill: #F6F6FE;
}
.svg-blue {
  fill: #241FB4;
}
.svg-draft {
  fill: #D6E1EB;
}
.svg-published {
  fill: rgba(78, 207, 140, 0.4);
}
.svg-orange-light {
  fill: #FF9581;
}
.svg-to_check {
  fill: #FFE2DE;
}
.svg-secondary-info {
  fill: #2619BE;
}
.svg-green {
  fill: #4ECF8C;
}
.svg-red {
  fill: #FF684B;
}
.svg-green-light {
  fill: #DEF8EC;
}
.svg-red-light {
  fill: #FCE3DF;
}
.svg-red-dark {
  fill: #E25236;
}
.svg-light-50 {
  fill: rgba(248, 249, 250, 0.5);
}
.svg-dark-50 {
  fill: rgba(52, 58, 64, 0.5);
}
.svg-align-text {
  margin-top: -3px;
}
.gradient-success {
  background-image: linear-gradient(270deg, #4ECF8C 0%, rgba(119, 206, 164, 0.61) 48%, rgba(164, 205, 190, 0.18) 100%);
}
.gradient-notation {
  background-image: linear-gradient(270deg, #FF684B 0%, #2619BE 100%);
}
.gauge-rating {
  position: relative;
  padding-top: 35px;
}
.gauge-rating .gauge-background {
  height: 18px;
  width: 100%;
}
.gauge-rating .gauge-indicator {
  z-index: 2;
  text-align: center;
  top: -3px;
  width: 50px;
  margin-left: -25px;
  position: absolute;
}
.gauge-rating .gauge-indicator:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 12.5px;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 20px 12px;
  border-style: solid;
  border-top-color: #002142;
}
.gauge-rating .gauge-ticks {
  position: relative;
  width: 102%;
  left: -1%;
  font-weight: 300;
}
.gauge-rating .gauge-tick {
  position: relative;
  top: 24px;
}
.gauge-rating .gauge-tick:before {
  position: absolute;
  top: -24px;
  left: 3px;
  content: "";
  height: 18px;
  width: 2px;
  background: #F7F6F1;
}
.gauge-rating .gauge-tick:first-child:after {
  height: 0;
}
.gauge-rating .gauge-tick:last-child:after {
  height: 0;
}
.graph-switch {
  display: inline-flex;
  flex-direction: column;
  border: 2px solid #002142;
  border-radius: 2px;
  margin-left: 12px;
}
.graph-switch a {
  width: 20px;
  height: 20px;
  display: block;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.graph-switch svg {
  fill: #002142;
}
.graph-switch a.active {
  background: #002142;
}
.graph-switch a.active svg {
  fill: #FFF;
}
.pie-legend {
  margin: 5px 0;
}
.legend-block {
  height: 6px;
  width: 28px;
}
.notation {
  border: 1px solid #002142;
  border-radius: 2px;
  font-weight: 500;
  display: inline-flex;
}
.notation div {
  color: #002142;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #002142;
}
.notation div:last-child {
  border-right: none;
}
.notation div.active {
  background: #002142;
  color: white;
}
.notation.notation-secondary {
  border-color: #6EA28E;
}
.notation.notation-secondary div {
  color: #6EA28E;
  border-color: #6EA28E;
}
.notation.notation-secondary div.active {
  background: #6EA28E;
  color: white;
}
.caret {
  position: relative;
}
.caret:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 6px solid rgba(255, 255, 255, 0.5);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.caret:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 0;
  border-top: 4px solid #002142;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.tabs .nav .nav-item {
  margin-bottom: -2px;
}
.tabs .nav .nav-link {
  color: #8694A2;
}
.tabs .nav .nav-link.active {
  border-bottom: 3px solid #6EA28E;
  color: #002142;
}
.colored-tabs .nav-link:not(.active) {
  filter: grayscale(100%);
}
.dropdown-hoverable {
  display: block;
  float: left;
  position: relative;
}
.dropdown-hoverable:hover, .dropdown-hoverable:focus-within {
  cursor: pointer;
}
.dropdown-hoverable:hover .caret:before, .dropdown-hoverable:focus-within .caret:before {
  border-top-color: rgb(255, 255, 255);
}
.dropdown-hoverable:hover > .menu, .dropdown-hoverable:focus-within > .menu, .dropdown-hoverable .menu:hover, .dropdown-hoverable .menu:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
.dropdown-hoverable .menu {
  z-index: 100;
  padding: 10px 0;
  border-radius: 2px;
  background: white;
  visibility: hidden;
  opacity: 0;
  min-width: 200px;
  position: absolute;
  left: 0;
  display: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.dropdown-hoverable .menu li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #D6E1EB;
}
.dropdown-hoverable .menu li:last-child {
  border-bottom: none;
}
.dropdown-hoverable .menu li a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 8px 12px;
}
.dropdown-hoverable .menu li a:hover {
  background: #6EA28E !important;
  color: white !important;
  text-decoration: none;
}
.image-picker {
  border: 2px dashed #CCC;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  height: 200px;
  overflow: hidden;
  transition: all ease 300ms;
}
.image-picker .remove {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 2000;
}
.image-picker input[type=file],
.image-picker input[type=file]::-webkit-file-upload-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1000;
  cursor: pointer;
}
.image-picker.dragging {
  border-color: rgba(0, 33, 66, 0.5);
  box-shadow: inset 0 0 50px rgba(0, 33, 66, 0.1);
}
.image-picker.dragover {
  background: rgba(0, 33, 66, 0.1) !important;
  border-color: #002142;
  box-shadow: none;
}
.image-picker.dragover .image-picker-hint {
  opacity: 0.5;
}
.image-picker.dragging svg, .image-picker.dragover svg {
  fill: #002142;
}
.image-picker .image-picker-hint {
  opacity: 1;
  transition: opacity ease 300ms;
}
.image-picker .image-picker-hint svg {
  transition: all ease 300ms;
}
.image-picker .preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #EEE;
}
.image-picker .remove {
  z-index: 2000;
  position: absolute;
}
.progress .progress-bar {
  transition: width ease 300ms;
}
.column-2 {
  -moz-columns: 2 auto;
       columns: 2 auto;
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #002142;
  background-color: #002142;
}
.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #002142;
}
.custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #002142;
  border-color: #002142;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #8694A2;
  background-color: #8694A2;
}
.custom-checkbox .custom-control-input.custom-control-input-primary:checked ~ .custom-control-label::before {
  border-color: #002142;
  background-color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-primary:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-primary:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-primary:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-primary:not(:disabled):active ~ .custom-control-label::before {
  background-color: #002142;
  border-color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-primary:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 33, 66, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-secondary:checked ~ .custom-control-label::before {
  border-color: #6EA28E;
  background-color: #6EA28E;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #6EA28E;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary:not(:disabled):active ~ .custom-control-label::before {
  background-color: #6EA28E;
  border-color: #6EA28E;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(110, 162, 142, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-success:checked ~ .custom-control-label::before {
  border-color: #4ECF8C;
  background-color: #4ECF8C;
}
.custom-checkbox .custom-control-input.custom-control-input-success:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-success:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-success:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4ECF8C;
}
.custom-checkbox .custom-control-input.custom-control-input-success:not(:disabled):active ~ .custom-control-label::before {
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.custom-checkbox .custom-control-input.custom-control-input-success:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-info:checked ~ .custom-control-label::before {
  border-color: #241FB4;
  background-color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-info:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-info:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-info:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-info:not(:disabled):active ~ .custom-control-label::before {
  background-color: #241FB4;
  border-color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-info:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(36, 31, 180, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-warning:checked ~ .custom-control-label::before {
  border-color: #FFC83C;
  background-color: #FFC83C;
}
.custom-checkbox .custom-control-input.custom-control-input-warning:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-warning:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-warning:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FFC83C;
}
.custom-checkbox .custom-control-input.custom-control-input-warning:not(:disabled):active ~ .custom-control-label::before {
  background-color: #FFC83C;
  border-color: #FFC83C;
}
.custom-checkbox .custom-control-input.custom-control-input-warning:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 200, 60, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-danger:checked ~ .custom-control-label::before {
  border-color: #FF684B;
  background-color: #FF684B;
}
.custom-checkbox .custom-control-input.custom-control-input-danger:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-danger:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-danger:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF684B;
}
.custom-checkbox .custom-control-input.custom-control-input-danger:not(:disabled):active ~ .custom-control-label::before {
  background-color: #FF684B;
  border-color: #FF684B;
}
.custom-checkbox .custom-control-input.custom-control-input-danger:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-light:checked ~ .custom-control-label::before {
  border-color: #F7F6F1;
  background-color: #F7F6F1;
}
.custom-checkbox .custom-control-input.custom-control-input-light:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-light:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-light:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #F7F6F1;
}
.custom-checkbox .custom-control-input.custom-control-input-light:not(:disabled):active ~ .custom-control-label::before {
  background-color: #F7F6F1;
  border-color: #F7F6F1;
}
.custom-checkbox .custom-control-input.custom-control-input-light:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(247, 246, 241, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-dark:checked ~ .custom-control-label::before {
  border-color: #5F7488;
  background-color: #5F7488;
}
.custom-checkbox .custom-control-input.custom-control-input-dark:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-dark:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-dark:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #5F7488;
}
.custom-checkbox .custom-control-input.custom-control-input-dark:not(:disabled):active ~ .custom-control-label::before {
  background-color: #5F7488;
  border-color: #5F7488;
}
.custom-checkbox .custom-control-input.custom-control-input-dark:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(95, 116, 136, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-secondary-light:checked ~ .custom-control-label::before {
  border-color: #EDF3F1;
  background-color: #EDF3F1;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary-light:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary-light:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary-light:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #EDF3F1;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary-light:not(:disabled):active ~ .custom-control-label::before {
  background-color: #EDF3F1;
  border-color: #EDF3F1;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary-light:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(237, 243, 241, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-secondary-dark:checked ~ .custom-control-label::before {
  border-color: #2E513E;
  background-color: #2E513E;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary-dark:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary-dark:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary-dark:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #2E513E;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary-dark:not(:disabled):active ~ .custom-control-label::before {
  background-color: #2E513E;
  border-color: #2E513E;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary-dark:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(46, 81, 62, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-error:checked ~ .custom-control-label::before {
  border-color: #FF684B;
  background-color: #FF684B;
}
.custom-checkbox .custom-control-input.custom-control-input-error:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-error:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-error:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF684B;
}
.custom-checkbox .custom-control-input.custom-control-input-error:not(:disabled):active ~ .custom-control-label::before {
  background-color: #FF684B;
  border-color: #FF684B;
}
.custom-checkbox .custom-control-input.custom-control-input-error:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-light-cream:checked ~ .custom-control-label::before {
  border-color: #FBFAF7;
  background-color: #FBFAF7;
}
.custom-checkbox .custom-control-input.custom-control-input-light-cream:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-light-cream:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-light-cream:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FBFAF7;
}
.custom-checkbox .custom-control-input.custom-control-input-light-cream:not(:disabled):active ~ .custom-control-label::before {
  background-color: #FBFAF7;
  border-color: #FBFAF7;
}
.custom-checkbox .custom-control-input.custom-control-input-light-cream:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(251, 250, 247, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-medium-grey:checked ~ .custom-control-label::before {
  border-color: #8694A2;
  background-color: #8694A2;
}
.custom-checkbox .custom-control-input.custom-control-input-medium-grey:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-medium-grey:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-medium-grey:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #8694A2;
}
.custom-checkbox .custom-control-input.custom-control-input-medium-grey:not(:disabled):active ~ .custom-control-label::before {
  background-color: #8694A2;
  border-color: #8694A2;
}
.custom-checkbox .custom-control-input.custom-control-input-medium-grey:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(134, 148, 162, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-medium-light-grey:checked ~ .custom-control-label::before {
  border-color: #A1AEBB;
  background-color: #A1AEBB;
}
.custom-checkbox .custom-control-input.custom-control-input-medium-light-grey:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-medium-light-grey:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-medium-light-grey:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #A1AEBB;
}
.custom-checkbox .custom-control-input.custom-control-input-medium-light-grey:not(:disabled):active ~ .custom-control-label::before {
  background-color: #A1AEBB;
  border-color: #A1AEBB;
}
.custom-checkbox .custom-control-input.custom-control-input-medium-light-grey:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(161, 174, 187, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-light-grey:checked ~ .custom-control-label::before {
  border-color: #D6E1EB;
  background-color: #D6E1EB;
}
.custom-checkbox .custom-control-input.custom-control-input-light-grey:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-light-grey:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-light-grey:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #D6E1EB;
}
.custom-checkbox .custom-control-input.custom-control-input-light-grey:not(:disabled):active ~ .custom-control-label::before {
  background-color: #D6E1EB;
  border-color: #D6E1EB;
}
.custom-checkbox .custom-control-input.custom-control-input-light-grey:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(214, 225, 235, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-pending:checked ~ .custom-control-label::before {
  border-color: #FFC83C;
  background-color: #FFC83C;
}
.custom-checkbox .custom-control-input.custom-control-input-pending:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-pending:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-pending:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FFC83C;
}
.custom-checkbox .custom-control-input.custom-control-input-pending:not(:disabled):active ~ .custom-control-label::before {
  background-color: #FFC83C;
  border-color: #FFC83C;
}
.custom-checkbox .custom-control-input.custom-control-input-pending:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 200, 60, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-done:checked ~ .custom-control-label::before {
  border-color: #4ECF8C;
  background-color: #4ECF8C;
}
.custom-checkbox .custom-control-input.custom-control-input-done:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-done:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-done:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4ECF8C;
}
.custom-checkbox .custom-control-input.custom-control-input-done:not(:disabled):active ~ .custom-control-label::before {
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.custom-checkbox .custom-control-input.custom-control-input-done:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-buy:checked ~ .custom-control-label::before {
  border-color: #4ECF8C;
  background-color: #4ECF8C;
}
.custom-checkbox .custom-control-input.custom-control-input-buy:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-buy:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-buy:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4ECF8C;
}
.custom-checkbox .custom-control-input.custom-control-input-buy:not(:disabled):active ~ .custom-control-label::before {
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.custom-checkbox .custom-control-input.custom-control-input-buy:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-sell:checked ~ .custom-control-label::before {
  border-color: #FF684B;
  background-color: #FF684B;
}
.custom-checkbox .custom-control-input.custom-control-input-sell:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-sell:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-sell:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF684B;
}
.custom-checkbox .custom-control-input.custom-control-input-sell:not(:disabled):active ~ .custom-control-label::before {
  background-color: #FF684B;
  border-color: #FF684B;
}
.custom-checkbox .custom-control-input.custom-control-input-sell:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-white:checked ~ .custom-control-label::before {
  border-color: #FFF;
  background-color: #FFF;
}
.custom-checkbox .custom-control-input.custom-control-input-white:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-white:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-white:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FFF;
}
.custom-checkbox .custom-control-input.custom-control-input-white:not(:disabled):active ~ .custom-control-label::before {
  background-color: #FFF;
  border-color: #FFF;
}
.custom-checkbox .custom-control-input.custom-control-input-white:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-higher:checked ~ .custom-control-label::before {
  border-color: #FF684B;
  background-color: #FF684B;
}
.custom-checkbox .custom-control-input.custom-control-input-higher:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-higher:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-higher:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF684B;
}
.custom-checkbox .custom-control-input.custom-control-input-higher:not(:disabled):active ~ .custom-control-label::before {
  background-color: #FF684B;
  border-color: #FF684B;
}
.custom-checkbox .custom-control-input.custom-control-input-higher:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-equal:checked ~ .custom-control-label::before {
  border-color: #7878FF;
  background-color: #7878FF;
}
.custom-checkbox .custom-control-input.custom-control-input-equal:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-equal:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-equal:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #7878FF;
}
.custom-checkbox .custom-control-input.custom-control-input-equal:not(:disabled):active ~ .custom-control-label::before {
  background-color: #7878FF;
  border-color: #7878FF;
}
.custom-checkbox .custom-control-input.custom-control-input-equal:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(120, 120, 255, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-lower:checked ~ .custom-control-label::before {
  border-color: #4ECF8C;
  background-color: #4ECF8C;
}
.custom-checkbox .custom-control-input.custom-control-input-lower:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-lower:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-lower:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4ECF8C;
}
.custom-checkbox .custom-control-input.custom-control-input-lower:not(:disabled):active ~ .custom-control-label::before {
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.custom-checkbox .custom-control-input.custom-control-input-lower:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-transparent:checked ~ .custom-control-label::before {
  border-color: transparent;
  background-color: transparent;
}
.custom-checkbox .custom-control-input.custom-control-input-transparent:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-transparent:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-transparent:focus:not(:checked) ~ .custom-control-label::before {
  border-color: transparent;
}
.custom-checkbox .custom-control-input.custom-control-input-transparent:not(:disabled):active ~ .custom-control-label::before {
  background-color: transparent;
  border-color: transparent;
}
.custom-checkbox .custom-control-input.custom-control-input-transparent:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-purple:checked ~ .custom-control-label::before {
  border-color: #7878FF;
  background-color: #7878FF;
}
.custom-checkbox .custom-control-input.custom-control-input-purple:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-purple:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-purple:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #7878FF;
}
.custom-checkbox .custom-control-input.custom-control-input-purple:not(:disabled):active ~ .custom-control-label::before {
  background-color: #7878FF;
  border-color: #7878FF;
}
.custom-checkbox .custom-control-input.custom-control-input-purple:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(120, 120, 255, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-purple-light:checked ~ .custom-control-label::before {
  border-color: #C8C8FF;
  background-color: #C8C8FF;
}
.custom-checkbox .custom-control-input.custom-control-input-purple-light:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-purple-light:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-purple-light:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #C8C8FF;
}
.custom-checkbox .custom-control-input.custom-control-input-purple-light:not(:disabled):active ~ .custom-control-label::before {
  background-color: #C8C8FF;
  border-color: #C8C8FF;
}
.custom-checkbox .custom-control-input.custom-control-input-purple-light:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(200, 200, 255, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-blue-light:checked ~ .custom-control-label::before {
  border-color: #F6F6FE;
  background-color: #F6F6FE;
}
.custom-checkbox .custom-control-input.custom-control-input-blue-light:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-blue-light:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-blue-light:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #F6F6FE;
}
.custom-checkbox .custom-control-input.custom-control-input-blue-light:not(:disabled):active ~ .custom-control-label::before {
  background-color: #F6F6FE;
  border-color: #F6F6FE;
}
.custom-checkbox .custom-control-input.custom-control-input-blue-light:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(246, 246, 254, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-blue:checked ~ .custom-control-label::before {
  border-color: #241FB4;
  background-color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-blue:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-blue:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-blue:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-blue:not(:disabled):active ~ .custom-control-label::before {
  background-color: #241FB4;
  border-color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-blue:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(36, 31, 180, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-draft:checked ~ .custom-control-label::before {
  border-color: #D6E1EB;
  background-color: #D6E1EB;
}
.custom-checkbox .custom-control-input.custom-control-input-draft:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-draft:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-draft:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #D6E1EB;
}
.custom-checkbox .custom-control-input.custom-control-input-draft:not(:disabled):active ~ .custom-control-label::before {
  background-color: #D6E1EB;
  border-color: #D6E1EB;
}
.custom-checkbox .custom-control-input.custom-control-input-draft:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(214, 225, 235, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-published:checked ~ .custom-control-label::before {
  border-color: rgba(78, 207, 140, 0.4);
  background-color: rgba(78, 207, 140, 0.4);
}
.custom-checkbox .custom-control-input.custom-control-input-published:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-published:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-published:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(78, 207, 140, 0.4);
}
.custom-checkbox .custom-control-input.custom-control-input-published:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgba(78, 207, 140, 0.4);
  border-color: rgba(78, 207, 140, 0.4);
}
.custom-checkbox .custom-control-input.custom-control-input-published:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-orange-light:checked ~ .custom-control-label::before {
  border-color: #FF9581;
  background-color: #FF9581;
}
.custom-checkbox .custom-control-input.custom-control-input-orange-light:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-orange-light:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-orange-light:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF9581;
}
.custom-checkbox .custom-control-input.custom-control-input-orange-light:not(:disabled):active ~ .custom-control-label::before {
  background-color: #FF9581;
  border-color: #FF9581;
}
.custom-checkbox .custom-control-input.custom-control-input-orange-light:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 149, 129, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-to_check:checked ~ .custom-control-label::before {
  border-color: #FFE2DE;
  background-color: #FFE2DE;
}
.custom-checkbox .custom-control-input.custom-control-input-to_check:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-to_check:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-to_check:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FFE2DE;
}
.custom-checkbox .custom-control-input.custom-control-input-to_check:not(:disabled):active ~ .custom-control-label::before {
  background-color: #FFE2DE;
  border-color: #FFE2DE;
}
.custom-checkbox .custom-control-input.custom-control-input-to_check:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 226, 222, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-secondary-info:checked ~ .custom-control-label::before {
  border-color: #2619BE;
  background-color: #2619BE;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary-info:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary-info:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary-info:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #2619BE;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary-info:not(:disabled):active ~ .custom-control-label::before {
  background-color: #2619BE;
  border-color: #2619BE;
}
.custom-checkbox .custom-control-input.custom-control-input-secondary-info:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(38, 25, 190, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-green:checked ~ .custom-control-label::before {
  border-color: #4ECF8C;
  background-color: #4ECF8C;
}
.custom-checkbox .custom-control-input.custom-control-input-green:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-green:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-green:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4ECF8C;
}
.custom-checkbox .custom-control-input.custom-control-input-green:not(:disabled):active ~ .custom-control-label::before {
  background-color: #4ECF8C;
  border-color: #4ECF8C;
}
.custom-checkbox .custom-control-input.custom-control-input-green:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(78, 207, 140, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-red:checked ~ .custom-control-label::before {
  border-color: #FF684B;
  background-color: #FF684B;
}
.custom-checkbox .custom-control-input.custom-control-input-red:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-red:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-red:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF684B;
}
.custom-checkbox .custom-control-input.custom-control-input-red:not(:disabled):active ~ .custom-control-label::before {
  background-color: #FF684B;
  border-color: #FF684B;
}
.custom-checkbox .custom-control-input.custom-control-input-red:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 104, 75, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-green-light:checked ~ .custom-control-label::before {
  border-color: #DEF8EC;
  background-color: #DEF8EC;
}
.custom-checkbox .custom-control-input.custom-control-input-green-light:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-green-light:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-green-light:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #DEF8EC;
}
.custom-checkbox .custom-control-input.custom-control-input-green-light:not(:disabled):active ~ .custom-control-label::before {
  background-color: #DEF8EC;
  border-color: #DEF8EC;
}
.custom-checkbox .custom-control-input.custom-control-input-green-light:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(222, 248, 236, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-red-light:checked ~ .custom-control-label::before {
  border-color: #FCE3DF;
  background-color: #FCE3DF;
}
.custom-checkbox .custom-control-input.custom-control-input-red-light:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-red-light:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-red-light:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FCE3DF;
}
.custom-checkbox .custom-control-input.custom-control-input-red-light:not(:disabled):active ~ .custom-control-label::before {
  background-color: #FCE3DF;
  border-color: #FCE3DF;
}
.custom-checkbox .custom-control-input.custom-control-input-red-light:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(252, 227, 223, 0.25);
}
.custom-checkbox .custom-control-input.custom-control-input-red-dark:checked ~ .custom-control-label::before {
  border-color: #E25236;
  background-color: #E25236;
}
.custom-checkbox .custom-control-input.custom-control-input-red-dark:checked ~ .custom-control-label {
  color: #002142;
}
.custom-checkbox .custom-control-input.custom-control-input-red-dark:checked ~ .custom-control-label-secondary {
  color: #241FB4;
}
.custom-checkbox .custom-control-input.custom-control-input-red-dark:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #E25236;
}
.custom-checkbox .custom-control-input.custom-control-input-red-dark:not(:disabled):active ~ .custom-control-label::before {
  background-color: #E25236;
  border-color: #E25236;
}
.custom-checkbox .custom-control-input.custom-control-input-red-dark:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(226, 82, 54, 0.25);
}
.btn-xs {
  padding: 0.5em 0.5em;
  font-size: 0.8em;
  line-height: 0.5;
  border-radius: 0.2em;
}
.pie-progress {
  position: relative;
  display: inline-block;
  margin: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #F7F6F1;
  background-color: inherit;
}
.pie-progress:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 1px solid #002142;
}
.pie-progress:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.pie-progress.progress-0:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(90deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-2:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(93.6deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-2:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(97.2deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-3:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(100.8deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-4:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(104.4deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-5:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(108deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-6:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(111.6deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-7:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(115.2deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-8:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(118.8deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-9:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(122.4deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-10:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(126deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-11:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(129.6deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-12:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(133.2deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-13:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(136.8deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-14:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(140.4deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-15:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(129.6deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-16:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(133.2deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-17:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(136.8deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-18:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(140.4deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-19:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(144deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-20:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(151.2deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-21:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(158.6deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-22:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(161.2deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-23:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(165.6deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-24:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(169.2deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-25:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(180deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-26:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(183.6deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-27:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(187.2deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-28:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(190.8deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-29:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(194.4deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-30:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(198deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-31:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(201.6deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-32:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(205.2deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-33:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(208.8deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-34:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(212.4deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-35:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(216deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-40:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(234deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-36:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(219.6deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-37:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(223.2deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-38:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(226.8deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-39:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(230.4deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-41:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(237.6deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-42:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(241.2deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-43:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(244.8deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-44:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(248.4deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-45:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(252deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-46:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(255.6deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-47:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(259.2deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-48:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(262.8deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-49:after {
  background-image: linear-gradient(90deg, #F7F6F1 50%, transparent 50%, transparent), linear-gradient(266.4deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-50:after {
  background-image: linear-gradient(-90deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-51:after {
  background-image: linear-gradient(-86.4deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-52:after {
  background-image: linear-gradient(-82.6deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-53:after {
  background-image: linear-gradient(-79.2deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-54:after {
  background-image: linear-gradient(-75.6deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-55:after {
  background-image: linear-gradient(-72deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-56:after {
  background-image: linear-gradient(-68.4deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-57:after {
  background-image: linear-gradient(-64.8deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-58:after {
  background-image: linear-gradient(-61.2deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-59:after {
  background-image: linear-gradient(-57.6deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-60:after {
  background-image: linear-gradient(-54deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-61:after {
  background-image: linear-gradient(-50.4deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-62:after {
  background-image: linear-gradient(-46.8deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-63:after {
  background-image: linear-gradient(-43.2deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-64:after {
  background-image: linear-gradient(-39.6deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-65:after {
  background-image: linear-gradient(-36deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-66:after {
  background-image: linear-gradient(-32.4deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-67:after {
  background-image: linear-gradient(-28.8deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-68:after {
  background-image: linear-gradient(-25.2deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-69:after {
  background-image: linear-gradient(-21.6deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-70:after {
  background-image: linear-gradient(-18deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-71:after {
  background-image: linear-gradient(-14.4deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-72:after {
  background-image: linear-gradient(-10.8deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-73:after {
  background-image: linear-gradient(-7.2deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-74:after {
  background-image: linear-gradient(-3.6deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-75:after {
  background-image: linear-gradient(0deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-76:after {
  background-image: linear-gradient(3.6deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-77:after {
  background-image: linear-gradient(7.2deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-78:after {
  background-image: linear-gradient(10.8deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-79:after {
  background-image: linear-gradient(14.4deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-80:after {
  background-image: linear-gradient(18deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-81:after {
  background-image: linear-gradient(21.6deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-82:after {
  background-image: linear-gradient(25.2deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-83:after {
  background-image: linear-gradient(28.8deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-84:after {
  background-image: linear-gradient(32.4deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-85:after {
  background-image: linear-gradient(36deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-86:after {
  background-image: linear-gradient(39.2deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-87:after {
  background-image: linear-gradient(43.2deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-88:after {
  background-image: linear-gradient(46.8deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-89:after {
  background-image: linear-gradient(50.4deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-90:after {
  background-image: linear-gradient(54deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-91:after {
  background-image: linear-gradient(57.6deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-92:after {
  background-image: linear-gradient(61.2deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-93:after {
  background-image: linear-gradient(64.8deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-94:after {
  background-image: linear-gradient(68.4deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-95:after {
  background-image: linear-gradient(72deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-96:after {
  background-image: linear-gradient(75.6deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-97:after {
  background-image: linear-gradient(79.2deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-98:after {
  background-image: linear-gradient(82.8deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-99:after {
  background-image: linear-gradient(86.4deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
.pie-progress.progress-100:after {
  background-image: linear-gradient(90deg, #002142 50%, transparent 50%, transparent), linear-gradient(270deg, #002142 50%, #F7F6F1 50%, #F7F6F1);
}
#dragbar {
  background-color: #D6E1EB;
  height: 100%;
  float: right;
  width: 2px;
  cursor: col-resize;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 1000;
}
#ghostbar {
  width: 2px;
  background-color: #8694A2;
  opacity: 0.5;
  position: absolute;
  cursor: col-resize;
  z-index: 999;
}
#eos-category-list {
  list-style: none;
  padding-left: 0;
  cursor: grab;
}
#eos-category-list:active {
  cursor: grabbing;
}
#eos-category-list-target {
  list-style: none;
  padding-left: 0;
}
hr.secondary {
  border-top: 2px solid #6EA28E;
}
.not-recovered {
  color: #FF684B;
}
.ttr {
  width: 125px !important;
}
.bg-deactivated {
  background-color: rgba(216, 180, 173, 0.4);
}
/*!
 * 
 * Super simple WYSIWYG editor v0.8.20
 * https://summernote.org
 *
 *
 * Copyright 2013- Alan Hong and contributors
 * Summernote may be freely distributed under the MIT license.
 *
 * Date: 2021-10-14T21:15Z
 *
 */
@font-face {
    font-family: "summernote";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(/packs/media/font/summernote-7a3f9776.eot?#iefix) format("embedded-opentype"), url(/packs/media/font/summernote-f19578ae.woff2) format("woff2"), url(/packs/media/font/summernote-f2bec4f2.woff) format("woff"), url(/packs/media/font/summernote-eb23b6b7.ttf) format("truetype");
}
[class^=note-icon]:before,
[class*=" note-icon"]:before {
    display: inline-block;
    font-family: "summernote";
    font-style: normal;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
}
.note-icon-fw {
    text-align: center;
    width: 1.25em;
}
.note-icon-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.note-icon-pull-left {
    float: left;
}
.note-icon-pull-right {
    float: right;
}
.note-icon.note-icon-pull-left {
    margin-right: 0.3em;
}
.note-icon.note-icon-pull-right {
    margin-left: 0.3em;
}
.note-icon-align::before {
    content: "\ea01";
}
.note-icon-align-center::before {
    content: "\ea02";
}
.note-icon-align-indent::before {
    content: "\ea03";
}
.note-icon-align-justify::before {
    content: "\ea04";
}
.note-icon-align-left::before {
    content: "\ea05";
}
.note-icon-align-outdent::before {
    content: "\ea06";
}
.note-icon-align-right::before {
    content: "\ea07";
}
.note-icon-arrow-circle-down::before {
    content: "\ea08";
}
.note-icon-arrow-circle-left::before {
    content: "\ea09";
}
.note-icon-arrow-circle-right::before {
    content: "\ea0a";
}
.note-icon-arrow-circle-up::before {
    content: "\ea0b";
}
.note-icon-arrows-alt::before {
    content: "\ea0c";
}
.note-icon-arrows-h::before {
    content: "\ea0d";
}
.note-icon-arrows-v::before {
    content: "\ea0e";
}
.note-icon-bold::before {
    content: "\ea0f";
}
.note-icon-caret::before {
    content: "\ea10";
}
.note-icon-chain-broken::before {
    content: "\ea11";
}
.note-icon-circle::before {
    content: "\ea12";
}
.note-icon-close::before {
    content: "\ea13";
}
.note-icon-code::before {
    content: "\ea14";
}
.note-icon-col-after::before {
    content: "\ea15";
}
.note-icon-col-before::before {
    content: "\ea16";
}
.note-icon-col-remove::before {
    content: "\ea17";
}
.note-icon-eraser::before {
    content: "\ea18";
}
.note-icon-float-left::before {
    content: "\ea19";
}
.note-icon-float-none::before {
    content: "\ea1a";
}
.note-icon-float-right::before {
    content: "\ea1b";
}
.note-icon-font::before {
    content: "\ea1c";
}
.note-icon-frame::before {
    content: "\ea1d";
}
.note-icon-italic::before {
    content: "\ea1e";
}
.note-icon-link::before {
    content: "\ea1f";
}
.note-icon-magic::before {
    content: "\ea20";
}
.note-icon-menu-check::before {
    content: "\ea21";
}
.note-icon-minus::before {
    content: "\ea22";
}
.note-icon-orderedlist::before {
    content: "\ea23";
}
.note-icon-pencil::before {
    content: "\ea24";
}
.note-icon-picture::before {
    content: "\ea25";
}
.note-icon-question::before {
    content: "\ea26";
}
.note-icon-redo::before {
    content: "\ea27";
}
.note-icon-rollback::before {
    content: "\ea28";
}
.note-icon-row-above::before {
    content: "\ea29";
}
.note-icon-row-below::before {
    content: "\ea2a";
}
.note-icon-row-remove::before {
    content: "\ea2b";
}
.note-icon-special-character::before {
    content: "\ea2c";
}
.note-icon-square::before {
    content: "\ea2d";
}
.note-icon-strikethrough::before {
    content: "\ea2e";
}
.note-icon-subscript::before {
    content: "\ea2f";
}
.note-icon-summernote::before {
    content: "\ea30";
}
.note-icon-superscript::before {
    content: "\ea31";
}
.note-icon-table::before {
    content: "\ea32";
}
.note-icon-text-height::before {
    content: "\ea33";
}
.note-icon-trash::before {
    content: "\ea34";
}
.note-icon-underline::before {
    content: "\ea35";
}
.note-icon-undo::before {
    content: "\ea36";
}
.note-icon-unorderedlist::before {
    content: "\ea37";
}
.note-icon-video::before {
    content: "\ea38";
}
/* Theme Variables
 ------------------------------------------ */
/* Layout
 ------------------------------------------ */
.note-editor {
    position: relative;
}
.note-editor .note-dropzone {
    position: absolute;
    display: none;
    z-index: 100;
    color: lightskyblue;
    background-color: #fff;
    opacity: 0.95;
}
.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}
.note-editor .note-dropzone.hover {
    color: #098ddf;
}
.note-editor.dragover .note-dropzone {
    display: table;
}
.note-editor .note-editing-area {
    position: relative;
}
.note-editor .note-editing-area .note-editable {
    outline: none;
}
.note-editor .note-editing-area .note-editable sup {
    vertical-align: super;
}
.note-editor .note-editing-area .note-editable sub {
    vertical-align: sub;
}
.note-editor .note-editing-area .note-editable img.note-float-left {
    margin-right: 10px;
}
.note-editor .note-editing-area .note-editable img.note-float-right {
    margin-left: 10px;
}
/* Frame mode layout
 ------------------------------------------ */
.note-editor.note-frame,
.note-editor.note-airframe {
    border: 1px solid #00000032;
}
.note-editor.note-frame.codeview .note-editing-area .note-editable,
.note-editor.note-airframe.codeview .note-editing-area .note-editable {
    display: none;
}
.note-editor.note-frame.codeview .note-editing-area .note-codable,
.note-editor.note-airframe.codeview .note-editing-area .note-codable {
    display: block;
}
.note-editor.note-frame .note-editing-area,
.note-editor.note-airframe .note-editing-area {
    overflow: hidden;
}
.note-editor.note-frame .note-editing-area .note-editable,
.note-editor.note-airframe .note-editing-area .note-editable {
    padding: 10px;
    overflow: auto;
    word-wrap: break-word;
}
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false] {
    background-color: #8080801d;
}
.note-editor.note-frame .note-editing-area .note-codable,
.note-editor.note-airframe .note-editing-area .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    border: none;
    box-shadow: none;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    resize: none;
    outline: none;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    margin-bottom: 0;
}
.note-editor.note-frame.fullscreen,
.note-editor.note-airframe.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 1050;
}
.note-editor.note-frame.fullscreen .note-resizebar,
.note-editor.note-airframe.fullscreen .note-resizebar {
    display: none;
}
.note-editor.note-frame .note-status-output,
.note-editor.note-airframe .note-status-output {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    height: 20px;
    margin-bottom: 0;
    color: #000;
    border: 0;
    border-top: 1px solid #e2e2e2;
}
.note-editor.note-frame .note-status-output:empty,
.note-editor.note-airframe .note-status-output:empty {
    height: 0;
    border-top: 0 solid transparent;
}
.note-editor.note-frame .note-status-output .pull-right,
.note-editor.note-airframe .note-status-output .pull-right {
    float: right !important;
}
.note-editor.note-frame .note-status-output .text-muted,
.note-editor.note-airframe .note-status-output .text-muted {
    color: #777;
}
.note-editor.note-frame .note-status-output .text-primary,
.note-editor.note-airframe .note-status-output .text-primary {
    color: #286090;
}
.note-editor.note-frame .note-status-output .text-success,
.note-editor.note-airframe .note-status-output .text-success {
    color: #3c763d;
}
.note-editor.note-frame .note-status-output .text-info,
.note-editor.note-airframe .note-status-output .text-info {
    color: #31708f;
}
.note-editor.note-frame .note-status-output .text-warning,
.note-editor.note-airframe .note-status-output .text-warning {
    color: #8a6d3b;
}
.note-editor.note-frame .note-status-output .text-danger,
.note-editor.note-airframe .note-status-output .text-danger {
    color: #a94442;
}
.note-editor.note-frame .note-status-output .alert,
.note-editor.note-airframe .note-status-output .alert {
    margin: -7px 0 0 0;
    padding: 7px 10px 2px 10px;
    border-radius: 0;
    color: #000;
    background-color: #f5f5f5;
}
.note-editor.note-frame .note-status-output .alert .note-icon,
.note-editor.note-airframe .note-status-output .alert .note-icon {
    margin-right: 5px;
}
.note-editor.note-frame .note-status-output .alert-success,
.note-editor.note-airframe .note-status-output .alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
}
.note-editor.note-frame .note-status-output .alert-info,
.note-editor.note-airframe .note-status-output .alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
}
.note-editor.note-frame .note-status-output .alert-warning,
.note-editor.note-airframe .note-status-output .alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
}
.note-editor.note-frame .note-status-output .alert-danger,
.note-editor.note-airframe .note-status-output .alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
}
.note-editor.note-frame .note-statusbar,
.note-editor.note-airframe .note-statusbar {
    background-color: #8080801d;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #00000032;
}
.note-editor.note-frame .note-statusbar .note-resizebar,
.note-editor.note-airframe .note-statusbar .note-resizebar {
    padding-top: 1px;
    height: 9px;
    width: 100%;
    cursor: ns-resize;
}
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid #00000032;
}
.note-editor.note-frame .note-statusbar.locked .note-resizebar,
.note-editor.note-airframe .note-statusbar.locked .note-resizebar {
    cursor: default;
}
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar {
    display: none;
}
.note-editor.note-frame .note-placeholder,
.note-editor.note-airframe .note-placeholder {
    padding: 10px;
}
.note-editor.note-airframe {
    border: 0;
}
.note-editor.note-airframe .note-editing-area .note-editable {
    padding: 0;
}
/* Popover
 ------------------------------------------ */
.note-popover.popover {
    display: none;
    max-width: none;
}
.note-popover.popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.note-popover.popover .arrow {
    left: 20px !important;
}
/* Popover and Toolbar (Button container)
 ------------------------------------------ */
.note-toolbar {
    position: relative;
}
.note-popover .popover-content, .note-editor .note-toolbar {
    margin: 0;
    padding: 0 0 5px 5px;
}
.note-popover .popover-content > .note-btn-group, .note-editor .note-toolbar > .note-btn-group {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px;
}
.note-popover .popover-content .note-btn-group .note-table, .note-editor .note-toolbar .note-btn-group .note-table {
    min-width: 0;
    padding: 5px;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker {
    font-size: 18px;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute !important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative !important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute !important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}
.note-popover .popover-content .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .note-editor .note-toolbar .note-style .dropdown-style blockquote, .note-editor .note-toolbar .note-style .dropdown-style pre {
    margin: 0;
    padding: 5px 10px;
}
.note-popover .popover-content .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p, .note-editor .note-toolbar .note-style .dropdown-style h1, .note-editor .note-toolbar .note-style .dropdown-style h2, .note-editor .note-toolbar .note-style .dropdown-style h3, .note-editor .note-toolbar .note-style .dropdown-style h4, .note-editor .note-toolbar .note-style .dropdown-style h5, .note-editor .note-toolbar .note-style .dropdown-style h6, .note-editor .note-toolbar .note-style .dropdown-style p {
    margin: 0;
    padding: 0;
}
.note-popover .popover-content .note-color-all .note-dropdown-menu, .note-editor .note-toolbar .note-color-all .note-dropdown-menu {
    min-width: 337px;
}
.note-popover .popover-content .note-color .dropdown-toggle, .note-editor .note-toolbar .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette {
    display: inline-block;
    margin: 0;
    width: 160px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
    margin: 0 5px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
    font-size: 12px;
    margin: 2px 7px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
    font-size: 11px;
    margin: 3px;
    padding: 0 3px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
    background: #eee;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
    height: 20px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
    display: none;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
    border: 1px solid #eee;
}
.note-popover .popover-content .note-para .note-dropdown-menu, .note-editor .note-toolbar .note-para .note-dropdown-menu {
    min-width: 228px;
    padding: 5px;
}
.note-popover .popover-content .note-para .note-dropdown-menu > div + div, .note-editor .note-toolbar .note-para .note-dropdown-menu > div + div {
    margin-left: 5px;
}
.note-popover .popover-content .note-dropdown-menu, .note-editor .note-toolbar .note-dropdown-menu {
    min-width: 160px;
}
.note-popover .popover-content .note-dropdown-menu.right, .note-editor .note-toolbar .note-dropdown-menu.right {
    right: 0;
    left: auto;
}
.note-popover .popover-content .note-dropdown-menu.right::before, .note-editor .note-toolbar .note-dropdown-menu.right::before {
    right: 9px;
    left: auto !important;
}
.note-popover .popover-content .note-dropdown-menu.right::after, .note-editor .note-toolbar .note-dropdown-menu.right::after {
    right: 10px;
    left: auto !important;
}
.note-popover .popover-content .note-dropdown-menu.note-check a i, .note-editor .note-toolbar .note-dropdown-menu.note-check a i {
    color: deepskyblue;
    visibility: hidden;
}
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i, .note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i {
    visibility: visible;
}
.note-popover .popover-content .note-fontsize-10, .note-editor .note-toolbar .note-fontsize-10 {
    font-size: 10px;
}
.note-popover .popover-content .note-color-palette, .note-editor .note-toolbar .note-color-palette {
    line-height: 1;
}
.note-popover .popover-content .note-color-palette div .note-color-btn, .note-editor .note-toolbar .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .note-editor .note-toolbar .note-color-palette div .note-color-btn:hover {
    transform: scale(1.2);
    transition: all 0.2s;
}
/* Dialog
 ------------------------------------------ */
.note-modal .modal-dialog {
    outline: 0;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.note-modal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.note-modal .note-modal-form {
    margin: 0;
}
.note-modal .note-image-dialog .note-dropzone {
    min-height: 100px;
    font-size: 30px;
    line-height: 4;
    color: lightgray;
    text-align: center;
    border: 4px dashed lightgray;
    margin-bottom: 10px;
}
@-moz-document url-prefix() {
    .note-modal .note-image-input {
        height: auto;
    }
}
/* Placeholder
 ------------------------------------------ */
.note-placeholder {
    position: absolute;
    display: none;
    color: gray;
}
/* Handle
 ------------------------------------------ */
.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid #000;
}
.note-handle .note-control-selection > div {
    position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}
.note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-sizing, .note-handle .note-control-selection .note-control-holder {
    width: 7px;
    height: 7px;
    border: 1px solid #000;
}
.note-handle .note-control-selection .note-control-sizing {
    background-color: #000;
}
.note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: none;
    border-bottom: none;
}
.note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: none;
    border-left: none;
}
.note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: none;
    border-right: none;
}
.note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
    cursor: default;
    border-top: none;
    border-left: none;
}
.note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    color: #fff;
    background-color: #000;
    font-size: 12px;
    border-radius: 5px;
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
}
.note-hint-popover {
    min-width: 100px;
    padding: 2px;
}
.note-hint-popover .popover-content {
    padding: 3px;
    max-height: 150px;
    overflow: auto;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
    display: block !important;
    padding: 3px;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    color: white;
    white-space: nowrap;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
    cursor: pointer;
}
/* Handle
 ------------------------------------------ */
html .note-fullscreen-body, body .note-fullscreen-body {
    overflow: hidden !important;
}
.note-toolbar {
    background: #8080801d;
}
.note-btn-group .note-btn {
    border-color: #00000032;
    padding: 0.28rem 0.65rem;
    font-size: 13px;
}
/*# sourceMappingURL=summernote-bs4.css.map*/
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-flex: 1;
  -ms-flex: 1;
      flex: 1 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: baseline;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: baseline;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
      flex: 1 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
      flex: 1 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
      -webkit-flex-basis: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-flex: 1;
  -ms-flex: 1;
      flex: 1 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}


/*# sourceMappingURL=application-47d09c6e.css.map*/